Pull request #44375 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from 346a438da82dec69874e226b49d6419150c456a9+aeafa2a28fe1409a47dcf0a0558479c419b80644 (101feb1d4136bb1a909ba831964a2da2f4b5f27a) 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-44375@libs/jps/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 4f8fd6a86e521290dafaf7c28eced2a9b21b220a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 4f8fd6a86e521290dafaf7c28eced2a9b21b220a # timeout=10 Commit message: "Merge pull request #26 from docker/add-retry-to-vpn-image-pull" > git rev-list --no-walk 4f8fd6a86e521290dafaf7c28eced2a9b21b220a # timeout=10 Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 2 hr 0 min [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (pr-hack) [Pipeline] script [Pipeline] { [Pipeline] echo [2022-11-01T10:05:49.194Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2022-11-01T10:05:49.198Z] Trying to pass milestone 2 [Pipeline] milestone [2022-11-01T10:05:49.295Z] Trying to pass milestone 3 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2022-11-01T10:05:49.524Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0da4a1e17f1d70ea4) in /home/ubuntu/workspace/moby_PR-44375 [Pipeline] { [Pipeline] checkout [2022-11-01T10:05:49.557Z] The recommended git tool is: git [2022-11-01T10:05:49.570Z] using credential docker-jenkins-github-credentials [2022-11-01T10:05:49.612Z] Fetching changes from the remote Git repository [2022-11-01T10:05:49.636Z] Fetching without tags [2022-11-01T10:05:49.585Z] > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-44375/.git # timeout=10 [2022-11-01T10:05:49.615Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-11-01T10:05:49.683Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-11-01T10:05:49.683Z] > git --version # timeout=10 [2022-11-01T10:05:49.688Z] > git --version # 'git version 2.25.1' [2022-11-01T10:05:49.688Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-11-01T10:05:49.689Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44375/head:refs/remotes/origin/PR-44375 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-11-01T10:06:03.002Z] Merging remotes/origin/master commit aeafa2a28fe1409a47dcf0a0558479c419b80644 into PR head commit 346a438da82dec69874e226b49d6419150c456a9 [2022-11-01T10:06:03.624Z] Merge succeeded, producing 346a438da82dec69874e226b49d6419150c456a9 [2022-11-01T10:06:03.624Z] Checking out Revision 346a438da82dec69874e226b49d6419150c456a9 (PR-44375) [2022-11-01T10:06:03.008Z] > git config core.sparsecheckout # timeout=10 [2022-11-01T10:06:03.012Z] > git checkout -f 346a438da82dec69874e226b49d6419150c456a9 # timeout=10 [2022-11-01T10:06:03.592Z] > git remote # timeout=10 [2022-11-01T10:06:03.601Z] > git config --get remote.origin.url # timeout=10 [2022-11-01T10:06:03.604Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-11-01T10:06:03.605Z] > git merge aeafa2a28fe1409a47dcf0a0558479c419b80644 # timeout=10 [2022-11-01T10:06:03.613Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-11-01T10:06:03.670Z] > git config core.sparsecheckout # timeout=10 [2022-11-01T10:06:03.676Z] > git checkout -f 346a438da82dec69874e226b49d6419150c456a9 # timeout=10 [2022-11-01T10:06:07.925Z] Commit message: "opts: TestParseLink(): add test-case for legacy format" [2022-11-01T10:06:07.938Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-01T10:06:08.836Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44375:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master alpine sh -c apk add --no-cache -q bash git openssh-client && git config --system --add safe.directory /workspace && cd /workspace && hack/validate/dco [2022-11-01T10:06:07.929Z] > git rev-list --no-walk c3787034ce69a0c5dbd766a906646f108ac18bd4 # timeout=10 [2022-11-01T10:06:40.882Z] Unable to find image 'alpine:latest' locally [2022-11-01T10:06:40.882Z] latest: Pulling from library/alpine [2022-11-01T10:06:40.882Z] 9b18e9b68314: Pulling fs layer [2022-11-01T10:06:40.882Z] 9b18e9b68314: Verifying Checksum [2022-11-01T10:06:40.882Z] 9b18e9b68314: Download complete [2022-11-01T10:06:40.882Z] 9b18e9b68314: Pull complete [2022-11-01T10:06:40.882Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-11-01T10:06:40.882Z] Status: Downloaded newer image for alpine:latest [2022-11-01T10:06:49.112Z] 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: s390x) [Pipeline] { (Branch: s390x integration-cli) [Pipeline] { (Branch: ppc64le) [Pipeline] { (Branch: ppc64le integration-cli) [Pipeline] { (Branch: arm64) [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] node Stage "s390x" skipped due to when conditional [2022-11-01T10:06:50.301Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0da4a1e17f1d70ea4) in /home/ubuntu/workspace/moby_PR-44375 Stage "s390x integration-cli" skipped due to when conditional Stage "ppc64le" skipped due to when conditional Stage "ppc64le integration-cli" 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) [Pipeline] { Stage "s390x" skipped due to when conditional [Pipeline] } Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] checkout [2022-11-01T10:06:50.344Z] The recommended git tool is: git [Pipeline] // stage [2022-11-01T10:06:50.352Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [Pipeline] // stage [2022-11-01T10:06:50.368Z] Fetching changes from the remote Git repository [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [2022-11-01T10:06:50.375Z] Fetching without tags [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) Stage "s390x" skipped due to when conditional [Pipeline] } Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) Stage "s390x" skipped due to when conditional [Pipeline] } Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] // stage [Pipeline] // stage [Pipeline] } [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] } [Pipeline] } [2022-11-01T10:06:50.577Z] Merging remotes/origin/master commit aeafa2a28fe1409a47dcf0a0558479c419b80644 into PR head commit 346a438da82dec69874e226b49d6419150c456a9 [2022-11-01T10:06:50.679Z] Merge succeeded, producing 346a438da82dec69874e226b49d6419150c456a9 [2022-11-01T10:06:50.679Z] Checking out Revision 346a438da82dec69874e226b49d6419150c456a9 (PR-44375) [2022-11-01T10:06:50.757Z] Commit message: "opts: TestParseLink(): add test-case for legacy format" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-11-01T10:06:50.365Z] > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-44375/.git # timeout=10 [2022-11-01T10:06:50.371Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-11-01T10:06:50.378Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-11-01T10:06:50.378Z] > git --version # timeout=10 [2022-11-01T10:06:50.382Z] > git --version # 'git version 2.25.1' [2022-11-01T10:06:50.382Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-11-01T10:06:50.383Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44375/head:refs/remotes/origin/PR-44375 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-11-01T10:06:50.580Z] > git config core.sparsecheckout # timeout=10 [2022-11-01T10:06:50.584Z] > git checkout -f 346a438da82dec69874e226b49d6419150c456a9 # timeout=10 [2022-11-01T10:06:50.657Z] > git remote # timeout=10 [2022-11-01T10:06:50.662Z] > git config --get remote.origin.url # timeout=10 [2022-11-01T10:06:50.665Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-11-01T10:06:50.666Z] > git merge aeafa2a28fe1409a47dcf0a0558479c419b80644 # timeout=10 [2022-11-01T10:06:50.673Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-11-01T10:06:50.682Z] > git config core.sparsecheckout # timeout=10 [2022-11-01T10:06:50.689Z] > git checkout -f 346a438da82dec69874e226b49d6419150c456a9 # timeout=10 [2022-11-01T10:06:51.485Z] + docker version [2022-11-01T10:06:51.485Z] Client: Docker Engine - Community [2022-11-01T10:06:51.485Z] Version: 22.06.0-beta.0 [2022-11-01T10:06:51.485Z] API version: 1.42 [2022-11-01T10:06:51.485Z] Go version: go1.18.3 [2022-11-01T10:06:51.485Z] Git commit: 3e9117b [2022-11-01T10:06:51.485Z] Built: Fri Jun 3 17:55:34 2022 [2022-11-01T10:06:51.485Z] OS/Arch: linux/arm64 [2022-11-01T10:06:51.485Z] Context: default [2022-11-01T10:06:51.485Z] [2022-11-01T10:06:51.485Z] Server: Docker Engine - Community [2022-11-01T10:06:51.485Z] Engine: [2022-11-01T10:06:51.485Z] Version: 22.06.0-beta.0 [2022-11-01T10:06:51.485Z] API version: 1.42 (minimum version 1.12) [2022-11-01T10:06:51.485Z] Go version: go1.18.3 [2022-11-01T10:06:51.485Z] Git commit: 38633e7 [2022-11-01T10:06:51.485Z] Built: Fri Jun 3 17:55:34 2022 [2022-11-01T10:06:51.485Z] OS/Arch: linux/arm64 [2022-11-01T10:06:51.485Z] Experimental: true [2022-11-01T10:06:51.485Z] containerd: [2022-11-01T10:06:51.485Z] Version: 1.6.8 [2022-11-01T10:06:51.485Z] GitCommit: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6 [2022-11-01T10:06:51.485Z] runc: [2022-11-01T10:06:51.485Z] Version: 1.1.4 [2022-11-01T10:06:51.485Z] GitCommit: v1.1.4-0-g5fd4c4d [2022-11-01T10:06:51.485Z] docker-init: [2022-11-01T10:06:51.485Z] Version: 0.19.0 [2022-11-01T10:06:51.485Z] GitCommit: de40ad0 [Pipeline] sh [2022-11-01T10:06:51.843Z] + docker info [2022-11-01T10:06:51.843Z] Client: [2022-11-01T10:06:51.843Z] Context: default [2022-11-01T10:06:51.843Z] Debug Mode: false [2022-11-01T10:06:51.843Z] Plugins: [2022-11-01T10:06:51.843Z] buildx: Docker Buildx (Docker Inc.) [2022-11-01T10:06:51.843Z] Version: v0.8.2 [2022-11-01T10:06:51.843Z] Path: /usr/libexec/docker/cli-plugins/docker-buildx [2022-11-01T10:06:51.843Z] compose: Docker Compose (Docker Inc.) [2022-11-01T10:06:51.843Z] Version: v2.12.0 [2022-11-01T10:06:51.843Z] Path: /usr/libexec/docker/cli-plugins/docker-compose [2022-11-01T10:06:51.843Z] [2022-11-01T10:06:51.843Z] Server: [2022-11-01T10:06:51.843Z] Containers: 0 [2022-11-01T10:06:51.843Z] Running: 0 [2022-11-01T10:06:51.843Z] Paused: 0 [2022-11-01T10:06:51.843Z] Stopped: 0 [2022-11-01T10:06:51.843Z] Images: 1 [2022-11-01T10:06:51.843Z] Server Version: 22.06.0-beta.0 [2022-11-01T10:06:51.843Z] Storage Driver: overlay2 [2022-11-01T10:06:51.843Z] Backing Filesystem: extfs [2022-11-01T10:06:51.843Z] Supports d_type: true [2022-11-01T10:06:51.843Z] Using metacopy: false [2022-11-01T10:06:51.843Z] Native Overlay Diff: true [2022-11-01T10:06:51.843Z] userxattr: false [2022-11-01T10:06:51.843Z] Logging Driver: json-file [2022-11-01T10:06:51.843Z] Cgroup Driver: cgroupfs [2022-11-01T10:06:51.843Z] Cgroup Version: 1 [2022-11-01T10:06:51.843Z] Plugins: [2022-11-01T10:06:51.843Z] Volume: local [2022-11-01T10:06:51.843Z] Network: bridge host ipvlan macvlan null overlay [2022-11-01T10:06:51.843Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-11-01T10:06:51.843Z] Swarm: inactive [2022-11-01T10:06:51.843Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-11-01T10:06:51.843Z] Default Runtime: runc [2022-11-01T10:06:51.843Z] Init Binary: docker-init [2022-11-01T10:06:51.843Z] containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6 [2022-11-01T10:06:51.843Z] runc version: v1.1.4-0-g5fd4c4d [2022-11-01T10:06:51.843Z] init version: de40ad0 [2022-11-01T10:06:51.843Z] Security Options: [2022-11-01T10:06:51.843Z] apparmor [2022-11-01T10:06:51.843Z] seccomp [2022-11-01T10:06:51.843Z] Profile: builtin [2022-11-01T10:06:51.843Z] Kernel Version: 5.15.0-1022-aws [2022-11-01T10:06:51.843Z] Operating System: Ubuntu 20.04.5 LTS [2022-11-01T10:06:51.843Z] OSType: linux [2022-11-01T10:06:51.843Z] Architecture: aarch64 [2022-11-01T10:06:51.843Z] CPUs: 2 [2022-11-01T10:06:51.843Z] Total Memory: 7.559GiB [2022-11-01T10:06:51.843Z] Name: ip-10-100-76-205 [2022-11-01T10:06:51.843Z] ID: a4508864-5846-4859-9d9f-739af3007ee0 [2022-11-01T10:06:51.843Z] Docker Root Dir: /var/lib/docker [2022-11-01T10:06:51.843Z] Debug Mode: false [2022-11-01T10:06:51.843Z] Registry: https://index.docker.io/v1/ [2022-11-01T10:06:51.843Z] Labels: [2022-11-01T10:06:51.843Z] Experimental: true [2022-11-01T10:06:51.843Z] Insecure Registries: [2022-11-01T10:06:51.843Z] 127.0.0.0/8 [2022-11-01T10:06:51.843Z] Live Restore Enabled: true [2022-11-01T10:06:51.843Z] [Pipeline] sh [2022-11-01T10:06:52.212Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-11-01T10:06:52.212Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-11-01T10:06:52.212Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-44375/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-11-01T10:06:52.212Z] + bash /home/ubuntu/workspace/moby_PR-44375/check-config.sh [2022-11-01T10:06:52.212Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-11-01T10:06:52.212Z] info: reading kernel config from /boot/config-5.15.0-1022-aws ... [2022-11-01T10:06:52.212Z] [2022-11-01T10:06:52.212Z] Generally Necessary: [2022-11-01T10:06:52.212Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-11-01T10:06:52.212Z] - apparmor: enabled and tools installed [2022-11-01T10:06:52.212Z] - CONFIG_NAMESPACES: enabled [2022-11-01T10:06:52.212Z] - CONFIG_NET_NS: enabled [2022-11-01T10:06:52.212Z] - CONFIG_PID_NS: enabled [2022-11-01T10:06:52.212Z] - CONFIG_IPC_NS: enabled [2022-11-01T10:06:52.212Z] - CONFIG_UTS_NS: enabled [2022-11-01T10:06:52.212Z] - CONFIG_CGROUPS: enabled [2022-11-01T10:06:52.212Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-11-01T10:06:52.468Z] - CONFIG_CGROUP_DEVICE: enabled [2022-11-01T10:06:52.468Z] - CONFIG_CGROUP_FREEZER: enabled [2022-11-01T10:06:52.468Z] - CONFIG_CGROUP_SCHED: enabled [2022-11-01T10:06:52.468Z] - CONFIG_CPUSETS: enabled [2022-11-01T10:06:52.468Z] - CONFIG_MEMCG: enabled [2022-11-01T10:06:52.468Z] - CONFIG_KEYS: enabled [2022-11-01T10:06:52.468Z] - CONFIG_VETH: enabled (as module) [2022-11-01T10:06:52.468Z] - CONFIG_BRIDGE: enabled (as module) [2022-11-01T10:06:52.468Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-11-01T10:06:52.468Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-11-01T10:06:52.468Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-11-01T10:06:52.468Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-11-01T10:06:52.468Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-11-01T10:06:52.468Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-11-01T10:06:52.468Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-11-01T10:06:52.468Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-11-01T10:06:52.468Z] - CONFIG_NF_NAT: enabled (as module) [2022-11-01T10:06:52.468Z] - CONFIG_POSIX_MQUEUE: enabled [2022-11-01T10:06:52.468Z] - CONFIG_CGROUP_BPF: enabled [2022-11-01T10:06:52.468Z] [2022-11-01T10:06:52.468Z] Optional Features: [2022-11-01T10:06:52.468Z] - CONFIG_USER_NS: enabled [2022-11-01T10:06:52.468Z] - CONFIG_SECCOMP: enabled [2022-11-01T10:06:52.468Z] - CONFIG_SECCOMP_FILTER: enabled [2022-11-01T10:06:52.468Z] - CONFIG_CGROUP_PIDS: enabled [2022-11-01T10:06:52.468Z] - CONFIG_MEMCG_SWAP: enabled [2022-11-01T10:06:52.468Z] (cgroup swap accounting is currently enabled) [2022-11-01T10:06:52.726Z] - CONFIG_BLK_CGROUP: enabled [2022-11-01T10:06:52.726Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-11-01T10:06:52.726Z] - CONFIG_CGROUP_PERF: enabled [2022-11-01T10:06:52.726Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-11-01T10:06:52.726Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-11-01T10:06:52.726Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-11-01T10:06:52.726Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-11-01T10:06:52.726Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-11-01T10:06:52.726Z] - CONFIG_RT_GROUP_SCHED: missing [2022-11-01T10:06:52.726Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-11-01T10:06:52.726Z] - CONFIG_IP_VS: enabled (as module) [2022-11-01T10:06:52.726Z] - CONFIG_IP_VS_NFCT: enabled [2022-11-01T10:06:52.726Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-11-01T10:06:52.726Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-11-01T10:06:52.726Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-11-01T10:06:52.726Z] - CONFIG_SECURITY_SELINUX: enabled [2022-11-01T10:06:52.726Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-11-01T10:06:52.726Z] - CONFIG_EXT4_FS: enabled [2022-11-01T10:06:52.726Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-11-01T10:06:52.726Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-11-01T10:06:52.726Z] - Network Drivers: [2022-11-01T10:06:52.726Z] - "overlay": [2022-11-01T10:06:52.726Z] - CONFIG_VXLAN: enabled (as module) [2022-11-01T10:06:52.726Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-11-01T10:06:52.726Z] Optional (for encrypted networks): [2022-11-01T10:06:52.985Z] - CONFIG_CRYPTO: enabled [2022-11-01T10:06:52.985Z] - CONFIG_CRYPTO_AEAD: enabled [2022-11-01T10:06:52.985Z] - CONFIG_CRYPTO_GCM: enabled [2022-11-01T10:06:52.985Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-11-01T10:06:52.985Z] - CONFIG_CRYPTO_GHASH: enabled [2022-11-01T10:06:52.985Z] - CONFIG_XFRM: enabled [2022-11-01T10:06:52.985Z] - CONFIG_XFRM_USER: enabled (as module) [2022-11-01T10:06:52.985Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-11-01T10:06:52.985Z] - CONFIG_INET_ESP: enabled (as module) [2022-11-01T10:06:52.985Z] - "ipvlan": [2022-11-01T10:06:52.985Z] - CONFIG_IPVLAN: enabled (as module) [2022-11-01T10:06:52.985Z] - "macvlan": [2022-11-01T10:06:52.985Z] - CONFIG_MACVLAN: enabled (as module) [2022-11-01T10:06:52.985Z] - CONFIG_DUMMY: enabled (as module) [2022-11-01T10:06:52.985Z] - "ftp,tftp client in container": [2022-11-01T10:06:52.985Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-11-01T10:06:52.985Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-11-01T10:06:52.985Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-11-01T10:06:52.985Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-11-01T10:06:52.985Z] - Storage Drivers: [2022-11-01T10:06:52.985Z] - "aufs": [2022-11-01T10:06:52.985Z] - CONFIG_AUFS_FS: enabled (as module) [2022-11-01T10:06:52.985Z] - "btrfs": [2022-11-01T10:06:52.985Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-11-01T10:06:52.985Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-11-01T10:06:52.985Z] - "devicemapper": [2022-11-01T10:06:52.985Z] - CONFIG_BLK_DEV_DM: enabled [2022-11-01T10:06:52.985Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-11-01T10:06:52.985Z] - "overlay": [2022-11-01T10:06:52.985Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-11-01T10:06:52.985Z] - "zfs": [2022-11-01T10:06:52.985Z] - /dev/zfs: present [2022-11-01T10:06:52.985Z] - zfs command: missing [2022-11-01T10:06:52.985Z] - zpool command: missing [2022-11-01T10:06:52.985Z] [2022-11-01T10:06:52.985Z] Limits: [2022-11-01T10:06:52.985Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-11-01T10:06:52.985Z] [2022-11-01T10:06:52.985Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-11-01T10:06:53.374Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:346a438da82dec69874e226b49d6419150c456a9 . [2022-11-01T10:06:53.629Z] #1 [internal] load build definition from Dockerfile [2022-11-01T10:06:53.629Z] #1 transferring dockerfile: 19.29kB done [2022-11-01T10:06:53.629Z] #1 DONE 0.2s [2022-11-01T10:06:53.629Z] [2022-11-01T10:06:53.629Z] #2 [internal] load .dockerignore [2022-11-01T10:06:53.629Z] #2 transferring context: 145B done [2022-11-01T10:06:53.629Z] #2 DONE 0.2s [2022-11-01T10:06:53.629Z] [2022-11-01T10:06:53.629Z] #3 resolve image config for docker.io/docker/dockerfile:1 [2022-11-01T10:06:54.192Z] #3 DONE 0.4s [2022-11-01T10:06:54.192Z] [2022-11-01T10:06:54.192Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc [2022-11-01T10:06:54.192Z] #4 resolve docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc 0.0s done [2022-11-01T10:06:54.192Z] #4 sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc 2.00kB / 2.00kB done [2022-11-01T10:06:54.192Z] #4 sha256:f259fd86ee23d7b4a2944432e3a09f45fa288bb84bfbd222b19b2abc7ddffbb9 528B / 528B done [2022-11-01T10:06:54.192Z] #4 sha256:8d5998862fafcacec68298ab34c9c28973251a5082836f31de0188cd914fae33 2.36kB / 2.36kB done [2022-11-01T10:06:54.192Z] #4 sha256:0f354329a20e6c1067c0e51abd3b1721483fafbbe0c333710059805f167e3ed0 0B / 9.21MB 0.1s [2022-11-01T10:06:54.448Z] #4 sha256:0f354329a20e6c1067c0e51abd3b1721483fafbbe0c333710059805f167e3ed0 6.29MB / 9.21MB 0.2s [2022-11-01T10:06:54.448Z] #4 sha256:0f354329a20e6c1067c0e51abd3b1721483fafbbe0c333710059805f167e3ed0 9.21MB / 9.21MB 0.2s done [2022-11-01T10:06:54.448Z] #4 extracting sha256:0f354329a20e6c1067c0e51abd3b1721483fafbbe0c333710059805f167e3ed0 [2022-11-01T10:06:54.704Z] #4 extracting sha256:0f354329a20e6c1067c0e51abd3b1721483fafbbe0c333710059805f167e3ed0 0.2s done [2022-11-01T10:06:54.961Z] #4 DONE 0.6s [2022-11-01T10:06:54.961Z] [2022-11-01T10:06:54.961Z] #5 [internal] load metadata for docker.io/library/golang:1.19.2-bullseye [2022-11-01T10:06:56.327Z] #5 DONE 1.1s [2022-11-01T10:06:56.327Z] [2022-11-01T10:06:56.327Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-11-01T10:06:56.327Z] #6 DONE 1.1s [2022-11-01T10:06:56.327Z] [2022-11-01T10:06:56.327Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-11-01T10:06:56.327Z] #7 DONE 1.1s [2022-11-01T10:06:56.327Z] [2022-11-01T10:06:56.327Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-11-01T10:06:56.327Z] #8 DONE 1.2s [2022-11-01T10:06:56.327Z] [2022-11-01T10:06:56.327Z] #9 [internal] load build context [2022-11-01T10:06:57.255Z] #9 ... [2022-11-01T10:06:57.255Z] [2022-11-01T10:06:57.255Z] #10 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-11-01T10:06:57.255Z] #10 DONE 1.0s [2022-11-01T10:06:57.255Z] [2022-11-01T10:06:57.255Z] #9 [internal] load build context [2022-11-01T10:06:58.623Z] #9 transferring context: 34.93MB 2.4s [2022-11-01T10:06:59.991Z] #9 transferring context: 63.03MB 3.6s done [2022-11-01T10:07:00.554Z] #9 DONE 4.2s [2022-11-01T10:07:00.554Z] [2022-11-01T10:07:00.554Z] #11 [base 1/3] FROM docker.io/library/golang:1.19.2-bullseye@sha256:8b9971c37678d2c4c04e7dd4e430baec049647d72ed97bf5e6a41ef8e77e74a5 [2022-11-01T10:07:00.554Z] #11 resolve docker.io/library/golang:1.19.2-bullseye@sha256:8b9971c37678d2c4c04e7dd4e430baec049647d72ed97bf5e6a41ef8e77e74a5 0.1s done [2022-11-01T10:07:00.554Z] #11 sha256:8b9971c37678d2c4c04e7dd4e430baec049647d72ed97bf5e6a41ef8e77e74a5 1.86kB / 1.86kB done [2022-11-01T10:07:00.554Z] #11 sha256:e747d62bf5ae59326b90d95899413cbc239e98c7932c90a9d6368f6e44109236 1.80kB / 1.80kB done [2022-11-01T10:07:00.554Z] #11 sha256:37b87b32e8389cfe7d8291583b950c0d2c0b98509b9a91bc0998c477706f0d03 7.12kB / 7.12kB done [2022-11-01T10:07:00.554Z] #11 sha256:8e1d92e7d04d2a9a9880cb45dc3c32c2805912cd86abed96d0ada3ff28748205 53.70MB / 53.70MB 0.5s done [2022-11-01T10:07:00.554Z] #11 sha256:66eadbf427bb41b3e329a95935c65b09c6d3b7a9c2fa8e08417e497df02ed996 5.15MB / 5.15MB 1.4s done [2022-11-01T10:07:00.554Z] #11 extracting sha256:8e1d92e7d04d2a9a9880cb45dc3c32c2805912cd86abed96d0ada3ff28748205 1.0s [2022-11-01T10:07:00.554Z] #11 sha256:d337cb12fd7c6fe341850cd38e880f1806d49a65832c9804b06d00f9032382e0 54.68MB / 54.68MB 3.4s [2022-11-01T10:07:00.554Z] #11 sha256:cc9731f4e3bc3680179c10cece663cf0cfe0488918d6795406f4b76f07b787de 10.87MB / 10.87MB 1.9s done [2022-11-01T10:07:00.554Z] #11 sha256:a70e778606f888a21badcd0a0dae68201b78b263e5bbc2532ee92e286646f7de 32.51MB / 81.37MB 3.4s [2022-11-01T10:07:00.554Z] #11 sha256:eebbd0de1400e890feac0b4b2a34feca7d973f3393e85f94ba9df03d72e12e02 66.06MB / 115.11MB 3.4s [2022-11-01T10:07:00.554Z] #11 ... [2022-11-01T10:07:00.554Z] [2022-11-01T10:07:00.554Z] #12 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-11-01T10:07:00.554Z] #12 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-11-01T10:07:00.554Z] #12 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-11-01T10:07:00.554Z] #12 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-11-01T10:07:00.554Z] #12 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-11-01T10:07:00.554Z] #12 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 1.1s done [2022-11-01T10:07:00.554Z] #12 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.8s done [2022-11-01T10:07:00.554Z] #12 DONE 4.4s [2022-11-01T10:07:00.554Z] [2022-11-01T10:07:00.554Z] #11 [base 1/3] FROM docker.io/library/golang:1.19.2-bullseye@sha256:8b9971c37678d2c4c04e7dd4e430baec049647d72ed97bf5e6a41ef8e77e74a5 [2022-11-01T10:07:00.554Z] #11 sha256:d337cb12fd7c6fe341850cd38e880f1806d49a65832c9804b06d00f9032382e0 54.68MB / 54.68MB 3.5s done [2022-11-01T10:07:00.554Z] #11 sha256:eebbd0de1400e890feac0b4b2a34feca7d973f3393e85f94ba9df03d72e12e02 76.80MB / 115.11MB 3.5s [2022-11-01T10:07:00.554Z] #11 sha256:fee96d99957b7576c05df0b5163cecbee865a5b9e7e6f1360e14405b78e397c3 0B / 154B 3.5s [2022-11-01T10:07:00.816Z] #11 ... [2022-11-01T10:07:00.816Z] [2022-11-01T10:07:00.816Z] #13 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-11-01T10:07:00.816Z] #13 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-11-01T10:07:00.816Z] #13 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-11-01T10:07:00.816Z] #13 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-11-01T10:07:00.816Z] #13 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-11-01T10:07:00.816Z] #13 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.9s done [2022-11-01T10:07:00.816Z] #13 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 2.2s done [2022-11-01T10:07:00.816Z] #13 DONE 4.4s [2022-11-01T10:07:00.816Z] [2022-11-01T10:07:00.816Z] #11 [base 1/3] FROM docker.io/library/golang:1.19.2-bullseye@sha256:8b9971c37678d2c4c04e7dd4e430baec049647d72ed97bf5e6a41ef8e77e74a5 [2022-11-01T10:07:00.816Z] #11 sha256:a70e778606f888a21badcd0a0dae68201b78b263e5bbc2532ee92e286646f7de 50.33MB / 81.37MB 3.7s [2022-11-01T10:07:00.816Z] #11 sha256:eebbd0de1400e890feac0b4b2a34feca7d973f3393e85f94ba9df03d72e12e02 83.89MB / 115.11MB 3.7s [2022-11-01T10:07:00.816Z] #11 sha256:a70e778606f888a21badcd0a0dae68201b78b263e5bbc2532ee92e286646f7de 55.57MB / 81.37MB 3.8s [2022-11-01T10:07:01.073Z] #11 sha256:a70e778606f888a21badcd0a0dae68201b78b263e5bbc2532ee92e286646f7de 66.06MB / 81.37MB 3.9s [2022-11-01T10:07:01.073Z] #11 sha256:eebbd0de1400e890feac0b4b2a34feca7d973f3393e85f94ba9df03d72e12e02 99.61MB / 115.11MB 3.9s [2022-11-01T10:07:01.073Z] #11 sha256:a70e778606f888a21badcd0a0dae68201b78b263e5bbc2532ee92e286646f7de 80.74MB / 81.37MB 4.1s [2022-11-01T10:07:01.073Z] #11 sha256:eebbd0de1400e890feac0b4b2a34feca7d973f3393e85f94ba9df03d72e12e02 105.91MB / 115.11MB 4.1s [2022-11-01T10:07:01.330Z] #11 sha256:eebbd0de1400e890feac0b4b2a34feca7d973f3393e85f94ba9df03d72e12e02 115.11MB / 115.11MB 4.2s [2022-11-01T10:07:01.586Z] #11 sha256:a70e778606f888a21badcd0a0dae68201b78b263e5bbc2532ee92e286646f7de 81.37MB / 81.37MB 4.3s done [2022-11-01T10:07:02.968Z] #11 extracting sha256:66eadbf427bb41b3e329a95935c65b09c6d3b7a9c2fa8e08417e497df02ed996 0.1s [2022-11-01T10:07:03.224Z] #11 extracting sha256:66eadbf427bb41b3e329a95935c65b09c6d3b7a9c2fa8e08417e497df02ed996 0.2s done [2022-11-01T10:07:04.152Z] #11 extracting sha256:cc9731f4e3bc3680179c10cece663cf0cfe0488918d6795406f4b76f07b787de [2022-11-01T10:07:04.152Z] #11 ... [2022-11-01T10:07:04.152Z] [2022-11-01T10:07:04.152Z] #14 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:bfe6615d017d1eebe19f349669de58cda36c668ef916e618be78071513c690e5 [2022-11-01T10:07:04.152Z] #14 resolve docker.io/library/debian:bullseye@sha256:bfe6615d017d1eebe19f349669de58cda36c668ef916e618be78071513c690e5 0.1s done [2022-11-01T10:07:04.152Z] #14 sha256:bfe6615d017d1eebe19f349669de58cda36c668ef916e618be78071513c690e5 1.85kB / 1.85kB done [2022-11-01T10:07:04.152Z] #14 sha256:2342d01b0a0138b5807b39bf853b24d99f69c8af7aa4968179818e7e4326c2cd 529B / 529B done [2022-11-01T10:07:04.152Z] #14 sha256:afbb9e728ec01fb0ef0bf485f7d1e7f3af8a005936c069fd0e979a6084723cb7 1.48kB / 1.48kB done [2022-11-01T10:07:04.152Z] #14 sha256:8e1d92e7d04d2a9a9880cb45dc3c32c2805912cd86abed96d0ada3ff28748205 53.70MB / 53.70MB 1.0s done [2022-11-01T10:07:04.152Z] #14 extracting sha256:8e1d92e7d04d2a9a9880cb45dc3c32c2805912cd86abed96d0ada3ff28748205 3.9s done [2022-11-01T10:07:04.152Z] #14 DONE 7.9s [2022-11-01T10:07:04.152Z] [2022-11-01T10:07:04.152Z] #11 [base 1/3] FROM docker.io/library/golang:1.19.2-bullseye@sha256:8b9971c37678d2c4c04e7dd4e430baec049647d72ed97bf5e6a41ef8e77e74a5 [2022-11-01T10:07:04.152Z] #11 sha256:eebbd0de1400e890feac0b4b2a34feca7d973f3393e85f94ba9df03d72e12e02 115.11MB / 115.11MB 7.1s done [2022-11-01T10:07:04.409Z] #11 extracting sha256:cc9731f4e3bc3680179c10cece663cf0cfe0488918d6795406f4b76f07b787de 0.3s done [2022-11-01T10:07:04.666Z] #11 extracting sha256:d337cb12fd7c6fe341850cd38e880f1806d49a65832c9804b06d00f9032382e0 [2022-11-01T10:07:07.186Z] #11 extracting sha256:d337cb12fd7c6fe341850cd38e880f1806d49a65832c9804b06d00f9032382e0 2.4s done [2022-11-01T10:07:07.443Z] #11 extracting sha256:a70e778606f888a21badcd0a0dae68201b78b263e5bbc2532ee92e286646f7de [2022-11-01T10:07:09.967Z] #11 extracting sha256:a70e778606f888a21badcd0a0dae68201b78b263e5bbc2532ee92e286646f7de 2.6s done [2022-11-01T10:07:10.224Z] #11 extracting sha256:eebbd0de1400e890feac0b4b2a34feca7d973f3393e85f94ba9df03d72e12e02 [2022-11-01T10:07:13.496Z] #11 ... [2022-11-01T10:07:13.496Z] [2022-11-01T10:07:13.496Z] #15 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-11-01T10:07:14.427Z] #15 ... [2022-11-01T10:07:14.427Z] [2022-11-01T10:07:14.427Z] #16 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-11-01T10:07:14.427Z] #0 0.899 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-11-01T10:07:14.427Z] #0 0.944 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2022-11-01T10:07:14.427Z] #0 0.944 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2022-11-01T10:07:14.427Z] #0 1.073 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [8071 kB] [2022-11-01T10:07:14.427Z] #0 1.574 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [191 kB] [2022-11-01T10:07:14.427Z] #0 1.605 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB] [2022-11-01T10:07:14.427Z] #0 2.497 Fetched 8482 kB in 2s (4572 kB/s) [2022-11-01T10:07:14.427Z] #0 2.497 Reading package lists... [2022-11-01T10:07:14.427Z] #0 3.067 Reading package lists... [2022-11-01T10:07:14.427Z] #0 3.575 Building dependency tree... [2022-11-01T10:07:14.427Z] #0 3.881 The following additional packages will be installed: [2022-11-01T10:07:14.427Z] #0 3.882 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-11-01T10:07:14.427Z] #0 3.882 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-11-01T10:07:14.427Z] #0 3.884 Recommended packages: [2022-11-01T10:07:14.427Z] #0 3.884 libldap-common publicsuffix libsasl2-modules [2022-11-01T10:07:14.427Z] #0 4.007 The following NEW packages will be installed: [2022-11-01T10:07:14.427Z] #0 4.008 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-11-01T10:07:14.427Z] #0 4.008 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-11-01T10:07:14.427Z] #0 4.009 libssh2-1 openssl [2022-11-01T10:07:14.427Z] #0 4.280 0 upgraded, 15 newly installed, 0 to remove and 1 not upgraded. [2022-11-01T10:07:14.427Z] #0 4.280 Need to get 2941 kB of archives. [2022-11-01T10:07:14.427Z] #0 4.280 After this operation, 6478 kB of additional disk space will be used. [2022-11-01T10:07:14.427Z] #0 4.280 Get:1 http://deb.debian.org/debian bullseye/main arm64 openssl arm64 1.1.1n-0+deb11u3 [830 kB] [2022-11-01T10:07:14.427Z] #0 4.318 Get:2 http://deb.debian.org/debian bullseye/main arm64 ca-certificates all 20210119 [158 kB] [2022-11-01T10:07:14.427Z] #0 4.320 Get:3 http://deb.debian.org/debian bullseye/main arm64 libbrotli1 arm64 1.0.9-2+b2 [267 kB] [2022-11-01T10:07:14.427Z] #0 4.372 Get:4 http://deb.debian.org/debian bullseye/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-2.1+deb11u1 [69.4 kB] [2022-11-01T10:07:14.427Z] #0 4.373 Get:5 http://deb.debian.org/debian bullseye/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2.1+deb11u1 [105 kB] [2022-11-01T10:07:14.427Z] #0 4.378 Get:6 http://deb.debian.org/debian bullseye/main arm64 libldap-2.4-2 arm64 2.4.57+dfsg-3+deb11u1 [222 kB] [2022-11-01T10:07:14.427Z] #0 4.378 Get:7 http://deb.debian.org/debian bullseye/main arm64 libnghttp2-14 arm64 1.43.0-1 [73.8 kB] [2022-11-01T10:07:14.427Z] #0 4.378 Get:8 http://deb.debian.org/debian bullseye/main arm64 libpsl5 arm64 0.21.0-1.2 [57.1 kB] [2022-11-01T10:07:14.427Z] #0 4.378 Get:9 http://deb.debian.org/debian bullseye/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB] [2022-11-01T10:07:14.427Z] #0 4.378 Get:10 http://deb.debian.org/debian bullseye/main arm64 libssh2-1 arm64 1.9.0-2 [150 kB] [2022-11-01T10:07:14.427Z] #0 4.381 Get:11 http://deb.debian.org/debian bullseye/main arm64 libcurl4 arm64 7.74.0-1.3+deb11u3 [324 kB] [2022-11-01T10:07:14.427Z] #0 4.384 Get:12 http://deb.debian.org/debian bullseye/main arm64 curl arm64 7.74.0-1.3+deb11u3 [264 kB] [2022-11-01T10:07:14.427Z] #0 4.403 Get:13 http://deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB] [2022-11-01T10:07:14.427Z] #0 4.406 Get:14 http://deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB] [2022-11-01T10:07:14.427Z] #0 4.409 Get:15 http://deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB] [2022-11-01T10:07:14.427Z] #0 4.622 debconf: delaying package configuration, since apt-utils is not installed [2022-11-01T10:07:14.427Z] #0 4.651 Fetched 2941 kB in 0s (7347 kB/s) [2022-11-01T10:07:14.427Z] #0 4.753 Selecting previously unselected package openssl. [2022-11-01T10:07:14.427Z] #0 4.753 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6653 files and directories currently installed.) [2022-11-01T10:07:14.427Z] #0 4.753 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u3_arm64.deb ... [2022-11-01T10:07:14.427Z] #0 4.793 Unpacking openssl (1.1.1n-0+deb11u3) ... [2022-11-01T10:07:14.427Z] #0 5.231 Selecting previously unselected package ca-certificates. [2022-11-01T10:07:14.427Z] #0 5.231 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-11-01T10:07:14.427Z] #0 5.237 Unpacking ca-certificates (20210119) ... [2022-11-01T10:07:14.427Z] #0 5.371 Selecting previously unselected package libbrotli1:arm64. [2022-11-01T10:07:14.427Z] #0 5.372 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_arm64.deb ... [2022-11-01T10:07:14.427Z] #0 5.400 Unpacking libbrotli1:arm64 (1.0.9-2+b2) ... [2022-11-01T10:07:14.427Z] #0 5.546 Selecting previously unselected package libsasl2-modules-db:arm64. [2022-11-01T10:07:14.427Z] #0 5.546 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_arm64.deb ... [2022-11-01T10:07:14.427Z] #0 5.575 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-11-01T10:07:14.427Z] #0 5.791 Selecting previously unselected package libsasl2-2:arm64. [2022-11-01T10:07:14.427Z] #0 5.793 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_arm64.deb ... [2022-11-01T10:07:14.427Z] #0 5.804 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-11-01T10:07:14.427Z] #0 6.151 Selecting previously unselected package libldap-2.4-2:arm64. [2022-11-01T10:07:14.427Z] #0 6.151 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_arm64.deb ... [2022-11-01T10:07:14.427Z] #0 6.171 Unpacking libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ... [2022-11-01T10:07:14.427Z] #0 6.406 Selecting previously unselected package libnghttp2-14:arm64. [2022-11-01T10:07:14.427Z] #0 6.408 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_arm64.deb ... [2022-11-01T10:07:14.427Z] #0 6.430 Unpacking libnghttp2-14:arm64 (1.43.0-1) ... [2022-11-01T10:07:14.427Z] #0 6.517 Selecting previously unselected package libpsl5:arm64. [2022-11-01T10:07:14.427Z] #0 6.518 Preparing to unpack .../07-libpsl5_0.21.0-1.2_arm64.deb ... [2022-11-01T10:07:14.427Z] #0 6.532 Unpacking libpsl5:arm64 (0.21.0-1.2) ... [2022-11-01T10:07:14.427Z] #0 6.805 Selecting previously unselected package librtmp1:arm64. [2022-11-01T10:07:14.427Z] #0 6.805 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ... [2022-11-01T10:07:14.427Z] #0 6.814 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-11-01T10:07:14.427Z] #0 7.102 Selecting previously unselected package libssh2-1:arm64. [2022-11-01T10:07:14.427Z] #0 7.102 Preparing to unpack .../09-libssh2-1_1.9.0-2_arm64.deb ... [2022-11-01T10:07:14.427Z] #0 7.251 Unpacking libssh2-1:arm64 (1.9.0-2) ... [2022-11-01T10:07:14.427Z] #0 7.611 Selecting previously unselected package libcurl4:arm64. [2022-11-01T10:07:14.427Z] #0 7.611 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u3_arm64.deb ... [2022-11-01T10:07:14.427Z] #0 7.622 Unpacking libcurl4:arm64 (7.74.0-1.3+deb11u3) ... [2022-11-01T10:07:14.427Z] #0 8.277 Selecting previously unselected package curl. [2022-11-01T10:07:14.427Z] #0 8.277 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u3_arm64.deb ... [2022-11-01T10:07:14.427Z] #0 8.291 Unpacking curl (7.74.0-1.3+deb11u3) ... [2022-11-01T10:07:14.427Z] #0 8.654 Selecting previously unselected package libonig5:arm64. [2022-11-01T10:07:14.427Z] #0 8.654 Preparing to unpack .../12-libonig5_6.9.6-1.1_arm64.deb ... [2022-11-01T10:07:14.427Z] #0 8.699 Unpacking libonig5:arm64 (6.9.6-1.1) ... [2022-11-01T10:07:14.427Z] #0 8.996 Selecting previously unselected package libjq1:arm64. [2022-11-01T10:07:14.427Z] #0 8.996 Preparing to unpack .../13-libjq1_1.6-2.1_arm64.deb ... [2022-11-01T10:07:14.427Z] #0 9.097 Unpacking libjq1:arm64 (1.6-2.1) ... [2022-11-01T10:07:14.427Z] #0 9.552 Selecting previously unselected package jq. [2022-11-01T10:07:14.427Z] #0 9.552 Preparing to unpack .../14-jq_1.6-2.1_arm64.deb ... [2022-11-01T10:07:14.427Z] #0 9.561 Unpacking jq (1.6-2.1) ... [2022-11-01T10:07:14.427Z] #0 9.852 Setting up libpsl5:arm64 (0.21.0-1.2) ... [2022-11-01T10:07:14.427Z] #0 10.08 Setting up libbrotli1:arm64 (1.0.9-2+b2) ... [2022-11-01T10:07:14.683Z] #16 ... [2022-11-01T10:07:14.683Z] [2022-11-01T10:07:14.683Z] #11 [base 1/3] FROM docker.io/library/golang:1.19.2-bullseye@sha256:8b9971c37678d2c4c04e7dd4e430baec049647d72ed97bf5e6a41ef8e77e74a5 [2022-11-01T10:07:15.245Z] #11 extracting sha256:eebbd0de1400e890feac0b4b2a34feca7d973f3393e85f94ba9df03d72e12e02 5.0s [2022-11-01T10:07:15.812Z] #11 extracting sha256:eebbd0de1400e890feac0b4b2a34feca7d973f3393e85f94ba9df03d72e12e02 5.6s done [2022-11-01T10:07:16.375Z] #11 extracting sha256:fee96d99957b7576c05df0b5163cecbee865a5b9e7e6f1360e14405b78e397c3 done [2022-11-01T10:07:16.942Z] #11 DONE 20.7s [2022-11-01T10:07:16.942Z] [2022-11-01T10:07:16.942Z] #15 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-11-01T10:07:16.942Z] #15 DONE 3.7s [2022-11-01T10:07:16.942Z] [2022-11-01T10:07:16.942Z] #17 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-11-01T10:07:18.311Z] #17 DONE 1.1s [2022-11-01T10:07:18.311Z] [2022-11-01T10:07:18.311Z] #18 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-11-01T10:07:18.311Z] #18 DONE 1.2s [2022-11-01T10:07:18.311Z] [2022-11-01T10:07:18.311Z] #19 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2022-11-01T10:07:18.880Z] #19 DONE 0.6s [2022-11-01T10:07:18.880Z] [2022-11-01T10:07:18.880Z] #20 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2022-11-01T10:07:18.880Z] #20 DONE 0.1s [2022-11-01T10:07:18.880Z] [2022-11-01T10:07:18.880Z] #21 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-11-01T10:07:18.880Z] #21 ... [2022-11-01T10:07:18.880Z] [2022-11-01T10:07:18.880Z] #22 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-11-01T10:07:18.880Z] #22 DONE 0.3s [2022-11-01T10:07:18.880Z] [2022-11-01T10:07:18.880Z] #23 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-11-01T10:07:18.880Z] #23 DONE 0.3s [2022-11-01T10:07:18.880Z] [2022-11-01T10:07:18.880Z] #24 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-11-01T10:07:18.880Z] #24 DONE 0.3s [2022-11-01T10:07:19.136Z] [2022-11-01T10:07:19.136Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-11-01T10:07:19.136Z] #25 DONE 0.4s [2022-11-01T10:07:19.136Z] [2022-11-01T10:07:19.136Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-11-01T10:07:19.396Z] #26 ... [2022-11-01T10:07:19.396Z] [2022-11-01T10:07:19.396Z] #16 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-11-01T10:07:19.396Z] #16 10.60 Setting up libnghttp2-14:arm64 (1.43.0-1) ... [2022-11-01T10:07:19.396Z] #16 11.17 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-11-01T10:07:19.396Z] #16 11.67 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-11-01T10:07:19.396Z] #16 11.72 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-11-01T10:07:19.396Z] #16 11.84 Setting up libssh2-1:arm64 (1.9.0-2) ... [2022-11-01T10:07:19.396Z] #16 12.05 Setting up openssl (1.1.1n-0+deb11u3) ... [2022-11-01T10:07:19.396Z] #16 12.17 Setting up libonig5:arm64 (6.9.6-1.1) ... [2022-11-01T10:07:19.396Z] #16 12.37 Setting up libjq1:arm64 (1.6-2.1) ... [2022-11-01T10:07:19.396Z] #16 12.47 Setting up libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ... [2022-11-01T10:07:19.396Z] #16 12.56 Setting up ca-certificates (20210119) ... [2022-11-01T10:07:19.396Z] #16 13.21 Updating certificates in /etc/ssl/certs... [2022-11-01T10:07:19.396Z] #16 13.75 129 added, 0 removed; done. [2022-11-01T10:07:19.396Z] #16 13.85 Setting up jq (1.6-2.1) ... [2022-11-01T10:07:19.396Z] #16 13.88 Setting up libcurl4:arm64 (7.74.0-1.3+deb11u3) ... [2022-11-01T10:07:19.396Z] #16 13.89 Setting up curl (7.74.0-1.3+deb11u3) ... [2022-11-01T10:07:19.396Z] #16 13.91 Processing triggers for libc-bin (2.31-13+deb11u5) ... [2022-11-01T10:07:19.396Z] #16 13.94 Processing triggers for ca-certificates (20210119) ... [2022-11-01T10:07:19.396Z] #16 13.95 Updating certificates in /etc/ssl/certs... [2022-11-01T10:07:19.396Z] #16 14.73 0 added, 0 removed; done. [2022-11-01T10:07:19.396Z] #16 14.73 Running hooks in /etc/ca-certificates/update.d... [2022-11-01T10:07:19.396Z] #16 14.73 done. [2022-11-01T10:07:19.396Z] #16 DONE 14.9s [2022-11-01T10:07:19.396Z] [2022-11-01T10:07:19.396Z] #27 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-11-01T10:07:19.396Z] #27 DONE 0.2s [2022-11-01T10:07:19.396Z] [2022-11-01T10:07:19.396Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-11-01T10:07:24.650Z] #28 ... [2022-11-01T10:07:24.650Z] [2022-11-01T10:07:24.650Z] #29 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-11-01T10:07:24.650Z] #0 3.945 + RM_GOPATH=0 [2022-11-01T10:07:24.650Z] #0 3.948 + TMP_GOPATH= [2022-11-01T10:07:24.650Z] #0 3.948 + : /build [2022-11-01T10:07:24.650Z] #0 3.948 + '[' -z '' ']' [2022-11-01T10:07:24.650Z] #0 3.957 ++ mktemp -d [2022-11-01T10:07:24.650Z] #0 3.987 + export GOPATH=/tmp/tmp.vZ6cssVYAs [2022-11-01T10:07:24.650Z] #0 3.987 + GOPATH=/tmp/tmp.vZ6cssVYAs [2022-11-01T10:07:24.650Z] #0 3.987 + RM_GOPATH=1 [2022-11-01T10:07:24.650Z] #0 3.987 + case "$(go env GOARCH)" in [2022-11-01T10:07:24.650Z] #0 3.988 ++ go env GOARCH [2022-11-01T10:07:24.650Z] #0 4.000 + export GO_BUILDMODE=-buildmode=pie [2022-11-01T10:07:24.650Z] #0 4.000 + GO_BUILDMODE=-buildmode=pie [2022-11-01T10:07:24.650Z] #0 4.002 ++ dirname /install.sh [2022-11-01T10:07:24.650Z] #0 4.010 + dir=/ [2022-11-01T10:07:24.650Z] #0 4.013 + bin=rootlesskit [2022-11-01T10:07:24.650Z] #0 4.014 + shift [2022-11-01T10:07:24.650Z] #0 4.018 + '[' '!' -f //rootlesskit.installer ']' [2022-11-01T10:07:24.650Z] #0 4.018 + . //rootlesskit.installer [2022-11-01T10:07:24.650Z] #0 4.018 ++ : 1920341cd41e047834a21007424162a2dc946315 [2022-11-01T10:07:24.650Z] #0 4.019 + install_rootlesskit [2022-11-01T10:07:24.650Z] #0 4.022 + case "$1" in [2022-11-01T10:07:24.650Z] #0 4.022 + export CGO_ENABLED=0 [2022-11-01T10:07:24.650Z] #0 4.022 + CGO_ENABLED=0 [2022-11-01T10:07:24.650Z] #0 4.022 + _install_rootlesskit [2022-11-01T10:07:24.650Z] #0 4.029 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315' [2022-11-01T10:07:24.650Z] #0 4.029 + for f in rootlesskit rootlesskit-docker-proxy [2022-11-01T10:07:24.650Z] #0 4.029 + GOBIN=/build [2022-11-01T10:07:24.650Z] #0 4.029 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315 [2022-11-01T10:07:24.650Z] #0 4.037 + GO111MODULE=on [2022-11-01T10:07:24.650Z] #0 4.037 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315 [2022-11-01T10:07:24.650Z] #0 4.627 go: downloading github.com/rootless-containers/rootlesskit v1.0.0 [2022-11-01T10:07:27.920Z] #29 ... [2022-11-01T10:07:27.921Z] [2022-11-01T10:07:27.921Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-11-01T10:07:27.921Z] #28 8.259 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-11-01T10:07:28.850Z] #28 ... [2022-11-01T10:07:28.850Z] [2022-11-01T10:07:28.850Z] #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 [2022-11-01T10:07:28.850Z] #0 4.688 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-11-01T10:07:28.850Z] #0 4.715 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2022-11-01T10:07:28.850Z] #0 4.718 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2022-11-01T10:07:28.850Z] #0 5.489 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8071 kB] [2022-11-01T10:07:28.850Z] #0 7.539 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [191 kB] [2022-11-01T10:07:28.850Z] #30 ... [2022-11-01T10:07:28.850Z] [2022-11-01T10:07:28.850Z] #31 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-11-01T10:07:28.850Z] #0 4.603 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-11-01T10:07:28.850Z] #0 4.630 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2022-11-01T10:07:28.850Z] #0 4.638 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2022-11-01T10:07:28.850Z] #0 5.144 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-11-01T10:07:28.850Z] #0 5.382 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8071 kB] [2022-11-01T10:07:28.850Z] #0 7.574 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [191 kB] [2022-11-01T10:07:28.850Z] #0 9.951 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB] [2022-11-01T10:07:28.850Z] #31 ... [2022-11-01T10:07:28.850Z] [2022-11-01T10:07:28.850Z] #32 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod case $(dpkg --print-architecture) in amd64|arm64) GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help ;; *) mkdir -p /build/ ;; esac [2022-11-01T10:07:28.850Z] #0 3.732 go: downloading github.com/go-delve/delve v1.8.1 [2022-11-01T10:07:29.106Z] #32 ... [2022-11-01T10:07:29.106Z] [2022-11-01T10:07:29.106Z] #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 [2022-11-01T10:07:29.106Z] #0 3.145 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-11-01T10:07:29.106Z] #0 3.145 Cloning into '.'... [2022-11-01T10:07:29.362Z] #33 ... [2022-11-01T10:07:29.362Z] [2022-11-01T10:07:29.362Z] #34 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-11-01T10:07:29.362Z] #0 4.359 go: downloading github.com/tc-hib/go-winres v0.2.3 [2022-11-01T10:07:29.362Z] #0 5.488 go: downloading github.com/tc-hib/winres v0.1.5 [2022-11-01T10:07:29.362Z] #0 6.797 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-11-01T10:07:29.362Z] #0 6.974 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-11-01T10:07:29.362Z] #0 7.148 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-11-01T10:07:29.362Z] #0 9.349 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-11-01T10:07:29.362Z] #0 9.506 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-11-01T10:07:29.362Z] #34 ... [2022-11-01T10:07:29.362Z] [2022-11-01T10:07:29.362Z] #35 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.49.0" && /build/golangci-lint --version [2022-11-01T10:07:29.362Z] #0 4.160 go: downloading github.com/golangci/golangci-lint v1.49.0 [2022-11-01T10:07:29.362Z] #0 6.246 go: downloading github.com/fatih/color v1.13.0 [2022-11-01T10:07:29.362Z] #0 6.249 go: downloading github.com/gofrs/flock v0.8.1 [2022-11-01T10:07:29.362Z] #0 6.323 go: downloading github.com/pkg/errors v0.9.1 [2022-11-01T10:07:29.362Z] #0 6.344 go: downloading github.com/spf13/cobra v1.5.0 [2022-11-01T10:07:29.362Z] #0 6.411 go: downloading github.com/spf13/pflag v1.0.5 [2022-11-01T10:07:29.362Z] #0 6.703 go: downloading github.com/spf13/viper v1.12.0 [2022-11-01T10:07:29.362Z] #0 6.796 go: downloading gopkg.in/yaml.v3 v3.0.1 [2022-11-01T10:07:29.362Z] #0 7.180 go: downloading github.com/mattn/go-colorable v0.1.13 [2022-11-01T10:07:29.362Z] #0 7.185 go: downloading github.com/mattn/go-isatty v0.0.16 [2022-11-01T10:07:29.362Z] #0 7.307 go: downloading golang.org/x/tools v0.1.12 [2022-11-01T10:07:29.362Z] #0 7.358 go: downloading github.com/hashicorp/go-version v1.6.0 [2022-11-01T10:07:29.362Z] #0 7.573 go: downloading github.com/ldez/gomoddirectives v0.2.3 [2022-11-01T10:07:29.362Z] #0 7.705 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-11-01T10:07:29.362Z] #0 7.834 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-11-01T10:07:29.618Z] #35 ... [2022-11-01T10:07:29.618Z] [2022-11-01T10:07:29.618Z] #36 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-11-01T10:07:29.618Z] #0 4.636 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-11-01T10:07:29.618Z] #0 4.676 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2022-11-01T10:07:29.618Z] #0 4.676 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2022-11-01T10:07:29.618Z] #0 5.677 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8071 kB] [2022-11-01T10:07:29.618Z] #0 7.829 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [191 kB] [2022-11-01T10:07:29.618Z] #0 10.40 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB] [2022-11-01T10:07:29.618Z] #36 ... [2022-11-01T10:07:29.618Z] [2022-11-01T10:07:29.618Z] #37 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-11-01T10:07:29.618Z] #0 3.560 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-11-01T10:07:29.874Z] #37 ... [2022-11-01T10:07:29.874Z] [2022-11-01T10:07:29.874Z] #38 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1" && /build/gotestsum --version [2022-11-01T10:07:29.874Z] #0 4.076 go: downloading gotest.tools/gotestsum v1.8.1 [2022-11-01T10:07:29.874Z] #0 5.449 go: downloading github.com/fatih/color v1.10.0 [2022-11-01T10:07:29.874Z] #0 5.563 go: downloading github.com/dnephin/pflag v1.0.7 [2022-11-01T10:07:29.874Z] #0 5.611 go: downloading golang.org/x/tools v0.1.0 [2022-11-01T10:07:29.874Z] #0 6.073 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-11-01T10:07:29.874Z] #0 6.254 go: downloading github.com/pkg/errors v0.9.1 [2022-11-01T10:07:29.874Z] #0 6.550 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-11-01T10:07:29.874Z] #0 6.564 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-11-01T10:07:29.874Z] #0 6.912 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-11-01T10:07:29.874Z] #0 6.971 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-11-01T10:07:29.874Z] #0 7.083 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-11-01T10:07:29.875Z] #0 7.160 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-11-01T10:07:29.875Z] #0 7.267 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-11-01T10:07:29.875Z] #38 ... [2022-11-01T10:07:29.875Z] [2022-11-01T10:07:29.875Z] #39 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-11-01T10:07:29.875Z] #0 3.374 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-11-01T10:07:30.131Z] #39 ... [2022-11-01T10:07:30.131Z] [2022-11-01T10:07:30.131Z] #40 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-11-01T10:07:30.131Z] #0 4.285 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-11-01T10:07:30.131Z] #0 4.316 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2022-11-01T10:07:30.131Z] #0 4.338 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2022-11-01T10:07:30.131Z] #0 4.996 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8071 kB] [2022-11-01T10:07:30.131Z] #0 7.438 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [191 kB] [2022-11-01T10:07:30.131Z] #0 9.947 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB] [2022-11-01T10:07:30.131Z] #40 ... [2022-11-01T10:07:30.131Z] [2022-11-01T10:07:30.131Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-11-01T10:07:30.131Z] #0 3.659 + git clone https://github.com/docker/distribution.git . [2022-11-01T10:07:30.131Z] #0 3.661 Cloning into '.'... [2022-11-01T10:07:30.388Z] #41 ... [2022-11-01T10:07:30.388Z] [2022-11-01T10:07:30.388Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-11-01T10:07:30.388Z] #28 9.969 #=#=# [2022-11-01T10:07:30.388Z] #28 10.34 #=#=# # 1.9% ######################################################################## 100.0% [2022-11-01T10:07:31.319Z] #28 11.75 [2022-11-01T10:07:32.688Z] #28 ... [2022-11-01T10:07:32.688Z] [2022-11-01T10:07:32.688Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-11-01T10:07:32.688Z] #26 3.423 + RM_GOPATH=0 [2022-11-01T10:07:32.688Z] #26 3.423 + TMP_GOPATH= [2022-11-01T10:07:32.688Z] #26 3.423 + : /build [2022-11-01T10:07:32.688Z] #26 3.423 + '[' -z '' ']' [2022-11-01T10:07:32.688Z] #26 3.427 ++ mktemp -d [2022-11-01T10:07:32.688Z] #26 3.427 + export GOPATH=/tmp/tmp.QKAb3QKtlF [2022-11-01T10:07:32.688Z] #26 3.427 + GOPATH=/tmp/tmp.QKAb3QKtlF [2022-11-01T10:07:32.688Z] #26 3.427 + RM_GOPATH=1 [2022-11-01T10:07:32.688Z] #26 3.427 + case "$(go env GOARCH)" in [2022-11-01T10:07:32.688Z] #26 3.427 ++ go env GOARCH [2022-11-01T10:07:32.688Z] #26 3.436 + export GO_BUILDMODE=-buildmode=pie [2022-11-01T10:07:32.688Z] #26 3.436 + GO_BUILDMODE=-buildmode=pie [2022-11-01T10:07:32.688Z] #26 3.436 ++ dirname /install.sh [2022-11-01T10:07:32.688Z] #26 3.436 + dir=/ [2022-11-01T10:07:32.688Z] #26 3.436 + bin=dockercli [2022-11-01T10:07:32.688Z] #26 3.436 + shift [2022-11-01T10:07:32.688Z] #26 3.436 + '[' '!' -f //dockercli.installer ']' [2022-11-01T10:07:32.688Z] #26 3.436 + . //dockercli.installer [2022-11-01T10:07:32.688Z] #26 3.436 ++ : stable [2022-11-01T10:07:32.688Z] #26 3.436 ++ : 17.06.2-ce [2022-11-01T10:07:32.688Z] #26 3.436 + install_dockercli [2022-11-01T10:07:32.688Z] #26 3.436 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-11-01T10:07:32.688Z] #26 3.439 Install docker/cli version 17.06.2-ce from stable [2022-11-01T10:07:32.688Z] #26 3.439 ++ uname -m [2022-11-01T10:07:32.688Z] #26 3.439 + arch=aarch64 [2022-11-01T10:07:32.688Z] #26 3.439 + '[' aarch64 '!=' x86_64 ']' [2022-11-01T10:07:32.688Z] #26 3.439 + '[' aarch64 '!=' s390x ']' [2022-11-01T10:07:32.688Z] #26 3.439 + '[' aarch64 '!=' armhf ']' [2022-11-01T10:07:32.688Z] #26 3.439 + build_dockercli [2022-11-01T10:07:32.688Z] #26 3.439 + git clone https://github.com/docker/docker-ce /tmp/tmp.QKAb3QKtlF/tmp/docker-ce [2022-11-01T10:07:32.688Z] #26 3.440 Cloning into '/tmp/tmp.QKAb3QKtlF/tmp/docker-ce'... [2022-11-01T10:07:32.688Z] #26 ... [2022-11-01T10:07:32.688Z] [2022-11-01T10:07:32.688Z] #37 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-11-01T10:07:32.688Z] #37 13.77 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-11-01T10:07:32.688Z] #37 13.77 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-11-01T10:07:32.688Z] #37 13.81 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-11-01T10:07:33.251Z] #37 ... [2022-11-01T10:07:33.251Z] [2022-11-01T10:07:33.251Z] #21 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-11-01T10:07:33.251Z] #21 4.670 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-11-01T10:07:33.251Z] #21 4.750 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2022-11-01T10:07:33.251Z] #21 4.753 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2022-11-01T10:07:33.251Z] #21 5.769 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8071 kB] [2022-11-01T10:07:33.251Z] #21 8.040 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [191 kB] [2022-11-01T10:07:33.251Z] #21 10.79 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB] [2022-11-01T10:07:33.508Z] #21 ... [2022-11-01T10:07:33.508Z] [2022-11-01T10:07:33.508Z] #36 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-11-01T10:07:33.508Z] #36 14.77 Fetched 8482 kB in 10s (817 kB/s) [2022-11-01T10:07:35.486Z] #36 14.77 Reading package lists... [2022-11-01T10:07:35.486Z] #36 ... [2022-11-01T10:07:35.486Z] [2022-11-01T10:07:35.486Z] #39 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1" && /build/tomll --help [2022-11-01T10:07:35.486Z] #39 15.11 tomll can be used in two ways: [2022-11-01T10:07:35.486Z] #39 15.11 Writing to STDIN and reading from STDOUT: [2022-11-01T10:07:35.486Z] #39 15.11 cat file.toml | tomll > file.toml [2022-11-01T10:07:35.486Z] #39 15.11 [2022-11-01T10:07:35.486Z] #39 15.11 Reading and updating a list of files: [2022-11-01T10:07:35.486Z] #39 15.11 tomll a.toml b.toml c.toml [2022-11-01T10:07:35.486Z] #39 15.11 [2022-11-01T10:07:35.486Z] #39 15.11 When given a list of files, tomll will modify all files in place without asking. [2022-11-01T10:07:35.486Z] #39 DONE 16.8s [2022-11-01T10:07:35.742Z] [2022-11-01T10:07:35.742Z] #35 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.49.0" && /build/golangci-lint --version [2022-11-01T10:07:35.742Z] #35 13.07 go: downloading github.com/sirupsen/logrus v1.9.0 [2022-11-01T10:07:35.742Z] #35 13.10 go: downloading github.com/stretchr/testify v1.8.0 [2022-11-01T10:07:35.742Z] #35 13.35 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-11-01T10:07:35.742Z] #35 13.40 go: downloading github.com/golangci/revgrep v0.0.0-20220804021717-745bb2f7c2e6 [2022-11-01T10:07:35.742Z] #35 13.49 go: downloading github.com/fsnotify/fsnotify v1.5.4 [2022-11-01T10:07:35.742Z] #35 13.57 go: downloading github.com/mitchellh/mapstructure v1.5.0 [2022-11-01T10:07:35.742Z] #35 13.63 go: downloading github.com/spf13/afero v1.8.2 [2022-11-01T10:07:35.742Z] #35 13.85 go: downloading github.com/spf13/cast v1.5.0 [2022-11-01T10:07:35.742Z] #35 14.00 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-11-01T10:07:35.742Z] #35 14.09 go: downloading golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab [2022-11-01T10:07:35.742Z] #35 14.10 go: downloading golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 [2022-11-01T10:07:35.742Z] #35 14.61 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-11-01T10:07:35.742Z] #35 17.06 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-11-01T10:07:35.742Z] #35 17.07 go: downloading github.com/Antonboom/errname v0.1.7 [2022-11-01T10:07:35.742Z] #35 17.15 go: downloading github.com/Antonboom/nilnil v0.1.1 [2022-11-01T10:07:35.998Z] #35 17.28 go: downloading github.com/BurntSushi/toml v1.2.0 [2022-11-01T10:07:36.560Z] #35 17.70 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-11-01T10:07:36.561Z] #35 17.77 go: downloading github.com/GaijinEntertainment/go-exhaustruct/v2 v2.3.0 [2022-11-01T10:07:36.561Z] #35 17.98 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-11-01T10:07:36.817Z] #35 18.08 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-11-01T10:07:37.073Z] #35 18.24 go: downloading github.com/alingse/asasalint v0.0.11 [2022-11-01T10:07:37.073Z] #35 18.37 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-11-01T10:07:37.073Z] #35 18.47 go: downloading github.com/ashanbrown/makezero v1.1.1 [2022-11-01T10:07:37.073Z] #35 18.47 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-11-01T10:07:37.329Z] #35 18.53 go: downloading github.com/blizzy78/varnamelen v0.8.0 [2022-11-01T10:07:37.329Z] #35 18.61 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-11-01T10:07:37.329Z] #35 18.73 go: downloading github.com/breml/bidichk v0.2.3 [2022-11-01T10:07:37.329Z] #35 18.79 go: downloading github.com/breml/errchkjson v0.3.0 [2022-11-01T10:07:37.585Z] #35 18.83 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-11-01T10:07:37.585Z] #35 18.90 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-11-01T10:07:37.585Z] #35 19.00 go: downloading github.com/curioswitch/go-reassign v0.1.2 [2022-11-01T10:07:37.585Z] #35 ... [2022-11-01T10:07:37.585Z] [2022-11-01T10:07:37.585Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-11-01T10:07:37.841Z] #41 18.68 Updating files: 79% (1752/2192) Updating files: 80% (1754/2192) Updating files: 81% (1776/2192) Updating files: 82% (1798/2192) Updating files: 83% (1820/2192) Updating files: 84% (1842/2192) Updating files: 85% (1864/2192) Updating files: 86% (1886/2192) Updating files: 87% (1908/2192) Updating files: 88% (1929/2192) Updating files: 89% (1951/2192) Updating files: 90% (1973/2192) Updating files: 91% (1995/2192) Updating files: 92% (2017/2192) Updating files: 93% (2039/2192) Updating files: 94% (2061/2192) Updating files: 95% (2083/2192) [2022-11-01T10:07:37.841Z] #41 ... [2022-11-01T10:07:37.841Z] [2022-11-01T10:07:37.841Z] #29 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-11-01T10:07:37.841Z] #29 8.860 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-11-01T10:07:37.842Z] #29 8.860 go: downloading github.com/urfave/cli/v2 v2.4.0 [2022-11-01T10:07:37.842Z] #29 9.228 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 [2022-11-01T10:07:37.842Z] #29 11.31 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd [2022-11-01T10:07:37.842Z] #29 12.43 go: downloading github.com/google/uuid v1.3.0 [2022-11-01T10:07:37.842Z] #29 12.43 go: downloading github.com/moby/vpnkit v0.5.0 [2022-11-01T10:07:37.842Z] #29 12.50 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-11-01T10:07:37.842Z] #29 12.66 go: downloading github.com/gofrs/flock v0.8.1 [2022-11-01T10:07:37.842Z] #29 12.72 go: downloading github.com/gorilla/mux v1.8.0 [2022-11-01T10:07:37.842Z] #29 12.91 go: downloading github.com/moby/sys/mountinfo v0.6.0 [2022-11-01T10:07:37.842Z] #29 13.30 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1 [2022-11-01T10:07:37.842Z] #29 13.40 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b [2022-11-01T10:07:37.842Z] #29 16.38 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-11-01T10:07:37.842Z] #29 16.64 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-11-01T10:07:38.098Z] #29 ... [2022-11-01T10:07:38.098Z] [2022-11-01T10:07:38.098Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-11-01T10:07:38.098Z] #41 18.68 Updating files: 79% (1752/2192) Updating files: 80% (1754/2192) Updating files: 81% (1776/2192) Updating files: 82% (1798/2192) Updating files: 83% (1820/2192) Updating files: 84% (1842/2192) Updating files: 85% (1864/2192) Updating files: 86% (1886/2192) Updating files: 87% (1908/2192) Updating files: 88% (1929/2192) Updating files: 89% (1951/2192) Updating files: 90% (1973/2192) Updating files: 91% (1995/2192) Updating files: 92% (2017/2192) Updating files: 93% (2039/2192) Updating files: 94% (2061/2192) Updating files: 95% (2083/2192) Updating files: 96% (2105/2192) Updating files: 97% (2127/2192) Updating files: 98% (2149/2192) Updating files: 99% (2171/2192) Updating files: 100% (2192/2192) Updating files: 100% (2192/2192), done. [2022-11-01T10:07:38.098Z] #41 19.03 + git checkout -q v2.3.0 [2022-11-01T10:07:39.029Z] #41 ... [2022-11-01T10:07:39.029Z] [2022-11-01T10:07:39.029Z] #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 [2022-11-01T10:07:39.029Z] #30 10.33 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB] [2022-11-01T10:07:39.029Z] #30 15.42 Fetched 8482 kB in 11s (773 kB/s) [2022-11-01T10:07:39.029Z] #30 15.42 Reading package lists... [2022-11-01T10:07:39.029Z] #30 ... [2022-11-01T10:07:39.029Z] [2022-11-01T10:07:39.029Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-11-01T10:07:39.029Z] #28 16.97 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-11-01T10:07:39.029Z] #28 18.53 #=#=# [2022-11-01T10:07:39.029Z] #28 18.95 #=#=# 0.8% ######################################################################## 100.0% [2022-11-01T10:07:39.287Z] #28 ... [2022-11-01T10:07:39.287Z] [2022-11-01T10:07:39.287Z] #32 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod case $(dpkg --print-architecture) in amd64|arm64) GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help ;; *) mkdir -p /build/ ;; esac [2022-11-01T10:07:39.287Z] #32 10.71 go: downloading github.com/sirupsen/logrus v1.6.0 [2022-11-01T10:07:39.287Z] #32 10.72 go: downloading github.com/spf13/cobra v1.1.3 [2022-11-01T10:07:39.287Z] #32 11.03 go: downloading github.com/mattn/go-isatty v0.0.3 [2022-11-01T10:07:39.287Z] #32 11.32 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1 [2022-11-01T10:07:39.287Z] #32 11.62 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-11-01T10:07:39.287Z] #32 11.89 go: downloading github.com/cosiner/argv v0.1.0 [2022-11-01T10:07:39.287Z] #32 11.90 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9 [2022-11-01T10:07:39.287Z] #32 11.96 go: downloading github.com/peterh/liner v1.2.2 [2022-11-01T10:07:39.287Z] #32 12.13 go: downloading github.com/google/go-dap v0.6.0 [2022-11-01T10:07:39.287Z] #32 12.33 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097 [2022-11-01T10:07:39.287Z] #32 12.88 go: downloading github.com/mattn/go-runewidth v0.0.3 [2022-11-01T10:07:39.287Z] #32 13.16 go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-11-01T10:07:39.287Z] #32 13.20 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4 [2022-11-01T10:07:39.287Z] #32 14.69 go: downloading github.com/russross/blackfriday/v2 v2.0.1 [2022-11-01T10:07:39.287Z] #32 15.09 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0 [2022-11-01T10:07:39.544Z] #32 ... [2022-11-01T10:07:39.544Z] [2022-11-01T10:07:39.544Z] #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 [2022-11-01T10:07:39.544Z] #30 15.42 Reading package lists... [2022-11-01T10:07:40.925Z] #30 20.95 Reading package lists... [2022-11-01T10:07:40.925Z] #30 ... [2022-11-01T10:07:40.925Z] [2022-11-01T10:07:40.925Z] #38 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1" && /build/gotestsum --version [2022-11-01T10:07:40.925Z] #38 12.06 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-11-01T10:07:40.925Z] #38 12.11 go: downloading golang.org/x/mod v0.3.0 [2022-11-01T10:07:40.925Z] #38 ... [2022-11-01T10:07:40.925Z] [2022-11-01T10:07:40.925Z] #35 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.49.0" && /build/golangci-lint --version [2022-11-01T10:07:40.925Z] #35 19.02 go: downloading github.com/daixiang0/gci v0.6.3 [2022-11-01T10:07:40.925Z] #35 19.42 go: downloading github.com/denis-tingaikin/go-header v0.4.3 [2022-11-01T10:07:40.925Z] #35 19.42 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-11-01T10:07:40.925Z] #35 19.55 go: downloading github.com/firefart/nonamedreturns v1.0.4 [2022-11-01T10:07:40.925Z] #35 19.55 go: downloading github.com/fzipp/gocyclo v0.6.0 [2022-11-01T10:07:40.925Z] #35 19.60 go: downloading github.com/go-critic/go-critic v0.6.4 [2022-11-01T10:07:40.925Z] #35 20.41 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-11-01T10:07:40.925Z] #35 20.43 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-11-01T10:07:40.925Z] #35 20.44 go: downloading github.com/golangci/go-misc v0.0.0-20220329215616-d24fe342adfe [2022-11-01T10:07:40.925Z] #35 20.53 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-11-01T10:07:40.925Z] #35 20.68 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-11-01T10:07:40.925Z] #35 20.85 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-11-01T10:07:40.925Z] #35 20.89 go: downloading github.com/golangci/misspell v0.3.5 [2022-11-01T10:07:40.925Z] #35 20.98 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-11-01T10:07:40.925Z] #35 21.04 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-11-01T10:07:40.925Z] #35 21.12 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-11-01T10:07:40.925Z] #35 21.17 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-11-01T10:07:40.925Z] #35 21.22 go: downloading github.com/hexops/gotextdiff v1.0.3 [2022-11-01T10:07:40.925Z] #35 21.35 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-11-01T10:07:40.925Z] #35 21.37 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-11-01T10:07:40.925Z] #35 21.42 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-11-01T10:07:40.925Z] #35 21.50 go: downloading github.com/julz/importas v0.1.0 [2022-11-01T10:07:40.925Z] #35 21.50 go: downloading github.com/kisielk/errcheck v1.6.2 [2022-11-01T10:07:40.925Z] #35 21.55 go: downloading github.com/kulti/thelper v0.6.3 [2022-11-01T10:07:40.925Z] #35 21.62 go: downloading github.com/kunwardeep/paralleltest v1.0.6 [2022-11-01T10:07:40.925Z] #35 21.69 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-11-01T10:07:40.925Z] #35 21.76 go: downloading github.com/ldez/tagliatelle v0.3.1 [2022-11-01T10:07:40.925Z] #35 21.80 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-11-01T10:07:40.925Z] #35 21.94 go: downloading github.com/lufeee/execinquery v1.2.1 [2022-11-01T10:07:40.925Z] #35 22.05 go: downloading github.com/maratori/testpackage v1.1.0 [2022-11-01T10:07:40.925Z] #35 22.08 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-11-01T10:07:40.925Z] #35 22.14 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-11-01T10:07:40.925Z] #35 22.19 go: downloading github.com/mgechev/revive v1.2.3 [2022-11-01T10:07:41.182Z] #35 ... [2022-11-01T10:07:41.182Z] [2022-11-01T10:07:41.182Z] #31 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-11-01T10:07:41.182Z] #31 12.37 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2163 B] [2022-11-01T10:07:41.182Z] #31 16.12 Fetched 8486 kB in 12s (721 kB/s) [2022-11-01T10:07:41.182Z] #31 16.12 Reading package lists... [2022-11-01T10:07:41.182Z] #31 21.53 Reading package lists... [2022-11-01T10:07:41.182Z] #31 ... [2022-11-01T10:07:41.182Z] [2022-11-01T10:07:41.182Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-11-01T10:07:41.182Z] #41 21.15 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2022-11-01T10:07:43.093Z] #41 ... [2022-11-01T10:07:43.093Z] [2022-11-01T10:07:43.093Z] #40 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-11-01T10:07:43.093Z] #40 14.55 Fetched 8482 kB in 11s (801 kB/s) [2022-11-01T10:07:43.093Z] #40 14.55 Reading package lists... [2022-11-01T10:07:43.093Z] #40 19.97 Reading package lists... [2022-11-01T10:07:43.350Z] #40 24.57 Building dependency tree... [2022-11-01T10:07:43.350Z] #40 ... [2022-11-01T10:07:43.350Z] [2022-11-01T10:07:43.350Z] #35 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.49.0" && /build/golangci-lint --version [2022-11-01T10:07:43.350Z] #35 22.84 go: downloading github.com/moricho/tparallel v0.2.1 [2022-11-01T10:07:43.350Z] #35 22.85 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-11-01T10:07:43.350Z] #35 22.89 go: downloading github.com/nishanths/exhaustive v0.8.1 [2022-11-01T10:07:43.350Z] #35 22.91 go: downloading github.com/nishanths/predeclared v0.2.2 [2022-11-01T10:07:43.350Z] #35 22.99 go: downloading github.com/polyfloyd/go-errorlint v1.0.2 [2022-11-01T10:07:43.350Z] #35 23.11 go: downloading github.com/ryancurrah/gomodguard v1.2.4 [2022-11-01T10:07:43.350Z] #35 23.18 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-11-01T10:07:43.350Z] #35 23.29 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-11-01T10:07:43.350Z] #35 23.33 go: downloading github.com/sashamelentyev/interfacebloat v1.1.0 [2022-11-01T10:07:43.350Z] #35 23.35 go: downloading github.com/sashamelentyev/usestdlibvars v1.13.0 [2022-11-01T10:07:43.350Z] #35 23.39 go: downloading github.com/securego/gosec/v2 v2.13.1 [2022-11-01T10:07:43.350Z] #35 23.71 go: downloading github.com/sivchari/containedctx v1.0.2 [2022-11-01T10:07:43.350Z] #35 23.74 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-11-01T10:07:43.350Z] #35 23.78 go: downloading github.com/sivchari/nosnakecase v1.7.0 [2022-11-01T10:07:43.350Z] #35 23.79 go: downloading github.com/sivchari/tenv v1.7.0 [2022-11-01T10:07:43.350Z] #35 23.90 go: downloading github.com/sonatard/noctx v0.0.1 [2022-11-01T10:07:43.350Z] #35 23.97 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-11-01T10:07:43.350Z] #35 23.97 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-11-01T10:07:43.350Z] #35 24.12 go: downloading github.com/stbenjam/no-sprintf-host-port v0.1.1 [2022-11-01T10:07:43.350Z] #35 24.13 go: downloading github.com/sylvia7788/contextcheck v1.0.6 [2022-11-01T10:07:43.350Z] #35 24.20 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-11-01T10:07:43.350Z] #35 24.20 go: downloading github.com/tetafro/godot v1.4.11 [2022-11-01T10:07:43.350Z] #35 24.29 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-11-01T10:07:43.350Z] #35 24.31 go: downloading github.com/timonwong/logrlint v0.1.0 [2022-11-01T10:07:43.350Z] #35 24.37 go: downloading github.com/tomarrell/wrapcheck/v2 v2.6.2 [2022-11-01T10:07:43.350Z] #35 24.37 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-11-01T10:07:43.350Z] #35 24.64 go: downloading github.com/ultraware/funlen v0.0.3 [2022-11-01T10:07:43.606Z] #35 24.72 go: downloading github.com/ultraware/whitespace v0.0.5 [2022-11-01T10:07:43.606Z] #35 24.82 go: downloading github.com/uudashr/gocognit v1.0.6 [2022-11-01T10:07:43.606Z] #35 24.88 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-11-01T10:07:43.606Z] #35 24.92 go: downloading github.com/yeya24/promlinter v0.2.0 [2022-11-01T10:07:43.606Z] #35 24.93 go: downloading gitlab.com/bosi/decorder v0.2.3 [2022-11-01T10:07:43.863Z] #35 25.13 go: downloading honnef.co/go/tools v0.3.3 [2022-11-01T10:07:44.122Z] #35 ... [2022-11-01T10:07:44.122Z] [2022-11-01T10:07:44.122Z] #21 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-11-01T10:07:44.122Z] #21 15.32 Fetched 8482 kB in 11s (781 kB/s) [2022-11-01T10:07:44.122Z] #21 15.32 Reading package lists... [2022-11-01T10:07:44.122Z] #21 21.03 Reading package lists... [2022-11-01T10:07:44.122Z] #21 25.45 Building dependency tree... [2022-11-01T10:07:44.122Z] #21 ... [2022-11-01T10:07:44.122Z] [2022-11-01T10:07:44.122Z] #36 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-11-01T10:07:44.122Z] #36 14.77 Reading package lists... [2022-11-01T10:07:44.122Z] #36 20.36 Reading package lists... [2022-11-01T10:07:44.379Z] #36 24.86 Building dependency tree... [2022-11-01T10:07:44.379Z] #36 ... [2022-11-01T10:07:44.379Z] [2022-11-01T10:07:44.379Z] #37 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-11-01T10:07:44.379Z] #37 15.69 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-11-01T10:07:44.639Z] #37 ... [2022-11-01T10:07:44.639Z] [2022-11-01T10:07:44.639Z] #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 [2022-11-01T10:07:44.639Z] #30 20.95 Reading package lists... [2022-11-01T10:07:46.542Z] #30 25.89 Building dependency tree... [2022-11-01T10:07:49.064Z] #30 30.01 The following additional packages will be installed: [2022-11-01T10:07:49.064Z] #30 30.01 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-11-01T10:07:49.064Z] #30 30.01 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-11-01T10:07:49.064Z] #30 30.01 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-11-01T10:07:49.064Z] #30 30.02 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-11-01T10:07:49.064Z] #30 30.02 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-11-01T10:07:49.064Z] #30 30.03 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-11-01T10:07:49.064Z] #30 30.03 mingw-w64-common mingw-w64-x86-64-dev [2022-11-01T10:07:49.064Z] #30 30.03 Suggested packages: [2022-11-01T10:07:49.064Z] #30 30.05 gcc-10-locales seccomp wine64 [2022-11-01T10:07:49.628Z] #30 ... [2022-11-01T10:07:49.628Z] [2022-11-01T10:07:49.628Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-11-01T10:07:49.628Z] #28 20.32 [2022-11-01T10:07:49.628Z] #28 25.73 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-11-01T10:07:49.628Z] #28 27.41 [2022-11-01T10:07:49.628Z] #28 27.80 #=#=# 0.0% ############### 21.9% ######################## 33.4% ################################ 45.1% ########################################## 59.5% #################################################### 73.0% ################################################################## 92.0% ######################################################################## 100.0% [2022-11-01T10:07:49.628Z] #28 29.92 [2022-11-01T10:07:49.886Z] #28 ... [2022-11-01T10:07:49.886Z] [2022-11-01T10:07:49.886Z] #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 [2022-11-01T10:07:49.886Z] #30 31.27 The following NEW packages will be installed: [2022-11-01T10:07:49.886Z] #30 31.29 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-11-01T10:07:49.886Z] #30 31.29 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-11-01T10:07:49.886Z] #30 31.29 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-11-01T10:07:49.886Z] #30 31.29 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-11-01T10:07:49.886Z] #30 31.29 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-11-01T10:07:49.886Z] #30 31.29 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-11-01T10:07:49.886Z] #30 31.29 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-11-01T10:07:49.886Z] #30 31.29 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-11-01T10:07:49.886Z] #30 31.30 mingw-w64-x86-64-dev [2022-11-01T10:07:50.451Z] #30 31.73 0 upgraded, 30 newly installed, 0 to remove and 2 not upgraded. [2022-11-01T10:07:50.451Z] #30 31.73 Need to get 108 MB of archives. [2022-11-01T10:07:50.451Z] #30 31.73 After this operation, 620 MB of additional disk space will be used. [2022-11-01T10:07:50.451Z] #30 31.73 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64-i686 arm64 2.35.2-2+8.11+b3 [2316 kB] [2022-11-01T10:07:50.789Z] #30 31.92 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64-x86-64 arm64 2.35.2-2+8.11+b3 [2634 kB] [2022-11-01T10:07:50.789Z] #30 32.11 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-11-01T10:07:50.789Z] #30 32.15 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1 [126 kB] [2022-11-01T10:07:50.789Z] #30 32.16 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dmsetup arm64 2:1.02.175-2.1 [85.1 kB] [2022-11-01T10:07:50.789Z] #30 32.17 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-11-01T10:07:51.354Z] #30 32.55 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2022-11-01T10:07:51.923Z] #30 33.18 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-base arm64 10.2.1-6+24.2 [186 kB] [2022-11-01T10:07:51.923Z] #30 33.18 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-posix-runtime arm64 10.2.1-6+24.2 [11.5 MB] [2022-11-01T10:07:52.565Z] #30 33.85 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-posix arm64 10.2.1-6+24.2 [24.4 MB] [2022-11-01T10:07:53.506Z] #30 ... [2022-11-01T10:07:53.506Z] [2022-11-01T10:07:53.506Z] #40 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-11-01T10:07:53.506Z] #40 24.57 Building dependency tree... [2022-11-01T10:07:53.506Z] #40 28.73 The following additional packages will be installed: [2022-11-01T10:07:53.506Z] #40 28.73 libbtrfs0 [2022-11-01T10:07:53.506Z] #40 28.95 The following NEW packages will be installed: [2022-11-01T10:07:53.506Z] #40 28.95 libbtrfs-dev libbtrfs0 [2022-11-01T10:07:53.506Z] #40 29.36 0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded. [2022-11-01T10:07:53.506Z] #40 29.36 Need to get 454 kB of archives. [2022-11-01T10:07:53.506Z] #40 29.36 After this operation, 1275 kB of additional disk space will be used. [2022-11-01T10:07:53.506Z] #40 29.36 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB] [2022-11-01T10:07:53.506Z] #40 29.36 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB] [2022-11-01T10:07:53.506Z] #40 30.45 debconf: delaying package configuration, since apt-utils is not installed [2022-11-01T10:07:53.506Z] #40 30.73 Fetched 454 kB in 0s (1377 kB/s) [2022-11-01T10:07:53.506Z] #40 30.81 Selecting previously unselected package libbtrfs0:arm64. [2022-11-01T10:07:53.506Z] #40 30.81 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-11-01T10:07:53.506Z] #40 30.86 Preparing to unpack .../libbtrfs0_5.10.1-2_arm64.deb ... [2022-11-01T10:07:53.506Z] #40 30.88 Unpacking libbtrfs0:arm64 (5.10.1-2) ... [2022-11-01T10:07:53.506Z] #40 31.11 Selecting previously unselected package libbtrfs-dev:arm64. [2022-11-01T10:07:53.506Z] #40 31.11 Preparing to unpack .../libbtrfs-dev_5.10.1-2_arm64.deb ... [2022-11-01T10:07:53.506Z] #40 31.12 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ... [2022-11-01T10:07:53.506Z] #40 31.45 Setting up libbtrfs0:arm64 (5.10.1-2) ... [2022-11-01T10:07:53.506Z] #40 31.49 Setting up libbtrfs-dev:arm64 (5.10.1-2) ... [2022-11-01T10:07:53.506Z] #40 31.51 Processing triggers for libc-bin (2.31-13+deb11u5) ... [2022-11-01T10:07:53.506Z] #40 DONE 34.8s [2022-11-01T10:07:53.506Z] [2022-11-01T10:07:53.506Z] #34 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3" && /build/go-winres --help [2022-11-01T10:07:53.506Z] #34 33.85 NAME: [2022-11-01T10:07:53.506Z] #34 33.85 go-winres - A tool for embedding resources in Windows executables [2022-11-01T10:07:53.506Z] #34 33.85 [2022-11-01T10:07:53.506Z] #34 33.85 USAGE: [2022-11-01T10:07:53.506Z] #34 33.85 go-winres [global options] command [command options] [arguments...] [2022-11-01T10:07:53.506Z] #34 33.85 [2022-11-01T10:07:53.506Z] #34 33.85 COMMANDS: [2022-11-01T10:07:53.506Z] #34 33.85 init Create an initial ./winres/winres.json [2022-11-01T10:07:53.506Z] #34 33.85 make Make syso files for the "go build" command [2022-11-01T10:07:53.506Z] #34 33.85 simply Make syso files for the "go build" command (simplified) [2022-11-01T10:07:53.506Z] #34 33.85 extract Extract all resources from an executable [2022-11-01T10:07:53.506Z] #34 33.85 patch Replace resources in an executable file (exe, dll) [2022-11-01T10:07:53.506Z] #34 33.85 help, h Shows a list of commands or help for one command [2022-11-01T10:07:53.506Z] #34 33.85 [2022-11-01T10:07:53.506Z] #34 33.85 GLOBAL OPTIONS: [2022-11-01T10:07:53.506Z] #34 33.85 --help, -h show help (default: false) [2022-11-01T10:07:53.506Z] #34 DONE 35.0s [2022-11-01T10:07:53.506Z] [2022-11-01T10:07:53.506Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-11-01T10:07:53.506Z] #28 34.16 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-11-01T10:07:54.071Z] #28 ... [2022-11-01T10:07:54.071Z] [2022-11-01T10:07:54.071Z] #42 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-11-01T10:07:54.071Z] #42 DONE 0.5s [2022-11-01T10:07:54.071Z] [2022-11-01T10:07:54.071Z] #43 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-11-01T10:07:55.002Z] #43 ... [2022-11-01T10:07:55.003Z] [2022-11-01T10:07:55.003Z] #36 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-11-01T10:07:55.003Z] #36 24.86 Building dependency tree... [2022-11-01T10:07:55.003Z] #36 28.34 python3 is already the newest version (3.9.2-3). [2022-11-01T10:07:55.003Z] #36 28.34 The following additional packages will be installed: [2022-11-01T10:07:55.003Z] #36 28.34 autotools-dev bzip2 dpkg-dev file libcap2 libmagic-mgc libmagic1 [2022-11-01T10:07:55.003Z] #36 28.35 libprotobuf-c1 libsigsegv2 libyajl2 m4 patch xz-utils [2022-11-01T10:07:55.003Z] #36 28.38 Suggested packages: [2022-11-01T10:07:55.003Z] #36 28.38 autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring [2022-11-01T10:07:55.003Z] #36 28.38 manpages-dev seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk [2022-11-01T10:07:55.003Z] #36 28.38 m4-doc ed diffutils-doc [2022-11-01T10:07:55.003Z] #36 28.38 Recommended packages: [2022-11-01T10:07:55.003Z] #36 28.38 fakeroot libalgorithm-merge-perl libltdl-dev [2022-11-01T10:07:55.003Z] #36 29.92 The following NEW packages will be installed: [2022-11-01T10:07:55.003Z] #36 29.92 autoconf automake autotools-dev build-essential bzip2 dpkg-dev file [2022-11-01T10:07:55.003Z] #36 29.92 libcap-dev libcap2 libmagic-mgc libmagic1 libprotobuf-c-dev libprotobuf-c1 [2022-11-01T10:07:55.003Z] #36 29.92 libseccomp-dev libsigsegv2 libsystemd-dev libtool libudev-dev libyajl-dev [2022-11-01T10:07:55.003Z] #36 29.92 libyajl2 m4 patch xz-utils [2022-11-01T10:07:55.003Z] #36 30.54 0 upgraded, 23 newly installed, 0 to remove and 2 not upgraded. [2022-11-01T10:07:55.003Z] #36 30.54 Need to get 5921 kB of archives. [2022-11-01T10:07:55.003Z] #36 30.54 After this operation, 18.6 MB of additional disk space will be used. [2022-11-01T10:07:55.003Z] #36 30.54 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB] [2022-11-01T10:07:55.003Z] #36 30.56 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmagic-mgc arm64 1:5.39-3 [273 kB] [2022-11-01T10:07:55.003Z] #36 30.56 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmagic1 arm64 1:5.39-3 [121 kB] [2022-11-01T10:07:55.003Z] #36 30.57 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 file arm64 1:5.39-3 [69.1 kB] [2022-11-01T10:07:55.003Z] #36 30.57 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB] [2022-11-01T10:07:55.003Z] #36 30.57 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsigsegv2 arm64 2.13-1 [34.7 kB] [2022-11-01T10:07:55.003Z] #36 30.57 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 m4 arm64 1.4.18-5 [199 kB] [2022-11-01T10:07:55.003Z] #36 30.58 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 autoconf all 2.69-14 [313 kB] [2022-11-01T10:07:55.003Z] #36 30.59 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 autotools-dev all 20180224.1+nmu1 [77.1 kB] [2022-11-01T10:07:55.003Z] #36 30.60 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 automake all 1:1.16.3-2 [814 kB] [2022-11-01T10:07:55.003Z] #36 30.64 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB] [2022-11-01T10:07:55.003Z] #36 30.64 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dpkg-dev all 1.20.12 [2312 kB] [2022-11-01T10:07:55.003Z] #36 30.73 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 build-essential arm64 12.9 [7704 B] [2022-11-01T10:07:55.003Z] #36 30.73 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB] [2022-11-01T10:07:55.003Z] #36 30.73 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap-dev arm64 1:2.44-1 [45.6 kB] [2022-11-01T10:07:55.003Z] #36 30.73 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB] [2022-11-01T10:07:55.003Z] #36 30.83 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c-dev arm64 1.3.3-1+b2 [34.1 kB] [2022-11-01T10:07:55.003Z] #36 30.85 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB] [2022-11-01T10:07:55.003Z] #36 30.85 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7+deb11u1 [401 kB] [2022-11-01T10:07:55.003Z] #36 31.04 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libtool all 2.4.6-15 [513 kB] [2022-11-01T10:07:55.003Z] #36 31.26 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7+deb11u1 [123 kB] [2022-11-01T10:07:55.003Z] #36 31.44 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libyajl2 arm64 2.1.0-3 [22.9 kB] [2022-11-01T10:07:55.003Z] #36 31.45 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libyajl-dev arm64 2.1.0-3 [31.5 kB] [2022-11-01T10:07:55.003Z] #36 33.23 debconf: delaying package configuration, since apt-utils is not installed [2022-11-01T10:07:55.003Z] #36 33.47 Fetched 5921 kB in 1s (4084 kB/s) [2022-11-01T10:07:55.003Z] #36 33.87 Selecting previously unselected package bzip2. [2022-11-01T10:07:55.003Z] #36 33.87 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-11-01T10:07:55.003Z] #36 33.90 Preparing to unpack .../00-bzip2_1.0.8-4_arm64.deb ... [2022-11-01T10:07:55.003Z] #36 33.92 Unpacking bzip2 (1.0.8-4) ... [2022-11-01T10:07:55.003Z] #36 34.18 Selecting previously unselected package libmagic-mgc. [2022-11-01T10:07:55.003Z] #36 34.19 Preparing to unpack .../01-libmagic-mgc_1%3a5.39-3_arm64.deb ... [2022-11-01T10:07:55.003Z] #36 34.30 Unpacking libmagic-mgc (1:5.39-3) ... [2022-11-01T10:07:55.003Z] #36 35.22 Selecting previously unselected package libmagic1:arm64. [2022-11-01T10:07:55.003Z] #36 35.23 Preparing to unpack .../02-libmagic1_1%3a5.39-3_arm64.deb ... [2022-11-01T10:07:55.003Z] #36 35.29 Unpacking libmagic1:arm64 (1:5.39-3) ... [2022-11-01T10:07:55.003Z] #36 35.64 Selecting previously unselected package file. [2022-11-01T10:07:55.003Z] #36 35.65 Preparing to unpack .../03-file_1%3a5.39-3_arm64.deb ... [2022-11-01T10:07:55.003Z] #36 35.71 Unpacking file (1:5.39-3) ... [2022-11-01T10:07:55.003Z] #36 36.02 Selecting previously unselected package xz-utils. [2022-11-01T10:07:55.003Z] #36 36.02 Preparing to unpack .../04-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ... [2022-11-01T10:07:55.003Z] #36 36.02 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-11-01T10:07:55.003Z] #36 ... [2022-11-01T10:07:55.003Z] [2022-11-01T10:07:55.003Z] #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 [2022-11-01T10:07:55.003Z] #33 35.56 Updating files: 85% (1298/1521) Updating files: 86% (1309/1521) Updating files: 87% (1324/1521) Updating files: 88% (1339/1521) Updating files: 89% (1354/1521) Updating files: 90% (1369/1521) Updating files: 91% (1385/1521) Updating files: 92% (1400/1521) Updating files: 93% (1415/1521) Updating files: 94% (1430/1521) Updating files: 95% (1445/1521) Updating files: 96% (1461/1521) Updating files: 97% (1476/1521) Updating files: 98% (1491/1521) Updating files: 99% (1506/1521) Updating files: 100% (1521/1521) Updating files: 100% (1521/1521), done. [2022-11-01T10:07:55.003Z] #33 36.04 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-11-01T10:07:55.261Z] #33 ... [2022-11-01T10:07:55.261Z] [2022-11-01T10:07:55.261Z] #31 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-11-01T10:07:55.261Z] #31 21.53 Reading package lists... [2022-11-01T10:07:55.261Z] #31 26.53 Building dependency tree... [2022-11-01T10:07:55.261Z] #31 30.39 The following additional packages will be installed: [2022-11-01T10:07:55.261Z] #31 30.46 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-11-01T10:07:55.261Z] #31 30.46 python3-protobuf python3-six [2022-11-01T10:07:55.261Z] #31 30.46 Suggested packages: [2022-11-01T10:07:55.261Z] #31 30.47 python3-setuptools [2022-11-01T10:07:55.261Z] #31 30.47 Recommended packages: [2022-11-01T10:07:55.261Z] #31 30.47 iproute2 | iproute [2022-11-01T10:07:55.261Z] #31 31.12 The following NEW packages will be installed: [2022-11-01T10:07:55.261Z] #31 31.15 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-11-01T10:07:55.261Z] #31 31.16 python3-protobuf python3-six [2022-11-01T10:07:55.261Z] #31 31.68 0 upgraded, 8 newly installed, 0 to remove and 2 not upgraded. [2022-11-01T10:07:55.261Z] #31 31.68 Need to get 2136 kB of archives. [2022-11-01T10:07:55.261Z] #31 31.68 After this operation, 10.8 MB of additional disk space will be used. [2022-11-01T10:07:55.261Z] #31 31.68 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf23 arm64 3.12.4-1 [780 kB] [2022-11-01T10:07:55.261Z] #31 31.69 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-11-01T10:07:55.261Z] #31 31.69 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-six all 1.16.0-2 [17.5 kB] [2022-11-01T10:07:55.261Z] #31 31.71 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-protobuf arm64 3.12.4-1 [375 kB] [2022-11-01T10:07:55.261Z] #31 31.71 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2022-11-01T10:07:55.261Z] #31 31.73 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB] [2022-11-01T10:07:55.261Z] #31 31.74 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB] [2022-11-01T10:07:55.261Z] #31 34.02 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.17.1-1 [630 kB] [2022-11-01T10:07:55.261Z] #31 35.81 debconf: delaying package configuration, since apt-utils is not installed [2022-11-01T10:07:55.261Z] #31 36.43 Fetched 2136 kB in 3s (678 kB/s) [2022-11-01T10:07:55.517Z] #31 ... [2022-11-01T10:07:55.517Z] [2022-11-01T10:07:55.517Z] #35 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.49.0" && /build/golangci-lint --version [2022-11-01T10:07:55.517Z] #35 26.71 go: downloading mvdan.cc/gofumpt v0.3.1 [2022-11-01T10:07:55.517Z] #35 26.73 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-11-01T10:07:55.517Z] #35 26.88 go: downloading mvdan.cc/unparam v0.0.0-20220706161116-678bad134442 [2022-11-01T10:07:55.517Z] #35 26.89 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-11-01T10:07:55.517Z] #35 27.01 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-11-01T10:07:55.517Z] #35 27.08 go: downloading github.com/stretchr/objx v0.4.0 [2022-11-01T10:07:55.517Z] #35 27.16 go: downloading golang.org/x/text v0.3.7 [2022-11-01T10:07:55.517Z] #35 32.73 go: downloading github.com/subosito/gotenv v1.4.0 [2022-11-01T10:07:55.517Z] #35 32.73 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-11-01T10:07:55.517Z] #35 33.18 go: downloading gopkg.in/ini.v1 v1.66.6 [2022-11-01T10:07:55.517Z] #35 33.20 go: downloading github.com/magiconair/properties v1.8.6 [2022-11-01T10:07:55.517Z] #35 33.35 go: downloading github.com/pelletier/go-toml/v2 v2.0.2 [2022-11-01T10:07:55.517Z] #35 33.50 go: downloading golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e [2022-11-01T10:07:55.517Z] #35 33.96 go: downloading github.com/pelletier/go-toml v1.9.5 [2022-11-01T10:07:55.517Z] #35 34.27 go: downloading github.com/gobwas/glob v0.2.3 [2022-11-01T10:07:55.517Z] #35 34.48 go: downloading golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 [2022-11-01T10:07:55.517Z] #35 34.50 go: downloading go.uber.org/zap v1.17.0 [2022-11-01T10:07:55.517Z] #35 34.92 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-11-01T10:07:55.517Z] #35 34.92 go: downloading golang.org/x/exp/typeparams v0.0.0-20220613132600-b0d781184e0d [2022-11-01T10:07:55.517Z] #35 35.08 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-11-01T10:07:55.517Z] #35 35.08 go: downloading github.com/go-toolsmith/astcopy v1.0.1 [2022-11-01T10:07:55.517Z] #35 35.15 go: downloading github.com/go-toolsmith/astequal v1.0.2 [2022-11-01T10:07:55.517Z] #35 35.19 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-11-01T10:07:55.517Z] #35 35.33 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-11-01T10:07:55.517Z] #35 35.33 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-11-01T10:07:55.517Z] #35 35.44 go: downloading github.com/quasilyte/go-ruleguard v0.3.17 [2022-11-01T10:07:55.517Z] #35 35.61 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-11-01T10:07:55.517Z] #35 35.90 go: downloading github.com/kisielk/gotool v1.0.0 [2022-11-01T10:07:55.517Z] #35 36.06 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-11-01T10:07:55.517Z] #35 36.19 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-11-01T10:07:55.517Z] #35 36.66 go: downloading github.com/ettle/strcase v0.1.1 [2022-11-01T10:07:55.517Z] #35 36.67 go: downloading github.com/fatih/structtag v1.2.0 [2022-11-01T10:07:55.517Z] #35 ... [2022-11-01T10:07:55.517Z] [2022-11-01T10:07:55.517Z] #31 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-11-01T10:07:55.517Z] #31 36.72 Selecting previously unselected package libprotobuf23:arm64. [2022-11-01T10:07:55.517Z] #31 36.73 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-11-01T10:07:55.517Z] #31 36.81 Preparing to unpack .../0-libprotobuf23_3.12.4-1_arm64.deb ... [2022-11-01T10:07:55.517Z] #31 36.84 Unpacking libprotobuf23:arm64 (3.12.4-1) ... [2022-11-01T10:07:55.774Z] #31 ... [2022-11-01T10:07:55.774Z] [2022-11-01T10:07:55.774Z] #21 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-11-01T10:07:55.774Z] #21 25.45 Building dependency tree... [2022-11-01T10:07:55.774Z] #21 29.57 The following additional packages will be installed: [2022-11-01T10:07:55.774Z] #21 29.60 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-11-01T10:07:55.774Z] #21 29.62 Suggested packages: [2022-11-01T10:07:55.774Z] #21 29.62 cmake-doc ninja-build lrzip [2022-11-01T10:07:55.774Z] #21 29.62 Recommended packages: [2022-11-01T10:07:55.774Z] #21 29.62 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-11-01T10:07:55.774Z] #21 30.45 The following NEW packages will be installed: [2022-11-01T10:07:55.774Z] #21 30.48 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-11-01T10:07:55.774Z] #21 30.48 vim-common xxd [2022-11-01T10:07:55.774Z] #21 30.90 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded. [2022-11-01T10:07:55.774Z] #21 30.90 Need to get 15.6 MB of archives. [2022-11-01T10:07:55.774Z] #21 30.90 After this operation, 67.4 MB of additional disk space will be used. [2022-11-01T10:07:55.774Z] #21 30.90 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB] [2022-11-01T10:07:55.774Z] #21 30.90 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-11-01T10:07:55.774Z] #21 30.91 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-11-01T10:07:55.774Z] #21 30.97 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB] [2022-11-01T10:07:55.774Z] #21 31.29 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxml2 arm64 2.9.10+dfsg-6.7+deb11u2 [629 kB] [2022-11-01T10:07:55.774Z] #21 31.32 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libarchive13 arm64 3.4.3-2+deb11u1 [320 kB] [2022-11-01T10:07:55.774Z] #21 31.36 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjsoncpp24 arm64 1.9.4-4 [72.5 kB] [2022-11-01T10:07:55.774Z] #21 31.39 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 librhash0 arm64 1.4.1-2 [127 kB] [2022-11-01T10:07:55.774Z] #21 31.39 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libuv1 arm64 1.40.0-2 [126 kB] [2022-11-01T10:07:55.774Z] #21 31.40 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake arm64 3.18.4-2+deb11u1 [3673 kB] [2022-11-01T10:07:55.774Z] #21 33.26 debconf: delaying package configuration, since apt-utils is not installed [2022-11-01T10:07:55.774Z] #21 33.55 Fetched 15.6 MB in 1s (15.2 MB/s) [2022-11-01T10:07:55.774Z] #21 33.89 Selecting previously unselected package xxd. [2022-11-01T10:07:55.774Z] #21 33.89 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-11-01T10:07:55.774Z] #21 33.94 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2022-11-01T10:07:55.774Z] #21 33.99 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-11-01T10:07:55.774Z] #21 34.60 Selecting previously unselected package vim-common. [2022-11-01T10:07:55.774Z] #21 34.63 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-11-01T10:07:55.774Z] #21 34.72 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-11-01T10:07:55.774Z] #21 35.31 Selecting previously unselected package cmake-data. [2022-11-01T10:07:55.774Z] #21 35.33 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-11-01T10:07:55.774Z] #21 35.35 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-11-01T10:07:55.774Z] #21 ... [2022-11-01T10:07:55.774Z] [2022-11-01T10:07:55.774Z] #43 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-11-01T10:07:55.774Z] #43 1.239 + RM_GOPATH=0 [2022-11-01T10:07:55.774Z] #43 1.239 + TMP_GOPATH= [2022-11-01T10:07:55.774Z] #43 1.239 + : /build [2022-11-01T10:07:55.774Z] #43 1.239 + '[' -z '' ']' [2022-11-01T10:07:55.774Z] #43 1.242 ++ mktemp -d [2022-11-01T10:07:55.774Z] #43 1.288 + export GOPATH=/tmp/tmp.aluxhVAYaV [2022-11-01T10:07:55.774Z] #43 1.288 + GOPATH=/tmp/tmp.aluxhVAYaV [2022-11-01T10:07:55.774Z] #43 1.288 + RM_GOPATH=1 [2022-11-01T10:07:55.774Z] #43 1.289 + case "$(go env GOARCH)" in [2022-11-01T10:07:55.774Z] #43 1.290 ++ go env GOARCH [2022-11-01T10:07:55.774Z] #43 1.301 + export GO_BUILDMODE=-buildmode=pie [2022-11-01T10:07:55.774Z] #43 1.311 + GO_BUILDMODE=-buildmode=pie [2022-11-01T10:07:55.774Z] #43 1.314 ++ dirname /install.sh [2022-11-01T10:07:55.774Z] #43 1.315 + dir=/ [2022-11-01T10:07:55.774Z] #43 1.315 + bin=containerd [2022-11-01T10:07:55.774Z] #43 1.315 + shift [2022-11-01T10:07:55.774Z] #43 1.315 + '[' '!' -f //containerd.installer ']' [2022-11-01T10:07:55.774Z] #43 1.316 + . //containerd.installer [2022-11-01T10:07:55.774Z] #43 1.316 ++ set -e [2022-11-01T10:07:55.774Z] #43 1.316 ++ : v1.6.9 [2022-11-01T10:07:55.774Z] #43 1.317 + install_containerd [2022-11-01T10:07:55.774Z] #43 1.317 + echo 'Install containerd version v1.6.9' [2022-11-01T10:07:55.774Z] #43 1.318 Install containerd version v1.6.9 [2022-11-01T10:07:55.774Z] #43 1.323 + git clone https://github.com/containerd/containerd.git /tmp/tmp.aluxhVAYaV/src/github.com/containerd/containerd [2022-11-01T10:07:55.774Z] #43 1.326 Cloning into '/tmp/tmp.aluxhVAYaV/src/github.com/containerd/containerd'... [2022-11-01T10:07:59.047Z] #43 ... [2022-11-01T10:07:59.047Z] [2022-11-01T10:07:59.047Z] #37 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2" && /build/shfmt --version [2022-11-01T10:07:59.047Z] #37 39.85 v3.0.2 [2022-11-01T10:07:59.047Z] #37 DONE 40.4s [2022-11-01T10:07:59.047Z] [2022-11-01T10:07:59.047Z] #36 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends autoconf automake build-essential libcap-dev libprotobuf-c-dev libseccomp-dev libsystemd-dev libtool libudev-dev libyajl-dev python3 ; [2022-11-01T10:07:59.047Z] #36 36.60 Selecting previously unselected package libsigsegv2:arm64. [2022-11-01T10:07:59.047Z] #36 36.60 Preparing to unpack .../05-libsigsegv2_2.13-1_arm64.deb ... [2022-11-01T10:07:59.047Z] #36 36.63 Unpacking libsigsegv2:arm64 (2.13-1) ... [2022-11-01T10:07:59.047Z] #36 36.84 Selecting previously unselected package m4. [2022-11-01T10:07:59.047Z] #36 36.84 Preparing to unpack .../06-m4_1.4.18-5_arm64.deb ... [2022-11-01T10:07:59.047Z] #36 36.85 Unpacking m4 (1.4.18-5) ... [2022-11-01T10:07:59.047Z] #36 37.17 Selecting previously unselected package autoconf. [2022-11-01T10:07:59.047Z] #36 37.17 Preparing to unpack .../07-autoconf_2.69-14_all.deb ... [2022-11-01T10:07:59.047Z] #36 37.19 Unpacking autoconf (2.69-14) ... [2022-11-01T10:07:59.047Z] #36 37.64 Selecting previously unselected package autotools-dev. [2022-11-01T10:07:59.047Z] #36 37.64 Preparing to unpack .../08-autotools-dev_20180224.1+nmu1_all.deb ... [2022-11-01T10:07:59.047Z] #36 37.69 Unpacking autotools-dev (20180224.1+nmu1) ... [2022-11-01T10:07:59.047Z] #36 37.88 Selecting previously unselected package automake. [2022-11-01T10:07:59.047Z] #36 37.88 Preparing to unpack .../09-automake_1%3a1.16.3-2_all.deb ... [2022-11-01T10:07:59.047Z] #36 37.90 Unpacking automake (1:1.16.3-2) ... [2022-11-01T10:07:59.047Z] #36 38.45 Selecting previously unselected package patch. [2022-11-01T10:07:59.047Z] #36 38.46 Preparing to unpack .../10-patch_2.7.6-7_arm64.deb ... [2022-11-01T10:07:59.047Z] #36 38.46 Unpacking patch (2.7.6-7) ... [2022-11-01T10:07:59.047Z] #36 38.64 Selecting previously unselected package dpkg-dev. [2022-11-01T10:07:59.047Z] #36 38.64 Preparing to unpack .../11-dpkg-dev_1.20.12_all.deb ... [2022-11-01T10:07:59.047Z] #36 38.68 Unpacking dpkg-dev (1.20.12) ... [2022-11-01T10:07:59.047Z] #36 39.63 Selecting previously unselected package build-essential. [2022-11-01T10:07:59.047Z] #36 39.65 Preparing to unpack .../12-build-essential_12.9_arm64.deb ... [2022-11-01T10:07:59.047Z] #36 39.68 Unpacking build-essential (12.9) ... [2022-11-01T10:07:59.047Z] #36 39.83 Selecting previously unselected package libcap2:arm64. [2022-11-01T10:07:59.047Z] #36 39.83 Preparing to unpack .../13-libcap2_1%3a2.44-1_arm64.deb ... [2022-11-01T10:07:59.047Z] #36 39.85 Unpacking libcap2:arm64 (1:2.44-1) ... [2022-11-01T10:07:59.047Z] #36 40.03 Selecting previously unselected package libcap-dev:arm64. [2022-11-01T10:07:59.047Z] #36 40.05 Preparing to unpack .../14-libcap-dev_1%3a2.44-1_arm64.deb ... [2022-11-01T10:07:59.047Z] #36 40.06 Unpacking libcap-dev:arm64 (1:2.44-1) ... [2022-11-01T10:07:59.047Z] #36 40.39 Selecting previously unselected package libprotobuf-c1:arm64. [2022-11-01T10:07:59.047Z] #36 40.41 Preparing to unpack .../15-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... [2022-11-01T10:07:59.047Z] #36 40.41 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-11-01T10:07:59.303Z] #36 40.61 Selecting previously unselected package libprotobuf-c-dev:arm64. [2022-11-01T10:07:59.303Z] #36 40.62 Preparing to unpack .../16-libprotobuf-c-dev_1.3.3-1+b2_arm64.deb ... [2022-11-01T10:07:59.303Z] #36 40.65 Unpacking libprotobuf-c-dev:arm64 (1.3.3-1+b2) ... [2022-11-01T10:07:59.558Z] #36 40.91 Selecting previously unselected package libseccomp-dev:arm64. [2022-11-01T10:07:59.558Z] #36 40.92 Preparing to unpack .../17-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... [2022-11-01T10:07:59.558Z] #36 40.93 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-11-01T10:08:00.121Z] #36 41.43 Selecting previously unselected package libsystemd-dev:arm64. [2022-11-01T10:08:00.121Z] #36 41.43 Preparing to unpack .../18-libsystemd-dev_247.3-7+deb11u1_arm64.deb ... [2022-11-01T10:08:00.121Z] #36 41.44 Unpacking libsystemd-dev:arm64 (247.3-7+deb11u1) ... [2022-11-01T10:08:01.055Z] #36 42.23 Selecting previously unselected package libtool. [2022-11-01T10:08:01.055Z] #36 42.23 Preparing to unpack .../19-libtool_2.4.6-15_all.deb ... [2022-11-01T10:08:01.055Z] #36 42.25 Unpacking libtool (2.4.6-15) ... [2022-11-01T10:08:01.312Z] #36 42.53 Selecting previously unselected package libudev-dev:arm64. [2022-11-01T10:08:01.312Z] #36 42.54 Preparing to unpack .../20-libudev-dev_247.3-7+deb11u1_arm64.deb ... [2022-11-01T10:08:01.312Z] #36 42.56 Unpacking libudev-dev:arm64 (247.3-7+deb11u1) ... [2022-11-01T10:08:01.569Z] #36 42.79 Selecting previously unselected package libyajl2:arm64. [2022-11-01T10:08:01.569Z] #36 42.79 Preparing to unpack .../21-libyajl2_2.1.0-3_arm64.deb ... [2022-11-01T10:08:01.569Z] #36 42.80 Unpacking libyajl2:arm64 (2.1.0-3) ... [2022-11-01T10:08:01.569Z] #36 42.94 Selecting previously unselected package libyajl-dev:arm64. [2022-11-01T10:08:01.569Z] #36 42.94 Preparing to unpack .../22-libyajl-dev_2.1.0-3_arm64.deb ... [2022-11-01T10:08:01.569Z] #36 42.95 Unpacking libyajl-dev:arm64 (2.1.0-3) ... [2022-11-01T10:08:01.826Z] #36 43.16 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-11-01T10:08:01.826Z] #36 43.19 Setting up libmagic-mgc (1:5.39-3) ... [2022-11-01T10:08:01.826Z] #36 43.21 Setting up libyajl2:arm64 (2.1.0-3) ... [2022-11-01T10:08:01.826Z] #36 43.23 Setting up libmagic1:arm64 (1:5.39-3) ... [2022-11-01T10:08:01.826Z] #36 43.26 Setting up file (1:5.39-3) ... [2022-11-01T10:08:02.083Z] #36 43.27 Setting up bzip2 (1.0.8-4) ... [2022-11-01T10:08:02.083Z] #36 43.28 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-11-01T10:08:02.083Z] #36 43.29 Setting up libprotobuf-c-dev:arm64 (1.3.3-1+b2) ... [2022-11-01T10:08:02.083Z] #36 43.33 Setting up libcap2:arm64 (1:2.44-1) ... [2022-11-01T10:08:02.083Z] #36 43.36 Setting up autotools-dev (20180224.1+nmu1) ... [2022-11-01T10:08:02.083Z] #36 43.38 Setting up libsigsegv2:arm64 (2.13-1) ... [2022-11-01T10:08:02.083Z] #36 43.39 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-11-01T10:08:02.083Z] #36 43.41 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-11-01T10:08:02.083Z] #36 43.42 Setting up patch (2.7.6-7) ... [2022-11-01T10:08:02.083Z] #36 43.43 Setting up libudev-dev:arm64 (247.3-7+deb11u1) ... [2022-11-01T10:08:02.083Z] #36 43.44 Setting up libyajl-dev:arm64 (2.1.0-3) ... [2022-11-01T10:08:02.083Z] #36 43.46 Setting up libcap-dev:arm64 (1:2.44-1) ... [2022-11-01T10:08:02.083Z] #36 43.48 Setting up libsystemd-dev:arm64 (247.3-7+deb11u1) ... [2022-11-01T10:08:02.083Z] #36 43.49 Setting up libtool (2.4.6-15) ... [2022-11-01T10:08:02.083Z] #36 43.51 Setting up m4 (1.4.18-5) ... [2022-11-01T10:08:02.083Z] #36 43.53 Setting up dpkg-dev (1.20.12) ... [2022-11-01T10:08:02.083Z] #36 43.57 Setting up autoconf (2.69-14) ... [2022-11-01T10:08:02.340Z] #36 43.60 Setting up build-essential (12.9) ... [2022-11-01T10:08:02.340Z] #36 43.61 Setting up automake (1:1.16.3-2) ... [2022-11-01T10:08:02.340Z] #36 43.62 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode [2022-11-01T10:08:02.340Z] #36 43.63 Processing triggers for libc-bin (2.31-13+deb11u5) ... [2022-11-01T10:08:02.908Z] #36 DONE 44.2s [2022-11-01T10:08:02.908Z] [2022-11-01T10:08:02.908Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-11-01T10:08:02.908Z] #28 36.20 [2022-11-01T10:08:02.908Z] #28 36.53 #=#=# ######################################################################## 100.0% [2022-11-01T10:08:02.908Z] #28 37.93 [2022-11-01T10:08:02.908Z] #28 40.63 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-11-01T10:08:02.908Z] #28 42.15 #=#=# [2022-11-01T10:08:02.908Z] #28 42.53 #=#=# ######################################################################## 100.0% [2022-11-01T10:08:03.472Z] #28 44.11 [2022-11-01T10:08:03.472Z] #28 ... [2022-11-01T10:08:03.472Z] [2022-11-01T10:08:03.472Z] #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 [2022-11-01T10:08:03.472Z] #30 34.83 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64-posix arm64 10.2.1-6+24.2 [9885 kB] [2022-11-01T10:08:03.472Z] #30 35.40 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-win32-runtime arm64 10.2.1-6+24.2 [11.4 MB] [2022-11-01T10:08:03.472Z] #30 36.48 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-win32 arm64 10.2.1-6+24.2 [24.4 MB] [2022-11-01T10:08:03.472Z] #30 37.54 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64-win32 arm64 10.2.1-6+24.2 [9885 kB] [2022-11-01T10:08:03.472Z] #30 38.18 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB] [2022-11-01T10:08:03.472Z] #30 38.18 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB] [2022-11-01T10:08:03.472Z] #30 38.19 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB] [2022-11-01T10:08:03.472Z] #30 38.19 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB] [2022-11-01T10:08:03.472Z] #30 38.20 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB] [2022-11-01T10:08:03.472Z] #30 38.21 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.175-2.1 [22.4 kB] [2022-11-01T10:08:03.472Z] #30 38.22 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7+deb11u1 [123 kB] [2022-11-01T10:08:03.472Z] #30 38.22 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB] [2022-11-01T10:08:03.472Z] #30 38.24 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2+deb11u1 [203 kB] [2022-11-01T10:08:03.472Z] #30 38.35 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2+deb11u1 [194 kB] [2022-11-01T10:08:03.472Z] #30 38.47 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2+deb11u1 [49.1 kB] [2022-11-01T10:08:03.472Z] #30 38.48 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2+deb11u1 [647 kB] [2022-11-01T10:08:03.472Z] #30 38.49 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB] [2022-11-01T10:08:03.472Z] #30 38.69 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-dev arm64 2:1.02.175-2.1 [52.0 kB] [2022-11-01T10:08:03.472Z] #30 38.72 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB] [2022-11-01T10:08:03.472Z] #30 38.72 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7+deb11u1 [401 kB] [2022-11-01T10:08:03.472Z] #30 39.87 debconf: delaying package configuration, since apt-utils is not installed [2022-11-01T10:08:03.472Z] #30 40.19 Fetched 108 MB in 7s (14.7 MB/s) [2022-11-01T10:08:03.472Z] #30 40.43 Selecting previously unselected package binutils-mingw-w64-i686. [2022-11-01T10:08:03.472Z] #30 40.43 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-11-01T10:08:03.472Z] #30 40.52 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_arm64.deb ... [2022-11-01T10:08:03.472Z] #30 40.53 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-11-01T10:08:03.472Z] #30 42.93 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-11-01T10:08:03.472Z] #30 42.93 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_arm64.deb ... [2022-11-01T10:08:03.472Z] #30 42.95 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-11-01T10:08:03.728Z] #30 ... [2022-11-01T10:08:03.728Z] [2022-11-01T10:08:03.728Z] #31 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-11-01T10:08:03.728Z] #31 37.55 Selecting previously unselected package python3-pkg-resources. [2022-11-01T10:08:03.728Z] #31 37.56 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-11-01T10:08:03.728Z] #31 37.60 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-11-01T10:08:03.728Z] #31 37.84 Selecting previously unselected package python3-six. [2022-11-01T10:08:03.728Z] #31 37.84 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-11-01T10:08:03.728Z] #31 37.87 Unpacking python3-six (1.16.0-2) ... [2022-11-01T10:08:03.728Z] #31 38.03 Selecting previously unselected package python3-protobuf. [2022-11-01T10:08:03.728Z] #31 38.03 Preparing to unpack .../3-python3-protobuf_3.12.4-1_arm64.deb ... [2022-11-01T10:08:03.728Z] #31 38.05 Unpacking python3-protobuf (3.12.4-1) ... [2022-11-01T10:08:03.728Z] #31 38.65 Selecting previously unselected package libnet1:arm64. [2022-11-01T10:08:03.728Z] #31 38.65 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2022-11-01T10:08:03.728Z] #31 38.67 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-11-01T10:08:03.728Z] #31 38.83 Selecting previously unselected package libnl-3-200:arm64. [2022-11-01T10:08:03.728Z] #31 38.83 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_arm64.deb ... [2022-11-01T10:08:03.728Z] #31 38.84 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-11-01T10:08:03.728Z] #31 39.00 Selecting previously unselected package libprotobuf-c1:arm64. [2022-11-01T10:08:03.728Z] #31 39.00 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... [2022-11-01T10:08:03.728Z] #31 39.03 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-11-01T10:08:03.728Z] #31 39.19 Selecting previously unselected package criu. [2022-11-01T10:08:03.728Z] #31 39.20 Preparing to unpack .../7-criu_3.17.1-1_arm64.deb ... [2022-11-01T10:08:03.728Z] #31 39.21 Unpacking criu (3.17.1-1) ... [2022-11-01T10:08:03.728Z] #31 40.34 Setting up python3-pkg-resources (52.0.0-4) ... [2022-11-01T10:08:03.728Z] #31 42.30 Setting up libprotobuf23:arm64 (3.12.4-1) ... [2022-11-01T10:08:03.728Z] #31 42.32 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-11-01T10:08:03.728Z] #31 42.34 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-11-01T10:08:03.728Z] #31 42.39 Setting up python3-six (1.16.0-2) ... [2022-11-01T10:08:03.728Z] #31 43.61 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-11-01T10:08:03.728Z] #31 43.66 Setting up python3-protobuf (3.12.4-1) ... [2022-11-01T10:08:03.728Z] #31 ... [2022-11-01T10:08:03.728Z] [2022-11-01T10:08:03.728Z] #28 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-11-01T10:08:03.728Z] #28 44.41 Download of images into '/build' complete. [2022-11-01T10:08:03.728Z] #28 44.41 Use something like the following to load the result into a Docker daemon: [2022-11-01T10:08:03.728Z] #28 44.42 tar -cC '/build' . | docker load [2022-11-01T10:08:03.990Z] #28 DONE 44.5s [2022-11-01T10:08:03.990Z] [2022-11-01T10:08:03.990Z] #35 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.49.0" && /build/golangci-lint --version [2022-11-01T10:08:03.990Z] #35 36.84 go: downloading github.com/Masterminds/semver v1.5.0 [2022-11-01T10:08:03.990Z] #35 36.86 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-11-01T10:08:03.990Z] #35 36.94 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-11-01T10:08:03.990Z] #35 37.04 go: downloading github.com/prometheus/client_golang v1.12.1 [2022-11-01T10:08:03.990Z] #35 37.47 go: downloading github.com/prometheus/client_model v0.2.0 [2022-11-01T10:08:03.990Z] #35 37.64 go: downloading github.com/google/go-cmp v0.5.8 [2022-11-01T10:08:03.990Z] #35 37.89 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-11-01T10:08:03.990Z] #35 38.03 go: downloading go.uber.org/atomic v1.7.0 [2022-11-01T10:08:03.990Z] #35 38.10 go: downloading go.uber.org/multierr v1.6.0 [2022-11-01T10:08:03.990Z] #35 38.17 go: downloading github.com/quasilyte/gogrep v0.0.0-20220120141003-628d8b3623b5 [2022-11-01T10:08:03.990Z] #35 38.31 go: downloading github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567 [2022-11-01T10:08:03.990Z] #35 38.31 go: downloading github.com/chavacava/garif v0.0.0-20220630083739-93517212f375 [2022-11-01T10:08:03.990Z] #35 38.36 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-11-01T10:08:03.990Z] #35 38.42 go: downloading github.com/beorn7/perks v1.0.1 [2022-11-01T10:08:03.990Z] #35 38.43 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-11-01T10:08:03.990Z] #35 38.55 go: downloading github.com/golang/protobuf v1.5.2 [2022-11-01T10:08:03.990Z] #35 38.63 go: downloading github.com/prometheus/common v0.32.1 [2022-11-01T10:08:03.990Z] #35 38.92 go: downloading github.com/prometheus/procfs v0.7.3 [2022-11-01T10:08:03.990Z] #35 38.92 go: downloading google.golang.org/protobuf v1.28.0 [2022-11-01T10:08:03.990Z] #35 39.64 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-11-01T10:08:03.990Z] #35 41.25 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-11-01T10:08:04.926Z] #35 ... [2022-11-01T10:08:04.926Z] [2022-11-01T10:08:04.926Z] #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 [2022-11-01T10:08:04.926Z] #30 46.05 Selecting previously unselected package binutils-mingw-w64. [2022-11-01T10:08:04.926Z] #30 46.05 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-11-01T10:08:04.926Z] #30 46.10 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-11-01T10:08:04.926Z] #30 46.26 Selecting previously unselected package libdevmapper1.02.1:arm64. [2022-11-01T10:08:04.926Z] #30 46.26 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ... [2022-11-01T10:08:04.926Z] #30 46.27 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ... [2022-11-01T10:08:05.189Z] #30 46.46 Selecting previously unselected package dmsetup. [2022-11-01T10:08:05.189Z] #30 46.47 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_arm64.deb ... [2022-11-01T10:08:05.189Z] #30 46.50 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-11-01T10:08:05.445Z] #30 46.67 Selecting previously unselected package mingw-w64-common. [2022-11-01T10:08:05.445Z] #30 46.68 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-11-01T10:08:05.445Z] #30 46.69 Unpacking mingw-w64-common (8.0.0-1) ... [2022-11-01T10:08:05.445Z] #30 ... [2022-11-01T10:08:05.445Z] [2022-11-01T10:08:05.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 [2022-11-01T10:08:05.445Z] #33 36.59 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-11-01T10:08:05.702Z] #33 ... [2022-11-01T10:08:05.702Z] [2022-11-01T10:08:05.702Z] #21 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-11-01T10:08:05.702Z] #21 39.69 Selecting previously unselected package libicu67:arm64. [2022-11-01T10:08:05.702Z] #21 39.69 Preparing to unpack .../3-libicu67_67.1-7_arm64.deb ... [2022-11-01T10:08:05.702Z] #21 39.72 Unpacking libicu67:arm64 (67.1-7) ... [2022-11-01T10:08:05.702Z] #21 46.85 Selecting previously unselected package libxml2:arm64. [2022-11-01T10:08:05.702Z] #21 46.86 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u2_arm64.deb ... [2022-11-01T10:08:05.702Z] #21 46.86 Unpacking libxml2:arm64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-11-01T10:08:05.958Z] #21 ... [2022-11-01T10:08:05.958Z] [2022-11-01T10:08:05.958Z] #31 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2022-11-01T10:08:05.958Z] #31 47.13 Setting up criu (3.17.1-1) ... [2022-11-01T10:08:07.850Z] #31 49.01 Processing triggers for libc-bin (2.31-13+deb11u5) ... [2022-11-01T10:08:08.413Z] #31 DONE 49.6s [2022-11-01T10:08:08.413Z] [2022-11-01T10:08:08.413Z] #21 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-11-01T10:08:08.413Z] #21 47.24 Selecting previously unselected package libarchive13:arm64. [2022-11-01T10:08:08.413Z] #21 47.25 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_arm64.deb ... [2022-11-01T10:08:08.413Z] #21 47.25 Unpacking libarchive13:arm64 (3.4.3-2+deb11u1) ... [2022-11-01T10:08:08.413Z] #21 47.54 Selecting previously unselected package libjsoncpp24:arm64. [2022-11-01T10:08:08.413Z] #21 47.54 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_arm64.deb ... [2022-11-01T10:08:08.413Z] #21 47.59 Unpacking libjsoncpp24:arm64 (1.9.4-4) ... [2022-11-01T10:08:08.413Z] #21 47.77 Selecting previously unselected package librhash0:arm64. [2022-11-01T10:08:08.413Z] #21 47.78 Preparing to unpack .../7-librhash0_1.4.1-2_arm64.deb ... [2022-11-01T10:08:08.413Z] #21 47.79 Unpacking librhash0:arm64 (1.4.1-2) ... [2022-11-01T10:08:08.413Z] #21 47.95 Selecting previously unselected package libuv1:arm64. [2022-11-01T10:08:08.413Z] #21 47.95 Preparing to unpack .../8-libuv1_1.40.0-2_arm64.deb ... [2022-11-01T10:08:08.413Z] #21 47.96 Unpacking libuv1:arm64 (1.40.0-2) ... [2022-11-01T10:08:08.413Z] #21 48.09 Selecting previously unselected package cmake. [2022-11-01T10:08:08.413Z] #21 48.09 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_arm64.deb ... [2022-11-01T10:08:08.413Z] #21 48.10 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-11-01T10:08:10.305Z] #21 51.47 Setting up libicu67:arm64 (67.1-7) ... [2022-11-01T10:08:10.305Z] #21 51.49 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-11-01T10:08:10.305Z] #21 51.50 Setting up libuv1:arm64 (1.40.0-2) ... [2022-11-01T10:08:10.305Z] #21 51.52 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-11-01T10:08:10.305Z] #21 51.55 Setting up libjsoncpp24:arm64 (1.9.4-4) ... [2022-11-01T10:08:10.305Z] #21 51.58 Setting up librhash0:arm64 (1.4.1-2) ... [2022-11-01T10:08:10.305Z] #21 51.60 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-11-01T10:08:10.305Z] #21 51.63 Setting up libxml2:arm64 (2.9.10+dfsg-6.7+deb11u2) ... [2022-11-01T10:08:10.305Z] #21 51.65 Setting up libarchive13:arm64 (3.4.3-2+deb11u1) ... [2022-11-01T10:08:10.568Z] #21 51.67 Setting up cmake (3.18.4-2+deb11u1) ... [2022-11-01T10:08:10.568Z] #21 51.69 Processing triggers for libc-bin (2.31-13+deb11u5) ... [2022-11-01T10:08:10.824Z] #21 DONE 52.1s [2022-11-01T10:08:10.824Z] [2022-11-01T10:08:10.824Z] #44 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-11-01T10:08:10.824Z] #44 DONE 0.1s [2022-11-01T10:08:10.824Z] [2022-11-01T10:08:10.824Z] #45 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-11-01T10:08:11.751Z] #45 0.829 + RM_GOPATH=0 [2022-11-01T10:08:11.751Z] #45 0.829 + TMP_GOPATH= [2022-11-01T10:08:11.751Z] #45 0.831 + : /build [2022-11-01T10:08:11.751Z] #45 0.832 + '[' -z '' ']' [2022-11-01T10:08:11.751Z] #45 0.833 ++ mktemp -d [2022-11-01T10:08:11.751Z] #45 0.834 + export GOPATH=/tmp/tmp.wo0QbxGUfx [2022-11-01T10:08:11.751Z] #45 0.834 + GOPATH=/tmp/tmp.wo0QbxGUfx [2022-11-01T10:08:11.751Z] #45 0.843 + RM_GOPATH=1 [2022-11-01T10:08:11.751Z] #45 0.843 + case "$(go env GOARCH)" in [2022-11-01T10:08:11.751Z] #45 0.844 ++ go env GOARCH [2022-11-01T10:08:11.751Z] #45 0.876 + export GO_BUILDMODE=-buildmode=pie [2022-11-01T10:08:11.751Z] #45 0.876 + GO_BUILDMODE=-buildmode=pie [2022-11-01T10:08:11.751Z] #45 0.877 ++ dirname /install.sh [2022-11-01T10:08:11.751Z] #45 0.894 + dir=/ [2022-11-01T10:08:11.751Z] #45 0.898 + bin=tini [2022-11-01T10:08:11.751Z] #45 0.899 + shift [2022-11-01T10:08:11.751Z] #45 0.903 + '[' '!' -f //tini.installer ']' [2022-11-01T10:08:11.751Z] #45 0.903 + . //tini.installer [2022-11-01T10:08:11.751Z] #45 0.903 ++ : v0.19.0 [2022-11-01T10:08:11.751Z] #45 0.904 + install_tini [2022-11-01T10:08:11.751Z] #45 0.904 + echo 'Install tini version v0.19.0' [2022-11-01T10:08:11.751Z] #45 0.904 Install tini version v0.19.0 [2022-11-01T10:08:11.751Z] #45 0.905 + git clone https://github.com/krallin/tini.git /tmp/tmp.wo0QbxGUfx/tini [2022-11-01T10:08:11.751Z] #45 0.907 Cloning into '/tmp/tmp.wo0QbxGUfx/tini'... [2022-11-01T10:08:12.315Z] #45 1.499 + cd /tmp/tmp.wo0QbxGUfx/tini [2022-11-01T10:08:12.315Z] #45 1.499 + git checkout -q v0.19.0 [2022-11-01T10:08:12.315Z] #45 1.504 + cmake . [2022-11-01T10:08:12.879Z] #45 ... [2022-11-01T10:08:12.879Z] [2022-11-01T10:08:12.879Z] #46 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-11-01T10:08:12.879Z] #0 0.674 Cloning into '/tmp/crun-build'... [2022-11-01T10:08:12.879Z] #0 6.355 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec' [2022-11-01T10:08:12.879Z] #0 6.361 Cloning into '/tmp/crun-build/libocispec'... [2022-11-01T10:08:12.879Z] #0 7.253 Submodule path 'libocispec': checked out 'ace546f0a9c82c1878b93a43dab414d41da20821' [2022-11-01T10:08:12.879Z] #0 7.278 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec' [2022-11-01T10:08:12.879Z] #0 7.278 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec' [2022-11-01T10:08:12.879Z] #0 7.278 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl' [2022-11-01T10:08:12.879Z] #0 7.303 Cloning into '/tmp/crun-build/libocispec/image-spec'... [2022-11-01T10:08:12.879Z] #0 9.314 Cloning into '/tmp/crun-build/libocispec/runtime-spec'... [2022-11-01T10:08:12.879Z] #46 ... [2022-11-01T10:08:12.879Z] [2022-11-01T10:08:12.879Z] #45 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-11-01T10:08:12.879Z] #45 2.066 -- The C compiler identification is GNU 10.2.1 [2022-11-01T10:08:13.136Z] #45 2.220 -- Detecting C compiler ABI info [2022-11-01T10:08:13.715Z] #45 2.854 -- Detecting C compiler ABI info - done [2022-11-01T10:08:13.716Z] #45 2.975 -- Check for working C compiler: /usr/bin/cc - skipped [2022-11-01T10:08:13.716Z] #45 2.975 -- Detecting C compile features [2022-11-01T10:08:13.716Z] #45 2.976 -- Detecting C compile features - done [2022-11-01T10:08:13.716Z] #45 3.010 -- Performing Test HAS_BUILTIN_FORTIFY [2022-11-01T10:08:13.976Z] #45 3.266 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-11-01T10:08:14.236Z] #45 ... [2022-11-01T10:08:14.236Z] [2022-11-01T10:08:14.236Z] #38 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1" && /build/gotestsum --version [2022-11-01T10:08:14.236Z] #38 55.24 gotestsum version dev [2022-11-01T10:08:14.236Z] #38 DONE 55.5s [2022-11-01T10:08:14.236Z] [2022-11-01T10:08:14.236Z] #45 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh tini [2022-11-01T10:08:14.236Z] #45 3.380 -- Configuring done [2022-11-01T10:08:14.236Z] #45 3.447 -- Generating done [2022-11-01T10:08:14.236Z] #45 3.447 -- Build files have been written to: /tmp/tmp.wo0QbxGUfx/tini [2022-11-01T10:08:14.236Z] #45 3.495 + make tini-static [2022-11-01T10:08:14.800Z] #45 4.067 Scanning dependencies of target tini-static [2022-11-01T10:08:15.057Z] #45 4.126 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-11-01T10:08:16.427Z] #45 5.484 [100%] Linking C executable tini-static [2022-11-01T10:08:16.993Z] #45 5.995 [100%] Built target tini-static [2022-11-01T10:08:16.993Z] #45 6.039 + mkdir -p /build [2022-11-01T10:08:16.993Z] #45 6.044 + cp tini-static /build/docker-init [2022-11-01T10:08:17.249Z] #45 DONE 6.3s [2022-11-01T10:08:17.249Z] [2022-11-01T10:08:17.250Z] #46 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-11-01T10:08:17.250Z] #46 10.88 Cloning into '/tmp/crun-build/libocispec/yajl'... [2022-11-01T10:08:17.250Z] #46 12.26 Submodule path 'libocispec/image-spec': checked out '693428a734f5bab1a84bd2f990d92ef1111cd60c' [2022-11-01T10:08:17.250Z] #46 12.65 Submodule path 'libocispec/runtime-spec': checked out 'a3c33d663ebc56c4d35dbceaa447c7bf37f6fab3' [2022-11-01T10:08:17.250Z] #46 12.93 Submodule path 'libocispec/yajl': checked out 'f344d21280c3e4094919fd318bc5ce75da91fc06' [2022-11-01T10:08:21.472Z] #46 ... [2022-11-01T10:08:21.472Z] [2022-11-01T10:08:21.472Z] #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 [2022-11-01T10:08:21.472Z] #30 53.01 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-11-01T10:08:21.472Z] #30 53.02 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-11-01T10:08:21.472Z] #30 53.03 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-11-01T10:08:21.472Z] #30 58.95 Selecting previously unselected package gcc-mingw-w64-base. [2022-11-01T10:08:21.472Z] #30 58.95 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_arm64.deb ... [2022-11-01T10:08:21.472Z] #30 58.99 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-11-01T10:08:21.472Z] #30 59.31 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-11-01T10:08:21.472Z] #30 59.32 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_arm64.deb ... [2022-11-01T10:08:21.472Z] #30 59.33 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-11-01T10:08:23.430Z] #30 64.79 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-11-01T10:08:23.430Z] #30 64.79 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ... [2022-11-01T10:08:23.430Z] #30 64.80 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-11-01T10:08:28.678Z] #30 ... [2022-11-01T10:08:28.678Z] [2022-11-01T10:08:28.678Z] #46 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-11-01T10:08:28.678Z] #46 25.55 aclocal: warning: couldn't open directory 'm4': No such file or directory [2022-11-01T10:08:33.924Z] #46 ... [2022-11-01T10:08:33.924Z] [2022-11-01T10:08:33.924Z] #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 [2022-11-01T10:08:33.924Z] #30 75.32 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-11-01T10:08:33.924Z] #30 75.34 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ... [2022-11-01T10:08:34.181Z] #30 75.35 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-11-01T10:08:39.436Z] #30 80.66 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-11-01T10:08:39.436Z] #30 80.66 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_arm64.deb ... [2022-11-01T10:08:39.436Z] #30 80.66 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-11-01T10:08:39.693Z] #30 ... [2022-11-01T10:08:39.693Z] [2022-11-01T10:08:39.693Z] #43 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-11-01T10:08:39.693Z] #43 41.19 Updating files: 53% (2715/5074) Updating files: 54% (2740/5074) Updating files: 55% (2791/5074) Updating files: 56% (2842/5074) Updating files: 57% (2893/5074) Updating files: 58% (2943/5074) Updating files: 59% (2994/5074) Updating files: 60% (3045/5074) Updating files: 61% (3096/5074) Updating files: 62% (3146/5074) Updating files: 63% (3197/5074) Updating files: 64% (3248/5074) Updating files: 65% (3299/5074) Updating files: 66% (3349/5074) Updating files: 67% (3400/5074) Updating files: 68% (3451/5074) Updating files: 69% (3502/5074) Updating files: 70% (3552/5074) Updating files: 71% (3603/5074) Updating files: 72% (3654/5074) Updating files: 73% (3705/5074) Updating files: 74% (3755/5074) Updating files: 75% (3806/5074) Updating files: 76% (3857/5074) Updating files: 77% (3907/5074) Updating files: 78% (3958/5074) Updating files: 79% (4009/5074) Updating files: 80% (4060/5074) Updating files: 81% (4110/5074) Updating files: 82% (4161/5074) Updating files: 83% (4212/5074) Updating files: 84% (4263/5074) Updating files: 85% (4313/5074) Updating files: 86% (4364/5074) Updating files: 87% (4415/5074) Updating files: 88% (4466/5074) Updating files: 89% (4516/5074) Updating files: 90% (4567/5074) Updating files: 91% (4618/5074) Updating files: 92% (4669/5074) Updating files: 93% (4719/5074) Updating files: 94% (4770/5074) Updating files: 95% (4821/5074) Updating files: 96% (4872/5074) Updating files: 96% (4912/5074) Updating files: 97% (4922/5074) Updating files: 98% (4973/5074) Updating files: 99% (5024/5074) Updating files: 100% (5074/5074) Updating files: 100% (5074/5074), done. [2022-11-01T10:08:39.693Z] #43 42.35 + cd /tmp/tmp.aluxhVAYaV/src/github.com/containerd/containerd [2022-11-01T10:08:39.693Z] #43 42.36 + git checkout -q v1.6.9 [2022-11-01T10:08:39.693Z] #43 43.64 + export 'BUILDTAGS=netgo osusergo static_build' [2022-11-01T10:08:39.693Z] #43 43.65 + BUILDTAGS='netgo osusergo static_build' [2022-11-01T10:08:39.693Z] #43 43.65 + export EXTRA_FLAGS=-buildmode=pie [2022-11-01T10:08:39.693Z] #43 43.65 + EXTRA_FLAGS=-buildmode=pie [2022-11-01T10:08:39.693Z] #43 43.65 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-11-01T10:08:39.693Z] #43 43.65 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-11-01T10:08:39.693Z] #43 43.65 + '[' '' = dynamic ']' [2022-11-01T10:08:39.693Z] #43 43.65 + make [2022-11-01T10:08:39.693Z] #43 45.52 + bin/ctr [2022-11-01T10:08:44.945Z] #43 ... [2022-11-01T10:08:44.945Z] [2022-11-01T10:08:44.946Z] #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 [2022-11-01T10:08:44.946Z] #30 86.34 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-11-01T10:08:44.946Z] #30 86.35 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ... [2022-11-01T10:08:44.946Z] #30 86.35 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-11-01T10:08:47.468Z] #30 ... [2022-11-01T10:08:47.468Z] [2022-11-01T10:08:47.468Z] #46 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-11-01T10:08:47.468Z] #46 34.67 libtoolize: putting auxiliary files in '.'. [2022-11-01T10:08:47.468Z] #46 34.67 libtoolize: copying file './ltmain.sh' [2022-11-01T10:08:47.468Z] #46 35.40 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac, [2022-11-01T10:08:47.468Z] #46 35.41 libtoolize: and rerunning libtoolize and aclocal. [2022-11-01T10:08:47.468Z] #46 35.41 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. [2022-11-01T10:08:47.468Z] #46 42.91 configure.ac:7: installing './compile' [2022-11-01T10:08:47.468Z] #46 42.91 configure.ac:11: installing './config.guess' [2022-11-01T10:08:47.468Z] #46 42.93 configure.ac:11: installing './config.sub' [2022-11-01T10:08:47.468Z] #46 42.94 configure.ac:8: installing './install-sh' [2022-11-01T10:08:47.468Z] #46 42.94 configure.ac:8: installing './missing' [2022-11-01T10:08:47.468Z] #46 43.03 Makefile.am: installing './depcomp' [2022-11-01T10:08:47.468Z] #46 44.15 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. [2022-11-01T10:08:47.468Z] #46 44.15 libtoolize: copying file 'build-aux/ltmain.sh' [2022-11-01T10:08:47.468Z] #46 44.30 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. [2022-11-01T10:08:47.468Z] #46 44.33 libtoolize: copying file 'm4/libtool.m4' [2022-11-01T10:08:47.468Z] #46 44.46 libtoolize: copying file 'm4/ltoptions.m4' [2022-11-01T10:08:47.468Z] #46 44.57 libtoolize: copying file 'm4/ltsugar.m4' [2022-11-01T10:08:47.468Z] #46 44.68 libtoolize: copying file 'm4/ltversion.m4' [2022-11-01T10:08:47.725Z] #46 44.84 libtoolize: copying file 'm4/lt~obsolete.m4' [2022-11-01T10:08:47.725Z] #46 44.97 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. [2022-11-01T10:08:57.678Z] #46 ... [2022-11-01T10:08:57.678Z] [2022-11-01T10:08:57.678Z] #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 [2022-11-01T10:08:57.678Z] #30 97.54 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-11-01T10:08:57.678Z] #30 97.54 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ... [2022-11-01T10:08:57.678Z] #30 97.55 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-11-01T10:09:01.852Z] #30 102.7 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-11-01T10:09:01.852Z] #30 102.7 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-11-01T10:09:01.852Z] #30 102.7 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-11-01T10:09:01.852Z] #30 102.8 Selecting previously unselected package libapparmor1:arm64. [2022-11-01T10:09:01.852Z] #30 102.8 Preparing to unpack .../15-libapparmor1_2.13.6-10_arm64.deb ... [2022-11-01T10:09:01.852Z] #30 102.8 Unpacking libapparmor1:arm64 (2.13.6-10) ... [2022-11-01T10:09:01.852Z] #30 102.9 Selecting previously unselected package libapparmor-dev:arm64. [2022-11-01T10:09:01.852Z] #30 102.9 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_arm64.deb ... [2022-11-01T10:09:01.852Z] #30 102.9 Unpacking libapparmor-dev:arm64 (2.13.6-10) ... [2022-11-01T10:09:01.852Z] #30 103.1 Selecting previously unselected package libbtrfs0:arm64. [2022-11-01T10:09:01.852Z] #30 103.1 Preparing to unpack .../17-libbtrfs0_5.10.1-2_arm64.deb ... [2022-11-01T10:09:01.852Z] #30 103.1 Unpacking libbtrfs0:arm64 (5.10.1-2) ... [2022-11-01T10:09:02.109Z] #30 103.2 Selecting previously unselected package libbtrfs-dev:arm64. [2022-11-01T10:09:02.109Z] #30 103.2 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_arm64.deb ... [2022-11-01T10:09:02.109Z] #30 103.2 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ... [2022-11-01T10:09:02.365Z] #30 103.5 Selecting previously unselected package libdevmapper-event1.02.1:arm64. [2022-11-01T10:09:02.365Z] #30 103.5 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_arm64.deb ... [2022-11-01T10:09:02.365Z] #30 103.5 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ... [2022-11-01T10:09:02.365Z] #30 103.5 Selecting previously unselected package libudev-dev:arm64. [2022-11-01T10:09:02.365Z] #30 103.5 Preparing to unpack .../20-libudev-dev_247.3-7+deb11u1_arm64.deb ... [2022-11-01T10:09:02.365Z] #30 103.6 Unpacking libudev-dev:arm64 (247.3-7+deb11u1) ... [2022-11-01T10:09:02.365Z] #30 103.7 Selecting previously unselected package libsepol1-dev:arm64. [2022-11-01T10:09:02.365Z] #30 103.7 Preparing to unpack .../21-libsepol1-dev_3.1-1_arm64.deb ... [2022-11-01T10:09:02.365Z] #30 103.7 Unpacking libsepol1-dev:arm64 (3.1-1) ... [2022-11-01T10:09:02.623Z] #30 104.0 Selecting previously unselected package libpcre2-16-0:arm64. [2022-11-01T10:09:02.879Z] #30 104.0 Preparing to unpack .../22-libpcre2-16-0_10.36-2+deb11u1_arm64.deb ... [2022-11-01T10:09:02.879Z] #30 104.0 Unpacking libpcre2-16-0:arm64 (10.36-2+deb11u1) ... [2022-11-01T10:09:02.879Z] #30 104.3 Selecting previously unselected package libpcre2-32-0:arm64. [2022-11-01T10:09:03.136Z] #30 104.3 Preparing to unpack .../23-libpcre2-32-0_10.36-2+deb11u1_arm64.deb ... [2022-11-01T10:09:03.136Z] #30 104.3 Unpacking libpcre2-32-0:arm64 (10.36-2+deb11u1) ... [2022-11-01T10:09:03.136Z] #30 104.4 Selecting previously unselected package libpcre2-posix2:arm64. [2022-11-01T10:09:03.136Z] #30 104.4 Preparing to unpack .../24-libpcre2-posix2_10.36-2+deb11u1_arm64.deb ... [2022-11-01T10:09:03.136Z] #30 104.4 Unpacking libpcre2-posix2:arm64 (10.36-2+deb11u1) ... [2022-11-01T10:09:03.136Z] #30 104.6 Selecting previously unselected package libpcre2-dev:arm64. [2022-11-01T10:09:03.136Z] #30 104.6 Preparing to unpack .../25-libpcre2-dev_10.36-2+deb11u1_arm64.deb ... [2022-11-01T10:09:03.393Z] #30 104.6 Unpacking libpcre2-dev:arm64 (10.36-2+deb11u1) ... [2022-11-01T10:09:03.956Z] #30 105.0 Selecting previously unselected package libselinux1-dev:arm64. [2022-11-01T10:09:03.956Z] #30 105.0 Preparing to unpack .../26-libselinux1-dev_3.1-3_arm64.deb ... [2022-11-01T10:09:03.956Z] #30 105.1 Unpacking libselinux1-dev:arm64 (3.1-3) ... [2022-11-01T10:09:03.956Z] #30 105.4 Selecting previously unselected package libdevmapper-dev:arm64. [2022-11-01T10:09:03.956Z] #30 105.4 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_arm64.deb ... [2022-11-01T10:09:03.956Z] #30 105.4 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1) ... [2022-11-01T10:09:04.213Z] #30 105.5 Selecting previously unselected package libseccomp-dev:arm64. [2022-11-01T10:09:04.213Z] #30 105.5 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... [2022-11-01T10:09:04.213Z] #30 105.5 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-11-01T10:09:04.213Z] #30 105.6 Selecting previously unselected package libsystemd-dev:arm64. [2022-11-01T10:09:04.469Z] #30 105.6 Preparing to unpack .../29-libsystemd-dev_247.3-7+deb11u1_arm64.deb ... [2022-11-01T10:09:04.469Z] #30 105.6 Unpacking libsystemd-dev:arm64 (247.3-7+deb11u1) ... [2022-11-01T10:09:04.727Z] #30 106.1 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-11-01T10:09:04.727Z] #30 106.1 Setting up libapparmor1:arm64 (2.13.6-10) ... [2022-11-01T10:09:04.727Z] #30 106.1 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-11-01T10:09:04.727Z] #30 106.1 Setting up libsepol1-dev:arm64 (3.1-1) ... [2022-11-01T10:09:04.984Z] #30 106.2 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-11-01T10:09:04.984Z] #30 106.2 Setting up libpcre2-16-0:arm64 (10.36-2+deb11u1) ... [2022-11-01T10:09:04.984Z] #30 106.2 Setting up libbtrfs0:arm64 (5.10.1-2) ... [2022-11-01T10:09:04.984Z] #30 106.2 Setting up libpcre2-32-0:arm64 (10.36-2+deb11u1) ... [2022-11-01T10:09:04.984Z] #30 106.3 Setting up libudev-dev:arm64 (247.3-7+deb11u1) ... [2022-11-01T10:09:04.984Z] #30 106.3 Setting up libpcre2-posix2:arm64 (10.36-2+deb11u1) ... [2022-11-01T10:09:04.984Z] #30 106.3 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-11-01T10:09:04.984Z] #30 106.3 Setting up libbtrfs-dev:arm64 (5.10.1-2) ... [2022-11-01T10:09:04.984Z] #30 106.3 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-11-01T10:09:04.984Z] #30 106.4 Setting up libapparmor-dev:arm64 (2.13.6-10) ... [2022-11-01T10:09:05.548Z] #30 106.4 Setting up mingw-w64-common (8.0.0-1) ... [2022-11-01T10:09:05.548Z] #30 106.5 Setting up libsystemd-dev:arm64 (247.3-7+deb11u1) ... [2022-11-01T10:09:05.548Z] #30 106.9 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-11-01T10:09:05.804Z] #30 107.0 Setting up libpcre2-dev:arm64 (10.36-2+deb11u1) ... [2022-11-01T10:09:06.061Z] #30 107.4 Setting up libselinux1-dev:arm64 (3.1-3) ... [2022-11-01T10:09:06.061Z] #30 107.5 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-11-01T10:09:06.318Z] #30 107.5 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-11-01T10:09:06.318Z] #30 107.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-11-01T10:09:06.318Z] #30 107.6 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-11-01T10:09:06.318Z] #30 107.7 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2022-11-01T10:09:06.318Z] #30 107.7 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-11-01T10:09:06.318Z] #30 107.7 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-11-01T10:09:06.881Z] #30 107.8 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2022-11-01T10:09:06.881Z] #30 107.9 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-11-01T10:09:07.229Z] #30 108.4 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-11-01T10:09:07.549Z] #30 108.9 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ... [2022-11-01T10:09:08.191Z] #30 109.2 Setting up dmsetup (2:1.02.175-2.1) ... [2022-11-01T10:09:08.191Z] #30 ... [2022-11-01T10:09:08.191Z] [2022-11-01T10:09:08.191Z] #46 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-11-01T10:09:08.191Z] #46 55.15 configure.ac:7: installing 'build-aux/compile' [2022-11-01T10:09:08.191Z] #46 55.16 configure.ac:9: installing 'build-aux/config.guess' [2022-11-01T10:09:08.191Z] #46 55.17 configure.ac:9: installing 'build-aux/config.sub' [2022-11-01T10:09:08.191Z] #46 55.17 configure.ac:11: installing 'build-aux/install-sh' [2022-11-01T10:09:08.191Z] #46 55.19 configure.ac:11: installing 'build-aux/missing' [2022-11-01T10:09:08.191Z] #46 55.36 Makefile.am: installing 'build-aux/depcomp' [2022-11-01T10:09:08.191Z] #46 55.47 parallel-tests: installing 'build-aux/test-driver' [2022-11-01T10:09:08.191Z] #46 57.50 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. [2022-11-01T10:09:08.191Z] #46 57.51 libtoolize: copying file 'build-aux/ltmain.sh' [2022-11-01T10:09:08.191Z] #46 58.12 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. [2022-11-01T10:09:08.191Z] #46 58.14 libtoolize: copying file 'm4/libtool.m4' [2022-11-01T10:09:08.191Z] #46 58.29 libtoolize: copying file 'm4/ltoptions.m4' [2022-11-01T10:09:08.191Z] #46 58.40 libtoolize: copying file 'm4/ltsugar.m4' [2022-11-01T10:09:08.191Z] #46 58.52 libtoolize: copying file 'm4/ltversion.m4' [2022-11-01T10:09:08.191Z] #46 58.64 libtoolize: copying file 'm4/lt~obsolete.m4' [2022-11-01T10:09:08.191Z] #46 ... [2022-11-01T10:09:08.191Z] [2022-11-01T10:09:08.191Z] #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 [2022-11-01T10:09:08.191Z] #30 109.4 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ... [2022-11-01T10:09:08.449Z] #30 109.5 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1) ... [2022-11-01T10:09:08.706Z] #30 109.9 Processing triggers for libc-bin (2.31-13+deb11u5) ... [2022-11-01T10:09:09.272Z] #30 DONE 110.5s [2022-11-01T10:09:09.272Z] [2022-11-01T10:09:09.272Z] #29 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-11-01T10:09:09.272Z] #29 101.6 + for f in rootlesskit rootlesskit-docker-proxy [2022-11-01T10:09:09.272Z] #29 101.6 + GOBIN=/build [2022-11-01T10:09:09.272Z] #29 101.6 + GO111MODULE=on [2022-11-01T10:09:09.272Z] #29 101.6 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315 [2022-11-01T10:09:09.272Z] #29 106.6 rootlesskit version 1.0.0 [2022-11-01T10:09:09.272Z] #29 106.6 Usage of /build/rootlesskit-docker-proxy: [2022-11-01T10:09:09.272Z] #29 106.6 -container-ip string [2022-11-01T10:09:09.272Z] #29 106.6 container ip [2022-11-01T10:09:09.272Z] #29 106.6 -container-port int [2022-11-01T10:09:09.272Z] #29 106.6 container port (default -1) [2022-11-01T10:09:09.272Z] #29 106.6 -host-ip string [2022-11-01T10:09:09.272Z] #29 106.6 host ip [2022-11-01T10:09:09.272Z] #29 106.6 -host-port int [2022-11-01T10:09:09.272Z] #29 106.6 host port (default -1) [2022-11-01T10:09:09.272Z] #29 106.6 -proto string [2022-11-01T10:09:09.272Z] #29 106.6 proxy protocol (default "tcp") [2022-11-01T10:09:09.272Z] #29 DONE 110.3s [2022-11-01T10:09:09.272Z] [2022-11-01T10:09:09.272Z] #47 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-11-01T10:09:09.529Z] #47 DONE 0.3s [2022-11-01T10:09:09.529Z] [2022-11-01T10:09:09.529Z] #48 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-11-01T10:09:09.529Z] #48 DONE 0.2s [2022-11-01T10:09:09.529Z] [2022-11-01T10:09:09.529Z] #49 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-11-01T10:09:09.529Z] #49 ... [2022-11-01T10:09:09.529Z] [2022-11-01T10:09:09.529Z] #50 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-11-01T10:09:09.529Z] #50 DONE 0.1s [2022-11-01T10:09:09.785Z] [2022-11-01T10:09:09.785Z] #51 [dev-systemd-false 1/28] RUN groupadd -r docker [2022-11-01T10:09:11.154Z] #51 DONE 1.7s [2022-11-01T10:09:11.154Z] [2022-11-01T10:09:11.154Z] #49 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-11-01T10:09:11.154Z] #49 1.415 + RM_GOPATH=0 [2022-11-01T10:09:11.154Z] #49 1.415 + TMP_GOPATH= [2022-11-01T10:09:11.154Z] #49 1.415 + : /build [2022-11-01T10:09:11.154Z] #49 1.415 + '[' -z '' ']' [2022-11-01T10:09:11.154Z] #49 1.415 ++ mktemp -d [2022-11-01T10:09:11.154Z] #49 1.415 + export GOPATH=/tmp/tmp.GkBWqbjQUN [2022-11-01T10:09:11.154Z] #49 1.415 + GOPATH=/tmp/tmp.GkBWqbjQUN [2022-11-01T10:09:11.154Z] #49 1.415 + RM_GOPATH=1 [2022-11-01T10:09:11.154Z] #49 1.415 + case "$(go env GOARCH)" in [2022-11-01T10:09:11.154Z] #49 1.415 ++ go env GOARCH [2022-11-01T10:09:11.154Z] #49 1.420 + export GO_BUILDMODE=-buildmode=pie [2022-11-01T10:09:11.154Z] #49 1.420 + GO_BUILDMODE=-buildmode=pie [2022-11-01T10:09:11.154Z] #49 1.424 ++ dirname /install.sh [2022-11-01T10:09:11.154Z] #49 1.431 Install runc version v1.1.4 (build tags: seccomp) [2022-11-01T10:09:11.154Z] #49 1.431 + dir=/ [2022-11-01T10:09:11.154Z] #49 1.431 + bin=runc [2022-11-01T10:09:11.154Z] #49 1.431 + shift [2022-11-01T10:09:11.154Z] #49 1.431 + '[' '!' -f //runc.installer ']' [2022-11-01T10:09:11.154Z] #49 1.431 + . //runc.installer [2022-11-01T10:09:11.154Z] #49 1.431 ++ set -e [2022-11-01T10:09:11.154Z] #49 1.431 ++ : v1.1.4 [2022-11-01T10:09:11.154Z] #49 1.431 + install_runc [2022-11-01T10:09:11.154Z] #49 1.431 + RUNC_BUILDTAGS=seccomp [2022-11-01T10:09:11.154Z] #49 1.431 + echo 'Install runc version v1.1.4 (build tags: seccomp)' [2022-11-01T10:09:11.154Z] #49 1.431 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.GkBWqbjQUN/src/github.com/opencontainers/runc [2022-11-01T10:09:11.154Z] #49 1.432 Cloning into '/tmp/tmp.GkBWqbjQUN/src/github.com/opencontainers/runc'... [2022-11-01T10:09:12.086Z] #49 ... [2022-11-01T10:09:12.086Z] [2022-11-01T10:09:12.086Z] #52 [dev-systemd-false 2/28] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2022-11-01T10:09:12.086Z] #52 DONE 1.2s [2022-11-01T10:09:12.347Z] [2022-11-01T10:09:12.347Z] #53 [dev-systemd-false 3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-11-01T10:09:12.912Z] #53 0.676 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-11-01T10:09:12.912Z] #53 DONE 0.8s [2022-11-01T10:09:12.912Z] [2022-11-01T10:09:12.912Z] #54 [dev-systemd-false 4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-11-01T10:09:13.845Z] #54 DONE 0.8s [2022-11-01T10:09:13.845Z] [2022-11-01T10:09:13.846Z] #55 [dev-systemd-false 5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-11-01T10:09:14.409Z] #55 DONE 0.9s [2022-11-01T10:09:14.409Z] [2022-11-01T10:09:14.409Z] #56 [dev-systemd-false 6/28] RUN ldconfig [2022-11-01T10:09:15.782Z] #56 DONE 1.0s [2022-11-01T10:09:15.782Z] [2022-11-01T10:09:15.782Z] #57 [dev-systemd-false 7/28] 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 libyajl2 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo systemd-journal-remote thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-11-01T10:09:16.769Z] #57 1.054 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-11-01T10:09:16.769Z] #57 1.096 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2022-11-01T10:09:16.769Z] #57 1.097 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2022-11-01T10:09:17.333Z] #57 1.703 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8071 kB] [2022-11-01T10:09:18.701Z] #57 ... [2022-11-01T10:09:18.701Z] [2022-11-01T10:09:18.701Z] #32 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod case $(dpkg --print-architecture) in amd64|arm64) GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1" && /build/dlv --help ;; *) mkdir -p /build/ ;; esac [2022-11-01T10:09:18.701Z] #32 119.2 Delve is a source level debugger for Go programs. [2022-11-01T10:09:18.701Z] #32 119.2 [2022-11-01T10:09:18.701Z] #32 119.2 Delve enables you to interact with your program by controlling the execution of the process, [2022-11-01T10:09:18.701Z] #32 119.2 evaluating variables, and providing information of thread / goroutine state, CPU register state and more. [2022-11-01T10:09:18.701Z] #32 119.2 [2022-11-01T10:09:18.701Z] #32 119.2 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs. [2022-11-01T10:09:18.701Z] #32 119.2 [2022-11-01T10:09:18.701Z] #32 119.2 Pass flags to the program you are debugging using `--`, for example: [2022-11-01T10:09:18.701Z] #32 119.2 [2022-11-01T10:09:18.701Z] #32 119.2 `dlv exec ./hello -- server --config conf/config.toml` [2022-11-01T10:09:18.701Z] #32 119.2 [2022-11-01T10:09:18.701Z] #32 119.2 Usage: [2022-11-01T10:09:18.701Z] #32 119.2 dlv [command] [2022-11-01T10:09:18.701Z] #32 119.2 [2022-11-01T10:09:18.701Z] #32 119.2 Available Commands: [2022-11-01T10:09:18.701Z] #32 119.2 attach Attach to running process and begin debugging. [2022-11-01T10:09:18.701Z] #32 119.2 connect Connect to a headless debug server with a terminal client. [2022-11-01T10:09:18.702Z] #32 119.2 core Examine a core dump. [2022-11-01T10:09:18.702Z] #32 119.2 dap Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP). [2022-11-01T10:09:18.702Z] #32 119.2 debug Compile and begin debugging main package in current directory, or the package specified. [2022-11-01T10:09:18.702Z] #32 119.2 exec Execute a precompiled binary, and begin a debug session. [2022-11-01T10:09:18.702Z] #32 119.2 help Help about any command [2022-11-01T10:09:18.702Z] #32 119.2 run Deprecated command. Use 'debug' instead. [2022-11-01T10:09:18.702Z] #32 119.2 test Compile test binary and begin debugging program. [2022-11-01T10:09:18.702Z] #32 119.2 trace Compile and begin tracing program. [2022-11-01T10:09:18.702Z] #32 119.2 version Prints version. [2022-11-01T10:09:18.702Z] #32 119.2 [2022-11-01T10:09:18.702Z] #32 119.2 Flags: [2022-11-01T10:09:18.702Z] #32 119.2 --accept-multiclient Allows a headless server to accept multiple client connections via JSON-RPC or DAP. [2022-11-01T10:09:18.702Z] #32 119.2 --allow-non-terminal-interactive Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr [2022-11-01T10:09:18.702Z] #32 119.2 --api-version int Selects JSON-RPC API version when headless. New clients should use v2. Can be reset via RPCServer.SetApiVersion. See Documentation/api/json-rpc/README.md. (default 1) [2022-11-01T10:09:18.702Z] #32 119.2 --backend string Backend selection (see 'dlv help backend'). (default "default") [2022-11-01T10:09:18.702Z] #32 119.2 --build-flags string Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v" [2022-11-01T10:09:18.702Z] #32 119.2 --check-go-version Exits if the version of Go in use is not compatible (too old or too new) with the version of Delve. (default true) [2022-11-01T10:09:18.702Z] #32 119.2 --disable-aslr Disables address space randomization [2022-11-01T10:09:18.702Z] #32 119.2 --headless Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections. [2022-11-01T10:09:18.702Z] #32 119.2 -h, --help help for dlv [2022-11-01T10:09:18.702Z] #32 119.2 --init string Init file, executed by the terminal client. [2022-11-01T10:09:18.702Z] #32 119.2 -l, --listen string Debugging server listen address. (default "127.0.0.1:0") [2022-11-01T10:09:18.702Z] #32 119.2 --log Enable debugging server logging. [2022-11-01T10:09:18.702Z] #32 119.2 --log-dest string Writes logs to the specified file or file descriptor (see 'dlv help log'). [2022-11-01T10:09:18.702Z] #32 119.2 --log-output string Comma separated list of components that should produce debug output (see 'dlv help log') [2022-11-01T10:09:18.702Z] #32 119.2 --only-same-user Only connections from the same user that started this instance of Delve are allowed to connect. (default true) [2022-11-01T10:09:18.702Z] #32 119.2 -r, --redirect stringArray Specifies redirect rules for target process (see 'dlv help redirect') [2022-11-01T10:09:18.702Z] #32 119.2 --wd string Working directory for running the program. [2022-11-01T10:09:18.702Z] #32 119.2 [2022-11-01T10:09:18.702Z] #32 119.2 Additional help topics: [2022-11-01T10:09:18.702Z] #32 119.2 dlv backend Help about the --backend flag. [2022-11-01T10:09:18.702Z] #32 119.2 dlv log Help about logging flags. [2022-11-01T10:09:18.702Z] #32 119.2 dlv redirect Help about file redirection. [2022-11-01T10:09:18.702Z] #32 119.2 [2022-11-01T10:09:18.702Z] #32 119.2 Use "dlv [command] --help" for more information about a command. [2022-11-01T10:09:18.702Z] #32 DONE 119.7s [2022-11-01T10:09:18.702Z] [2022-11-01T10:09:18.702Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-11-01T10:09:19.730Z] #26 115.9 Updating files: 17% (1964/11414) Updating files: 18% (2055/11414) Updating files: 19% (2169/11414) Updating files: 20% (2283/11414) Updating files: 21% (2397/11414) Updating files: 22% (2512/11414) Updating files: 23% (2626/11414) Updating files: 24% (2740/11414) Updating files: 25% (2854/11414) Updating files: 26% (2968/11414) Updating files: 27% (3082/11414) Updating files: 28% (3196/11414) Updating files: 28% (3293/11414) Updating files: 29% (3311/11414) Updating files: 30% (3425/11414) Updating files: 31% (3539/11414) Updating files: 32% (3653/11414) Updating files: 33% (3767/11414) Updating files: 34% (3881/11414) Updating files: 35% (3995/11414) Updating files: 36% (4110/11414) Updating files: 37% (4224/11414) Updating files: 38% (4338/11414) Updating files: 39% (4452/11414) Updating files: 40% (4566/11414) Updating files: 41% (4680/11414) Updating files: 42% (4794/11414) Updating files: 43% (4909/11414) Updating files: 44% (5023/11414) Updating files: 45% (5137/11414) Updating files: 46% (5251/11414) Updating files: 47% (5365/11414) Updating files: 48% (5479/11414) Updating files: 49% (5593/11414) Updating files: 49% (5625/11414) Updating files: 50% (5707/11414) Updating files: 51% (5822/11414) Updating files: 52% (5936/11414) Updating files: 53% (6050/11414) Updating files: 54% (6164/11414) Updating files: 55% (6278/11414) Updating files: 56% (6392/11414) Updating files: 57% (6506/11414) Updating files: 58% (6621/11414) Updating files: 59% (6735/11414) Updating files: 60% (6849/11414) Updating files: 61% (6963/11414) Updating files: 62% (7077/11414) Updating files: 63% (7191/11414) Updating files: 64% (7305/11414) Updating files: 65% (7420/11414) Updating files: 66% (7534/11414) Updating files: 67% (7648/11414) Updating files: 68% (7762/11414) Updating files: 69% (7876/11414) Updating files: 70% (7990/11414) Updating files: 71% (8104/11414) Updating files: 71% (8173/11414) Updating files: 72% (8219/11414) Updating files: 73% (8333/11414) Updating files: 74% (8447/11414) Updating files: 75% (8561/11414) Updating files: 76% (8675/11414) Updating files: 77% (8789/11414) Updating files: 78% (8903/11414) Updating files: 79% (9018/11414) Updating files: 80% (9132/11414) Updating files: 81% (9246/11414) Updating files: 82% (9360/11414) Updating files: 83% (9474/11414) Updating files: 84% (9588/11414) Updating files: 85% (9702/11414) Updating files: 86% (9817/11414) Updating files: 87% (9931/11414) Updating files: 88% (10045/11414) Updating files: 89% (10159/11414) Updating files: 90% (10273/11414) Updating files: 90% (10333/11414) Updating files: 91% (10387/11414) Updating files: 92% (10501/11414) Updating files: 93% (10616/11414) Updating files: 94% (10730/11414) Updating files: 95% (10844/11414) Updating files: 96% (10958/11414) Updating files: 97% (11072/11414) Updating files: 98% (11186/11414) Updating files: 99% (11300/11414) Updating files: 100% (11414/11414) Updating files: 100% (11414/11414), done. [2022-11-01T10:09:19.730Z] #26 120.6 + cd /tmp/tmp.QKAb3QKtlF/tmp/docker-ce [2022-11-01T10:09:19.730Z] #26 120.6 + git checkout -q v17.06.2-ce [2022-11-01T10:09:23.001Z] #26 124.1 + mkdir -p /tmp/tmp.QKAb3QKtlF/src/github.com/docker [2022-11-01T10:09:23.257Z] #26 124.1 + mv components/cli /tmp/tmp.QKAb3QKtlF/src/github.com/docker/cli [2022-11-01T10:09:23.257Z] #26 124.1 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2022-11-01T10:09:23.514Z] #26 ... [2022-11-01T10:09:23.514Z] [2022-11-01T10:09:23.514Z] #46 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-11-01T10:09:23.514Z] #46 73.67 configure.ac:11: installing 'build-aux/compile' [2022-11-01T10:09:23.514Z] #46 73.68 configure.ac:11: installing 'build-aux/config.guess' [2022-11-01T10:09:23.514Z] #46 73.68 configure.ac:11: installing 'build-aux/config.sub' [2022-11-01T10:09:23.514Z] #46 73.70 configure.ac:13: installing 'build-aux/install-sh' [2022-11-01T10:09:23.514Z] #46 73.70 configure.ac:13: installing 'build-aux/missing' [2022-11-01T10:09:23.514Z] #46 73.70 configure.ac:8: installing 'build-aux/tap-driver.sh' [2022-11-01T10:09:23.514Z] #46 73.88 Makefile.am: installing 'build-aux/depcomp' [2022-11-01T10:09:23.514Z] #46 75.26 checking build system type... aarch64-unknown-linux-gnu [2022-11-01T10:09:23.514Z] #46 75.78 checking host system type... aarch64-unknown-linux-gnu [2022-11-01T10:09:23.514Z] #46 75.78 checking how to print strings... printf [2022-11-01T10:09:23.514Z] #46 75.84 checking for gcc... gcc [2022-11-01T10:09:23.514Z] #46 76.13 checking whether the C compiler works... yes [2022-11-01T10:09:23.514Z] #46 76.56 checking for C compiler default output file name... a.out [2022-11-01T10:09:23.514Z] #46 76.56 checking for suffix of executables... [2022-11-01T10:09:23.514Z] #46 76.73 checking whether we are cross compiling... no [2022-11-01T10:09:23.514Z] #46 77.00 checking for suffix of object files... o [2022-11-01T10:09:23.514Z] #46 77.11 checking whether we are using the GNU C compiler... yes [2022-11-01T10:09:23.514Z] #46 77.24 checking whether gcc accepts -g... yes [2022-11-01T10:09:23.514Z] #46 77.40 checking for gcc option to accept ISO C89... none needed [2022-11-01T10:09:23.514Z] #46 77.57 checking whether gcc understands -c and -o together... yes [2022-11-01T10:09:23.514Z] #46 77.75 checking for a sed that does not truncate output... /bin/sed [2022-11-01T10:09:23.514Z] #46 77.78 checking for grep that handles long lines and -e... /bin/grep [2022-11-01T10:09:23.514Z] #46 77.80 checking for egrep... /bin/grep -E [2022-11-01T10:09:23.514Z] #46 77.81 checking for fgrep... /bin/grep -F [2022-11-01T10:09:23.514Z] #46 77.82 checking for ld used by gcc... /usr/bin/ld [2022-11-01T10:09:23.514Z] #46 77.85 checking if the linker (/usr/bin/ld) is GNU ld... yes [2022-11-01T10:09:23.514Z] #46 77.86 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2022-11-01T10:09:23.514Z] #46 77.88 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2022-11-01T10:09:23.514Z] #46 78.03 checking whether ln -s works... yes [2022-11-01T10:09:23.514Z] #46 78.03 checking the maximum length of command line arguments... 1572864 [2022-11-01T10:09:23.514Z] #46 78.08 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop [2022-11-01T10:09:23.514Z] #46 78.08 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop [2022-11-01T10:09:23.514Z] #46 78.08 checking for /usr/bin/ld option to reload object files... -r [2022-11-01T10:09:23.514Z] #46 78.08 checking for objdump... objdump [2022-11-01T10:09:23.514Z] #46 78.08 checking how to recognize dependent libraries... pass_all [2022-11-01T10:09:23.514Z] #46 78.09 checking for dlltool... no [2022-11-01T10:09:23.514Z] #46 78.09 checking how to associate runtime and link libraries... printf %s\n [2022-11-01T10:09:23.514Z] #46 78.09 checking for ar... ar [2022-11-01T10:09:23.514Z] #46 78.09 checking for archiver @FILE support... @ [2022-11-01T10:09:23.514Z] #46 78.25 checking for strip... strip [2022-11-01T10:09:23.514Z] #46 78.26 checking for ranlib... ranlib [2022-11-01T10:09:23.514Z] #46 78.27 checking for gawk... no [2022-11-01T10:09:23.514Z] #46 78.27 checking for mawk... mawk [2022-11-01T10:09:23.514Z] #46 78.27 checking command to parse /usr/bin/nm -B output from gcc object... ok [2022-11-01T10:09:23.514Z] #46 78.72 checking for sysroot... no [2022-11-01T10:09:23.514Z] #46 78.75 checking for a working dd... /bin/dd [2022-11-01T10:09:23.514Z] #46 78.76 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 [2022-11-01T10:09:23.514Z] #46 78.79 checking for mt... no [2022-11-01T10:09:23.514Z] #46 78.80 checking if : is a manifest tool... no [2022-11-01T10:09:23.514Z] #46 78.82 checking how to run the C preprocessor... gcc -E [2022-11-01T10:09:23.514Z] #46 79.13 checking for ANSI C header files... yes [2022-11-01T10:09:23.514Z] #46 79.71 checking for sys/types.h... yes [2022-11-01T10:09:23.514Z] #46 79.94 checking for sys/stat.h... yes [2022-11-01T10:09:23.514Z] #46 80.14 checking for stdlib.h... yes [2022-11-01T10:09:23.514Z] #46 80.31 checking for string.h... yes [2022-11-01T10:09:23.514Z] #46 80.49 checking for memory.h... yes [2022-11-01T10:09:23.771Z] #46 80.67 checking for strings.h... yes [2022-11-01T10:09:23.771Z] #46 80.87 checking for inttypes.h... yes [2022-11-01T10:09:24.055Z] #46 81.05 checking for stdint.h... yes [2022-11-01T10:09:24.323Z] #46 81.24 checking for unistd.h... yes [2022-11-01T10:09:24.586Z] #46 81.44 checking for dlfcn.h... yes [2022-11-01T10:09:24.586Z] #46 81.63 checking for objdir... .libs [2022-11-01T10:09:25.102Z] #46 81.90 checking if gcc supports -fno-rtti -fno-exceptions... no [2022-11-01T10:09:25.102Z] #46 82.09 checking for gcc option to produce PIC... -fPIC -DPIC [2022-11-01T10:09:25.102Z] #46 82.09 checking if gcc PIC flag -fPIC -DPIC works... yes [2022-11-01T10:09:25.668Z] #46 82.29 checking if gcc static flag -static works... yes [2022-11-01T10:09:25.668Z] #46 82.67 checking if gcc supports -c -o file.o... yes [2022-11-01T10:09:25.668Z] #46 82.86 checking if gcc supports -c -o file.o... (cached) yes [2022-11-01T10:09:25.668Z] #46 82.86 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes [2022-11-01T10:09:26.231Z] #46 82.93 checking dynamic linker characteristics... GNU/Linux ld.so [2022-11-01T10:09:26.231Z] #46 83.27 checking how to hardcode library paths into programs... immediate [2022-11-01T10:09:26.231Z] #46 83.27 checking whether stripping libraries is possible... yes [2022-11-01T10:09:26.231Z] #46 83.30 checking if libtool supports shared libraries... yes [2022-11-01T10:09:26.231Z] #46 83.30 checking whether to build shared libraries... no [2022-11-01T10:09:26.231Z] #46 83.30 checking whether to build static libraries... yes [2022-11-01T10:09:26.231Z] #46 83.30 checking for a BSD-compatible install... /usr/bin/install -c [2022-11-01T10:09:26.231Z] #46 83.33 checking whether build environment is sane... yes [2022-11-01T10:09:26.231Z] #46 83.39 checking for a thread-safe mkdir -p... /bin/mkdir -p [2022-11-01T10:09:26.231Z] #46 83.40 checking whether make sets $(MAKE)... yes [2022-11-01T10:09:26.231Z] #46 83.47 checking whether make supports the include directive... yes (GNU style) [2022-11-01T10:09:26.488Z] #46 83.54 checking whether make supports nested variables... yes [2022-11-01T10:09:26.488Z] #46 83.61 checking whether UID '0' is supported by ustar format... yes [2022-11-01T10:09:26.488Z] #46 83.61 checking whether GID '0' is supported by ustar format... yes [2022-11-01T10:09:26.488Z] #46 83.61 checking how to create a ustar tar archive... gnutar [2022-11-01T10:09:26.745Z] #46 83.68 checking dependency style of gcc... gcc3 [2022-11-01T10:09:26.745Z] #46 83.85 checking whether to enable maintainer-specific portions of Makefiles... yes [2022-11-01T10:09:26.745Z] #46 83.85 checking whether make supports nested variables... (cached) yes [2022-11-01T10:09:26.745Z] #46 83.85 checking for gawk... (cached) mawk [2022-11-01T10:09:26.745Z] #46 83.85 checking for a sed that does not truncate output... (cached) /bin/sed [2022-11-01T10:09:26.745Z] #46 83.86 checking for gcc... (cached) gcc [2022-11-01T10:09:26.745Z] #46 83.95 checking whether we are using the GNU C compiler... (cached) yes [2022-11-01T10:09:26.745Z] #46 83.96 checking whether gcc accepts -g... (cached) yes [2022-11-01T10:09:26.745Z] #46 83.96 checking for gcc option to accept ISO C89... (cached) none needed [2022-11-01T10:09:26.745Z] #46 83.96 checking whether gcc understands -c and -o together... (cached) yes [2022-11-01T10:09:26.745Z] #46 83.97 checking for a Python interpreter with version >= 3... python3 [2022-11-01T10:09:27.001Z] #46 84.06 checking for python3... /usr/bin/python3 [2022-11-01T10:09:27.001Z] #46 84.06 checking for python3 version... 3.9 [2022-11-01T10:09:27.001Z] #46 84.11 checking for python3 platform... linux [2022-11-01T10:09:27.001Z] #46 84.16 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages [2022-11-01T10:09:27.564Z] #46 84.32 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages [2022-11-01T10:09:27.564Z] #46 84.48 checking for go-md2man... no [2022-11-01T10:09:27.564Z] #46 84.50 checking error.h usability... yes [2022-11-01T10:09:27.564Z] #46 84.64 checking error.h presence... yes [2022-11-01T10:09:27.564Z] #46 84.71 checking for error.h... yes [2022-11-01T10:09:27.820Z] #46 84.77 checking linux/openat2.h usability... yes [2022-11-01T10:09:27.821Z] #46 84.94 checking linux/openat2.h presence... yes [2022-11-01T10:09:28.077Z] #46 85.02 checking for linux/openat2.h... yes [2022-11-01T10:09:28.077Z] #46 85.07 checking for copy_file_range... yes [2022-11-01T10:09:28.336Z] #46 85.34 checking for fgetxattr... yes [2022-11-01T10:09:28.593Z] #46 85.56 checking for statx... yes [2022-11-01T10:09:28.849Z] #46 85.86 checking for fgetpwent_r... yes [2022-11-01T10:09:29.106Z] #46 86.09 checking for issetugid... no [2022-11-01T10:09:29.106Z] #46 86.29 checking for pkg-config... /usr/bin/pkg-config [2022-11-01T10:09:29.106Z] #46 86.30 checking pkg-config is at least version 0.9.0... yes [2022-11-01T10:09:29.106Z] #46 86.31 checking for library containing yajl_tree_get... [2022-11-01T10:09:29.106Z] #46 ... [2022-11-01T10:09:29.106Z] [2022-11-01T10:09:29.106Z] #57 [dev-systemd-false 7/28] 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 libyajl2 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo systemd-journal-remote thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-11-01T10:09:29.106Z] #57 3.621 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [191 kB] [2022-11-01T10:09:29.106Z] #57 5.088 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB] [2022-11-01T10:09:29.106Z] #57 7.332 Fetched 8482 kB in 7s (1291 kB/s) [2022-11-01T10:09:29.106Z] #57 7.332 Reading package lists... [2022-11-01T10:09:29.106Z] #57 9.850 Reading package lists... [2022-11-01T10:09:29.106Z] #57 12.08 Building dependency tree... [2022-11-01T10:09:29.363Z] #57 ... [2022-11-01T10:09:29.363Z] [2022-11-01T10:09:29.363Z] #46 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-11-01T10:09:29.363Z] #46 86.31 checking for library containing yajl_tree_get... -lyajl [2022-11-01T10:09:29.363Z] #46 86.50 checking for yajl >= 2.0.0... yes [2022-11-01T10:09:29.619Z] #46 86.55 checking sys/capability.h usability... yes [2022-11-01T10:09:29.619Z] #46 86.74 checking sys/capability.h presence... yes [2022-11-01T10:09:29.619Z] #46 86.82 checking for sys/capability.h... yes [2022-11-01T10:09:30.185Z] #46 86.83 checking for library containing cap_from_name... -lcap [2022-11-01T10:09:30.750Z] #46 87.28 checking for library containing dlopen... -ldl [2022-11-01T10:09:30.750Z] #46 87.74 checking seccomp.h usability... [2022-11-01T10:09:30.750Z] #46 ... [2022-11-01T10:09:30.750Z] [2022-11-01T10:09:30.750Z] #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 [2022-11-01T10:09:30.750Z] #33 DONE 131.8s [2022-11-01T10:09:30.750Z] [2022-11-01T10:09:30.750Z] #46 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-11-01T10:09:30.750Z] #46 87.74 checking seccomp.h usability... yes [2022-11-01T10:09:31.007Z] #46 87.91 checking seccomp.h presence... yes [2022-11-01T10:09:31.007Z] #46 88.12 checking for seccomp.h... yes [2022-11-01T10:09:31.263Z] #46 88.12 checking for library containing seccomp_rule_add... -lseccomp [2022-11-01T10:09:31.263Z] #46 88.49 checking for library containing seccomp_arch_resolve_name... [2022-11-01T10:09:31.263Z] #46 ... [2022-11-01T10:09:31.263Z] [2022-11-01T10:09:31.263Z] #49 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-11-01T10:09:31.263Z] #49 11.75 + cd /tmp/tmp.GkBWqbjQUN/src/github.com/opencontainers/runc [2022-11-01T10:09:31.263Z] #49 11.75 + git checkout -q v1.1.4 [2022-11-01T10:09:31.263Z] #49 12.07 + '[' -z '' ']' [2022-11-01T10:09:31.263Z] #49 12.07 + target=static [2022-11-01T10:09:31.263Z] #49 12.07 + make BUILDTAGS=seccomp static [2022-11-01T10:09:31.263Z] #49 12.69 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.4-0-g5fd4c4d1 -X main.version=1.1.4 " -o runc . [2022-11-01T10:09:31.520Z] #49 ... [2022-11-01T10:09:31.520Z] [2022-11-01T10:09:31.520Z] #57 [dev-systemd-false 7/28] 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 libyajl2 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo systemd-journal-remote thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-11-01T10:09:31.520Z] #57 13.91 The following additional packages will be installed: [2022-11-01T10:09:31.520Z] #57 13.91 libaio1 libargon2-1 libbpf0 libcap2 libcryptsetup12 libelf1 libgpm2 libicu67 [2022-11-01T10:09:31.520Z] #57 13.91 libinih1 libip4tc2 libip6tc2 libjq1 libjson-c5 libkmod2 libmicrohttpd12 [2022-11-01T10:09:31.520Z] #57 13.91 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 [2022-11-01T10:09:31.520Z] #57 13.91 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-11-01T10:09:31.520Z] #57 13.91 python3-pkg-resources systemd vim-runtime xxd [2022-11-01T10:09:31.520Z] #57 13.92 Suggested packages: [2022-11-01T10:09:31.520Z] #57 13.92 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-11-01T10:09:31.520Z] #57 13.92 gpm ed diffutils-doc python-setuptools-doc systemd-container policykit-1 [2022-11-01T10:09:31.520Z] #57 13.92 ctags vim-doc vim-scripts xfsdump acl attr quota [2022-11-01T10:09:31.520Z] #57 13.92 Recommended packages: [2022-11-01T10:09:31.520Z] #57 13.92 libatm1 nftables libpam-cap build-essential python3-dev dbus [2022-11-01T10:09:31.520Z] #57 13.92 systemd-timesyncd | time-daemon unzip [2022-11-01T10:09:31.520Z] #57 15.45 The following NEW packages will be installed: [2022-11-01T10:09:31.520Z] #57 15.45 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-11-01T10:09:31.520Z] #57 15.45 libargon2-1 libbpf0 libcap2 libcap2-bin libcryptsetup12 libelf1 libgpm2 [2022-11-01T10:09:31.520Z] #57 15.45 libicu67 libinih1 libip4tc2 libip6tc2 libjq1 libjson-c5 libkmod2 [2022-11-01T10:09:31.520Z] #57 15.45 libmicrohttpd12 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-11-01T10:09:31.520Z] #57 15.45 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 libyajl2 [2022-11-01T10:09:31.520Z] #57 15.46 net-tools patch pigz python-pip-whl python3-distutils python3-lib2to3 [2022-11-01T10:09:31.520Z] #57 15.46 python3-pip python3-pkg-resources python3-setuptools python3-wheel sudo [2022-11-01T10:09:31.520Z] #57 15.46 systemd systemd-journal-remote thin-provisioning-tools uidmap vim vim-common [2022-11-01T10:09:31.520Z] #57 15.46 vim-runtime xfsprogs xxd xz-utils zip zstd [2022-11-01T10:09:31.520Z] #57 15.82 0 upgraded, 56 newly installed, 0 to remove and 2 not upgraded. [2022-11-01T10:09:31.520Z] #57 15.82 Need to get 31.8 MB of archives. [2022-11-01T10:09:31.520Z] #57 15.82 After this operation, 123 MB of additional disk space will be used. [2022-11-01T10:09:31.520Z] #57 15.82 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB] [2022-11-01T10:09:31.520Z] #57 15.83 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libargon2-1 arm64 0~20171227-0.2 [18.9 kB] [2022-11-01T10:09:31.520Z] #57 15.83 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjson-c5 arm64 0.15-2 [41.6 kB] [2022-11-01T10:09:31.520Z] #57 15.83 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcryptsetup12 arm64 2:2.3.7-1+deb11u1 [230 kB] [2022-11-01T10:09:31.520Z] #57 15.83 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip4tc2 arm64 1.8.7-1 [34.1 kB] [2022-11-01T10:09:31.520Z] #57 15.83 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libkmod2 arm64 28-1 [52.5 kB] [2022-11-01T10:09:31.520Z] #57 15.83 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 systemd arm64 247.3-7+deb11u1 [4153 kB] [2022-11-01T10:09:31.520Z] #57 16.00 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 pigz arm64 2.6-1 [56.2 kB] [2022-11-01T10:09:31.520Z] #57 16.00 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB] [2022-11-01T10:09:31.520Z] #57 16.00 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbpf0 arm64 1:0.3-2 [92.8 kB] [2022-11-01T10:09:31.520Z] #57 16.00 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB] [2022-11-01T10:09:31.520Z] #57 16.00 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxtables12 arm64 1.8.7-1 [43.6 kB] [2022-11-01T10:09:31.520Z] #57 16.00 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2-bin arm64 1:2.44-1 [32.0 kB] [2022-11-01T10:09:31.520Z] #57 16.00 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iproute2 arm64 5.10.0-4 [902 kB] [2022-11-01T10:09:31.520Z] #57 16.02 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB] [2022-11-01T10:09:31.520Z] #57 16.02 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-11-01T10:09:31.520Z] #57 16.04 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bash-completion all 1:2.11-2 [234 kB] [2022-11-01T10:09:31.520Z] #57 16.05 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB] [2022-11-01T10:09:31.520Z] #57 16.05 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB] [2022-11-01T10:09:31.776Z] #57 16.20 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 apparmor arm64 2.13.6-10 [601 kB] [2022-11-01T10:09:32.033Z] #57 16.45 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 inetutils-ping arm64 2:2.0-1+deb11u1 [242 kB] [2022-11-01T10:09:32.033Z] #57 16.46 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip6tc2 arm64 1.8.7-1 [34.3 kB] [2022-11-01T10:09:32.033Z] #57 16.46 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB] [2022-11-01T10:09:32.033Z] #57 16.46 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnetfilter-conntrack3 arm64 1.0.8-3 [38.2 kB] [2022-11-01T10:09:32.033Z] #57 16.46 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnftnl11 arm64 1.1.9-1 [59.8 kB] [2022-11-01T10:09:32.033Z] #57 16.46 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iptables arm64 1.8.7-1 [368 kB] [2022-11-01T10:09:32.033Z] #57 16.47 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB] [2022-11-01T10:09:32.033Z] #57 16.49 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB] [2022-11-01T10:09:32.033Z] #57 16.49 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB] [2022-11-01T10:09:32.289Z] #57 16.58 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libaio1 arm64 0.3.112-9 [12.3 kB] [2022-11-01T10:09:32.289Z] #57 16.59 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgpm2 arm64 1.20.7-8 [35.9 kB] [2022-11-01T10:09:32.289Z] #57 16.59 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB] [2022-11-01T10:09:32.546Z] #57 16.86 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libinih1 arm64 53-1+b2 [6728 B] [2022-11-01T10:09:32.546Z] #57 16.86 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmicrohttpd12 arm64 0.9.72-2 [104 kB] [2022-11-01T10:09:32.546Z] #57 16.86 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2022-11-01T10:09:32.546Z] #57 16.86 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB] [2022-11-01T10:09:32.546Z] #57 16.86 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB] [2022-11-01T10:09:32.546Z] #57 16.87 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libyajl2 arm64 2.1.0-3 [22.9 kB] [2022-11-01T10:09:32.546Z] #57 16.87 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 net-tools arm64 1.60+git20181103.0eebece-1 [248 kB] [2022-11-01T10:09:32.546Z] #57 16.87 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB] [2022-11-01T10:09:32.546Z] #57 16.87 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB] [2022-11-01T10:09:32.546Z] #57 16.90 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-11-01T10:09:32.546Z] #57 16.90 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB] [2022-11-01T10:09:32.546Z] #57 16.91 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-11-01T10:09:32.546Z] #57 16.92 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-setuptools all 52.0.0-4 [366 kB] [2022-11-01T10:09:32.546Z] #57 16.93 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-11-01T10:09:32.546Z] #57 16.93 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2022-11-01T10:09:32.546Z] #57 16.93 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 sudo arm64 1.9.5p2-3 [995 kB] [2022-11-01T10:09:32.546Z] #57 16.94 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 systemd-journal-remote arm64 247.3-7+deb11u1 [161 kB] [2022-11-01T10:09:32.546Z] #57 16.95 Get:50 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 thin-provisioning-tools arm64 0.9.0-1 [348 kB] [2022-11-01T10:09:32.803Z] #57 17.09 Get:51 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 uidmap arm64 1:4.8.1-1 [222 kB] [2022-11-01T10:09:32.803Z] #57 17.21 Get:52 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-11-01T10:09:33.059Z] #57 17.48 Get:53 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim arm64 2:8.2.2434-3+deb11u1 [1388 kB] [2022-11-01T10:09:33.059Z] #57 17.50 Get:54 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xfsprogs arm64 5.10.0-4 [899 kB] [2022-11-01T10:09:33.059Z] #57 17.51 Get:55 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zip arm64 3.0-12 [228 kB] [2022-11-01T10:09:33.059Z] #57 17.52 Get:56 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zstd arm64 1.4.8+dfsg-2.1 [576 kB] [2022-11-01T10:09:33.988Z] #57 18.11 debconf: delaying package configuration, since apt-utils is not installed [2022-11-01T10:09:33.988Z] #57 18.27 Fetched 31.8 MB in 2s (15.5 MB/s) [2022-11-01T10:09:33.988Z] #57 18.36 Selecting previously unselected package libcap2:arm64. [2022-11-01T10:09:33.988Z] #57 18.36 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24010 files and directories currently installed.) [2022-11-01T10:09:33.988Z] #57 18.41 Preparing to unpack .../00-libcap2_1%3a2.44-1_arm64.deb ... [2022-11-01T10:09:33.988Z] #57 18.45 Unpacking libcap2:arm64 (1:2.44-1) ... [2022-11-01T10:09:34.245Z] #57 18.52 Selecting previously unselected package libargon2-1:arm64. [2022-11-01T10:09:34.245Z] #57 18.52 Preparing to unpack .../01-libargon2-1_0~20171227-0.2_arm64.deb ... [2022-11-01T10:09:34.245Z] #57 18.52 Unpacking libargon2-1:arm64 (0~20171227-0.2) ... [2022-11-01T10:09:34.245Z] #57 18.63 Selecting previously unselected package libjson-c5:arm64. [2022-11-01T10:09:34.245Z] #57 18.64 Preparing to unpack .../02-libjson-c5_0.15-2_arm64.deb ... [2022-11-01T10:09:34.245Z] #57 18.64 Unpacking libjson-c5:arm64 (0.15-2) ... [2022-11-01T10:09:34.245Z] #57 18.75 Selecting previously unselected package libcryptsetup12:arm64. [2022-11-01T10:09:34.501Z] #57 18.75 Preparing to unpack .../03-libcryptsetup12_2%3a2.3.7-1+deb11u1_arm64.deb ... [2022-11-01T10:09:34.501Z] #57 18.77 Unpacking libcryptsetup12:arm64 (2:2.3.7-1+deb11u1) ... [2022-11-01T10:09:34.501Z] #57 18.91 Selecting previously unselected package libip4tc2:arm64. [2022-11-01T10:09:34.501Z] #57 18.92 Preparing to unpack .../04-libip4tc2_1.8.7-1_arm64.deb ... [2022-11-01T10:09:34.501Z] #57 18.92 Unpacking libip4tc2:arm64 (1.8.7-1) ... [2022-11-01T10:09:34.501Z] #57 18.99 Selecting previously unselected package libkmod2:arm64. [2022-11-01T10:09:34.501Z] #57 19.00 Preparing to unpack .../05-libkmod2_28-1_arm64.deb ... [2022-11-01T10:09:34.501Z] #57 19.00 Unpacking libkmod2:arm64 (28-1) ... [2022-11-01T10:09:34.758Z] #57 19.14 Selecting previously unselected package systemd. [2022-11-01T10:09:34.758Z] #57 19.14 Preparing to unpack .../06-systemd_247.3-7+deb11u1_arm64.deb ... [2022-11-01T10:09:35.016Z] #57 19.27 Unpacking systemd (247.3-7+deb11u1) ... [2022-11-01T10:09:36.906Z] #57 21.03 Selecting previously unselected package pigz. [2022-11-01T10:09:36.906Z] #57 21.04 Preparing to unpack .../07-pigz_2.6-1_arm64.deb ... [2022-11-01T10:09:36.906Z] #57 21.04 Unpacking pigz (2.6-1) ... [2022-11-01T10:09:36.906Z] #57 21.14 Selecting previously unselected package libelf1:arm64. [2022-11-01T10:09:36.906Z] #57 21.15 Preparing to unpack .../08-libelf1_0.183-1_arm64.deb ... [2022-11-01T10:09:36.906Z] #57 21.15 Unpacking libelf1:arm64 (0.183-1) ... [2022-11-01T10:09:36.906Z] #57 21.36 Selecting previously unselected package libbpf0:arm64. [2022-11-01T10:09:36.906Z] #57 21.36 Preparing to unpack .../09-libbpf0_1%3a0.3-2_arm64.deb ... [2022-11-01T10:09:36.906Z] #57 21.37 Unpacking libbpf0:arm64 (1:0.3-2) ... [2022-11-01T10:09:37.163Z] #57 21.45 Selecting previously unselected package libmnl0:arm64. [2022-11-01T10:09:37.163Z] #57 21.46 Preparing to unpack .../10-libmnl0_1.0.4-3_arm64.deb ... [2022-11-01T10:09:37.163Z] #57 21.47 Unpacking libmnl0:arm64 (1.0.4-3) ... [2022-11-01T10:09:37.163Z] #57 21.55 Selecting previously unselected package libxtables12:arm64. [2022-11-01T10:09:37.163Z] #57 21.56 Preparing to unpack .../11-libxtables12_1.8.7-1_arm64.deb ... [2022-11-01T10:09:37.163Z] #57 21.57 Unpacking libxtables12:arm64 (1.8.7-1) ... [2022-11-01T10:09:37.163Z] #57 21.63 Selecting previously unselected package libcap2-bin. [2022-11-01T10:09:37.163Z] #57 21.64 Preparing to unpack .../12-libcap2-bin_1%3a2.44-1_arm64.deb ... [2022-11-01T10:09:37.163Z] #57 21.66 Unpacking libcap2-bin (1:2.44-1) ... [2022-11-01T10:09:37.420Z] #57 21.78 Selecting previously unselected package iproute2. [2022-11-01T10:09:37.420Z] #57 21.78 Preparing to unpack .../13-iproute2_5.10.0-4_arm64.deb ... [2022-11-01T10:09:37.420Z] #57 21.79 Unpacking iproute2 (5.10.0-4) ... [2022-11-01T10:09:37.933Z] #57 22.19 Selecting previously unselected package xxd. [2022-11-01T10:09:37.933Z] #57 22.20 Preparing to unpack .../14-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2022-11-01T10:09:37.933Z] #57 22.22 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-11-01T10:09:37.933Z] #57 22.33 Selecting previously unselected package vim-common. [2022-11-01T10:09:37.933Z] #57 22.34 Preparing to unpack .../15-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-11-01T10:09:37.933Z] #57 22.35 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-11-01T10:09:38.190Z] #57 22.52 Selecting previously unselected package bash-completion. [2022-11-01T10:09:38.190Z] #57 22.53 Preparing to unpack .../16-bash-completion_1%3a2.11-2_all.deb ... [2022-11-01T10:09:40.708Z] #57 24.73 Unpacking bash-completion (1:2.11-2) ... [2022-11-01T10:09:40.708Z] #57 25.18 Selecting previously unselected package bzip2. [2022-11-01T10:09:40.708Z] #57 25.18 Preparing to unpack .../17-bzip2_1.0.8-4_arm64.deb ... [2022-11-01T10:09:40.708Z] #57 25.20 Unpacking bzip2 (1.0.8-4) ... [2022-11-01T10:09:40.964Z] #57 25.27 Selecting previously unselected package xz-utils. [2022-11-01T10:09:40.965Z] #57 25.27 Preparing to unpack .../18-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ... [2022-11-01T10:09:40.965Z] #57 25.28 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-11-01T10:09:40.965Z] #57 25.43 Selecting previously unselected package apparmor. [2022-11-01T10:09:40.965Z] #57 25.43 Preparing to unpack .../19-apparmor_2.13.6-10_arm64.deb ... [2022-11-01T10:09:40.965Z] #57 25.51 Unpacking apparmor (2.13.6-10) ... [2022-11-01T10:09:41.478Z] #57 25.82 Selecting previously unselected package inetutils-ping. [2022-11-01T10:09:41.478Z] #57 25.84 Preparing to unpack .../20-inetutils-ping_2%3a2.0-1+deb11u1_arm64.deb ... [2022-11-01T10:09:41.478Z] #57 25.85 Unpacking inetutils-ping (2:2.0-1+deb11u1) ... [2022-11-01T10:09:41.478Z] #57 25.94 Selecting previously unselected package libip6tc2:arm64. [2022-11-01T10:09:41.478Z] #57 25.96 Preparing to unpack .../21-libip6tc2_1.8.7-1_arm64.deb ... [2022-11-01T10:09:41.478Z] #57 25.96 Unpacking libip6tc2:arm64 (1.8.7-1) ... [2022-11-01T10:09:41.478Z] #57 26.06 Selecting previously unselected package libnfnetlink0:arm64. [2022-11-01T10:09:41.478Z] #57 26.06 Preparing to unpack .../22-libnfnetlink0_1.0.1-3+b1_arm64.deb ... [2022-11-01T10:09:41.478Z] #57 ... [2022-11-01T10:09:41.478Z] [2022-11-01T10:09:41.478Z] #46 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-11-01T10:09:41.478Z] #46 88.49 checking for library containing seccomp_arch_resolve_name... none required [2022-11-01T10:09:41.478Z] #46 88.80 checking systemd/sd-bus.h usability... yes [2022-11-01T10:09:41.478Z] #46 89.01 checking systemd/sd-bus.h presence... yes [2022-11-01T10:09:41.478Z] #46 89.06 checking for systemd/sd-bus.h... yes [2022-11-01T10:09:41.478Z] #46 89.07 checking for library containing sd_bus_match_signal_async... -lsystemd [2022-11-01T10:09:41.478Z] #46 89.46 checking for sd_notify_barrier... yes [2022-11-01T10:09:41.478Z] #46 89.70 checking linux/bpf.h usability... yes [2022-11-01T10:09:41.478Z] #46 89.83 checking linux/bpf.h presence... yes [2022-11-01T10:09:41.478Z] #46 89.88 checking for linux/bpf.h... yes [2022-11-01T10:09:41.478Z] #46 89.88 checking compilation for eBPF... yes [2022-11-01T10:09:41.478Z] #46 90.01 checking for criu >= 3.15... no [2022-11-01T10:09:41.478Z] #46 90.03 configure: CRIU headers not found, building without CRIU support [2022-11-01T10:09:41.478Z] #46 90.03 checking for criu > 3.16... no [2022-11-01T10:09:41.478Z] #46 90.06 configure: CRIU version doesn't support join-ns API [2022-11-01T10:09:41.478Z] #46 90.06 checking for criu > 3.16.1... no [2022-11-01T10:09:41.478Z] #46 90.10 configure: CRIU version doesn't support for pre-dumping [2022-11-01T10:09:41.478Z] #46 90.10 checking for new mount API (fsconfig)... yes [2022-11-01T10:09:41.478Z] #46 90.16 checking for seccomp notify API... yes [2022-11-01T10:09:41.478Z] #46 90.23 checking for gperf... no [2022-11-01T10:09:41.478Z] #46 90.24 configure: gperf not found - cannot rebuild signal parser code [2022-11-01T10:09:41.478Z] #46 90.24 checking for library containing argp_parse... none required [2022-11-01T10:09:41.478Z] #46 90.68 checking that generated files are newer than configure... done [2022-11-01T10:09:41.478Z] #46 90.70 configure: creating ./config.status [2022-11-01T10:09:41.478Z] #46 93.46 config.status: creating Makefile [2022-11-01T10:09:41.478Z] #46 93.55 config.status: creating rpm/crun.spec [2022-11-01T10:09:41.478Z] #46 93.61 config.status: creating config.h [2022-11-01T10:09:41.478Z] #46 93.64 config.status: executing libtool commands [2022-11-01T10:09:41.478Z] #46 93.68 config.status: executing depfiles commands [2022-11-01T10:09:41.478Z] #46 94.85 === configuring in libocispec (/tmp/crun-build/libocispec) [2022-11-01T10:09:41.478Z] #46 94.88 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--bindir=/build' --cache-file=/dev/null --srcdir=. [2022-11-01T10:09:41.478Z] #46 95.29 checking for gcc... gcc [2022-11-01T10:09:41.478Z] #46 95.37 checking whether the C compiler works... yes [2022-11-01T10:09:41.478Z] #46 95.56 checking for C compiler default output file name... a.out [2022-11-01T10:09:41.478Z] #46 95.56 checking for suffix of executables... [2022-11-01T10:09:41.478Z] #46 95.76 checking whether we are cross compiling... no [2022-11-01T10:09:41.478Z] #46 95.97 checking for suffix of object files... o [2022-11-01T10:09:41.478Z] #46 96.14 checking whether we are using the GNU C compiler... yes [2022-11-01T10:09:41.478Z] #46 96.26 checking whether gcc accepts -g... yes [2022-11-01T10:09:41.478Z] #46 96.35 checking for gcc option to accept ISO C89... none needed [2022-11-01T10:09:41.478Z] #46 96.57 checking whether gcc understands -c and -o together... yes [2022-11-01T10:09:41.478Z] #46 96.73 checking how to run the C preprocessor... gcc -E [2022-11-01T10:09:41.478Z] #46 96.99 checking for grep that handles long lines and -e... /bin/grep [2022-11-01T10:09:41.478Z] #46 97.00 checking for egrep... /bin/grep -E [2022-11-01T10:09:41.478Z] #46 97.02 checking for ANSI C header files... yes [2022-11-01T10:09:41.478Z] #46 97.54 checking for sys/types.h... yes [2022-11-01T10:09:41.478Z] #46 97.75 checking for sys/stat.h... yes [2022-11-01T10:09:41.478Z] #46 97.92 checking for stdlib.h... yes [2022-11-01T10:09:41.478Z] #46 98.10 checking for string.h... yes [2022-11-01T10:09:41.478Z] #46 98.23 checking for memory.h... yes [2022-11-01T10:09:41.478Z] #46 98.35 checking for strings.h... yes [2022-11-01T10:09:41.478Z] #46 98.47 checking for inttypes.h... yes [2022-11-01T10:09:41.735Z] #46 98.67 checking for stdint.h... yes [2022-11-01T10:09:41.735Z] #46 98.85 checking for unistd.h... [2022-11-01T10:09:41.735Z] #46 ... [2022-11-01T10:09:41.735Z] [2022-11-01T10:09:41.735Z] #57 [dev-systemd-false 7/28] 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 libyajl2 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo systemd-journal-remote thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-11-01T10:09:41.735Z] #57 26.06 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ... [2022-11-01T10:09:41.735Z] #57 26.12 Selecting previously unselected package libnetfilter-conntrack3:arm64. [2022-11-01T10:09:41.735Z] #57 26.12 Preparing to unpack .../23-libnetfilter-conntrack3_1.0.8-3_arm64.deb ... [2022-11-01T10:09:41.735Z] #57 26.13 Unpacking libnetfilter-conntrack3:arm64 (1.0.8-3) ... [2022-11-01T10:09:41.991Z] #57 26.22 Selecting previously unselected package libnftnl11:arm64. [2022-11-01T10:09:41.991Z] #57 26.25 Preparing to unpack .../24-libnftnl11_1.1.9-1_arm64.deb ... [2022-11-01T10:09:41.991Z] #57 26.25 Unpacking libnftnl11:arm64 (1.1.9-1) ... [2022-11-01T10:09:41.991Z] #57 26.35 Selecting previously unselected package iptables. [2022-11-01T10:09:41.991Z] #57 26.36 Preparing to unpack .../25-iptables_1.8.7-1_arm64.deb ... [2022-11-01T10:09:41.991Z] #57 26.38 Unpacking iptables (1.8.7-1) ... [2022-11-01T10:09:42.248Z] #57 26.66 Selecting previously unselected package libonig5:arm64. [2022-11-01T10:09:42.248Z] #57 26.66 Preparing to unpack .../26-libonig5_6.9.6-1.1_arm64.deb ... [2022-11-01T10:09:42.248Z] #57 26.67 Unpacking libonig5:arm64 (6.9.6-1.1) ... [2022-11-01T10:09:42.505Z] #57 26.81 Selecting previously unselected package libjq1:arm64. [2022-11-01T10:09:42.505Z] #57 26.81 Preparing to unpack .../27-libjq1_1.6-2.1_arm64.deb ... [2022-11-01T10:09:42.505Z] #57 26.82 Unpacking libjq1:arm64 (1.6-2.1) ... [2022-11-01T10:09:42.505Z] #57 26.94 Selecting previously unselected package jq. [2022-11-01T10:09:42.505Z] #57 26.96 Preparing to unpack .../28-jq_1.6-2.1_arm64.deb ... [2022-11-01T10:09:42.505Z] #57 26.97 Unpacking jq (1.6-2.1) ... [2022-11-01T10:09:42.761Z] #57 27.08 Selecting previously unselected package libaio1:arm64. [2022-11-01T10:09:42.761Z] #57 27.08 Preparing to unpack .../29-libaio1_0.3.112-9_arm64.deb ... [2022-11-01T10:09:42.761Z] #57 27.09 Unpacking libaio1:arm64 (0.3.112-9) ... [2022-11-01T10:09:42.761Z] #57 27.15 Selecting previously unselected package libgpm2:arm64. [2022-11-01T10:09:42.762Z] #57 27.15 Preparing to unpack .../30-libgpm2_1.20.7-8_arm64.deb ... [2022-11-01T10:09:42.762Z] #57 27.15 Unpacking libgpm2:arm64 (1.20.7-8) ... [2022-11-01T10:09:42.762Z] #57 27.25 Selecting previously unselected package libicu67:arm64. [2022-11-01T10:09:43.019Z] #57 27.25 Preparing to unpack .../31-libicu67_67.1-7_arm64.deb ... [2022-11-01T10:09:43.019Z] #57 27.26 Unpacking libicu67:arm64 (67.1-7) ... [2022-11-01T10:09:46.290Z] #57 30.39 Selecting previously unselected package libinih1:arm64. [2022-11-01T10:09:46.290Z] #57 30.39 Preparing to unpack .../32-libinih1_53-1+b2_arm64.deb ... [2022-11-01T10:09:46.290Z] #57 30.40 Unpacking libinih1:arm64 (53-1+b2) ... [2022-11-01T10:09:46.290Z] #57 30.48 Selecting previously unselected package libmicrohttpd12:arm64. [2022-11-01T10:09:46.290Z] #57 30.48 Preparing to unpack .../33-libmicrohttpd12_0.9.72-2_arm64.deb ... [2022-11-01T10:09:46.290Z] #57 30.49 Unpacking libmicrohttpd12:arm64 (0.9.72-2) ... [2022-11-01T10:09:46.290Z] #57 30.59 Selecting previously unselected package libnet1:arm64. [2022-11-01T10:09:46.290Z] #57 30.60 Preparing to unpack .../34-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2022-11-01T10:09:46.290Z] #57 30.61 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-11-01T10:09:46.290Z] #57 30.67 Selecting previously unselected package libnl-3-200:arm64. [2022-11-01T10:09:46.290Z] #57 30.68 Preparing to unpack .../35-libnl-3-200_3.4.0-1+b1_arm64.deb ... [2022-11-01T10:09:46.290Z] #57 30.68 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-11-01T10:09:46.290Z] #57 30.78 Selecting previously unselected package libprotobuf-c1:arm64. [2022-11-01T10:09:46.290Z] #57 30.78 Preparing to unpack .../36-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... [2022-11-01T10:09:46.547Z] #57 30.81 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-11-01T10:09:46.547Z] #57 30.86 Selecting previously unselected package libyajl2:arm64. [2022-11-01T10:09:46.547Z] #57 30.86 Preparing to unpack .../37-libyajl2_2.1.0-3_arm64.deb ... [2022-11-01T10:09:46.547Z] #57 30.87 Unpacking libyajl2:arm64 (2.1.0-3) ... [2022-11-01T10:09:46.547Z] #57 30.93 Selecting previously unselected package net-tools. [2022-11-01T10:09:46.547Z] #57 30.93 Preparing to unpack .../38-net-tools_1.60+git20181103.0eebece-1_arm64.deb ... [2022-11-01T10:09:46.547Z] #57 30.94 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-11-01T10:09:46.547Z] #57 31.05 Selecting previously unselected package patch. [2022-11-01T10:09:46.804Z] #57 31.06 Preparing to unpack .../39-patch_2.7.6-7_arm64.deb ... [2022-11-01T10:09:46.804Z] #57 31.07 Unpacking patch (2.7.6-7) ... [2022-11-01T10:09:46.804Z] #57 31.18 Selecting previously unselected package python-pip-whl. [2022-11-01T10:09:46.804Z] #57 31.18 Preparing to unpack .../40-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2022-11-01T10:09:46.804Z] #57 31.19 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2022-11-01T10:09:47.367Z] #57 31.81 Selecting previously unselected package python3-lib2to3. [2022-11-01T10:09:47.367Z] #57 31.82 Preparing to unpack .../41-python3-lib2to3_3.9.2-1_all.deb ... [2022-11-01T10:09:47.367Z] #57 31.84 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-11-01T10:09:47.623Z] #57 31.95 Selecting previously unselected package python3-distutils. [2022-11-01T10:09:47.623Z] #57 31.95 Preparing to unpack .../42-python3-distutils_3.9.2-1_all.deb ... [2022-11-01T10:09:47.623Z] #57 31.96 Unpacking python3-distutils (3.9.2-1) ... [2022-11-01T10:09:47.623Z] #57 32.09 Selecting previously unselected package python3-pkg-resources. [2022-11-01T10:09:47.623Z] #57 32.09 Preparing to unpack .../43-python3-pkg-resources_52.0.0-4_all.deb ... [2022-11-01T10:09:47.623Z] #57 32.11 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-11-01T10:09:47.880Z] #57 32.20 Selecting previously unselected package python3-setuptools. [2022-11-01T10:09:47.880Z] #57 32.21 Preparing to unpack .../44-python3-setuptools_52.0.0-4_all.deb ... [2022-11-01T10:09:47.880Z] #57 32.22 Unpacking python3-setuptools (52.0.0-4) ... [2022-11-01T10:09:48.138Z] #57 32.40 Selecting previously unselected package python3-wheel. [2022-11-01T10:09:48.138Z] #57 32.41 Preparing to unpack .../45-python3-wheel_0.34.2-1_all.deb ... [2022-11-01T10:09:48.138Z] #57 32.42 Unpacking python3-wheel (0.34.2-1) ... [2022-11-01T10:09:48.138Z] #57 32.51 Selecting previously unselected package python3-pip. [2022-11-01T10:09:48.138Z] #57 32.51 Preparing to unpack .../46-python3-pip_20.3.4-4+deb11u1_all.deb ... [2022-11-01T10:09:48.138Z] #57 32.51 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2022-11-01T10:09:48.394Z] #57 32.84 Selecting previously unselected package sudo. [2022-11-01T10:09:48.394Z] #57 32.84 Preparing to unpack .../47-sudo_1.9.5p2-3_arm64.deb ... [2022-11-01T10:09:48.394Z] #57 32.85 Unpacking sudo (1.9.5p2-3) ... [2022-11-01T10:09:48.957Z] #57 33.36 Selecting previously unselected package systemd-journal-remote. [2022-11-01T10:09:48.957Z] #57 33.38 Preparing to unpack .../48-systemd-journal-remote_247.3-7+deb11u1_arm64.deb ... [2022-11-01T10:09:48.957Z] #57 33.39 Unpacking systemd-journal-remote (247.3-7+deb11u1) ... [2022-11-01T10:09:49.213Z] #57 33.49 Selecting previously unselected package thin-provisioning-tools. [2022-11-01T10:09:49.213Z] #57 33.51 Preparing to unpack .../49-thin-provisioning-tools_0.9.0-1_arm64.deb ... [2022-11-01T10:09:49.213Z] #57 33.52 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-11-01T10:09:49.213Z] #57 33.70 Selecting previously unselected package uidmap. [2022-11-01T10:09:49.213Z] #57 33.71 Preparing to unpack .../50-uidmap_1%3a4.8.1-1_arm64.deb ... [2022-11-01T10:09:49.213Z] #57 33.72 Unpacking uidmap (1:4.8.1-1) ... [2022-11-01T10:09:49.470Z] #57 33.88 Selecting previously unselected package vim-runtime. [2022-11-01T10:09:49.470Z] #57 33.88 Preparing to unpack .../51-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-11-01T10:09:49.470Z] #57 33.89 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-11-01T10:09:49.726Z] #57 33.94 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-11-01T10:09:49.726Z] #57 33.96 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-11-01T10:09:50.289Z] #57 ... [2022-11-01T10:09:50.289Z] [2022-11-01T10:09:50.289Z] #46 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-11-01T10:09:50.289Z] #46 98.85 checking for unistd.h... yes [2022-11-01T10:09:50.289Z] #46 99.01 checking minix/config.h usability... no [2022-11-01T10:09:50.289Z] #46 99.15 checking minix/config.h presence... no [2022-11-01T10:09:50.289Z] #46 99.24 checking for minix/config.h... no [2022-11-01T10:09:50.289Z] #46 99.24 checking whether it is safe to define __EXTENSIONS__... yes [2022-11-01T10:09:50.289Z] #46 99.52 checking build system type... aarch64-unknown-linux-gnu [2022-11-01T10:09:50.289Z] #46 99.76 checking host system type... aarch64-unknown-linux-gnu [2022-11-01T10:09:50.289Z] #46 99.76 checking how to print strings... printf [2022-11-01T10:09:50.289Z] #46 99.77 checking for a sed that does not truncate output... /bin/sed [2022-11-01T10:09:50.289Z] #46 99.80 checking for fgrep... /bin/grep -F [2022-11-01T10:09:50.289Z] #46 99.81 checking for ld used by gcc... /usr/bin/ld [2022-11-01T10:09:50.289Z] #46 99.82 checking if the linker (/usr/bin/ld) is GNU ld... yes [2022-11-01T10:09:50.289Z] #46 99.84 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2022-11-01T10:09:50.289Z] #46 99.85 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2022-11-01T10:09:50.289Z] #46 100.00 checking whether ln -s works... yes [2022-11-01T10:09:50.289Z] #46 100.00 checking the maximum length of command line arguments... 1572864 [2022-11-01T10:09:50.289Z] #46 100.0 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop [2022-11-01T10:09:50.289Z] #46 100.1 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop [2022-11-01T10:09:50.289Z] #46 100.1 checking for /usr/bin/ld option to reload object files... -r [2022-11-01T10:09:50.289Z] #46 100.1 checking for objdump... objdump [2022-11-01T10:09:50.289Z] #46 100.1 checking how to recognize dependent libraries... pass_all [2022-11-01T10:09:50.289Z] #46 100.1 checking for dlltool... no [2022-11-01T10:09:50.289Z] #46 100.1 checking how to associate runtime and link libraries... printf %s\n [2022-11-01T10:09:50.289Z] #46 100.1 checking for ar... ar [2022-11-01T10:09:50.289Z] #46 100.1 checking for archiver @FILE support... @ [2022-11-01T10:09:50.289Z] #46 100.2 checking for strip... strip [2022-11-01T10:09:50.289Z] #46 100.2 checking for ranlib... ranlib [2022-11-01T10:09:50.289Z] #46 100.2 checking for gawk... no [2022-11-01T10:09:50.289Z] #46 100.2 checking for mawk... mawk [2022-11-01T10:09:50.289Z] #46 100.2 checking command to parse /usr/bin/nm -B output from gcc object... ok [2022-11-01T10:09:50.289Z] #46 100.6 checking for sysroot... no [2022-11-01T10:09:50.289Z] #46 100.6 checking for a working dd... /bin/dd [2022-11-01T10:09:50.289Z] #46 100.6 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 [2022-11-01T10:09:50.289Z] #46 100.6 checking for mt... no [2022-11-01T10:09:50.289Z] #46 100.6 checking if : is a manifest tool... no [2022-11-01T10:09:50.289Z] #46 100.7 checking for dlfcn.h... yes [2022-11-01T10:09:50.289Z] #46 100.8 checking for objdir... .libs [2022-11-01T10:09:50.289Z] #46 101.2 checking if gcc supports -fno-rtti -fno-exceptions... no [2022-11-01T10:09:50.289Z] #46 101.3 checking for gcc option to produce PIC... -fPIC -DPIC [2022-11-01T10:09:50.289Z] #46 101.3 checking if gcc PIC flag -fPIC -DPIC works... yes [2022-11-01T10:09:50.289Z] #46 101.4 checking if gcc static flag -static works... yes [2022-11-01T10:09:50.289Z] #46 101.7 checking if gcc supports -c -o file.o... yes [2022-11-01T10:09:50.289Z] #46 101.9 checking if gcc supports -c -o file.o... (cached) yes [2022-11-01T10:09:50.289Z] #46 101.9 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes [2022-11-01T10:09:50.289Z] #46 101.9 checking dynamic linker characteristics... GNU/Linux ld.so [2022-11-01T10:09:50.289Z] #46 102.2 checking how to hardcode library paths into programs... immediate [2022-11-01T10:09:50.289Z] #46 102.2 checking whether stripping libraries is possible... yes [2022-11-01T10:09:50.289Z] #46 102.2 checking if libtool supports shared libraries... yes [2022-11-01T10:09:50.289Z] #46 102.2 checking whether to build shared libraries... no [2022-11-01T10:09:50.289Z] #46 102.2 checking whether to build static libraries... yes [2022-11-01T10:09:50.289Z] #46 102.2 checking for a BSD-compatible install... /usr/bin/install -c [2022-11-01T10:09:50.289Z] #46 102.3 checking whether build environment is sane... yes [2022-11-01T10:09:50.289Z] #46 102.3 checking for a thread-safe mkdir -p... /bin/mkdir -p [2022-11-01T10:09:50.289Z] #46 102.4 checking whether make sets $(MAKE)... yes [2022-11-01T10:09:50.289Z] #46 102.4 checking whether make supports the include directive... yes (GNU style) [2022-11-01T10:09:50.289Z] #46 102.5 checking whether make supports nested variables... yes [2022-11-01T10:09:50.289Z] #46 102.5 checking whether UID '0' is supported by ustar format... yes [2022-11-01T10:09:50.289Z] #46 102.5 checking whether GID '0' is supported by ustar format... yes [2022-11-01T10:09:50.289Z] #46 102.5 checking how to create a ustar tar archive... gnutar [2022-11-01T10:09:50.289Z] #46 102.6 checking dependency style of gcc... gcc3 [2022-11-01T10:09:50.289Z] #46 102.7 checking whether to enable maintainer-specific portions of Makefiles... yes [2022-11-01T10:09:50.289Z] #46 102.7 checking whether make supports nested variables... (cached) yes [2022-11-01T10:09:50.289Z] #46 102.7 checking for pkg-config... /usr/bin/pkg-config [2022-11-01T10:09:50.289Z] #46 102.7 checking pkg-config is at least version 0.9.0... yes [2022-11-01T10:09:50.289Z] #46 102.8 checking for yajl >= 2.1.0... yes [2022-11-01T10:09:50.289Z] #46 102.8 checking for a sed that does not truncate output... (cached) /bin/sed [2022-11-01T10:09:50.289Z] #46 102.8 checking for gcc... (cached) gcc [2022-11-01T10:09:50.289Z] #46 102.9 checking whether we are using the GNU C compiler... (cached) yes [2022-11-01T10:09:50.289Z] #46 102.9 checking whether gcc accepts -g... (cached) yes [2022-11-01T10:09:50.289Z] #46 102.9 checking for gcc option to accept ISO C89... (cached) none needed [2022-11-01T10:09:50.289Z] #46 102.9 checking whether gcc understands -c and -o together... (cached) yes [2022-11-01T10:09:50.289Z] #46 102.9 checking for a Python interpreter with version >= 3... python3 [2022-11-01T10:09:50.289Z] #46 103.0 checking for python3... /usr/bin/python3 [2022-11-01T10:09:50.289Z] #46 103.0 checking for python3 version... 3.9 [2022-11-01T10:09:50.289Z] #46 103.0 checking for python3 platform... linux [2022-11-01T10:09:50.289Z] #46 103.0 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages [2022-11-01T10:09:50.289Z] #46 103.2 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages [2022-11-01T10:09:50.289Z] #46 103.4 checking that generated files are newer than configure... done [2022-11-01T10:09:50.289Z] #46 103.5 configure: creating ./config.status [2022-11-01T10:09:50.289Z] #46 105.7 config.status: creating Makefile [2022-11-01T10:09:50.289Z] #46 105.8 config.status: creating config.h [2022-11-01T10:09:50.289Z] #46 105.8 config.status: executing libtool commands [2022-11-01T10:09:50.289Z] #46 105.8 config.status: executing depfiles commands [2022-11-01T10:09:50.289Z] #46 106.5 === configuring in yajl (/tmp/crun-build/libocispec/yajl) [2022-11-01T10:09:50.289Z] #46 106.6 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--bindir=/build' --cache-file=/dev/null --srcdir=. [2022-11-01T10:09:50.289Z] #46 107.0 checking for gcc... gcc [2022-11-01T10:09:50.289Z] #46 107.1 checking whether the C compiler works... yes [2022-11-01T10:09:50.289Z] #46 107.3 checking for C compiler default output file name... a.out [2022-11-01T10:09:50.289Z] #46 107.3 checking for suffix of executables... [2022-11-01T10:09:50.545Z] #46 107.4 checking whether we are cross compiling... no [2022-11-01T10:09:50.545Z] #46 107.6 checking for suffix of object files... o [2022-11-01T10:09:50.545Z] #46 107.7 checking whether we are using the GNU C compiler... yes [2022-11-01T10:09:50.803Z] #46 107.8 checking whether gcc accepts -g... yes [2022-11-01T10:09:50.803Z] #46 107.9 checking for gcc option to accept ISO C89... none needed [2022-11-01T10:09:51.063Z] #46 108.0 checking whether gcc understands -c and -o together... yes [2022-11-01T10:09:51.063Z] #46 108.2 checking for a BSD-compatible install... /usr/bin/install -c [2022-11-01T10:09:51.063Z] #46 108.2 checking whether build environment is sane... yes [2022-11-01T10:09:51.063Z] #46 108.3 checking for a thread-safe mkdir -p... /bin/mkdir -p [2022-11-01T10:09:51.063Z] #46 108.3 checking for gawk... no [2022-11-01T10:09:51.063Z] #46 108.3 checking for mawk... mawk [2022-11-01T10:09:51.063Z] #46 108.3 checking whether make sets $(MAKE)... yes [2022-11-01T10:09:51.063Z] #46 108.3 checking whether make supports the include directive... yes (GNU style) [2022-11-01T10:09:51.319Z] #46 108.4 checking whether make supports nested variables... yes [2022-11-01T10:09:51.319Z] #46 108.5 checking whether UID '0' is supported by ustar format... yes [2022-11-01T10:09:51.319Z] #46 108.5 checking whether GID '0' is supported by ustar format... yes [2022-11-01T10:09:51.576Z] #46 108.5 checking how to create a ustar tar archive... gnutar [2022-11-01T10:09:51.576Z] #46 108.5 checking dependency style of gcc... gcc3 [2022-11-01T10:09:51.576Z] #46 108.7 checking whether to enable maintainer-specific portions of Makefiles... yes [2022-11-01T10:09:51.576Z] #46 108.7 checking whether make supports nested variables... (cached) yes [2022-11-01T10:09:51.833Z] #46 108.8 checking build system type... aarch64-unknown-linux-gnu [2022-11-01T10:09:52.090Z] #46 109.1 checking host system type... aarch64-unknown-linux-gnu [2022-11-01T10:09:52.090Z] #46 109.1 checking how to print strings... printf [2022-11-01T10:09:52.090Z] #46 109.1 checking for a sed that does not truncate output... /bin/sed [2022-11-01T10:09:52.090Z] #46 109.2 checking for grep that handles long lines and -e... /bin/grep [2022-11-01T10:09:52.090Z] #46 109.2 checking for egrep... /bin/grep -E [2022-11-01T10:09:52.090Z] #46 109.2 checking for fgrep... /bin/grep -F [2022-11-01T10:09:52.090Z] #46 109.2 checking for ld used by gcc... /usr/bin/ld [2022-11-01T10:09:52.090Z] #46 109.2 checking if the linker (/usr/bin/ld) is GNU ld... yes [2022-11-01T10:09:52.090Z] #46 109.2 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2022-11-01T10:09:52.346Z] #46 109.3 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2022-11-01T10:09:52.346Z] #46 109.4 checking whether ln -s works... yes [2022-11-01T10:09:52.346Z] #46 109.4 checking the maximum length of command line arguments... 1572864 [2022-11-01T10:09:52.346Z] #46 109.5 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop [2022-11-01T10:09:52.346Z] #46 109.5 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop [2022-11-01T10:09:52.346Z] #46 109.5 checking for /usr/bin/ld option to reload object files... -r [2022-11-01T10:09:52.346Z] #46 109.5 checking for objdump... objdump [2022-11-01T10:09:52.346Z] #46 109.5 checking how to recognize dependent libraries... pass_all [2022-11-01T10:09:52.346Z] #46 109.5 checking for dlltool... no [2022-11-01T10:09:52.346Z] #46 109.5 checking how to associate runtime and link libraries... printf %s\n [2022-11-01T10:09:52.346Z] #46 109.5 checking for ar... ar [2022-11-01T10:09:52.603Z] #46 109.5 checking for archiver @FILE support... @ [2022-11-01T10:09:52.603Z] #46 109.7 checking for strip... strip [2022-11-01T10:09:52.603Z] #46 109.7 checking for ranlib... ranlib [2022-11-01T10:09:52.603Z] #46 109.7 checking command to parse /usr/bin/nm -B output from gcc object... [2022-11-01T10:09:52.603Z] #46 ... [2022-11-01T10:09:52.603Z] [2022-11-01T10:09:52.603Z] #57 [dev-systemd-false 7/28] 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 libyajl2 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo systemd-journal-remote thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-11-01T10:09:52.603Z] #57 36.94 Selecting previously unselected package vim. [2022-11-01T10:09:52.603Z] #57 36.94 Preparing to unpack .../52-vim_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2022-11-01T10:09:52.603Z] #57 36.97 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-11-01T10:09:53.167Z] #57 37.47 Selecting previously unselected package xfsprogs. [2022-11-01T10:09:53.167Z] #57 37.47 Preparing to unpack .../53-xfsprogs_5.10.0-4_arm64.deb ... [2022-11-01T10:09:53.167Z] #57 37.48 Unpacking xfsprogs (5.10.0-4) ... [2022-11-01T10:09:53.424Z] #57 37.77 Selecting previously unselected package zip. [2022-11-01T10:09:53.424Z] #57 37.79 Preparing to unpack .../54-zip_3.0-12_arm64.deb ... [2022-11-01T10:09:53.424Z] #57 37.80 Unpacking zip (3.0-12) ... [2022-11-01T10:09:53.681Z] #57 37.91 Selecting previously unselected package zstd. [2022-11-01T10:09:53.681Z] #57 37.92 Preparing to unpack .../55-zstd_1.4.8+dfsg-2.1_arm64.deb ... [2022-11-01T10:09:53.681Z] #57 37.93 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-11-01T10:09:53.937Z] #57 38.30 Setting up python3-pkg-resources (52.0.0-4) ... [2022-11-01T10:09:54.867Z] #57 39.13 Setting up libip4tc2:arm64 (1.8.7-1) ... [2022-11-01T10:09:54.867Z] #57 39.15 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-11-01T10:09:54.867Z] #57 39.17 Setting up libgpm2:arm64 (1.20.7-8) ... [2022-11-01T10:09:54.867Z] #57 39.19 Setting up libicu67:arm64 (67.1-7) ... [2022-11-01T10:09:54.867Z] #57 39.20 Setting up libip6tc2:arm64 (1.8.7-1) ... [2022-11-01T10:09:54.867Z] #57 39.21 Setting up libinih1:arm64 (53-1+b2) ... [2022-11-01T10:09:54.867Z] #57 39.23 Setting up libargon2-1:arm64 (0~20171227-0.2) ... [2022-11-01T10:09:54.867Z] #57 39.25 Setting up uidmap (1:4.8.1-1) ... [2022-11-01T10:09:54.867Z] #57 39.27 Setting up libyajl2:arm64 (2.1.0-3) ... [2022-11-01T10:09:54.868Z] #57 39.28 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-11-01T10:09:54.868Z] #57 39.29 Setting up bzip2 (1.0.8-4) ... [2022-11-01T10:09:54.868Z] #57 39.30 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-11-01T10:09:54.868Z] #57 39.32 Setting up python3-wheel (0.34.2-1) ... [2022-11-01T10:09:55.431Z] #57 39.98 Setting up libmicrohttpd12:arm64 (0.9.72-2) ... [2022-11-01T10:09:55.688Z] #57 40.00 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-11-01T10:09:55.688Z] #57 40.01 Setting up libcap2:arm64 (1:2.44-1) ... [2022-11-01T10:09:55.688Z] #57 40.03 Setting up libcap2-bin (1:2.44-1) ... [2022-11-01T10:09:55.688Z] #57 40.05 Setting up apparmor (2.13.6-10) ... [2022-11-01T10:09:57.581Z] #57 41.77 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2022-11-01T10:09:57.581Z] #57 41.87 Setting up zip (3.0-12) ... [2022-11-01T10:09:57.581Z] #57 41.89 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-11-01T10:09:57.581Z] #57 41.92 Setting up bash-completion (1:2.11-2) ... [2022-11-01T10:10:00.110Z] #57 44.36 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-11-01T10:10:00.110Z] #57 44.38 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-11-01T10:10:00.110Z] #57 44.39 Setting up libmnl0:arm64 (1.0.4-3) ... [2022-11-01T10:10:00.110Z] #57 44.42 Setting up patch (2.7.6-7) ... [2022-11-01T10:10:00.110Z] #57 44.43 Setting up sudo (1.9.5p2-3) ... [2022-11-01T10:10:00.110Z] #57 44.52 invoke-rc.d: could not determine current runlevel [2022-11-01T10:10:00.110Z] #57 44.53 invoke-rc.d: policy-rc.d denied execution of start. [2022-11-01T10:10:00.110Z] #57 44.54 Setting up xfsprogs (5.10.0-4) ... [2022-11-01T10:10:00.110Z] #57 44.56 System has not been booted with systemd as init system (PID 1). Can't operate. [2022-11-01T10:10:00.110Z] #57 44.56 Failed to connect to bus: Host is down [2022-11-01T10:10:00.110Z] #57 44.56 Setting up libxtables12:arm64 (1.8.7-1) ... [2022-11-01T10:10:00.110Z] #57 44.58 Setting up inetutils-ping (2:2.0-1+deb11u1) ... [2022-11-01T10:10:00.110Z] #57 44.59 Setting up pigz (2.6-1) ... [2022-11-01T10:10:00.110Z] #57 44.63 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ... [2022-11-01T10:10:00.367Z] #57 44.64 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-11-01T10:10:00.367Z] #57 44.68 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-11-01T10:10:00.367Z] #57 44.70 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-11-01T10:10:00.930Z] #57 45.27 Setting up libaio1:arm64 (0.3.112-9) ... [2022-11-01T10:10:00.930Z] #57 45.28 Setting up python3-lib2to3 (3.9.2-1) ... [2022-11-01T10:10:01.192Z] #57 45.62 Setting up libelf1:arm64 (0.183-1) ... [2022-11-01T10:10:01.192Z] #57 45.64 Setting up libjson-c5:arm64 (0.15-2) ... [2022-11-01T10:10:01.192Z] #57 45.65 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-11-01T10:10:01.192Z] #57 45.67 Setting up libonig5:arm64 (6.9.6-1.1) ... [2022-11-01T10:10:01.192Z] #57 45.68 Setting up libkmod2:arm64 (28-1) ... [2022-11-01T10:10:01.192Z] #57 45.69 Setting up python3-distutils (3.9.2-1) ... [2022-11-01T10:10:01.757Z] #57 46.08 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-11-01T10:10:01.757Z] #57 ... [2022-11-01T10:10:01.757Z] [2022-11-01T10:10:01.757Z] #46 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-11-01T10:10:01.758Z] #46 109.7 checking command to parse /usr/bin/nm -B output from gcc object... ok [2022-11-01T10:10:01.758Z] #46 110.0 checking for sysroot... no [2022-11-01T10:10:01.758Z] #46 110.0 checking for a working dd... /bin/dd [2022-11-01T10:10:01.758Z] #46 110.1 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 [2022-11-01T10:10:01.758Z] #46 110.1 checking for mt... no [2022-11-01T10:10:01.758Z] #46 110.1 checking if : is a manifest tool... no [2022-11-01T10:10:01.758Z] #46 110.1 checking how to run the C preprocessor... gcc -E [2022-11-01T10:10:01.758Z] #46 110.4 checking for ANSI C header files... yes [2022-11-01T10:10:01.758Z] #46 110.9 checking for sys/types.h... yes [2022-11-01T10:10:01.758Z] #46 111.1 checking for sys/stat.h... yes [2022-11-01T10:10:01.758Z] #46 111.2 checking for stdlib.h... yes [2022-11-01T10:10:01.758Z] #46 111.4 checking for string.h... yes [2022-11-01T10:10:01.758Z] #46 111.6 checking for memory.h... yes [2022-11-01T10:10:01.758Z] #46 111.8 checking for strings.h... yes [2022-11-01T10:10:01.758Z] #46 112.0 checking for inttypes.h... yes [2022-11-01T10:10:01.758Z] #46 112.1 checking for stdint.h... yes [2022-11-01T10:10:01.758Z] #46 112.3 checking for unistd.h... yes [2022-11-01T10:10:01.758Z] #46 112.5 checking for dlfcn.h... yes [2022-11-01T10:10:01.758Z] #46 112.7 checking for objdir... .libs [2022-11-01T10:10:01.758Z] #46 112.9 checking if gcc supports -fno-rtti -fno-exceptions... no [2022-11-01T10:10:01.758Z] #46 113.0 checking for gcc option to produce PIC... -fPIC -DPIC [2022-11-01T10:10:01.758Z] #46 113.0 checking if gcc PIC flag -fPIC -DPIC works... yes [2022-11-01T10:10:01.758Z] #46 113.1 checking if gcc static flag -static works... yes [2022-11-01T10:10:01.758Z] #46 113.4 checking if gcc supports -c -o file.o... yes [2022-11-01T10:10:01.758Z] #46 113.6 checking if gcc supports -c -o file.o... (cached) yes [2022-11-01T10:10:01.758Z] #46 113.6 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes [2022-11-01T10:10:01.758Z] #46 113.7 checking dynamic linker characteristics... GNU/Linux ld.so [2022-11-01T10:10:01.758Z] #46 113.9 checking how to hardcode library paths into programs... immediate [2022-11-01T10:10:01.758Z] #46 113.9 checking whether stripping libraries is possible... yes [2022-11-01T10:10:01.758Z] #46 113.9 checking if libtool supports shared libraries... yes [2022-11-01T10:10:01.758Z] #46 114.0 checking whether to build shared libraries... no [2022-11-01T10:10:01.758Z] #46 114.0 checking whether to build static libraries... yes [2022-11-01T10:10:01.758Z] #46 114.0 checking float.h usability... yes [2022-11-01T10:10:01.758Z] #46 114.1 checking float.h presence... yes [2022-11-01T10:10:01.758Z] #46 114.2 checking for float.h... yes [2022-11-01T10:10:01.758Z] #46 114.3 checking limits.h usability... yes [2022-11-01T10:10:01.758Z] #46 114.4 checking limits.h presence... yes [2022-11-01T10:10:01.758Z] #46 114.5 checking for limits.h... yes [2022-11-01T10:10:01.758Z] #46 114.5 checking stddef.h usability... yes [2022-11-01T10:10:01.758Z] #46 114.6 checking stddef.h presence... yes [2022-11-01T10:10:01.758Z] #46 114.7 checking for stddef.h... yes [2022-11-01T10:10:01.758Z] #46 114.8 checking for stdlib.h... (cached) yes [2022-11-01T10:10:01.758Z] #46 114.8 checking for string.h... (cached) yes [2022-11-01T10:10:01.758Z] #46 114.8 checking sys/time.h usability... yes [2022-11-01T10:10:01.758Z] #46 115.0 checking sys/time.h presence... yes [2022-11-01T10:10:01.758Z] #46 115.1 checking for sys/time.h... yes [2022-11-01T10:10:01.758Z] #46 115.1 checking for inline... inline [2022-11-01T10:10:01.758Z] #46 115.2 checking for size_t... yes [2022-11-01T10:10:01.758Z] #46 115.6 checking for stdlib.h... (cached) yes [2022-11-01T10:10:01.758Z] #46 115.6 checking for GNU libc compatible malloc... yes [2022-11-01T10:10:01.758Z] #46 115.7 checking for stdlib.h... (cached) yes [2022-11-01T10:10:01.758Z] #46 115.8 checking for GNU libc compatible realloc... yes [2022-11-01T10:10:01.758Z] #46 115.9 checking for working strtod... yes [2022-11-01T10:10:01.758Z] #46 116.2 checking for gettimeofday... yes [2022-11-01T10:10:01.758Z] #46 116.5 checking for memset... yes [2022-11-01T10:10:01.758Z] #46 116.7 checking for strspn... yes [2022-11-01T10:10:01.758Z] #46 117.0 checking that generated files are newer than configure... done [2022-11-01T10:10:01.758Z] #46 117.0 configure: creating ./config.status [2022-11-01T10:10:01.758Z] #46 ... [2022-11-01T10:10:01.758Z] [2022-11-01T10:10:01.758Z] #57 [dev-systemd-false 7/28] 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 libyajl2 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo systemd-journal-remote thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-11-01T10:10:01.758Z] #57 46.08 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-11-01T10:10:01.758Z] #57 46.09 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-11-01T10:10:01.758Z] #57 46.10 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-11-01T10:10:01.758Z] #57 46.10 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-11-01T10:10:01.758Z] #57 46.11 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-11-01T10:10:01.758Z] #57 46.11 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-11-01T10:10:01.758Z] #57 46.13 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-11-01T10:10:01.758Z] #57 46.14 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-11-01T10:10:01.758Z] #57 46.16 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-11-01T10:10:01.758Z] #57 46.17 Setting up python3-setuptools (52.0.0-4) ... [2022-11-01T10:10:03.126Z] #57 47.53 Setting up libjq1:arm64 (1.6-2.1) ... [2022-11-01T10:10:03.126Z] #57 47.54 Setting up libnftnl11:arm64 (1.1.9-1) ... [2022-11-01T10:10:03.126Z] #57 47.55 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-11-01T10:10:03.126Z] #57 47.58 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-11-01T10:10:04.057Z] #57 48.53 Setting up libnetfilter-conntrack3:arm64 (1.0.8-3) ... [2022-11-01T10:10:04.057Z] #57 48.55 Setting up jq (1.6-2.1) ... [2022-11-01T10:10:04.057Z] #57 48.57 Setting up libcryptsetup12:arm64 (2:2.3.7-1+deb11u1) ... [2022-11-01T10:10:04.314Z] #57 48.60 Setting up libbpf0:arm64 (1:0.3-2) ... [2022-11-01T10:10:04.314Z] #57 48.62 Setting up iptables (1.8.7-1) ... [2022-11-01T10:10:04.314Z] #57 48.64 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-11-01T10:10:04.314Z] #57 48.64 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-11-01T10:10:04.314Z] #57 48.66 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-11-01T10:10:04.314Z] #57 48.66 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-11-01T10:10:04.314Z] #57 48.67 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-11-01T10:10:04.314Z] #57 48.67 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-11-01T10:10:04.314Z] #57 48.69 Setting up iproute2 (5.10.0-4) ... [2022-11-01T10:10:04.570Z] #57 49.03 Setting up systemd (247.3-7+deb11u1) ... [2022-11-01T10:10:04.570Z] #57 49.12 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. [2022-11-01T10:10:04.570Z] #57 49.12 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. [2022-11-01T10:10:04.570Z] #57 49.13 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. [2022-11-01T10:10:04.830Z] #57 49.14 Initializing machine ID from random generator. [2022-11-01T10:10:05.760Z] #57 50.11 Setting up systemd-journal-remote (247.3-7+deb11u1) ... [2022-11-01T10:10:06.017Z] #57 50.36 Processing triggers for libc-bin (2.31-13+deb11u5) ... [2022-11-01T10:10:07.395Z] #57 DONE 51.5s [2022-11-01T10:10:07.395Z] [2022-11-01T10:10:07.395Z] #58 [dev-systemd-false 8/28] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2022-11-01T10:10:07.985Z] #58 0.793 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-11-01T10:10:07.985Z] #58 0.799 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-11-01T10:10:07.985Z] #58 0.802 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-11-01T10:10:07.985Z] #58 DONE 0.9s [2022-11-01T10:10:07.985Z] [2022-11-01T10:10:07.985Z] #59 [dev-systemd-false 9/28] RUN pip3 install yamllint==1.27.1 [2022-11-01T10:10:13.245Z] #59 ... [2022-11-01T10:10:13.245Z] [2022-11-01T10:10:13.245Z] #46 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-11-01T10:10:13.245Z] #46 119.5 config.status: creating Makefile [2022-11-01T10:10:13.245Z] #46 119.5 config.status: creating config.h [2022-11-01T10:10:13.245Z] #46 119.6 config.status: executing depfiles commands [2022-11-01T10:10:13.245Z] #46 119.8 config.status: executing libtool commands [2022-11-01T10:10:13.245Z] #46 120.8 GEN .version [2022-11-01T10:10:13.245Z] #46 120.8 make install-recursive [2022-11-01T10:10:13.245Z] #46 120.8 make[1]: Entering directory '/tmp/crun-build' [2022-11-01T10:10:13.245Z] #46 120.9 Making install in libocispec [2022-11-01T10:10:13.245Z] #46 120.9 make[2]: Entering directory '/tmp/crun-build/libocispec' [2022-11-01T10:10:13.245Z] #46 121.0 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./image-spec/schema [2022-11-01T10:10:13.245Z] #46 121.1 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./runtime-spec/schema [2022-11-01T10:10:13.245Z] #46 121.1 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/imageManifestItems [2022-11-01T10:10:13.245Z] #46 121.1 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/basic [2022-11-01T10:10:13.245Z] #46 121.7 Reflection: /tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success [2022-11-01T10:10:13.245Z] #46 121.9 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success [2022-11-01T10:10:13.245Z] #46 121.9 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success [2022-11-01T10:10:13.245Z] #46 121.9 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success [2022-11-01T10:10:13.245Z] #46 121.9 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success [2022-11-01T10:10:13.245Z] #46 121.9 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success [2022-11-01T10:10:13.245Z] #46 121.9 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success [2022-11-01T10:10:13.245Z] #46 121.9 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success [2022-11-01T10:10:13.245Z] #46 121.9 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success [2022-11-01T10:10:13.245Z] #46 121.9 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success [2022-11-01T10:10:13.245Z] #46 121.9 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success [2022-11-01T10:10:13.245Z] #46 121.9 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success [2022-11-01T10:10:13.245Z] #46 121.9 Reflection: /tmp/crun-build/libocispec/image-spec/schema/defs.json Success [2022-11-01T10:10:13.245Z] #46 121.9 Reflection: /tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success [2022-11-01T10:10:13.245Z] #46 121.9 Reflection: /tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success [2022-11-01T10:10:13.245Z] #46 121.9 Reflection: /tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success [2022-11-01T10:10:13.245Z] #46 122.8 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success [2022-11-01T10:10:13.245Z] #46 122.8 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs.json Success [2022-11-01T10:10:13.245Z] #46 122.8 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success [2022-11-01T10:10:13.245Z] #46 122.8 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success [2022-11-01T10:10:13.245Z] #46 122.8 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json Success [2022-11-01T10:10:13.245Z] #46 122.8 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success [2022-11-01T10:10:13.245Z] #46 122.8 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success [2022-11-01T10:10:13.245Z] #46 122.8 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success [2022-11-01T10:10:13.245Z] #46 122.8 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success [2022-11-01T10:10:13.245Z] #46 122.8 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success [2022-11-01T10:10:13.245Z] #46 122.8 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success [2022-11-01T10:10:13.245Z] #46 122.8 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success [2022-11-01T10:10:13.245Z] #46 122.8 make install-recursive [2022-11-01T10:10:13.245Z] #46 122.8 make[3]: Entering directory '/tmp/crun-build/libocispec' [2022-11-01T10:10:13.245Z] #46 122.9 Making install in yajl [2022-11-01T10:10:13.245Z] #46 122.9 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl' [2022-11-01T10:10:13.245Z] #46 122.9 CC verify/json_verify-json_verify.o [2022-11-01T10:10:13.245Z] #46 122.9 CC src/libyajl_la-yajl_alloc.lo [2022-11-01T10:10:13.245Z] #46 122.9 CC src/libyajl_la-yajl.lo [2022-11-01T10:10:13.245Z] #46 122.9 CC src/libyajl_la-yajl_gen.lo [2022-11-01T10:10:13.245Z] #46 123.0 CC src/libyajl_la-yajl_parser.lo [2022-11-01T10:10:13.245Z] #46 123.0 CC src/libyajl_la-yajl_buf.lo [2022-11-01T10:10:13.245Z] #46 123.0 CC src/libyajl_la-yajl_encode.lo [2022-11-01T10:10:13.245Z] #46 123.1 CC src/libyajl_la-yajl_lex.lo [2022-11-01T10:10:13.245Z] #46 123.1 CC src/libyajl_la-yajl_tree.lo [2022-11-01T10:10:13.245Z] #46 128.7 CCLD libyajl.la [2022-11-01T10:10:13.245Z] #46 129.0 CCLD verify/json_verify [2022-11-01T10:10:13.245Z] #46 129.4 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl' [2022-11-01T10:10:13.245Z] #46 129.4 make[5]: Nothing to be done for 'install-exec-am'. [2022-11-01T10:10:13.245Z] #46 129.5 make[5]: Nothing to be done for 'install-data-am'. [2022-11-01T10:10:13.245Z] #46 129.5 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl' [2022-11-01T10:10:13.245Z] #46 129.5 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl' [2022-11-01T10:10:13.245Z] #46 129.5 make[4]: Entering directory '/tmp/crun-build/libocispec' [2022-11-01T10:10:13.245Z] #46 129.6 CC src/validate.o [2022-11-01T10:10:13.245Z] #46 129.6 CC src/image_spec_schema_config_schema.lo [2022-11-01T10:10:13.245Z] #46 129.6 CC src/image_spec_schema_content_descriptor.lo [2022-11-01T10:10:13.245Z] #46 129.6 CC src/image_spec_schema_defs.lo [2022-11-01T10:10:13.245Z] #46 129.6 CC src/image_spec_schema_defs_descriptor.lo [2022-11-01T10:10:13.245Z] #46 129.7 CC src/image_spec_schema_image_index_schema.lo [2022-11-01T10:10:13.245Z] #46 129.7 CC src/image_spec_schema_image_layout_schema.lo [2022-11-01T10:10:13.245Z] #46 129.7 CC src/image_spec_schema_image_manifest_schema.lo [2022-11-01T10:10:13.245Z] #46 129.8 CC src/runtime_spec_schema_config_linux.lo [2022-11-01T10:10:13.245Z] #46 129.8 CC src/runtime_spec_schema_config_zos.lo [2022-11-01T10:10:13.245Z] #46 129.9 CC src/runtime_spec_schema_config_schema.lo [2022-11-01T10:10:13.245Z] #46 129.9 CC src/runtime_spec_schema_config_solaris.lo [2022-11-01T10:10:13.245Z] #46 130.0 CC src/runtime_spec_schema_config_vm.lo [2022-11-01T10:10:13.245Z] #46 130.1 CC src/runtime_spec_schema_config_windows.lo [2022-11-01T10:10:13.245Z] #46 130.2 CC src/runtime_spec_schema_defs.lo [2022-11-01T10:10:13.245Z] #46 130.3 CC src/runtime_spec_schema_defs_linux.lo [2022-11-01T10:10:13.245Z] #46 130.3 CC src/runtime_spec_schema_defs_zos.lo [2022-11-01T10:10:13.245Z] #46 130.5 CC src/runtime_spec_schema_defs_vm.lo [2022-11-01T10:10:13.501Z] #46 130.6 CC src/runtime_spec_schema_defs_windows.lo [2022-11-01T10:10:13.757Z] #46 130.8 CC src/image_manifest_items_image_manifest_items_schema.lo [2022-11-01T10:10:13.757Z] #46 130.8 CC src/runtime_spec_schema_state_schema.lo [2022-11-01T10:10:13.757Z] #46 130.9 CC src/basic_test_double_array_item.lo [2022-11-01T10:10:14.013Z] #46 131.1 CC src/basic_test_double_array.lo [2022-11-01T10:10:14.013Z] #46 131.2 CC src/basic_test_top_array_int.lo [2022-11-01T10:10:14.270Z] #46 131.3 CC src/basic_test_top_array_string.lo [2022-11-01T10:10:14.270Z] #46 131.5 CC src/basic_test_top_double_array_int.lo [2022-11-01T10:10:14.526Z] #46 131.6 CC src/basic_test_top_double_array_obj.lo [2022-11-01T10:10:14.526Z] #46 131.7 CC src/basic_test_top_double_array_refobj.lo [2022-11-01T10:10:14.783Z] #46 131.8 CC src/basic_test_top_double_array_string.lo [2022-11-01T10:10:14.783Z] #46 131.9 CC src/read-file.lo [2022-11-01T10:10:14.783Z] #46 132.1 CC src/json_common.lo [2022-11-01T10:10:15.039Z] #46 132.4 CC tests/test-1.o [2022-11-01T10:10:15.600Z] #46 132.5 CC tests/test-2.o [2022-11-01T10:10:15.600Z] #46 132.7 CC tests/test-3.o [2022-11-01T10:10:15.857Z] #46 132.9 CC tests/test-4.o [2022-11-01T10:10:15.857Z] #46 133.0 CC tests/test-5.o [2022-11-01T10:10:15.857Z] #46 133.1 CC tests/test-6.o [2022-11-01T10:10:16.113Z] #46 133.4 CC tests/test-7.o [2022-11-01T10:10:16.370Z] #46 133.5 CC tests/test-8.o [2022-11-01T10:10:16.932Z] #46 133.9 CC tests/test-9.o [2022-11-01T10:10:16.932Z] #46 134.0 CC tests/test-10.o [2022-11-01T10:10:17.188Z] #46 134.3 CC tests/test-11.o [2022-11-01T10:10:17.444Z] #46 ... [2022-11-01T10:10:17.444Z] [2022-11-01T10:10:17.444Z] #59 [dev-systemd-false 9/28] RUN pip3 install yamllint==1.27.1 [2022-11-01T10:10:17.444Z] #59 9.285 Collecting yamllint==1.27.1 [2022-11-01T10:10:18.372Z] #59 10.36 Downloading yamllint-1.27.1.tar.gz (129 kB) [2022-11-01T10:10:19.740Z] #59 11.50 Collecting pathspec>=0.5.3 [2022-11-01T10:10:19.740Z] #59 11.52 Downloading pathspec-0.10.1-py3-none-any.whl (27 kB) [2022-11-01T10:10:19.996Z] #59 11.82 Collecting pyyaml [2022-11-01T10:10:19.996Z] #59 11.84 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (731 kB) [2022-11-01T10:10:19.996Z] #59 11.88 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.27.1) (52.0.0) [2022-11-01T10:10:19.996Z] #59 11.89 Building wheels for collected packages: yamllint [2022-11-01T10:10:19.996Z] #59 11.89 Building wheel for yamllint (setup.py): started [2022-11-01T10:10:20.559Z] #59 12.69 Building wheel for yamllint (setup.py): finished with status 'done' [2022-11-01T10:10:20.816Z] #59 12.69 Created wheel for yamllint: filename=yamllint-1.27.1-py2.py3-none-any.whl size=62024 sha256=54c33aa63582296f6d8fd3ec0dc7911047ae8902cb98b7bdb7840b15cb59bbce [2022-11-01T10:10:20.816Z] #59 12.69 Stored in directory: /root/.cache/pip/wheels/96/6b/41/cdc6102faa47924bd11794a9b3d5e6d7107daf6548c46f79ee [2022-11-01T10:10:20.816Z] #59 12.70 Successfully built yamllint [2022-11-01T10:10:20.816Z] #59 12.72 Installing collected packages: pyyaml, pathspec, yamllint [2022-11-01T10:10:21.072Z] #59 13.06 Successfully installed pathspec-0.10.1 pyyaml-6.0 yamllint-1.27.1 [2022-11-01T10:10:22.003Z] #59 DONE 14.2s [2022-11-01T10:10:22.003Z] [2022-11-01T10:10:22.003Z] #49 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-11-01T10:10:40.059Z] #49 ... [2022-11-01T10:10:40.059Z] [2022-11-01T10:10:40.059Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "v2.3.0" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "v2.1.0"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2022-11-01T10:10:40.059Z] #41 199.4 + dpkg --print-architecture [2022-11-01T10:10:40.059Z] #41 DONE 200.4s [2022-11-01T10:10:40.059Z] [2022-11-01T10:10:40.059Z] #46 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-11-01T10:10:50.011Z] #46 165.7 CCLD libocispec.la [2022-11-01T10:10:50.011Z] #46 166.1 CCLD src/validate [2022-11-01T10:10:50.011Z] #46 166.1 CCLD tests/test-1 [2022-11-01T10:10:50.011Z] #46 166.1 CCLD tests/test-2 [2022-11-01T10:10:50.011Z] #46 166.1 CCLD tests/test-3 [2022-11-01T10:10:50.011Z] #46 166.2 CCLD tests/test-4 [2022-11-01T10:10:50.011Z] #46 166.2 CCLD tests/test-5 [2022-11-01T10:10:50.011Z] #46 166.3 CCLD tests/test-6 [2022-11-01T10:10:50.011Z] #46 166.3 CCLD tests/test-7 [2022-11-01T10:10:50.011Z] #46 166.3 CCLD tests/test-8 [2022-11-01T10:10:50.012Z] #46 166.5 CCLD tests/test-9 [2022-11-01T10:10:50.012Z] #46 166.6 CCLD tests/test-10 [2022-11-01T10:10:50.012Z] #46 166.6 /bin/bash ./libtool --mode=link libocispec.la -o libocispec.a [2022-11-01T10:10:50.012Z] #46 166.7 CCLD tests/test-11 [2022-11-01T10:10:51.380Z] #46 168.3 libtool: link: ar cr libocispec.a [2022-11-01T10:10:51.380Z] #46 168.5 libtool: link: ranlib libocispec.a [2022-11-01T10:10:52.310Z] #46 169.6 make[5]: Entering directory '/tmp/crun-build/libocispec' [2022-11-01T10:10:52.566Z] #46 169.6 make[5]: Nothing to be done for 'install-exec-am'. [2022-11-01T10:10:52.566Z] #46 169.6 make[5]: Nothing to be done for 'install-data-am'. [2022-11-01T10:10:52.566Z] #46 169.6 make[5]: Leaving directory '/tmp/crun-build/libocispec' [2022-11-01T10:10:52.566Z] #46 169.6 make[4]: Leaving directory '/tmp/crun-build/libocispec' [2022-11-01T10:10:52.566Z] #46 169.6 make[3]: Leaving directory '/tmp/crun-build/libocispec' [2022-11-01T10:10:52.566Z] #46 169.6 make[2]: Leaving directory '/tmp/crun-build/libocispec' [2022-11-01T10:10:52.566Z] #46 169.6 make[2]: Entering directory '/tmp/crun-build' [2022-11-01T10:10:52.566Z] #46 169.7 CC src/libcrun/libcrun_testing_a-utils.o [2022-11-01T10:10:52.566Z] #46 169.7 CC src/libcrun/libcrun_testing_a-cloned_binary.o [2022-11-01T10:10:52.566Z] #46 169.7 CC src/libcrun/libcrun_testing_a-container.o [2022-11-01T10:10:52.566Z] #46 169.7 CC src/libcrun/libcrun_testing_a-cgroup.o [2022-11-01T10:10:52.566Z] #46 169.8 CC src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o [2022-11-01T10:10:52.566Z] #46 169.8 CC src/libcrun/libcrun_testing_a-cgroup-resources.o [2022-11-01T10:10:52.566Z] #46 169.8 CC src/libcrun/libcrun_testing_a-cgroup-setup.o [2022-11-01T10:10:52.566Z] #46 169.8 CC src/libcrun/libcrun_testing_a-cgroup-systemd.o [2022-11-01T10:10:52.823Z] #46 169.8 CC src/libcrun/libcrun_testing_a-cgroup-utils.o [2022-11-01T10:10:52.823Z] #46 169.9 CC src/libcrun/libcrun_testing_a-criu.o [2022-11-01T10:10:52.823Z] #46 170.0 CC src/libcrun/libcrun_testing_a-custom-handler.o [2022-11-01T10:10:52.823Z] #46 170.0 CC src/libcrun/libcrun_testing_a-linux.o [2022-11-01T10:10:52.823Z] #46 170.1 CC src/libcrun/libcrun_testing_a-seccomp.o [2022-11-01T10:10:53.079Z] #46 170.1 CC src/libcrun/libcrun_testing_a-ebpf.o [2022-11-01T10:10:53.079Z] #46 170.1 CC src/libcrun/libcrun_testing_a-error.o [2022-11-01T10:10:53.079Z] #46 170.2 CC src/libcrun/libcrun_testing_a-status.o [2022-11-01T10:10:53.079Z] #46 170.2 CC src/libcrun/libcrun_testing_a-terminal.o [2022-11-01T10:10:53.079Z] #46 170.3 CC src/libcrun/libcrun_testing_a-chroot_realpath.o [2022-11-01T10:10:53.079Z] #46 170.3 CC src/libcrun/libcrun_testing_a-signals.o [2022-11-01T10:10:53.079Z] #46 170.3 CC src/libcrun/libcrun_testing_a-mount_flags.o [2022-11-01T10:10:53.336Z] #46 170.4 CC src/libcrun/libcrun_testing_a-seccomp_notify.o [2022-11-01T10:10:53.336Z] #46 170.5 CC src/libcrun/handlers/libcrun_testing_a-handler-utils.o [2022-11-01T10:10:53.336Z] #46 170.6 CC src/libcrun/handlers/libcrun_testing_a-krun.o [2022-11-01T10:10:53.593Z] #46 170.7 CC src/libcrun/handlers/libcrun_testing_a-wasmedge.o [2022-11-01T10:10:53.593Z] #46 170.8 CC src/libcrun/handlers/libcrun_testing_a-wasmer.o [2022-11-01T10:10:53.849Z] #46 170.9 CC tests/tests_libcrun_errors-tests_libcrun_errors.o [2022-11-01T10:10:53.849Z] #46 170.9 CC tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o [2022-11-01T10:10:53.849Z] #46 171.1 CC src/crun-crun.o [2022-11-01T10:10:54.106Z] #46 171.3 CC src/crun-run.o [2022-11-01T10:10:54.363Z] #46 171.5 CC src/crun-delete.o [2022-11-01T10:10:54.363Z] #46 171.5 CC src/crun-kill.o [2022-11-01T10:10:54.363Z] #46 171.6 CC src/crun-pause.o [2022-11-01T10:10:54.619Z] #46 171.7 CC src/crun-unpause.o [2022-11-01T10:10:54.619Z] #46 171.7 CC src/crun-spec.o [2022-11-01T10:10:54.619Z] #46 171.9 CC src/crun-exec.o [2022-11-01T10:10:54.876Z] #46 172.0 CC src/crun-list.o [2022-11-01T10:10:54.876Z] #46 172.2 CC src/crun-create.o [2022-11-01T10:10:55.133Z] #46 172.3 CC src/crun-start.o [2022-11-01T10:10:55.133Z] #46 172.5 CC src/crun-state.o [2022-11-01T10:10:55.389Z] #46 172.6 CC src/crun-update.o [2022-11-01T10:10:55.646Z] #46 172.8 CC src/crun-ps.o [2022-11-01T10:10:55.646Z] #46 172.8 CC src/crun-checkpoint.o [2022-11-01T10:10:55.902Z] #46 172.9 CC src/crun-restore.o [2022-11-01T10:10:56.159Z] #46 173.3 CC src/libcrun/libcrun_la-cloned_binary.lo [2022-11-01T10:10:56.159Z] #46 173.4 CC src/libcrun/libcrun_la-utils.lo [2022-11-01T10:10:56.722Z] #46 173.7 CC src/libcrun/libcrun_la-container.lo [2022-11-01T10:10:56.722Z] #46 173.8 CC src/libcrun/libcrun_la-cgroup.lo [2022-11-01T10:10:56.722Z] #46 173.9 CC src/libcrun/libcrun_la-cgroup-cgroupfs.lo [2022-11-01T10:10:57.285Z] #46 174.4 CC src/libcrun/libcrun_la-cgroup-resources.lo [2022-11-01T10:10:57.285Z] #46 174.4 CC src/libcrun/libcrun_la-cgroup-setup.lo [2022-11-01T10:10:57.542Z] #46 174.6 CC src/libcrun/libcrun_la-cgroup-systemd.lo [2022-11-01T10:10:57.798Z] #46 175.0 CC src/libcrun/libcrun_la-cgroup-utils.lo [2022-11-01T10:10:58.055Z] #46 175.4 CC src/libcrun/libcrun_la-criu.lo [2022-11-01T10:10:58.618Z] #46 175.6 CC src/libcrun/libcrun_la-custom-handler.lo [2022-11-01T10:10:58.874Z] #46 175.8 CC src/libcrun/libcrun_la-linux.lo [2022-11-01T10:10:59.131Z] #46 176.2 CC src/libcrun/libcrun_la-seccomp.lo [2022-11-01T10:10:59.387Z] #46 176.5 CC src/libcrun/libcrun_la-ebpf.lo [2022-11-01T10:10:59.644Z] #46 176.7 CC src/libcrun/libcrun_la-error.lo [2022-11-01T10:10:59.901Z] #46 177.0 CC src/libcrun/libcrun_la-status.lo [2022-11-01T10:11:00.158Z] #46 177.2 CC src/libcrun/libcrun_la-terminal.lo [2022-11-01T10:11:00.721Z] #46 177.8 CC src/libcrun/libcrun_la-chroot_realpath.lo [2022-11-01T10:11:00.978Z] #46 178.2 CC src/libcrun/libcrun_la-signals.lo [2022-11-01T10:11:01.235Z] #46 178.4 CC src/libcrun/libcrun_la-mount_flags.lo [2022-11-01T10:11:01.798Z] #46 179.0 CC src/libcrun/libcrun_la-seccomp_notify.lo [2022-11-01T10:11:02.055Z] #46 179.4 CC src/libcrun/handlers/libcrun_la-handler-utils.lo [2022-11-01T10:11:02.984Z] #46 179.9 CC src/libcrun/handlers/libcrun_la-krun.lo [2022-11-01T10:11:02.984Z] #46 180.2 CC src/libcrun/handlers/libcrun_la-wasmedge.lo [2022-11-01T10:11:04.877Z] #46 182.0 CC src/libcrun/handlers/libcrun_la-wasmer.lo [2022-11-01T10:11:05.806Z] #46 183.1 CC tests/init.o [2022-11-01T10:11:06.368Z] #46 183.4 CC tests/tests_libcrun_utils-tests_libcrun_utils.o [2022-11-01T10:11:24.421Z] #46 199.3 CCLD tests/init [2022-11-01T10:11:42.499Z] #46 217.4 AR libcrun_testing.a [2022-11-01T10:11:42.499Z] #46 217.4 ar: `u' modifier ignored since `D' is the default (see `U') [2022-11-01T10:11:42.499Z] #46 217.5 CCLD tests/tests_libcrun_utils [2022-11-01T10:11:42.499Z] #46 217.6 CCLD tests/tests_libcrun_errors [2022-11-01T10:11:42.499Z] #46 217.6 CCLD tests/tests_libcrun_fuzzer [2022-11-01T10:11:42.499Z] #46 218.1 CCLD libcrun.la [2022-11-01T10:11:42.499Z] #46 219.1 CCLD crun [2022-11-01T10:11:42.499Z] #46 ... [2022-11-01T10:11:42.499Z] [2022-11-01T10:11:42.499Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh dockercli [2022-11-01T10:11:42.499Z] #26 263.0 + return [2022-11-01T10:11:42.761Z] #26 DONE 263.5s [2022-11-01T10:11:42.761Z] [2022-11-01T10:11:42.761Z] #46 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build git clone https://github.com/containers/crun.git /tmp/crun-build && cd /tmp/crun-build && git checkout -q "1.4.5" && ./autogen.sh && ./configure --bindir=/build && make -j install [2022-11-01T10:11:42.761Z] #46 219.6 make[3]: Entering directory '/tmp/crun-build' [2022-11-01T10:11:42.761Z] #46 219.7 /bin/mkdir -p '/usr/local/lib' [2022-11-01T10:11:42.761Z] #46 219.7 /bin/mkdir -p '/usr/local/share/man/man1' [2022-11-01T10:11:42.761Z] #46 219.7 /bin/bash ./libtool --mode=install /usr/bin/install -c libcrun.la '/usr/local/lib' [2022-11-01T10:11:42.761Z] #46 219.8 /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1' [2022-11-01T10:11:42.761Z] #46 219.9 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la [2022-11-01T10:11:42.761Z] #46 219.9 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a [2022-11-01T10:11:42.761Z] #46 220.0 libtool: install: chmod 644 /usr/local/lib/libcrun.a [2022-11-01T10:11:42.761Z] #46 220.0 libtool: install: ranlib /usr/local/lib/libcrun.a [2022-11-01T10:11:43.018Z] #46 220.3 libtool: finish: PATH="/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib [2022-11-01T10:11:43.274Z] #46 220.3 ---------------------------------------------------------------------- [2022-11-01T10:11:43.274Z] #46 220.3 Libraries have been installed in: [2022-11-01T10:11:43.274Z] #46 220.3 /usr/local/lib [2022-11-01T10:11:43.274Z] #46 220.3 [2022-11-01T10:11:43.274Z] #46 220.3 If you ever happen to want to link against installed libraries [2022-11-01T10:11:43.274Z] #46 220.3 in a given directory, LIBDIR, you must either use libtool, and [2022-11-01T10:11:43.274Z] #46 220.3 specify the full pathname of the library, or use the '-LLIBDIR' [2022-11-01T10:11:43.274Z] #46 220.3 flag during linking and do at least one of the following: [2022-11-01T10:11:43.274Z] #46 220.3 - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable [2022-11-01T10:11:43.274Z] #46 220.3 during execution [2022-11-01T10:11:43.274Z] #46 220.3 - add LIBDIR to the 'LD_RUN_PATH' environment variable [2022-11-01T10:11:43.274Z] #46 220.3 during linking [2022-11-01T10:11:43.274Z] #46 220.3 - use the '-Wl,-rpath -Wl,LIBDIR' linker flag [2022-11-01T10:11:43.274Z] #46 220.3 - have your system administrator add LIBDIR to '/etc/ld.so.conf' [2022-11-01T10:11:43.274Z] #46 220.3 [2022-11-01T10:11:43.274Z] #46 220.3 See any operating system documentation about shared libraries for [2022-11-01T10:11:43.274Z] #46 220.3 more information, such as the ld(1) and ld.so(8) manual pages. [2022-11-01T10:11:43.274Z] #46 220.3 ---------------------------------------------------------------------- [2022-11-01T10:11:43.274Z] #46 220.3 /bin/mkdir -p '/build' [2022-11-01T10:11:43.274Z] #46 220.3 /bin/bash ./libtool --mode=install /usr/bin/install -c crun '/build' [2022-11-01T10:11:43.274Z] #46 220.5 libtool: install: /usr/bin/install -c crun /build/crun [2022-11-01T10:11:43.274Z] #46 220.5 make[3]: Leaving directory '/tmp/crun-build' [2022-11-01T10:11:43.274Z] #46 220.5 make[2]: Leaving directory '/tmp/crun-build' [2022-11-01T10:11:43.274Z] #46 220.5 make[1]: Leaving directory '/tmp/crun-build' [2022-11-01T10:11:43.531Z] #46 DONE 220.6s [2022-11-01T10:11:43.531Z] [2022-11-01T10:11:43.531Z] #49 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-11-01T10:11:44.093Z] #49 ... [2022-11-01T10:11:44.093Z] [2022-11-01T10:11:44.093Z] #60 [dev-systemd-false 10/28] COPY --from=dockercli /build/ /usr/local/cli [2022-11-01T10:11:44.093Z] #60 DONE 0.2s [2022-11-01T10:11:44.094Z] [2022-11-01T10:11:44.094Z] #43 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-11-01T10:11:44.350Z] #43 ... [2022-11-01T10:11:44.350Z] [2022-11-01T10:11:44.350Z] #61 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images [2022-11-01T10:11:44.350Z] #61 DONE 0.3s [2022-11-01T10:11:44.350Z] [2022-11-01T10:11:44.350Z] #49 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-11-01T10:11:44.606Z] #49 ... [2022-11-01T10:11:44.606Z] [2022-11-01T10:11:44.606Z] #62 [dev-systemd-false 12/28] COPY --from=swagger /build/ /usr/local/bin/ [2022-11-01T10:11:44.862Z] #62 DONE 0.5s [2022-11-01T10:11:44.862Z] [2022-11-01T10:11:44.862Z] #63 [dev-systemd-false 13/28] COPY --from=delve /build/ /usr/local/bin/ [2022-11-01T10:11:46.230Z] #63 DONE 1.0s [2022-11-01T10:11:46.230Z] [2022-11-01T10:11:46.230Z] #64 [dev-systemd-false 14/28] COPY --from=tomll /build/ /usr/local/bin/ [2022-11-01T10:11:46.230Z] #64 DONE 0.1s [2022-11-01T10:11:46.230Z] [2022-11-01T10:11:46.230Z] #43 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-11-01T10:11:46.230Z] #43 ... [2022-11-01T10:11:46.230Z] [2022-11-01T10:11:46.230Z] #65 [dev-systemd-false 15/28] COPY --from=gowinres /build/ /usr/local/bin/ [2022-11-01T10:11:46.230Z] #65 DONE 0.1s [2022-11-01T10:11:46.230Z] [2022-11-01T10:11:46.230Z] #66 [dev-systemd-false 16/28] COPY --from=tini /build/ /usr/local/bin/ [2022-11-01T10:11:46.230Z] #66 DONE 0.1s [2022-11-01T10:11:46.230Z] [2022-11-01T10:11:46.230Z] #67 [dev-systemd-false 17/28] COPY --from=registry /build/ /usr/local/bin/ [2022-11-01T10:11:46.230Z] #67 DONE 0.1s [2022-11-01T10:11:46.230Z] [2022-11-01T10:11:46.230Z] #49 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-11-01T10:11:46.487Z] #49 ... [2022-11-01T10:11:46.487Z] [2022-11-01T10:11:46.487Z] #68 [dev-systemd-false 18/28] COPY --from=criu /build/ /usr/local/bin/ [2022-11-01T10:11:46.487Z] #68 DONE 0.1s [2022-11-01T10:11:46.487Z] [2022-11-01T10:11:46.487Z] #69 [dev-systemd-false 19/28] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-11-01T10:11:46.487Z] #69 DONE 0.1s [2022-11-01T10:11:46.487Z] [2022-11-01T10:11:46.487Z] #49 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh runc [2022-11-01T10:11:48.381Z] #49 159.0 + mkdir -p /build [2022-11-01T10:11:48.647Z] #49 159.0 + cp runc /build/runc [2022-11-01T10:11:50.015Z] #49 DONE 160.3s [2022-11-01T10:11:50.015Z] [2022-11-01T10:11:50.015Z] #43 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-11-01T10:11:51.909Z] #43 ... [2022-11-01T10:11:51.909Z] [2022-11-01T10:11:51.909Z] #35 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.49.0" && /build/golangci-lint --version [2022-11-01T10:11:51.909Z] #35 273.0 golangci-lint has version v1.49.0 built from (unknown, mod sum: "h1:I8WHOavragDttlLHtSraHn/h39C+R60bEQ5NoGcHQr8=") on (unknown) [2022-11-01T10:11:51.909Z] #35 DONE 273.0s [2022-11-01T10:11:51.909Z] [2022-11-01T10:11:51.909Z] #43 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-11-01T10:11:52.473Z] #43 ... [2022-11-01T10:11:52.473Z] [2022-11-01T10:11:52.473Z] #70 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-11-01T10:11:53.407Z] #70 DONE 1.0s [2022-11-01T10:11:53.407Z] [2022-11-01T10:11:53.407Z] #71 [dev-systemd-false 21/28] COPY --from=shfmt /build/ /usr/local/bin/ [2022-11-01T10:11:53.407Z] #71 DONE 0.1s [2022-11-01T10:11:53.407Z] [2022-11-01T10:11:53.407Z] #43 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-11-01T10:11:53.664Z] #43 ... [2022-11-01T10:11:53.664Z] [2022-11-01T10:11:53.664Z] #72 [dev-systemd-false 22/28] COPY --from=runc /build/ /usr/local/bin/ [2022-11-01T10:11:53.921Z] #72 DONE 0.2s [2022-11-01T10:11:53.921Z] [2022-11-01T10:11:53.921Z] #43 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-11-01T10:11:54.849Z] #43 240.8 + bin/containerd [2022-11-01T10:12:33.519Z] #43 279.4 # github.com/containerd/containerd/cmd/containerd [2022-11-01T10:12:33.519Z] #43 279.4 /usr/bin/ld: /tmp/go-link-1960286455/000019.o: in function `New': [2022-11-01T10:12:33.519Z] #43 279.4 /tmp/tmp.aluxhVAYaV/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:77: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking [2022-11-01T10:12:33.519Z] #43 279.5 + bin/containerd-stress [2022-11-01T10:12:34.447Z] #43 280.5 + bin/containerd-shim [2022-11-01T10:12:44.394Z] #43 289.0 + bin/containerd-shim-runc-v1 [2022-11-01T10:12:48.570Z] #43 293.8 + bin/containerd-shim-runc-v2 [2022-11-01T10:12:48.570Z] #43 294.5 + binaries [2022-11-01T10:12:48.570Z] #43 294.5 + install -D bin/containerd /build/containerd [2022-11-01T10:12:48.570Z] #43 294.5 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-11-01T10:12:48.570Z] #43 294.6 + install -D bin/ctr /build/ctr [2022-11-01T10:12:49.934Z] #43 DONE 295.9s [2022-11-01T10:12:50.496Z] [2022-11-01T10:12:50.496Z] #73 [dev-systemd-false 23/28] COPY --from=containerd /build/ /usr/local/bin/ [2022-11-01T10:12:50.753Z] #73 DONE 0.2s [2022-11-01T10:12:50.753Z] [2022-11-01T10:12:50.753Z] #74 [dev-systemd-false 24/28] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-11-01T10:12:50.753Z] #74 DONE 0.1s [2022-11-01T10:12:51.009Z] [2022-11-01T10:12:51.009Z] #75 [dev-systemd-false 25/28] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-11-01T10:12:51.009Z] #75 DONE 0.3s [2022-11-01T10:12:51.265Z] [2022-11-01T10:12:51.265Z] #76 [dev-systemd-false 26/28] COPY --from=crun /build/ /usr/local/bin/ [2022-11-01T10:12:51.265Z] #76 DONE 0.1s [2022-11-01T10:12:51.265Z] [2022-11-01T10:12:51.265Z] #77 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/ /etc/docker/ [2022-11-01T10:12:51.265Z] #77 DONE 0.0s [2022-11-01T10:12:51.265Z] [2022-11-01T10:12:51.265Z] #78 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker [2022-11-01T10:12:51.265Z] #78 DONE 0.0s [2022-11-01T10:12:51.265Z] [2022-11-01T10:12:51.265Z] #79 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-11-01T10:12:52.633Z] #79 DONE 1.2s [2022-11-01T10:12:52.633Z] [2022-11-01T10:12:52.633Z] #80 exporting to image [2022-11-01T10:12:52.633Z] #80 exporting layers [2022-11-01T10:12:55.152Z] #80 exporting layers 2.7s done [2022-11-01T10:12:55.152Z] #80 writing image sha256:dcac76959fb007d84aec359d336e4a97daeebb192fc002a881a03088acd1dd7a done [2022-11-01T10:12:55.152Z] #80 naming to docker.io/library/docker:346a438da82dec69874e226b49d6419150c456a9 done [2022-11-01T10:12:55.152Z] #80 DONE 2.7s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-11-01T10:12:55.539Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-11-01T10:12:55.904Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44375/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=346a438da82dec69874e226b49d6419150c456a9 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:346a438da82dec69874e226b49d6419150c456a9 hack/test/unit [2022-11-01T10:12:56.466Z] + BUILDFLAGS=(-tags 'netgo libdm_no_deferred_remove journald') [2022-11-01T10:12:56.466Z] + TESTFLAGS+=' -test.timeout=5m' [2022-11-01T10:12:56.466Z] + TESTDIRS=./... [2022-11-01T10:12:56.466Z] + exclude_paths='/vendor/|/integration' [2022-11-01T10:12:56.466Z] ++ go list ./... [2022-11-01T10:12:56.466Z] ++ grep -vE '(/vendor/|/integration)' [2022-11-01T10:12:57.396Z] + pkg_list='github.com/docker/docker/api [2022-11-01T10:12:57.396Z] github.com/docker/docker/api/server [2022-11-01T10:12:57.396Z] github.com/docker/docker/api/server/backend/build [2022-11-01T10:12:57.396Z] github.com/docker/docker/api/server/httpstatus [2022-11-01T10:12:57.396Z] github.com/docker/docker/api/server/httputils [2022-11-01T10:12:57.396Z] github.com/docker/docker/api/server/middleware [2022-11-01T10:12:57.396Z] github.com/docker/docker/api/server/router [2022-11-01T10:12:57.396Z] github.com/docker/docker/api/server/router/build [2022-11-01T10:12:57.396Z] github.com/docker/docker/api/server/router/checkpoint [2022-11-01T10:12:57.396Z] github.com/docker/docker/api/server/router/container [2022-11-01T10:12:57.396Z] github.com/docker/docker/api/server/router/debug [2022-11-01T10:12:57.396Z] github.com/docker/docker/api/server/router/distribution [2022-11-01T10:12:57.396Z] github.com/docker/docker/api/server/router/grpc [2022-11-01T10:12:57.396Z] github.com/docker/docker/api/server/router/image [2022-11-01T10:12:57.396Z] github.com/docker/docker/api/server/router/network [2022-11-01T10:12:57.396Z] github.com/docker/docker/api/server/router/plugin [2022-11-01T10:12:57.396Z] github.com/docker/docker/api/server/router/session [2022-11-01T10:12:57.396Z] github.com/docker/docker/api/server/router/swarm [2022-11-01T10:12:57.396Z] github.com/docker/docker/api/server/router/system [2022-11-01T10:12:57.396Z] github.com/docker/docker/api/server/router/volume [2022-11-01T10:12:57.396Z] github.com/docker/docker/api/types [2022-11-01T10:12:57.396Z] github.com/docker/docker/api/types/backend [2022-11-01T10:12:57.396Z] github.com/docker/docker/api/types/blkiodev [2022-11-01T10:12:57.396Z] github.com/docker/docker/api/types/container [2022-11-01T10:12:57.396Z] github.com/docker/docker/api/types/events [2022-11-01T10:12:57.396Z] github.com/docker/docker/api/types/filters [2022-11-01T10:12:57.396Z] github.com/docker/docker/api/types/image [2022-11-01T10:12:57.396Z] github.com/docker/docker/api/types/mount [2022-11-01T10:12:57.396Z] github.com/docker/docker/api/types/network [2022-11-01T10:12:57.396Z] github.com/docker/docker/api/types/plugins/logdriver [2022-11-01T10:12:57.396Z] github.com/docker/docker/api/types/registry [2022-11-01T10:12:57.396Z] github.com/docker/docker/api/types/strslice [2022-11-01T10:12:57.396Z] github.com/docker/docker/api/types/swarm [2022-11-01T10:12:57.396Z] github.com/docker/docker/api/types/swarm/runtime [2022-11-01T10:12:57.396Z] github.com/docker/docker/api/types/time [2022-11-01T10:12:57.396Z] github.com/docker/docker/api/types/versions [2022-11-01T10:12:57.396Z] github.com/docker/docker/api/types/versions/v1p19 [2022-11-01T10:12:57.396Z] github.com/docker/docker/api/types/versions/v1p20 [2022-11-01T10:12:57.396Z] github.com/docker/docker/api/types/volume [2022-11-01T10:12:57.396Z] github.com/docker/docker/builder [2022-11-01T10:12:57.396Z] github.com/docker/docker/builder/builder-next [2022-11-01T10:12:57.396Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-11-01T10:12:57.396Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-11-01T10:12:57.396Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-11-01T10:12:57.396Z] github.com/docker/docker/builder/builder-next/exporter [2022-11-01T10:12:57.396Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-11-01T10:12:57.396Z] github.com/docker/docker/builder/builder-next/worker [2022-11-01T10:12:57.396Z] github.com/docker/docker/builder/dockerfile [2022-11-01T10:12:57.396Z] github.com/docker/docker/builder/remotecontext [2022-11-01T10:12:57.396Z] github.com/docker/docker/builder/remotecontext/git [2022-11-01T10:12:57.396Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-11-01T10:12:57.396Z] github.com/docker/docker/cli [2022-11-01T10:12:57.396Z] github.com/docker/docker/cli/config [2022-11-01T10:12:57.396Z] github.com/docker/docker/cli/debug [2022-11-01T10:12:57.396Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-11-01T10:12:57.396Z] github.com/docker/docker/cli/winresources/dockerd [2022-11-01T10:12:57.396Z] github.com/docker/docker/client [2022-11-01T10:12:57.396Z] github.com/docker/docker/cmd/docker-proxy [2022-11-01T10:12:57.396Z] github.com/docker/docker/cmd/dockerd [2022-11-01T10:12:57.396Z] github.com/docker/docker/cmd/dockerd/trap [2022-11-01T10:12:57.396Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-11-01T10:12:57.396Z] github.com/docker/docker/container [2022-11-01T10:12:57.396Z] github.com/docker/docker/container/stream [2022-11-01T10:12:57.396Z] github.com/docker/docker/contrib/apparmor [2022-11-01T10:12:57.396Z] github.com/docker/docker/contrib/docker-device-tool [2022-11-01T10:12:57.396Z] github.com/docker/docker/contrib/httpserver [2022-11-01T10:12:57.396Z] github.com/docker/docker/daemon [2022-11-01T10:12:57.396Z] github.com/docker/docker/daemon/cluster [2022-11-01T10:12:57.396Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-11-01T10:12:57.396Z] github.com/docker/docker/daemon/cluster/convert [2022-11-01T10:12:57.396Z] github.com/docker/docker/daemon/cluster/executor [2022-11-01T10:12:57.396Z] github.com/docker/docker/daemon/cluster/executor/container [2022-11-01T10:12:57.396Z] github.com/docker/docker/daemon/cluster/provider [2022-11-01T10:12:57.396Z] github.com/docker/docker/daemon/config [2022-11-01T10:12:57.396Z] github.com/docker/docker/daemon/containerd [2022-11-01T10:12:57.396Z] github.com/docker/docker/daemon/events [2022-11-01T10:12:57.396Z] github.com/docker/docker/daemon/events/testutils [2022-11-01T10:12:57.396Z] github.com/docker/docker/daemon/graphdriver [2022-11-01T10:12:57.396Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/graphdriver/copy [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/graphdriver/register [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/images [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/initlayer [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/links [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/listeners [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/logger [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/logger/awslogs [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/logger/fluentd [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/logger/gcplogs [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/logger/gelf [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/logger/journald [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/logger/journald/internal/export [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/logger/local [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/logger/logentries [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/logger/loggertest [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/logger/loggerutils [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/logger/splunk [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/logger/syslog [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/logger/templates [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/names [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/network [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/stats [2022-11-01T10:12:57.397Z] github.com/docker/docker/distribution [2022-11-01T10:12:57.397Z] github.com/docker/docker/distribution/metadata [2022-11-01T10:12:57.397Z] github.com/docker/docker/distribution/utils [2022-11-01T10:12:57.397Z] github.com/docker/docker/distribution/xfer [2022-11-01T10:12:57.397Z] github.com/docker/docker/dockerversion [2022-11-01T10:12:57.397Z] github.com/docker/docker/errdefs [2022-11-01T10:12:57.397Z] github.com/docker/docker/image [2022-11-01T10:12:57.397Z] github.com/docker/docker/image/cache [2022-11-01T10:12:57.397Z] github.com/docker/docker/image/tarexport [2022-11-01T10:12:57.397Z] github.com/docker/docker/image/v1 [2022-11-01T10:12:57.397Z] github.com/docker/docker/internal/test/suite [2022-11-01T10:12:57.397Z] github.com/docker/docker/layer [2022-11-01T10:12:57.397Z] github.com/docker/docker/libcontainerd [2022-11-01T10:12:57.397Z] github.com/docker/docker/libcontainerd/queue [2022-11-01T10:12:57.397Z] github.com/docker/docker/libcontainerd/remote [2022-11-01T10:12:57.397Z] github.com/docker/docker/libcontainerd/supervisor [2022-11-01T10:12:57.397Z] github.com/docker/docker/libcontainerd/types [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/bitseq [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/cluster [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/config [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/datastore [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/diagnostic [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/discoverapi [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/driverapi [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/drivers/host [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/drivers/null [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/drivers/remote [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/drivers/windows [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/drvregistry [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/etchosts [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/idm [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/internal/caller [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/ipam [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/ipamapi [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/ipams/null [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/ipams/remote [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/ipamutils [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/iptables [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/netlabel [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/netutils [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/networkdb [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/ns [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/options [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/osl [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/osl/kernel [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/portallocator [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/portmapper [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/resolvconf [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/testutils [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/types [2022-11-01T10:12:57.397Z] github.com/docker/docker/oci [2022-11-01T10:12:57.397Z] github.com/docker/docker/oci/caps [2022-11-01T10:12:57.397Z] github.com/docker/docker/opts [2022-11-01T10:12:57.397Z] github.com/docker/docker/pkg/aaparser [2022-11-01T10:12:57.397Z] github.com/docker/docker/pkg/archive [2022-11-01T10:12:57.397Z] github.com/docker/docker/pkg/authorization [2022-11-01T10:12:57.397Z] github.com/docker/docker/pkg/broadcaster [2022-11-01T10:12:57.397Z] github.com/docker/docker/pkg/capabilities [2022-11-01T10:12:57.397Z] github.com/docker/docker/pkg/chrootarchive [2022-11-01T10:12:57.397Z] github.com/docker/docker/pkg/containerfs [2022-11-01T10:12:57.397Z] github.com/docker/docker/pkg/devicemapper [2022-11-01T10:12:57.397Z] github.com/docker/docker/pkg/directory [2022-11-01T10:12:57.397Z] github.com/docker/docker/pkg/dmesg [2022-11-01T10:12:57.397Z] github.com/docker/docker/pkg/fileutils [2022-11-01T10:12:57.397Z] github.com/docker/docker/pkg/homedir [2022-11-01T10:12:57.397Z] github.com/docker/docker/pkg/idtools [2022-11-01T10:12:57.397Z] github.com/docker/docker/pkg/ioutils [2022-11-01T10:12:57.397Z] github.com/docker/docker/pkg/jsonmessage [2022-11-01T10:12:57.397Z] github.com/docker/docker/pkg/longpath [2022-11-01T10:12:57.397Z] github.com/docker/docker/pkg/loopback [2022-11-01T10:12:57.397Z] github.com/docker/docker/pkg/namesgenerator [2022-11-01T10:12:57.397Z] github.com/docker/docker/pkg/parsers [2022-11-01T10:12:57.397Z] github.com/docker/docker/pkg/parsers/kernel [2022-11-01T10:12:57.397Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-11-01T10:12:57.397Z] github.com/docker/docker/pkg/pidfile [2022-11-01T10:12:57.397Z] github.com/docker/docker/pkg/platform [2022-11-01T10:12:57.397Z] github.com/docker/docker/pkg/plugingetter [2022-11-01T10:12:57.397Z] github.com/docker/docker/pkg/plugins [2022-11-01T10:12:57.397Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-11-01T10:12:57.397Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-11-01T10:12:57.397Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-11-01T10:12:57.397Z] github.com/docker/docker/pkg/plugins/transport [2022-11-01T10:12:57.397Z] github.com/docker/docker/pkg/pools [2022-11-01T10:12:57.397Z] github.com/docker/docker/pkg/progress [2022-11-01T10:12:57.397Z] github.com/docker/docker/pkg/reexec [2022-11-01T10:12:57.397Z] github.com/docker/docker/pkg/stack [2022-11-01T10:12:57.397Z] github.com/docker/docker/pkg/stdcopy [2022-11-01T10:12:57.397Z] github.com/docker/docker/pkg/streamformatter [2022-11-01T10:12:57.397Z] github.com/docker/docker/pkg/stringid [2022-11-01T10:12:57.397Z] github.com/docker/docker/pkg/sysinfo [2022-11-01T10:12:57.397Z] github.com/docker/docker/pkg/system [2022-11-01T10:12:57.397Z] github.com/docker/docker/pkg/tailfile [2022-11-01T10:12:57.397Z] github.com/docker/docker/pkg/tarsum [2022-11-01T10:12:57.397Z] github.com/docker/docker/pkg/useragent [2022-11-01T10:12:57.397Z] github.com/docker/docker/plugin [2022-11-01T10:12:57.397Z] github.com/docker/docker/plugin/executor/containerd [2022-11-01T10:12:57.397Z] github.com/docker/docker/plugin/v2 [2022-11-01T10:12:57.397Z] github.com/docker/docker/profiles/apparmor [2022-11-01T10:12:57.397Z] github.com/docker/docker/profiles/seccomp [2022-11-01T10:12:57.397Z] github.com/docker/docker/quota [2022-11-01T10:12:57.397Z] github.com/docker/docker/reference [2022-11-01T10:12:57.397Z] github.com/docker/docker/registry [2022-11-01T10:12:57.397Z] github.com/docker/docker/registry/resumable [2022-11-01T10:12:57.397Z] github.com/docker/docker/restartmanager [2022-11-01T10:12:57.397Z] github.com/docker/docker/rootless [2022-11-01T10:12:57.397Z] github.com/docker/docker/rootless/specconv [2022-11-01T10:12:57.397Z] github.com/docker/docker/runconfig [2022-11-01T10:12:57.397Z] github.com/docker/docker/runconfig/opts [2022-11-01T10:12:57.397Z] github.com/docker/docker/testutil [2022-11-01T10:12:57.397Z] github.com/docker/docker/testutil/daemon [2022-11-01T10:12:57.397Z] github.com/docker/docker/testutil/environment [2022-11-01T10:12:57.397Z] github.com/docker/docker/testutil/fakecontext [2022-11-01T10:12:57.397Z] github.com/docker/docker/testutil/fakegit [2022-11-01T10:12:57.397Z] github.com/docker/docker/testutil/fakestorage [2022-11-01T10:12:57.397Z] github.com/docker/docker/testutil/fixtures/load [2022-11-01T10:12:57.397Z] github.com/docker/docker/testutil/fixtures/plugin [2022-11-01T10:12:57.397Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-11-01T10:12:57.397Z] github.com/docker/docker/testutil/registry [2022-11-01T10:12:57.397Z] github.com/docker/docker/testutil/request [2022-11-01T10:12:57.397Z] github.com/docker/docker/volume [2022-11-01T10:12:57.397Z] github.com/docker/docker/volume/drivers [2022-11-01T10:12:57.397Z] github.com/docker/docker/volume/local [2022-11-01T10:12:57.397Z] github.com/docker/docker/volume/mounts [2022-11-01T10:12:57.397Z] github.com/docker/docker/volume/service [2022-11-01T10:12:57.397Z] github.com/docker/docker/volume/service/opts [2022-11-01T10:12:57.397Z] github.com/docker/docker/volume/testutils' [2022-11-01T10:12:57.397Z] ++ grep --fixed-strings -v /libnetwork [2022-11-01T10:12:57.397Z] ++ echo 'github.com/docker/docker/api [2022-11-01T10:12:57.397Z] github.com/docker/docker/api/server [2022-11-01T10:12:57.397Z] github.com/docker/docker/api/server/backend/build [2022-11-01T10:12:57.397Z] github.com/docker/docker/api/server/httpstatus [2022-11-01T10:12:57.397Z] github.com/docker/docker/api/server/httputils [2022-11-01T10:12:57.397Z] github.com/docker/docker/api/server/middleware [2022-11-01T10:12:57.397Z] github.com/docker/docker/api/server/router [2022-11-01T10:12:57.397Z] github.com/docker/docker/api/server/router/build [2022-11-01T10:12:57.397Z] github.com/docker/docker/api/server/router/checkpoint [2022-11-01T10:12:57.397Z] github.com/docker/docker/api/server/router/container [2022-11-01T10:12:57.397Z] github.com/docker/docker/api/server/router/debug [2022-11-01T10:12:57.397Z] github.com/docker/docker/api/server/router/distribution [2022-11-01T10:12:57.397Z] github.com/docker/docker/api/server/router/grpc [2022-11-01T10:12:57.397Z] github.com/docker/docker/api/server/router/image [2022-11-01T10:12:57.397Z] github.com/docker/docker/api/server/router/network [2022-11-01T10:12:57.397Z] github.com/docker/docker/api/server/router/plugin [2022-11-01T10:12:57.397Z] github.com/docker/docker/api/server/router/session [2022-11-01T10:12:57.397Z] github.com/docker/docker/api/server/router/swarm [2022-11-01T10:12:57.397Z] github.com/docker/docker/api/server/router/system [2022-11-01T10:12:57.397Z] github.com/docker/docker/api/server/router/volume [2022-11-01T10:12:57.397Z] github.com/docker/docker/api/types [2022-11-01T10:12:57.397Z] github.com/docker/docker/api/types/backend [2022-11-01T10:12:57.397Z] github.com/docker/docker/api/types/blkiodev [2022-11-01T10:12:57.397Z] github.com/docker/docker/api/types/container [2022-11-01T10:12:57.397Z] github.com/docker/docker/api/types/events [2022-11-01T10:12:57.397Z] github.com/docker/docker/api/types/filters [2022-11-01T10:12:57.397Z] github.com/docker/docker/api/types/image [2022-11-01T10:12:57.397Z] github.com/docker/docker/api/types/mount [2022-11-01T10:12:57.397Z] github.com/docker/docker/api/types/network [2022-11-01T10:12:57.397Z] github.com/docker/docker/api/types/plugins/logdriver [2022-11-01T10:12:57.397Z] github.com/docker/docker/api/types/registry [2022-11-01T10:12:57.397Z] github.com/docker/docker/api/types/strslice [2022-11-01T10:12:57.397Z] github.com/docker/docker/api/types/swarm [2022-11-01T10:12:57.397Z] github.com/docker/docker/api/types/swarm/runtime [2022-11-01T10:12:57.397Z] github.com/docker/docker/api/types/time [2022-11-01T10:12:57.397Z] github.com/docker/docker/api/types/versions [2022-11-01T10:12:57.397Z] github.com/docker/docker/api/types/versions/v1p19 [2022-11-01T10:12:57.397Z] github.com/docker/docker/api/types/versions/v1p20 [2022-11-01T10:12:57.397Z] github.com/docker/docker/api/types/volume [2022-11-01T10:12:57.397Z] github.com/docker/docker/builder [2022-11-01T10:12:57.397Z] github.com/docker/docker/builder/builder-next [2022-11-01T10:12:57.397Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-11-01T10:12:57.397Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-11-01T10:12:57.397Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-11-01T10:12:57.397Z] github.com/docker/docker/builder/builder-next/exporter [2022-11-01T10:12:57.397Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-11-01T10:12:57.397Z] github.com/docker/docker/builder/builder-next/worker [2022-11-01T10:12:57.397Z] github.com/docker/docker/builder/dockerfile [2022-11-01T10:12:57.397Z] github.com/docker/docker/builder/remotecontext [2022-11-01T10:12:57.397Z] github.com/docker/docker/builder/remotecontext/git [2022-11-01T10:12:57.397Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-11-01T10:12:57.397Z] github.com/docker/docker/cli [2022-11-01T10:12:57.397Z] github.com/docker/docker/cli/config [2022-11-01T10:12:57.397Z] github.com/docker/docker/cli/debug [2022-11-01T10:12:57.397Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-11-01T10:12:57.397Z] github.com/docker/docker/cli/winresources/dockerd [2022-11-01T10:12:57.397Z] github.com/docker/docker/client [2022-11-01T10:12:57.397Z] github.com/docker/docker/cmd/docker-proxy [2022-11-01T10:12:57.397Z] github.com/docker/docker/cmd/dockerd [2022-11-01T10:12:57.397Z] github.com/docker/docker/cmd/dockerd/trap [2022-11-01T10:12:57.397Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-11-01T10:12:57.397Z] github.com/docker/docker/container [2022-11-01T10:12:57.397Z] github.com/docker/docker/container/stream [2022-11-01T10:12:57.397Z] github.com/docker/docker/contrib/apparmor [2022-11-01T10:12:57.397Z] github.com/docker/docker/contrib/docker-device-tool [2022-11-01T10:12:57.397Z] github.com/docker/docker/contrib/httpserver [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/cluster [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/cluster/convert [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/cluster/executor [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/cluster/executor/container [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/cluster/provider [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/config [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/containerd [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/events [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/events/testutils [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/graphdriver [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/graphdriver/copy [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/graphdriver/register [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/images [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/initlayer [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/links [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/listeners [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/logger [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/logger/awslogs [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/logger/fluentd [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/logger/gcplogs [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/logger/gelf [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/logger/journald [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/logger/journald/internal/export [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/logger/local [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/logger/logentries [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/logger/loggertest [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/logger/loggerutils [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/logger/splunk [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/logger/syslog [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/logger/templates [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/names [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/network [2022-11-01T10:12:57.397Z] github.com/docker/docker/daemon/stats [2022-11-01T10:12:57.397Z] github.com/docker/docker/distribution [2022-11-01T10:12:57.397Z] github.com/docker/docker/distribution/metadata [2022-11-01T10:12:57.397Z] github.com/docker/docker/distribution/utils [2022-11-01T10:12:57.397Z] github.com/docker/docker/distribution/xfer [2022-11-01T10:12:57.397Z] github.com/docker/docker/dockerversion [2022-11-01T10:12:57.397Z] github.com/docker/docker/errdefs [2022-11-01T10:12:57.397Z] github.com/docker/docker/image [2022-11-01T10:12:57.397Z] github.com/docker/docker/image/cache [2022-11-01T10:12:57.397Z] github.com/docker/docker/image/tarexport [2022-11-01T10:12:57.397Z] github.com/docker/docker/image/v1 [2022-11-01T10:12:57.397Z] github.com/docker/docker/internal/test/suite [2022-11-01T10:12:57.397Z] github.com/docker/docker/layer [2022-11-01T10:12:57.397Z] github.com/docker/docker/libcontainerd [2022-11-01T10:12:57.397Z] github.com/docker/docker/libcontainerd/queue [2022-11-01T10:12:57.397Z] github.com/docker/docker/libcontainerd/remote [2022-11-01T10:12:57.397Z] github.com/docker/docker/libcontainerd/supervisor [2022-11-01T10:12:57.397Z] github.com/docker/docker/libcontainerd/types [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/bitseq [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/cluster [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/config [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/datastore [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/diagnostic [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/discoverapi [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/driverapi [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/drivers/host [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/drivers/null [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/drivers/remote [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/drivers/windows [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/drvregistry [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/etchosts [2022-11-01T10:12:57.397Z] github.com/docker/docker/libnetwork/idm [2022-11-01T10:12:57.398Z] github.com/docker/docker/libnetwork/internal/caller [2022-11-01T10:12:57.398Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-11-01T10:12:57.398Z] github.com/docker/docker/libnetwork/ipam [2022-11-01T10:12:57.398Z] github.com/docker/docker/libnetwork/ipamapi [2022-11-01T10:12:57.398Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-11-01T10:12:57.398Z] github.com/docker/docker/libnetwork/ipams/null [2022-11-01T10:12:57.398Z] github.com/docker/docker/libnetwork/ipams/remote [2022-11-01T10:12:57.398Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-11-01T10:12:57.398Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-11-01T10:12:57.398Z] github.com/docker/docker/libnetwork/ipamutils [2022-11-01T10:12:57.398Z] github.com/docker/docker/libnetwork/iptables [2022-11-01T10:12:57.398Z] github.com/docker/docker/libnetwork/netlabel [2022-11-01T10:12:57.398Z] github.com/docker/docker/libnetwork/netutils [2022-11-01T10:12:57.398Z] github.com/docker/docker/libnetwork/networkdb [2022-11-01T10:12:57.398Z] github.com/docker/docker/libnetwork/ns [2022-11-01T10:12:57.398Z] github.com/docker/docker/libnetwork/options [2022-11-01T10:12:57.398Z] github.com/docker/docker/libnetwork/osl [2022-11-01T10:12:57.398Z] github.com/docker/docker/libnetwork/osl/kernel [2022-11-01T10:12:57.398Z] github.com/docker/docker/libnetwork/portallocator [2022-11-01T10:12:57.398Z] github.com/docker/docker/libnetwork/portmapper [2022-11-01T10:12:57.398Z] github.com/docker/docker/libnetwork/resolvconf [2022-11-01T10:12:57.398Z] github.com/docker/docker/libnetwork/testutils [2022-11-01T10:12:57.398Z] github.com/docker/docker/libnetwork/types [2022-11-01T10:12:57.398Z] github.com/docker/docker/oci [2022-11-01T10:12:57.398Z] github.com/docker/docker/oci/caps [2022-11-01T10:12:57.398Z] github.com/docker/docker/opts [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/aaparser [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/archive [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/authorization [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/broadcaster [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/capabilities [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/chrootarchive [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/containerfs [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/devicemapper [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/directory [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/dmesg [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/fileutils [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/homedir [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/idtools [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/ioutils [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/jsonmessage [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/longpath [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/loopback [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/namesgenerator [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/parsers [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/parsers/kernel [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/pidfile [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/platform [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/plugingetter [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/plugins [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/plugins/transport [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/pools [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/progress [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/reexec [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/stack [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/stdcopy [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/streamformatter [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/stringid [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/sysinfo [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/system [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/tailfile [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/tarsum [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/useragent [2022-11-01T10:12:57.398Z] github.com/docker/docker/plugin [2022-11-01T10:12:57.398Z] github.com/docker/docker/plugin/executor/containerd [2022-11-01T10:12:57.398Z] github.com/docker/docker/plugin/v2 [2022-11-01T10:12:57.398Z] github.com/docker/docker/profiles/apparmor [2022-11-01T10:12:57.398Z] github.com/docker/docker/profiles/seccomp [2022-11-01T10:12:57.398Z] github.com/docker/docker/quota [2022-11-01T10:12:57.398Z] github.com/docker/docker/reference [2022-11-01T10:12:57.398Z] github.com/docker/docker/registry [2022-11-01T10:12:57.398Z] github.com/docker/docker/registry/resumable [2022-11-01T10:12:57.398Z] github.com/docker/docker/restartmanager [2022-11-01T10:12:57.398Z] github.com/docker/docker/rootless [2022-11-01T10:12:57.398Z] github.com/docker/docker/rootless/specconv [2022-11-01T10:12:57.398Z] github.com/docker/docker/runconfig [2022-11-01T10:12:57.398Z] github.com/docker/docker/runconfig/opts [2022-11-01T10:12:57.398Z] github.com/docker/docker/testutil [2022-11-01T10:12:57.398Z] github.com/docker/docker/testutil/daemon [2022-11-01T10:12:57.398Z] github.com/docker/docker/testutil/environment [2022-11-01T10:12:57.398Z] github.com/docker/docker/testutil/fakecontext [2022-11-01T10:12:57.398Z] github.com/docker/docker/testutil/fakegit [2022-11-01T10:12:57.398Z] github.com/docker/docker/testutil/fakestorage [2022-11-01T10:12:57.398Z] github.com/docker/docker/testutil/fixtures/load [2022-11-01T10:12:57.398Z] github.com/docker/docker/testutil/fixtures/plugin [2022-11-01T10:12:57.398Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-11-01T10:12:57.398Z] github.com/docker/docker/testutil/registry [2022-11-01T10:12:57.398Z] github.com/docker/docker/testutil/request [2022-11-01T10:12:57.398Z] github.com/docker/docker/volume [2022-11-01T10:12:57.398Z] github.com/docker/docker/volume/drivers [2022-11-01T10:12:57.398Z] github.com/docker/docker/volume/local [2022-11-01T10:12:57.398Z] github.com/docker/docker/volume/mounts [2022-11-01T10:12:57.398Z] github.com/docker/docker/volume/service [2022-11-01T10:12:57.398Z] github.com/docker/docker/volume/service/opts [2022-11-01T10:12:57.398Z] github.com/docker/docker/volume/testutils' [2022-11-01T10:12:57.398Z] + base_pkg_list='github.com/docker/docker/api [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/server [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/server/backend/build [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/server/httpstatus [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/server/httputils [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/server/middleware [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/server/router [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/server/router/build [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/server/router/checkpoint [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/server/router/container [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/server/router/debug [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/server/router/distribution [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/server/router/grpc [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/server/router/image [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/server/router/network [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/server/router/plugin [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/server/router/session [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/server/router/swarm [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/server/router/system [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/server/router/volume [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/types [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/types/backend [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/types/blkiodev [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/types/container [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/types/events [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/types/filters [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/types/image [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/types/mount [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/types/network [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/types/plugins/logdriver [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/types/registry [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/types/strslice [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/types/swarm [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/types/swarm/runtime [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/types/time [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/types/versions [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/types/versions/v1p19 [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/types/versions/v1p20 [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/types/volume [2022-11-01T10:12:57.398Z] github.com/docker/docker/builder [2022-11-01T10:12:57.398Z] github.com/docker/docker/builder/builder-next [2022-11-01T10:12:57.398Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-11-01T10:12:57.398Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-11-01T10:12:57.398Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-11-01T10:12:57.398Z] github.com/docker/docker/builder/builder-next/exporter [2022-11-01T10:12:57.398Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-11-01T10:12:57.398Z] github.com/docker/docker/builder/builder-next/worker [2022-11-01T10:12:57.398Z] github.com/docker/docker/builder/dockerfile [2022-11-01T10:12:57.398Z] github.com/docker/docker/builder/remotecontext [2022-11-01T10:12:57.398Z] github.com/docker/docker/builder/remotecontext/git [2022-11-01T10:12:57.398Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-11-01T10:12:57.398Z] github.com/docker/docker/cli [2022-11-01T10:12:57.398Z] github.com/docker/docker/cli/config [2022-11-01T10:12:57.398Z] github.com/docker/docker/cli/debug [2022-11-01T10:12:57.398Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-11-01T10:12:57.398Z] github.com/docker/docker/cli/winresources/dockerd [2022-11-01T10:12:57.398Z] github.com/docker/docker/client [2022-11-01T10:12:57.398Z] github.com/docker/docker/cmd/docker-proxy [2022-11-01T10:12:57.398Z] github.com/docker/docker/cmd/dockerd [2022-11-01T10:12:57.398Z] github.com/docker/docker/cmd/dockerd/trap [2022-11-01T10:12:57.398Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-11-01T10:12:57.398Z] github.com/docker/docker/container [2022-11-01T10:12:57.398Z] github.com/docker/docker/container/stream [2022-11-01T10:12:57.398Z] github.com/docker/docker/contrib/apparmor [2022-11-01T10:12:57.398Z] github.com/docker/docker/contrib/docker-device-tool [2022-11-01T10:12:57.398Z] github.com/docker/docker/contrib/httpserver [2022-11-01T10:12:57.398Z] github.com/docker/docker/daemon [2022-11-01T10:12:57.398Z] github.com/docker/docker/daemon/cluster [2022-11-01T10:12:57.398Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-11-01T10:12:57.398Z] github.com/docker/docker/daemon/cluster/convert [2022-11-01T10:12:57.398Z] github.com/docker/docker/daemon/cluster/executor [2022-11-01T10:12:57.398Z] github.com/docker/docker/daemon/cluster/executor/container [2022-11-01T10:12:57.398Z] github.com/docker/docker/daemon/cluster/provider [2022-11-01T10:12:57.398Z] github.com/docker/docker/daemon/config [2022-11-01T10:12:57.398Z] github.com/docker/docker/daemon/containerd [2022-11-01T10:12:57.398Z] github.com/docker/docker/daemon/events [2022-11-01T10:12:57.398Z] github.com/docker/docker/daemon/events/testutils [2022-11-01T10:12:57.398Z] github.com/docker/docker/daemon/graphdriver [2022-11-01T10:12:57.398Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-11-01T10:12:57.398Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-11-01T10:12:57.398Z] github.com/docker/docker/daemon/graphdriver/copy [2022-11-01T10:12:57.398Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-11-01T10:12:57.398Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-11-01T10:12:57.398Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-11-01T10:12:57.398Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-11-01T10:12:57.398Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-11-01T10:12:57.398Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-11-01T10:12:57.398Z] github.com/docker/docker/daemon/graphdriver/register [2022-11-01T10:12:57.398Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-11-01T10:12:57.398Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-11-01T10:12:57.398Z] github.com/docker/docker/daemon/images [2022-11-01T10:12:57.398Z] github.com/docker/docker/daemon/initlayer [2022-11-01T10:12:57.398Z] github.com/docker/docker/daemon/links [2022-11-01T10:12:57.398Z] github.com/docker/docker/daemon/listeners [2022-11-01T10:12:57.398Z] github.com/docker/docker/daemon/logger [2022-11-01T10:12:57.398Z] github.com/docker/docker/daemon/logger/awslogs [2022-11-01T10:12:57.398Z] github.com/docker/docker/daemon/logger/fluentd [2022-11-01T10:12:57.398Z] github.com/docker/docker/daemon/logger/gcplogs [2022-11-01T10:12:57.398Z] github.com/docker/docker/daemon/logger/gelf [2022-11-01T10:12:57.398Z] github.com/docker/docker/daemon/logger/journald [2022-11-01T10:12:57.398Z] github.com/docker/docker/daemon/logger/journald/internal/export [2022-11-01T10:12:57.398Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2022-11-01T10:12:57.398Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2022-11-01T10:12:57.398Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-11-01T10:12:57.398Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-11-01T10:12:57.398Z] github.com/docker/docker/daemon/logger/local [2022-11-01T10:12:57.398Z] github.com/docker/docker/daemon/logger/logentries [2022-11-01T10:12:57.398Z] github.com/docker/docker/daemon/logger/loggertest [2022-11-01T10:12:57.398Z] github.com/docker/docker/daemon/logger/loggerutils [2022-11-01T10:12:57.398Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-11-01T10:12:57.398Z] github.com/docker/docker/daemon/logger/splunk [2022-11-01T10:12:57.398Z] github.com/docker/docker/daemon/logger/syslog [2022-11-01T10:12:57.398Z] github.com/docker/docker/daemon/logger/templates [2022-11-01T10:12:57.398Z] github.com/docker/docker/daemon/names [2022-11-01T10:12:57.398Z] github.com/docker/docker/daemon/network [2022-11-01T10:12:57.398Z] github.com/docker/docker/daemon/stats [2022-11-01T10:12:57.398Z] github.com/docker/docker/distribution [2022-11-01T10:12:57.398Z] github.com/docker/docker/distribution/metadata [2022-11-01T10:12:57.398Z] github.com/docker/docker/distribution/utils [2022-11-01T10:12:57.398Z] github.com/docker/docker/distribution/xfer [2022-11-01T10:12:57.398Z] github.com/docker/docker/dockerversion [2022-11-01T10:12:57.398Z] github.com/docker/docker/errdefs [2022-11-01T10:12:57.398Z] github.com/docker/docker/image [2022-11-01T10:12:57.398Z] github.com/docker/docker/image/cache [2022-11-01T10:12:57.398Z] github.com/docker/docker/image/tarexport [2022-11-01T10:12:57.398Z] github.com/docker/docker/image/v1 [2022-11-01T10:12:57.398Z] github.com/docker/docker/internal/test/suite [2022-11-01T10:12:57.398Z] github.com/docker/docker/layer [2022-11-01T10:12:57.398Z] github.com/docker/docker/libcontainerd [2022-11-01T10:12:57.398Z] github.com/docker/docker/libcontainerd/queue [2022-11-01T10:12:57.398Z] github.com/docker/docker/libcontainerd/remote [2022-11-01T10:12:57.398Z] github.com/docker/docker/libcontainerd/supervisor [2022-11-01T10:12:57.398Z] github.com/docker/docker/libcontainerd/types [2022-11-01T10:12:57.398Z] github.com/docker/docker/oci [2022-11-01T10:12:57.398Z] github.com/docker/docker/oci/caps [2022-11-01T10:12:57.398Z] github.com/docker/docker/opts [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/aaparser [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/archive [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/authorization [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/broadcaster [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/capabilities [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/chrootarchive [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/containerfs [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/devicemapper [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/directory [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/dmesg [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/fileutils [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/homedir [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/idtools [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/ioutils [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/jsonmessage [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/longpath [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/loopback [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/namesgenerator [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/parsers [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/parsers/kernel [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/pidfile [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/platform [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/plugingetter [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/plugins [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/plugins/transport [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/pools [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/progress [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/reexec [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/stack [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/stdcopy [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/streamformatter [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/stringid [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/sysinfo [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/system [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/tailfile [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/tarsum [2022-11-01T10:12:57.398Z] github.com/docker/docker/pkg/useragent [2022-11-01T10:12:57.398Z] github.com/docker/docker/plugin [2022-11-01T10:12:57.398Z] github.com/docker/docker/plugin/executor/containerd [2022-11-01T10:12:57.398Z] github.com/docker/docker/plugin/v2 [2022-11-01T10:12:57.398Z] github.com/docker/docker/profiles/apparmor [2022-11-01T10:12:57.398Z] github.com/docker/docker/profiles/seccomp [2022-11-01T10:12:57.398Z] github.com/docker/docker/quota [2022-11-01T10:12:57.398Z] github.com/docker/docker/reference [2022-11-01T10:12:57.398Z] github.com/docker/docker/registry [2022-11-01T10:12:57.398Z] github.com/docker/docker/registry/resumable [2022-11-01T10:12:57.398Z] github.com/docker/docker/restartmanager [2022-11-01T10:12:57.398Z] github.com/docker/docker/rootless [2022-11-01T10:12:57.398Z] github.com/docker/docker/rootless/specconv [2022-11-01T10:12:57.398Z] github.com/docker/docker/runconfig [2022-11-01T10:12:57.398Z] github.com/docker/docker/runconfig/opts [2022-11-01T10:12:57.398Z] github.com/docker/docker/testutil [2022-11-01T10:12:57.398Z] github.com/docker/docker/testutil/daemon [2022-11-01T10:12:57.398Z] github.com/docker/docker/testutil/environment [2022-11-01T10:12:57.398Z] github.com/docker/docker/testutil/fakecontext [2022-11-01T10:12:57.398Z] github.com/docker/docker/testutil/fakegit [2022-11-01T10:12:57.398Z] github.com/docker/docker/testutil/fakestorage [2022-11-01T10:12:57.398Z] github.com/docker/docker/testutil/fixtures/load [2022-11-01T10:12:57.398Z] github.com/docker/docker/testutil/fixtures/plugin [2022-11-01T10:12:57.398Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-11-01T10:12:57.398Z] github.com/docker/docker/testutil/registry [2022-11-01T10:12:57.398Z] github.com/docker/docker/testutil/request [2022-11-01T10:12:57.398Z] github.com/docker/docker/volume [2022-11-01T10:12:57.398Z] github.com/docker/docker/volume/drivers [2022-11-01T10:12:57.398Z] github.com/docker/docker/volume/local [2022-11-01T10:12:57.398Z] github.com/docker/docker/volume/mounts [2022-11-01T10:12:57.398Z] github.com/docker/docker/volume/service [2022-11-01T10:12:57.398Z] github.com/docker/docker/volume/service/opts [2022-11-01T10:12:57.398Z] github.com/docker/docker/volume/testutils' [2022-11-01T10:12:57.398Z] ++ grep --fixed-strings /libnetwork [2022-11-01T10:12:57.398Z] ++ echo 'github.com/docker/docker/api [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/server [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/server/backend/build [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/server/httpstatus [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/server/httputils [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/server/middleware [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/server/router [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/server/router/build [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/server/router/checkpoint [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/server/router/container [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/server/router/debug [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/server/router/distribution [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/server/router/grpc [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/server/router/image [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/server/router/network [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/server/router/plugin [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/server/router/session [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/server/router/swarm [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/server/router/system [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/server/router/volume [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/types [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/types/backend [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/types/blkiodev [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/types/container [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/types/events [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/types/filters [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/types/image [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/types/mount [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/types/network [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/types/plugins/logdriver [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/types/registry [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/types/strslice [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/types/swarm [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/types/swarm/runtime [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/types/time [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/types/versions [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/types/versions/v1p19 [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/types/versions/v1p20 [2022-11-01T10:12:57.398Z] github.com/docker/docker/api/types/volume [2022-11-01T10:12:57.398Z] github.com/docker/docker/builder [2022-11-01T10:12:57.398Z] github.com/docker/docker/builder/builder-next [2022-11-01T10:12:57.398Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-11-01T10:12:57.398Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-11-01T10:12:57.398Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-11-01T10:12:57.398Z] github.com/docker/docker/builder/builder-next/exporter [2022-11-01T10:12:57.398Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-11-01T10:12:57.398Z] github.com/docker/docker/builder/builder-next/worker [2022-11-01T10:12:57.398Z] github.com/docker/docker/builder/dockerfile [2022-11-01T10:12:57.398Z] github.com/docker/docker/builder/remotecontext [2022-11-01T10:12:57.398Z] github.com/docker/docker/builder/remotecontext/git [2022-11-01T10:12:57.398Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-11-01T10:12:57.398Z] github.com/docker/docker/cli [2022-11-01T10:12:57.398Z] github.com/docker/docker/cli/config [2022-11-01T10:12:57.398Z] github.com/docker/docker/cli/debug [2022-11-01T10:12:57.398Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-11-01T10:12:57.398Z] github.com/docker/docker/cli/winresources/dockerd [2022-11-01T10:12:57.398Z] github.com/docker/docker/client [2022-11-01T10:12:57.398Z] github.com/docker/docker/cmd/docker-proxy [2022-11-01T10:12:57.398Z] github.com/docker/docker/cmd/dockerd [2022-11-01T10:12:57.398Z] github.com/docker/docker/cmd/dockerd/trap [2022-11-01T10:12:57.398Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-11-01T10:12:57.398Z] github.com/docker/docker/container [2022-11-01T10:12:57.398Z] github.com/docker/docker/container/stream [2022-11-01T10:12:57.399Z] github.com/docker/docker/contrib/apparmor [2022-11-01T10:12:57.399Z] github.com/docker/docker/contrib/docker-device-tool [2022-11-01T10:12:57.399Z] github.com/docker/docker/contrib/httpserver [2022-11-01T10:12:57.399Z] github.com/docker/docker/daemon [2022-11-01T10:12:57.399Z] github.com/docker/docker/daemon/cluster [2022-11-01T10:12:57.399Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-11-01T10:12:57.399Z] github.com/docker/docker/daemon/cluster/convert [2022-11-01T10:12:57.399Z] github.com/docker/docker/daemon/cluster/executor [2022-11-01T10:12:57.399Z] github.com/docker/docker/daemon/cluster/executor/container [2022-11-01T10:12:57.399Z] github.com/docker/docker/daemon/cluster/provider [2022-11-01T10:12:57.399Z] github.com/docker/docker/daemon/config [2022-11-01T10:12:57.399Z] github.com/docker/docker/daemon/containerd [2022-11-01T10:12:57.399Z] github.com/docker/docker/daemon/events [2022-11-01T10:12:57.399Z] github.com/docker/docker/daemon/events/testutils [2022-11-01T10:12:57.399Z] github.com/docker/docker/daemon/graphdriver [2022-11-01T10:12:57.399Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-11-01T10:12:57.399Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-11-01T10:12:57.399Z] github.com/docker/docker/daemon/graphdriver/copy [2022-11-01T10:12:57.399Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-11-01T10:12:57.399Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-11-01T10:12:57.399Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-11-01T10:12:57.399Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-11-01T10:12:57.399Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-11-01T10:12:57.399Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-11-01T10:12:57.399Z] github.com/docker/docker/daemon/graphdriver/register [2022-11-01T10:12:57.399Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-11-01T10:12:57.399Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-11-01T10:12:57.399Z] github.com/docker/docker/daemon/images [2022-11-01T10:12:57.399Z] github.com/docker/docker/daemon/initlayer [2022-11-01T10:12:57.399Z] github.com/docker/docker/daemon/links [2022-11-01T10:12:57.399Z] github.com/docker/docker/daemon/listeners [2022-11-01T10:12:57.399Z] github.com/docker/docker/daemon/logger [2022-11-01T10:12:57.399Z] github.com/docker/docker/daemon/logger/awslogs [2022-11-01T10:12:57.399Z] github.com/docker/docker/daemon/logger/fluentd [2022-11-01T10:12:57.399Z] github.com/docker/docker/daemon/logger/gcplogs [2022-11-01T10:12:57.399Z] github.com/docker/docker/daemon/logger/gelf [2022-11-01T10:12:57.399Z] github.com/docker/docker/daemon/logger/journald [2022-11-01T10:12:57.399Z] github.com/docker/docker/daemon/logger/journald/internal/export [2022-11-01T10:12:57.399Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2022-11-01T10:12:57.399Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2022-11-01T10:12:57.399Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-11-01T10:12:57.399Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-11-01T10:12:57.399Z] github.com/docker/docker/daemon/logger/local [2022-11-01T10:12:57.399Z] github.com/docker/docker/daemon/logger/logentries [2022-11-01T10:12:57.399Z] github.com/docker/docker/daemon/logger/loggertest [2022-11-01T10:12:57.399Z] github.com/docker/docker/daemon/logger/loggerutils [2022-11-01T10:12:57.399Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-11-01T10:12:57.399Z] github.com/docker/docker/daemon/logger/splunk [2022-11-01T10:12:57.399Z] github.com/docker/docker/daemon/logger/syslog [2022-11-01T10:12:57.399Z] github.com/docker/docker/daemon/logger/templates [2022-11-01T10:12:57.399Z] github.com/docker/docker/daemon/names [2022-11-01T10:12:57.399Z] github.com/docker/docker/daemon/network [2022-11-01T10:12:57.399Z] github.com/docker/docker/daemon/stats [2022-11-01T10:12:57.399Z] github.com/docker/docker/distribution [2022-11-01T10:12:57.399Z] github.com/docker/docker/distribution/metadata [2022-11-01T10:12:57.399Z] github.com/docker/docker/distribution/utils [2022-11-01T10:12:57.399Z] github.com/docker/docker/distribution/xfer [2022-11-01T10:12:57.399Z] github.com/docker/docker/dockerversion [2022-11-01T10:12:57.399Z] github.com/docker/docker/errdefs [2022-11-01T10:12:57.399Z] github.com/docker/docker/image [2022-11-01T10:12:57.399Z] github.com/docker/docker/image/cache [2022-11-01T10:12:57.399Z] github.com/docker/docker/image/tarexport [2022-11-01T10:12:57.399Z] github.com/docker/docker/image/v1 [2022-11-01T10:12:57.399Z] github.com/docker/docker/internal/test/suite [2022-11-01T10:12:57.399Z] github.com/docker/docker/layer [2022-11-01T10:12:57.399Z] github.com/docker/docker/libcontainerd [2022-11-01T10:12:57.399Z] github.com/docker/docker/libcontainerd/queue [2022-11-01T10:12:57.399Z] github.com/docker/docker/libcontainerd/remote [2022-11-01T10:12:57.399Z] github.com/docker/docker/libcontainerd/supervisor [2022-11-01T10:12:57.399Z] github.com/docker/docker/libcontainerd/types [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/bitseq [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/cluster [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/config [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/datastore [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/diagnostic [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/discoverapi [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/driverapi [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/drivers/host [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/drivers/null [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/drivers/remote [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/drivers/windows [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/drvregistry [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/etchosts [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/idm [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/internal/caller [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/ipam [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/ipamapi [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/ipams/null [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/ipams/remote [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/ipamutils [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/iptables [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/netlabel [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/netutils [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/networkdb [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/ns [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/options [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/osl [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/osl/kernel [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/portallocator [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/portmapper [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/resolvconf [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/testutils [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/types [2022-11-01T10:12:57.399Z] github.com/docker/docker/oci [2022-11-01T10:12:57.399Z] github.com/docker/docker/oci/caps [2022-11-01T10:12:57.399Z] github.com/docker/docker/opts [2022-11-01T10:12:57.399Z] github.com/docker/docker/pkg/aaparser [2022-11-01T10:12:57.399Z] github.com/docker/docker/pkg/archive [2022-11-01T10:12:57.399Z] github.com/docker/docker/pkg/authorization [2022-11-01T10:12:57.399Z] github.com/docker/docker/pkg/broadcaster [2022-11-01T10:12:57.399Z] github.com/docker/docker/pkg/capabilities [2022-11-01T10:12:57.399Z] github.com/docker/docker/pkg/chrootarchive [2022-11-01T10:12:57.399Z] github.com/docker/docker/pkg/containerfs [2022-11-01T10:12:57.399Z] github.com/docker/docker/pkg/devicemapper [2022-11-01T10:12:57.399Z] github.com/docker/docker/pkg/directory [2022-11-01T10:12:57.399Z] github.com/docker/docker/pkg/dmesg [2022-11-01T10:12:57.399Z] github.com/docker/docker/pkg/fileutils [2022-11-01T10:12:57.399Z] github.com/docker/docker/pkg/homedir [2022-11-01T10:12:57.399Z] github.com/docker/docker/pkg/idtools [2022-11-01T10:12:57.399Z] github.com/docker/docker/pkg/ioutils [2022-11-01T10:12:57.399Z] github.com/docker/docker/pkg/jsonmessage [2022-11-01T10:12:57.399Z] github.com/docker/docker/pkg/longpath [2022-11-01T10:12:57.399Z] github.com/docker/docker/pkg/loopback [2022-11-01T10:12:57.399Z] github.com/docker/docker/pkg/namesgenerator [2022-11-01T10:12:57.399Z] github.com/docker/docker/pkg/parsers [2022-11-01T10:12:57.399Z] github.com/docker/docker/pkg/parsers/kernel [2022-11-01T10:12:57.399Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-11-01T10:12:57.399Z] github.com/docker/docker/pkg/pidfile [2022-11-01T10:12:57.399Z] github.com/docker/docker/pkg/platform [2022-11-01T10:12:57.399Z] github.com/docker/docker/pkg/plugingetter [2022-11-01T10:12:57.399Z] github.com/docker/docker/pkg/plugins [2022-11-01T10:12:57.399Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-11-01T10:12:57.399Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-11-01T10:12:57.399Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-11-01T10:12:57.399Z] github.com/docker/docker/pkg/plugins/transport [2022-11-01T10:12:57.399Z] github.com/docker/docker/pkg/pools [2022-11-01T10:12:57.399Z] github.com/docker/docker/pkg/progress [2022-11-01T10:12:57.399Z] github.com/docker/docker/pkg/reexec [2022-11-01T10:12:57.399Z] github.com/docker/docker/pkg/stack [2022-11-01T10:12:57.399Z] github.com/docker/docker/pkg/stdcopy [2022-11-01T10:12:57.399Z] github.com/docker/docker/pkg/streamformatter [2022-11-01T10:12:57.399Z] github.com/docker/docker/pkg/stringid [2022-11-01T10:12:57.399Z] github.com/docker/docker/pkg/sysinfo [2022-11-01T10:12:57.399Z] github.com/docker/docker/pkg/system [2022-11-01T10:12:57.399Z] github.com/docker/docker/pkg/tailfile [2022-11-01T10:12:57.399Z] github.com/docker/docker/pkg/tarsum [2022-11-01T10:12:57.399Z] github.com/docker/docker/pkg/useragent [2022-11-01T10:12:57.399Z] github.com/docker/docker/plugin [2022-11-01T10:12:57.399Z] github.com/docker/docker/plugin/executor/containerd [2022-11-01T10:12:57.399Z] github.com/docker/docker/plugin/v2 [2022-11-01T10:12:57.399Z] github.com/docker/docker/profiles/apparmor [2022-11-01T10:12:57.399Z] github.com/docker/docker/profiles/seccomp [2022-11-01T10:12:57.399Z] github.com/docker/docker/quota [2022-11-01T10:12:57.399Z] github.com/docker/docker/reference [2022-11-01T10:12:57.399Z] github.com/docker/docker/registry [2022-11-01T10:12:57.399Z] github.com/docker/docker/registry/resumable [2022-11-01T10:12:57.399Z] github.com/docker/docker/restartmanager [2022-11-01T10:12:57.399Z] github.com/docker/docker/rootless [2022-11-01T10:12:57.399Z] github.com/docker/docker/rootless/specconv [2022-11-01T10:12:57.399Z] github.com/docker/docker/runconfig [2022-11-01T10:12:57.399Z] github.com/docker/docker/runconfig/opts [2022-11-01T10:12:57.399Z] github.com/docker/docker/testutil [2022-11-01T10:12:57.399Z] github.com/docker/docker/testutil/daemon [2022-11-01T10:12:57.399Z] github.com/docker/docker/testutil/environment [2022-11-01T10:12:57.399Z] github.com/docker/docker/testutil/fakecontext [2022-11-01T10:12:57.399Z] github.com/docker/docker/testutil/fakegit [2022-11-01T10:12:57.399Z] github.com/docker/docker/testutil/fakestorage [2022-11-01T10:12:57.399Z] github.com/docker/docker/testutil/fixtures/load [2022-11-01T10:12:57.399Z] github.com/docker/docker/testutil/fixtures/plugin [2022-11-01T10:12:57.399Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-11-01T10:12:57.399Z] github.com/docker/docker/testutil/registry [2022-11-01T10:12:57.399Z] github.com/docker/docker/testutil/request [2022-11-01T10:12:57.399Z] github.com/docker/docker/volume [2022-11-01T10:12:57.399Z] github.com/docker/docker/volume/drivers [2022-11-01T10:12:57.399Z] github.com/docker/docker/volume/local [2022-11-01T10:12:57.399Z] github.com/docker/docker/volume/mounts [2022-11-01T10:12:57.399Z] github.com/docker/docker/volume/service [2022-11-01T10:12:57.399Z] github.com/docker/docker/volume/service/opts [2022-11-01T10:12:57.399Z] github.com/docker/docker/volume/testutils' [2022-11-01T10:12:57.399Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/bitseq [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/cluster [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/config [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/datastore [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/diagnostic [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/discoverapi [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/driverapi [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/drivers/host [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/drivers/null [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/drivers/remote [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/drivers/windows [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/drvregistry [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/etchosts [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/idm [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/internal/caller [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/ipam [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/ipamapi [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/ipams/null [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/ipams/remote [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/ipamutils [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/iptables [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/netlabel [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/netutils [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/networkdb [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/ns [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/options [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/osl [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/osl/kernel [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/portallocator [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/portmapper [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/resolvconf [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/testutils [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/types' [2022-11-01T10:12:57.399Z] + echo 'github.com/docker/docker/libnetwork [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/bitseq [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/cluster [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/config [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/datastore [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/diagnostic [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/discoverapi [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/driverapi [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/drivers/host [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/drivers/null [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/drivers/remote [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/drivers/windows [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/drvregistry [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/etchosts [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/idm [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/internal/caller [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/ipam [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/ipamapi [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/ipams/null [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/ipams/remote [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/ipamutils [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/iptables [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/netlabel [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/netutils [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/networkdb [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/ns [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/options [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/osl [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/osl/kernel [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/portallocator [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/portmapper [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/resolvconf [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/testutils [2022-11-01T10:12:57.399Z] github.com/docker/docker/libnetwork/types' [2022-11-01T10:12:57.399Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-11-01T10:12:57.400Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-11-01T10:12:57.400Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-11-01T10:12:57.400Z] + type docker-proxy [2022-11-01T10:12:57.400Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-11-01T10:12:57.400Z] + hack/make.sh binary-proxy install-proxy [2022-11-01T10:12:57.400Z] [2022-11-01T10:12:57.400Z] Removing bundles/ [2022-11-01T10:12:57.400Z] [2022-11-01T10:12:57.400Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-11-01T10:12:57.400Z] Building: bundles/binary-proxy/docker-proxy [2022-11-01T10:12:57.400Z] GOOS="" GOARCH="" GOARM="" [2022-11-01T10:13:03.945Z] Created binary: bundles/binary-proxy/docker-proxy [2022-11-01T10:13:03.945Z] [2022-11-01T10:13:03.945Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-11-01T10:13:03.945Z] Installing docker-proxy to /usr/local/bin/ [2022-11-01T10:13:03.945Z] [2022-11-01T10:13:03.945Z] + mkdir -p bundles [2022-11-01T10:13:03.945Z] + '[' -n 'github.com/docker/docker/api [2022-11-01T10:13:03.945Z] github.com/docker/docker/api/server [2022-11-01T10:13:03.945Z] github.com/docker/docker/api/server/backend/build [2022-11-01T10:13:03.945Z] github.com/docker/docker/api/server/httpstatus [2022-11-01T10:13:03.945Z] github.com/docker/docker/api/server/httputils [2022-11-01T10:13:03.945Z] github.com/docker/docker/api/server/middleware [2022-11-01T10:13:03.945Z] github.com/docker/docker/api/server/router [2022-11-01T10:13:03.945Z] github.com/docker/docker/api/server/router/build [2022-11-01T10:13:03.945Z] github.com/docker/docker/api/server/router/checkpoint [2022-11-01T10:13:03.945Z] github.com/docker/docker/api/server/router/container [2022-11-01T10:13:03.945Z] github.com/docker/docker/api/server/router/debug [2022-11-01T10:13:03.945Z] github.com/docker/docker/api/server/router/distribution [2022-11-01T10:13:03.945Z] github.com/docker/docker/api/server/router/grpc [2022-11-01T10:13:03.945Z] github.com/docker/docker/api/server/router/image [2022-11-01T10:13:03.945Z] github.com/docker/docker/api/server/router/network [2022-11-01T10:13:03.945Z] github.com/docker/docker/api/server/router/plugin [2022-11-01T10:13:03.945Z] github.com/docker/docker/api/server/router/session [2022-11-01T10:13:03.945Z] github.com/docker/docker/api/server/router/swarm [2022-11-01T10:13:03.945Z] github.com/docker/docker/api/server/router/system [2022-11-01T10:13:03.945Z] github.com/docker/docker/api/server/router/volume [2022-11-01T10:13:03.945Z] github.com/docker/docker/api/types [2022-11-01T10:13:03.945Z] github.com/docker/docker/api/types/backend [2022-11-01T10:13:03.945Z] github.com/docker/docker/api/types/blkiodev [2022-11-01T10:13:03.945Z] github.com/docker/docker/api/types/container [2022-11-01T10:13:03.945Z] github.com/docker/docker/api/types/events [2022-11-01T10:13:03.945Z] github.com/docker/docker/api/types/filters [2022-11-01T10:13:03.945Z] github.com/docker/docker/api/types/image [2022-11-01T10:13:03.945Z] github.com/docker/docker/api/types/mount [2022-11-01T10:13:03.945Z] github.com/docker/docker/api/types/network [2022-11-01T10:13:03.945Z] github.com/docker/docker/api/types/plugins/logdriver [2022-11-01T10:13:03.945Z] github.com/docker/docker/api/types/registry [2022-11-01T10:13:03.945Z] github.com/docker/docker/api/types/strslice [2022-11-01T10:13:03.945Z] github.com/docker/docker/api/types/swarm [2022-11-01T10:13:03.945Z] github.com/docker/docker/api/types/swarm/runtime [2022-11-01T10:13:03.945Z] github.com/docker/docker/api/types/time [2022-11-01T10:13:03.945Z] github.com/docker/docker/api/types/versions [2022-11-01T10:13:03.945Z] github.com/docker/docker/api/types/versions/v1p19 [2022-11-01T10:13:03.945Z] github.com/docker/docker/api/types/versions/v1p20 [2022-11-01T10:13:03.945Z] github.com/docker/docker/api/types/volume [2022-11-01T10:13:03.945Z] github.com/docker/docker/builder [2022-11-01T10:13:03.945Z] github.com/docker/docker/builder/builder-next [2022-11-01T10:13:03.945Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-11-01T10:13:03.945Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-11-01T10:13:03.945Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-11-01T10:13:03.945Z] github.com/docker/docker/builder/builder-next/exporter [2022-11-01T10:13:03.945Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-11-01T10:13:03.945Z] github.com/docker/docker/builder/builder-next/worker [2022-11-01T10:13:03.945Z] github.com/docker/docker/builder/dockerfile [2022-11-01T10:13:03.945Z] github.com/docker/docker/builder/remotecontext [2022-11-01T10:13:03.945Z] github.com/docker/docker/builder/remotecontext/git [2022-11-01T10:13:03.945Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-11-01T10:13:03.945Z] github.com/docker/docker/cli [2022-11-01T10:13:03.945Z] github.com/docker/docker/cli/config [2022-11-01T10:13:03.945Z] github.com/docker/docker/cli/debug [2022-11-01T10:13:03.945Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-11-01T10:13:03.945Z] github.com/docker/docker/cli/winresources/dockerd [2022-11-01T10:13:03.945Z] github.com/docker/docker/client [2022-11-01T10:13:03.945Z] github.com/docker/docker/cmd/docker-proxy [2022-11-01T10:13:03.945Z] github.com/docker/docker/cmd/dockerd [2022-11-01T10:13:03.945Z] github.com/docker/docker/cmd/dockerd/trap [2022-11-01T10:13:03.945Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-11-01T10:13:03.945Z] github.com/docker/docker/container [2022-11-01T10:13:03.945Z] github.com/docker/docker/container/stream [2022-11-01T10:13:03.945Z] github.com/docker/docker/contrib/apparmor [2022-11-01T10:13:03.945Z] github.com/docker/docker/contrib/docker-device-tool [2022-11-01T10:13:03.945Z] github.com/docker/docker/contrib/httpserver [2022-11-01T10:13:03.945Z] github.com/docker/docker/daemon [2022-11-01T10:13:03.945Z] github.com/docker/docker/daemon/cluster [2022-11-01T10:13:03.945Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-11-01T10:13:03.946Z] github.com/docker/docker/daemon/cluster/convert [2022-11-01T10:13:03.946Z] github.com/docker/docker/daemon/cluster/executor [2022-11-01T10:13:03.946Z] github.com/docker/docker/daemon/cluster/executor/container [2022-11-01T10:13:03.946Z] github.com/docker/docker/daemon/cluster/provider [2022-11-01T10:13:03.946Z] github.com/docker/docker/daemon/config [2022-11-01T10:13:03.946Z] github.com/docker/docker/daemon/containerd [2022-11-01T10:13:03.946Z] github.com/docker/docker/daemon/events [2022-11-01T10:13:03.946Z] github.com/docker/docker/daemon/events/testutils [2022-11-01T10:13:03.946Z] github.com/docker/docker/daemon/graphdriver [2022-11-01T10:13:03.946Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-11-01T10:13:03.946Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-11-01T10:13:03.946Z] github.com/docker/docker/daemon/graphdriver/copy [2022-11-01T10:13:03.946Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-11-01T10:13:03.946Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-11-01T10:13:03.946Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-11-01T10:13:03.946Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-11-01T10:13:03.946Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-11-01T10:13:03.946Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-11-01T10:13:03.946Z] github.com/docker/docker/daemon/graphdriver/register [2022-11-01T10:13:03.946Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-11-01T10:13:03.946Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-11-01T10:13:03.946Z] github.com/docker/docker/daemon/images [2022-11-01T10:13:03.946Z] github.com/docker/docker/daemon/initlayer [2022-11-01T10:13:03.946Z] github.com/docker/docker/daemon/links [2022-11-01T10:13:03.946Z] github.com/docker/docker/daemon/listeners [2022-11-01T10:13:03.946Z] github.com/docker/docker/daemon/logger [2022-11-01T10:13:03.946Z] github.com/docker/docker/daemon/logger/awslogs [2022-11-01T10:13:03.946Z] github.com/docker/docker/daemon/logger/fluentd [2022-11-01T10:13:03.946Z] github.com/docker/docker/daemon/logger/gcplogs [2022-11-01T10:13:03.946Z] github.com/docker/docker/daemon/logger/gelf [2022-11-01T10:13:03.946Z] github.com/docker/docker/daemon/logger/journald [2022-11-01T10:13:03.946Z] github.com/docker/docker/daemon/logger/journald/internal/export [2022-11-01T10:13:03.946Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2022-11-01T10:13:03.946Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2022-11-01T10:13:03.946Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-11-01T10:13:03.946Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-11-01T10:13:03.946Z] github.com/docker/docker/daemon/logger/local [2022-11-01T10:13:03.946Z] github.com/docker/docker/daemon/logger/logentries [2022-11-01T10:13:03.946Z] github.com/docker/docker/daemon/logger/loggertest [2022-11-01T10:13:03.946Z] github.com/docker/docker/daemon/logger/loggerutils [2022-11-01T10:13:03.946Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-11-01T10:13:03.946Z] github.com/docker/docker/daemon/logger/splunk [2022-11-01T10:13:03.946Z] github.com/docker/docker/daemon/logger/syslog [2022-11-01T10:13:03.946Z] github.com/docker/docker/daemon/logger/templates [2022-11-01T10:13:03.946Z] github.com/docker/docker/daemon/names [2022-11-01T10:13:03.946Z] github.com/docker/docker/daemon/network [2022-11-01T10:13:03.946Z] github.com/docker/docker/daemon/stats [2022-11-01T10:13:03.946Z] github.com/docker/docker/distribution [2022-11-01T10:13:03.946Z] github.com/docker/docker/distribution/metadata [2022-11-01T10:13:03.946Z] github.com/docker/docker/distribution/utils [2022-11-01T10:13:03.946Z] github.com/docker/docker/distribution/xfer [2022-11-01T10:13:03.946Z] github.com/docker/docker/dockerversion [2022-11-01T10:13:03.946Z] github.com/docker/docker/errdefs [2022-11-01T10:13:03.946Z] github.com/docker/docker/image [2022-11-01T10:13:03.946Z] github.com/docker/docker/image/cache [2022-11-01T10:13:03.946Z] github.com/docker/docker/image/tarexport [2022-11-01T10:13:03.946Z] github.com/docker/docker/image/v1 [2022-11-01T10:13:03.946Z] github.com/docker/docker/internal/test/suite [2022-11-01T10:13:03.946Z] github.com/docker/docker/layer [2022-11-01T10:13:03.946Z] github.com/docker/docker/libcontainerd [2022-11-01T10:13:03.946Z] github.com/docker/docker/libcontainerd/queue [2022-11-01T10:13:03.946Z] github.com/docker/docker/libcontainerd/remote [2022-11-01T10:13:03.946Z] github.com/docker/docker/libcontainerd/supervisor [2022-11-01T10:13:03.946Z] github.com/docker/docker/libcontainerd/types [2022-11-01T10:13:03.946Z] github.com/docker/docker/oci [2022-11-01T10:13:03.946Z] github.com/docker/docker/oci/caps [2022-11-01T10:13:03.946Z] github.com/docker/docker/opts [2022-11-01T10:13:03.946Z] github.com/docker/docker/pkg/aaparser [2022-11-01T10:13:03.946Z] github.com/docker/docker/pkg/archive [2022-11-01T10:13:03.946Z] github.com/docker/docker/pkg/authorization [2022-11-01T10:13:03.946Z] github.com/docker/docker/pkg/broadcaster [2022-11-01T10:13:03.946Z] github.com/docker/docker/pkg/capabilities [2022-11-01T10:13:03.946Z] github.com/docker/docker/pkg/chrootarchive [2022-11-01T10:13:03.946Z] github.com/docker/docker/pkg/containerfs [2022-11-01T10:13:03.946Z] github.com/docker/docker/pkg/devicemapper [2022-11-01T10:13:03.946Z] github.com/docker/docker/pkg/directory [2022-11-01T10:13:03.946Z] github.com/docker/docker/pkg/dmesg [2022-11-01T10:13:03.946Z] github.com/docker/docker/pkg/fileutils [2022-11-01T10:13:03.946Z] github.com/docker/docker/pkg/homedir [2022-11-01T10:13:03.946Z] github.com/docker/docker/pkg/idtools [2022-11-01T10:13:03.946Z] github.com/docker/docker/pkg/ioutils [2022-11-01T10:13:03.946Z] github.com/docker/docker/pkg/jsonmessage [2022-11-01T10:13:03.946Z] github.com/docker/docker/pkg/longpath [2022-11-01T10:13:03.946Z] github.com/docker/docker/pkg/loopback [2022-11-01T10:13:03.946Z] github.com/docker/docker/pkg/namesgenerator [2022-11-01T10:13:03.946Z] github.com/docker/docker/pkg/parsers [2022-11-01T10:13:03.946Z] github.com/docker/docker/pkg/parsers/kernel [2022-11-01T10:13:03.946Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-11-01T10:13:03.946Z] github.com/docker/docker/pkg/pidfile [2022-11-01T10:13:03.946Z] github.com/docker/docker/pkg/platform [2022-11-01T10:13:03.946Z] github.com/docker/docker/pkg/plugingetter [2022-11-01T10:13:03.946Z] github.com/docker/docker/pkg/plugins [2022-11-01T10:13:03.946Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-11-01T10:13:03.946Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-11-01T10:13:03.946Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-11-01T10:13:03.946Z] github.com/docker/docker/pkg/plugins/transport [2022-11-01T10:13:03.946Z] github.com/docker/docker/pkg/pools [2022-11-01T10:13:03.946Z] github.com/docker/docker/pkg/progress [2022-11-01T10:13:03.946Z] github.com/docker/docker/pkg/reexec [2022-11-01T10:13:03.946Z] github.com/docker/docker/pkg/stack [2022-11-01T10:13:03.946Z] github.com/docker/docker/pkg/stdcopy [2022-11-01T10:13:03.946Z] github.com/docker/docker/pkg/streamformatter [2022-11-01T10:13:03.946Z] github.com/docker/docker/pkg/stringid [2022-11-01T10:13:03.946Z] github.com/docker/docker/pkg/sysinfo [2022-11-01T10:13:03.946Z] github.com/docker/docker/pkg/system [2022-11-01T10:13:03.946Z] github.com/docker/docker/pkg/tailfile [2022-11-01T10:13:03.946Z] github.com/docker/docker/pkg/tarsum [2022-11-01T10:13:03.946Z] github.com/docker/docker/pkg/useragent [2022-11-01T10:13:03.946Z] github.com/docker/docker/plugin [2022-11-01T10:13:03.946Z] github.com/docker/docker/plugin/executor/containerd [2022-11-01T10:13:03.946Z] github.com/docker/docker/plugin/v2 [2022-11-01T10:13:03.946Z] github.com/docker/docker/profiles/apparmor [2022-11-01T10:13:03.946Z] github.com/docker/docker/profiles/seccomp [2022-11-01T10:13:03.946Z] github.com/docker/docker/quota [2022-11-01T10:13:03.946Z] github.com/docker/docker/reference [2022-11-01T10:13:03.946Z] github.com/docker/docker/registry [2022-11-01T10:13:03.946Z] github.com/docker/docker/registry/resumable [2022-11-01T10:13:03.946Z] github.com/docker/docker/restartmanager [2022-11-01T10:13:03.946Z] github.com/docker/docker/rootless [2022-11-01T10:13:03.946Z] github.com/docker/docker/rootless/specconv [2022-11-01T10:13:03.946Z] github.com/docker/docker/runconfig [2022-11-01T10:13:03.946Z] github.com/docker/docker/runconfig/opts [2022-11-01T10:13:03.946Z] github.com/docker/docker/testutil [2022-11-01T10:13:03.946Z] github.com/docker/docker/testutil/daemon [2022-11-01T10:13:03.946Z] github.com/docker/docker/testutil/environment [2022-11-01T10:13:03.946Z] github.com/docker/docker/testutil/fakecontext [2022-11-01T10:13:03.946Z] github.com/docker/docker/testutil/fakegit [2022-11-01T10:13:03.946Z] github.com/docker/docker/testutil/fakestorage [2022-11-01T10:13:03.946Z] github.com/docker/docker/testutil/fixtures/load [2022-11-01T10:13:03.946Z] github.com/docker/docker/testutil/fixtures/plugin [2022-11-01T10:13:03.946Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-11-01T10:13:03.946Z] github.com/docker/docker/testutil/registry [2022-11-01T10:13:03.946Z] github.com/docker/docker/testutil/request [2022-11-01T10:13:03.946Z] github.com/docker/docker/volume [2022-11-01T10:13:03.946Z] github.com/docker/docker/volume/drivers [2022-11-01T10:13:03.946Z] github.com/docker/docker/volume/local [2022-11-01T10:13:03.946Z] github.com/docker/docker/volume/mounts [2022-11-01T10:13:03.946Z] github.com/docker/docker/volume/service [2022-11-01T10:13:03.946Z] github.com/docker/docker/volume/service/opts [2022-11-01T10:13:03.946Z] github.com/docker/docker/volume/testutils' ']' [2022-11-01T10:13:03.946Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo libdm_no_deferred_remove journald' -cover -coverprofile=bundles/coverage.out -covermode=atomic -test.timeout=5m github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/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/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/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/builder/remotecontext/urlutil github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/cli/winresources/docker-proxy github.com/docker/docker/cli/winresources/dockerd github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/containerd github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/aufs github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/journald/internal/export github.com/docker/docker/daemon/logger/journald/internal/fake github.com/docker/docker/daemon/logger/journald/internal/sdjournal 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/loggertest github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/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/longpath github.com/docker/docker/pkg/loopback github.com/docker/docker/pkg/namesgenerator 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/reexec github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/rootless/specconv github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2022-11-01T10:13:03.946Z] ? github.com/docker/docker/api [no test files] [2022-11-01T10:13:18.839Z] ok github.com/docker/docker/api/server 0.012s coverage: 7.9% of statements [2022-11-01T10:14:40.230Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-11-01T10:14:40.230Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-11-01T10:14:40.230Z] ok github.com/docker/docker/api/server/httputils 0.005s coverage: 31.9% of statements [2022-11-01T10:14:40.230Z] ok github.com/docker/docker/api/server/middleware 0.011s coverage: 37.7% of statements [2022-11-01T10:14:40.230Z] ? github.com/docker/docker/api/server/router [no test files] [2022-11-01T10:14:40.230Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-11-01T10:14:40.230Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-11-01T10:14:40.230Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-11-01T10:14:40.230Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-11-01T10:14:40.230Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-11-01T10:14:40.230Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-11-01T10:14:40.230Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-11-01T10:14:40.230Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-11-01T10:14:40.230Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-11-01T10:14:40.230Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-11-01T10:14:40.230Z] ok github.com/docker/docker/api/server/router/swarm 0.004s coverage: 6.0% of statements [2022-11-01T10:14:40.230Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-11-01T10:14:40.230Z] ok github.com/docker/docker/api/types/filters 0.007s coverage: 92.2% of statements [2022-11-01T10:14:40.230Z] ok github.com/docker/docker/api/server/router/volume 0.017s coverage: 66.7% of statements [2022-11-01T10:14:40.230Z] ? github.com/docker/docker/api/types [no test files] [2022-11-01T10:14:40.230Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-11-01T10:14:40.230Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-11-01T10:14:40.230Z] ? github.com/docker/docker/api/types/container [no test files] [2022-11-01T10:14:40.230Z] ? github.com/docker/docker/api/types/events [no test files] [2022-11-01T10:14:40.230Z] ? github.com/docker/docker/api/types/image [no test files] [2022-11-01T10:14:40.230Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-11-01T10:14:40.230Z] ? github.com/docker/docker/api/types/network [no test files] [2022-11-01T10:14:40.230Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-11-01T10:14:40.230Z] ok github.com/docker/docker/api/types/strslice 0.002s coverage: 90.0% of statements [2022-11-01T10:14:40.230Z] ok github.com/docker/docker/api/types/registry 0.003s coverage: 54.2% of statements [2022-11-01T10:14:40.230Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-11-01T10:14:40.230Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-11-01T10:14:40.230Z] ok github.com/docker/docker/api/types/time 0.003s coverage: 100.0% of statements [2022-11-01T10:14:40.230Z] ok github.com/docker/docker/api/types/versions 0.003s coverage: 77.3% of statements [2022-11-01T10:14:40.230Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-11-01T10:14:40.230Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-11-01T10:14:40.230Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-11-01T10:14:40.230Z] ? github.com/docker/docker/builder [no test files] [2022-11-01T10:14:40.230Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-11-01T10:14:40.230Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-11-01T10:14:40.230Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-11-01T10:14:40.230Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-11-01T10:14:40.230Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-11-01T10:14:40.230Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-11-01T10:14:40.230Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-11-01T10:14:40.230Z] ok github.com/docker/docker/builder/remotecontext 0.139s coverage: 13.7% of statements [2022-11-01T10:14:40.230Z] ok github.com/docker/docker/builder/dockerfile 0.546s coverage: 50.2% of statements [2022-11-01T10:14:40.230Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.002s coverage: 100.0% of statements [2022-11-01T10:14:40.230Z] ok github.com/docker/docker/cli/debug 0.003s coverage: 100.0% of statements [2022-11-01T10:14:40.230Z] ok github.com/docker/docker/builder/remotecontext/git 2.440s coverage: 83.5% of statements [2022-11-01T10:14:40.230Z] ? github.com/docker/docker/cli [no test files] [2022-11-01T10:14:40.230Z] ? github.com/docker/docker/cli/config [no test files] [2022-11-01T10:14:40.230Z] ? github.com/docker/docker/cli/winresources/docker-proxy [no test files] [2022-11-01T10:14:40.230Z] ? github.com/docker/docker/cli/winresources/dockerd [no test files] [2022-11-01T10:14:40.230Z] ok github.com/docker/docker/cmd/docker-proxy 0.246s coverage: 69.3% of statements [2022-11-01T10:14:40.230Z] ok github.com/docker/docker/client 0.068s coverage: 76.1% of statements [2022-11-01T10:15:12.268Z] ok github.com/docker/docker/cmd/dockerd 0.092s coverage: 29.9% of statements [2022-11-01T10:15:12.268Z] ok github.com/docker/docker/container 0.123s coverage: 35.8% of statements [2022-11-01T10:15:12.268Z] ok github.com/docker/docker/cmd/dockerd/trap 2.443s coverage: 0.0% of statements [2022-11-01T10:15:12.268Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-11-01T10:15:12.268Z] ? github.com/docker/docker/container/stream [no test files] [2022-11-01T10:15:12.268Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-11-01T10:15:12.268Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-11-01T10:15:12.268Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-11-01T10:15:15.538Z] ok github.com/docker/docker/daemon/cluster 0.065s coverage: 0.5% of statements [2022-11-01T10:15:16.467Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.021s coverage: 65.3% of statements [2022-11-01T10:15:17.395Z] ok github.com/docker/docker/daemon/cluster/convert 0.011s coverage: 36.9% of statements [2022-11-01T10:15:23.932Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.445s coverage: 13.4% of statements [2022-11-01T10:15:25.298Z] ok github.com/docker/docker/daemon/config 0.034s coverage: 76.8% of statements [2022-11-01T10:15:25.859Z] ok github.com/docker/docker/daemon/events 0.058s coverage: 50.0% of statements [2022-11-01T10:15:26.421Z] ok github.com/docker/docker/daemon/graphdriver 0.006s coverage: 2.2% of statements [2022-11-01T10:15:26.983Z] ok github.com/docker/docker/daemon 10.128s coverage: 16.4% of statements [2022-11-01T10:15:26.983Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-11-01T10:15:26.983Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-11-01T10:15:26.983Z] ? github.com/docker/docker/daemon/containerd [no test files] [2022-11-01T10:15:26.983Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-11-01T10:15:27.912Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.592s coverage: 74.8% of statements [2022-11-01T10:15:28.841Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.248s coverage: 60.7% of statements [2022-11-01T10:15:28.841Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.007s coverage: 3.0% of statements [2022-11-01T10:15:30.755Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.013s coverage: 1.9% of statements [2022-11-01T10:15:32.148Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.333s coverage: 50.6% of statements [2022-11-01T10:15:33.075Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.505s coverage: 46.2% of statements [2022-11-01T10:15:33.075Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-11-01T10:15:33.639Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.166s coverage: 60.3% of statements [2022-11-01T10:15:33.639Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-11-01T10:15:33.639Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-11-01T10:15:34.201Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.009s coverage: 58.5% of statements [2022-11-01T10:15:34.763Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.011s coverage: 3.0% of statements [2022-11-01T10:15:35.326Z] ok github.com/docker/docker/daemon/links 0.012s coverage: 93.0% of statements [2022-11-01T10:15:36.693Z] ok github.com/docker/docker/daemon/images 0.055s coverage: 6.8% of statements [2022-11-01T10:15:36.693Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-11-01T10:15:36.693Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-11-01T10:15:36.693Z] ok github.com/docker/docker/daemon/logger 0.227s coverage: 43.2% of statements [2022-11-01T10:15:37.622Z] ok github.com/docker/docker/daemon/logger/fluentd 0.012s coverage: 53.6% of statements [2022-11-01T10:15:37.622Z] ok github.com/docker/docker/daemon/logger/awslogs 0.140s coverage: 79.9% of statements [2022-11-01T10:15:37.622Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-11-01T10:15:38.185Z] ok github.com/docker/docker/daemon/logger/gelf 0.007s coverage: 68.2% of statements [2022-11-01T10:15:38.748Z] ok github.com/docker/docker/daemon/logger/journald/internal/export 0.003s coverage: 88.2% of statements [2022-11-01T10:15:39.311Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.112s coverage: 76.8% of statements [2022-11-01T10:15:39.567Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.004s coverage: 87.2% of statements [2022-11-01T10:15:40.495Z] ok github.com/docker/docker/daemon/logger/local 0.021s coverage: 79.4% of statements [2022-11-01T10:15:41.057Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.021s coverage: 63.5% of statements [2022-11-01T10:15:41.618Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.024s coverage: 31.5% of statements [2022-11-01T10:15:42.547Z] ok github.com/docker/docker/daemon/logger/journald 3.557s coverage: 74.5% of statements [2022-11-01T10:15:42.547Z] ? github.com/docker/docker/daemon/logger/journald/internal/fake [no test files] [2022-11-01T10:15:42.547Z] ? github.com/docker/docker/daemon/logger/journald/internal/sdjournal [no test files] [2022-11-01T10:15:42.547Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-11-01T10:15:42.547Z] ? github.com/docker/docker/daemon/logger/loggertest [no test files] [2022-11-01T10:15:43.109Z] ok github.com/docker/docker/daemon/logger/syslog 0.007s coverage: 46.8% of statements [2022-11-01T10:15:43.109Z] ok github.com/docker/docker/daemon/logger/templates 0.003s coverage: 8.3% of statements [2022-11-01T10:15:43.672Z] ok github.com/docker/docker/daemon/network 0.005s coverage: 63.8% of statements [2022-11-01T10:15:43.672Z] ok github.com/docker/docker/daemon/logger/splunk 1.420s coverage: 82.5% of statements [2022-11-01T10:15:43.672Z] ? github.com/docker/docker/daemon/names [no test files] [2022-11-01T10:15:43.672Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-11-01T10:15:45.046Z] ok github.com/docker/docker/distribution/metadata 0.038s coverage: 44.4% of statements [2022-11-01T10:15:46.967Z] ok github.com/docker/docker/distribution 1.515s coverage: 29.7% of statements [2022-11-01T10:15:46.967Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-11-01T10:15:47.223Z] ok github.com/docker/docker/errdefs 0.004s coverage: 77.0% of statements [2022-11-01T10:15:47.784Z] ok github.com/docker/docker/distribution/xfer 1.891s coverage: 85.4% of statements [2022-11-01T10:15:47.784Z] ? github.com/docker/docker/dockerversion [no test files] [2022-11-01T10:15:47.784Z] ok github.com/docker/docker/image 0.032s coverage: 86.9% of statements [2022-11-01T10:15:48.346Z] ok github.com/docker/docker/image/cache 0.012s coverage: 19.2% of statements [2022-11-01T10:15:48.602Z] ok github.com/docker/docker/image/tarexport 0.015s coverage: 0.7% of statements [2022-11-01T10:15:48.602Z] ? github.com/docker/docker/image/v1 [no test files] [2022-11-01T10:15:48.602Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-11-01T10:15:49.164Z] ok github.com/docker/docker/libcontainerd/queue 0.036s coverage: 100.0% of statements [2022-11-01T10:15:49.726Z] ok github.com/docker/docker/oci 0.012s coverage: 41.4% of statements [2022-11-01T10:15:50.287Z] ok github.com/docker/docker/opts 0.020s coverage: 66.8% of statements [2022-11-01T10:15:50.543Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2022-11-01T10:15:51.909Z] ok github.com/docker/docker/pkg/archive 0.285s coverage: 82.1% of statements [2022-11-01T10:15:53.275Z] ok github.com/docker/docker/pkg/authorization 0.479s coverage: 68.3% of statements [2022-11-01T10:15:53.275Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2022-11-01T10:15:53.275Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2022-11-01T10:15:56.541Z] ok github.com/docker/docker/pkg/chrootarchive 2.516s coverage: 44.9% of statements [2022-11-01T10:15:56.541Z] ok github.com/docker/docker/pkg/containerfs 0.003s coverage: 28.6% of statements [2022-11-01T10:15:56.797Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 81.8% of statements [2022-11-01T10:15:57.053Z] ok github.com/docker/docker/pkg/dmesg 0.002s coverage: 83.3% of statements [2022-11-01T10:15:57.053Z] ok github.com/docker/docker/layer 7.092s coverage: 68.9% of statements [2022-11-01T10:15:57.053Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-11-01T10:15:57.053Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-11-01T10:15:57.053Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-11-01T10:15:57.053Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-11-01T10:15:57.053Z] ? github.com/docker/docker/oci/caps [no test files] [2022-11-01T10:15:57.053Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-11-01T10:15:57.308Z] ok github.com/docker/docker/pkg/fileutils 0.003s coverage: 77.5% of statements [2022-11-01T10:15:57.308Z] ok github.com/docker/docker/pkg/homedir 0.008s coverage: 11.4% of statements [2022-11-01T10:15:58.236Z] ok github.com/docker/docker/pkg/idtools 0.374s coverage: 69.6% of statements [2022-11-01T10:15:58.236Z] ok github.com/docker/docker/pkg/ioutils 0.374s coverage: 71.0% of statements [2022-11-01T10:15:58.492Z] ok github.com/docker/docker/pkg/jsonmessage 0.006s coverage: 91.7% of statements [2022-11-01T10:15:58.492Z] ok github.com/docker/docker/pkg/longpath 0.003s coverage: 100.0% of statements [2022-11-01T10:15:58.492Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-11-01T10:15:58.748Z] ok github.com/docker/docker/pkg/namesgenerator 0.008s coverage: 85.7% of statements [2022-11-01T10:15:58.748Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2022-11-01T10:15:59.005Z] ok github.com/docker/docker/pkg/parsers/kernel 0.003s coverage: 60.0% of statements [2022-11-01T10:15:59.261Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.018s coverage: 90.5% of statements [2022-11-01T10:15:59.261Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 76.5% of statements [2022-11-01T10:15:59.261Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-11-01T10:15:59.261Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-11-01T10:15:59.823Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.013s coverage: 56.8% of statements [2022-11-01T10:16:00.081Z] ok github.com/docker/docker/pkg/plugins/transport 0.004s coverage: 85.7% of statements [2022-11-01T10:16:00.338Z] ok github.com/docker/docker/pkg/pools 0.003s coverage: 88.2% of statements [2022-11-01T10:16:00.594Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2022-11-01T10:16:00.851Z] ok github.com/docker/docker/pkg/reexec 0.009s coverage: 82.4% of statements [2022-11-01T10:16:01.107Z] ok github.com/docker/docker/pkg/stack 0.004s coverage: 90.9% of statements [2022-11-01T10:16:01.377Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2022-11-01T10:16:01.633Z] ok github.com/docker/docker/pkg/streamformatter 0.004s coverage: 66.2% of statements [2022-11-01T10:16:01.633Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-11-01T10:16:02.196Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 53.6% of statements [2022-11-01T10:16:02.452Z] ok github.com/docker/docker/pkg/system 0.004s coverage: 46.0% of statements [2022-11-01T10:16:03.013Z] ok github.com/docker/docker/pkg/tailfile 0.046s coverage: 88.6% of statements [2022-11-01T10:16:03.269Z] ok github.com/docker/docker/pkg/tarsum 0.042s coverage: 89.3% of statements [2022-11-01T10:16:03.525Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2022-11-01T10:16:05.419Z] ok github.com/docker/docker/plugin 0.517s coverage: 23.2% of statements [2022-11-01T10:16:05.676Z] ok github.com/docker/docker/plugin/v2 0.004s coverage: 14.4% of statements [2022-11-01T10:16:05.932Z] ok github.com/docker/docker/profiles/seccomp 0.008s coverage: 86.0% of statements [2022-11-01T10:16:07.298Z] ok github.com/docker/docker/quota 0.234s coverage: 71.4% of statements [2022-11-01T10:16:07.554Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2022-11-01T10:16:08.483Z] ok github.com/docker/docker/registry 0.078s coverage: 58.7% of statements [2022-11-01T10:16:08.739Z] ok github.com/docker/docker/registry/resumable 0.017s coverage: 100.0% of statements [2022-11-01T10:16:08.995Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2022-11-01T10:16:09.250Z] ok github.com/docker/docker/runconfig 0.008s coverage: 64.5% of statements [2022-11-01T10:16:09.506Z] ok github.com/docker/docker/testutil 0.003s coverage: 62.5% of statements [2022-11-01T10:16:11.398Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2022-11-01T10:16:11.666Z] ok github.com/docker/docker/volume/local 0.053s coverage: 77.1% of statements [2022-11-01T10:16:12.228Z] ok github.com/docker/docker/volume/mounts 0.007s coverage: 67.7% of statements [2022-11-01T10:16:13.155Z] ok github.com/docker/docker/volume/service 0.014s coverage: 73.1% of statements [2022-11-01T10:16:35.042Z] ok github.com/docker/docker/pkg/plugins 33.639s coverage: 76.3% of statements [2022-11-01T10:16:35.042Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-11-01T10:16:35.042Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-11-01T10:16:35.042Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-11-01T10:16:35.042Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-11-01T10:16:35.042Z] ? github.com/docker/docker/rootless [no test files] [2022-11-01T10:16:35.042Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-11-01T10:16:35.042Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-11-01T10:16:35.042Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-11-01T10:16:35.042Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-11-01T10:16:35.042Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-11-01T10:16:35.042Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-11-01T10:16:35.042Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-11-01T10:16:35.042Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-11-01T10:16:35.042Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-11-01T10:16:35.042Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-11-01T10:16:35.042Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-11-01T10:16:35.042Z] ? github.com/docker/docker/testutil/request [no test files] [2022-11-01T10:16:35.042Z] ? github.com/docker/docker/volume [no test files] [2022-11-01T10:16:35.042Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-11-01T10:16:35.042Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-11-01T10:16:35.042Z] [2022-11-01T10:16:35.042Z] === Skipped [2022-11-01T10:16:35.042Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-11-01T10:16:35.042Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-11-01T10:16:35.042Z] [2022-11-01T10:16:35.042Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-11-01T10:16:35.042Z] network_proxy_test.go:208: No support for dual stack yet [2022-11-01T10:16:35.042Z] [2022-11-01T10:16:35.042Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-11-01T10:16:35.042Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-11-01T10:16:35.042Z] [2022-11-01T10:16:35.042Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-11-01T10:16:35.042Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-11-01T10:16:35.042Z] [2022-11-01T10:16:35.042Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-11-01T10:16:35.042Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-11-01T10:16:35.042Z] graphtest_unix.go:44: Driver btrfs not supported [2022-11-01T10:16:35.042Z] [2022-11-01T10:16:35.042Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-11-01T10:16:35.042Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-11-01T10:16:35.042Z] graphtest_unix.go:44: Driver btrfs not supported [2022-11-01T10:16:35.042Z] [2022-11-01T10:16:35.042Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-11-01T10:16:35.042Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-11-01T10:16:35.042Z] graphtest_unix.go:44: Driver btrfs not supported [2022-11-01T10:16:35.042Z] [2022-11-01T10:16:35.042Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-11-01T10:16:35.042Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-11-01T10:16:35.042Z] graphtest_unix.go:44: Driver btrfs not supported [2022-11-01T10:16:35.042Z] [2022-11-01T10:16:35.042Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-11-01T10:16:35.042Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-11-01T10:16:35.042Z] graphtest_unix.go:44: Driver btrfs not supported [2022-11-01T10:16:35.042Z] [2022-11-01T10:16:35.042Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-11-01T10:16:35.042Z] graphtest_unix.go:71: No driver to put! [2022-11-01T10:16:35.042Z] [2022-11-01T10:16:35.042Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-11-01T10:16:35.042Z] time="2022-11-01T10:15:30Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-11-01T10:16:35.042Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-11-01T10:16:35.042Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-11-01T10:16:35.042Z] [2022-11-01T10:16:35.042Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-11-01T10:16:35.042Z] time="2022-11-01T10:15:30Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-11-01T10:16:35.042Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-11-01T10:16:35.042Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-11-01T10:16:35.042Z] [2022-11-01T10:16:35.042Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-11-01T10:16:35.042Z] time="2022-11-01T10:15:30Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-11-01T10:16:35.042Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-11-01T10:16:35.042Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-11-01T10:16:35.042Z] [2022-11-01T10:16:35.042Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-11-01T10:16:35.042Z] time="2022-11-01T10:15:30Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-11-01T10:16:35.042Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-11-01T10:16:35.042Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-11-01T10:16:35.042Z] [2022-11-01T10:16:35.042Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-11-01T10:16:35.042Z] time="2022-11-01T10:15:30Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-11-01T10:16:35.042Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-11-01T10:16:35.042Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-11-01T10:16:35.042Z] [2022-11-01T10:16:35.042Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-11-01T10:16:35.042Z] graphtest_unix.go:71: No driver to put! [2022-11-01T10:16:35.042Z] [2022-11-01T10:16:35.042Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-11-01T10:16:35.042Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-11-01T10:16:35.042Z] [2022-11-01T10:16:35.042Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-11-01T10:16:35.042Z] overlay_test.go:50: Fails to compute changes intermittently [2022-11-01T10:16:35.042Z] [2022-11-01T10:16:35.042Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-11-01T10:16:35.042Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-11-01T10:16:35.042Z] [2022-11-01T10:16:35.042Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-11-01T10:16:35.042Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-11-01T10:16:35.042Z] [2022-11-01T10:16:35.042Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-11-01T10:16:35.042Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-11-01T10:16:35.042Z] graphtest_unix.go:44: Driver zfs not supported [2022-11-01T10:16:35.042Z] [2022-11-01T10:16:35.042Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-11-01T10:16:35.042Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-11-01T10:16:35.042Z] graphtest_unix.go:44: Driver zfs not supported [2022-11-01T10:16:35.042Z] [2022-11-01T10:16:35.042Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-11-01T10:16:35.042Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-11-01T10:16:35.042Z] graphtest_unix.go:44: Driver zfs not supported [2022-11-01T10:16:35.042Z] [2022-11-01T10:16:35.042Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-11-01T10:16:35.042Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-11-01T10:16:35.042Z] graphtest_unix.go:44: Driver zfs not supported [2022-11-01T10:16:35.042Z] [2022-11-01T10:16:35.042Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-11-01T10:16:35.042Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-11-01T10:16:35.042Z] graphtest_unix.go:44: Driver zfs not supported [2022-11-01T10:16:35.042Z] [2022-11-01T10:16:35.042Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-11-01T10:16:35.042Z] graphtest_unix.go:71: No driver to put! [2022-11-01T10:16:35.042Z] [2022-11-01T10:16:35.042Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-11-01T10:16:35.042Z] sysinfo_linux_test.go:86: AppArmor Must be Disabled [2022-11-01T10:16:35.042Z] [2022-11-01T10:16:35.042Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-11-01T10:16:35.042Z] sysinfo_linux_test.go:106: cgroup namespaces must be disabled [2022-11-01T10:16:35.042Z] [2022-11-01T10:16:35.042Z] DONE 2874 tests, 28 skipped in 210.577s [2022-11-01T10:16:35.042Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-11-01T10:16:35.042Z] github.com/docker/docker/libnetwork/bitseq [2022-11-01T10:16:35.042Z] github.com/docker/docker/libnetwork/cluster [2022-11-01T10:16:35.042Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-11-01T10:16:35.042Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-11-01T10:16:35.042Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-11-01T10:16:35.042Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-11-01T10:16:35.042Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-11-01T10:16:35.042Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-11-01T10:16:35.042Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-11-01T10:16:35.042Z] github.com/docker/docker/libnetwork/config [2022-11-01T10:16:35.042Z] github.com/docker/docker/libnetwork/datastore [2022-11-01T10:16:35.042Z] github.com/docker/docker/libnetwork/diagnostic [2022-11-01T10:16:35.042Z] github.com/docker/docker/libnetwork/discoverapi [2022-11-01T10:16:35.042Z] github.com/docker/docker/libnetwork/driverapi [2022-11-01T10:16:35.042Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-11-01T10:16:35.042Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-11-01T10:16:35.042Z] github.com/docker/docker/libnetwork/drivers/host [2022-11-01T10:16:35.042Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-11-01T10:16:35.042Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-11-01T10:16:35.042Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-11-01T10:16:35.043Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-11-01T10:16:35.043Z] github.com/docker/docker/libnetwork/drivers/null [2022-11-01T10:16:35.043Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-11-01T10:16:35.043Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-11-01T10:16:35.043Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-11-01T10:16:35.043Z] github.com/docker/docker/libnetwork/drivers/remote [2022-11-01T10:16:35.043Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-11-01T10:16:35.043Z] github.com/docker/docker/libnetwork/drivers/windows [2022-11-01T10:16:35.043Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-11-01T10:16:35.043Z] github.com/docker/docker/libnetwork/drvregistry [2022-11-01T10:16:35.043Z] github.com/docker/docker/libnetwork/etchosts [2022-11-01T10:16:35.043Z] github.com/docker/docker/libnetwork/idm [2022-11-01T10:16:35.043Z] github.com/docker/docker/libnetwork/internal/caller [2022-11-01T10:16:35.043Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-11-01T10:16:35.043Z] github.com/docker/docker/libnetwork/ipam [2022-11-01T10:16:35.043Z] github.com/docker/docker/libnetwork/ipamapi [2022-11-01T10:16:35.043Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-11-01T10:16:35.043Z] github.com/docker/docker/libnetwork/ipams/null [2022-11-01T10:16:35.043Z] github.com/docker/docker/libnetwork/ipams/remote [2022-11-01T10:16:35.043Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-11-01T10:16:35.043Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-11-01T10:16:35.043Z] github.com/docker/docker/libnetwork/ipamutils [2022-11-01T10:16:35.043Z] github.com/docker/docker/libnetwork/iptables [2022-11-01T10:16:35.043Z] github.com/docker/docker/libnetwork/netlabel [2022-11-01T10:16:35.043Z] github.com/docker/docker/libnetwork/netutils [2022-11-01T10:16:35.043Z] github.com/docker/docker/libnetwork/networkdb [2022-11-01T10:16:35.043Z] github.com/docker/docker/libnetwork/ns [2022-11-01T10:16:35.043Z] github.com/docker/docker/libnetwork/options [2022-11-01T10:16:35.043Z] github.com/docker/docker/libnetwork/osl [2022-11-01T10:16:35.043Z] github.com/docker/docker/libnetwork/osl/kernel [2022-11-01T10:16:35.043Z] github.com/docker/docker/libnetwork/portallocator [2022-11-01T10:16:35.043Z] github.com/docker/docker/libnetwork/portmapper [2022-11-01T10:16:35.043Z] github.com/docker/docker/libnetwork/resolvconf [2022-11-01T10:16:35.043Z] github.com/docker/docker/libnetwork/testutils [2022-11-01T10:16:35.043Z] github.com/docker/docker/libnetwork/types' ']' [2022-11-01T10:16:35.043Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo libdm_no_deferred_remove journald' -cover -coverprofile=bundles/coverage-libnetwork.out -covermode=atomic -p=1 -test.timeout=5m github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/ovrouter github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/iptables github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types [2022-11-01T10:17:21.665Z] ok github.com/docker/docker/libnetwork 37.526s coverage: 40.6% of statements [2022-11-01T10:17:21.665Z] ok github.com/docker/docker/libnetwork/bitseq 0.135s coverage: 84.4% of statements [2022-11-01T10:17:21.665Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-11-01T10:17:21.665Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-11-01T10:17:21.665Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-11-01T10:17:21.665Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-11-01T10:17:21.665Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-11-01T10:17:21.665Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-11-01T10:17:21.665Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-11-01T10:17:21.665Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-11-01T10:17:21.665Z] ok github.com/docker/docker/libnetwork/config 0.012s coverage: 9.3% of statements [2022-11-01T10:17:21.665Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2022-11-01T10:17:21.665Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-11-01T10:17:21.665Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-11-01T10:17:21.665Z] ok github.com/docker/docker/libnetwork/driverapi 0.003s coverage: 68.9% of statements [2022-11-01T10:17:21.921Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.642s coverage: 59.9% of statements [2022-11-01T10:17:22.177Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-11-01T10:17:22.177Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2022-11-01T10:17:22.740Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.013s coverage: 5.1% of statements [2022-11-01T10:17:22.740Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-11-01T10:17:23.302Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.014s coverage: 4.7% of statements [2022-11-01T10:17:23.302Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-11-01T10:17:23.559Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2022-11-01T10:17:33.537Z] ok github.com/docker/docker/libnetwork/drivers/overlay 8.219s coverage: 6.7% of statements [2022-11-01T10:17:33.537Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-11-01T10:17:33.537Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.004s coverage: 63.6% of statements [2022-11-01T10:17:33.796Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.010s coverage: 57.4% of statements [2022-11-01T10:17:34.052Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-11-01T10:17:34.052Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-11-01T10:17:34.052Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-11-01T10:17:34.308Z] ok github.com/docker/docker/libnetwork/drvregistry 0.013s coverage: 82.4% of statements [2022-11-01T10:17:34.564Z] ok github.com/docker/docker/libnetwork/etchosts 0.012s coverage: 81.2% of statements [2022-11-01T10:17:34.820Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2022-11-01T10:17:35.076Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2022-11-01T10:17:47.245Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.002s coverage: 100.0% of statements [2022-11-01T10:18:02.090Z] ok github.com/docker/docker/libnetwork/ipam 15.129s coverage: 85.3% of statements [2022-11-01T10:18:02.090Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-11-01T10:18:02.090Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-11-01T10:18:02.090Z] ok github.com/docker/docker/libnetwork/ipams/null 0.003s coverage: 57.1% of statements [2022-11-01T10:18:02.090Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.007s coverage: 47.4% of statements [2022-11-01T10:18:02.090Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-11-01T10:18:02.090Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2022-11-01T10:18:02.346Z] ok github.com/docker/docker/libnetwork/ipamutils 0.265s coverage: 74.0% of statements [2022-11-01T10:18:02.908Z] ok github.com/docker/docker/libnetwork/iptables 0.165s coverage: 45.1% of statements [2022-11-01T10:18:03.164Z] ok github.com/docker/docker/libnetwork/netlabel 0.002s coverage: 60.0% of statements [2022-11-01T10:18:03.421Z] ok github.com/docker/docker/libnetwork/netutils 0.017s coverage: 44.1% of statements [2022-11-01T10:19:54.807Z] ok github.com/docker/docker/libnetwork/networkdb 104.203s coverage: 60.0% of statements [2022-11-01T10:19:54.807Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-11-01T10:19:54.807Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2022-11-01T10:19:54.807Z] ok github.com/docker/docker/libnetwork/osl 4.301s coverage: 39.7% of statements [2022-11-01T10:19:54.807Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.003s coverage: 20.0% of statements [2022-11-01T10:19:54.807Z] ok github.com/docker/docker/libnetwork/portallocator 0.015s coverage: 80.7% of statements [2022-11-01T10:19:55.736Z] ok github.com/docker/docker/libnetwork/portmapper 0.660s coverage: 46.3% of statements [2022-11-01T10:19:55.993Z] ok github.com/docker/docker/libnetwork/resolvconf 0.004s coverage: 82.8% of statements [2022-11-01T10:19:55.993Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-11-01T10:19:56.249Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2022-11-01T10:19:56.249Z] [2022-11-01T10:19:56.249Z] === Skipped [2022-11-01T10:19:56.249Z] === SKIP: libnetwork TestParallel1 (0.00s) [2022-11-01T10:19:56.249Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-11-01T10:19:56.249Z] [2022-11-01T10:19:56.249Z] === SKIP: libnetwork TestParallel3 (0.00s) [2022-11-01T10:19:56.249Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-11-01T10:19:56.249Z] [2022-11-01T10:19:56.249Z] === SKIP: libnetwork TestParallel2 (0.00s) [2022-11-01T10:19:56.249Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-11-01T10:19:56.249Z] [2022-11-01T10:19:56.249Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-11-01T10:19:56.249Z] allocator_test.go:1483: Skipped because t.parallel was less than 5 [2022-11-01T10:19:56.249Z] [2022-11-01T10:19:56.249Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-11-01T10:19:56.249Z] allocator_test.go:1483: Skipped because t.parallel was less than 5 [2022-11-01T10:19:56.249Z] [2022-11-01T10:19:56.249Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-11-01T10:19:56.249Z] allocator_test.go:1483: Skipped because t.parallel was less than 5 [2022-11-01T10:19:56.249Z] [2022-11-01T10:19:56.249Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-11-01T10:19:56.249Z] allocator_test.go:1483: Skipped because t.parallel was less than 5 [2022-11-01T10:19:56.249Z] [2022-11-01T10:19:56.249Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-11-01T10:19:56.249Z] allocator_test.go:1483: Skipped because t.parallel was less than 5 [2022-11-01T10:19:56.249Z] [2022-11-01T10:19:56.249Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-11-01T10:19:56.249Z] firewalld_test.go:14: firewalld is not running [2022-11-01T10:19:56.249Z] [2022-11-01T10:19:56.249Z] DONE 325 tests, 9 skipped in 202.492s Post stage [Pipeline] junit [2022-11-01T10:19:56.822Z] Recording test results [2022-11-01T10:19:58.454Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-11-01T10:19:58.789Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44375/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=346a438da82dec69874e226b49d6419150c456a9 -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_INTEGRATION_USE_SNAPSHOTTER -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:346a438da82dec69874e226b49d6419150c456a9 hack/make.sh dynbinary test-integration [2022-11-01T10:19:59.351Z] [2022-11-01T10:19:59.351Z] Removing bundles/ [2022-11-01T10:19:59.351Z] [2022-11-01T10:19:59.351Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-11-01T10:19:59.351Z] Building: bundles/dynbinary-daemon/dockerd [2022-11-01T10:19:59.351Z] GOOS="" GOARCH="" GOARM="" [2022-11-01T10:21:35.739Z] Created binary: bundles/dynbinary-daemon/dockerd [2022-11-01T10:21:35.739Z] Building: bundles/dynbinary-daemon/docker-proxy [2022-11-01T10:21:35.739Z] GOOS="" GOARCH="" GOARM="" [2022-11-01T10:21:35.739Z] Created binary: bundles/dynbinary-daemon/docker-proxy [2022-11-01T10:21:35.739Z] [2022-11-01T10:21:35.739Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-11-01T10:21:35.739Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-11-01T10:21:35.739Z] HOSTNAME=70372f8ed4c9 [2022-11-01T10:21:35.739Z] TESTDEBUG=0 [2022-11-01T10:21:35.739Z] DEST=bundles/test-integration [2022-11-01T10:21:35.739Z] PWD=/go/src/github.com/docker/docker [2022-11-01T10:21:35.739Z] DOCKER_GITCOMMIT=346a438da82dec69874e226b49d6419150c456a9 [2022-11-01T10:21:35.739Z] container=docker [2022-11-01T10:21:35.739Z] HOME=/root [2022-11-01T10:21:35.739Z] GOLANG_VERSION=1.19.2 [2022-11-01T10:21:35.739Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-11-01T10:21:35.739Z] VALIDATE_BRANCH=master [2022-11-01T10:21:35.739Z] TERM=xterm [2022-11-01T10:21:35.739Z] DOCKER_PKG=github.com/docker/docker [2022-11-01T10:21:35.739Z] SHLVL=1 [2022-11-01T10:21:35.739Z] TIMEOUT=120m [2022-11-01T10:21:35.739Z] DOCKER_BUILDTAGS= journald [2022-11-01T10:21:35.739Z] DOCKER_GRAPHDRIVER=overlay2 [2022-11-01T10:21:35.739Z] GO111MODULE=off [2022-11-01T10:21:35.739Z] DOCKER_EXPERIMENTAL=1 [2022-11-01T10:21:35.739Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-11-01T10:21:35.739Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-11-01T10:21:35.739Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-11-01T10:21:35.739Z] GOPATH=/go [2022-11-01T10:21:35.739Z] PKG_CONFIG=pkg-config [2022-11-01T10:21:35.739Z] _=/usr/bin/env [2022-11-01T10:21:35.739Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-11-01T10:22:14.424Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-11-01T10:22:14.424Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-11-01T10:22:36.320Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-11-01T10:22:44.411Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-11-01T10:22:50.967Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main [2022-11-01T10:22:50.967Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-11-01T10:22:50.967Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-11-01T10:22:51.895Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-11-01T10:22:52.456Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-11-01T10:22:52.717Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-11-01T10:22:53.645Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-11-01T10:22:55.014Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-11-01T10:22:56.380Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-11-01T10:22:57.308Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-11-01T10:22:57.565Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-11-01T10:22:58.493Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-11-01T10:22:59.055Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-11-01T10:23:00.421Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-11-01T10:23:00.983Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-11-01T10:23:01.911Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-11-01T10:23:02.472Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-11-01T10:23:02.472Z] Using test binary docker [2022-11-01T10:23:02.472Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-11-01T10:23:02.472Z] +++ /etc/init.d/apparmor start [2022-11-01T10:23:02.472Z] Not: starting. [2022-11-01T10:23:02.472Z] INFO: Waiting for daemon to start... [2022-11-01T10:23:02.472Z] Starting dockerd [2022-11-01T10:23:02.472Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2022-11-01T10:23:04.991Z] . [2022-11-01T10:23:04.991Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-11-01T10:23:04.991Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-11-01T10:23:04.991Z] Error: No such image: emptyfs [2022-11-01T10:23:04.991Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-11-01T10:23:04.991Z] ++++ docker load [2022-11-01T10:23:04.991Z] Loaded image: emptyfs:latest [2022-11-01T10:23:04.991Z] Running integration-test (iteration 1) [2022-11-01T10:23:04.991Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2022-11-01T10:23:04.991Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m [2022-11-01T10:23:04.991Z] ++ set -e [2022-11-01T10:23:04.991Z] ++ '[' -n 0 ']' [2022-11-01T10:23:04.991Z] ++ set -x [2022-11-01T10:23:04.991Z] ++ 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 GITHUB_ACTIONS= 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 TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m [2022-11-01T10:23:05.247Z] Loaded image: busybox:latest [2022-11-01T10:23:05.247Z] Loaded image: busybox:glibc [2022-11-01T10:23:06.613Z] Loaded image: debian:bullseye-slim [2022-11-01T10:23:06.613Z] Loaded image: hello-world:latest [2022-11-01T10:23:06.613Z] Loaded image: arm32v7/hello-world:latest [2022-11-01T10:23:06.613Z] INFO: Testing against a local daemon [2022-11-01T10:23:06.613Z] === RUN TestCgroupNamespacesBuild [2022-11-01T10:23:09.128Z] --- PASS: TestCgroupNamespacesBuild (2.33s) [2022-11-01T10:23:09.128Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-11-01T10:23:10.055Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.20s) [2022-11-01T10:23:10.055Z] === RUN TestBuildWithSession [2022-11-01T10:23:10.055Z] build_session_test.go:25: TODO: BuildKit [2022-11-01T10:23:10.055Z] --- SKIP: TestBuildWithSession (0.00s) [2022-11-01T10:23:10.055Z] === RUN TestBuildSquashParent [2022-11-01T10:23:14.226Z] --- PASS: TestBuildSquashParent (4.25s) [2022-11-01T10:23:14.226Z] === RUN TestBuildWithRemoveAndForceRemove [2022-11-01T10:23:14.226Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-11-01T10:23:14.226Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-11-01T10:23:14.226Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-11-01T10:23:14.226Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-11-01T10:23:14.226Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-11-01T10:23:14.226Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-11-01T10:23:14.226Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-11-01T10:23:14.226Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-11-01T10:23:14.226Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-11-01T10:23:14.226Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-11-01T10:23:14.226Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-11-01T10:23:14.226Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-11-01T10:23:14.226Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-11-01T10:23:14.226Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-11-01T10:23:15.596Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-11-01T10:23:15.852Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-11-01T10:23:16.809Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-11-01T10:23:17.078Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-11-01T10:23:18.013Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-11-01T10:23:18.013Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.42s) [2022-11-01T10:23:18.013Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.46s) [2022-11-01T10:23:18.013Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.17s) [2022-11-01T10:23:18.013Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.25s) [2022-11-01T10:23:18.013Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.17s) [2022-11-01T10:23:18.013Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.10s) [2022-11-01T10:23:18.013Z] === RUN TestBuildMultiStageCopy [2022-11-01T10:23:18.013Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-11-01T10:23:19.378Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-11-01T10:23:19.378Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-11-01T10:23:19.635Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-11-01T10:23:19.891Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-11-01T10:23:20.147Z] --- PASS: TestBuildMultiStageCopy (2.07s) [2022-11-01T10:23:20.147Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.19s) [2022-11-01T10:23:20.147Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.20s) [2022-11-01T10:23:20.147Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.22s) [2022-11-01T10:23:20.147Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.23s) [2022-11-01T10:23:20.147Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.23s) [2022-11-01T10:23:20.147Z] === RUN TestBuildMultiStageParentConfig [2022-11-01T10:23:20.709Z] --- PASS: TestBuildMultiStageParentConfig (0.61s) [2022-11-01T10:23:20.709Z] === RUN TestBuildLabelWithTargets [2022-11-01T10:23:22.076Z] --- PASS: TestBuildLabelWithTargets (1.07s) [2022-11-01T10:23:22.076Z] === RUN TestBuildWithEmptyLayers [2022-11-01T10:23:22.332Z] --- PASS: TestBuildWithEmptyLayers (0.46s) [2022-11-01T10:23:22.332Z] === RUN TestBuildMultiStageOnBuild [2022-11-01T10:23:23.697Z] --- PASS: TestBuildMultiStageOnBuild (1.36s) [2022-11-01T10:23:23.697Z] === RUN TestBuildUncleanTarFilenames [2022-11-01T10:23:24.259Z] --- PASS: TestBuildUncleanTarFilenames (0.60s) [2022-11-01T10:23:24.259Z] === RUN TestBuildMultiStageLayerLeak [2022-11-01T10:23:25.625Z] --- PASS: TestBuildMultiStageLayerLeak (1.43s) [2022-11-01T10:23:25.625Z] === RUN TestBuildWithHugeFile [2022-11-01T10:24:04.286Z] --- PASS: TestBuildWithHugeFile (37.94s) [2022-11-01T10:24:04.286Z] === RUN TestBuildWCOWSandboxSize [2022-11-01T10:24:04.286Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-11-01T10:24:04.286Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-11-01T10:24:04.286Z] === RUN TestBuildWithEmptyDockerfile [2022-11-01T10:24:04.286Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-11-01T10:24:04.286Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-11-01T10:24:04.286Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-11-01T10:24:04.286Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-11-01T10:24:04.286Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-11-01T10:24:04.286Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-11-01T10:24:04.286Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-11-01T10:24:04.286Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-11-01T10:24:04.286Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-11-01T10:24:04.286Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-11-01T10:24:04.286Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.15s) [2022-11-01T10:24:04.286Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.15s) [2022-11-01T10:24:04.286Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-11-01T10:24:04.286Z] === RUN TestBuildPreserveOwnership [2022-11-01T10:24:04.286Z] === RUN TestBuildPreserveOwnership/copy_from [2022-11-01T10:24:06.175Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-11-01T10:24:07.104Z] --- PASS: TestBuildPreserveOwnership (3.05s) [2022-11-01T10:24:07.104Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.06s) [2022-11-01T10:24:07.104Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.99s) [2022-11-01T10:24:07.104Z] === RUN TestBuildPlatformInvalid [2022-11-01T10:24:07.104Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-11-01T10:24:07.104Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-11-01T10:24:07.667Z] Loaded image: busybox:latest [2022-11-01T10:24:07.924Z] Loaded image: busybox:glibc [2022-11-01T10:24:08.852Z] Loaded image: debian:bullseye-slim [2022-11-01T10:24:08.852Z] Loaded image: hello-world:latest [2022-11-01T10:24:08.852Z] Loaded image: arm32v7/hello-world:latest [2022-11-01T10:24:16.943Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (9.85s) [2022-11-01T10:24:16.943Z] PASS [2022-11-01T10:24:16.943Z] [2022-11-01T10:24:16.943Z] === Skipped [2022-11-01T10:24:16.943Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2022-11-01T10:24:16.943Z] build_session_test.go:25: TODO: BuildKit [2022-11-01T10:24:16.943Z] [2022-11-01T10:24:16.943Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-11-01T10:24:16.943Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-11-01T10:24:16.943Z] [2022-11-01T10:24:16.943Z] DONE 34 tests, 2 skipped in 71.849s [2022-11-01T10:24:16.943Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2022-11-01T10:24:16.943Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m [2022-11-01T10:24:16.943Z] ++ set -e [2022-11-01T10:24:16.943Z] ++ '[' -n 0 ']' [2022-11-01T10:24:16.943Z] ++ set -x [2022-11-01T10:24:16.943Z] ++ 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 GITHUB_ACTIONS= 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 TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m [2022-11-01T10:24:16.943Z] INFO: Testing against a local daemon [2022-11-01T10:24:16.943Z] === RUN TestConfigInspect [2022-11-01T10:24:19.459Z] --- PASS: TestConfigInspect (2.25s) [2022-11-01T10:24:19.459Z] === RUN TestConfigList [2022-11-01T10:24:21.350Z] --- PASS: TestConfigList (2.20s) [2022-11-01T10:24:21.350Z] === RUN TestConfigsCreateAndDelete [2022-11-01T10:24:23.864Z] --- PASS: TestConfigsCreateAndDelete (2.25s) [2022-11-01T10:24:23.864Z] === RUN TestConfigsUpdate [2022-11-01T10:24:25.753Z] --- PASS: TestConfigsUpdate (2.15s) [2022-11-01T10:24:25.753Z] === RUN TestTemplatedConfig [2022-11-01T10:24:28.270Z] --- PASS: TestTemplatedConfig (2.51s) [2022-11-01T10:24:28.270Z] === RUN TestConfigCreateResolve [2022-11-01T10:24:30.785Z] --- PASS: TestConfigCreateResolve (2.14s) [2022-11-01T10:24:30.785Z] PASS [2022-11-01T10:24:30.785Z] [2022-11-01T10:24:30.785Z] DONE 6 tests in 13.611s [2022-11-01T10:24:30.785Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2022-11-01T10:24:30.785Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m [2022-11-01T10:24:30.785Z] ++ set -e [2022-11-01T10:24:30.785Z] ++ '[' -n 0 ']' [2022-11-01T10:24:30.785Z] ++ set -x [2022-11-01T10:24:30.785Z] ++ 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 GITHUB_ACTIONS= 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 TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m [2022-11-01T10:24:30.785Z] INFO: Testing against a local daemon [2022-11-01T10:24:30.785Z] === RUN TestAttachWithTTY [2022-11-01T10:24:30.785Z] --- PASS: TestAttachWithTTY (0.08s) [2022-11-01T10:24:30.785Z] === RUN TestAttachWithoutTTy [2022-11-01T10:24:30.785Z] --- PASS: TestAttachWithoutTTy (0.04s) [2022-11-01T10:24:30.785Z] === RUN TestCheckpoint [2022-11-01T10:24:30.785Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-11-01T10:24:30.785Z] --- SKIP: TestCheckpoint (0.00s) [2022-11-01T10:24:30.785Z] === RUN TestContainerInvalidJSON [2022-11-01T10:24:30.785Z] === RUN TestContainerInvalidJSON/commit [2022-11-01T10:24:30.785Z] === PAUSE TestContainerInvalidJSON/commit [2022-11-01T10:24:30.785Z] === RUN TestContainerInvalidJSON/containers/create [2022-11-01T10:24:30.785Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-11-01T10:24:30.785Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-11-01T10:24:30.785Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-11-01T10:24:30.785Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-11-01T10:24:30.785Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-11-01T10:24:30.785Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-11-01T10:24:30.785Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-11-01T10:24:30.785Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-11-01T10:24:30.785Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-11-01T10:24:30.785Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-11-01T10:24:30.785Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-11-01T10:24:30.785Z] === CONT TestContainerInvalidJSON/commit [2022-11-01T10:24:30.785Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-11-01T10:24:30.785Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-11-01T10:24:30.785Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-11-01T10:24:30.785Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-11-01T10:24:30.785Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-11-01T10:24:30.785Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-11-01T10:24:30.785Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-11-01T10:24:30.785Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-11-01T10:24:30.785Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-11-01T10:24:30.785Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-11-01T10:24:30.785Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-11-01T10:24:30.785Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-11-01T10:24:30.785Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-11-01T10:24:30.785Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-11-01T10:24:30.785Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-11-01T10:24:30.785Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-11-01T10:24:30.785Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-11-01T10:24:30.785Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-11-01T10:24:30.785Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-11-01T10:24:30.785Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-11-01T10:24:30.785Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-11-01T10:24:30.785Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-11-01T10:24:30.785Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-11-01T10:24:30.785Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-11-01T10:24:30.785Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-11-01T10:24:30.785Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-11-01T10:24:30.785Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-11-01T10:24:30.785Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-11-01T10:24:30.785Z] === CONT TestContainerInvalidJSON/containers/create [2022-11-01T10:24:30.785Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-11-01T10:24:30.785Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-11-01T10:24:30.785Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-11-01T10:24:30.785Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-11-01T10:24:30.785Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-11-01T10:24:30.785Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-11-01T10:24:30.785Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s) [2022-11-01T10:24:30.785Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-11-01T10:24:30.785Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-11-01T10:24:30.785Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-11-01T10:24:30.785Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-11-01T10:24:30.785Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) [2022-11-01T10:24:30.785Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-11-01T10:24:30.785Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-11-01T10:24:30.785Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-11-01T10:24:30.785Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-11-01T10:24:30.785Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s) [2022-11-01T10:24:30.785Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-11-01T10:24:30.785Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-11-01T10:24:30.785Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-11-01T10:24:30.785Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-11-01T10:24:30.785Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s) [2022-11-01T10:24:30.785Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-11-01T10:24:30.785Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-11-01T10:24:30.785Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-11-01T10:24:30.785Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-11-01T10:24:30.785Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s) [2022-11-01T10:24:30.785Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-11-01T10:24:30.785Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-11-01T10:24:30.785Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-11-01T10:24:30.785Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-11-01T10:24:30.785Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.01s) [2022-11-01T10:24:30.785Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-11-01T10:24:30.785Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-11-01T10:24:30.785Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-11-01T10:24:30.785Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-11-01T10:24:30.785Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2022-11-01T10:24:30.785Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-11-01T10:24:30.785Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-11-01T10:24:30.785Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-11-01T10:24:30.785Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-11-01T10:24:30.785Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-11-01T10:24:30.785Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2022-11-01T10:24:30.785Z] === RUN TestCopyFromContainerPathIsNotDir [2022-11-01T10:24:31.041Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-11-01T10:24:31.041Z] === RUN TestCopyToContainerPathDoesNotExist [2022-11-01T10:24:31.041Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2022-11-01T10:24:31.041Z] === RUN TestCopyEmptyFile [2022-11-01T10:24:31.298Z] --- PASS: TestCopyEmptyFile (0.20s) [2022-11-01T10:24:31.298Z] === RUN TestCopyToContainerPathIsNotDir [2022-11-01T10:24:31.298Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s) [2022-11-01T10:24:31.298Z] === RUN TestCopyFromContainer [2022-11-01T10:24:32.225Z] === RUN TestCopyFromContainer// [2022-11-01T10:24:32.225Z] === RUN TestCopyFromContainer//bar/root [2022-11-01T10:24:32.225Z] === RUN TestCopyFromContainer//bar/root/ [2022-11-01T10:24:32.481Z] === RUN TestCopyFromContainer/bar/quux [2022-11-01T10:24:32.481Z] === RUN TestCopyFromContainer/bar/quux/ [2022-11-01T10:24:32.481Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-11-01T10:24:32.481Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-11-01T10:24:32.737Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-11-01T10:24:32.737Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-11-01T10:24:32.737Z] === RUN TestCopyFromContainer/bar/notarget [2022-11-01T10:24:32.737Z] --- PASS: TestCopyFromContainer (1.56s) [2022-11-01T10:24:32.737Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-11-01T10:24:32.737Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2022-11-01T10:24:32.737Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2022-11-01T10:24:32.737Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-11-01T10:24:32.737Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2022-11-01T10:24:32.737Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2022-11-01T10:24:32.737Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2022-11-01T10:24:32.737Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2022-11-01T10:24:32.737Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2022-11-01T10:24:32.737Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2022-11-01T10:24:32.737Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-11-01T10:24:32.737Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-11-01T10:24:32.737Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-11-01T10:24:32.737Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-11-01T10:24:32.737Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-11-01T10:24:32.737Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-11-01T10:24:32.737Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-11-01T10:24:32.737Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-11-01T10:24:32.737Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-11-01T10:24:32.737Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-11-01T10:24:32.737Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-11-01T10:24:32.737Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-11-01T10:24:32.737Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-11-01T10:24:32.737Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-11-01T10:24:32.737Z] === RUN TestCreateLinkToNonExistingContainer [2022-11-01T10:24:32.993Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2022-11-01T10:24:32.993Z] === RUN TestCreateWithInvalidEnv [2022-11-01T10:24:32.993Z] === RUN TestCreateWithInvalidEnv/0 [2022-11-01T10:24:32.993Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-11-01T10:24:32.993Z] === RUN TestCreateWithInvalidEnv/1 [2022-11-01T10:24:32.993Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-11-01T10:24:32.993Z] === RUN TestCreateWithInvalidEnv/2 [2022-11-01T10:24:32.993Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-11-01T10:24:32.993Z] === CONT TestCreateWithInvalidEnv/0 [2022-11-01T10:24:32.993Z] === CONT TestCreateWithInvalidEnv/2 [2022-11-01T10:24:32.993Z] === CONT TestCreateWithInvalidEnv/1 [2022-11-01T10:24:32.993Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-11-01T10:24:32.993Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-11-01T10:24:32.993Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-11-01T10:24:32.993Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-11-01T10:24:32.993Z] === RUN TestCreateTmpfsMountsTarget [2022-11-01T10:24:32.993Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-11-01T10:24:32.993Z] === RUN TestCreateWithCustomMaskedPaths [2022-11-01T10:24:34.359Z] --- PASS: TestCreateWithCustomMaskedPaths (1.21s) [2022-11-01T10:24:34.359Z] === RUN TestCreateWithCustomReadonlyPaths [2022-11-01T10:24:35.286Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.29s) [2022-11-01T10:24:35.286Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-11-01T10:24:35.286Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-11-01T10:24:35.286Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-11-01T10:24:35.286Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-11-01T10:24:35.286Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-11-01T10:24:35.286Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-11-01T10:24:35.286Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-11-01T10:24:35.286Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-11-01T10:24:35.286Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-11-01T10:24:35.286Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-11-01T10:24:35.286Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-11-01T10:24:35.286Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-11-01T10:24:35.286Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-11-01T10:24:35.542Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-11-01T10:24:35.542Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-11-01T10:24:35.542Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-11-01T10:24:35.542Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-11-01T10:24:35.542Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-11-01T10:24:35.542Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-11-01T10:24:35.542Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-11-01T10:24:35.542Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-11-01T10:24:35.542Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-11-01T10:24:35.542Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-11-01T10:24:35.798Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.45s) [2022-11-01T10:24:35.798Z] === RUN TestCreateDifferentPlatform [2022-11-01T10:24:35.798Z] === RUN TestCreateDifferentPlatform/different_os [2022-11-01T10:24:35.798Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-11-01T10:24:35.798Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-11-01T10:24:35.798Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-11-01T10:24:35.798Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-11-01T10:24:35.798Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-11-01T10:24:35.798Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2022-11-01T10:24:35.798Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-11-01T10:24:36.054Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2022-11-01T10:24:36.054Z] === RUN TestCreateInvalidHostConfig [2022-11-01T10:24:36.054Z] === RUN TestCreateInvalidHostConfig/invalid_IpcMode [2022-11-01T10:24:36.054Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode [2022-11-01T10:24:36.054Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode [2022-11-01T10:24:36.054Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode [2022-11-01T10:24:36.054Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-11-01T10:24:36.054Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-11-01T10:24:36.054Z] === RUN TestCreateInvalidHostConfig/invalid_UTSMode [2022-11-01T10:24:36.054Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode [2022-11-01T10:24:36.054Z] === CONT TestCreateInvalidHostConfig/invalid_IpcMode [2022-11-01T10:24:36.054Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-11-01T10:24:36.054Z] === CONT TestCreateInvalidHostConfig/invalid_UTSMode [2022-11-01T10:24:36.054Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode [2022-11-01T10:24:36.054Z] --- PASS: TestCreateInvalidHostConfig (0.01s) [2022-11-01T10:24:36.054Z] --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s) [2022-11-01T10:24:36.054Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s) [2022-11-01T10:24:36.054Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s) [2022-11-01T10:24:36.054Z] --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s) [2022-11-01T10:24:36.054Z] === RUN TestContainerStartOnDaemonRestart [2022-11-01T10:24:36.054Z] === PAUSE TestContainerStartOnDaemonRestart [2022-11-01T10:24:36.054Z] === RUN TestDaemonRestartIpcMode [2022-11-01T10:24:36.054Z] === PAUSE TestDaemonRestartIpcMode [2022-11-01T10:24:36.054Z] === RUN TestDaemonHostGatewayIP [2022-11-01T10:24:36.054Z] === PAUSE TestDaemonHostGatewayIP [2022-11-01T10:24:36.054Z] === RUN TestRestartDaemonWithRestartingContainer [2022-11-01T10:24:36.054Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-11-01T10:24:36.054Z] === RUN TestContainerKillOnDaemonStart [2022-11-01T10:24:36.054Z] === PAUSE TestContainerKillOnDaemonStart [2022-11-01T10:24:36.054Z] === RUN TestDiff [2022-11-01T10:24:36.616Z] --- PASS: TestDiff (0.48s) [2022-11-01T10:24:36.616Z] === RUN TestExecConsoleSize [2022-11-01T10:24:36.873Z] --- PASS: TestExecConsoleSize (0.49s) [2022-11-01T10:24:36.873Z] === RUN TestExecWithCloseStdin [2022-11-01T10:24:37.434Z] --- PASS: TestExecWithCloseStdin (0.51s) [2022-11-01T10:24:37.434Z] === RUN TestExec [2022-11-01T10:24:37.996Z] --- PASS: TestExec (0.50s) [2022-11-01T10:24:37.996Z] === RUN TestExecUser [2022-11-01T10:24:38.562Z] --- PASS: TestExecUser (0.51s) [2022-11-01T10:24:38.562Z] === RUN TestExportContainerAndImportImage [2022-11-01T10:24:39.139Z] --- PASS: TestExportContainerAndImportImage (0.61s) [2022-11-01T10:24:39.139Z] === RUN TestExportContainerAfterDaemonRestart [2022-11-01T10:24:40.511Z] --- PASS: TestExportContainerAfterDaemonRestart (1.28s) [2022-11-01T10:24:40.511Z] === RUN TestHealthCheckWorkdir [2022-11-01T10:24:41.073Z] --- PASS: TestHealthCheckWorkdir (0.54s) [2022-11-01T10:24:41.073Z] === RUN TestHealthKillContainer [2022-11-01T10:24:51.015Z] --- PASS: TestHealthKillContainer (8.93s) [2022-11-01T10:24:51.015Z] === RUN TestHealthCheckProcessKilled [2022-11-01T10:24:51.952Z] --- PASS: TestHealthCheckProcessKilled (2.18s) [2022-11-01T10:24:51.952Z] === RUN TestInspectCpusetInConfigPre120 [2022-11-01T10:24:54.467Z] --- PASS: TestInspectCpusetInConfigPre120 (1.99s) [2022-11-01T10:24:54.467Z] === RUN TestIpcModeNone [2022-11-01T10:24:55.393Z] --- PASS: TestIpcModeNone (1.18s) [2022-11-01T10:24:55.393Z] === RUN TestIpcModePrivate [2022-11-01T10:24:55.649Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:76, shared: false, mustBeShared: false [2022-11-01T10:24:55.649Z] --- PASS: TestIpcModePrivate (0.56s) [2022-11-01T10:24:55.649Z] === RUN TestIpcModeShareable [2022-11-01T10:24:56.210Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:70, shared: true, mustBeShared: true [2022-11-01T10:24:56.466Z] --- PASS: TestIpcModeShareable (0.62s) [2022-11-01T10:24:56.466Z] === RUN TestAPIIpcModeShareableAndContainer [2022-11-01T10:24:57.832Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.44s) [2022-11-01T10:24:57.832Z] === RUN TestAPIIpcModeHost [2022-11-01T10:24:58.088Z] --- PASS: TestAPIIpcModeHost (0.38s) [2022-11-01T10:24:58.088Z] === RUN TestDaemonIpcModeShareable [2022-11-01T10:24:59.453Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:80, shared: true, mustBeShared: true [2022-11-01T10:24:59.453Z] --- PASS: TestDaemonIpcModeShareable (1.15s) [2022-11-01T10:24:59.453Z] === RUN TestDaemonIpcModePrivate [2022-11-01T10:25:00.380Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:86, shared: false, mustBeShared: false [2022-11-01T10:25:00.380Z] --- PASS: TestDaemonIpcModePrivate (1.17s) [2022-11-01T10:25:00.380Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-11-01T10:25:01.746Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:86, shared: false, mustBeShared: false [2022-11-01T10:25:01.746Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.18s) [2022-11-01T10:25:01.746Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-11-01T10:25:02.673Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:80, shared: true, mustBeShared: true [2022-11-01T10:25:02.928Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.15s) [2022-11-01T10:25:02.928Z] === RUN TestIpcModeOlderClient [2022-11-01T10:25:02.928Z] === PAUSE TestIpcModeOlderClient [2022-11-01T10:25:02.928Z] === RUN TestKillContainerInvalidSignal [2022-11-01T10:25:03.184Z] --- PASS: TestKillContainerInvalidSignal (0.42s) [2022-11-01T10:25:03.184Z] === RUN TestKillContainer [2022-11-01T10:25:03.184Z] === RUN TestKillContainer/no_signal [2022-11-01T10:25:03.746Z] === RUN TestKillContainer/non_killing_signal [2022-11-01T10:25:04.002Z] === RUN TestKillContainer/killing_signal [2022-11-01T10:25:04.564Z] --- PASS: TestKillContainer (1.27s) [2022-11-01T10:25:04.564Z] --- PASS: TestKillContainer/no_signal (0.41s) [2022-11-01T10:25:04.564Z] --- PASS: TestKillContainer/non_killing_signal (0.29s) [2022-11-01T10:25:04.564Z] --- PASS: TestKillContainer/killing_signal (0.41s) [2022-11-01T10:25:04.564Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-11-01T10:25:04.564Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-11-01T10:25:05.133Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-11-01T10:25:05.389Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.87s) [2022-11-01T10:25:05.389Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.43s) [2022-11-01T10:25:05.389Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.28s) [2022-11-01T10:25:05.389Z] === RUN TestKillStoppedContainer [2022-11-01T10:25:05.389Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-11-01T10:25:05.389Z] === RUN TestKillStoppedContainerAPIPre120 [2022-11-01T10:25:05.389Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2022-11-01T10:25:05.389Z] === RUN TestKillDifferentUserContainer [2022-11-01T10:25:05.952Z] --- PASS: TestKillDifferentUserContainer (0.43s) [2022-11-01T10:25:05.952Z] === RUN TestInspectOomKilledTrue [2022-11-01T10:25:06.514Z] --- PASS: TestInspectOomKilledTrue (0.54s) [2022-11-01T10:25:06.514Z] === RUN TestInspectOomKilledFalse [2022-11-01T10:25:06.771Z] --- PASS: TestInspectOomKilledFalse (0.42s) [2022-11-01T10:25:06.771Z] === RUN TestLinksEtcHostsContentMatch [2022-11-01T10:25:07.334Z] --- PASS: TestLinksEtcHostsContentMatch (0.32s) [2022-11-01T10:25:07.334Z] === RUN TestLinksContainerNames [2022-11-01T10:25:08.262Z] --- PASS: TestLinksContainerNames (0.92s) [2022-11-01T10:25:08.262Z] === RUN TestLogsFollowTailEmpty [2022-11-01T10:25:08.518Z] --- PASS: TestLogsFollowTailEmpty (0.44s) [2022-11-01T10:25:08.518Z] === RUN TestLogs [2022-11-01T10:25:08.518Z] === RUN TestLogs/driver_local [2022-11-01T10:25:08.518Z] === RUN TestLogs/driver_local/tty/stdout_and_stderr [2022-11-01T10:25:08.518Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr [2022-11-01T10:25:08.518Z] === RUN TestLogs/driver_local/tty/only_stdout [2022-11-01T10:25:08.518Z] === PAUSE TestLogs/driver_local/tty/only_stdout [2022-11-01T10:25:08.518Z] === RUN TestLogs/driver_local/tty/only_stderr [2022-11-01T10:25:08.518Z] === PAUSE TestLogs/driver_local/tty/only_stderr [2022-11-01T10:25:08.518Z] === RUN TestLogs/driver_local/without_tty/stdout_and_stderr [2022-11-01T10:25:08.518Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr [2022-11-01T10:25:08.518Z] === RUN TestLogs/driver_local/without_tty/only_stdout [2022-11-01T10:25:08.518Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout [2022-11-01T10:25:08.518Z] === RUN TestLogs/driver_local/without_tty/only_stderr [2022-11-01T10:25:08.518Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr [2022-11-01T10:25:08.518Z] === CONT TestLogs/driver_local/tty/stdout_and_stderr [2022-11-01T10:25:08.518Z] === CONT TestLogs/driver_local/without_tty/stdout_and_stderr [2022-11-01T10:25:09.449Z] === CONT TestLogs/driver_local/without_tty/only_stderr [2022-11-01T10:25:09.449Z] === CONT TestLogs/driver_local/without_tty/only_stdout [2022-11-01T10:25:10.012Z] === CONT TestLogs/driver_local/tty/only_stderr [2022-11-01T10:25:10.012Z] === CONT TestLogs/driver_local/tty/only_stdout [2022-11-01T10:25:10.574Z] === RUN TestLogs/driver_json-file [2022-11-01T10:25:10.574Z] === RUN TestLogs/driver_json-file/tty/stdout_and_stderr [2022-11-01T10:25:10.574Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr [2022-11-01T10:25:10.574Z] === RUN TestLogs/driver_json-file/tty/only_stdout [2022-11-01T10:25:10.574Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout [2022-11-01T10:25:10.574Z] === RUN TestLogs/driver_json-file/tty/only_stderr [2022-11-01T10:25:10.574Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr [2022-11-01T10:25:10.574Z] === RUN TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-11-01T10:25:10.574Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-11-01T10:25:10.574Z] === RUN TestLogs/driver_json-file/without_tty/only_stdout [2022-11-01T10:25:10.574Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout [2022-11-01T10:25:10.574Z] === RUN TestLogs/driver_json-file/without_tty/only_stderr [2022-11-01T10:25:10.574Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr [2022-11-01T10:25:10.574Z] === CONT TestLogs/driver_json-file/tty/stdout_and_stderr [2022-11-01T10:25:10.574Z] === CONT TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-11-01T10:25:11.135Z] === CONT TestLogs/driver_json-file/without_tty/only_stderr [2022-11-01T10:25:11.135Z] === CONT TestLogs/driver_json-file/without_tty/only_stdout [2022-11-01T10:25:11.698Z] === CONT TestLogs/driver_json-file/tty/only_stderr [2022-11-01T10:25:11.954Z] === CONT TestLogs/driver_json-file/tty/only_stdout [2022-11-01T10:25:12.516Z] --- PASS: TestLogs (3.83s) [2022-11-01T10:25:12.516Z] --- PASS: TestLogs/driver_local (0.01s) [2022-11-01T10:25:12.516Z] --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.75s) [2022-11-01T10:25:12.516Z] --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.80s) [2022-11-01T10:25:12.516Z] --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.54s) [2022-11-01T10:25:12.516Z] --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.55s) [2022-11-01T10:25:12.516Z] --- PASS: TestLogs/driver_local/tty/only_stderr (0.49s) [2022-11-01T10:25:12.516Z] --- PASS: TestLogs/driver_local/tty/only_stdout (0.49s) [2022-11-01T10:25:12.516Z] --- PASS: TestLogs/driver_json-file (0.01s) [2022-11-01T10:25:12.516Z] --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.79s) [2022-11-01T10:25:12.516Z] --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.83s) [2022-11-01T10:25:12.516Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.59s) [2022-11-01T10:25:12.516Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.59s) [2022-11-01T10:25:12.516Z] --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.54s) [2022-11-01T10:25:12.516Z] --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.59s) [2022-11-01T10:25:12.516Z] === RUN TestContainerNetworkMountsNoChown [2022-11-01T10:25:12.772Z] --- PASS: TestContainerNetworkMountsNoChown (0.45s) [2022-11-01T10:25:12.772Z] === RUN TestMountDaemonRoot [2022-11-01T10:25:12.772Z] === RUN TestMountDaemonRoot/default [2022-11-01T10:25:12.772Z] === PAUSE TestMountDaemonRoot/default [2022-11-01T10:25:12.772Z] === RUN TestMountDaemonRoot/private [2022-11-01T10:25:12.772Z] === PAUSE TestMountDaemonRoot/private [2022-11-01T10:25:12.772Z] === RUN TestMountDaemonRoot/rprivate [2022-11-01T10:25:12.772Z] === PAUSE TestMountDaemonRoot/rprivate [2022-11-01T10:25:12.772Z] === RUN TestMountDaemonRoot/slave [2022-11-01T10:25:12.772Z] === PAUSE TestMountDaemonRoot/slave [2022-11-01T10:25:12.772Z] === RUN TestMountDaemonRoot/rslave [2022-11-01T10:25:12.772Z] === PAUSE TestMountDaemonRoot/rslave [2022-11-01T10:25:12.772Z] === RUN TestMountDaemonRoot/shared [2022-11-01T10:25:12.772Z] === PAUSE TestMountDaemonRoot/shared [2022-11-01T10:25:12.772Z] === RUN TestMountDaemonRoot/rshared [2022-11-01T10:25:12.772Z] === PAUSE TestMountDaemonRoot/rshared [2022-11-01T10:25:12.772Z] === CONT TestMountDaemonRoot/default [2022-11-01T10:25:12.772Z] === RUN TestMountDaemonRoot/default/bind_root [2022-11-01T10:25:12.772Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-11-01T10:25:12.772Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-11-01T10:25:12.772Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-11-01T10:25:12.772Z] === RUN TestMountDaemonRoot/default/mount_root [2022-11-01T10:25:12.772Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-11-01T10:25:12.772Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-11-01T10:25:12.772Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-11-01T10:25:12.772Z] === CONT TestMountDaemonRoot/rslave [2022-11-01T10:25:12.772Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-11-01T10:25:12.772Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-11-01T10:25:12.772Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-11-01T10:25:12.772Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-11-01T10:25:12.772Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-11-01T10:25:12.772Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-11-01T10:25:12.772Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-11-01T10:25:12.772Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-11-01T10:25:12.772Z] === CONT TestMountDaemonRoot/rshared [2022-11-01T10:25:12.772Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-11-01T10:25:12.772Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-11-01T10:25:12.772Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-11-01T10:25:12.772Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-11-01T10:25:12.772Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-11-01T10:25:12.772Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-11-01T10:25:12.772Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-11-01T10:25:12.772Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-11-01T10:25:12.772Z] === CONT TestMountDaemonRoot/shared [2022-11-01T10:25:12.772Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-11-01T10:25:12.772Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-11-01T10:25:12.772Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-11-01T10:25:12.772Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-11-01T10:25:12.772Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-11-01T10:25:12.772Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-11-01T10:25:12.772Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-11-01T10:25:12.772Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-11-01T10:25:12.772Z] === CONT TestMountDaemonRoot/rprivate [2022-11-01T10:25:12.772Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-11-01T10:25:12.772Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-11-01T10:25:12.772Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-11-01T10:25:12.772Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-11-01T10:25:12.772Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-11-01T10:25:12.772Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-11-01T10:25:12.772Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-11-01T10:25:12.772Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-11-01T10:25:12.772Z] === CONT TestMountDaemonRoot/slave [2022-11-01T10:25:12.772Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-11-01T10:25:12.772Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-11-01T10:25:12.772Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-11-01T10:25:12.772Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-11-01T10:25:12.772Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-11-01T10:25:12.772Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-11-01T10:25:12.772Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-11-01T10:25:12.772Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-11-01T10:25:12.772Z] === CONT TestMountDaemonRoot/private [2022-11-01T10:25:12.772Z] === RUN TestMountDaemonRoot/private/bind_root [2022-11-01T10:25:12.772Z] === CONT TestMountDaemonRoot/default/bind_root [2022-11-01T10:25:12.772Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-11-01T10:25:12.772Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-11-01T10:25:12.772Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-11-01T10:25:12.772Z] === RUN TestMountDaemonRoot/private/mount_root [2022-11-01T10:25:12.772Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-11-01T10:25:12.772Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-11-01T10:25:12.772Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-11-01T10:25:12.772Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-11-01T10:25:13.034Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-11-01T10:25:13.034Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-11-01T10:25:13.034Z] === CONT TestMountDaemonRoot/default/mount_root [2022-11-01T10:25:13.034Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-11-01T10:25:13.034Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-11-01T10:25:13.034Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-11-01T10:25:13.034Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-11-01T10:25:13.034Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-11-01T10:25:13.034Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-11-01T10:25:13.034Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-11-01T10:25:13.290Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-11-01T10:25:13.290Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-11-01T10:25:13.290Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-11-01T10:25:13.290Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-11-01T10:25:13.290Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-11-01T10:25:13.290Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-11-01T10:25:13.290Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-11-01T10:25:13.290Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-11-01T10:25:13.290Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-11-01T10:25:13.547Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-11-01T10:25:13.547Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-11-01T10:25:13.547Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-11-01T10:25:13.547Z] === CONT TestMountDaemonRoot/private/bind_root [2022-11-01T10:25:13.547Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-11-01T10:25:13.547Z] === CONT TestMountDaemonRoot/private/mount_root [2022-11-01T10:25:13.547Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-11-01T10:25:13.547Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-11-01T10:25:13.547Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-11-01T10:25:13.547Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2022-11-01T10:25:13.547Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2022-11-01T10:25:13.547Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2022-11-01T10:25:13.547Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2022-11-01T10:25:13.547Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-11-01T10:25:13.547Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2022-11-01T10:25:13.547Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.08s) [2022-11-01T10:25:13.547Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s) [2022-11-01T10:25:13.547Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s) [2022-11-01T10:25:13.547Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-11-01T10:25:13.547Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2022-11-01T10:25:13.547Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s) [2022-11-01T10:25:13.547Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.07s) [2022-11-01T10:25:13.547Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.09s) [2022-11-01T10:25:13.547Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-11-01T10:25:13.547Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-11-01T10:25:13.547Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-11-01T10:25:13.547Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-11-01T10:25:13.547Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.09s) [2022-11-01T10:25:13.547Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-11-01T10:25:13.547Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-11-01T10:25:13.547Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.09s) [2022-11-01T10:25:13.547Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2022-11-01T10:25:13.547Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-11-01T10:25:13.547Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-11-01T10:25:13.547Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-11-01T10:25:13.547Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2022-11-01T10:25:13.547Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-11-01T10:25:13.547Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2022-11-01T10:25:13.547Z] --- PASS: TestMountDaemonRoot/private (0.01s) [2022-11-01T10:25:13.547Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2022-11-01T10:25:13.547Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2022-11-01T10:25:13.547Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2022-11-01T10:25:13.547Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2022-11-01T10:25:13.547Z] === RUN TestContainerBindMountNonRecursive [2022-11-01T10:25:14.912Z] --- PASS: TestContainerBindMountNonRecursive (1.33s) [2022-11-01T10:25:14.912Z] === RUN TestContainerVolumesMountedAsShared [2022-11-01T10:25:15.168Z] --- PASS: TestContainerVolumesMountedAsShared (0.41s) [2022-11-01T10:25:15.168Z] === RUN TestContainerVolumesMountedAsSlave [2022-11-01T10:25:15.729Z] --- PASS: TestContainerVolumesMountedAsSlave (0.33s) [2022-11-01T10:25:15.729Z] === RUN TestNetworkNat [2022-11-01T10:25:16.291Z] --- PASS: TestNetworkNat (0.53s) [2022-11-01T10:25:16.291Z] === RUN TestNetworkLocalhostTCPNat [2022-11-01T10:25:16.547Z] --- PASS: TestNetworkLocalhostTCPNat (0.51s) [2022-11-01T10:25:16.547Z] === RUN TestNetworkLoopbackNat [2022-11-01T10:25:19.814Z] --- PASS: TestNetworkLoopbackNat (2.59s) [2022-11-01T10:25:19.815Z] === RUN TestPause [2022-11-01T10:25:19.815Z] --- PASS: TestPause (0.50s) [2022-11-01T10:25:19.815Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-11-01T10:25:19.815Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-11-01T10:25:19.815Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-11-01T10:25:19.815Z] === RUN TestPauseStopPausedContainer [2022-11-01T10:25:20.376Z] --- PASS: TestPauseStopPausedContainer (0.50s) [2022-11-01T10:25:20.376Z] === RUN TestPidHost [2022-11-01T10:25:21.304Z] --- PASS: TestPidHost (1.09s) [2022-11-01T10:25:21.304Z] === RUN TestPsFilter [2022-11-01T10:25:21.560Z] --- PASS: TestPsFilter (0.14s) [2022-11-01T10:25:21.560Z] === RUN TestRemoveContainerWithRemovedVolume [2022-11-01T10:25:21.816Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.44s) [2022-11-01T10:25:21.816Z] === RUN TestRemoveContainerWithVolume [2022-11-01T10:25:22.378Z] --- PASS: TestRemoveContainerWithVolume (0.47s) [2022-11-01T10:25:22.378Z] === RUN TestRemoveContainerRunning [2022-11-01T10:25:22.939Z] --- PASS: TestRemoveContainerRunning (0.44s) [2022-11-01T10:25:22.939Z] === RUN TestRemoveContainerForceRemoveRunning [2022-11-01T10:25:23.194Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.45s) [2022-11-01T10:25:23.194Z] === RUN TestRemoveInvalidContainer [2022-11-01T10:25:23.194Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-11-01T10:25:23.194Z] === RUN TestRenameLinkedContainer [2022-11-01T10:25:25.083Z] --- PASS: TestRenameLinkedContainer (1.79s) [2022-11-01T10:25:25.083Z] === RUN TestRenameStoppedContainer [2022-11-01T10:25:25.643Z] --- PASS: TestRenameStoppedContainer (0.43s) [2022-11-01T10:25:25.643Z] === RUN TestRenameRunningContainerAndReuse [2022-11-01T10:25:26.573Z] --- PASS: TestRenameRunningContainerAndReuse (0.86s) [2022-11-01T10:25:26.573Z] === RUN TestRenameInvalidName [2022-11-01T10:25:26.829Z] --- PASS: TestRenameInvalidName (0.51s) [2022-11-01T10:25:26.829Z] === RUN TestRenameAnonymousContainer [2022-11-01T10:25:28.717Z] --- PASS: TestRenameAnonymousContainer (1.63s) [2022-11-01T10:25:28.717Z] === RUN TestRenameContainerWithSameName [2022-11-01T10:25:28.972Z] --- PASS: TestRenameContainerWithSameName (0.44s) [2022-11-01T10:25:28.972Z] === RUN TestRenameContainerWithLinkedContainer [2022-11-01T10:25:29.900Z] --- PASS: TestRenameContainerWithLinkedContainer (0.87s) [2022-11-01T10:25:29.900Z] === RUN TestResize [2022-11-01T10:25:30.155Z] --- PASS: TestResize (0.46s) [2022-11-01T10:25:30.155Z] === RUN TestResizeWithInvalidSize [2022-11-01T10:25:30.736Z] --- PASS: TestResizeWithInvalidSize (0.48s) [2022-11-01T10:25:30.736Z] === RUN TestResizeWhenContainerNotStarted [2022-11-01T10:25:31.304Z] --- PASS: TestResizeWhenContainerNotStarted (0.46s) [2022-11-01T10:25:31.304Z] === RUN TestDaemonRestartKillContainers [2022-11-01T10:25:31.304Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-11-01T10:25:31.304Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-11-01T10:25:31.304Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-11-01T10:25:31.304Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-11-01T10:25:31.304Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-11-01T10:25:31.304Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-11-01T10:25:31.304Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-11-01T10:25:31.304Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-11-01T10:25:31.304Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-11-01T10:25:31.304Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-11-01T10:25:31.304Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-11-01T10:25:31.304Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-11-01T10:25:31.304Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-11-01T10:25:31.304Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-11-01T10:25:31.304Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-11-01T10:25:31.304Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-11-01T10:25:31.304Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-11-01T10:25:31.304Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-11-01T10:25:31.304Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-11-01T10:25:31.304Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-11-01T10:25:31.304Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-11-01T10:25:31.304Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-11-01T10:25:31.304Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-11-01T10:25:31.304Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-11-01T10:25:31.304Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-11-01T10:25:31.304Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-11-01T10:25:31.304Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-11-01T10:25:31.304Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-11-01T10:25:31.304Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-11-01T10:25:31.304Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-11-01T10:25:31.304Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-11-01T10:25:31.304Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-11-01T10:25:31.304Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-11-01T10:25:31.304Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-11-01T10:25:32.691Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-11-01T10:25:32.946Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-11-01T10:25:33.874Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-11-01T10:25:34.129Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-11-01T10:25:35.057Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-11-01T10:25:37.573Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-11-01T10:25:38.501Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-11-01T10:25:41.018Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-11-01T10:25:42.383Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-11-01T10:25:42.639Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-11-01T10:25:44.004Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-11-01T10:25:44.567Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-11-01T10:25:45.495Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-11-01T10:25:46.424Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-11-01T10:25:47.789Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-11-01T10:25:47.789Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.33s) [2022-11-01T10:25:47.789Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.72s) [2022-11-01T10:25:47.789Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.26s) [2022-11-01T10:25:47.789Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.23s) [2022-11-01T10:25:47.789Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.26s) [2022-11-01T10:25:47.789Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.21s) [2022-11-01T10:25:47.789Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.31s) [2022-11-01T10:25:47.789Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.72s) [2022-11-01T10:25:47.789Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (3.75s) [2022-11-01T10:25:47.789Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.68s) [2022-11-01T10:25:47.789Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.63s) [2022-11-01T10:25:47.789Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.85s) [2022-11-01T10:25:47.789Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.86s) [2022-11-01T10:25:47.789Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.65s) [2022-11-01T10:25:47.789Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.62s) [2022-11-01T10:25:47.789Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.63s) [2022-11-01T10:25:47.789Z] === RUN TestContainerWithAutoRemoveCanBeRestarted [2022-11-01T10:25:47.789Z] === RUN TestContainerWithAutoRemoveCanBeRestarted/kill [2022-11-01T10:25:48.717Z] === RUN TestContainerWithAutoRemoveCanBeRestarted/stop [2022-11-01T10:25:49.645Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (1.87s) [2022-11-01T10:25:49.645Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (0.93s) [2022-11-01T10:25:49.645Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (0.93s) [2022-11-01T10:25:49.645Z] === RUN TestCgroupNamespacesRun [2022-11-01T10:25:51.010Z] --- PASS: TestCgroupNamespacesRun (1.14s) [2022-11-01T10:25:51.010Z] === RUN TestCgroupNamespacesRunPrivileged [2022-11-01T10:25:51.938Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.14s) [2022-11-01T10:25:51.938Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-11-01T10:25:53.304Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.17s) [2022-11-01T10:25:53.304Z] === RUN TestCgroupNamespacesRunHostMode [2022-11-01T10:25:54.231Z] --- PASS: TestCgroupNamespacesRunHostMode (1.13s) [2022-11-01T10:25:54.231Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-11-01T10:25:55.595Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.12s) [2022-11-01T10:25:55.595Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-11-01T10:25:56.523Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.15s) [2022-11-01T10:25:56.523Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-11-01T10:25:57.451Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.68s) [2022-11-01T10:25:57.451Z] === RUN TestCgroupNamespacesRunOlderClient [2022-11-01T10:25:58.379Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.15s) [2022-11-01T10:25:58.380Z] === RUN TestNISDomainname [2022-11-01T10:25:58.941Z] --- PASS: TestNISDomainname (0.51s) [2022-11-01T10:25:58.941Z] === RUN TestHostnameDnsResolution [2022-11-01T10:25:59.502Z] --- PASS: TestHostnameDnsResolution (0.66s) [2022-11-01T10:25:59.503Z] === RUN TestUnprivilegedPortsAndPing [2022-11-01T10:26:00.064Z] --- PASS: TestUnprivilegedPortsAndPing (0.51s) [2022-11-01T10:26:00.064Z] === RUN TestPrivilegedHostDevices [2022-11-01T10:26:00.626Z] --- PASS: TestPrivilegedHostDevices (0.50s) [2022-11-01T10:26:00.626Z] === RUN TestRunConsoleSize [2022-11-01T10:26:01.188Z] --- PASS: TestRunConsoleSize (0.41s) [2022-11-01T10:26:01.188Z] === RUN TestRunWithAlternativeContainerdShim [2022-11-01T10:26:03.077Z] --- PASS: TestRunWithAlternativeContainerdShim (2.06s) [2022-11-01T10:26:03.077Z] === RUN TestStats [2022-11-01T10:26:05.592Z] --- PASS: TestStats (2.45s) [2022-11-01T10:26:05.592Z] === RUN TestStopContainerWithTimeout [2022-11-01T10:26:05.592Z] === RUN TestStopContainerWithTimeout/0 [2022-11-01T10:26:05.592Z] === PAUSE TestStopContainerWithTimeout/0 [2022-11-01T10:26:05.592Z] === RUN TestStopContainerWithTimeout/1 [2022-11-01T10:26:05.592Z] === PAUSE TestStopContainerWithTimeout/1 [2022-11-01T10:26:05.592Z] === RUN TestStopContainerWithTimeout/3 [2022-11-01T10:26:05.592Z] === PAUSE TestStopContainerWithTimeout/3 [2022-11-01T10:26:05.592Z] === RUN TestStopContainerWithTimeout/-1 [2022-11-01T10:26:05.592Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-11-01T10:26:05.592Z] === CONT TestStopContainerWithTimeout/0 [2022-11-01T10:26:05.592Z] === CONT TestStopContainerWithTimeout/-1 [2022-11-01T10:26:06.158Z] === CONT TestStopContainerWithTimeout/3 [2022-11-01T10:26:08.672Z] === CONT TestStopContainerWithTimeout/1 [2022-11-01T10:26:09.599Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-11-01T10:26:09.599Z] --- PASS: TestStopContainerWithTimeout/0 (0.70s) [2022-11-01T10:26:09.599Z] --- PASS: TestStopContainerWithTimeout/-1 (2.67s) [2022-11-01T10:26:09.599Z] --- PASS: TestStopContainerWithTimeout/3 (2.41s) [2022-11-01T10:26:09.599Z] --- PASS: TestStopContainerWithTimeout/1 (1.42s) [2022-11-01T10:26:09.599Z] === RUN TestDeleteDevicemapper [2022-11-01T10:26:09.599Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-11-01T10:26:09.599Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-11-01T10:26:09.599Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-11-01T10:26:10.964Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.35s) [2022-11-01T10:26:10.964Z] === RUN TestUpdateMemory [2022-11-01T10:26:11.527Z] --- PASS: TestUpdateMemory (0.53s) [2022-11-01T10:26:11.527Z] === RUN TestUpdateCPUQuota [2022-11-01T10:26:12.455Z] --- PASS: TestUpdateCPUQuota (0.75s) [2022-11-01T10:26:12.455Z] === RUN TestUpdatePidsLimit [2022-11-01T10:26:12.455Z] === RUN TestUpdatePidsLimit/update_from_none [2022-11-01T10:26:12.455Z] === RUN TestUpdatePidsLimit/no_change [2022-11-01T10:26:12.718Z] === RUN TestUpdatePidsLimit/update_lower [2022-11-01T10:26:12.718Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-11-01T10:26:12.974Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-11-01T10:26:13.230Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-11-01T10:26:13.486Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-11-01T10:26:14.047Z] --- PASS: TestUpdatePidsLimit (1.88s) [2022-11-01T10:26:14.047Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.20s) [2022-11-01T10:26:14.047Z] --- PASS: TestUpdatePidsLimit/no_change (0.18s) [2022-11-01T10:26:14.047Z] --- PASS: TestUpdatePidsLimit/update_lower (0.19s) [2022-11-01T10:26:14.047Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.22s) [2022-11-01T10:26:14.047Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.27s) [2022-11-01T10:26:14.047Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.19s) [2022-11-01T10:26:14.047Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.20s) [2022-11-01T10:26:14.047Z] === RUN TestUpdateRestartPolicy [2022-11-01T10:26:26.246Z] --- PASS: TestUpdateRestartPolicy (10.85s) [2022-11-01T10:26:26.246Z] === RUN TestUpdateRestartWithAutoRemove [2022-11-01T10:26:26.246Z] --- PASS: TestUpdateRestartWithAutoRemove (0.43s) [2022-11-01T10:26:26.246Z] === RUN TestWaitNonBlocked [2022-11-01T10:26:26.246Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-11-01T10:26:26.246Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-11-01T10:26:26.246Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-11-01T10:26:26.246Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-11-01T10:26:26.246Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-11-01T10:26:26.246Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-11-01T10:26:26.246Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-11-01T10:26:26.246Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.62s) [2022-11-01T10:26:26.246Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.70s) [2022-11-01T10:26:26.246Z] === RUN TestWaitBlocked [2022-11-01T10:26:26.246Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-11-01T10:26:26.246Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-11-01T10:26:26.246Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-11-01T10:26:26.246Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-11-01T10:26:26.246Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-11-01T10:26:26.246Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-11-01T10:26:26.812Z] --- PASS: TestWaitBlocked (0.01s) [2022-11-01T10:26:26.812Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.60s) [2022-11-01T10:26:26.812Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.66s) [2022-11-01T10:26:26.812Z] === RUN TestWaitConditions [2022-11-01T10:26:26.812Z] === RUN TestWaitConditions/default [2022-11-01T10:26:26.812Z] === PAUSE TestWaitConditions/default [2022-11-01T10:26:26.812Z] === RUN TestWaitConditions/not-running [2022-11-01T10:26:26.812Z] === PAUSE TestWaitConditions/not-running [2022-11-01T10:26:26.812Z] === RUN TestWaitConditions/next-exit [2022-11-01T10:26:26.812Z] === PAUSE TestWaitConditions/next-exit [2022-11-01T10:26:26.812Z] === RUN TestWaitConditions/removed [2022-11-01T10:26:26.812Z] === PAUSE TestWaitConditions/removed [2022-11-01T10:26:26.812Z] === CONT TestWaitConditions/default [2022-11-01T10:26:26.812Z] === CONT TestWaitConditions/removed [2022-11-01T10:26:26.812Z] === CONT TestWaitConditions/default [2022-11-01T10:26:26.812Z] wait_test.go:146: ContainerID = 72233498e293fb2a243f8bfc0d4c4c6e055427342613465c92b0f94118c05a2b [2022-11-01T10:26:26.812Z] === CONT TestWaitConditions/removed [2022-11-01T10:26:26.812Z] wait_test.go:146: ContainerID = 49d8863ecab4b9b847a10d2d35a86b3a7c79030b821618da914e5d73886bacad [2022-11-01T10:26:27.376Z] === CONT TestWaitConditions/next-exit [2022-11-01T10:26:27.631Z] wait_test.go:146: ContainerID = 45301a9ec47f50951c025e4a8ff9c3d99b523c6759f448a1bb1f844d5a1cbaf6 [2022-11-01T10:26:27.631Z] === CONT TestWaitConditions/not-running [2022-11-01T10:26:27.631Z] wait_test.go:146: ContainerID = 1cad33c561926e9b6133bbb32ce4b946041ccc260dd72e8b32cdc9af64a8931a [2022-11-01T10:26:28.192Z] --- PASS: TestWaitConditions (0.01s) [2022-11-01T10:26:28.192Z] --- PASS: TestWaitConditions/default (0.67s) [2022-11-01T10:26:28.193Z] --- PASS: TestWaitConditions/removed (0.72s) [2022-11-01T10:26:28.193Z] --- PASS: TestWaitConditions/next-exit (0.43s) [2022-11-01T10:26:28.193Z] --- PASS: TestWaitConditions/not-running (0.48s) [2022-11-01T10:26:28.193Z] === RUN TestWaitRestartedContainer [2022-11-01T10:26:28.193Z] === RUN TestWaitRestartedContainer/default [2022-11-01T10:26:28.193Z] === PAUSE TestWaitRestartedContainer/default [2022-11-01T10:26:28.193Z] === RUN TestWaitRestartedContainer/not-running [2022-11-01T10:26:28.193Z] === PAUSE TestWaitRestartedContainer/not-running [2022-11-01T10:26:28.193Z] === RUN TestWaitRestartedContainer/next-exit [2022-11-01T10:26:28.193Z] === PAUSE TestWaitRestartedContainer/next-exit [2022-11-01T10:26:28.193Z] === CONT TestWaitRestartedContainer/default [2022-11-01T10:26:28.193Z] === CONT TestWaitRestartedContainer/next-exit [2022-11-01T10:26:29.558Z] === CONT TestWaitRestartedContainer/not-running [2022-11-01T10:26:30.485Z] --- PASS: TestWaitRestartedContainer (0.01s) [2022-11-01T10:26:30.485Z] --- PASS: TestWaitRestartedContainer/next-exit (1.41s) [2022-11-01T10:26:30.485Z] --- PASS: TestWaitRestartedContainer/default (1.45s) [2022-11-01T10:26:30.485Z] --- PASS: TestWaitRestartedContainer/not-running (0.87s) [2022-11-01T10:26:30.485Z] === CONT TestContainerStartOnDaemonRestart [2022-11-01T10:26:30.485Z] === CONT TestRestartDaemonWithRestartingContainer [2022-11-01T10:26:32.377Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.10s) [2022-11-01T10:26:32.377Z] === CONT TestIpcModeOlderClient [2022-11-01T10:26:32.377Z] --- PASS: TestContainerStartOnDaemonRestart (2.15s) [2022-11-01T10:26:32.377Z] === CONT TestContainerKillOnDaemonStart [2022-11-01T10:26:32.638Z] --- PASS: TestIpcModeOlderClient (0.09s) [2022-11-01T10:26:32.638Z] === CONT TestDaemonHostGatewayIP [2022-11-01T10:26:35.153Z] --- PASS: TestDaemonHostGatewayIP (2.41s) [2022-11-01T10:26:35.153Z] === CONT TestDaemonRestartIpcMode [2022-11-01T10:26:37.042Z] --- PASS: TestDaemonRestartIpcMode (2.21s) [2022-11-01T10:26:45.128Z] --- PASS: TestContainerKillOnDaemonStart (11.63s) [2022-11-01T10:26:45.128Z] PASS [2022-11-01T10:26:45.128Z] [2022-11-01T10:26:45.128Z] === Skipped [2022-11-01T10:26:45.128Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2022-11-01T10:26:45.128Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-11-01T10:26:45.128Z] [2022-11-01T10:26:45.128Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-11-01T10:26:45.128Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-11-01T10:26:45.128Z] [2022-11-01T10:26:45.128Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2022-11-01T10:26:45.128Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-11-01T10:26:45.128Z] [2022-11-01T10:26:45.128Z] DONE 273 tests, 3 skipped in 133.617s [2022-11-01T10:26:45.128Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m [2022-11-01T10:26:45.128Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2022-11-01T10:26:45.128Z] ++ set -e [2022-11-01T10:26:45.128Z] ++ '[' -n 0 ']' [2022-11-01T10:26:45.128Z] ++ set -x [2022-11-01T10:26:45.128Z] ++ 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 GITHUB_ACTIONS= 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 TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2022-11-01T10:26:45.128Z] INFO: Testing against a local daemon [2022-11-01T10:26:45.128Z] === RUN TestConfigDaemonLibtrustID [2022-11-01T10:26:45.128Z] --- PASS: TestConfigDaemonLibtrustID (0.52s) [2022-11-01T10:26:45.128Z] === RUN TestConfigDaemonID [2022-11-01T10:26:46.055Z] daemon_test.go:86: [dec6a6d084941] daemon is not started [2022-11-01T10:26:46.055Z] --- PASS: TestConfigDaemonID (1.05s) [2022-11-01T10:26:46.055Z] === RUN TestDaemonConfigValidation [2022-11-01T10:26:46.055Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-11-01T10:26:46.055Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-11-01T10:26:46.055Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-11-01T10:26:46.055Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-11-01T10:26:46.055Z] === RUN TestDaemonConfigValidation/invalid_config [2022-11-01T10:26:46.055Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-11-01T10:26:46.055Z] === RUN TestDaemonConfigValidation/malformed_config [2022-11-01T10:26:46.055Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-11-01T10:26:46.055Z] === RUN TestDaemonConfigValidation/valid_config [2022-11-01T10:26:46.055Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-11-01T10:26:46.055Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-11-01T10:26:46.055Z] === CONT TestDaemonConfigValidation/malformed_config [2022-11-01T10:26:46.055Z] === CONT TestDaemonConfigValidation/valid_config [2022-11-01T10:26:46.055Z] === CONT TestDaemonConfigValidation/invalid_config [2022-11-01T10:26:46.055Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-11-01T10:26:46.055Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-11-01T10:26:46.055Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.06s) [2022-11-01T10:26:46.055Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.07s) [2022-11-01T10:26:46.055Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.06s) [2022-11-01T10:26:46.055Z] --- PASS: TestDaemonConfigValidation/valid_config (0.07s) [2022-11-01T10:26:46.055Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s) [2022-11-01T10:26:46.055Z] === RUN TestConfigDaemonSeccompProfiles [2022-11-01T10:26:46.055Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-11-01T10:26:46.983Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-11-01T10:26:48.348Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-11-01T10:26:49.276Z] === CONT TestConfigDaemonSeccompProfiles [2022-11-01T10:26:49.276Z] daemon_test.go:200: [db3d9416a05c0] daemon is not started [2022-11-01T10:26:49.276Z] --- PASS: TestConfigDaemonSeccompProfiles (3.12s) [2022-11-01T10:26:49.276Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2022-11-01T10:26:49.276Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2022-11-01T10:26:49.276Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) [2022-11-01T10:26:49.276Z] === RUN TestDaemonProxy [2022-11-01T10:26:49.276Z] === RUN TestDaemonProxy/environment_variables [2022-11-01T10:26:51.167Z] === RUN TestDaemonProxy/command-line_options [2022-11-01T10:26:52.532Z] === RUN TestDaemonProxy/configuration_file [2022-11-01T10:26:54.419Z] === RUN TestDaemonProxy/conflicting_options [2022-11-01T10:26:54.981Z] === RUN TestDaemonProxy/reload_sanitized [2022-11-01T10:26:55.542Z] --- PASS: TestDaemonProxy (6.24s) [2022-11-01T10:26:55.542Z] --- PASS: TestDaemonProxy/environment_variables (1.74s) [2022-11-01T10:26:55.542Z] --- PASS: TestDaemonProxy/command-line_options (1.73s) [2022-11-01T10:26:55.542Z] --- PASS: TestDaemonProxy/configuration_file (1.76s) [2022-11-01T10:26:55.542Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-11-01T10:26:55.542Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-11-01T10:26:55.542Z] === RUN TestLiveRestore [2022-11-01T10:26:55.542Z] === RUN TestLiveRestore/volume_references [2022-11-01T10:26:55.542Z] === PAUSE TestLiveRestore/volume_references [2022-11-01T10:26:55.542Z] === CONT TestLiveRestore/volume_references [2022-11-01T10:26:56.104Z] === RUN TestLiveRestore/volume_references/restartPolicy [2022-11-01T10:26:56.104Z] === RUN TestLiveRestore/volume_references/restartPolicy/always [2022-11-01T10:26:57.030Z] === RUN TestLiveRestore/volume_references/restartPolicy/unless-stopped [2022-11-01T10:26:57.958Z] === RUN TestLiveRestore/volume_references/restartPolicy/on-failure [2022-11-01T10:26:58.886Z] === RUN TestLiveRestore/volume_references/restartPolicy/no [2022-11-01T10:26:59.814Z] --- PASS: TestLiveRestore (0.00s) [2022-11-01T10:26:59.814Z] --- PASS: TestLiveRestore/volume_references (4.18s) [2022-11-01T10:26:59.814Z] --- PASS: TestLiveRestore/volume_references/restartPolicy (3.50s) [2022-11-01T10:26:59.814Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/always (0.90s) [2022-11-01T10:26:59.814Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/unless-stopped (0.86s) [2022-11-01T10:26:59.814Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/on-failure (0.86s) [2022-11-01T10:26:59.814Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/no (0.87s) [2022-11-01T10:26:59.814Z] PASS [2022-11-01T10:26:59.814Z] [2022-11-01T10:26:59.814Z] DONE 25 tests in 15.476s [2022-11-01T10:26:59.814Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2022-11-01T10:26:59.814Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m [2022-11-01T10:26:59.814Z] ++ set -e [2022-11-01T10:26:59.814Z] ++ '[' -n 0 ']' [2022-11-01T10:26:59.814Z] ++ set -x [2022-11-01T10:26:59.814Z] ++ 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 GITHUB_ACTIONS= 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 TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m [2022-11-01T10:26:59.814Z] INFO: Testing against a local daemon [2022-11-01T10:26:59.814Z] === RUN TestCommitInheritsEnv [2022-11-01T10:27:00.071Z] --- PASS: TestCommitInheritsEnv (0.25s) [2022-11-01T10:27:00.071Z] === RUN TestImportExtremelyLargeImageWorks [2022-11-01T10:27:00.071Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-11-01T10:27:00.071Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-11-01T10:27:00.071Z] === RUN TestImportWithCustomPlatform [2022-11-01T10:27:00.071Z] === RUN TestImportWithCustomPlatform/#00 [2022-11-01T10:27:00.071Z] === RUN TestImportWithCustomPlatform/_______ [2022-11-01T10:27:00.071Z] === RUN TestImportWithCustomPlatform// [2022-11-01T10:27:00.071Z] === RUN TestImportWithCustomPlatform/linux [2022-11-01T10:27:00.327Z] === RUN TestImportWithCustomPlatform/LINUX [2022-11-01T10:27:00.327Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-11-01T10:27:00.327Z] === RUN TestImportWithCustomPlatform/macos [2022-11-01T10:27:00.327Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-11-01T10:27:00.327Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-11-01T10:27:00.327Z] --- PASS: TestImportWithCustomPlatform (0.32s) [2022-11-01T10:27:00.327Z] --- PASS: TestImportWithCustomPlatform/#00 (0.07s) [2022-11-01T10:27:00.327Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-11-01T10:27:00.327Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-11-01T10:27:00.327Z] --- PASS: TestImportWithCustomPlatform/linux (0.07s) [2022-11-01T10:27:00.327Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.08s) [2022-11-01T10:27:00.327Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s) [2022-11-01T10:27:00.327Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-11-01T10:27:00.327Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-11-01T10:27:00.327Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-11-01T10:27:00.327Z] === RUN TestImagesFilterMultiReference [2022-11-01T10:27:00.327Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2022-11-01T10:27:00.327Z] === RUN TestImagePullPlatformInvalid [2022-11-01T10:27:00.585Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-11-01T10:27:00.585Z] === RUN TestImagePullStoredfDigestForOtherRepo [2022-11-01T10:27:00.585Z] time="2022-11-01T10:27:00Z" 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.2 instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 version="v2.3.0+unknown" [2022-11-01T10:27:00.585Z] time="2022-11-01T10:27:00Z" level=info msg="redis not configured" go.version=go1.19.2 instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 version="v2.3.0+unknown" [2022-11-01T10:27:00.585Z] time="2022-11-01T10:27:00Z" level=info msg="Starting upload purge in 32m0s" go.version=go1.19.2 instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 version="v2.3.0+unknown" [2022-11-01T10:27:00.585Z] time="2022-11-01T10:27:00Z" level=info msg="listening on 127.0.0.1:5000" go.version=go1.19.2 instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 version="v2.3.0+unknown" [2022-11-01T10:27:00.585Z] time="2022-11-01T10:27:00Z" level=debug msg="authorizing request" go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=7ead4ebb-9440-46cc-aef1-9732c2238d4d http.request.method=GET http.request.remoteaddr="127.0.0.1:56254" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 version="v2.3.0+unknown" [2022-11-01T10:27:00.585Z] time="2022-11-01T10:27:00Z" level=info msg="response completed" go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=7ead4ebb-9440-46cc-aef1-9732c2238d4d http.request.method=GET http.request.remoteaddr="127.0.0.1:56254" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.03853ms http.response.status=200 http.response.written=2 instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 version="v2.3.0+unknown" [2022-11-01T10:27:00.585Z] 127.0.0.1 - - [01/Nov/2022:10:27:00 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1" [2022-11-01T10:27:00.585Z] time="2022-11-01T10:27:00Z" level=debug msg="authorizing request" go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=6a25cada-0f33-4b38-a6d8-d313d9fa5181 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:56256" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.9+unknown" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" [2022-11-01T10:27:00.585Z] time="2022-11-01T10:27:00Z" level=debug msg="authorizing request" go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=272e4bf2-0d15-48a7-90c0-5c2b51b6c9e8 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:56266" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.9+unknown" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" [2022-11-01T10:27:00.585Z] time="2022-11-01T10:27:00Z" level=debug msg=GetBlob go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=272e4bf2-0d15-48a7-90c0-5c2b51b6c9e8 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:56266" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.9+unknown" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" [2022-11-01T10:27:00.585Z] time="2022-11-01T10:27:00Z" level=debug msg=GetBlob go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=6a25cada-0f33-4b38-a6d8-d313d9fa5181 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:56256" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.9+unknown" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" [2022-11-01T10:27:00.586Z] time="2022-11-01T10:27:00Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=6a25cada-0f33-4b38-a6d8-d313d9fa5181 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:56256" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.9+unknown" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 trace.duration=34.239µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=2ba75495-c66b-49eb-9071-36fa7a1ebef2 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" [2022-11-01T10:27:00.586Z] time="2022-11-01T10:27:00Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=272e4bf2-0d15-48a7-90c0-5c2b51b6c9e8 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:56266" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.9+unknown" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 trace.duration=35.413µs trace.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=c2983034-9cbf-4386-9c78-6abb7fda142d trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" [2022-11-01T10:27:00.586Z] time="2022-11-01T10:27:00Z" 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.2 http.request.host="127.0.0.1:5000" http.request.id=6a25cada-0f33-4b38-a6d8-d313d9fa5181 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:56256" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.9+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=4.162007ms http.response.status=404 http.response.written=157 instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" [2022-11-01T10:27:00.586Z] 127.0.0.1 - - [01/Nov/2022:10:27:00 +0000] "HEAD /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 404 157 "" "containerd/1.6.9+unknown" [2022-11-01T10:27:00.586Z] time="2022-11-01T10:27:00Z" 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.2 http.request.host="127.0.0.1:5000" http.request.id=272e4bf2-0d15-48a7-90c0-5c2b51b6c9e8 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:56266" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.9+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=4.050467ms http.response.status=404 http.response.written=157 instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" [2022-11-01T10:27:00.586Z] 127.0.0.1 - - [01/Nov/2022:10:27:00 +0000] "HEAD /v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe HTTP/1.1" 404 157 "" "containerd/1.6.9+unknown" [2022-11-01T10:27:00.586Z] time="2022-11-01T10:27:00Z" level=debug msg="authorizing request" go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=751fbfdd-ae8e-4b93-8d9a-936c951ea9c3 http.request.method=POST http.request.remoteaddr="127.0.0.1:56256" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.9+unknown" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 vars.name=test version="v2.3.0+unknown" [2022-11-01T10:27:00.586Z] time="2022-11-01T10:27:00Z" level=debug msg="authorizing request" go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=b9cfd3c4-5b1b-41e0-9b5a-e4218823c9c6 http.request.method=POST http.request.remoteaddr="127.0.0.1:56266" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.9+unknown" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 vars.name=test version="v2.3.0+unknown" [2022-11-01T10:27:00.586Z] time="2022-11-01T10:27:00Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=b9cfd3c4-5b1b-41e0-9b5a-e4218823c9c6 http.request.method=POST http.request.remoteaddr="127.0.0.1:56266" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.9+unknown" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 vars.name=test version="v2.3.0+unknown" [2022-11-01T10:27:00.586Z] time="2022-11-01T10:27:00Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/4ccc4316-4439-41b5-89ac-2203548a7879/startedat\")" go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=b9cfd3c4-5b1b-41e0-9b5a-e4218823c9c6 http.request.method=POST http.request.remoteaddr="127.0.0.1:56266" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.9+unknown" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 trace.duration=114.461µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=b52757a4-c3af-4ad2-89eb-c1171aba81af trace.line=95 vars.name=test version="v2.3.0+unknown" [2022-11-01T10:27:00.586Z] time="2022-11-01T10:27:00Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/4ccc4316-4439-41b5-89ac-2203548a7879/data\")" go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=b9cfd3c4-5b1b-41e0-9b5a-e4218823c9c6 http.request.method=POST http.request.remoteaddr="127.0.0.1:56266" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.9+unknown" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 trace.duration=15.77µs trace.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=44e5c189-a0c7-475d-bbed-136a3ace28fa trace.line=141 vars.name=test version="v2.3.0+unknown" [2022-11-01T10:27:00.586Z] time="2022-11-01T10:27:00Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/4ccc4316-4439-41b5-89ac-2203548a7879/hashstates/sha256/0\")" go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=b9cfd3c4-5b1b-41e0-9b5a-e4218823c9c6 http.request.method=POST http.request.remoteaddr="127.0.0.1:56266" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.9+unknown" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 trace.duration=74.206µs trace.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=49ed5028-5d96-40e4-b69d-8b7d0c27c9af trace.line=95 vars.name=test version="v2.3.0+unknown" [2022-11-01T10:27:00.586Z] time="2022-11-01T10:27:00Z" level=info msg="response completed" go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=b9cfd3c4-5b1b-41e0-9b5a-e4218823c9c6 http.request.method=POST http.request.remoteaddr="127.0.0.1:56266" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.9+unknown" http.response.duration=4.096267ms http.response.status=202 http.response.written=0 instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 version="v2.3.0+unknown" [2022-11-01T10:27:00.586Z] 127.0.0.1 - - [01/Nov/2022:10:27:00 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.6.9+unknown" [2022-11-01T10:27:00.586Z] time="2022-11-01T10:27:00Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=751fbfdd-ae8e-4b93-8d9a-936c951ea9c3 http.request.method=POST http.request.remoteaddr="127.0.0.1:56256" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.9+unknown" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 vars.name=test version="v2.3.0+unknown" [2022-11-01T10:27:00.586Z] time="2022-11-01T10:27:00Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/4602fdf9-3e4c-44fb-ba2d-921c6c27d73e/startedat\")" go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=751fbfdd-ae8e-4b93-8d9a-936c951ea9c3 http.request.method=POST http.request.remoteaddr="127.0.0.1:56256" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.9+unknown" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 trace.duration=83.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).PutContent" trace.id=7fc7a85e-33d0-4fba-be67-0f9d98c0db2e trace.line=95 vars.name=test version="v2.3.0+unknown" [2022-11-01T10:27:00.586Z] time="2022-11-01T10:27:00Z" level=debug msg="authorizing request" go.version=go1.19.2 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=03093efc-b696-4ff4-a3b9-637571196e03 http.request.method=PUT http.request.remoteaddr="127.0.0.1:56266" http.request.uri="/v2/test/blobs/uploads/4ccc4316-4439-41b5-89ac-2203548a7879?_state=tC34b5qoT1_8Pj1jbdGgfTWS62d2D8f4twWSZHaB3zt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjRjY2M0MzE2LTQ0MzktNDFiNS04OWFjLTIyMDM1NDhhNzg3OSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0wMVQxMDoyNzowMC40NjUzMjUwNzJaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.9+unknown" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 vars.name=test vars.uuid=4ccc4316-4439-41b5-89ac-2203548a7879 version="v2.3.0+unknown" [2022-11-01T10:27:00.586Z] time="2022-11-01T10:27:00Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.19.2 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=03093efc-b696-4ff4-a3b9-637571196e03 http.request.method=PUT http.request.remoteaddr="127.0.0.1:56266" http.request.uri="/v2/test/blobs/uploads/4ccc4316-4439-41b5-89ac-2203548a7879?_state=tC34b5qoT1_8Pj1jbdGgfTWS62d2D8f4twWSZHaB3zt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjRjY2M0MzE2LTQ0MzktNDFiNS04OWFjLTIyMDM1NDhhNzg3OSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0wMVQxMDoyNzowMC40NjUzMjUwNzJaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.9+unknown" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 vars.name=test vars.uuid=4ccc4316-4439-41b5-89ac-2203548a7879 version="v2.3.0+unknown" [2022-11-01T10:27:00.586Z] time="2022-11-01T10:27:00Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_uploads/4ccc4316-4439-41b5-89ac-2203548a7879/startedat\")" go.version=go1.19.2 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=03093efc-b696-4ff4-a3b9-637571196e03 http.request.method=PUT http.request.remoteaddr="127.0.0.1:56266" http.request.uri="/v2/test/blobs/uploads/4ccc4316-4439-41b5-89ac-2203548a7879?_state=tC34b5qoT1_8Pj1jbdGgfTWS62d2D8f4twWSZHaB3zt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjRjY2M0MzE2LTQ0MzktNDFiNS04OWFjLTIyMDM1NDhhNzg3OSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0wMVQxMDoyNzowMC40NjUzMjUwNzJaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.9+unknown" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 trace.duration=29.005µs trace.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=92212fac-ed90-46ca-b2f4-d264fdd6e7c4 trace.line=82 vars.name=test vars.uuid=4ccc4316-4439-41b5-89ac-2203548a7879 version="v2.3.0+unknown" [2022-11-01T10:27:00.586Z] time="2022-11-01T10:27:00Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/4ccc4316-4439-41b5-89ac-2203548a7879/data\")" go.version=go1.19.2 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=03093efc-b696-4ff4-a3b9-637571196e03 http.request.method=PUT http.request.remoteaddr="127.0.0.1:56266" http.request.uri="/v2/test/blobs/uploads/4ccc4316-4439-41b5-89ac-2203548a7879?_state=tC34b5qoT1_8Pj1jbdGgfTWS62d2D8f4twWSZHaB3zt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjRjY2M0MzE2LTQ0MzktNDFiNS04OWFjLTIyMDM1NDhhNzg3OSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0wMVQxMDoyNzowMC40NjUzMjUwNzJaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.9+unknown" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 trace.duration=21.301µs trace.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=225b913f-f484-4ee2-bfe1-b315e02b4cf2 trace.line=141 vars.name=test vars.uuid=4ccc4316-4439-41b5-89ac-2203548a7879 version="v2.3.0+unknown" [2022-11-01T10:27:00.586Z] time="2022-11-01T10:27:00Z" level=debug msg="filesystem.WriteStream(\"/docker/registry/v2/repositories/test/_uploads/4ccc4316-4439-41b5-89ac-2203548a7879/data\", 0)" go.version=go1.19.2 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=03093efc-b696-4ff4-a3b9-637571196e03 http.request.method=PUT http.request.remoteaddr="127.0.0.1:56266" http.request.uri="/v2/test/blobs/uploads/4ccc4316-4439-41b5-89ac-2203548a7879?_state=tC34b5qoT1_8Pj1jbdGgfTWS62d2D8f4twWSZHaB3zt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjRjY2M0MzE2LTQ0MzktNDFiNS04OWFjLTIyMDM1NDhhNzg3OSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0wMVQxMDoyNzowMC40NjUzMjUwNzJaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.9+unknown" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 trace.duration=124.225µs trace.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=888ad3cd-0715-48fb-9621-3b8951141c7c trace.line=124 vars.name=test vars.uuid=4ccc4316-4439-41b5-89ac-2203548a7879 version="v2.3.0+unknown" [2022-11-01T10:27:00.586Z] time="2022-11-01T10:27:00Z" level=debug msg="(*blobWriter).Commit" go.version=go1.19.2 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=03093efc-b696-4ff4-a3b9-637571196e03 http.request.method=PUT http.request.remoteaddr="127.0.0.1:56266" http.request.uri="/v2/test/blobs/uploads/4ccc4316-4439-41b5-89ac-2203548a7879?_state=tC34b5qoT1_8Pj1jbdGgfTWS62d2D8f4twWSZHaB3zt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjRjY2M0MzE2LTQ0MzktNDFiNS04OWFjLTIyMDM1NDhhNzg3OSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0wMVQxMDoyNzowMC40NjUzMjUwNzJaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.9+unknown" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 vars.name=test vars.uuid=4ccc4316-4439-41b5-89ac-2203548a7879 version="v2.3.0+unknown" [2022-11-01T10:27:00.586Z] time="2022-11-01T10:27:00Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/4ccc4316-4439-41b5-89ac-2203548a7879/data\")" go.version=go1.19.2 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=03093efc-b696-4ff4-a3b9-637571196e03 http.request.method=PUT http.request.remoteaddr="127.0.0.1:56266" http.request.uri="/v2/test/blobs/uploads/4ccc4316-4439-41b5-89ac-2203548a7879?_state=tC34b5qoT1_8Pj1jbdGgfTWS62d2D8f4twWSZHaB3zt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjRjY2M0MzE2LTQ0MzktNDFiNS04OWFjLTIyMDM1NDhhNzg3OSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0wMVQxMDoyNzowMC40NjUzMjUwNzJaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.9+unknown" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 trace.duration=17.058µs trace.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=99d02392-5566-4adb-8038-f4f8b73fe900 trace.line=141 vars.name=test vars.uuid=4ccc4316-4439-41b5-89ac-2203548a7879 version="v2.3.0+unknown" [2022-11-01T10:27:00.586Z] time="2022-11-01T10:27:00Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.2 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=03093efc-b696-4ff4-a3b9-637571196e03 http.request.method=PUT http.request.remoteaddr="127.0.0.1:56266" http.request.uri="/v2/test/blobs/uploads/4ccc4316-4439-41b5-89ac-2203548a7879?_state=tC34b5qoT1_8Pj1jbdGgfTWS62d2D8f4twWSZHaB3zt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjRjY2M0MzE2LTQ0MzktNDFiNS04OWFjLTIyMDM1NDhhNzg3OSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0wMVQxMDoyNzowMC40NjUzMjUwNzJaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.9+unknown" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 trace.duration=14.958µs trace.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=35e0a9ae-4511-4a7a-b76e-20d93da1da13 trace.line=141 vars.name=test vars.uuid=4ccc4316-4439-41b5-89ac-2203548a7879 version="v2.3.0+unknown" [2022-11-01T10:27:00.586Z] time="2022-11-01T10:27:00Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/4ccc4316-4439-41b5-89ac-2203548a7879/data\")" go.version=go1.19.2 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=03093efc-b696-4ff4-a3b9-637571196e03 http.request.method=PUT http.request.remoteaddr="127.0.0.1:56266" http.request.uri="/v2/test/blobs/uploads/4ccc4316-4439-41b5-89ac-2203548a7879?_state=tC34b5qoT1_8Pj1jbdGgfTWS62d2D8f4twWSZHaB3zt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjRjY2M0MzE2LTQ0MzktNDFiNS04OWFjLTIyMDM1NDhhNzg3OSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0wMVQxMDoyNzowMC40NjUzMjUwNzJaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.9+unknown" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 trace.duration=10.79µs trace.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=03ba9cf6-6826-47d2-8b7c-74c2014cdc31 trace.line=141 vars.name=test vars.uuid=4ccc4316-4439-41b5-89ac-2203548a7879 version="v2.3.0+unknown" [2022-11-01T10:27:00.586Z] time="2022-11-01T10:27:00Z" level=debug msg="filesystem.Move(\"/docker/registry/v2/repositories/test/_uploads/4ccc4316-4439-41b5-89ac-2203548a7879/data\", \"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\"" go.version=go1.19.2 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=03093efc-b696-4ff4-a3b9-637571196e03 http.request.method=PUT http.request.remoteaddr="127.0.0.1:56266" http.request.uri="/v2/test/blobs/uploads/4ccc4316-4439-41b5-89ac-2203548a7879?_state=tC34b5qoT1_8Pj1jbdGgfTWS62d2D8f4twWSZHaB3zt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjRjY2M0MzE2LTQ0MzktNDFiNS04OWFjLTIyMDM1NDhhNzg3OSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0wMVQxMDoyNzowMC40NjUzMjUwNzJaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.9+unknown" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 trace.duration=181.258µs trace.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=b8d2e4c5-9c97-41ca-8e9e-75aa66596db6 trace.line=167 vars.name=test vars.uuid=4ccc4316-4439-41b5-89ac-2203548a7879 version="v2.3.0+unknown" [2022-11-01T10:27:00.586Z] time="2022-11-01T10:27:00Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.19.2 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=03093efc-b696-4ff4-a3b9-637571196e03 http.request.method=PUT http.request.remoteaddr="127.0.0.1:56266" http.request.uri="/v2/test/blobs/uploads/4ccc4316-4439-41b5-89ac-2203548a7879?_state=tC34b5qoT1_8Pj1jbdGgfTWS62d2D8f4twWSZHaB3zt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjRjY2M0MzE2LTQ0MzktNDFiNS04OWFjLTIyMDM1NDhhNzg3OSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0wMVQxMDoyNzowMC40NjUzMjUwNzJaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.9+unknown" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 trace.duration=204.084µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=7abbf4c5-fbd3-4325-a3bb-4d4b8428f279 trace.line=95 vars.name=test vars.uuid=4ccc4316-4439-41b5-89ac-2203548a7879 version="v2.3.0+unknown" [2022-11-01T10:27:00.586Z] time="2022-11-01T10:27:00Z" level=debug msg="filesystem.Delete(\"/docker/registry/v2/repositories/test/_uploads/4ccc4316-4439-41b5-89ac-2203548a7879\")" go.version=go1.19.2 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=03093efc-b696-4ff4-a3b9-637571196e03 http.request.method=PUT http.request.remoteaddr="127.0.0.1:56266" http.request.uri="/v2/test/blobs/uploads/4ccc4316-4439-41b5-89ac-2203548a7879?_state=tC34b5qoT1_8Pj1jbdGgfTWS62d2D8f4twWSZHaB3zt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjRjY2M0MzE2LTQ0MzktNDFiNS04OWFjLTIyMDM1NDhhNzg3OSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0wMVQxMDoyNzowMC40NjUzMjUwNzJaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.9+unknown" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 trace.duration=112.286µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Delete" trace.id=eb03974a-d106-46f0-bca8-6105f93943b6 trace.line=181 vars.name=test vars.uuid=4ccc4316-4439-41b5-89ac-2203548a7879 version="v2.3.0+unknown" [2022-11-01T10:27:00.586Z] time="2022-11-01T10:27:00Z" level=info msg="response completed" go.version=go1.19.2 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=03093efc-b696-4ff4-a3b9-637571196e03 http.request.method=PUT http.request.remoteaddr="127.0.0.1:56266" http.request.uri="/v2/test/blobs/uploads/4ccc4316-4439-41b5-89ac-2203548a7879?_state=tC34b5qoT1_8Pj1jbdGgfTWS62d2D8f4twWSZHaB3zt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjRjY2M0MzE2LTQ0MzktNDFiNS04OWFjLTIyMDM1NDhhNzg3OSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0wMVQxMDoyNzowMC40NjUzMjUwNzJaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.9+unknown" http.response.duration=4.143971ms http.response.status=201 http.response.written=0 instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 version="v2.3.0+unknown" [2022-11-01T10:27:00.586Z] 127.0.0.1 - - [01/Nov/2022:10:27:00 +0000] "PUT /v2/test/blobs/uploads/4ccc4316-4439-41b5-89ac-2203548a7879?_state=tC34b5qoT1_8Pj1jbdGgfTWS62d2D8f4twWSZHaB3zt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjRjY2M0MzE2LTQ0MzktNDFiNS04OWFjLTIyMDM1NDhhNzg3OSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0wMVQxMDoyNzowMC40NjUzMjUwNzJaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe HTTP/1.1" 201 0 "" "containerd/1.6.9+unknown" [2022-11-01T10:27:00.586Z] time="2022-11-01T10:27:00Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/4602fdf9-3e4c-44fb-ba2d-921c6c27d73e/data\")" go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=751fbfdd-ae8e-4b93-8d9a-936c951ea9c3 http.request.method=POST http.request.remoteaddr="127.0.0.1:56256" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.9+unknown" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 trace.duration=45.48µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=3aec5b31-da24-4849-8aef-3f56c6d87636 trace.line=141 vars.name=test version="v2.3.0+unknown" [2022-11-01T10:27:00.586Z] time="2022-11-01T10:27:00Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/4602fdf9-3e4c-44fb-ba2d-921c6c27d73e/hashstates/sha256/0\")" go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=751fbfdd-ae8e-4b93-8d9a-936c951ea9c3 http.request.method=POST http.request.remoteaddr="127.0.0.1:56256" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.9+unknown" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 trace.duration=62.736µs trace.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=3b34f3d5-7e93-49e9-ba79-c0ff31ac24b5 trace.line=95 vars.name=test version="v2.3.0+unknown" [2022-11-01T10:27:00.587Z] time="2022-11-01T10:27:00Z" level=info msg="response completed" go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=751fbfdd-ae8e-4b93-8d9a-936c951ea9c3 http.request.method=POST http.request.remoteaddr="127.0.0.1:56256" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.9+unknown" http.response.duration=14.513448ms http.response.status=202 http.response.written=0 instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 version="v2.3.0+unknown" [2022-11-01T10:27:00.587Z] 127.0.0.1 - - [01/Nov/2022:10:27:00 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.6.9+unknown" [2022-11-01T10:27:00.587Z] time="2022-11-01T10:27:00Z" level=debug msg="authorizing request" go.version=go1.19.2 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=407b653e-d989-4157-985a-8645d832a5c7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:56256" http.request.uri="/v2/test/blobs/uploads/4602fdf9-3e4c-44fb-ba2d-921c6c27d73e?_state=MDrDAHEPuTFLpJbPbwWIXDGBP3kLklPzacmHaaNQsbZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjQ2MDJmZGY5LTNlNGMtNDRmYi1iYTJkLTkyMWM2YzI3ZDczZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0wMVQxMDoyNzowMC40NzMzOTUyMjhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.9+unknown" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 vars.name=test vars.uuid=4602fdf9-3e4c-44fb-ba2d-921c6c27d73e version="v2.3.0+unknown" [2022-11-01T10:27:00.587Z] time="2022-11-01T10:27:00Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.19.2 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=407b653e-d989-4157-985a-8645d832a5c7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:56256" http.request.uri="/v2/test/blobs/uploads/4602fdf9-3e4c-44fb-ba2d-921c6c27d73e?_state=MDrDAHEPuTFLpJbPbwWIXDGBP3kLklPzacmHaaNQsbZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjQ2MDJmZGY5LTNlNGMtNDRmYi1iYTJkLTkyMWM2YzI3ZDczZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0wMVQxMDoyNzowMC40NzMzOTUyMjhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.9+unknown" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 vars.name=test vars.uuid=4602fdf9-3e4c-44fb-ba2d-921c6c27d73e version="v2.3.0+unknown" [2022-11-01T10:27:00.587Z] time="2022-11-01T10:27:00Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_uploads/4602fdf9-3e4c-44fb-ba2d-921c6c27d73e/startedat\")" go.version=go1.19.2 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=407b653e-d989-4157-985a-8645d832a5c7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:56256" http.request.uri="/v2/test/blobs/uploads/4602fdf9-3e4c-44fb-ba2d-921c6c27d73e?_state=MDrDAHEPuTFLpJbPbwWIXDGBP3kLklPzacmHaaNQsbZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjQ2MDJmZGY5LTNlNGMtNDRmYi1iYTJkLTkyMWM2YzI3ZDczZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0wMVQxMDoyNzowMC40NzMzOTUyMjhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.9+unknown" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 trace.duration=30.72µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=de6d9456-a3db-45cd-84fd-07e520ffcc87 trace.line=82 vars.name=test vars.uuid=4602fdf9-3e4c-44fb-ba2d-921c6c27d73e version="v2.3.0+unknown" [2022-11-01T10:27:00.587Z] time="2022-11-01T10:27:00Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/4602fdf9-3e4c-44fb-ba2d-921c6c27d73e/data\")" go.version=go1.19.2 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=407b653e-d989-4157-985a-8645d832a5c7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:56256" http.request.uri="/v2/test/blobs/uploads/4602fdf9-3e4c-44fb-ba2d-921c6c27d73e?_state=MDrDAHEPuTFLpJbPbwWIXDGBP3kLklPzacmHaaNQsbZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjQ2MDJmZGY5LTNlNGMtNDRmYi1iYTJkLTkyMWM2YzI3ZDczZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0wMVQxMDoyNzowMC40NzMzOTUyMjhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.9+unknown" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 trace.duration=14.9µs trace.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=b74b631b-79d0-48a5-a18f-d13398d4406d trace.line=141 vars.name=test vars.uuid=4602fdf9-3e4c-44fb-ba2d-921c6c27d73e version="v2.3.0+unknown" [2022-11-01T10:27:00.587Z] time="2022-11-01T10:27:00Z" level=debug msg="filesystem.WriteStream(\"/docker/registry/v2/repositories/test/_uploads/4602fdf9-3e4c-44fb-ba2d-921c6c27d73e/data\", 0)" go.version=go1.19.2 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=407b653e-d989-4157-985a-8645d832a5c7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:56256" http.request.uri="/v2/test/blobs/uploads/4602fdf9-3e4c-44fb-ba2d-921c6c27d73e?_state=MDrDAHEPuTFLpJbPbwWIXDGBP3kLklPzacmHaaNQsbZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjQ2MDJmZGY5LTNlNGMtNDRmYi1iYTJkLTkyMWM2YzI3ZDczZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0wMVQxMDoyNzowMC40NzMzOTUyMjhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.9+unknown" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 trace.duration=48.73µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).WriteStream" trace.id=bb65f622-2199-49f8-996f-35533a78e9c5 trace.line=124 vars.name=test vars.uuid=4602fdf9-3e4c-44fb-ba2d-921c6c27d73e version="v2.3.0+unknown" [2022-11-01T10:27:00.587Z] time="2022-11-01T10:27:00Z" level=debug msg="(*blobWriter).Commit" go.version=go1.19.2 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=407b653e-d989-4157-985a-8645d832a5c7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:56256" http.request.uri="/v2/test/blobs/uploads/4602fdf9-3e4c-44fb-ba2d-921c6c27d73e?_state=MDrDAHEPuTFLpJbPbwWIXDGBP3kLklPzacmHaaNQsbZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjQ2MDJmZGY5LTNlNGMtNDRmYi1iYTJkLTkyMWM2YzI3ZDczZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0wMVQxMDoyNzowMC40NzMzOTUyMjhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.9+unknown" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 vars.name=test vars.uuid=4602fdf9-3e4c-44fb-ba2d-921c6c27d73e version="v2.3.0+unknown" [2022-11-01T10:27:00.587Z] time="2022-11-01T10:27:00Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/4602fdf9-3e4c-44fb-ba2d-921c6c27d73e/data\")" go.version=go1.19.2 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=407b653e-d989-4157-985a-8645d832a5c7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:56256" http.request.uri="/v2/test/blobs/uploads/4602fdf9-3e4c-44fb-ba2d-921c6c27d73e?_state=MDrDAHEPuTFLpJbPbwWIXDGBP3kLklPzacmHaaNQsbZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjQ2MDJmZGY5LTNlNGMtNDRmYi1iYTJkLTkyMWM2YzI3ZDczZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0wMVQxMDoyNzowMC40NzMzOTUyMjhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.9+unknown" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 trace.duration=10.74µs trace.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=2eff9054-fd45-4683-9e62-aa042e74bae7 trace.line=141 vars.name=test vars.uuid=4602fdf9-3e4c-44fb-ba2d-921c6c27d73e version="v2.3.0+unknown" [2022-11-01T10:27:00.587Z] time="2022-11-01T10:27:00Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.2 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=407b653e-d989-4157-985a-8645d832a5c7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:56256" http.request.uri="/v2/test/blobs/uploads/4602fdf9-3e4c-44fb-ba2d-921c6c27d73e?_state=MDrDAHEPuTFLpJbPbwWIXDGBP3kLklPzacmHaaNQsbZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjQ2MDJmZGY5LTNlNGMtNDRmYi1iYTJkLTkyMWM2YzI3ZDczZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0wMVQxMDoyNzowMC40NzMzOTUyMjhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.9+unknown" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 trace.duration=393.121µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=dc6d6537-49b7-436a-9679-70f2efd2e549 trace.line=141 vars.name=test vars.uuid=4602fdf9-3e4c-44fb-ba2d-921c6c27d73e version="v2.3.0+unknown" [2022-11-01T10:27:00.587Z] time="2022-11-01T10:27:00Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/4602fdf9-3e4c-44fb-ba2d-921c6c27d73e/data\")" go.version=go1.19.2 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=407b653e-d989-4157-985a-8645d832a5c7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:56256" http.request.uri="/v2/test/blobs/uploads/4602fdf9-3e4c-44fb-ba2d-921c6c27d73e?_state=MDrDAHEPuTFLpJbPbwWIXDGBP3kLklPzacmHaaNQsbZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjQ2MDJmZGY5LTNlNGMtNDRmYi1iYTJkLTkyMWM2YzI3ZDczZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0wMVQxMDoyNzowMC40NzMzOTUyMjhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.9+unknown" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 trace.duration=16.163µs trace.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=9eed315d-b40e-4850-a7f9-f7be477a950c trace.line=141 vars.name=test vars.uuid=4602fdf9-3e4c-44fb-ba2d-921c6c27d73e version="v2.3.0+unknown" [2022-11-01T10:27:00.587Z] time="2022-11-01T10:27:00Z" level=debug msg="filesystem.Move(\"/docker/registry/v2/repositories/test/_uploads/4602fdf9-3e4c-44fb-ba2d-921c6c27d73e/data\", \"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\"" go.version=go1.19.2 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=407b653e-d989-4157-985a-8645d832a5c7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:56256" http.request.uri="/v2/test/blobs/uploads/4602fdf9-3e4c-44fb-ba2d-921c6c27d73e?_state=MDrDAHEPuTFLpJbPbwWIXDGBP3kLklPzacmHaaNQsbZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjQ2MDJmZGY5LTNlNGMtNDRmYi1iYTJkLTkyMWM2YzI3ZDczZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0wMVQxMDoyNzowMC40NzMzOTUyMjhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.9+unknown" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 trace.duration=50.519µs trace.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=648758e3-5666-4538-b263-8b5df3ed39e7 trace.line=167 vars.name=test vars.uuid=4602fdf9-3e4c-44fb-ba2d-921c6c27d73e version="v2.3.0+unknown" [2022-11-01T10:27:00.587Z] time="2022-11-01T10:27:00Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.2 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=407b653e-d989-4157-985a-8645d832a5c7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:56256" http.request.uri="/v2/test/blobs/uploads/4602fdf9-3e4c-44fb-ba2d-921c6c27d73e?_state=MDrDAHEPuTFLpJbPbwWIXDGBP3kLklPzacmHaaNQsbZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjQ2MDJmZGY5LTNlNGMtNDRmYi1iYTJkLTkyMWM2YzI3ZDczZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0wMVQxMDoyNzowMC40NzMzOTUyMjhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.9+unknown" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 trace.duration=60.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).PutContent" trace.id=49735522-aad9-4d57-ac42-5ef10d3899dd trace.line=95 vars.name=test vars.uuid=4602fdf9-3e4c-44fb-ba2d-921c6c27d73e version="v2.3.0+unknown" [2022-11-01T10:27:00.587Z] time="2022-11-01T10:27:00Z" level=debug msg="filesystem.Delete(\"/docker/registry/v2/repositories/test/_uploads/4602fdf9-3e4c-44fb-ba2d-921c6c27d73e\")" go.version=go1.19.2 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=407b653e-d989-4157-985a-8645d832a5c7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:56256" http.request.uri="/v2/test/blobs/uploads/4602fdf9-3e4c-44fb-ba2d-921c6c27d73e?_state=MDrDAHEPuTFLpJbPbwWIXDGBP3kLklPzacmHaaNQsbZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjQ2MDJmZGY5LTNlNGMtNDRmYi1iYTJkLTkyMWM2YzI3ZDczZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0wMVQxMDoyNzowMC40NzMzOTUyMjhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.9+unknown" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 trace.duration=246.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).Delete" trace.id=b593917b-833b-418f-ba39-69fe41a121ab trace.line=181 vars.name=test vars.uuid=4602fdf9-3e4c-44fb-ba2d-921c6c27d73e version="v2.3.0+unknown" [2022-11-01T10:27:00.587Z] time="2022-11-01T10:27:00Z" level=info msg="response completed" go.version=go1.19.2 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=407b653e-d989-4157-985a-8645d832a5c7 http.request.method=PUT http.request.remoteaddr="127.0.0.1:56256" http.request.uri="/v2/test/blobs/uploads/4602fdf9-3e4c-44fb-ba2d-921c6c27d73e?_state=MDrDAHEPuTFLpJbPbwWIXDGBP3kLklPzacmHaaNQsbZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjQ2MDJmZGY5LTNlNGMtNDRmYi1iYTJkLTkyMWM2YzI3ZDczZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0wMVQxMDoyNzowMC40NzMzOTUyMjhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.9+unknown" http.response.duration=4.835797ms http.response.status=201 http.response.written=0 instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 version="v2.3.0+unknown" [2022-11-01T10:27:00.587Z] 127.0.0.1 - - [01/Nov/2022:10:27:00 +0000] "PUT /v2/test/blobs/uploads/4602fdf9-3e4c-44fb-ba2d-921c6c27d73e?_state=MDrDAHEPuTFLpJbPbwWIXDGBP3kLklPzacmHaaNQsbZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjQ2MDJmZGY5LTNlNGMtNDRmYi1iYTJkLTkyMWM2YzI3ZDczZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMS0wMVQxMDoyNzowMC40NzMzOTUyMjhaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 201 0 "" "containerd/1.6.9+unknown" [2022-11-01T10:27:00.587Z] time="2022-11-01T10:27:00Z" level=debug msg="authorizing request" go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=e29a7a3a-633b-44de-8936-1b2ce210906a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:56256" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.9+unknown" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-11-01T10:27:00.587Z] time="2022-11-01T10:27:00Z" level=debug msg=GetImageManifest go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=e29a7a3a-633b-44de-8936-1b2ce210906a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:56256" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.9+unknown" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-11-01T10:27:00.587Z] time="2022-11-01T10:27:00Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=e29a7a3a-633b-44de-8936-1b2ce210906a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:56256" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.9+unknown" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 trace.duration=35.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=40140616-e7b1-4856-b551-46963e70f455 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-11-01T10:27:00.587Z] time="2022-11-01T10:27:00Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=latest" err.message="manifest unknown" go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=e29a7a3a-633b-44de-8936-1b2ce210906a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:56256" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.9+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration="880.394µs" http.response.status=404 http.response.written=96 instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-11-01T10:27:00.587Z] 127.0.0.1 - - [01/Nov/2022:10:27:00 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 404 96 "" "containerd/1.6.9+unknown" [2022-11-01T10:27:00.587Z] time="2022-11-01T10:27:00Z" level=debug msg="authorizing request" go.version=go1.19.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=c1fb262d-4cd2-45b4-8204-ff9490c30d8a http.request.method=PUT http.request.remoteaddr="127.0.0.1:56256" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.9+unknown" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-11-01T10:27:00.587Z] time="2022-11-01T10:27:00Z" level=debug msg=PutImageManifest go.version=go1.19.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=c1fb262d-4cd2-45b4-8204-ff9490c30d8a http.request.method=PUT http.request.remoteaddr="127.0.0.1:56256" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.9+unknown" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-11-01T10:27:00.587Z] time="2022-11-01T10:27:00Z" level=debug msg="(*manifestStore).Put" go.version=go1.19.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=c1fb262d-4cd2-45b4-8204-ff9490c30d8a http.request.method=PUT http.request.remoteaddr="127.0.0.1:56256" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.9+unknown" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-11-01T10:27:00.587Z] time="2022-11-01T10:27:00Z" level=debug msg="(*schema2ManifestHandler).Put" go.version=go1.19.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=c1fb262d-4cd2-45b4-8204-ff9490c30d8a http.request.method=PUT http.request.remoteaddr="127.0.0.1:56256" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.9+unknown" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-11-01T10:27:00.587Z] time="2022-11-01T10:27:00Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.19.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=c1fb262d-4cd2-45b4-8204-ff9490c30d8a http.request.method=PUT http.request.remoteaddr="127.0.0.1:56256" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.9+unknown" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 trace.duration=31.154µs trace.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=3b5cf92d-690f-4143-800c-2f6a5b2766b9 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-11-01T10:27:00.587Z] time="2022-11-01T10:27:00Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=c1fb262d-4cd2-45b4-8204-ff9490c30d8a http.request.method=PUT http.request.remoteaddr="127.0.0.1:56256" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.9+unknown" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 trace.duration=18.839µs trace.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=7b132ebb-067c-4a8d-ba58-a1b8976634db trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-11-01T10:27:00.587Z] time="2022-11-01T10:27:00Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=c1fb262d-4cd2-45b4-8204-ff9490c30d8a http.request.method=PUT http.request.remoteaddr="127.0.0.1:56256" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.9+unknown" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 trace.duration=39.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).GetContent" trace.id=d1d6f151-47b9-4e5a-a64b-0643ebf74475 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-11-01T10:27:00.587Z] time="2022-11-01T10:27:00Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=c1fb262d-4cd2-45b4-8204-ff9490c30d8a http.request.method=PUT http.request.remoteaddr="127.0.0.1:56256" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.9+unknown" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 trace.duration=25.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=c9f7966e-ee96-4b2e-b75d-df80fbf8c7d3 trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-11-01T10:27:00.587Z] time="2022-11-01T10:27:00Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.19.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=c1fb262d-4cd2-45b4-8204-ff9490c30d8a http.request.method=PUT http.request.remoteaddr="127.0.0.1:56256" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.9+unknown" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 trace.duration=13.572µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=54123f2e-d0ca-42e8-9641-dac7bbfb7e01 trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-11-01T10:27:00.588Z] time="2022-11-01T10:27:00Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.19.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=c1fb262d-4cd2-45b4-8204-ff9490c30d8a http.request.method=PUT http.request.remoteaddr="127.0.0.1:56256" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.9+unknown" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 trace.duration=74.255µs trace.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=e76b3f66-fe7d-4f2d-98e9-683502228687 trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-11-01T10:27:00.588Z] time="2022-11-01T10:27:00Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=c1fb262d-4cd2-45b4-8204-ff9490c30d8a http.request.method=PUT http.request.remoteaddr="127.0.0.1:56256" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.9+unknown" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 trace.duration=81.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=0c7ab691-0cf1-4ce8-9346-1def3006092c trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-11-01T10:27:00.588Z] time="2022-11-01T10:27:00Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=c1fb262d-4cd2-45b4-8204-ff9490c30d8a http.request.method=PUT http.request.remoteaddr="127.0.0.1:56256" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.9+unknown" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 trace.duration=34.962µs trace.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=4e56ff03-4485-47e6-bda5-15db040e71dc trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-11-01T10:27:00.588Z] time="2022-11-01T10:27:00Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/index/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=c1fb262d-4cd2-45b4-8204-ff9490c30d8a http.request.method=PUT http.request.remoteaddr="127.0.0.1:56256" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.9+unknown" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 trace.duration=119.704µs trace.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=43cffdcc-9007-4059-9137-f8421a6c4406 trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-11-01T10:27:00.588Z] time="2022-11-01T10:27:00Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.19.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=c1fb262d-4cd2-45b4-8204-ff9490c30d8a http.request.method=PUT http.request.remoteaddr="127.0.0.1:56256" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.9+unknown" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 trace.duration=115.979µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=7a782d56-e5cd-43b2-97ef-523940209cfb trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-11-01T10:27:00.588Z] time="2022-11-01T10:27:00Z" level=info msg="response completed" go.version=go1.19.2 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=c1fb262d-4cd2-45b4-8204-ff9490c30d8a http.request.method=PUT http.request.remoteaddr="127.0.0.1:56256" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.9+unknown" http.response.duration=3.210573ms http.response.status=201 http.response.written=0 instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 version="v2.3.0+unknown" [2022-11-01T10:27:00.588Z] 127.0.0.1 - - [01/Nov/2022:10:27:00 +0000] "PUT /v2/test/manifests/latest HTTP/1.1" 201 0 "" "containerd/1.6.9+unknown" [2022-11-01T10:27:00.588Z] time="2022-11-01T10:27:00Z" level=debug msg="authorizing request" go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=408b728e-382d-4f09-883a-8bf149adbd34 http.request.method=GET http.request.remoteaddr="127.0.0.1:56286" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.2 git-commit/346a438da82dec69874e226b49d6419150c456a9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 version="v2.3.0+unknown" [2022-11-01T10:27:00.588Z] time="2022-11-01T10:27:00Z" level=info msg="response completed" go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=408b728e-382d-4f09-883a-8bf149adbd34 http.request.method=GET http.request.remoteaddr="127.0.0.1:56286" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.2 git-commit/346a438da82dec69874e226b49d6419150c456a9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration="877.728µs" http.response.status=200 http.response.written=2 instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 version="v2.3.0+unknown" [2022-11-01T10:27:00.588Z] 127.0.0.1 - - [01/Nov/2022:10:27:00 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.19.2 git-commit/346a438da82dec69874e226b49d6419150c456a9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2022-11-01T10:27:00.588Z] time="2022-11-01T10:27:00Z" level=debug msg="authorizing request" go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=09e7ea2c-246e-4de0-8cc0-911931c9aca6 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:56296" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.2 git-commit/346a438da82dec69874e226b49d6419150c456a9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-11-01T10:27:00.588Z] time="2022-11-01T10:27:00Z" level=debug msg=GetImageManifest go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=09e7ea2c-246e-4de0-8cc0-911931c9aca6 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:56296" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.2 git-commit/346a438da82dec69874e226b49d6419150c456a9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-11-01T10:27:00.588Z] time="2022-11-01T10:27:00Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=09e7ea2c-246e-4de0-8cc0-911931c9aca6 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:56296" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.2 git-commit/346a438da82dec69874e226b49d6419150c456a9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 trace.duration=135.678µs trace.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=4a18ea0d-8380-4cbd-b1ab-7fe120ff88b8 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-11-01T10:27:00.588Z] time="2022-11-01T10:27:00Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=09e7ea2c-246e-4de0-8cc0-911931c9aca6 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:56296" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.2 git-commit/346a438da82dec69874e226b49d6419150c456a9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-11-01T10:27:00.588Z] time="2022-11-01T10:27:00Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=09e7ea2c-246e-4de0-8cc0-911931c9aca6 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:56296" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.2 git-commit/346a438da82dec69874e226b49d6419150c456a9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 trace.duration=23.614µs trace.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=e35b5842-9cc0-4b64-be2d-c13553adf3c3 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-11-01T10:27:00.588Z] time="2022-11-01T10:27:00Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=09e7ea2c-246e-4de0-8cc0-911931c9aca6 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:56296" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.2 git-commit/346a438da82dec69874e226b49d6419150c456a9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 trace.duration=16.952µs trace.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=1b713a6f-823b-48d2-b750-f4fd0c148ee3 trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-11-01T10:27:00.588Z] time="2022-11-01T10:27:00Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=09e7ea2c-246e-4de0-8cc0-911931c9aca6 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:56296" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.2 git-commit/346a438da82dec69874e226b49d6419150c456a9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 trace.duration=49.017µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=2ab2060a-be8e-4473-8482-384131f510d4 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-11-01T10:27:00.588Z] time="2022-11-01T10:27:00Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=09e7ea2c-246e-4de0-8cc0-911931c9aca6 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:56296" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.2 git-commit/346a438da82dec69874e226b49d6419150c456a9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-11-01T10:27:00.588Z] time="2022-11-01T10:27:00Z" level=info msg="response completed" go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=09e7ea2c-246e-4de0-8cc0-911931c9aca6 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:56296" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.2 git-commit/346a438da82dec69874e226b49d6419150c456a9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.response.duration=2.788045ms http.response.status=200 http.response.written=417 instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 version="v2.3.0+unknown" [2022-11-01T10:27:00.588Z] 127.0.0.1 - - [01/Nov/2022:10:27:00 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 200 417 "" "docker/dev go/go1.19.2 git-commit/346a438da82dec69874e226b49d6419150c456a9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2022-11-01T10:27:00.588Z] time="2022-11-01T10:27:00Z" level=debug msg="authorizing request" go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=40f38288-bbdd-4a09-9f8d-2284aa50a9ce http.request.method=GET http.request.remoteaddr="127.0.0.1:56300" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.2 git-commit/346a438da82dec69874e226b49d6419150c456a9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" [2022-11-01T10:27:00.588Z] time="2022-11-01T10:27:00Z" level=debug msg=GetImageManifest go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=40f38288-bbdd-4a09-9f8d-2284aa50a9ce http.request.method=GET http.request.remoteaddr="127.0.0.1:56300" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.2 git-commit/346a438da82dec69874e226b49d6419150c456a9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" [2022-11-01T10:27:00.588Z] time="2022-11-01T10:27:00Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=40f38288-bbdd-4a09-9f8d-2284aa50a9ce http.request.method=GET http.request.remoteaddr="127.0.0.1:56300" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.2 git-commit/346a438da82dec69874e226b49d6419150c456a9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" [2022-11-01T10:27:00.588Z] time="2022-11-01T10:27:00Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=40f38288-bbdd-4a09-9f8d-2284aa50a9ce http.request.method=GET http.request.remoteaddr="127.0.0.1:56300" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.2 git-commit/346a438da82dec69874e226b49d6419150c456a9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 trace.duration=44.553µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=c4c09ab2-35c6-47c4-84c4-4fd948eece5a trace.line=82 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" [2022-11-01T10:27:00.588Z] time="2022-11-01T10:27:00Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=40f38288-bbdd-4a09-9f8d-2284aa50a9ce http.request.method=GET http.request.remoteaddr="127.0.0.1:56300" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.2 git-commit/346a438da82dec69874e226b49d6419150c456a9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 trace.duration=29.333µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=dee88ef0-e402-4796-a8c2-37fdeda2610c trace.line=141 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" [2022-11-01T10:27:00.588Z] time="2022-11-01T10:27:00Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=40f38288-bbdd-4a09-9f8d-2284aa50a9ce http.request.method=GET http.request.remoteaddr="127.0.0.1:56300" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.2 git-commit/346a438da82dec69874e226b49d6419150c456a9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 trace.duration=21.67µs trace.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=d090dcd4-6bb0-4590-b341-5f50ebc7a1d8 trace.line=82 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" [2022-11-01T10:27:00.588Z] time="2022-11-01T10:27:00Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=40f38288-bbdd-4a09-9f8d-2284aa50a9ce http.request.method=GET http.request.remoteaddr="127.0.0.1:56300" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.2 git-commit/346a438da82dec69874e226b49d6419150c456a9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" [2022-11-01T10:27:00.588Z] time="2022-11-01T10:27:00Z" level=info msg="response completed" go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=40f38288-bbdd-4a09-9f8d-2284aa50a9ce http.request.method=GET http.request.remoteaddr="127.0.0.1:56300" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.2 git-commit/346a438da82dec69874e226b49d6419150c456a9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.response.duration=3.005734ms http.response.status=200 http.response.written=417 instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 version="v2.3.0+unknown" [2022-11-01T10:27:00.588Z] 127.0.0.1 - - [01/Nov/2022:10:27:00 +0000] "GET /v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1 HTTP/1.1" 200 417 "" "docker/dev go/go1.19.2 git-commit/346a438da82dec69874e226b49d6419150c456a9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2022-11-01T10:27:00.588Z] time="2022-11-01T10:27:00Z" level=debug msg="authorizing request" go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=9ca54156-6365-4d6b-a50d-3d5860f99df8 http.request.method=GET http.request.remoteaddr="127.0.0.1:56302" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.2 git-commit/346a438da82dec69874e226b49d6419150c456a9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" [2022-11-01T10:27:00.588Z] time="2022-11-01T10:27:00Z" level=debug msg="authorizing request" go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=cc003799-bf91-458c-8c6f-e2cf5cd163d1 http.request.method=GET http.request.remoteaddr="127.0.0.1:56312" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.2 git-commit/346a438da82dec69874e226b49d6419150c456a9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" [2022-11-01T10:27:00.588Z] time="2022-11-01T10:27:00Z" level=debug msg=GetBlob go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=cc003799-bf91-458c-8c6f-e2cf5cd163d1 http.request.method=GET http.request.remoteaddr="127.0.0.1:56312" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.2 git-commit/346a438da82dec69874e226b49d6419150c456a9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" [2022-11-01T10:27:00.589Z] time="2022-11-01T10:27:00Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=cc003799-bf91-458c-8c6f-e2cf5cd163d1 http.request.method=GET http.request.remoteaddr="127.0.0.1:56312" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.2 git-commit/346a438da82dec69874e226b49d6419150c456a9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 trace.duration=30.605µs trace.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=c1eb4135-c657-402b-bcea-646956cf0753 trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" [2022-11-01T10:27:00.589Z] time="2022-11-01T10:27:00Z" level=debug msg=GetBlob go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=9ca54156-6365-4d6b-a50d-3d5860f99df8 http.request.method=GET http.request.remoteaddr="127.0.0.1:56302" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.2 git-commit/346a438da82dec69874e226b49d6419150c456a9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" [2022-11-01T10:27:00.589Z] time="2022-11-01T10:27:00Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=cc003799-bf91-458c-8c6f-e2cf5cd163d1 http.request.method=GET http.request.remoteaddr="127.0.0.1:56312" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.2 git-commit/346a438da82dec69874e226b49d6419150c456a9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 trace.duration=69.177µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=130aaeeb-39c2-46cd-ab90-d9d0d9451d89 trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" [2022-11-01T10:27:00.589Z] time="2022-11-01T10:27:00Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=cc003799-bf91-458c-8c6f-e2cf5cd163d1 http.request.method=GET http.request.remoteaddr="127.0.0.1:56312" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.2 git-commit/346a438da82dec69874e226b49d6419150c456a9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 trace.duration=30.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=dd7bf1e8-c754-4558-8abe-86c81f06f094 trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" [2022-11-01T10:27:00.589Z] time="2022-11-01T10:27:00Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=cc003799-bf91-458c-8c6f-e2cf5cd163d1 http.request.method=GET http.request.remoteaddr="127.0.0.1:56312" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.2 git-commit/346a438da82dec69874e226b49d6419150c456a9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 trace.duration=15.188µs trace.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=6665af2d-6439-43da-8ab3-b97c8d4ddf8c trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" [2022-11-01T10:27:00.589Z] time="2022-11-01T10:27:00Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=cc003799-bf91-458c-8c6f-e2cf5cd163d1 http.request.method=GET http.request.remoteaddr="127.0.0.1:56312" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.2 git-commit/346a438da82dec69874e226b49d6419150c456a9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 trace.duration=14.047µs trace.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=193d8d8f-60ff-47a7-9039-d74925c9c25a trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" [2022-11-01T10:27:00.589Z] time="2022-11-01T10:27:00Z" level=debug msg="filesystem.URLFor(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=cc003799-bf91-458c-8c6f-e2cf5cd163d1 http.request.method=GET http.request.remoteaddr="127.0.0.1:56312" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.2 git-commit/346a438da82dec69874e226b49d6419150c456a9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 trace.duration=146.247µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).URLFor" trace.id=95e30645-c31b-4eec-aa9f-5ba09d837e88 trace.line=193 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" [2022-11-01T10:27:00.589Z] time="2022-11-01T10:27:00Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=9ca54156-6365-4d6b-a50d-3d5860f99df8 http.request.method=GET http.request.remoteaddr="127.0.0.1:56302" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.2 git-commit/346a438da82dec69874e226b49d6419150c456a9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 trace.duration=1.38622ms trace.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=f3fe452a-02b8-437c-86ba-0077fca5162d trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" [2022-11-01T10:27:00.589Z] time="2022-11-01T10:27:00Z" level=debug msg="filesystem.ReadStream(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\", 0)" go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=cc003799-bf91-458c-8c6f-e2cf5cd163d1 http.request.method=GET http.request.remoteaddr="127.0.0.1:56312" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.2 git-commit/346a438da82dec69874e226b49d6419150c456a9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 trace.duration=59.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).ReadStream" trace.id=ef4ece9f-9675-424d-830c-5a89df6343dc trace.line=107 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" [2022-11-01T10:27:00.589Z] time="2022-11-01T10:27:00Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=9ca54156-6365-4d6b-a50d-3d5860f99df8 http.request.method=GET http.request.remoteaddr="127.0.0.1:56302" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.2 git-commit/346a438da82dec69874e226b49d6419150c456a9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 trace.duration=17.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).Stat" trace.id=b7454b9f-3983-401c-a4cc-9869547f1ff1 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" [2022-11-01T10:27:00.589Z] time="2022-11-01T10:27:00Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=9ca54156-6365-4d6b-a50d-3d5860f99df8 http.request.method=GET http.request.remoteaddr="127.0.0.1:56302" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.2 git-commit/346a438da82dec69874e226b49d6419150c456a9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 trace.duration=90.329µs trace.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=603e76f4-71a5-40d7-830b-b9408c84b108 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" [2022-11-01T10:27:00.589Z] time="2022-11-01T10:27:00Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=9ca54156-6365-4d6b-a50d-3d5860f99df8 http.request.method=GET http.request.remoteaddr="127.0.0.1:56302" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.2 git-commit/346a438da82dec69874e226b49d6419150c456a9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 trace.duration=51.281µs trace.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=d19229e3-1f51-4aa5-990e-2108270ba7bc trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" [2022-11-01T10:27:00.589Z] time="2022-11-01T10:27:00Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=9ca54156-6365-4d6b-a50d-3d5860f99df8 http.request.method=GET http.request.remoteaddr="127.0.0.1:56302" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.2 git-commit/346a438da82dec69874e226b49d6419150c456a9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 trace.duration=18.141µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=5e42bcd6-4f8b-491f-a623-f397b9c538ef trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" [2022-11-01T10:27:00.589Z] time="2022-11-01T10:27:00Z" level=debug msg="filesystem.URLFor(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=9ca54156-6365-4d6b-a50d-3d5860f99df8 http.request.method=GET http.request.remoteaddr="127.0.0.1:56302" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.2 git-commit/346a438da82dec69874e226b49d6419150c456a9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 trace.duration=5.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).URLFor" trace.id=4dd2d952-f071-4d8b-b0f9-0794f9cb5a8a trace.line=193 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" [2022-11-01T10:27:00.589Z] time="2022-11-01T10:27:00Z" level=debug msg="filesystem.ReadStream(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\", 0)" go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=9ca54156-6365-4d6b-a50d-3d5860f99df8 http.request.method=GET http.request.remoteaddr="127.0.0.1:56302" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.2 git-commit/346a438da82dec69874e226b49d6419150c456a9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 trace.duration=36.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).ReadStream" trace.id=afcadd4e-9554-44c6-af31-1113680b834f trace.line=107 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" [2022-11-01T10:27:00.589Z] time="2022-11-01T10:27:00Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=9ca54156-6365-4d6b-a50d-3d5860f99df8 http.request.method=GET http.request.remoteaddr="127.0.0.1:56302" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.2 git-commit/346a438da82dec69874e226b49d6419150c456a9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 trace.duration=60.02µs trace.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=a4343910-7863-4670-b887-60b3d294f40d trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" [2022-11-01T10:27:00.589Z] time="2022-11-01T10:27:00Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=9ca54156-6365-4d6b-a50d-3d5860f99df8 http.request.method=GET http.request.remoteaddr="127.0.0.1:56302" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.2 git-commit/346a438da82dec69874e226b49d6419150c456a9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 trace.duration=15.943µs trace.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=263be8b3-d77d-4c2d-893f-cd32fdb81b45 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" [2022-11-01T10:27:00.589Z] time="2022-11-01T10:27:00Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=cc003799-bf91-458c-8c6f-e2cf5cd163d1 http.request.method=GET http.request.remoteaddr="127.0.0.1:56312" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.2 git-commit/346a438da82dec69874e226b49d6419150c456a9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 trace.duration=38.711µs trace.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=1469a54d-ac95-4a0a-a57f-d1d001195cbd trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" [2022-11-01T10:27:00.589Z] time="2022-11-01T10:27:00Z" level=info msg="response completed" go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=9ca54156-6365-4d6b-a50d-3d5860f99df8 http.request.method=GET http.request.remoteaddr="127.0.0.1:56302" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.2 git-commit/346a438da82dec69874e226b49d6419150c456a9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/octet-stream" http.response.duration=8.35959ms http.response.status=200 http.response.written=68 instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 version="v2.3.0+unknown" [2022-11-01T10:27:00.589Z] 127.0.0.1 - - [01/Nov/2022:10:27:00 +0000] "GET /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 200 68 "" "docker/dev go/go1.19.2 git-commit/346a438da82dec69874e226b49d6419150c456a9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2022-11-01T10:27:00.589Z] time="2022-11-01T10:27:00Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=cc003799-bf91-458c-8c6f-e2cf5cd163d1 http.request.method=GET http.request.remoteaddr="127.0.0.1:56312" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.2 git-commit/346a438da82dec69874e226b49d6419150c456a9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 trace.duration=14.055µs trace.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=b1157496-7471-4a70-847e-3e125c30e019 trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" [2022-11-01T10:27:00.589Z] time="2022-11-01T10:27:00Z" level=info msg="response completed" go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=cc003799-bf91-458c-8c6f-e2cf5cd163d1 http.request.method=GET http.request.remoteaddr="127.0.0.1:56312" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.2 git-commit/346a438da82dec69874e226b49d6419150c456a9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/octet-stream" http.response.duration=8.755164ms http.response.status=200 http.response.written=179 instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 version="v2.3.0+unknown" [2022-11-01T10:27:00.589Z] 127.0.0.1 - - [01/Nov/2022:10:27:00 +0000] "GET /v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe HTTP/1.1" 200 179 "" "docker/dev go/go1.19.2 git-commit/346a438da82dec69874e226b49d6419150c456a9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2022-11-01T10:27:00.846Z] time="2022-11-01T10:27:00Z" level=debug msg="authorizing request" go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=4a1e7653-1422-4a3b-9f43-8cce01c94c93 http.request.method=GET http.request.remoteaddr="127.0.0.1:56334" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.2 git-commit/346a438da82dec69874e226b49d6419150c456a9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 version="v2.3.0+unknown" [2022-11-01T10:27:00.846Z] time="2022-11-01T10:27:00Z" level=info msg="response completed" go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=4a1e7653-1422-4a3b-9f43-8cce01c94c93 http.request.method=GET http.request.remoteaddr="127.0.0.1:56334" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.2 git-commit/346a438da82dec69874e226b49d6419150c456a9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration="895.065µs" http.response.status=200 http.response.written=2 instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 version="v2.3.0+unknown" [2022-11-01T10:27:00.846Z] 127.0.0.1 - - [01/Nov/2022:10:27:00 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.19.2 git-commit/346a438da82dec69874e226b49d6419150c456a9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2022-11-01T10:27:00.846Z] time="2022-11-01T10:27:00Z" level=debug msg="authorizing request" go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=124da5f1-e168-4f27-aeb6-f9e9e9024f58 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:56338" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.2 git-commit/346a438da82dec69874e226b49d6419150c456a9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" [2022-11-01T10:27:00.846Z] time="2022-11-01T10:27:00Z" level=debug msg=GetImageManifest go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=124da5f1-e168-4f27-aeb6-f9e9e9024f58 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:56338" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.2 git-commit/346a438da82dec69874e226b49d6419150c456a9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" [2022-11-01T10:27:00.846Z] time="2022-11-01T10:27:00Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=124da5f1-e168-4f27-aeb6-f9e9e9024f58 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:56338" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.2 git-commit/346a438da82dec69874e226b49d6419150c456a9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" [2022-11-01T10:27:00.846Z] time="2022-11-01T10:27:00Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=124da5f1-e168-4f27-aeb6-f9e9e9024f58 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:56338" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.2 git-commit/346a438da82dec69874e226b49d6419150c456a9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 trace.duration=26.749µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=ccf88ca5-fd83-46e5-803c-2331c520be4e trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" [2022-11-01T10:27:00.846Z] time="2022-11-01T10:27:00Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_layers/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=124da5f1-e168-4f27-aeb6-f9e9e9024f58 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:56338" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.2 git-commit/346a438da82dec69874e226b49d6419150c456a9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 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).GetContent" trace.id=f7d5983e-8330-48eb-bd82-02caa39ebb2e trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" [2022-11-01T10:27:00.846Z] time="2022-11-01T10:27:00Z" 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.2 http.request.host="127.0.0.1:5000" http.request.id=124da5f1-e168-4f27-aeb6-f9e9e9024f58 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:56338" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.2 git-commit/346a438da82dec69874e226b49d6419150c456a9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.134292ms http.response.status=404 http.response.written=181 instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" [2022-11-01T10:27:00.846Z] 127.0.0.1 - - [01/Nov/2022:10:27:00 +0000] "HEAD /v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1 HTTP/1.1" 404 181 "" "docker/dev go/go1.19.2 git-commit/346a438da82dec69874e226b49d6419150c456a9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2022-11-01T10:27:00.846Z] time="2022-11-01T10:27:00Z" level=debug msg="authorizing request" go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=2c23da2f-23b9-4b4f-b475-8e7a3f4ddeaf http.request.method=GET http.request.remoteaddr="127.0.0.1:56350" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.2 git-commit/346a438da82dec69874e226b49d6419150c456a9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" [2022-11-01T10:27:00.846Z] time="2022-11-01T10:27:00Z" level=debug msg=GetImageManifest go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=2c23da2f-23b9-4b4f-b475-8e7a3f4ddeaf http.request.method=GET http.request.remoteaddr="127.0.0.1:56350" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.2 git-commit/346a438da82dec69874e226b49d6419150c456a9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" [2022-11-01T10:27:00.846Z] time="2022-11-01T10:27:00Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=2c23da2f-23b9-4b4f-b475-8e7a3f4ddeaf http.request.method=GET http.request.remoteaddr="127.0.0.1:56350" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.2 git-commit/346a438da82dec69874e226b49d6419150c456a9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" [2022-11-01T10:27:00.846Z] time="2022-11-01T10:27:00Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=2c23da2f-23b9-4b4f-b475-8e7a3f4ddeaf http.request.method=GET http.request.remoteaddr="127.0.0.1:56350" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.2 git-commit/346a438da82dec69874e226b49d6419150c456a9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 trace.duration=123.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).GetContent" trace.id=4d0699fa-14af-4a25-8772-5cd3a96a0c1b trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" [2022-11-01T10:27:00.846Z] time="2022-11-01T10:27:00Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_layers/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.2 http.request.host="127.0.0.1:5000" http.request.id=2c23da2f-23b9-4b4f-b475-8e7a3f4ddeaf http.request.method=GET http.request.remoteaddr="127.0.0.1:56350" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.2 git-commit/346a438da82dec69874e226b49d6419150c456a9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 trace.duration=122.863µs trace.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=fe5afb21-580d-4c8b-aef3-7b57af58c82a trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" [2022-11-01T10:27:00.846Z] time="2022-11-01T10:27:00Z" 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.2 http.request.host="127.0.0.1:5000" http.request.id=2c23da2f-23b9-4b4f-b475-8e7a3f4ddeaf http.request.method=GET http.request.remoteaddr="127.0.0.1:56350" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.2 git-commit/346a438da82dec69874e226b49d6419150c456a9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.705462ms http.response.status=404 http.response.written=181 instance.id=6566ef6a-3f99-48f2-a226-17e367a43a47 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" [2022-11-01T10:27:00.846Z] 127.0.0.1 - - [01/Nov/2022:10:27:00 +0000] "GET /v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1 HTTP/1.1" 404 181 "" "docker/dev go/go1.19.2 git-commit/346a438da82dec69874e226b49d6419150c456a9 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2022-11-01T10:27:00.846Z] --- PASS: TestImagePullStoredfDigestForOtherRepo (0.30s) [2022-11-01T10:27:00.846Z] === RUN TestRemoveImageOrphaning [2022-11-01T10:27:01.103Z] --- PASS: TestRemoveImageOrphaning (0.24s) [2022-11-01T10:27:01.103Z] === RUN TestRemoveImageGarbageCollector [2022-11-01T10:27:01.103Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-11-01T10:27:01.103Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-11-01T10:27:01.103Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-11-01T10:27:01.103Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-11-01T10:27:01.103Z] === RUN TestTagInvalidReference [2022-11-01T10:27:01.103Z] --- PASS: TestTagInvalidReference (0.01s) [2022-11-01T10:27:01.103Z] === RUN TestTagValidPrefixedRepo [2022-11-01T10:27:01.103Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2022-11-01T10:27:01.103Z] === RUN TestTagExistedNameWithoutForce [2022-11-01T10:27:01.103Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-11-01T10:27:01.103Z] === RUN TestTagOfficialNames [2022-11-01T10:27:01.103Z] --- PASS: TestTagOfficialNames (0.05s) [2022-11-01T10:27:01.103Z] === RUN TestTagMatchesDigest [2022-11-01T10:27:01.103Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-11-01T10:27:01.103Z] PASS [2022-11-01T10:27:01.103Z] [2022-11-01T10:27:01.103Z] === Skipped [2022-11-01T10:27:01.103Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2022-11-01T10:27:01.103Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-11-01T10:27:01.103Z] [2022-11-01T10:27:01.103Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-11-01T10:27:01.103Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-11-01T10:27:01.103Z] [2022-11-01T10:27:01.103Z] DONE 23 tests, 2 skipped in 1.553s [2022-11-01T10:27:01.103Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (arm64.integration.internal.termtest) flags=-test.v -test.timeout=120m [2022-11-01T10:27:01.103Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.internal.termtest -t ./test.main -test.v -test.timeout=120m [2022-11-01T10:27:01.103Z] ++ set -e [2022-11-01T10:27:01.103Z] ++ '[' -n 0 ']' [2022-11-01T10:27:01.103Z] ++ set -x [2022-11-01T10:27:01.103Z] ++ 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 GITHUB_ACTIONS= 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 TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.internal.termtest -t ./test.main -test.v -test.timeout=120m [2022-11-01T10:27:01.103Z] === RUN TestStripANSICommands [2022-11-01T10:27:01.103Z] === RUN TestStripANSICommands/#00 [2022-11-01T10:27:01.103Z] === RUN TestStripANSICommands/#01 [2022-11-01T10:27:01.103Z] --- PASS: TestStripANSICommands (0.00s) [2022-11-01T10:27:01.103Z] --- PASS: TestStripANSICommands/#00 (0.00s) [2022-11-01T10:27:01.103Z] --- PASS: TestStripANSICommands/#01 (0.00s) [2022-11-01T10:27:01.103Z] PASS [2022-11-01T10:27:01.359Z] [2022-11-01T10:27:01.359Z] DONE 3 tests in 0.048s [2022-11-01T10:27:01.359Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2022-11-01T10:27:01.359Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m [2022-11-01T10:27:01.359Z] ++ set -e [2022-11-01T10:27:01.359Z] ++ '[' -n 0 ']' [2022-11-01T10:27:01.359Z] ++ set -x [2022-11-01T10:27:01.359Z] ++ 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 GITHUB_ACTIONS= 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 TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m [2022-11-01T10:27:01.359Z] INFO: Testing against a local daemon [2022-11-01T10:27:01.359Z] === RUN TestNetworkCreateDelete [2022-11-01T10:27:01.615Z] --- PASS: TestNetworkCreateDelete (0.15s) [2022-11-01T10:27:01.615Z] === RUN TestDockerNetworkDeletePreferID [2022-11-01T10:27:01.871Z] --- PASS: TestDockerNetworkDeletePreferID (0.40s) [2022-11-01T10:27:01.871Z] === RUN TestDaemonDNSFallback [2022-11-01T10:27:08.408Z] --- PASS: TestDaemonDNSFallback (6.30s) [2022-11-01T10:27:08.408Z] === RUN TestInspectNetwork [2022-11-01T10:27:11.678Z] === RUN TestInspectNetwork/full_network_id [2022-11-01T10:27:11.678Z] === RUN TestInspectNetwork/partial_network_id [2022-11-01T10:27:11.678Z] === RUN TestInspectNetwork/network_name [2022-11-01T10:27:11.678Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-11-01T10:27:15.844Z] --- PASS: TestInspectNetwork (7.10s) [2022-11-01T10:27:15.844Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-11-01T10:27:15.844Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-11-01T10:27:15.844Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-11-01T10:27:15.844Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-11-01T10:27:15.844Z] === RUN TestRunContainerWithBridgeNone [2022-11-01T10:27:16.771Z] --- PASS: TestRunContainerWithBridgeNone (1.43s) [2022-11-01T10:27:16.771Z] === RUN TestNetworkInvalidJSON [2022-11-01T10:27:16.771Z] === RUN TestNetworkInvalidJSON/networks/create [2022-11-01T10:27:16.771Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-11-01T10:27:16.771Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-11-01T10:27:16.771Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-11-01T10:27:16.771Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-11-01T10:27:16.771Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-11-01T10:27:16.771Z] === CONT TestNetworkInvalidJSON/networks/create [2022-11-01T10:27:16.771Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-11-01T10:27:16.771Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-11-01T10:27:16.771Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-11-01T10:27:16.771Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-11-01T10:27:16.771Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-11-01T10:27:16.771Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-11-01T10:27:16.771Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-11-01T10:27:16.771Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-11-01T10:27:16.771Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-11-01T10:27:16.771Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-11-01T10:27:16.771Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-11-01T10:27:16.771Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-11-01T10:27:16.771Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-11-01T10:27:16.771Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-11-01T10:27:16.771Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-11-01T10:27:16.771Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) [2022-11-01T10:27:16.771Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-11-01T10:27:16.771Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-11-01T10:27:16.771Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-11-01T10:27:16.771Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-11-01T10:27:16.771Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.01s) [2022-11-01T10:27:16.771Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-11-01T10:27:16.771Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-11-01T10:27:16.771Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-11-01T10:27:16.771Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-11-01T10:27:16.771Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-11-01T10:27:16.771Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-11-01T10:27:16.771Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-11-01T10:27:16.771Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-11-01T10:27:16.771Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-11-01T10:27:16.771Z] === RUN TestNetworkList [2022-11-01T10:27:16.771Z] === RUN TestNetworkList//networks [2022-11-01T10:27:16.771Z] === PAUSE TestNetworkList//networks [2022-11-01T10:27:16.771Z] === RUN TestNetworkList//networks/ [2022-11-01T10:27:16.771Z] === PAUSE TestNetworkList//networks/ [2022-11-01T10:27:16.771Z] === CONT TestNetworkList//networks [2022-11-01T10:27:16.771Z] === CONT TestNetworkList//networks/ [2022-11-01T10:27:16.771Z] --- PASS: TestNetworkList (0.01s) [2022-11-01T10:27:16.771Z] --- PASS: TestNetworkList//networks (0.00s) [2022-11-01T10:27:16.771Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-11-01T10:27:16.772Z] === RUN TestHostIPv4BridgeLabel [2022-11-01T10:27:17.333Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2022-11-01T10:27:17.333Z] === RUN TestDaemonRestartWithLiveRestore [2022-11-01T10:27:18.260Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2022-11-01T10:27:18.260Z] === RUN TestDaemonDefaultNetworkPools [2022-11-01T10:27:19.188Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s) [2022-11-01T10:27:19.188Z] === RUN TestDaemonRestartWithExistingNetwork [2022-11-01T10:27:20.116Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s) [2022-11-01T10:27:20.116Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-11-01T10:27:21.483Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.22s) [2022-11-01T10:27:21.483Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-11-01T10:27:22.050Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2022-11-01T10:27:22.050Z] === RUN TestServiceWithPredefinedNetwork [2022-11-01T10:27:24.582Z] --- PASS: TestServiceWithPredefinedNetwork (2.24s) [2022-11-01T10:27:24.582Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-11-01T10:27:24.582Z] service_test.go:242: FLAKY_TEST [2022-11-01T10:27:24.582Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-11-01T10:27:24.582Z] === RUN TestServiceWithDataPathPortInit [2022-11-01T10:27:39.422Z] --- PASS: TestServiceWithDataPathPortInit (13.73s) [2022-11-01T10:27:39.422Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-11-01T10:27:40.787Z] service_test.go:434: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:vy800so4dp8jqzt87iupc3dsd Created:2022-11-01 10:27:39.256771726 +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[2d75fc06f62d5315383a6c91bd5b1ea67d5cec8dc22f859d3893d4e672b9ba22:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.wvfxp2xl4vutk2dgq513brksb EndpointID:2b13cbf0db298ada613f07362c2aeae1f7912f6f5a14c01d029efab897f458bc MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:efda3d9effc24da4b320a6e98b3a501284e7994d8c9aee75a3889c6dbc8a3d45 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:f1bab353761a IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.wvfxp2xl4vutk2dgq513brksb EndpointID:2b13cbf0db298ada613f07362c2aeae1f7912f6f5a14c01d029efab897f458bc EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-11-01T10:27:44.953Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.89s) [2022-11-01T10:27:44.953Z] PASS [2022-11-01T10:27:44.953Z] [2022-11-01T10:27:44.953Z] === Skipped [2022-11-01T10:27:44.953Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-11-01T10:27:44.953Z] service_test.go:242: FLAKY_TEST [2022-11-01T10:27:44.953Z] [2022-11-01T10:27:44.953Z] DONE 38 tests, 1 skipped in 43.620s [2022-11-01T10:27:44.953Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-11-01T10:27:44.953Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2022-11-01T10:27:44.953Z] ++ set -e [2022-11-01T10:27:44.953Z] ++ '[' -n 0 ']' [2022-11-01T10:27:44.953Z] ++ set -x [2022-11-01T10:27:44.953Z] ++ 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 GITHUB_ACTIONS= 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 TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2022-11-01T10:27:44.953Z] INFO: Testing against a local daemon [2022-11-01T10:27:44.953Z] === RUN TestDockerNetworkIpvlanPersistance [2022-11-01T10:27:44.953Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-11-01T10:27:44.953Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-11-01T10:27:44.953Z] === RUN TestDockerNetworkIpvlan [2022-11-01T10:27:44.953Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-11-01T10:27:44.953Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-11-01T10:27:44.953Z] PASS [2022-11-01T10:27:44.953Z] [2022-11-01T10:27:44.953Z] === Skipped [2022-11-01T10:27:44.953Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-11-01T10:27:44.953Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-11-01T10:27:44.953Z] [2022-11-01T10:27:44.953Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-11-01T10:27:44.953Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-11-01T10:27:44.953Z] [2022-11-01T10:27:44.953Z] DONE 2 tests, 2 skipped in 0.107s [2022-11-01T10:27:44.953Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-11-01T10:27:44.953Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2022-11-01T10:27:44.953Z] ++ set -e [2022-11-01T10:27:44.953Z] ++ '[' -n 0 ']' [2022-11-01T10:27:44.953Z] ++ set -x [2022-11-01T10:27:44.953Z] ++ 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 GITHUB_ACTIONS= 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 TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2022-11-01T10:27:45.208Z] INFO: Testing against a local daemon [2022-11-01T10:27:45.208Z] === RUN TestDockerNetworkMacvlanPersistance [2022-11-01T10:27:46.573Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.29s) [2022-11-01T10:27:46.573Z] === RUN TestDockerNetworkMacvlan [2022-11-01T10:27:47.135Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-11-01T10:27:47.696Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-11-01T10:27:48.624Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-11-01T10:27:50.512Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-11-01T10:27:51.877Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-11-01T10:27:55.145Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-11-01T10:27:55.707Z] --- PASS: TestDockerNetworkMacvlan (9.37s) [2022-11-01T10:27:55.707Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2022-11-01T10:27:55.707Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2022-11-01T10:27:55.707Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.85s) [2022-11-01T10:27:55.707Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.81s) [2022-11-01T10:27:55.707Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.08s) [2022-11-01T10:27:55.707Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.55s) [2022-11-01T10:27:55.707Z] PASS [2022-11-01T10:27:55.707Z] [2022-11-01T10:27:55.707Z] DONE 8 tests in 10.767s [2022-11-01T10:27:55.707Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2022-11-01T10:27:55.707Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2022-11-01T10:27:55.707Z] ++ set -e [2022-11-01T10:27:55.707Z] ++ '[' -n 0 ']' [2022-11-01T10:27:55.707Z] ++ set -x [2022-11-01T10:27:55.707Z] ++ 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 GITHUB_ACTIONS= 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 TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2022-11-01T10:27:55.707Z] testing: warning: no tests to run [2022-11-01T10:27:55.707Z] PASS [2022-11-01T10:27:55.707Z] [2022-11-01T10:27:55.707Z] DONE 0 tests in 0.027s [2022-11-01T10:27:55.707Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-11-01T10:27:55.707Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2022-11-01T10:27:55.707Z] ++ set -e [2022-11-01T10:27:55.707Z] ++ '[' -n 0 ']' [2022-11-01T10:27:55.707Z] ++ set -x [2022-11-01T10:27:55.707Z] ++ 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 GITHUB_ACTIONS= 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 TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2022-11-01T10:27:55.963Z] INFO: Testing against a local daemon [2022-11-01T10:27:55.963Z] === RUN TestAuthZPluginAllowRequest [2022-11-01T10:27:57.328Z] --- PASS: TestAuthZPluginAllowRequest (1.14s) [2022-11-01T10:27:57.328Z] === RUN TestAuthZPluginTLS [2022-11-01T10:27:57.584Z] --- PASS: TestAuthZPluginTLS (0.55s) [2022-11-01T10:27:57.584Z] === RUN TestAuthZPluginDenyRequest [2022-11-01T10:27:58.146Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-11-01T10:27:58.146Z] === RUN TestAuthZPluginAPIDenyResponse [2022-11-01T10:27:58.707Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-11-01T10:27:58.708Z] === RUN TestAuthZPluginDenyResponse [2022-11-01T10:27:59.268Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2022-11-01T10:27:59.269Z] === RUN TestAuthZPluginAllowEventStream [2022-11-01T10:28:00.633Z] --- PASS: TestAuthZPluginAllowEventStream (1.21s) [2022-11-01T10:28:00.633Z] === RUN TestAuthZPluginErrorResponse [2022-11-01T10:28:00.889Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2022-11-01T10:28:00.889Z] === RUN TestAuthZPluginErrorRequest [2022-11-01T10:28:01.450Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-11-01T10:28:01.450Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-11-01T10:28:02.011Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2022-11-01T10:28:02.011Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-11-01T10:28:03.382Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.35s) [2022-11-01T10:28:03.382Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-11-01T10:28:04.749Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.33s) [2022-11-01T10:28:04.749Z] === RUN TestAuthZPluginHeader [2022-11-01T10:28:05.311Z] --- PASS: TestAuthZPluginHeader (0.70s) [2022-11-01T10:28:05.311Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-11-01T10:28:05.311Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-11-01T10:28:05.311Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-11-01T10:28:05.311Z] === RUN TestAuthZPluginV2Disable [2022-11-01T10:28:05.311Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-11-01T10:28:05.311Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2022-11-01T10:28:05.311Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-11-01T10:28:05.311Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-11-01T10:28:05.311Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-11-01T10:28:05.311Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-11-01T10:28:05.311Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-11-01T10:28:05.311Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-11-01T10:28:05.311Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-11-01T10:28:23.356Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.89s) [2022-11-01T10:28:23.356Z] PASS [2022-11-01T10:28:23.356Z] [2022-11-01T10:28:23.356Z] === Skipped [2022-11-01T10:28:23.356Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-11-01T10:28:23.356Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-11-01T10:28:23.356Z] [2022-11-01T10:28:23.356Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2022-11-01T10:28:23.356Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-11-01T10:28:23.356Z] [2022-11-01T10:28:23.356Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-11-01T10:28:23.356Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-11-01T10:28:23.356Z] [2022-11-01T10:28:23.356Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-11-01T10:28:23.356Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-11-01T10:28:23.356Z] [2022-11-01T10:28:23.356Z] DONE 17 tests, 4 skipped in 26.463s [2022-11-01T10:28:23.356Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-11-01T10:28:23.356Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2022-11-01T10:28:23.356Z] ++ set -e [2022-11-01T10:28:23.356Z] ++ '[' -n 0 ']' [2022-11-01T10:28:23.356Z] ++ set -x [2022-11-01T10:28:23.356Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 GITHUB_ACTIONS= 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 TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2022-11-01T10:28:23.356Z] INFO: Testing against a local daemon [2022-11-01T10:28:23.356Z] === RUN TestPluginInvalidJSON [2022-11-01T10:28:23.356Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-11-01T10:28:23.356Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-11-01T10:28:23.356Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-11-01T10:28:23.356Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-11-01T10:28:23.356Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-11-01T10:28:23.356Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-11-01T10:28:23.356Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-11-01T10:28:23.356Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-11-01T10:28:23.356Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-11-01T10:28:23.356Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-11-01T10:28:23.356Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-11-01T10:28:23.356Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-11-01T10:28:23.356Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-11-01T10:28:23.356Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-11-01T10:28:23.356Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-11-01T10:28:23.356Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-11-01T10:28:23.356Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-11-01T10:28:23.356Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-11-01T10:28:23.356Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-11-01T10:28:23.356Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-11-01T10:28:23.356Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-11-01T10:28:23.356Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-11-01T10:28:23.356Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s) [2022-11-01T10:28:23.356Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-11-01T10:28:23.356Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-11-01T10:28:23.356Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-11-01T10:28:23.356Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-11-01T10:28:23.356Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s) [2022-11-01T10:28:23.356Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-11-01T10:28:23.356Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-11-01T10:28:23.356Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-11-01T10:28:23.356Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-11-01T10:28:23.356Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-11-01T10:28:23.356Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-11-01T10:28:23.356Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-11-01T10:28:23.356Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-11-01T10:28:23.356Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-11-01T10:28:23.356Z] === RUN TestPluginInstall [2022-11-01T10:28:23.356Z] === RUN TestPluginInstall/no_auth [2022-11-01T10:28:26.627Z] time="2022-11-01T10:28:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-11-01T10:28:26.627Z] time="2022-11-01T10:28:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2cb5e1d055d166e20fdd0ab87cb6121b6bde3533889969b28a34c3b4c0c4c5aa" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-11-01T10:28:26.627Z] time="2022-11-01T10:28:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-11-01T10:28:26.627Z] time="2022-11-01T10:28:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2cb5e1d055d166e20fdd0ab87cb6121b6bde3533889969b28a34c3b4c0c4c5aa" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-11-01T10:28:26.883Z] === RUN TestPluginInstall/with_htpasswd [2022-11-01T10:28:27.139Z] time="2022-11-01T10:28:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-11-01T10:28:27.139Z] time="2022-11-01T10:28:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2cb5e1d055d166e20fdd0ab87cb6121b6bde3533889969b28a34c3b4c0c4c5aa" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-11-01T10:28:27.139Z] time="2022-11-01T10:28:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-11-01T10:28:27.139Z] time="2022-11-01T10:28:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2cb5e1d055d166e20fdd0ab87cb6121b6bde3533889969b28a34c3b4c0c4c5aa" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-11-01T10:28:27.395Z] === RUN TestPluginInstall/with_insecure [2022-11-01T10:28:28.323Z] time="2022-11-01T10:28:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-11-01T10:28:28.323Z] time="2022-11-01T10:28:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:78541c06d2813318ed785d2e11cd05e914b6419e9fc9ae7f1bdc536879c91c69" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-11-01T10:28:28.323Z] time="2022-11-01T10:28:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-11-01T10:28:28.323Z] time="2022-11-01T10:28:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:78541c06d2813318ed785d2e11cd05e914b6419e9fc9ae7f1bdc536879c91c69" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-11-01T10:28:28.323Z] plugin_test.go:196: [d87d057c26286] daemon is not started [2022-11-01T10:28:28.323Z] --- PASS: TestPluginInstall (5.66s) [2022-11-01T10:28:28.323Z] --- PASS: TestPluginInstall/no_auth (4.05s) [2022-11-01T10:28:28.323Z] --- PASS: TestPluginInstall/with_htpasswd (0.57s) [2022-11-01T10:28:28.323Z] --- PASS: TestPluginInstall/with_insecure (1.04s) [2022-11-01T10:28:28.323Z] === RUN TestPluginsWithRuntimes [2022-11-01T10:28:30.213Z] === RUN TestPluginsWithRuntimes/No_Args [2022-11-01T10:28:30.776Z] === RUN TestPluginsWithRuntimes/With_Args [2022-11-01T10:28:31.703Z] --- PASS: TestPluginsWithRuntimes (3.31s) [2022-11-01T10:28:31.703Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.87s) [2022-11-01T10:28:31.703Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.87s) [2022-11-01T10:28:31.703Z] === RUN TestPluginBackCompatMediaTypes [2022-11-01T10:28:32.266Z] --- PASS: TestPluginBackCompatMediaTypes (0.60s) [2022-11-01T10:28:32.266Z] PASS [2022-11-01T10:28:32.266Z] [2022-11-01T10:28:32.266Z] DONE 24 tests in 10.014s [2022-11-01T10:28:32.266Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-11-01T10:28:32.266Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2022-11-01T10:28:32.266Z] ++ set -e [2022-11-01T10:28:32.266Z] ++ '[' -n 0 ']' [2022-11-01T10:28:32.266Z] ++ set -x [2022-11-01T10:28:32.266Z] ++ 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 GITHUB_ACTIONS= 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 TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2022-11-01T10:28:32.521Z] INFO: Testing against a local daemon [2022-11-01T10:28:32.521Z] === RUN TestExternalGraphDriver [2022-11-01T10:28:32.778Z] === RUN TestExternalGraphDriver/json [2022-11-01T10:28:34.666Z] === RUN TestExternalGraphDriver/spec [2022-11-01T10:28:36.046Z] === RUN TestExternalGraphDriver/pull [2022-11-01T10:28:37.971Z] --- PASS: TestExternalGraphDriver (5.21s) [2022-11-01T10:28:37.971Z] --- PASS: TestExternalGraphDriver/json (1.58s) [2022-11-01T10:28:37.971Z] --- PASS: TestExternalGraphDriver/spec (1.61s) [2022-11-01T10:28:37.971Z] --- PASS: TestExternalGraphDriver/pull (1.67s) [2022-11-01T10:28:37.971Z] === RUN TestGraphdriverPluginV2 [2022-11-01T10:28:37.971Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-11-01T10:28:37.971Z] --- SKIP: TestGraphdriverPluginV2 (0.32s) [2022-11-01T10:28:37.971Z] PASS [2022-11-01T10:28:37.971Z] [2022-11-01T10:28:37.971Z] === Skipped [2022-11-01T10:28:37.971Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.32s) [2022-11-01T10:28:37.971Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-11-01T10:28:37.971Z] [2022-11-01T10:28:37.971Z] DONE 5 tests, 1 skipped in 5.664s [2022-11-01T10:28:37.971Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-11-01T10:28:37.971Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2022-11-01T10:28:37.971Z] ++ set -e [2022-11-01T10:28:37.971Z] ++ '[' -n 0 ']' [2022-11-01T10:28:37.971Z] ++ set -x [2022-11-01T10:28:37.971Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GITHUB_ACTIONS= 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 TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2022-11-01T10:28:38.227Z] INFO: Testing against a local daemon [2022-11-01T10:28:38.227Z] === RUN TestContinueAfterPluginCrash [2022-11-01T10:28:38.227Z] === PAUSE TestContinueAfterPluginCrash [2022-11-01T10:28:38.227Z] === RUN TestReadPluginNoRead [2022-11-01T10:28:38.227Z] === PAUSE TestReadPluginNoRead [2022-11-01T10:28:38.227Z] === RUN TestDaemonStartWithLogOpt [2022-11-01T10:28:38.227Z] === PAUSE TestDaemonStartWithLogOpt [2022-11-01T10:28:38.227Z] === CONT TestContinueAfterPluginCrash [2022-11-01T10:28:38.227Z] === CONT TestDaemonStartWithLogOpt [2022-11-01T10:28:41.497Z] --- PASS: TestDaemonStartWithLogOpt (3.10s) [2022-11-01T10:28:41.497Z] === CONT TestReadPluginNoRead [2022-11-01T10:28:43.389Z] === RUN TestReadPluginNoRead/default [2022-11-01T10:28:44.759Z] === RUN TestReadPluginNoRead/disabled_caching [2022-11-01T10:28:45.687Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-11-01T10:28:46.248Z] --- PASS: TestContinueAfterPluginCrash (7.98s) [2022-11-01T10:28:47.176Z] === CONT TestReadPluginNoRead [2022-11-01T10:28:47.176Z] read_test.go:91: [d40225c336cb3] daemon is not started [2022-11-01T10:28:47.176Z] --- PASS: TestReadPluginNoRead (5.75s) [2022-11-01T10:28:47.176Z] --- PASS: TestReadPluginNoRead/default (1.19s) [2022-11-01T10:28:47.176Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.19s) [2022-11-01T10:28:47.176Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.21s) [2022-11-01T10:28:47.176Z] PASS [2022-11-01T10:28:47.176Z] [2022-11-01T10:28:47.176Z] DONE 6 tests in 8.975s [2022-11-01T10:28:47.176Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2022-11-01T10:28:47.176Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2022-11-01T10:28:47.176Z] ++ set -e [2022-11-01T10:28:47.176Z] ++ '[' -n 0 ']' [2022-11-01T10:28:47.176Z] ++ set -x [2022-11-01T10:28:47.176Z] ++ 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 GITHUB_ACTIONS= 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 TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2022-11-01T10:28:47.176Z] testing: warning: no tests to run [2022-11-01T10:28:47.176Z] PASS [2022-11-01T10:28:47.176Z] [2022-11-01T10:28:47.176Z] DONE 0 tests in 0.040s [2022-11-01T10:28:47.176Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-11-01T10:28:47.176Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2022-11-01T10:28:47.176Z] ++ set -e [2022-11-01T10:28:47.176Z] ++ '[' -n 0 ']' [2022-11-01T10:28:47.176Z] ++ set -x [2022-11-01T10:28:47.176Z] ++ 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 GITHUB_ACTIONS= 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 TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2022-11-01T10:28:47.176Z] INFO: Testing against a local daemon [2022-11-01T10:28:47.176Z] === RUN TestPluginWithDevMounts [2022-11-01T10:28:47.176Z] === PAUSE TestPluginWithDevMounts [2022-11-01T10:28:47.176Z] === CONT TestPluginWithDevMounts [2022-11-01T10:28:49.065Z] --- PASS: TestPluginWithDevMounts (1.52s) [2022-11-01T10:28:49.065Z] PASS [2022-11-01T10:28:49.065Z] [2022-11-01T10:28:49.065Z] DONE 1 tests in 1.647s [2022-11-01T10:28:49.065Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2022-11-01T10:28:49.065Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m [2022-11-01T10:28:49.065Z] ++ set -e [2022-11-01T10:28:49.065Z] ++ '[' -n 0 ']' [2022-11-01T10:28:49.065Z] ++ set -x [2022-11-01T10:28:49.065Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 GITHUB_ACTIONS= 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 TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m [2022-11-01T10:28:49.065Z] INFO: Testing against a local daemon [2022-11-01T10:28:49.065Z] === RUN TestSecretInspect [2022-11-01T10:28:51.587Z] --- PASS: TestSecretInspect (2.22s) [2022-11-01T10:28:51.587Z] === RUN TestSecretList [2022-11-01T10:28:53.474Z] --- PASS: TestSecretList (2.17s) [2022-11-01T10:28:53.474Z] === RUN TestSecretsCreateAndDelete [2022-11-01T10:28:55.989Z] --- PASS: TestSecretsCreateAndDelete (2.30s) [2022-11-01T10:28:55.989Z] === RUN TestSecretsUpdate [2022-11-01T10:28:57.877Z] --- PASS: TestSecretsUpdate (2.27s) [2022-11-01T10:28:57.877Z] === RUN TestTemplatedSecret [2022-11-01T10:29:00.391Z] --- PASS: TestTemplatedSecret (2.53s) [2022-11-01T10:29:00.391Z] === RUN TestSecretCreateResolve [2022-11-01T10:29:02.907Z] --- PASS: TestSecretCreateResolve (2.16s) [2022-11-01T10:29:02.907Z] PASS [2022-11-01T10:29:02.907Z] [2022-11-01T10:29:02.907Z] DONE 6 tests in 13.789s [2022-11-01T10:29:02.907Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2022-11-01T10:29:02.907Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m [2022-11-01T10:29:02.907Z] ++ set -e [2022-11-01T10:29:02.907Z] ++ '[' -n 0 ']' [2022-11-01T10:29:02.907Z] ++ set -x [2022-11-01T10:29:02.907Z] ++ 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 GITHUB_ACTIONS= 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 TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m [2022-11-01T10:29:02.907Z] INFO: Testing against a local daemon [2022-11-01T10:29:02.907Z] === RUN TestServiceCreateInit [2022-11-01T10:29:02.907Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-11-01T10:29:07.074Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-11-01T10:29:10.342Z] --- PASS: TestServiceCreateInit (7.26s) [2022-11-01T10:29:10.342Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.66s) [2022-11-01T10:29:10.342Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.58s) [2022-11-01T10:29:10.342Z] === RUN TestCreateServiceMultipleTimes [2022-11-01T10:29:28.385Z] --- PASS: TestCreateServiceMultipleTimes (15.39s) [2022-11-01T10:29:28.385Z] === RUN TestCreateServiceConflict [2022-11-01T10:29:28.385Z] --- PASS: TestCreateServiceConflict (2.19s) [2022-11-01T10:29:28.385Z] === RUN TestCreateServiceMaxReplicas [2022-11-01T10:29:30.273Z] --- PASS: TestCreateServiceMaxReplicas (2.54s) [2022-11-01T10:29:30.273Z] === RUN TestCreateWithDuplicateNetworkNames [2022-11-01T10:29:45.116Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.29s) [2022-11-01T10:29:45.116Z] === RUN TestCreateServiceSecretFileMode [2022-11-01T10:29:45.678Z] --- PASS: TestCreateServiceSecretFileMode (2.42s) [2022-11-01T10:29:45.678Z] === RUN TestCreateServiceConfigFileMode [2022-11-01T10:29:48.194Z] --- PASS: TestCreateServiceConfigFileMode (2.47s) [2022-11-01T10:29:48.194Z] === RUN TestCreateServiceSysctls [2022-11-01T10:29:51.461Z] --- PASS: TestCreateServiceSysctls (2.98s) [2022-11-01T10:29:51.461Z] === RUN TestCreateServiceCapabilities [2022-11-01T10:29:53.980Z] --- PASS: TestCreateServiceCapabilities (2.57s) [2022-11-01T10:29:53.980Z] === RUN TestInspect [2022-11-01T10:29:56.517Z] --- PASS: TestInspect (2.71s) [2022-11-01T10:29:56.517Z] === RUN TestCreateJob [2022-11-01T10:29:59.790Z] --- PASS: TestCreateJob (2.94s) [2022-11-01T10:29:59.790Z] === RUN TestReplicatedJob [2022-11-01T10:30:05.036Z] --- PASS: TestReplicatedJob (5.28s) [2022-11-01T10:30:05.036Z] === RUN TestUpdateReplicatedJob [2022-11-01T10:30:08.302Z] --- PASS: TestUpdateReplicatedJob (3.03s) [2022-11-01T10:30:08.302Z] === RUN TestServiceListWithStatuses [2022-11-01T10:30:08.302Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-11-01T10:30:08.302Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-11-01T10:30:08.302Z] === RUN TestDockerNetworkConnectAlias [2022-11-01T10:30:12.469Z] --- PASS: TestDockerNetworkConnectAlias (4.03s) [2022-11-01T10:30:12.469Z] === RUN TestDockerNetworkReConnect [2022-11-01T10:30:14.987Z] --- PASS: TestDockerNetworkReConnect (3.28s) [2022-11-01T10:30:14.987Z] === RUN TestServicePlugin [2022-11-01T10:30:14.987Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-11-01T10:30:14.987Z] --- SKIP: TestServicePlugin (0.00s) [2022-11-01T10:30:14.987Z] === RUN TestServiceUpdateLabel [2022-11-01T10:30:17.504Z] --- PASS: TestServiceUpdateLabel (2.26s) [2022-11-01T10:30:17.504Z] === RUN TestServiceUpdateSecrets [2022-11-01T10:30:32.346Z] --- PASS: TestServiceUpdateSecrets (14.41s) [2022-11-01T10:30:32.346Z] === RUN TestServiceUpdateConfigs [2022-11-01T10:30:47.183Z] --- PASS: TestServiceUpdateConfigs (14.19s) [2022-11-01T10:30:47.183Z] === RUN TestServiceUpdateNetwork [2022-11-01T10:30:59.351Z] --- PASS: TestServiceUpdateNetwork (12.20s) [2022-11-01T10:30:59.351Z] === RUN TestServiceUpdatePidsLimit [2022-11-01T10:30:59.351Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-11-01T10:30:59.914Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-11-01T10:31:07.999Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-11-01T10:31:14.534Z] --- PASS: TestServiceUpdatePidsLimit (16.02s) [2022-11-01T10:31:14.534Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.61s) [2022-11-01T10:31:14.534Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.88s) [2022-11-01T10:31:14.534Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.78s) [2022-11-01T10:31:14.534Z] PASS [2022-11-01T10:31:14.534Z] [2022-11-01T10:31:14.534Z] === Skipped [2022-11-01T10:31:14.534Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2022-11-01T10:31:14.534Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-11-01T10:31:14.534Z] [2022-11-01T10:31:14.534Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2022-11-01T10:31:14.534Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-11-01T10:31:14.534Z] [2022-11-01T10:31:14.534Z] DONE 27 tests, 2 skipped in 131.585s [2022-11-01T10:31:14.534Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2022-11-01T10:31:14.534Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m [2022-11-01T10:31:14.534Z] ++ set -e [2022-11-01T10:31:14.534Z] ++ '[' -n 0 ']' [2022-11-01T10:31:14.534Z] ++ set -x [2022-11-01T10:31:14.534Z] ++ 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 GITHUB_ACTIONS= 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 TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m [2022-11-01T10:31:14.534Z] INFO: Testing against a local daemon [2022-11-01T10:31:14.534Z] === RUN TestSessionCreate [2022-11-01T10:31:14.534Z] --- PASS: TestSessionCreate (0.02s) [2022-11-01T10:31:14.534Z] === RUN TestSessionCreateWithBadUpgrade [2022-11-01T10:31:14.534Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-11-01T10:31:14.534Z] PASS [2022-11-01T10:31:14.534Z] [2022-11-01T10:31:14.534Z] DONE 2 tests in 0.138s [2022-11-01T10:31:14.534Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2022-11-01T10:31:14.534Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m [2022-11-01T10:31:14.534Z] ++ set -e [2022-11-01T10:31:14.534Z] ++ '[' -n 0 ']' [2022-11-01T10:31:14.534Z] ++ set -x [2022-11-01T10:31:14.534Z] ++ 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 GITHUB_ACTIONS= 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 TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m [2022-11-01T10:31:14.534Z] INFO: Testing against a local daemon [2022-11-01T10:31:14.534Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-11-01T10:31:14.534Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-11-01T10:31:14.534Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-11-01T10:31:14.534Z] === RUN TestDiskUsage [2022-11-01T10:31:14.534Z] === PAUSE TestDiskUsage [2022-11-01T10:31:14.534Z] === RUN TestEventsExecDie [2022-11-01T10:31:15.096Z] --- PASS: TestEventsExecDie (0.49s) [2022-11-01T10:31:15.096Z] === RUN TestEventsBackwardsCompatible [2022-11-01T10:31:15.096Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2022-11-01T10:31:15.096Z] === RUN TestEventsVolumeCreate [2022-11-01T10:31:15.096Z] --- PASS: TestEventsVolumeCreate (0.07s) [2022-11-01T10:31:15.096Z] === RUN TestInfoBinaryCommits [2022-11-01T10:31:15.096Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-11-01T10:31:15.096Z] === RUN TestInfoAPIVersioned [2022-11-01T10:31:15.096Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-11-01T10:31:15.096Z] === RUN TestInfoAPI [2022-11-01T10:31:15.096Z] --- PASS: TestInfoAPI (0.02s) [2022-11-01T10:31:15.096Z] === RUN TestInfoAPIWarnings [2022-11-01T10:31:33.137Z] --- PASS: TestInfoAPIWarnings (16.54s) [2022-11-01T10:31:33.137Z] === RUN TestInfoDebug [2022-11-01T10:31:33.137Z] --- PASS: TestInfoDebug (0.52s) [2022-11-01T10:31:33.137Z] === RUN TestInfoInsecureRegistries [2022-11-01T10:31:33.137Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-11-01T10:31:33.137Z] === RUN TestInfoRegistryMirrors [2022-11-01T10:31:33.137Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-11-01T10:31:33.137Z] === RUN TestLoginFailsWithBadCredentials [2022-11-01T10:31:33.698Z] --- PASS: TestLoginFailsWithBadCredentials (0.39s) [2022-11-01T10:31:33.698Z] === RUN TestPingCacheHeaders [2022-11-01T10:31:33.698Z] --- PASS: TestPingCacheHeaders (0.03s) [2022-11-01T10:31:33.698Z] === RUN TestPingGet [2022-11-01T10:31:33.698Z] --- PASS: TestPingGet (0.01s) [2022-11-01T10:31:33.698Z] === RUN TestPingHead [2022-11-01T10:31:33.698Z] --- PASS: TestPingHead (0.02s) [2022-11-01T10:31:33.698Z] === RUN TestPingSwarmHeader [2022-11-01T10:31:34.260Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-11-01T10:31:34.821Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-11-01T10:31:35.749Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-11-01T10:31:35.749Z] --- PASS: TestPingSwarmHeader (2.15s) [2022-11-01T10:31:35.749Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-11-01T10:31:35.749Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-11-01T10:31:35.749Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-11-01T10:31:35.749Z] === RUN TestPingBuilderHeader [2022-11-01T10:31:35.749Z] === RUN TestPingBuilderHeader/default_config [2022-11-01T10:31:36.310Z] === RUN TestPingBuilderHeader/buildkit_disabled [2022-11-01T10:31:36.872Z] --- PASS: TestPingBuilderHeader (1.05s) [2022-11-01T10:31:36.872Z] --- PASS: TestPingBuilderHeader/default_config (0.52s) [2022-11-01T10:31:36.872Z] --- PASS: TestPingBuilderHeader/buildkit_disabled (0.52s) [2022-11-01T10:31:36.872Z] === RUN TestVersion [2022-11-01T10:31:36.872Z] --- PASS: TestVersion (0.02s) [2022-11-01T10:31:36.872Z] === CONT TestDiskUsage [2022-11-01T10:31:37.434Z] === RUN TestDiskUsage/empty [2022-11-01T10:31:37.434Z] === RUN TestDiskUsage/empty/container_types [2022-11-01T10:31:37.434Z] === RUN TestDiskUsage/empty/image_types [2022-11-01T10:31:37.434Z] === RUN TestDiskUsage/empty/volume_types [2022-11-01T10:31:37.434Z] === RUN TestDiskUsage/empty/build-cache_types [2022-11-01T10:31:37.434Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-11-01T10:31:37.434Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-11-01T10:31:37.434Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-11-01T10:31:37.434Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-11-01T10:31:37.434Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-11-01T10:31:37.434Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-11-01T10:31:37.434Z] === RUN TestDiskUsage/after_LoadBusybox [2022-11-01T10:31:37.434Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-11-01T10:31:37.434Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-11-01T10:31:37.434Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-11-01T10:31:37.434Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-11-01T10:31:37.434Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-11-01T10:31:37.434Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-11-01T10:31:37.434Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-11-01T10:31:37.434Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-11-01T10:31:37.434Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-11-01T10:31:37.434Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-11-01T10:31:37.434Z] === RUN TestDiskUsage/after_container.Run [2022-11-01T10:31:37.996Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-11-01T10:31:37.996Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-11-01T10:31:37.996Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-11-01T10:31:37.996Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-11-01T10:31:37.996Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-11-01T10:31:37.996Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-11-01T10:31:37.996Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-11-01T10:31:37.996Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-11-01T10:31:37.996Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-11-01T10:31:37.996Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-11-01T10:31:37.996Z] --- PASS: TestDiskUsage (1.20s) [2022-11-01T10:31:37.996Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-11-01T10:31:37.996Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-11-01T10:31:37.996Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-11-01T10:31:37.996Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-11-01T10:31:37.996Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-11-01T10:31:37.996Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-11-01T10:31:37.996Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-11-01T10:31:37.996Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-11-01T10:31:37.996Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-11-01T10:31:37.996Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-11-01T10:31:37.996Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-11-01T10:31:37.996Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.17s) [2022-11-01T10:31:37.996Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-11-01T10:31:37.996Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-11-01T10:31:37.996Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-11-01T10:31:37.996Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-11-01T10:31:37.996Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-11-01T10:31:37.996Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-11-01T10:31:37.996Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-11-01T10:31:37.996Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-11-01T10:31:37.996Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-11-01T10:31:37.996Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-11-01T10:31:37.996Z] --- PASS: TestDiskUsage/after_container.Run (0.37s) [2022-11-01T10:31:37.996Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-11-01T10:31:37.996Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-11-01T10:31:37.996Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-11-01T10:31:37.996Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-11-01T10:31:37.996Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-11-01T10:31:37.996Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-11-01T10:31:37.996Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-11-01T10:31:37.996Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-11-01T10:31:37.996Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-11-01T10:31:37.996Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-11-01T10:31:37.996Z] PASS [2022-11-01T10:31:37.996Z] [2022-11-01T10:31:37.996Z] === Skipped [2022-11-01T10:31:37.996Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-11-01T10:31:37.996Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-11-01T10:31:37.996Z] [2022-11-01T10:31:37.996Z] DONE 57 tests, 1 skipped in 23.772s [2022-11-01T10:31:37.996Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2022-11-01T10:31:37.996Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m [2022-11-01T10:31:37.996Z] ++ set -e [2022-11-01T10:31:37.996Z] ++ '[' -n 0 ']' [2022-11-01T10:31:37.996Z] ++ set -x [2022-11-01T10:31:37.996Z] ++ 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 GITHUB_ACTIONS= 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 TEST_INTEGRATION_USE_SNAPSHOTTER= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m [2022-11-01T10:31:38.252Z] INFO: Testing against a local daemon [2022-11-01T10:31:38.252Z] === RUN TestVolumesCreateAndList [2022-11-01T10:31:38.252Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-11-01T10:31:38.252Z] === RUN TestVolumesRemove [2022-11-01T10:31:38.252Z] --- PASS: TestVolumesRemove (0.07s) [2022-11-01T10:31:38.252Z] === RUN TestVolumesInspect [2022-11-01T10:31:38.252Z] --- PASS: TestVolumesInspect (0.02s) [2022-11-01T10:31:38.252Z] === RUN TestVolumesInvalidJSON [2022-11-01T10:31:38.252Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-11-01T10:31:38.252Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-11-01T10:31:38.252Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-11-01T10:31:38.252Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-11-01T10:31:38.252Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-11-01T10:31:38.252Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-11-01T10:31:38.252Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-11-01T10:31:38.252Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-11-01T10:31:38.252Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-11-01T10:31:38.252Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-11-01T10:31:38.252Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-11-01T10:31:38.252Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-11-01T10:31:38.252Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-11-01T10:31:38.252Z] === RUN TestVolumePruneAnonymous [2022-11-01T10:31:38.252Z] --- PASS: TestVolumePruneAnonymous (0.04s) [2022-11-01T10:31:38.252Z] PASS [2022-11-01T10:31:38.252Z] [2022-11-01T10:31:38.252Z] DONE 10 tests in 0.278s [2022-11-01T10:31:38.252Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-11-01T10:31:38.527Z] ++++ cat bundles/test-integration/docker.pid [2022-11-01T10:31:38.527Z] +++ kill 14844 [2022-11-01T10:31:38.785Z] +++ /etc/init.d/apparmor stop [2022-11-01T10:31:38.785Z] Leaving: AppArmorNo profiles have been unloaded. [2022-11-01T10:31:38.785Z] [2022-11-01T10:31:38.785Z] Unloading profiles will leave already running processes permanently [2022-11-01T10:31:38.785Z] unconfined, which can lead to unexpected situations. [2022-11-01T10:31:38.785Z] [2022-11-01T10:31:38.785Z] To set a process to complain mode, use the command line tool [2022-11-01T10:31:38.785Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-11-01T10:31:38.785Z] +++ true [2022-11-01T10:31:38.785Z] exiting test-integration [2022-11-01T10:31:38.785Z] ++ exit 0 [2022-11-01T10:31:38.785Z] Post stage [Pipeline] junit [2022-11-01T10:31:39.740Z] Recording test results [2022-11-01T10:31:39.972Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-11-01T10:31:40.318Z] + echo Ensuring container killed. [2022-11-01T10:31:40.318Z] Ensuring container killed. [2022-11-01T10:31:40.318Z] + docker rm -vf docker-pr3 [2022-11-01T10:31:40.318Z] Error response from daemon: No such container: docker-pr3 [Pipeline] sh [2022-11-01T10:31:40.724Z] + echo Chowning /workspace to jenkins user [2022-11-01T10:31:40.724Z] Chowning /workspace to jenkins user [2022-11-01T10:31:40.724Z] + id -u [2022-11-01T10:31:40.724Z] + id -g [2022-11-01T10:31:40.724Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44375:/workspace busybox chown -R 1000:1000 /workspace [2022-11-01T10:31:40.724Z] Unable to find image 'busybox:latest' locally [2022-11-01T10:31:40.983Z] latest: Pulling from library/busybox [2022-11-01T10:31:40.983Z] 15a8001affa7: Pulling fs layer [2022-11-01T10:31:40.983Z] 15a8001affa7: Verifying Checksum [2022-11-01T10:31:40.983Z] 15a8001affa7: Download complete [2022-11-01T10:31:40.983Z] 15a8001affa7: Pull complete [2022-11-01T10:31:40.983Z] Digest: sha256:6bdd92bf5240be1b5f3bf71324f5e371fe59f0e153b27fa1f1620f78ba16963c [2022-11-01T10:31:40.983Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-11-01T10:31:42.676Z] + bundleName=arm64-integration [2022-11-01T10:31:42.676Z] + echo Creating arm64-integration-bundles.tar.gz [2022-11-01T10:31:42.676Z] Creating arm64-integration-bundles.tar.gz [2022-11-01T10:31:42.676Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-11-01T10:31:42.676Z] + xargs tar -czf arm64-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2022-11-01T10:31:42.942Z] Archiving artifacts [2022-11-01T10:31:44.788Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-44375/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-11-01T10:31:45.081Z] + make clean [2022-11-01T10:31:45.339Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-11-01T10:31:45.595Z] docker-dev-cache [2022-11-01T10:31:45.595Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timestamps [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result Finished: SUCCESS