Pull request #44669 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from 72ea8cfb43cbe876f36ff9a4815a41c0fd787892+13b36ce06352ff9853ee5dc2ef1d5b33b85e17f4 (a6c69714d0abde91c457e6cfd7d731be02f842f4) 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-44669@libs/jps/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 4f8fd6a86e521290dafaf7c28eced2a9b21b220a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 4f8fd6a86e521290dafaf7c28eced2a9b21b220a # timeout=10 Commit message: "Merge pull request #26 from docker/add-retry-to-vpn-image-pull" > git rev-list --no-walk 4f8fd6a86e521290dafaf7c28eced2a9b21b220a # timeout=10 Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 2 hr 0 min [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (pr-hack) [Pipeline] script [Pipeline] { [Pipeline] echo [2022-12-19T12:26:09.888Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2022-12-19T12:26:09.892Z] Trying to pass milestone 1 [Pipeline] milestone [2022-12-19T12:26:09.994Z] Trying to pass milestone 2 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2022-12-19T12:26:18.395Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-053242802f1950c03) in /home/ubuntu/workspace/moby_PR-44669 [Pipeline] { [Pipeline] checkout [2022-12-19T12:26:18.424Z] The recommended git tool is: git [2022-12-19T12:26:18.438Z] using credential docker-jenkins-github-credentials [2022-12-19T12:26:18.448Z] Cloning the remote Git repository [2022-12-19T12:26:18.448Z] Cloning with configured refspecs honoured and without tags [2022-12-19T12:26:18.496Z] Cloning repository https://github.com/moby/moby.git [2022-12-19T12:26:18.496Z] > git init /home/ubuntu/workspace/moby_PR-44669 # timeout=10 [2022-12-19T12:26:18.506Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-12-19T12:26:18.506Z] > git --version # timeout=10 [2022-12-19T12:26:18.513Z] > git --version # 'git version 2.25.1' [2022-12-19T12:26:18.513Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-12-19T12:26:18.514Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44669/head:refs/remotes/origin/PR-44669 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-12-19T12:26:33.578Z] Fetching without tags [2022-12-19T12:26:33.785Z] Merging remotes/origin/master commit 13b36ce06352ff9853ee5dc2ef1d5b33b85e17f4 into PR head commit 72ea8cfb43cbe876f36ff9a4815a41c0fd787892 [2022-12-19T12:26:33.563Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-12-19T12:26:33.569Z] > git config --add remote.origin.fetch +refs/pull/44669/head:refs/remotes/origin/PR-44669 # timeout=10 [2022-12-19T12:26:33.573Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-12-19T12:26:33.580Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-12-19T12:26:33.586Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-12-19T12:26:33.586Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-12-19T12:26:33.587Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44669/head:refs/remotes/origin/PR-44669 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-12-19T12:26:33.793Z] > git config core.sparsecheckout # timeout=10 [2022-12-19T12:26:33.797Z] > git checkout -f 72ea8cfb43cbe876f36ff9a4815a41c0fd787892 # timeout=10 [2022-12-19T12:26:34.365Z] Merge succeeded, producing 72ea8cfb43cbe876f36ff9a4815a41c0fd787892 [2022-12-19T12:26:34.366Z] Checking out Revision 72ea8cfb43cbe876f36ff9a4815a41c0fd787892 (PR-44669) [2022-12-19T12:26:34.912Z] Commit message: "registry: use http.NewServeMux for tests instead of gorilla/mux" [2022-12-19T12:26:34.920Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-19T12:26:35.571Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44669:/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-12-19T12:26:34.349Z] > git remote # timeout=10 [2022-12-19T12:26:34.353Z] > git config --get remote.origin.url # timeout=10 [2022-12-19T12:26:34.359Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-12-19T12:26:34.360Z] > git merge 13b36ce06352ff9853ee5dc2ef1d5b33b85e17f4 # timeout=10 [2022-12-19T12:26:34.367Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-12-19T12:26:34.375Z] > git config core.sparsecheckout # timeout=10 [2022-12-19T12:26:34.382Z] > git checkout -f 72ea8cfb43cbe876f36ff9a4815a41c0fd787892 # timeout=10 [2022-12-19T12:26:34.921Z] > git rev-list --no-walk 84823dd04f85eebcb8daf691c31b3da39fcb940c # timeout=10 [2022-12-19T12:26:39.758Z] 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 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 [2022-12-19T12:26:40.139Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-053242802f1950c03) in /home/ubuntu/workspace/moby_PR-44669 [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) 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] { [Pipeline] checkout [2022-12-19T12:26:40.169Z] The recommended git tool is: git [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) Stage "s390x" 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 [2022-12-19T12:26:40.221Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [Pipeline] // stage [2022-12-19T12:26:40.235Z] Fetching changes from the remote Git repository [Pipeline] // stage [2022-12-19T12:26:40.241Z] Fetching without tags [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-12-19T12:26:40.461Z] Merging remotes/origin/master commit 13b36ce06352ff9853ee5dc2ef1d5b33b85e17f4 into PR head commit 72ea8cfb43cbe876f36ff9a4815a41c0fd787892 [2022-12-19T12:26:41.005Z] Merge succeeded, producing 72ea8cfb43cbe876f36ff9a4815a41c0fd787892 [2022-12-19T12:26:41.005Z] Checking out Revision 72ea8cfb43cbe876f36ff9a4815a41c0fd787892 (PR-44669) [2022-12-19T12:26:41.055Z] Commit message: "registry: use http.NewServeMux for tests instead of gorilla/mux" [2022-12-19T12:26:40.237Z] > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-44669/.git # timeout=10 [2022-12-19T12:26:40.244Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-12-19T12:26:40.251Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-12-19T12:26:40.251Z] > git --version # timeout=10 [2022-12-19T12:26:40.255Z] > git --version # 'git version 2.25.1' [2022-12-19T12:26:40.255Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-12-19T12:26:40.256Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44669/head:refs/remotes/origin/PR-44669 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-12-19T12:26:40.470Z] > git config core.sparsecheckout # timeout=10 [2022-12-19T12:26:40.474Z] > git checkout -f 72ea8cfb43cbe876f36ff9a4815a41c0fd787892 # timeout=10 [2022-12-19T12:26:40.991Z] > git remote # timeout=10 [2022-12-19T12:26:40.995Z] > git config --get remote.origin.url # timeout=10 [2022-12-19T12:26:40.999Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-12-19T12:26:41.000Z] > git merge 13b36ce06352ff9853ee5dc2ef1d5b33b85e17f4 # timeout=10 [2022-12-19T12:26:41.007Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-12-19T12:26:41.014Z] > git config core.sparsecheckout # timeout=10 [2022-12-19T12:26:41.017Z] > git checkout -f 72ea8cfb43cbe876f36ff9a4815a41c0fd787892 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-12-19T12:26:41.738Z] + docker version [2022-12-19T12:26:41.738Z] Client: Docker Engine - Community [2022-12-19T12:26:41.738Z] Version: 22.06.0-beta.0 [2022-12-19T12:26:41.738Z] API version: 1.42 [2022-12-19T12:26:41.738Z] Go version: go1.18.3 [2022-12-19T12:26:41.738Z] Git commit: 3e9117b [2022-12-19T12:26:41.738Z] Built: Fri Jun 3 17:55:34 2022 [2022-12-19T12:26:41.738Z] OS/Arch: linux/arm64 [2022-12-19T12:26:41.738Z] Context: default [2022-12-19T12:26:41.738Z] [2022-12-19T12:26:41.738Z] Server: Docker Engine - Community [2022-12-19T12:26:41.738Z] Engine: [2022-12-19T12:26:41.738Z] Version: 22.06.0-beta.0 [2022-12-19T12:26:41.738Z] API version: 1.42 (minimum version 1.12) [2022-12-19T12:26:41.738Z] Go version: go1.18.3 [2022-12-19T12:26:41.738Z] Git commit: 38633e7 [2022-12-19T12:26:41.738Z] Built: Fri Jun 3 17:55:34 2022 [2022-12-19T12:26:41.738Z] OS/Arch: linux/arm64 [2022-12-19T12:26:41.738Z] Experimental: true [2022-12-19T12:26:41.738Z] containerd: [2022-12-19T12:26:41.738Z] Version: 1.6.8 [2022-12-19T12:26:41.738Z] GitCommit: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6 [2022-12-19T12:26:41.738Z] runc: [2022-12-19T12:26:41.738Z] Version: 1.1.4 [2022-12-19T12:26:41.738Z] GitCommit: v1.1.4-0-g5fd4c4d [2022-12-19T12:26:41.738Z] docker-init: [2022-12-19T12:26:41.738Z] Version: 0.19.0 [2022-12-19T12:26:41.738Z] GitCommit: de40ad0 [Pipeline] sh [2022-12-19T12:26:42.015Z] + docker info [2022-12-19T12:26:42.015Z] Client: [2022-12-19T12:26:42.015Z] Context: default [2022-12-19T12:26:42.015Z] Debug Mode: false [2022-12-19T12:26:42.015Z] Plugins: [2022-12-19T12:26:42.015Z] buildx: Docker Buildx (Docker Inc.) [2022-12-19T12:26:42.015Z] Version: v0.8.2 [2022-12-19T12:26:42.015Z] Path: /usr/libexec/docker/cli-plugins/docker-buildx [2022-12-19T12:26:42.015Z] compose: Docker Compose (Docker Inc.) [2022-12-19T12:26:42.015Z] Version: v2.12.0 [2022-12-19T12:26:42.015Z] Path: /usr/libexec/docker/cli-plugins/docker-compose [2022-12-19T12:26:42.015Z] [2022-12-19T12:26:42.015Z] Server: [2022-12-19T12:26:42.015Z] Containers: 0 [2022-12-19T12:26:42.015Z] Running: 0 [2022-12-19T12:26:42.015Z] Paused: 0 [2022-12-19T12:26:42.015Z] Stopped: 0 [2022-12-19T12:26:42.015Z] Images: 2 [2022-12-19T12:26:42.015Z] Server Version: 22.06.0-beta.0 [2022-12-19T12:26:42.015Z] Storage Driver: overlay2 [2022-12-19T12:26:42.015Z] Backing Filesystem: extfs [2022-12-19T12:26:42.015Z] Supports d_type: true [2022-12-19T12:26:42.015Z] Using metacopy: false [2022-12-19T12:26:42.015Z] Native Overlay Diff: true [2022-12-19T12:26:42.015Z] userxattr: false [2022-12-19T12:26:42.015Z] Logging Driver: json-file [2022-12-19T12:26:42.015Z] Cgroup Driver: cgroupfs [2022-12-19T12:26:42.015Z] Cgroup Version: 1 [2022-12-19T12:26:42.015Z] Plugins: [2022-12-19T12:26:42.015Z] Volume: local [2022-12-19T12:26:42.015Z] Network: bridge host ipvlan macvlan null overlay [2022-12-19T12:26:42.015Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-12-19T12:26:42.015Z] Swarm: inactive [2022-12-19T12:26:42.015Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-12-19T12:26:42.015Z] Default Runtime: runc [2022-12-19T12:26:42.015Z] Init Binary: docker-init [2022-12-19T12:26:42.015Z] containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6 [2022-12-19T12:26:42.015Z] runc version: v1.1.4-0-g5fd4c4d [2022-12-19T12:26:42.015Z] init version: de40ad0 [2022-12-19T12:26:42.015Z] Security Options: [2022-12-19T12:26:42.015Z] apparmor [2022-12-19T12:26:42.015Z] seccomp [2022-12-19T12:26:42.015Z] Profile: builtin [2022-12-19T12:26:42.015Z] Kernel Version: 5.15.0-1022-aws [2022-12-19T12:26:42.015Z] Operating System: Ubuntu 20.04.5 LTS [2022-12-19T12:26:42.015Z] OSType: linux [2022-12-19T12:26:42.015Z] Architecture: aarch64 [2022-12-19T12:26:42.015Z] CPUs: 2 [2022-12-19T12:26:42.015Z] Total Memory: 7.559GiB [2022-12-19T12:26:42.015Z] Name: ip-10-100-91-175 [2022-12-19T12:26:42.015Z] ID: a4508864-5846-4859-9d9f-739af3007ee0 [2022-12-19T12:26:42.015Z] Docker Root Dir: /var/lib/docker [2022-12-19T12:26:42.015Z] Debug Mode: false [2022-12-19T12:26:42.015Z] Registry: https://index.docker.io/v1/ [2022-12-19T12:26:42.015Z] Labels: [2022-12-19T12:26:42.015Z] Experimental: true [2022-12-19T12:26:42.015Z] Insecure Registries: [2022-12-19T12:26:42.015Z] 127.0.0.0/8 [2022-12-19T12:26:42.015Z] Live Restore Enabled: true [2022-12-19T12:26:42.015Z] [Pipeline] sh [2022-12-19T12:26:42.335Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-12-19T12:26:42.335Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-12-19T12:26:42.335Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-44669/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-12-19T12:26:42.335Z] + bash /home/ubuntu/workspace/moby_PR-44669/check-config.sh [2022-12-19T12:26:42.335Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-12-19T12:26:42.335Z] info: reading kernel config from /boot/config-5.15.0-1022-aws ... [2022-12-19T12:26:42.335Z] [2022-12-19T12:26:42.335Z] Generally Necessary: [2022-12-19T12:26:42.335Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-12-19T12:26:42.335Z] - apparmor: enabled and tools installed [2022-12-19T12:26:42.335Z] - CONFIG_NAMESPACES: enabled [2022-12-19T12:26:42.335Z] - CONFIG_NET_NS: enabled [2022-12-19T12:26:42.335Z] - CONFIG_PID_NS: enabled [2022-12-19T12:26:42.335Z] - CONFIG_IPC_NS: enabled [2022-12-19T12:26:42.335Z] - CONFIG_UTS_NS: enabled [2022-12-19T12:26:42.335Z] - CONFIG_CGROUPS: enabled [2022-12-19T12:26:42.335Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-12-19T12:26:42.335Z] - CONFIG_CGROUP_DEVICE: enabled [2022-12-19T12:26:42.335Z] - CONFIG_CGROUP_FREEZER: enabled [2022-12-19T12:26:42.335Z] - CONFIG_CGROUP_SCHED: enabled [2022-12-19T12:26:42.335Z] - CONFIG_CPUSETS: enabled [2022-12-19T12:26:42.335Z] - CONFIG_MEMCG: enabled [2022-12-19T12:26:42.335Z] - CONFIG_KEYS: enabled [2022-12-19T12:26:42.335Z] - CONFIG_VETH: enabled (as module) [2022-12-19T12:26:42.335Z] - CONFIG_BRIDGE: enabled (as module) [2022-12-19T12:26:42.335Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-12-19T12:26:42.335Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-12-19T12:26:42.335Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-12-19T12:26:42.335Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-12-19T12:26:42.335Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-12-19T12:26:42.592Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-12-19T12:26:42.592Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-12-19T12:26:42.592Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-12-19T12:26:42.592Z] - CONFIG_NF_NAT: enabled (as module) [2022-12-19T12:26:42.592Z] - CONFIG_POSIX_MQUEUE: enabled [2022-12-19T12:26:42.592Z] - CONFIG_CGROUP_BPF: enabled [2022-12-19T12:26:42.592Z] [2022-12-19T12:26:42.592Z] Optional Features: [2022-12-19T12:26:42.592Z] - CONFIG_USER_NS: enabled [2022-12-19T12:26:42.592Z] - CONFIG_SECCOMP: enabled [2022-12-19T12:26:42.592Z] - CONFIG_SECCOMP_FILTER: enabled [2022-12-19T12:26:42.592Z] - CONFIG_CGROUP_PIDS: enabled [2022-12-19T12:26:42.592Z] - CONFIG_MEMCG_SWAP: enabled [2022-12-19T12:26:42.592Z] (cgroup swap accounting is currently enabled) [2022-12-19T12:26:42.592Z] - CONFIG_BLK_CGROUP: enabled [2022-12-19T12:26:42.592Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-12-19T12:26:42.592Z] - CONFIG_CGROUP_PERF: enabled [2022-12-19T12:26:42.592Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-12-19T12:26:42.592Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-12-19T12:26:42.592Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-12-19T12:26:42.592Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-12-19T12:26:42.592Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-12-19T12:26:42.592Z] - CONFIG_RT_GROUP_SCHED: missing [2022-12-19T12:26:42.592Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-12-19T12:26:42.592Z] - CONFIG_IP_VS: enabled (as module) [2022-12-19T12:26:42.849Z] - CONFIG_IP_VS_NFCT: enabled [2022-12-19T12:26:42.849Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-12-19T12:26:42.849Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-12-19T12:26:42.849Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-12-19T12:26:42.849Z] - CONFIG_SECURITY_SELINUX: enabled [2022-12-19T12:26:42.849Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-12-19T12:26:42.849Z] - CONFIG_EXT4_FS: enabled [2022-12-19T12:26:42.849Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-12-19T12:26:42.849Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-12-19T12:26:42.849Z] - Network Drivers: [2022-12-19T12:26:42.849Z] - "overlay": [2022-12-19T12:26:42.849Z] - CONFIG_VXLAN: enabled (as module) [2022-12-19T12:26:42.849Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-12-19T12:26:42.849Z] Optional (for encrypted networks): [2022-12-19T12:26:42.849Z] - CONFIG_CRYPTO: enabled [2022-12-19T12:26:42.849Z] - CONFIG_CRYPTO_AEAD: enabled [2022-12-19T12:26:42.849Z] - CONFIG_CRYPTO_GCM: enabled [2022-12-19T12:26:42.849Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-12-19T12:26:42.849Z] - CONFIG_CRYPTO_GHASH: enabled [2022-12-19T12:26:42.849Z] - CONFIG_XFRM: enabled [2022-12-19T12:26:42.849Z] - CONFIG_XFRM_USER: enabled (as module) [2022-12-19T12:26:42.849Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-12-19T12:26:42.849Z] - CONFIG_INET_ESP: enabled (as module) [2022-12-19T12:26:42.849Z] - "ipvlan": [2022-12-19T12:26:42.849Z] - CONFIG_IPVLAN: enabled (as module) [2022-12-19T12:26:42.849Z] - "macvlan": [2022-12-19T12:26:43.106Z] - CONFIG_MACVLAN: enabled (as module) [2022-12-19T12:26:43.106Z] - CONFIG_DUMMY: enabled (as module) [2022-12-19T12:26:43.106Z] - "ftp,tftp client in container": [2022-12-19T12:26:43.106Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-12-19T12:26:43.106Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-12-19T12:26:43.106Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-12-19T12:26:43.106Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-12-19T12:26:43.106Z] - Storage Drivers: [2022-12-19T12:26:43.106Z] - "aufs": [2022-12-19T12:26:43.106Z] - CONFIG_AUFS_FS: enabled (as module) [2022-12-19T12:26:43.106Z] - "btrfs": [2022-12-19T12:26:43.106Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-12-19T12:26:43.106Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-12-19T12:26:43.106Z] - "devicemapper": [2022-12-19T12:26:43.106Z] - CONFIG_BLK_DEV_DM: enabled [2022-12-19T12:26:43.106Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-12-19T12:26:43.106Z] - "overlay": [2022-12-19T12:26:43.106Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-12-19T12:26:43.106Z] - "zfs": [2022-12-19T12:26:43.106Z] - /dev/zfs: present [2022-12-19T12:26:43.106Z] - zfs command: missing [2022-12-19T12:26:43.106Z] - zpool command: missing [2022-12-19T12:26:43.106Z] [2022-12-19T12:26:43.106Z] Limits: [2022-12-19T12:26:43.106Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-12-19T12:26:43.106Z] [2022-12-19T12:26:43.106Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-12-19T12:26:43.408Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:72ea8cfb43cbe876f36ff9a4815a41c0fd787892 . [2022-12-19T12:26:43.665Z] #1 [internal] load .dockerignore [2022-12-19T12:26:43.665Z] #1 transferring context: 113B done [2022-12-19T12:26:43.665Z] #1 DONE 0.0s [2022-12-19T12:26:43.665Z] [2022-12-19T12:26:43.665Z] #2 [internal] load build definition from Dockerfile [2022-12-19T12:26:43.665Z] #2 transferring dockerfile: 27.69kB done [2022-12-19T12:26:43.665Z] #2 DONE 0.0s [2022-12-19T12:26:43.665Z] [2022-12-19T12:26:43.665Z] #3 resolve image config for docker.io/docker/dockerfile:1 [2022-12-19T12:26:43.665Z] #3 DONE 0.1s [2022-12-19T12:26:43.665Z] [2022-12-19T12:26:43.665Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc [2022-12-19T12:26:43.665Z] #4 CACHED [2022-12-19T12:26:43.665Z] [2022-12-19T12:26:43.665Z] #5 [internal] load metadata for docker.io/library/golang:1.19.4-bullseye [2022-12-19T12:26:43.922Z] #5 DONE 0.1s [2022-12-19T12:26:43.922Z] [2022-12-19T12:26:43.922Z] #6 [internal] load metadata for docker.io/library/busybox:latest [2022-12-19T12:26:43.922Z] #6 DONE 0.0s [2022-12-19T12:26:43.922Z] [2022-12-19T12:26:43.922Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-12-19T12:26:43.922Z] #7 DONE 0.1s [2022-12-19T12:26:43.922Z] [2022-12-19T12:26:43.922Z] #8 [internal] load metadata for docker.io/library/debian:bullseye [2022-12-19T12:26:43.922Z] #8 DONE 0.1s [2022-12-19T12:26:43.922Z] [2022-12-19T12:26:43.922Z] #9 [internal] load metadata for docker.io/tonistiigi/xx:1.1.2 [2022-12-19T12:26:43.922Z] #9 DONE 0.1s [2022-12-19T12:26:43.922Z] [2022-12-19T12:26:43.922Z] #10 [build-dummy 1/2] FROM docker.io/library/busybox [2022-12-19T12:26:43.922Z] #10 DONE 0.0s [2022-12-19T12:26:43.922Z] [2022-12-19T12:26:43.922Z] #11 [base 1/5] FROM docker.io/library/golang:1.19.4-bullseye@sha256:9554cfef4c535c7fa4e17c95b28d4c0097a75a430637e13052c27cbd85bdc641 [2022-12-19T12:26:43.922Z] #11 DONE 0.0s [2022-12-19T12:26:43.922Z] [2022-12-19T12:26:43.922Z] #12 [xx 1/1] FROM docker.io/tonistiigi/xx:1.1.2@sha256:9dde7edeb9e4a957ce78be9f8c0fbabe0129bf5126933cd3574888f443731cda [2022-12-19T12:26:43.922Z] #12 DONE 0.0s [2022-12-19T12:26:43.922Z] [2022-12-19T12:26:43.922Z] #13 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:a288aa7ad0e4d443e86843972c25a02f99e9ad6ee589dd764895b2c3f5a8340b [2022-12-19T12:26:43.922Z] #13 DONE 0.0s [2022-12-19T12:26:43.922Z] [2022-12-19T12:26:43.922Z] #14 [base 4/5] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2022-12-19T12:26:43.922Z] #14 CACHED [2022-12-19T12:26:43.922Z] [2022-12-19T12:26:43.922Z] #15 [base 3/5] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-12-19T12:26:43.922Z] #15 CACHED [2022-12-19T12:26:43.922Z] [2022-12-19T12:26:43.922Z] #16 [base 2/5] COPY --from=xx / / [2022-12-19T12:26:43.922Z] #16 CACHED [2022-12-19T12:26:43.922Z] [2022-12-19T12:26:43.922Z] #17 [tini-build 1/4] WORKDIR /go/src/github.com/krallin/tini [2022-12-19T12:26:43.922Z] #17 CACHED [2022-12-19T12:26:43.922Z] [2022-12-19T12:26:43.922Z] #18 [runc-build 1/3] WORKDIR /go/src/github.com/opencontainers/runc [2022-12-19T12:26:43.922Z] #18 CACHED [2022-12-19T12:26:43.922Z] [2022-12-19T12:26:43.922Z] #19 [registry-src 1/2] WORKDIR /usr/src/registry [2022-12-19T12:26:43.922Z] #19 CACHED [2022-12-19T12:26:43.922Z] [2022-12-19T12:26:43.922Z] #20 [registry-src 2/2] RUN git init . && git remote add origin "https://github.com/distribution/distribution.git" [2022-12-19T12:26:43.922Z] #20 CACHED [2022-12-19T12:26:43.922Z] [2022-12-19T12:26:43.922Z] #21 [containerd-src 1/3] WORKDIR /usr/src/containerd [2022-12-19T12:26:43.922Z] #21 CACHED [2022-12-19T12:26:43.922Z] [2022-12-19T12:26:43.922Z] #22 [runc-src 1/3] WORKDIR /usr/src/runc [2022-12-19T12:26:43.922Z] #22 CACHED [2022-12-19T12:26:43.922Z] [2022-12-19T12:26:43.922Z] #23 [dockercli-src 1/5] WORKDIR /tmp/dockercli [2022-12-19T12:26:43.922Z] #23 CACHED [2022-12-19T12:26:43.922Z] [2022-12-19T12:26:43.922Z] #24 [rootlesskit-src 1/3] WORKDIR /usr/src/rootlesskit [2022-12-19T12:26:43.922Z] #24 CACHED [2022-12-19T12:26:43.922Z] [2022-12-19T12:26:43.922Z] #25 [tini-src 1/3] WORKDIR /usr/src/tini [2022-12-19T12:26:43.922Z] #25 CACHED [2022-12-19T12:26:43.922Z] [2022-12-19T12:26:43.922Z] #26 [swagger-src 1/3] WORKDIR /usr/src/swagger [2022-12-19T12:26:43.922Z] #26 CACHED [2022-12-19T12:26:43.922Z] [2022-12-19T12:26:43.922Z] #27 [rootlesskit-build 1/5] WORKDIR /go/src/github.com/rootless-containers/rootlesskit [2022-12-19T12:26:43.922Z] #27 CACHED [2022-12-19T12:26:43.922Z] [2022-12-19T12:26:43.922Z] #28 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-12-19T12:26:43.922Z] #28 CACHED [2022-12-19T12:26:43.922Z] [2022-12-19T12:26:43.922Z] #29 [rootlesskit-build 2/5] RUN --mount=type=cache,sharing=locked,id=moby-rootlesskit-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-rootlesskit-aptcache,target=/var/cache/apt apt-get update && xx-apt-get install -y --no-install-recommends gcc libc6-dev [2022-12-19T12:26:44.179Z] #29 ... [2022-12-19T12:26:44.179Z] [2022-12-19T12:26:44.179Z] #30 [build-dummy 2/2] RUN mkdir -p /build [2022-12-19T12:26:44.179Z] #30 CACHED [2022-12-19T12:26:44.179Z] [2022-12-19T12:26:44.179Z] #31 [binary-dummy 1/1] COPY --from=build-dummy /build /build [2022-12-19T12:26:44.179Z] #31 CACHED [2022-12-19T12:26:44.179Z] [2022-12-19T12:26:44.179Z] #32 [delve-src 1/3] WORKDIR /usr/src/delve [2022-12-19T12:26:44.179Z] #32 CACHED [2022-12-19T12:26:44.179Z] [2022-12-19T12:26:44.179Z] #33 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-12-19T12:26:44.179Z] #33 CACHED [2022-12-19T12:26:44.179Z] [2022-12-19T12:26:44.179Z] #34 [containerd-src 2/3] RUN git init . && git remote add origin "https://github.com/containerd/containerd.git" [2022-12-19T12:26:44.179Z] #34 CACHED [2022-12-19T12:26:44.179Z] [2022-12-19T12:26:44.179Z] #35 [base 5/5] RUN apt-get update && apt-get install --no-install-recommends -y file [2022-12-19T12:26:44.179Z] #35 CACHED [2022-12-19T12:26:44.179Z] [2022-12-19T12:26:44.179Z] #36 [runc-src 2/3] RUN git init . && git remote add origin "https://github.com/opencontainers/runc.git" [2022-12-19T12:26:44.179Z] #36 CACHED [2022-12-19T12:26:44.179Z] [2022-12-19T12:26:44.179Z] #37 [dockercli-src 2/5] RUN git init . && git remote add origin "https://github.com/docker/cli.git" [2022-12-19T12:26:44.179Z] #37 CACHED [2022-12-19T12:26:44.179Z] [2022-12-19T12:26:44.179Z] #38 [rootlesskit-src 2/3] RUN git init . && git remote add origin "https://github.com/rootless-containers/rootlesskit.git" [2022-12-19T12:26:44.179Z] #38 CACHED [2022-12-19T12:26:44.179Z] [2022-12-19T12:26:44.179Z] #39 [vpnkit-linux-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-12-19T12:26:44.179Z] #39 CACHED [2022-12-19T12:26:44.179Z] [2022-12-19T12:26:44.179Z] #40 [delve-src 2/3] RUN git init . && git remote add origin "https://github.com/go-delve/delve.git" [2022-12-19T12:26:44.179Z] #40 CACHED [2022-12-19T12:26:44.179Z] [2022-12-19T12:26:44.179Z] #41 [tini-src 2/3] RUN git init . && git remote add origin "https://github.com/krallin/tini.git" [2022-12-19T12:26:44.179Z] #41 CACHED [2022-12-19T12:26:44.179Z] [2022-12-19T12:26:44.179Z] #42 [swagger-src 2/3] RUN git init . && git remote add origin "https://github.com/kolyshkin/go-swagger.git" [2022-12-19T12:26:44.179Z] #42 CACHED [2022-12-19T12:26:44.179Z] [2022-12-19T12:26:44.179Z] #43 [dockercli 1/3] WORKDIR /go/src/github.com/docker/cli [2022-12-19T12:26:44.179Z] #43 CACHED [2022-12-19T12:26:44.179Z] [2022-12-19T12:26:44.179Z] #44 [containerd-build 1/3] WORKDIR /go/src/github.com/containerd/containerd [2022-12-19T12:26:44.179Z] #44 CACHED [2022-12-19T12:26:44.179Z] [2022-12-19T12:26:44.179Z] #45 [internal] load build context [2022-12-19T12:26:45.117Z] #45 ... [2022-12-19T12:26:45.117Z] [2022-12-19T12:26:45.117Z] #46 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-12-19T12:26:45.117Z] #46 DONE 1.1s [2022-12-19T12:26:45.117Z] [2022-12-19T12:26:45.117Z] #45 [internal] load build context [2022-12-19T12:26:45.117Z] #45 ... [2022-12-19T12:26:45.117Z] [2022-12-19T12:26:45.117Z] #47 [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-12-19T12:26:45.117Z] #47 CACHED [2022-12-19T12:26:45.117Z] [2022-12-19T12:26:45.117Z] #45 [internal] load build context [2022-12-19T12:26:49.297Z] #45 transferring context: 26.61MB 4.6s [2022-12-19T12:26:53.487Z] #45 transferring context: 63.89MB 9.5s done [2022-12-19T12:26:53.745Z] #45 DONE 9.6s [2022-12-19T12:26:53.745Z] [2022-12-19T12:26:53.745Z] #48 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2022-12-19T12:26:53.745Z] #48 CACHED [2022-12-19T12:26:53.745Z] [2022-12-19T12:26:53.745Z] #49 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-12-19T12:26:53.745Z] #49 CACHED [2022-12-19T12:26:53.745Z] [2022-12-19T12:26:53.745Z] #50 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-12-19T12:26:54.003Z] #50 ... [2022-12-19T12:26:54.003Z] [2022-12-19T12:26:54.003Z] #51 [containerd-src 3/3] RUN git fetch -q --depth 1 origin "v1.7.0-beta.1" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD [2022-12-19T12:26:54.003Z] #51 ... [2022-12-19T12:26:54.003Z] [2022-12-19T12:26:54.003Z] #52 [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-12-19T12:26:54.003Z] #0 9.106 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-12-19T12:26:54.261Z] #52 ... [2022-12-19T12:26:54.261Z] [2022-12-19T12:26:54.261Z] #53 [swagger-src 3/3] RUN git fetch -q --depth 1 origin "c56166c036004ba7a3a321e5951ba472b9ae298c" && git checkout -q FETCH_HEAD [2022-12-19T12:26:54.261Z] #53 ... [2022-12-19T12:26:54.261Z] [2022-12-19T12:26:54.261Z] #54 [rootlesskit-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD [2022-12-19T12:26:54.519Z] #54 ... [2022-12-19T12:26:54.519Z] [2022-12-19T12:26:54.519Z] #55 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-12-19T12:26:54.519Z] #0 6.218 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-12-19T12:26:54.519Z] #0 6.270 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2022-12-19T12:26:54.519Z] #0 6.270 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2022-12-19T12:26:54.519Z] #0 6.978 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8072 kB] [2022-12-19T12:26:54.519Z] #55 ... [2022-12-19T12:26:54.519Z] [2022-12-19T12:26:54.519Z] #56 [tini-src 3/3] RUN git fetch -q --depth 1 origin "v0.19.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD [2022-12-19T12:26:54.777Z] #56 ... [2022-12-19T12:26:54.777Z] [2022-12-19T12:26:54.777Z] #57 [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.3.0" && /build/go-winres --help [2022-12-19T12:26:54.777Z] #0 8.901 go: downloading github.com/tc-hib/go-winres v0.3.0 [2022-12-19T12:26:54.777Z] #57 ... [2022-12-19T12:26:54.777Z] [2022-12-19T12:26:54.777Z] #58 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64 --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src < /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-12-19T12:26:56.323Z] #0 8.274 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-12-19T12:26:56.323Z] #0 8.644 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2022-12-19T12:26:56.323Z] #0 8.644 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2022-12-19T12:26:56.323Z] #0 9.140 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1540 B] [2022-12-19T12:26:56.323Z] #0 10.49 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8072 kB] [2022-12-19T12:26:56.581Z] #69 ... [2022-12-19T12:26:56.581Z] [2022-12-19T12:26:56.581Z] #70 [dockercli-src 3/5] RUN git fetch -q --depth 1 origin "v17.06.2-ce" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD [2022-12-19T12:26:56.839Z] #70 ... [2022-12-19T12:26:56.839Z] [2022-12-19T12:26:56.839Z] #59 [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.2" && /build/gotestsum --version [2022-12-19T12:26:56.839Z] #59 11.56 go: downloading github.com/fatih/color v1.13.0 [2022-12-19T12:26:56.839Z] #59 11.61 go: downloading github.com/dnephin/pflag v1.0.7 [2022-12-19T12:26:56.839Z] #59 11.67 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-12-19T12:26:56.839Z] #59 12.10 go: downloading golang.org/x/tools v0.1.11 [2022-12-19T12:26:56.839Z] #59 12.39 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-12-19T12:26:56.839Z] #59 12.52 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-12-19T12:26:56.839Z] #59 12.59 go: downloading github.com/fsnotify/fsnotify v1.5.4 [2022-12-19T12:26:56.839Z] #59 12.95 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 [2022-12-19T12:26:57.788Z] #59 ... [2022-12-19T12:26:57.788Z] [2022-12-19T12:26:57.788Z] #29 [rootlesskit-build 2/5] RUN --mount=type=cache,sharing=locked,id=moby-rootlesskit-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-rootlesskit-aptcache,target=/var/cache/apt apt-get update && xx-apt-get install -y --no-install-recommends gcc libc6-dev [2022-12-19T12:26:57.788Z] #29 3.825 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-12-19T12:26:57.788Z] #29 3.825 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2022-12-19T12:26:57.788Z] #29 3.825 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2022-12-19T12:26:57.788Z] #29 4.198 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8072 kB] [2022-12-19T12:26:57.788Z] #29 4.916 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [206 kB] [2022-12-19T12:26:57.788Z] #29 6.212 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB] [2022-12-19T12:26:57.788Z] #29 12.43 Fetched 8498 kB in 9s (949 kB/s) [2022-12-19T12:26:58.049Z] #29 12.43 Reading package lists... [2022-12-19T12:26:58.049Z] #29 ... [2022-12-19T12:26:58.049Z] [2022-12-19T12:26:58.049Z] #64 [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-12-19T12:26:58.049Z] #64 13.48 go: downloading github.com/gofrs/flock v0.8.1 [2022-12-19T12:26:58.049Z] #64 13.56 go: downloading github.com/pkg/errors v0.9.1 [2022-12-19T12:26:58.049Z] #64 13.67 go: downloading github.com/spf13/cobra v1.5.0 [2022-12-19T12:26:58.049Z] #64 13.85 go: downloading github.com/spf13/pflag v1.0.5 [2022-12-19T12:26:58.307Z] #64 ... [2022-12-19T12:26:58.307Z] [2022-12-19T12:26:58.307Z] #54 [rootlesskit-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD [2022-12-19T12:26:58.307Z] #54 DONE 14.3s [2022-12-19T12:26:58.307Z] [2022-12-19T12:26:58.307Z] #64 [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-12-19T12:26:58.307Z] #64 14.34 go: downloading github.com/spf13/viper v1.12.0 [2022-12-19T12:26:58.874Z] #64 14.66 go: downloading gopkg.in/yaml.v3 v3.0.1 [2022-12-19T12:26:59.131Z] #64 15.13 go: downloading github.com/mattn/go-colorable v0.1.13 [2022-12-19T12:26:59.131Z] #64 15.16 go: downloading github.com/mattn/go-isatty v0.0.16 [2022-12-19T12:26:59.391Z] #64 15.40 go: downloading golang.org/x/tools v0.1.12 [2022-12-19T12:26:59.660Z] #64 15.50 go: downloading github.com/hashicorp/go-version v1.6.0 [2022-12-19T12:26:59.918Z] #64 15.90 go: downloading github.com/ldez/gomoddirectives v0.2.3 [2022-12-19T12:27:00.176Z] #64 16.17 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-12-19T12:27:00.176Z] #64 16.25 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-12-19T12:27:01.549Z] #64 ... [2022-12-19T12:27:01.549Z] [2022-12-19T12:27:01.549Z] #53 [swagger-src 3/3] RUN git fetch -q --depth 1 origin "c56166c036004ba7a3a321e5951ba472b9ae298c" && git checkout -q FETCH_HEAD [2022-12-19T12:27:01.549Z] #53 DONE 17.6s [2022-12-19T12:27:01.549Z] [2022-12-19T12:27:01.549Z] #59 [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.2" && /build/gotestsum --version [2022-12-19T12:27:01.549Z] #59 17.37 go: downloading golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f [2022-12-19T12:27:01.549Z] #59 17.59 go: downloading golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 [2022-12-19T12:27:04.105Z] #59 ... [2022-12-19T12:27:04.105Z] [2022-12-19T12:27:04.105Z] #63 [runc-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.4" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD [2022-12-19T12:27:04.105Z] #63 DONE 20.1s [2022-12-19T12:27:04.362Z] [2022-12-19T12:27:04.362Z] #50 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-12-19T12:27:04.362Z] #50 10.72 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-12-19T12:27:04.927Z] #50 ... [2022-12-19T12:27:04.927Z] [2022-12-19T12:27:04.927Z] #57 [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.3.0" && /build/go-winres --help [2022-12-19T12:27:04.927Z] #57 11.02 go: downloading github.com/tc-hib/winres v0.1.6 [2022-12-19T12:27:04.927Z] #57 12.65 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-12-19T12:27:04.927Z] #57 13.00 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2022-12-19T12:27:04.927Z] #57 13.05 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2022-12-19T12:27:04.927Z] #57 16.56 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-12-19T12:27:04.927Z] #57 16.80 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-12-19T12:27:05.184Z] #57 ... [2022-12-19T12:27:05.184Z] [2022-12-19T12:27:05.184Z] #58 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64 --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src < /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-12-19T12:27:09.494Z] #69 14.40 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [206 kB] [2022-12-19T12:27:09.494Z] #69 18.46 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB] [2022-12-19T12:27:09.494Z] #69 22.00 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [2163 B] [2022-12-19T12:27:09.751Z] #69 ... [2022-12-19T12:27:09.751Z] [2022-12-19T12:27:09.751Z] #64 [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-12-19T12:27:09.751Z] #64 25.60 go: downloading github.com/mitchellh/mapstructure v1.5.0 [2022-12-19T12:27:09.751Z] #64 25.60 go: downloading github.com/spf13/afero v1.8.2 [2022-12-19T12:27:09.751Z] #64 25.75 go: downloading github.com/spf13/cast v1.5.0 [2022-12-19T12:27:10.009Z] #64 25.95 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-12-19T12:27:10.009Z] #64 26.15 go: downloading golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab [2022-12-19T12:27:10.266Z] #64 ... [2022-12-19T12:27:10.266Z] [2022-12-19T12:27:10.266Z] #52 [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-12-19T12:27:10.266Z] #52 26.25 tomll can be used in two ways: [2022-12-19T12:27:10.266Z] #52 26.25 Writing to STDIN and reading from STDOUT: [2022-12-19T12:27:10.266Z] #52 26.26 cat file.toml | tomll > file.toml [2022-12-19T12:27:10.266Z] #52 26.26 [2022-12-19T12:27:10.266Z] #52 26.26 Reading and updating a list of files: [2022-12-19T12:27:10.266Z] #52 26.26 tomll a.toml b.toml c.toml [2022-12-19T12:27:10.266Z] #52 26.26 [2022-12-19T12:27:10.266Z] #52 26.26 When given a list of files, tomll will modify all files in place without asking. [2022-12-19T12:27:10.266Z] #52 DONE 26.4s [2022-12-19T12:27:10.523Z] [2022-12-19T12:27:10.523Z] #29 [rootlesskit-build 2/5] RUN --mount=type=cache,sharing=locked,id=moby-rootlesskit-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-rootlesskit-aptcache,target=/var/cache/apt apt-get update && xx-apt-get install -y --no-install-recommends gcc libc6-dev [2022-12-19T12:27:11.106Z] #29 26.23 Reading package lists... [2022-12-19T12:27:11.106Z] #29 ... [2022-12-19T12:27:11.106Z] [2022-12-19T12:27:11.106Z] #65 [tini-build 2/4] 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 [2022-12-19T12:27:11.106Z] #65 17.09 Fetched 8498 kB in 13s (657 kB/s) [2022-12-19T12:27:11.106Z] #65 17.09 Reading package lists... [2022-12-19T12:27:11.363Z] #65 24.88 Reading package lists... [2022-12-19T12:27:11.363Z] #65 ... [2022-12-19T12:27:11.363Z] [2022-12-19T12:27:11.363Z] #64 [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-12-19T12:27:11.363Z] #64 26.75 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-12-19T12:27:11.928Z] #64 ... [2022-12-19T12:27:11.928Z] [2022-12-19T12:27:11.928Z] #71 [swagger 2/2] RUN --mount=from=swagger-src,src=/usr/src/swagger,rw --mount=type=cache,target=/root/.cache/go-build,id=swagger-build-linux/arm64 --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ < /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-12-19T12:27:21.610Z] #69 26.33 Fetched 8501 kB in 19s (452 kB/s) [2022-12-19T12:27:21.610Z] #69 26.33 Reading package lists... [2022-12-19T12:27:21.610Z] #69 32.02 Reading package lists... [2022-12-19T12:27:21.610Z] #69 ... [2022-12-19T12:27:21.610Z] [2022-12-19T12:27:21.610Z] #64 [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-12-19T12:27:21.610Z] #64 37.58 go: downloading github.com/sashamelentyev/interfacebloat v1.1.0 [2022-12-19T12:27:21.610Z] #64 37.62 go: downloading github.com/sashamelentyev/usestdlibvars v1.13.0 [2022-12-19T12:27:21.610Z] #64 37.69 go: downloading github.com/securego/gosec/v2 v2.13.1 [2022-12-19T12:27:22.174Z] #64 38.10 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-12-19T12:27:22.174Z] #64 38.12 go: downloading github.com/sivchari/containedctx v1.0.2 [2022-12-19T12:27:22.174Z] #64 38.20 go: downloading github.com/sivchari/nosnakecase v1.7.0 [2022-12-19T12:27:22.174Z] #64 38.22 go: downloading github.com/sivchari/tenv v1.7.0 [2022-12-19T12:27:22.431Z] #64 38.36 go: downloading github.com/sonatard/noctx v0.0.1 [2022-12-19T12:27:22.432Z] #64 38.36 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-12-19T12:27:22.432Z] #64 38.52 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-12-19T12:27:22.688Z] #64 38.64 go: downloading github.com/stbenjam/no-sprintf-host-port v0.1.1 [2022-12-19T12:27:22.688Z] #64 38.70 go: downloading github.com/sylvia7788/contextcheck v1.0.6 [2022-12-19T12:27:22.688Z] #64 38.84 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-12-19T12:27:22.688Z] #64 38.87 go: downloading github.com/tetafro/godot v1.4.11 [2022-12-19T12:27:22.951Z] #64 38.95 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-12-19T12:27:22.951Z] #64 39.00 go: downloading github.com/timonwong/logrlint v0.1.0 [2022-12-19T12:27:22.951Z] #64 39.10 go: downloading github.com/tomarrell/wrapcheck/v2 v2.6.2 [2022-12-19T12:27:23.210Z] #64 39.14 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-12-19T12:27:23.467Z] #64 39.61 go: downloading github.com/ultraware/funlen v0.0.3 [2022-12-19T12:27:23.725Z] #64 39.85 go: downloading github.com/ultraware/whitespace v0.0.5 [2022-12-19T12:27:23.725Z] #64 39.85 go: downloading github.com/uudashr/gocognit v1.0.6 [2022-12-19T12:27:23.725Z] #64 39.88 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-12-19T12:27:23.983Z] #64 39.94 go: downloading github.com/yeya24/promlinter v0.2.0 [2022-12-19T12:27:23.983Z] #64 40.03 go: downloading gitlab.com/bosi/decorder v0.2.3 [2022-12-19T12:27:24.549Z] #64 40.45 go: downloading honnef.co/go/tools v0.3.3 [2022-12-19T12:27:25.115Z] #64 ... [2022-12-19T12:27:25.115Z] [2022-12-19T12:27:25.115Z] #68 [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-12-19T12:27:25.115Z] #68 24.59 Reading package lists... [2022-12-19T12:27:25.115Z] #68 31.48 Reading package lists... [2022-12-19T12:27:25.115Z] #68 37.41 Building dependency tree... [2022-12-19T12:27:25.373Z] #68 ... [2022-12-19T12:27:25.373Z] [2022-12-19T12:27:25.373Z] #60 [containerd-build 2/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 && xx-apt-get install -y --no-install-recommends gcc libbtrfs-dev libsecret-1-dev [2022-12-19T12:27:25.373Z] #60 24.49 Reading package lists... [2022-12-19T12:27:25.373Z] #60 32.42 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-12-19T12:27:25.373Z] #60 32.42 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-12-19T12:27:25.373Z] #60 32.42 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-12-19T12:27:25.373Z] #60 36.29 Reading package lists... [2022-12-19T12:27:25.373Z] #60 ... [2022-12-19T12:27:25.373Z] [2022-12-19T12:27:25.373Z] #65 [tini-build 2/4] 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 [2022-12-19T12:27:25.373Z] #65 24.88 Reading package lists... [2022-12-19T12:27:25.373Z] #65 31.52 Building dependency tree... [2022-12-19T12:27:25.373Z] #65 36.60 The following additional packages will be installed: [2022-12-19T12:27:25.373Z] #65 36.64 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-12-19T12:27:25.373Z] #65 36.64 Suggested packages: [2022-12-19T12:27:25.373Z] #65 36.65 cmake-doc ninja-build lrzip [2022-12-19T12:27:25.373Z] #65 37.29 The following NEW packages will be installed: [2022-12-19T12:27:25.373Z] #65 37.32 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-12-19T12:27:25.373Z] #65 37.85 0 upgraded, 8 newly installed, 0 to remove and 3 not upgraded. [2022-12-19T12:27:25.373Z] #65 37.85 Need to get 15.1 MB of archives. [2022-12-19T12:27:25.373Z] #65 37.85 After this operation, 66.8 MB of additional disk space will be used. [2022-12-19T12:27:25.373Z] #65 37.85 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-12-19T12:27:25.373Z] #65 37.91 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB] [2022-12-19T12:27:25.373Z] #65 38.32 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxml2 arm64 2.9.10+dfsg-6.7+deb11u3 [630 kB] [2022-12-19T12:27:25.373Z] #65 38.33 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libarchive13 arm64 3.4.3-2+deb11u1 [320 kB] [2022-12-19T12:27:25.373Z] #65 38.38 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjsoncpp24 arm64 1.9.4-4 [72.5 kB] [2022-12-19T12:27:25.373Z] #65 38.38 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 librhash0 arm64 1.4.1-2 [127 kB] [2022-12-19T12:27:25.373Z] #65 38.40 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libuv1 arm64 1.40.0-2 [126 kB] [2022-12-19T12:27:25.373Z] #65 38.41 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake arm64 3.18.4-2+deb11u1 [3673 kB] [2022-12-19T12:27:25.373Z] #65 39.89 debconf: delaying package configuration, since apt-utils is not installed [2022-12-19T12:27:25.373Z] #65 40.19 Fetched 15.1 MB in 1s (14.5 MB/s) [2022-12-19T12:27:25.373Z] #65 40.44 Selecting previously unselected package cmake-data. [2022-12-19T12:27:25.373Z] #65 40.44 (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 ... 15744 files and directories currently installed.) [2022-12-19T12:27:25.373Z] #65 40.53 Preparing to unpack .../0-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-12-19T12:27:25.373Z] #65 40.55 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-12-19T12:27:25.631Z] #65 ... [2022-12-19T12:27:25.631Z] [2022-12-19T12:27:25.631Z] #55 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-12-19T12:27:25.631Z] #55 34.84 Building dependency tree... [2022-12-19T12:27:25.631Z] #55 39.51 The following additional packages will be installed: [2022-12-19T12:27:25.631Z] #55 39.52 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-12-19T12:27:25.631Z] #55 39.52 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-12-19T12:27:25.631Z] #55 39.52 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-12-19T12:27:25.631Z] #55 39.53 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-12-19T12:27:25.631Z] #55 39.53 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-12-19T12:27:25.631Z] #55 39.53 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-12-19T12:27:25.631Z] #55 39.54 mingw-w64-common mingw-w64-x86-64-dev [2022-12-19T12:27:25.631Z] #55 39.56 Suggested packages: [2022-12-19T12:27:25.631Z] #55 39.57 gcc-10-locales seccomp wine64 [2022-12-19T12:27:25.631Z] #55 41.12 The following NEW packages will be installed: [2022-12-19T12:27:25.631Z] #55 41.14 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-12-19T12:27:25.631Z] #55 41.15 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-12-19T12:27:25.631Z] #55 41.15 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-12-19T12:27:25.631Z] #55 41.15 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-12-19T12:27:25.631Z] #55 41.15 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-12-19T12:27:25.631Z] #55 41.15 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-12-19T12:27:25.631Z] #55 41.15 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-12-19T12:27:25.631Z] #55 41.15 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-12-19T12:27:25.631Z] #55 41.16 mingw-w64-x86-64-dev [2022-12-19T12:27:25.631Z] #55 41.61 0 upgraded, 30 newly installed, 0 to remove and 3 not upgraded. [2022-12-19T12:27:25.631Z] #55 41.61 Need to get 108 MB of archives. [2022-12-19T12:27:25.631Z] #55 41.61 After this operation, 620 MB of additional disk space will be used. [2022-12-19T12:27:25.631Z] #55 41.61 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64-i686 arm64 2.35.2-2+8.11+b3 [2316 kB] [2022-12-19T12:27:25.631Z] #55 41.70 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64-x86-64 arm64 2.35.2-2+8.11+b3 [2634 kB] [2022-12-19T12:27:25.889Z] #55 41.82 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-12-19T12:27:25.889Z] #55 41.88 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1 [126 kB] [2022-12-19T12:27:25.889Z] #55 41.90 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dmsetup arm64 2:1.02.175-2.1 [85.1 kB] [2022-12-19T12:27:25.890Z] #55 41.91 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-12-19T12:27:26.148Z] #55 42.20 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB] [2022-12-19T12:27:26.148Z] #55 ... [2022-12-19T12:27:26.148Z] [2022-12-19T12:27:26.148Z] #29 [rootlesskit-build 2/5] RUN --mount=type=cache,sharing=locked,id=moby-rootlesskit-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-rootlesskit-aptcache,target=/var/cache/apt apt-get update && xx-apt-get install -y --no-install-recommends gcc libc6-dev [2022-12-19T12:27:26.148Z] #29 26.23 Reading package lists... [2022-12-19T12:27:26.148Z] #29 32.38 + apt-get install -y --no-install-recommends gcc libc6-dev [2022-12-19T12:27:26.148Z] #29 32.47 Reading package lists... [2022-12-19T12:27:26.148Z] #29 38.12 Building dependency tree... [2022-12-19T12:27:26.405Z] #29 ... [2022-12-19T12:27:26.405Z] [2022-12-19T12:27:26.405Z] #55 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-12-19T12:27:26.405Z] #55 42.39 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-base arm64 10.2.1-6+24.2 [186 kB] [2022-12-19T12:27:26.405Z] #55 42.40 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-posix-runtime arm64 10.2.1-6+24.2 [11.5 MB] [2022-12-19T12:27:26.971Z] #55 43.04 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-posix arm64 10.2.1-6+24.2 [24.4 MB] [2022-12-19T12:27:27.908Z] #55 ... [2022-12-19T12:27:27.908Z] [2022-12-19T12:27:27.908Z] #29 [rootlesskit-build 2/5] RUN --mount=type=cache,sharing=locked,id=moby-rootlesskit-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-rootlesskit-aptcache,target=/var/cache/apt apt-get update && xx-apt-get install -y --no-install-recommends gcc libc6-dev [2022-12-19T12:27:27.908Z] #29 43.39 gcc is already the newest version (4:10.2.1-1). [2022-12-19T12:27:27.908Z] #29 43.39 libc6-dev is already the newest version (2.31-13+deb11u5). [2022-12-19T12:27:27.908Z] #29 43.39 0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded. [2022-12-19T12:27:27.908Z] #29 DONE 43.8s [2022-12-19T12:27:27.908Z] [2022-12-19T12:27:27.908Z] #64 [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-12-19T12:27:27.908Z] #64 42.35 go: downloading mvdan.cc/gofumpt v0.3.1 [2022-12-19T12:27:27.908Z] #64 42.35 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-12-19T12:27:27.908Z] #64 42.61 go: downloading mvdan.cc/unparam v0.0.0-20220706161116-678bad134442 [2022-12-19T12:27:27.908Z] #64 42.76 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-12-19T12:27:27.908Z] #64 42.83 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-12-19T12:27:27.908Z] #64 42.93 go: downloading github.com/stretchr/objx v0.4.0 [2022-12-19T12:27:27.908Z] #64 42.98 go: downloading github.com/subosito/gotenv v1.4.0 [2022-12-19T12:27:27.908Z] #64 43.05 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-12-19T12:27:27.908Z] #64 43.37 go: downloading gopkg.in/ini.v1 v1.66.6 [2022-12-19T12:27:27.908Z] #64 43.37 go: downloading github.com/magiconair/properties v1.8.6 [2022-12-19T12:27:27.908Z] #64 43.71 go: downloading github.com/pelletier/go-toml/v2 v2.0.2 [2022-12-19T12:27:27.908Z] #64 43.79 go: downloading golang.org/x/text v0.3.7 [2022-12-19T12:27:28.841Z] #64 44.88 go: downloading github.com/pelletier/go-toml v1.9.5 [2022-12-19T12:27:29.408Z] #64 ... [2022-12-19T12:27:29.408Z] [2022-12-19T12:27:29.408Z] #50 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-12-19T12:27:29.408Z] #50 25.83 #=#=# [2022-12-19T12:27:29.408Z] #50 26.15 #=#=# 0.2% ######################################################################## 100.0% [2022-12-19T12:27:29.408Z] #50 27.78 [2022-12-19T12:27:29.408Z] #50 35.16 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-12-19T12:27:29.408Z] #50 ... [2022-12-19T12:27:29.408Z] [2022-12-19T12:27:29.408Z] #65 [tini-build 2/4] 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 [2022-12-19T12:27:29.408Z] #65 45.53 Selecting previously unselected package libicu67:arm64. [2022-12-19T12:27:29.408Z] #65 45.55 Preparing to unpack .../1-libicu67_67.1-7_arm64.deb ... [2022-12-19T12:27:29.408Z] #65 45.59 Unpacking libicu67:arm64 (67.1-7) ... [2022-12-19T12:27:29.979Z] #65 ... [2022-12-19T12:27:29.979Z] [2022-12-19T12:27:29.979Z] #61 [runc-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-runc-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-runc-aptcache,target=/var/cache/apt apt-get update && xx-apt-get install -y --no-install-recommends dpkg-dev gcc libc6-dev libseccomp-dev [2022-12-19T12:27:29.979Z] #61 33.89 Building dependency tree... [2022-12-19T12:27:29.979Z] #61 38.87 gcc is already the newest version (4:10.2.1-1). [2022-12-19T12:27:29.979Z] #61 38.87 libc6-dev is already the newest version (2.31-13+deb11u5). [2022-12-19T12:27:29.979Z] #61 38.87 The following additional packages will be installed: [2022-12-19T12:27:29.979Z] #61 38.91 bzip2 patch xz-utils [2022-12-19T12:27:29.979Z] #61 38.92 Suggested packages: [2022-12-19T12:27:29.979Z] #61 38.93 bzip2-doc debian-keyring seccomp ed diffutils-doc [2022-12-19T12:27:29.979Z] #61 38.93 Recommended packages: [2022-12-19T12:27:29.979Z] #61 38.93 build-essential fakeroot libalgorithm-merge-perl [2022-12-19T12:27:29.979Z] #61 39.69 The following NEW packages will be installed: [2022-12-19T12:27:29.979Z] #61 39.71 bzip2 dpkg-dev libseccomp-dev patch xz-utils [2022-12-19T12:27:29.979Z] #61 40.19 0 upgraded, 5 newly installed, 0 to remove and 3 not upgraded. [2022-12-19T12:27:29.979Z] #61 40.19 Need to get 2790 kB of archives. [2022-12-19T12:27:29.979Z] #61 40.19 After this operation, 4077 kB of additional disk space will be used. [2022-12-19T12:27:29.979Z] #61 40.19 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB] [2022-12-19T12:27:29.979Z] #61 40.20 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB] [2022-12-19T12:27:29.979Z] #61 40.20 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB] [2022-12-19T12:27:29.979Z] #61 40.21 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dpkg-dev all 1.20.12 [2312 kB] [2022-12-19T12:27:29.979Z] #61 40.31 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB] [2022-12-19T12:27:29.979Z] #61 41.67 debconf: delaying package configuration, since apt-utils is not installed [2022-12-19T12:27:29.979Z] #61 42.02 Fetched 2790 kB in 0s (5997 kB/s) [2022-12-19T12:27:29.979Z] #61 42.19 Selecting previously unselected package bzip2. [2022-12-19T12:27:29.979Z] #61 42.19 (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 ... 15744 files and directories currently installed.) [2022-12-19T12:27:29.979Z] #61 42.27 Preparing to unpack .../bzip2_1.0.8-4_arm64.deb ... [2022-12-19T12:27:29.979Z] #61 42.28 Unpacking bzip2 (1.0.8-4) ... [2022-12-19T12:27:29.979Z] #61 42.53 Selecting previously unselected package xz-utils. [2022-12-19T12:27:29.979Z] #61 42.54 Preparing to unpack .../xz-utils_5.2.5-2.1~deb11u1_arm64.deb ... [2022-12-19T12:27:29.979Z] #61 42.59 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-12-19T12:27:29.979Z] #61 42.98 Selecting previously unselected package patch. [2022-12-19T12:27:29.979Z] #61 42.99 Preparing to unpack .../patch_2.7.6-7_arm64.deb ... [2022-12-19T12:27:29.979Z] #61 43.01 Unpacking patch (2.7.6-7) ... [2022-12-19T12:27:29.979Z] #61 43.26 Selecting previously unselected package dpkg-dev. [2022-12-19T12:27:29.979Z] #61 43.27 Preparing to unpack .../dpkg-dev_1.20.12_all.deb ... [2022-12-19T12:27:29.979Z] #61 43.28 Unpacking dpkg-dev (1.20.12) ... [2022-12-19T12:27:29.979Z] #61 45.22 Selecting previously unselected package libseccomp-dev:arm64. [2022-12-19T12:27:29.979Z] #61 45.24 Preparing to unpack .../libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... [2022-12-19T12:27:29.979Z] #61 45.28 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-12-19T12:27:29.979Z] #61 45.74 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-12-19T12:27:29.979Z] #61 ... [2022-12-19T12:27:29.979Z] [2022-12-19T12:27:29.979Z] #68 [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-12-19T12:27:29.979Z] #68 42.52 python3 is already the newest version (3.9.2-3). [2022-12-19T12:27:29.979Z] #68 42.52 The following additional packages will be installed: [2022-12-19T12:27:29.979Z] #68 42.54 autotools-dev bzip2 dpkg-dev libcap2 libprotobuf-c1 libsigsegv2 libyajl2 m4 [2022-12-19T12:27:29.979Z] #68 42.57 patch xz-utils [2022-12-19T12:27:29.979Z] #68 42.60 Suggested packages: [2022-12-19T12:27:29.979Z] #68 42.60 autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring [2022-12-19T12:27:29.979Z] #68 42.60 manpages-dev seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk [2022-12-19T12:27:29.979Z] #68 42.60 m4-doc ed diffutils-doc [2022-12-19T12:27:29.979Z] #68 42.60 Recommended packages: [2022-12-19T12:27:29.979Z] #68 42.60 fakeroot libalgorithm-merge-perl libltdl-dev [2022-12-19T12:27:29.979Z] #68 44.53 The following NEW packages will be installed: [2022-12-19T12:27:29.979Z] #68 44.54 autoconf automake autotools-dev build-essential bzip2 dpkg-dev libcap-dev [2022-12-19T12:27:29.979Z] #68 44.54 libcap2 libprotobuf-c-dev libprotobuf-c1 libseccomp-dev libsigsegv2 [2022-12-19T12:27:29.979Z] #68 44.55 libsystemd-dev libtool libudev-dev libyajl-dev libyajl2 m4 patch xz-utils [2022-12-19T12:27:29.979Z] #68 45.05 0 upgraded, 20 newly installed, 0 to remove and 3 not upgraded. [2022-12-19T12:27:29.979Z] #68 45.05 Need to get 5458 kB of archives. [2022-12-19T12:27:29.979Z] #68 45.05 After this operation, 11.6 MB of additional disk space will be used. [2022-12-19T12:27:29.979Z] #68 45.05 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB] [2022-12-19T12:27:29.979Z] #68 45.11 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB] [2022-12-19T12:27:29.979Z] #68 45.11 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsigsegv2 arm64 2.13-1 [34.7 kB] [2022-12-19T12:27:29.979Z] #68 45.11 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 m4 arm64 1.4.18-5 [199 kB] [2022-12-19T12:27:29.979Z] #68 45.11 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 autoconf all 2.69-14 [313 kB] [2022-12-19T12:27:29.980Z] #68 45.13 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 autotools-dev all 20180224.1+nmu1 [77.1 kB] [2022-12-19T12:27:29.980Z] #68 45.14 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 automake all 1:1.16.3-2 [814 kB] [2022-12-19T12:27:29.980Z] #68 45.20 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB] [2022-12-19T12:27:29.980Z] #68 45.24 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dpkg-dev all 1.20.12 [2312 kB] [2022-12-19T12:27:29.980Z] #68 45.38 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 build-essential arm64 12.9 [7704 B] [2022-12-19T12:27:29.980Z] #68 45.38 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB] [2022-12-19T12:27:29.980Z] #68 45.38 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap-dev arm64 1:2.44-1 [45.6 kB] [2022-12-19T12:27:29.980Z] #68 45.39 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB] [2022-12-19T12:27:29.980Z] #68 45.39 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c-dev arm64 1.3.3-1+b2 [34.1 kB] [2022-12-19T12:27:29.980Z] #68 45.40 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB] [2022-12-19T12:27:29.980Z] #68 45.40 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7+deb11u1 [401 kB] [2022-12-19T12:27:29.980Z] #68 45.41 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libtool all 2.4.6-15 [513 kB] [2022-12-19T12:27:29.980Z] #68 45.46 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7+deb11u1 [123 kB] [2022-12-19T12:27:29.980Z] #68 45.47 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libyajl2 arm64 2.1.0-3 [22.9 kB] [2022-12-19T12:27:29.980Z] #68 45.49 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libyajl-dev arm64 2.1.0-3 [31.5 kB] [2022-12-19T12:27:30.913Z] #68 46.82 debconf: delaying package configuration, since apt-utils is not installed [2022-12-19T12:27:31.171Z] #68 47.06 Fetched 5458 kB in 1s (6602 kB/s) [2022-12-19T12:27:31.736Z] #68 47.88 Selecting previously unselected package bzip2. [2022-12-19T12:27:31.736Z] #68 47.88 (Reading database ... [2022-12-19T12:27:31.736Z] #68 ... [2022-12-19T12:27:31.736Z] [2022-12-19T12:27:31.736Z] #50 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2022-12-19T12:27:31.736Z] #50 36.80 #=#=# [2022-12-19T12:27:31.998Z] #50 37.25 #=#=# 0.0% ########### 16.1% ################### 27.3% ################################## 48.0% ############################################ 61.8% ################################################## 70.3% ################################################################# 90.5% ######################################################################## 100.0% [2022-12-19T12:27:32.944Z] #50 39.16 [2022-12-19T12:27:32.944Z] #50 ... [2022-12-19T12:27:32.944Z] [2022-12-19T12:27:32.944Z] #69 [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-12-19T12:27:32.944Z] #69 32.02 Reading package lists... [2022-12-19T12:27:32.944Z] #69 38.04 Building dependency tree... [2022-12-19T12:27:32.944Z] #69 43.17 The following additional packages will be installed: [2022-12-19T12:27:32.944Z] #69 43.17 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-12-19T12:27:32.944Z] #69 43.21 python3-protobuf python3-six [2022-12-19T12:27:32.944Z] #69 43.23 Suggested packages: [2022-12-19T12:27:32.944Z] #69 43.23 python3-setuptools [2022-12-19T12:27:32.944Z] #69 43.23 Recommended packages: [2022-12-19T12:27:32.944Z] #69 43.23 iproute2 | iproute [2022-12-19T12:27:32.944Z] #69 44.22 The following NEW packages will be installed: [2022-12-19T12:27:32.944Z] #69 44.25 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-12-19T12:27:32.944Z] #69 44.25 python3-protobuf python3-six [2022-12-19T12:27:32.944Z] #69 44.96 0 upgraded, 8 newly installed, 0 to remove and 3 not upgraded. [2022-12-19T12:27:32.944Z] #69 44.96 Need to get 2136 kB of archives. [2022-12-19T12:27:32.944Z] #69 44.96 After this operation, 10.8 MB of additional disk space will be used. [2022-12-19T12:27:32.945Z] #69 44.96 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf23 arm64 3.12.4-1 [780 kB] [2022-12-19T12:27:32.945Z] #69 45.00 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-12-19T12:27:32.945Z] #69 45.01 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-six all 1.16.0-2 [17.5 kB] [2022-12-19T12:27:32.945Z] #69 45.01 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-protobuf arm64 3.12.4-1 [375 kB] [2022-12-19T12:27:32.945Z] #69 45.02 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2022-12-19T12:27:32.945Z] #69 45.02 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-12-19T12:27:32.945Z] #69 45.03 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB] [2022-12-19T12:27:32.945Z] #69 47.18 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.17.1-1 [630 kB] [2022-12-19T12:27:33.202Z] #69 ... [2022-12-19T12:27:33.202Z] [2022-12-19T12:27:33.202Z] #57 [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.3.0" && /build/go-winres --help [2022-12-19T12:27:33.202Z] #57 48.91 NAME: [2022-12-19T12:27:33.202Z] #57 48.92 go-winres - A tool for embedding resources in Windows executables [2022-12-19T12:27:33.202Z] #57 48.92 [2022-12-19T12:27:33.202Z] #57 48.92 USAGE: [2022-12-19T12:27:33.202Z] #57 48.92 go-winres [global options] command [command options] [arguments...] [2022-12-19T12:27:33.202Z] #57 48.92 [2022-12-19T12:27:33.202Z] #57 48.92 COMMANDS: [2022-12-19T12:27:33.202Z] #57 48.92 init Create an initial ./winres/winres.json [2022-12-19T12:27:33.203Z] #57 48.93 make Make syso files for the "go build" command [2022-12-19T12:27:33.203Z] #57 48.93 simply Make syso files for the "go build" command (simplified) [2022-12-19T12:27:33.203Z] #57 48.93 extract Extract all resources from an executable [2022-12-19T12:27:33.203Z] #57 48.93 patch Replace resources in an executable file (exe, dll) [2022-12-19T12:27:33.203Z] #57 48.93 help, h Shows a list of commands or help for one command [2022-12-19T12:27:33.203Z] #57 48.93 [2022-12-19T12:27:33.203Z] #57 48.93 GLOBAL OPTIONS: [2022-12-19T12:27:33.203Z] #57 48.93 --help, -h show help (default: false) [2022-12-19T12:27:33.462Z] #57 ... [2022-12-19T12:27:33.462Z] [2022-12-19T12:27:33.462Z] #61 [runc-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-runc-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-runc-aptcache,target=/var/cache/apt apt-get update && xx-apt-get install -y --no-install-recommends dpkg-dev gcc libc6-dev libseccomp-dev [2022-12-19T12:27:33.462Z] #61 46.17 Setting up bzip2 (1.0.8-4) ... [2022-12-19T12:27:33.462Z] #61 46.18 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-12-19T12:27:33.462Z] #61 46.21 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-12-19T12:27:33.462Z] #61 46.26 Setting up patch (2.7.6-7) ... [2022-12-19T12:27:33.462Z] #61 46.28 Setting up dpkg-dev (1.20.12) ... [2022-12-19T12:27:33.462Z] #61 DONE 49.6s [2022-12-19T12:27:33.462Z] [2022-12-19T12:27:33.462Z] #62 [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-12-19T12:27:33.462Z] #62 46.69 v3.0.2 [2022-12-19T12:27:33.462Z] #62 DONE 49.6s [2022-12-19T12:27:33.462Z] [2022-12-19T12:27:33.462Z] #68 [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-12-19T12:27:33.462Z] #68 47.88 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15744 files and directories currently installed.) [2022-12-19T12:27:33.462Z] #68 47.97 Preparing to unpack .../00-bzip2_1.0.8-4_arm64.deb ... [2022-12-19T12:27:33.462Z] #68 47.99 Unpacking bzip2 (1.0.8-4) ... [2022-12-19T12:27:33.462Z] #68 49.16 Selecting previously unselected package xz-utils. [2022-12-19T12:27:33.462Z] #68 49.16 Preparing to unpack .../01-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ... [2022-12-19T12:27:33.462Z] #68 49.23 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2022-12-19T12:27:33.726Z] #68 ... [2022-12-19T12:27:33.726Z] [2022-12-19T12:27:33.726Z] #57 [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.3.0" && /build/go-winres --help [2022-12-19T12:27:33.726Z] #57 DONE 49.7s [2022-12-19T12:27:33.726Z] [2022-12-19T12:27:33.726Z] #68 [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-12-19T12:27:33.726Z] #68 49.63 Selecting previously unselected package libsigsegv2:arm64. [2022-12-19T12:27:33.726Z] #68 49.66 Preparing to unpack .../02-libsigsegv2_2.13-1_arm64.deb ... [2022-12-19T12:27:33.726Z] #68 49.70 Unpacking libsigsegv2:arm64 (2.13-1) ... [2022-12-19T12:27:34.352Z] #68 50.13 Selecting previously unselected package m4. [2022-12-19T12:27:34.352Z] #68 50.13 Preparing to unpack .../03-m4_1.4.18-5_arm64.deb ... [2022-12-19T12:27:34.352Z] #68 50.17 Unpacking m4 (1.4.18-5) ... [2022-12-19T12:27:34.670Z] #68 50.65 Selecting previously unselected package autoconf. [2022-12-19T12:27:34.670Z] #68 50.67 Preparing to unpack .../04-autoconf_2.69-14_all.deb ... [2022-12-19T12:27:34.670Z] #68 50.70 Unpacking autoconf (2.69-14) ... [2022-12-19T12:27:35.664Z] #68 51.75 Selecting previously unselected package autotools-dev. [2022-12-19T12:27:35.664Z] #68 51.77 Preparing to unpack .../05-autotools-dev_20180224.1+nmu1_all.deb ... [2022-12-19T12:27:35.664Z] #68 51.79 Unpacking autotools-dev (20180224.1+nmu1) ... [2022-12-19T12:27:35.970Z] #68 ... [2022-12-19T12:27:35.970Z] [2022-12-19T12:27:35.970Z] #60 [containerd-build 2/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 && xx-apt-get install -y --no-install-recommends gcc libbtrfs-dev libsecret-1-dev [2022-12-19T12:27:35.970Z] #60 36.29 Reading package lists... [2022-12-19T12:27:35.970Z] #60 41.99 + apt-get install -y --no-install-recommends gcc libbtrfs-dev libsecret-1-dev [2022-12-19T12:27:35.970Z] #60 42.06 Reading package lists... [2022-12-19T12:27:35.970Z] #60 48.06 Building dependency tree... [2022-12-19T12:27:35.970Z] #60 ... [2022-12-19T12:27:35.970Z] [2022-12-19T12:27:35.970Z] #69 [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-12-19T12:27:35.970Z] #69 49.55 debconf: delaying package configuration, since apt-utils is not installed [2022-12-19T12:27:35.970Z] #69 50.27 Fetched 2136 kB in 3s (630 kB/s) [2022-12-19T12:27:35.970Z] #69 50.51 Selecting previously unselected package libprotobuf23:arm64. [2022-12-19T12:27:35.970Z] #69 50.51 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15744 files and directories currently installed.) [2022-12-19T12:27:35.970Z] #69 50.63 Preparing to unpack .../0-libprotobuf23_3.12.4-1_arm64.deb ... [2022-12-19T12:27:35.970Z] #69 50.67 Unpacking libprotobuf23:arm64 (3.12.4-1) ... [2022-12-19T12:27:37.344Z] #69 52.24 Selecting previously unselected package python3-pkg-resources. [2022-12-19T12:27:37.344Z] #69 52.24 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-12-19T12:27:37.344Z] #69 52.26 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-12-19T12:27:37.908Z] #69 52.65 Selecting previously unselected package python3-six. [2022-12-19T12:27:37.908Z] #69 52.65 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-12-19T12:27:37.908Z] #69 52.66 Unpacking python3-six (1.16.0-2) ... [2022-12-19T12:27:37.908Z] #69 ... [2022-12-19T12:27:37.908Z] [2022-12-19T12:27:37.908Z] #73 [rootlesskit-build 3/5] RUN --mount=from=rootlesskit-src,src=/usr/src/rootlesskit,rw --mount=type=cache,target=/go/pkg/mod --mount=type=cache,target=/root/.cache/go-build,id=rootlesskit-build-linux/arm64 < /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-12-19T12:27:47.896Z] #69 52.90 Selecting previously unselected package python3-protobuf. [2022-12-19T12:27:47.896Z] #69 52.90 Preparing to unpack .../3-python3-protobuf_3.12.4-1_arm64.deb ... [2022-12-19T12:27:47.896Z] #69 52.92 Unpacking python3-protobuf (3.12.4-1) ... [2022-12-19T12:27:47.896Z] #69 53.78 Selecting previously unselected package libnet1:arm64. [2022-12-19T12:27:47.896Z] #69 53.80 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2022-12-19T12:27:47.896Z] #69 53.81 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-12-19T12:27:47.896Z] #69 54.13 Selecting previously unselected package libnl-3-200:arm64. [2022-12-19T12:27:47.896Z] #69 54.13 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_arm64.deb ... [2022-12-19T12:27:47.896Z] #69 54.17 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-12-19T12:27:47.896Z] #69 54.48 Selecting previously unselected package libprotobuf-c1:arm64. [2022-12-19T12:27:47.896Z] #69 54.48 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... [2022-12-19T12:27:47.896Z] #69 54.51 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-12-19T12:27:47.896Z] #69 54.94 Selecting previously unselected package criu. [2022-12-19T12:27:47.896Z] #69 54.94 Preparing to unpack .../7-criu_3.17.1-1_arm64.deb ... [2022-12-19T12:27:47.896Z] #69 54.95 Unpacking criu (3.17.1-1) ... [2022-12-19T12:27:47.896Z] #69 56.07 Setting up python3-pkg-resources (52.0.0-4) ... [2022-12-19T12:27:47.896Z] #69 57.97 Setting up libprotobuf23:arm64 (3.12.4-1) ... [2022-12-19T12:27:47.896Z] #69 58.00 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-12-19T12:27:47.896Z] #69 58.07 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-12-19T12:27:47.896Z] #69 58.16 Setting up python3-six (1.16.0-2) ... [2022-12-19T12:27:47.896Z] #69 59.81 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-12-19T12:27:47.896Z] #69 59.90 Setting up python3-protobuf (3.12.4-1) ... [2022-12-19T12:27:48.153Z] #69 ... [2022-12-19T12:27:48.153Z] [2022-12-19T12:27:48.153Z] #73 [rootlesskit-build 3/5] RUN --mount=from=rootlesskit-src,src=/usr/src/rootlesskit,rw --mount=type=cache,target=/go/pkg/mod --mount=type=cache,target=/root/.cache/go-build,id=rootlesskit-build-linux/arm64 < /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-12-19T12:27:51.761Z] #69 64.23 Setting up criu (3.17.1-1) ... [2022-12-19T12:27:51.761Z] #69 66.41 Processing triggers for libc-bin (2.31-13+deb11u5) ... [2022-12-19T12:27:51.761Z] #69 DONE 66.7s [2022-12-19T12:27:51.761Z] [2022-12-19T12:27:51.761Z] #60 [containerd-build 2/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 && xx-apt-get install -y --no-install-recommends gcc libbtrfs-dev libsecret-1-dev [2022-12-19T12:27:51.761Z] #60 67.72 Selecting previously unselected package zlib1g-dev:arm64. [2022-12-19T12:27:51.761Z] #60 67.74 Preparing to unpack .../27-zlib1g-dev_1%3a1.2.11.dfsg-2+deb11u2_arm64.deb ... [2022-12-19T12:27:51.761Z] #60 67.78 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u2) ... [2022-12-19T12:27:52.334Z] #60 68.23 Selecting previously unselected package libglib2.0-dev:arm64. [2022-12-19T12:27:52.334Z] #60 68.23 Preparing to unpack .../28-libglib2.0-dev_2.66.8-1_arm64.deb ... [2022-12-19T12:27:52.334Z] #60 68.29 Unpacking libglib2.0-dev:arm64 (2.66.8-1) ... [2022-12-19T12:27:53.709Z] #60 ... [2022-12-19T12:27:53.709Z] [2022-12-19T12:27:53.709Z] #77 [dockercli 3/3] RUN --mount=from=dockercli-src,src=/usr/src/dockercli,rw --mount=type=cache,target=/root/.cache/go-build,id=dockercli-build-linux/arm64 < '/go/src/github.com/docker/docker/.bashrc' [2022-12-19T12:29:01.977Z] #84 DONE 0.9s [2022-12-19T12:29:01.977Z] [2022-12-19T12:29:01.977Z] #85 [dev-systemd-false 4/29] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-12-19T12:29:03.062Z] #85 DONE 0.9s [2022-12-19T12:29:03.062Z] [2022-12-19T12:29:03.062Z] #86 [dev-systemd-false 5/29] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-12-19T12:29:03.638Z] #86 DONE 0.9s [2022-12-19T12:29:03.638Z] [2022-12-19T12:29:03.638Z] #87 [dev-systemd-false 6/29] RUN ldconfig [2022-12-19T12:29:04.572Z] #87 DONE 0.9s [2022-12-19T12:29:04.572Z] [2022-12-19T12:29:04.573Z] #88 [dev-systemd-false 7/29] 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-12-19T12:29:05.944Z] #88 1.251 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-12-19T12:29:05.944Z] #88 1.276 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2022-12-19T12:29:05.944Z] #88 1.279 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2022-12-19T12:29:06.507Z] #88 1.947 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8072 kB] [2022-12-19T12:29:08.404Z] #88 3.639 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [206 kB] [2022-12-19T12:29:10.300Z] #88 5.592 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB] [2022-12-19T12:29:11.233Z] #88 ... [2022-12-19T12:29:11.233Z] [2022-12-19T12:29:11.233Z] #58 [registry 2/2] RUN --mount=from=registry-src,src=/usr/src/registry,rw --mount=type=cache,target=/root/.cache/go-build,id=registry-build-linux/arm64 --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src <= 3... python3 [2022-12-19T12:29:25.308Z] #78 100.7 checking for python3... /usr/bin/python3 [2022-12-19T12:29:25.308Z] #78 100.7 checking for python3 version... 3.9 [2022-12-19T12:29:25.308Z] #78 100.8 checking for python3 platform... linux [2022-12-19T12:29:25.566Z] #78 100.9 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages [2022-12-19T12:29:25.823Z] #78 101.0 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages [2022-12-19T12:29:25.823Z] #78 101.2 checking for go-md2man... no [2022-12-19T12:29:26.084Z] #78 101.2 checking error.h usability... yes [2022-12-19T12:29:26.084Z] #78 101.5 checking error.h presence... yes [2022-12-19T12:29:26.084Z] #78 101.5 checking for error.h... yes [2022-12-19T12:29:26.342Z] #78 101.6 checking linux/openat2.h usability... yes [2022-12-19T12:29:26.342Z] #78 101.7 checking linux/openat2.h presence... yes [2022-12-19T12:29:26.342Z] #78 101.8 checking for linux/openat2.h... yes [2022-12-19T12:29:26.599Z] #78 101.8 checking for copy_file_range... yes [2022-12-19T12:29:27.163Z] #78 102.1 checking for fgetxattr... yes [2022-12-19T12:29:27.163Z] #78 102.4 checking for statx... yes [2022-12-19T12:29:27.421Z] #78 102.6 checking for fgetpwent_r... yes [2022-12-19T12:29:27.678Z] #78 102.9 checking for issetugid... no [2022-12-19T12:29:27.678Z] [2022-12-19T12:29:27.678Z] #78 ... [2022-12-19T12:29:27.678Z] [2022-12-19T12:29:27.678Z] #71 [swagger 2/2] RUN --mount=from=swagger-src,src=/usr/src/swagger,rw --mount=type=cache,target=/root/.cache/go-build,id=swagger-build-linux/arm64 --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ <= 2.0.0... yes [2022-12-19T12:29:28.610Z] #78 104.1 checking sys/capability.h usability... yes [2022-12-19T12:29:28.867Z] #78 104.2 checking sys/capability.h presence... yes [2022-12-19T12:29:28.867Z] #78 104.2 checking for sys/capability.h... yes [2022-12-19T12:29:29.124Z] #78 104.2 checking for library containing cap_from_name... -lcap [2022-12-19T12:29:29.688Z] #78 104.7 checking for library containing dlopen... -ldl [2022-12-19T12:29:29.688Z] #78 105.0 checking seccomp.h usability... yes [2022-12-19T12:29:29.945Z] #78 105.2 checking seccomp.h presence... yes [2022-12-19T12:29:29.945Z] #78 105.3 checking for seccomp.h... yes [2022-12-19T12:29:30.510Z] #78 105.3 checking for library containing seccomp_rule_add... -lseccomp [2022-12-19T12:29:30.510Z] #78 105.8 checking for library containing seccomp_arch_resolve_name... none required [2022-12-19T12:29:30.767Z] #78 105.9 checking systemd/sd-bus.h usability... yes [2022-12-19T12:29:30.767Z] #78 106.1 checking systemd/sd-bus.h presence... yes [2022-12-19T12:29:30.767Z] #78 106.2 checking for systemd/sd-bus.h... yes [2022-12-19T12:29:31.331Z] #78 106.3 checking for library containing sd_bus_match_signal_async... -lsystemd [2022-12-19T12:29:31.588Z] #78 106.7 checking for sd_notify_barrier... yes [2022-12-19T12:29:31.588Z] #78 107.0 checking linux/bpf.h usability... yes [2022-12-19T12:29:31.588Z] #78 107.2 checking linux/bpf.h presence... yes [2022-12-19T12:29:31.846Z] #78 107.2 checking for linux/bpf.h... yes [2022-12-19T12:29:31.846Z] #78 107.2 checking compilation for eBPF... yes [2022-12-19T12:29:31.846Z] #78 107.4 checking for criu >= 3.15... no [2022-12-19T12:29:31.846Z] #78 107.4 configure: CRIU headers not found, building without CRIU support [2022-12-19T12:29:31.846Z] #78 107.4 checking for criu > 3.16... no [2022-12-19T12:29:31.846Z] #78 107.4 configure: CRIU version doesn't support join-ns API [2022-12-19T12:29:31.846Z] #78 107.4 checking for criu > 3.16.1... no [2022-12-19T12:29:31.846Z] #78 107.5 configure: CRIU version doesn't support for pre-dumping [2022-12-19T12:29:32.103Z] #78 107.5 checking for new mount API (fsconfig)... yes [2022-12-19T12:29:32.103Z] #78 107.6 checking for seccomp notify API... yes [2022-12-19T12:29:32.360Z] #78 107.7 checking for gperf... no [2022-12-19T12:29:32.360Z] #78 107.7 configure: gperf not found - cannot rebuild signal parser code [2022-12-19T12:29:32.617Z] #78 107.7 checking for library containing argp_parse... none required [2022-12-19T12:29:32.874Z] #78 108.2 checking that generated files are newer than configure... done [2022-12-19T12:29:32.874Z] #78 108.2 configure: creating ./config.status [2022-12-19T12:29:33.438Z] #78 ... [2022-12-19T12:29:33.438Z] [2022-12-19T12:29:33.438Z] #72 [delve-build 2/2] RUN --mount=from=delve-src,src=/usr/src/delve,rw --mount=type=cache,target=/root/.cache/go-build,id=delve-build-linux/arm64 --mount=type=cache,target=/go/pkg/mod <= 2.1.0... yes [2022-12-19T12:29:44.351Z] #78 119.7 checking for a sed that does not truncate output... (cached) /bin/sed [2022-12-19T12:29:44.351Z] #78 119.8 checking for gcc... (cached) gcc [2022-12-19T12:29:44.351Z] #78 119.9 checking whether we are using the GNU C compiler... (cached) yes [2022-12-19T12:29:44.351Z] #78 119.9 checking whether gcc accepts -g... (cached) yes [2022-12-19T12:29:44.351Z] #78 119.9 checking for gcc option to accept ISO C89... (cached) none needed [2022-12-19T12:29:44.351Z] #78 119.9 checking whether gcc understands -c and -o together... (cached) yes [2022-12-19T12:29:44.351Z] #78 119.9 checking for a Python interpreter with version >= 3... python3 [2022-12-19T12:29:44.351Z] #78 119.9 checking for python3... /usr/bin/python3 [2022-12-19T12:29:44.351Z] #78 119.9 checking for python3 version... 3.9 [2022-12-19T12:29:44.609Z] #78 119.9 checking for python3 platform... linux [2022-12-19T12:29:44.609Z] #78 120.0 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages [2022-12-19T12:29:44.609Z] #78 120.1 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages [2022-12-19T12:29:44.867Z] #78 120.4 checking that generated files are newer than configure... done [2022-12-19T12:29:44.867Z] #78 120.4 configure: creating ./config.status [2022-12-19T12:29:44.867Z] #78 ... [2022-12-19T12:29:44.867Z] [2022-12-19T12:29:44.867Z] #88 [dev-systemd-false 7/29] 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-12-19T12:29:44.867Z] #88 40.36 Selecting previously unselected package vim. [2022-12-19T12:29:44.867Z] #88 40.38 Preparing to unpack .../52-vim_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2022-12-19T12:29:44.867Z] #88 40.41 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-12-19T12:29:45.800Z] #88 40.95 Selecting previously unselected package xfsprogs. [2022-12-19T12:29:45.800Z] #88 40.95 Preparing to unpack .../53-xfsprogs_5.10.0-4_arm64.deb ... [2022-12-19T12:29:45.800Z] #88 40.95 Unpacking xfsprogs (5.10.0-4) ... [2022-12-19T12:29:46.056Z] #88 41.38 Selecting previously unselected package zip. [2022-12-19T12:29:46.056Z] #88 41.39 Preparing to unpack .../54-zip_3.0-12_arm64.deb ... [2022-12-19T12:29:46.056Z] #88 41.39 Unpacking zip (3.0-12) ... [2022-12-19T12:29:46.056Z] #88 41.52 Selecting previously unselected package zstd. [2022-12-19T12:29:46.056Z] #88 41.54 Preparing to unpack .../55-zstd_1.4.8+dfsg-2.1_arm64.deb ... [2022-12-19T12:29:46.056Z] #88 41.55 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-12-19T12:29:46.619Z] #88 41.84 Setting up python3-pkg-resources (52.0.0-4) ... [2022-12-19T12:29:47.182Z] #88 42.65 Setting up libip4tc2:arm64 (1.8.7-1) ... [2022-12-19T12:29:47.439Z] #88 42.66 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-12-19T12:29:47.439Z] #88 42.67 Setting up libgpm2:arm64 (1.20.7-8) ... [2022-12-19T12:29:47.439Z] #88 42.69 Setting up libicu67:arm64 (67.1-7) ... [2022-12-19T12:29:47.439Z] #88 42.70 Setting up libip6tc2:arm64 (1.8.7-1) ... [2022-12-19T12:29:47.439Z] #88 42.72 Setting up libinih1:arm64 (53-1+b2) ... [2022-12-19T12:29:47.439Z] #88 42.74 Setting up libargon2-1:arm64 (0~20171227-0.2) ... [2022-12-19T12:29:47.439Z] #88 42.75 Setting up uidmap (1:4.8.1-1) ... [2022-12-19T12:29:47.439Z] #88 42.76 Setting up libyajl2:arm64 (2.1.0-3) ... [2022-12-19T12:29:47.439Z] #88 42.78 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2022-12-19T12:29:47.439Z] #88 42.79 Setting up bzip2 (1.0.8-4) ... [2022-12-19T12:29:47.439Z] #88 42.84 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2022-12-19T12:29:47.439Z] #88 42.86 Setting up python3-wheel (0.34.2-1) ... [2022-12-19T12:29:48.370Z] #88 43.48 Setting up libmicrohttpd12:arm64 (0.9.72-2) ... [2022-12-19T12:29:48.370Z] #88 43.52 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-12-19T12:29:48.370Z] #88 43.56 Setting up libcap2:arm64 (1:2.44-1) ... [2022-12-19T12:29:48.370Z] #88 43.58 Setting up libcap2-bin (1:2.44-1) ... [2022-12-19T12:29:48.370Z] #88 43.60 Setting up apparmor (2.13.6-10) ... [2022-12-19T12:29:49.739Z] #88 44.92 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2022-12-19T12:29:49.739Z] #88 44.97 Setting up zip (3.0-12) ... [2022-12-19T12:29:49.739Z] #88 44.99 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-12-19T12:29:49.739Z] #88 45.02 Setting up bash-completion (1:2.11-2) ... [2022-12-19T12:29:51.633Z] #88 ... [2022-12-19T12:29:51.633Z] [2022-12-19T12:29:51.633Z] #78 [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-12-19T12:29:51.633Z] #78 122.8 config.status: creating Makefile [2022-12-19T12:29:51.633Z] #78 122.8 config.status: creating config.h [2022-12-19T12:29:51.633Z] #78 122.9 config.status: executing libtool commands [2022-12-19T12:29:51.633Z] #78 122.9 config.status: executing depfiles commands [2022-12-19T12:29:51.633Z] #78 123.5 === configuring in yajl (/tmp/crun-build/libocispec/yajl) [2022-12-19T12:29:51.633Z] #78 123.5 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--bindir=/build' --cache-file=/dev/null --srcdir=. [2022-12-19T12:29:51.633Z] #78 123.9 checking for gcc... gcc [2022-12-19T12:29:51.633Z] #78 123.9 checking whether the C compiler works... yes [2022-12-19T12:29:51.633Z] #78 124.1 checking for C compiler default output file name... a.out [2022-12-19T12:29:51.633Z] #78 124.1 checking for suffix of executables... [2022-12-19T12:29:51.633Z] #78 124.2 checking whether we are cross compiling... no [2022-12-19T12:29:51.633Z] #78 124.4 checking for suffix of object files... o [2022-12-19T12:29:51.633Z] #78 124.4 checking whether we are using the GNU C compiler... yes [2022-12-19T12:29:51.633Z] #78 124.6 checking whether gcc accepts -g... yes [2022-12-19T12:29:51.633Z] #78 124.6 checking for gcc option to accept ISO C89... none needed [2022-12-19T12:29:51.633Z] #78 124.8 checking whether gcc understands -c and -o together... yes [2022-12-19T12:29:51.633Z] #78 124.9 checking for a BSD-compatible install... /usr/bin/install -c [2022-12-19T12:29:51.633Z] #78 124.9 checking whether build environment is sane... yes [2022-12-19T12:29:51.633Z] #78 125.0 checking for a thread-safe mkdir -p... /bin/mkdir -p [2022-12-19T12:29:51.633Z] #78 125.0 checking for gawk... no [2022-12-19T12:29:51.633Z] #78 125.0 checking for mawk... mawk [2022-12-19T12:29:51.633Z] #78 125.0 checking whether make sets $(MAKE)... yes [2022-12-19T12:29:51.633Z] #78 125.1 checking whether make supports the include directive... yes (GNU style) [2022-12-19T12:29:51.633Z] #78 125.1 checking whether make supports nested variables... yes [2022-12-19T12:29:51.633Z] #78 125.1 checking whether UID '0' is supported by ustar format... yes [2022-12-19T12:29:51.633Z] #78 125.1 checking whether GID '0' is supported by ustar format... yes [2022-12-19T12:29:51.633Z] #78 125.1 checking how to create a ustar tar archive... gnutar [2022-12-19T12:29:51.633Z] #78 125.2 checking dependency style of gcc... gcc3 [2022-12-19T12:29:51.633Z] #78 125.4 checking whether to enable maintainer-specific portions of Makefiles... yes [2022-12-19T12:29:51.633Z] #78 125.4 checking whether make supports nested variables... (cached) yes [2022-12-19T12:29:51.633Z] #78 125.5 checking build system type... aarch64-unknown-linux-gnu [2022-12-19T12:29:51.633Z] #78 125.7 checking host system type... aarch64-unknown-linux-gnu [2022-12-19T12:29:51.633Z] #78 125.7 checking how to print strings... printf [2022-12-19T12:29:51.633Z] #78 125.7 checking for a sed that does not truncate output... /bin/sed [2022-12-19T12:29:51.633Z] #78 125.8 checking for grep that handles long lines and -e... /bin/grep [2022-12-19T12:29:51.633Z] #78 125.8 checking for egrep... /bin/grep -E [2022-12-19T12:29:51.633Z] #78 125.8 checking for fgrep... /bin/grep -F [2022-12-19T12:29:51.633Z] #78 125.8 checking for ld used by gcc... /usr/bin/ld [2022-12-19T12:29:51.633Z] #78 125.8 checking if the linker (/usr/bin/ld) is GNU ld... yes [2022-12-19T12:29:51.633Z] #78 125.8 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2022-12-19T12:29:51.633Z] #78 125.9 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2022-12-19T12:29:51.633Z] #78 126.0 checking whether ln -s works... yes [2022-12-19T12:29:51.633Z] #78 126.0 checking the maximum length of command line arguments... 1572864 [2022-12-19T12:29:51.633Z] #78 126.0 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop [2022-12-19T12:29:51.633Z] #78 126.0 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop [2022-12-19T12:29:51.633Z] #78 126.0 checking for /usr/bin/ld option to reload object files... -r [2022-12-19T12:29:51.633Z] #78 126.0 checking for objdump... objdump [2022-12-19T12:29:51.633Z] #78 126.0 checking how to recognize dependent libraries... pass_all [2022-12-19T12:29:51.633Z] #78 126.0 checking for dlltool... no [2022-12-19T12:29:51.633Z] #78 126.0 checking how to associate runtime and link libraries... printf %s\n [2022-12-19T12:29:51.633Z] #78 126.0 checking for ar... ar [2022-12-19T12:29:51.633Z] #78 126.0 checking for archiver @FILE support... @ [2022-12-19T12:29:51.633Z] #78 126.1 checking for strip... strip [2022-12-19T12:29:51.633Z] #78 126.1 checking for ranlib... ranlib [2022-12-19T12:29:51.633Z] #78 126.1 checking command to parse /usr/bin/nm -B output from gcc object... ok [2022-12-19T12:29:51.633Z] #78 126.5 checking for sysroot... no [2022-12-19T12:29:51.633Z] #78 126.5 checking for a working dd... /bin/dd [2022-12-19T12:29:51.633Z] #78 126.5 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 [2022-12-19T12:29:51.633Z] #78 126.5 checking for mt... no [2022-12-19T12:29:51.633Z] #78 126.5 checking if : is a manifest tool... no [2022-12-19T12:29:51.633Z] #78 126.5 checking how to run the C preprocessor... gcc -E [2022-12-19T12:29:51.890Z] #78 126.8 checking for ANSI C header files... yes [2022-12-19T12:29:51.890Z] #78 127.3 checking for sys/types.h... yes [2022-12-19T12:29:52.151Z] #78 127.5 checking for sys/stat.h... yes [2022-12-19T12:29:52.408Z] #78 127.6 checking for stdlib.h... yes [2022-12-19T12:29:52.665Z] #78 127.8 checking for string.h... yes [2022-12-19T12:29:52.665Z] #78 128.0 checking for memory.h... yes [2022-12-19T12:29:52.926Z] #78 128.2 checking for strings.h... yes [2022-12-19T12:29:52.926Z] #78 128.3 checking for inttypes.h... yes [2022-12-19T12:29:53.186Z] #78 128.5 checking for stdint.h... yes [2022-12-19T12:29:53.444Z] #78 128.6 checking for unistd.h... yes [2022-12-19T12:29:53.444Z] #78 128.8 checking for dlfcn.h... yes [2022-12-19T12:29:53.701Z] #78 129.0 checking for objdir... .libs [2022-12-19T12:29:53.958Z] #78 129.3 checking if gcc supports -fno-rtti -fno-exceptions... no [2022-12-19T12:29:53.958Z] #78 129.4 checking for gcc option to produce PIC... -fPIC -DPIC [2022-12-19T12:29:53.958Z] #78 129.4 checking if gcc PIC flag -fPIC -DPIC works... yes [2022-12-19T12:29:54.215Z] #78 129.5 checking if gcc static flag -static works... yes [2022-12-19T12:29:54.472Z] #78 129.8 checking if gcc supports -c -o file.o... yes [2022-12-19T12:29:54.472Z] #78 129.9 checking if gcc supports -c -o file.o... (cached) yes [2022-12-19T12:29:54.472Z] #78 129.9 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes [2022-12-19T12:29:54.729Z] #78 130.0 checking dynamic linker characteristics... GNU/Linux ld.so [2022-12-19T12:29:54.729Z] #78 130.3 checking how to hardcode library paths into programs... immediate [2022-12-19T12:29:54.729Z] #78 130.3 checking whether stripping libraries is possible... yes [2022-12-19T12:29:54.729Z] #78 130.3 checking if libtool supports shared libraries... yes [2022-12-19T12:29:54.729Z] #78 130.3 checking whether to build shared libraries... no [2022-12-19T12:29:54.729Z] #78 130.3 checking whether to build static libraries... yes [2022-12-19T12:29:54.986Z] #78 130.3 checking float.h usability... yes [2022-12-19T12:29:54.986Z] #78 130.5 checking float.h presence... yes [2022-12-19T12:29:54.986Z] #78 130.6 checking for float.h... yes [2022-12-19T12:29:55.243Z] #78 130.6 checking limits.h usability... yes [2022-12-19T12:29:55.243Z] #78 130.7 checking limits.h presence... yes [2022-12-19T12:29:55.243Z] #78 130.8 checking for limits.h... yes [2022-12-19T12:29:55.500Z] #78 130.9 checking stddef.h usability... yes [2022-12-19T12:29:55.500Z] #78 131.0 checking stddef.h presence... yes [2022-12-19T12:29:55.500Z] #78 131.0 checking for stddef.h... yes [2022-12-19T12:29:55.500Z] #78 131.1 checking for stdlib.h... (cached) yes [2022-12-19T12:29:55.757Z] #78 131.1 checking for string.h... (cached) yes [2022-12-19T12:29:55.757Z] #78 131.2 checking sys/time.h usability... yes [2022-12-19T12:29:55.757Z] #78 131.3 checking sys/time.h presence... yes [2022-12-19T12:29:55.757Z] #78 131.4 checking for sys/time.h... yes [2022-12-19T12:29:56.014Z] #78 131.4 checking for inline... inline [2022-12-19T12:29:56.271Z] #78 131.4 checking for size_t... yes [2022-12-19T12:29:56.529Z] #78 131.8 checking for stdlib.h... (cached) yes [2022-12-19T12:29:56.529Z] #78 131.8 checking for GNU libc compatible malloc... yes [2022-12-19T12:29:56.529Z] #78 132.0 checking for stdlib.h... (cached) yes [2022-12-19T12:29:56.529Z] #78 132.0 checking for GNU libc compatible realloc... yes [2022-12-19T12:29:57.094Z] #78 132.2 checking for working strtod... yes [2022-12-19T12:29:57.094Z] #78 132.4 checking for gettimeofday... yes [2022-12-19T12:29:57.352Z] #78 132.6 checking for memset... yes [2022-12-19T12:29:57.609Z] #78 132.9 checking for strspn... yes [2022-12-19T12:29:57.867Z] #78 133.3 checking that generated files are newer than configure... done [2022-12-19T12:29:57.867Z] #78 133.3 configure: creating ./config.status [2022-12-19T12:29:59.767Z] #78 ... [2022-12-19T12:29:59.767Z] [2022-12-19T12:29:59.767Z] #88 [dev-systemd-false 7/29] 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-12-19T12:29:59.767Z] #88 47.44 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2022-12-19T12:29:59.767Z] #88 47.45 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-12-19T12:29:59.767Z] #88 47.46 Setting up libmnl0:arm64 (1.0.4-3) ... [2022-12-19T12:29:59.767Z] #88 47.48 Setting up patch (2.7.6-7) ... [2022-12-19T12:29:59.767Z] #88 47.52 Setting up sudo (1.9.5p2-3) ... [2022-12-19T12:29:59.767Z] #88 47.61 invoke-rc.d: could not determine current runlevel [2022-12-19T12:29:59.767Z] #88 47.62 invoke-rc.d: policy-rc.d denied execution of start. [2022-12-19T12:29:59.767Z] #88 47.63 Setting up xfsprogs (5.10.0-4) ... [2022-12-19T12:29:59.767Z] #88 47.65 System has not been booted with systemd as init system (PID 1). Can't operate. [2022-12-19T12:29:59.767Z] #88 47.65 Failed to connect to bus: Host is down [2022-12-19T12:29:59.767Z] #88 47.66 Setting up libxtables12:arm64 (1.8.7-1) ... [2022-12-19T12:29:59.767Z] #88 47.68 Setting up inetutils-ping (2:2.0-1+deb11u1) ... [2022-12-19T12:29:59.767Z] #88 47.73 Setting up pigz (2.6-1) ... [2022-12-19T12:29:59.767Z] #88 47.76 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ... [2022-12-19T12:29:59.767Z] #88 47.81 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ... [2022-12-19T12:29:59.767Z] #88 47.91 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2022-12-19T12:29:59.767Z] #88 47.93 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-12-19T12:29:59.767Z] #88 48.39 Setting up libaio1:arm64 (0.3.112-9) ... [2022-12-19T12:29:59.767Z] #88 48.41 Setting up python3-lib2to3 (3.9.2-1) ... [2022-12-19T12:29:59.767Z] #88 48.79 Setting up libelf1:arm64 (0.183-1) ... [2022-12-19T12:29:59.767Z] #88 48.80 Setting up libjson-c5:arm64 (0.15-2) ... [2022-12-19T12:29:59.767Z] #88 48.82 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-12-19T12:29:59.767Z] #88 48.83 Setting up libonig5:arm64 (6.9.6-1.1) ... [2022-12-19T12:29:59.767Z] #88 48.85 Setting up libkmod2:arm64 (28-1) ... [2022-12-19T12:29:59.767Z] #88 48.86 Setting up python3-distutils (3.9.2-1) ... [2022-12-19T12:29:59.767Z] #88 49.35 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-12-19T12:29:59.767Z] #88 49.36 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-12-19T12:29:59.767Z] #88 49.37 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-12-19T12:29:59.767Z] #88 49.37 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-12-19T12:29:59.767Z] #88 49.38 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-12-19T12:29:59.767Z] #88 49.38 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-12-19T12:29:59.767Z] #88 49.41 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-12-19T12:29:59.767Z] #88 49.41 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-12-19T12:29:59.767Z] #88 49.42 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-12-19T12:29:59.767Z] #88 49.45 Setting up python3-setuptools (52.0.0-4) ... [2022-12-19T12:29:59.767Z] #88 50.70 Setting up libjq1:arm64 (1.6-2.1) ... [2022-12-19T12:29:59.767Z] #88 50.71 Setting up libnftnl11:arm64 (1.1.9-1) ... [2022-12-19T12:29:59.767Z] #88 50.73 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-12-19T12:29:59.767Z] #88 50.74 Setting up python3-pip (20.3.4-4+deb11u1) ... [2022-12-19T12:29:59.767Z] #88 51.89 Setting up libnetfilter-conntrack3:arm64 (1.0.8-3) ... [2022-12-19T12:29:59.767Z] #88 51.90 Setting up jq (1.6-2.1) ... [2022-12-19T12:29:59.767Z] #88 51.92 Setting up libcryptsetup12:arm64 (2:2.3.7-1+deb11u1) ... [2022-12-19T12:29:59.767Z] #88 51.93 Setting up libbpf0:arm64 (1:0.3-2) ... [2022-12-19T12:29:59.767Z] #88 51.95 Setting up iptables (1.8.7-1) ... [2022-12-19T12:29:59.767Z] #88 51.96 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-12-19T12:29:59.767Z] #88 51.97 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-12-19T12:29:59.767Z] #88 51.97 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-12-19T12:29:59.767Z] #88 51.97 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-12-19T12:29:59.767Z] #88 51.99 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-12-19T12:29:59.767Z] #88 52.00 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-12-19T12:29:59.767Z] #88 52.02 Setting up iproute2 (5.10.0-4) ... [2022-12-19T12:29:59.767Z] #88 52.37 Setting up systemd (247.3-7+deb11u1) ... [2022-12-19T12:29:59.767Z] #88 52.42 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. [2022-12-19T12:29:59.767Z] #88 52.44 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. [2022-12-19T12:29:59.767Z] #88 52.45 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. [2022-12-19T12:29:59.767Z] #88 52.47 Initializing machine ID from random generator. [2022-12-19T12:29:59.767Z] #88 53.40 Setting up systemd-journal-remote (247.3-7+deb11u1) ... [2022-12-19T12:29:59.767Z] #88 53.68 Processing triggers for libc-bin (2.31-13+deb11u5) ... [2022-12-19T12:29:59.767Z] #88 DONE 55.2s [2022-12-19T12:29:59.767Z] [2022-12-19T12:29:59.767Z] #91 [dev-systemd-false 8/29] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2022-12-19T12:30:00.699Z] #91 0.777 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-12-19T12:30:00.699Z] #91 0.783 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-12-19T12:30:00.699Z] #91 0.787 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-12-19T12:30:00.699Z] #91 DONE 0.8s [2022-12-19T12:30:00.699Z] [2022-12-19T12:30:00.699Z] #92 [dev-systemd-false 9/29] RUN pip3 install yamllint==1.27.1 [2022-12-19T12:30:05.957Z] #92 ... [2022-12-19T12:30:05.957Z] [2022-12-19T12:30:05.957Z] #78 [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-12-19T12:30:05.957Z] #78 135.9 config.status: creating Makefile [2022-12-19T12:30:05.957Z] #78 136.0 config.status: creating config.h [2022-12-19T12:30:05.957Z] #78 136.1 config.status: executing depfiles commands [2022-12-19T12:30:05.957Z] #78 136.3 config.status: executing libtool commands [2022-12-19T12:30:05.957Z] #78 137.4 GEN .version [2022-12-19T12:30:05.957Z] #78 137.5 make install-recursive [2022-12-19T12:30:05.957Z] #78 137.5 make[1]: Entering directory '/tmp/crun-build' [2022-12-19T12:30:05.957Z] #78 137.6 Making install in libocispec [2022-12-19T12:30:05.957Z] #78 137.6 make[2]: Entering directory '/tmp/crun-build/libocispec' [2022-12-19T12:30:05.957Z] #78 137.7 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./image-spec/schema [2022-12-19T12:30:05.957Z] #78 137.7 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./runtime-spec/schema [2022-12-19T12:30:05.957Z] #78 137.7 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/imageManifestItems [2022-12-19T12:30:05.957Z] #78 137.7 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/basic [2022-12-19T12:30:05.957Z] #78 138.3 Reflection: /tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success [2022-12-19T12:30:05.957Z] #78 138.4 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success [2022-12-19T12:30:05.957Z] #78 138.4 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success [2022-12-19T12:30:05.957Z] #78 138.4 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success [2022-12-19T12:30:05.957Z] #78 138.4 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success [2022-12-19T12:30:05.957Z] #78 138.4 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success [2022-12-19T12:30:05.957Z] #78 138.4 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success [2022-12-19T12:30:05.957Z] #78 138.4 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success [2022-12-19T12:30:05.957Z] #78 138.4 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success [2022-12-19T12:30:05.957Z] #78 138.5 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success [2022-12-19T12:30:05.957Z] #78 138.5 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success [2022-12-19T12:30:05.957Z] #78 138.5 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success [2022-12-19T12:30:05.957Z] #78 138.5 Reflection: /tmp/crun-build/libocispec/image-spec/schema/defs.json Success [2022-12-19T12:30:05.957Z] #78 138.5 Reflection: /tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success [2022-12-19T12:30:05.957Z] #78 138.5 Reflection: /tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success [2022-12-19T12:30:05.957Z] #78 138.5 Reflection: /tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success [2022-12-19T12:30:05.957Z] #78 139.3 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success [2022-12-19T12:30:05.957Z] #78 139.3 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs.json Success [2022-12-19T12:30:05.957Z] #78 139.3 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success [2022-12-19T12:30:05.957Z] #78 139.3 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success [2022-12-19T12:30:05.957Z] #78 139.3 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json Success [2022-12-19T12:30:05.957Z] #78 139.3 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success [2022-12-19T12:30:05.957Z] #78 139.3 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success [2022-12-19T12:30:05.957Z] #78 139.3 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success [2022-12-19T12:30:05.957Z] #78 139.3 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success [2022-12-19T12:30:05.957Z] #78 139.3 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success [2022-12-19T12:30:05.957Z] #78 139.3 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success [2022-12-19T12:30:05.957Z] #78 139.3 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success [2022-12-19T12:30:05.957Z] #78 139.3 make install-recursive [2022-12-19T12:30:05.957Z] #78 139.3 make[3]: Entering directory '/tmp/crun-build/libocispec' [2022-12-19T12:30:05.957Z] #78 139.4 Making install in yajl [2022-12-19T12:30:05.957Z] #78 139.4 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl' [2022-12-19T12:30:05.957Z] #78 139.4 CC verify/json_verify-json_verify.o [2022-12-19T12:30:05.957Z] #78 139.4 CC src/libyajl_la-yajl_alloc.lo [2022-12-19T12:30:05.957Z] #78 139.5 CC src/libyajl_la-yajl.lo [2022-12-19T12:30:05.957Z] #78 139.5 CC src/libyajl_la-yajl_gen.lo [2022-12-19T12:30:05.957Z] #78 139.5 CC src/libyajl_la-yajl_parser.lo [2022-12-19T12:30:05.957Z] #78 139.5 CC src/libyajl_la-yajl_buf.lo [2022-12-19T12:30:05.957Z] #78 139.5 CC src/libyajl_la-yajl_encode.lo [2022-12-19T12:30:05.957Z] #78 139.5 CC src/libyajl_la-yajl_lex.lo [2022-12-19T12:30:05.957Z] #78 139.6 CC src/libyajl_la-yajl_tree.lo [2022-12-19T12:30:08.482Z] #78 144.0 CCLD libyajl.la [2022-12-19T12:30:09.046Z] #78 144.3 CCLD verify/json_verify [2022-12-19T12:30:09.046Z] #78 144.6 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl' [2022-12-19T12:30:09.046Z] #78 144.6 make[5]: Nothing to be done for 'install-exec-am'. [2022-12-19T12:30:09.046Z] #78 144.6 make[5]: Nothing to be done for 'install-data-am'. [2022-12-19T12:30:09.046Z] #78 144.6 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl' [2022-12-19T12:30:09.046Z] #78 144.6 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl' [2022-12-19T12:30:09.046Z] #78 144.6 make[4]: Entering directory '/tmp/crun-build/libocispec' [2022-12-19T12:30:09.303Z] #78 144.8 CC src/validate.o [2022-12-19T12:30:09.303Z] #78 144.8 CC src/image_spec_schema_config_schema.lo [2022-12-19T12:30:09.303Z] #78 144.8 CC src/image_spec_schema_defs.lo [2022-12-19T12:30:09.303Z] #78 144.8 CC src/image_spec_schema_content_descriptor.lo [2022-12-19T12:30:09.303Z] #78 144.8 CC src/image_spec_schema_defs_descriptor.lo [2022-12-19T12:30:09.303Z] #78 144.8 CC src/image_spec_schema_image_index_schema.lo [2022-12-19T12:30:09.303Z] #78 144.8 CC src/image_spec_schema_image_layout_schema.lo [2022-12-19T12:30:09.303Z] #78 144.9 CC src/image_spec_schema_image_manifest_schema.lo [2022-12-19T12:30:09.560Z] #78 144.9 CC src/runtime_spec_schema_config_linux.lo [2022-12-19T12:30:09.560Z] #78 144.9 CC src/runtime_spec_schema_config_zos.lo [2022-12-19T12:30:09.560Z] #78 145.0 CC src/runtime_spec_schema_config_schema.lo [2022-12-19T12:30:09.560Z] #78 145.0 CC src/runtime_spec_schema_config_solaris.lo [2022-12-19T12:30:09.560Z] #78 145.0 CC src/runtime_spec_schema_config_vm.lo [2022-12-19T12:30:09.560Z] #78 145.0 CC src/runtime_spec_schema_config_windows.lo [2022-12-19T12:30:09.560Z] #78 ... [2022-12-19T12:30:09.560Z] [2022-12-19T12:30:09.560Z] #92 [dev-systemd-false 9/29] RUN pip3 install yamllint==1.27.1 [2022-12-19T12:30:09.560Z] #92 8.942 Collecting yamllint==1.27.1 [2022-12-19T12:30:10.929Z] #92 10.01 Downloading yamllint-1.27.1.tar.gz (129 kB) [2022-12-19T12:30:11.860Z] #92 11.10 Collecting pathspec>=0.5.3 [2022-12-19T12:30:11.860Z] #92 11.10 Downloading pathspec-0.10.3-py3-none-any.whl (29 kB) [2022-12-19T12:30:12.118Z] #92 11.36 Collecting pyyaml [2022-12-19T12:30:12.118Z] #92 11.38 Downloading PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (731 kB) [2022-12-19T12:30:12.118Z] #92 11.43 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.27.1) (52.0.0) [2022-12-19T12:30:12.118Z] #92 11.43 Building wheels for collected packages: yamllint [2022-12-19T12:30:12.118Z] #92 11.45 Building wheel for yamllint (setup.py): started [2022-12-19T12:30:13.050Z] #92 12.28 Building wheel for yamllint (setup.py): finished with status 'done' [2022-12-19T12:30:13.050Z] #92 12.29 Created wheel for yamllint: filename=yamllint-1.27.1-py2.py3-none-any.whl size=62024 sha256=b5cef770f66d3e188044959aeb8af6ed23fe2a9d7bf503451731f54fe33915ae [2022-12-19T12:30:13.050Z] #92 12.29 Stored in directory: /root/.cache/pip/wheels/96/6b/41/cdc6102faa47924bd11794a9b3d5e6d7107daf6548c46f79ee [2022-12-19T12:30:13.050Z] #92 12.30 Successfully built yamllint [2022-12-19T12:30:13.050Z] #92 12.32 Installing collected packages: pyyaml, pathspec, yamllint [2022-12-19T12:30:13.307Z] #92 12.72 Successfully installed pathspec-0.10.3 pyyaml-6.0 yamllint-1.27.1 [2022-12-19T12:30:14.242Z] #92 DONE 13.3s [2022-12-19T12:30:14.242Z] [2022-12-19T12:30:14.242Z] #78 [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-12-19T12:30:14.242Z] #78 145.1 CC src/runtime_spec_schema_defs.lo [2022-12-19T12:30:14.242Z] #78 145.1 CC src/runtime_spec_schema_defs_linux.lo [2022-12-19T12:30:14.242Z] #78 145.2 CC src/runtime_spec_schema_defs_zos.lo [2022-12-19T12:30:14.242Z] #78 145.2 CC src/runtime_spec_schema_defs_vm.lo [2022-12-19T12:30:14.242Z] #78 145.3 CC src/runtime_spec_schema_defs_windows.lo [2022-12-19T12:30:14.242Z] #78 145.3 CC src/runtime_spec_schema_state_schema.lo [2022-12-19T12:30:14.242Z] #78 145.4 CC src/image_manifest_items_image_manifest_items_schema.lo [2022-12-19T12:30:14.242Z] #78 145.5 CC src/basic_test_double_array_item.lo [2022-12-19T12:30:14.242Z] #78 145.6 CC src/basic_test_double_array.lo [2022-12-19T12:30:14.242Z] #78 145.6 CC src/basic_test_top_array_int.lo [2022-12-19T12:30:14.242Z] #78 145.8 CC src/basic_test_top_array_string.lo [2022-12-19T12:30:14.242Z] #78 145.9 CC src/basic_test_top_double_array_int.lo [2022-12-19T12:30:14.242Z] #78 146.1 CC src/basic_test_top_double_array_obj.lo [2022-12-19T12:30:14.242Z] #78 146.3 CC src/basic_test_top_double_array_string.lo [2022-12-19T12:30:14.242Z] #78 146.4 CC src/basic_test_top_double_array_refobj.lo [2022-12-19T12:30:14.242Z] #78 146.5 CC src/read-file.lo [2022-12-19T12:30:14.242Z] #78 146.6 CC src/json_common.lo [2022-12-19T12:30:14.242Z] #78 146.7 CC tests/test-1.o [2022-12-19T12:30:14.242Z] #78 147.0 CC tests/test-2.o [2022-12-19T12:30:14.242Z] #78 147.2 CC tests/test-3.o [2022-12-19T12:30:14.242Z] #78 147.4 CC tests/test-4.o [2022-12-19T12:30:14.242Z] #78 147.5 CC tests/test-5.o [2022-12-19T12:30:14.242Z] #78 147.7 CC tests/test-6.o [2022-12-19T12:30:14.242Z] #78 148.0 CC tests/test-7.o [2022-12-19T12:30:14.242Z] #78 148.2 CC tests/test-8.o [2022-12-19T12:30:14.242Z] #78 148.3 CC tests/test-9.o [2022-12-19T12:30:14.242Z] #78 148.4 CC tests/test-10.o [2022-12-19T12:30:14.242Z] #78 148.6 CC tests/test-11.o [2022-12-19T12:30:46.298Z] #78 178.6 CCLD libocispec.la [2022-12-19T12:30:46.298Z] #78 179.0 CCLD src/validate [2022-12-19T12:30:46.298Z] #78 179.1 CCLD tests/test-1 [2022-12-19T12:30:46.298Z] #78 179.1 CCLD tests/test-2 [2022-12-19T12:30:46.298Z] #78 179.1 CCLD tests/test-3 [2022-12-19T12:30:46.298Z] #78 179.1 CCLD tests/test-4 [2022-12-19T12:30:46.298Z] #78 179.2 CCLD tests/test-5 [2022-12-19T12:30:46.298Z] #78 179.2 CCLD tests/test-6 [2022-12-19T12:30:46.298Z] #78 179.3 CCLD tests/test-8 [2022-12-19T12:30:46.298Z] #78 179.4 CCLD tests/test-7 [2022-12-19T12:30:46.298Z] #78 179.5 CCLD tests/test-9 [2022-12-19T12:30:46.298Z] #78 179.6 CCLD tests/test-10 [2022-12-19T12:30:46.298Z] #78 179.6 /bin/bash ./libtool --mode=link libocispec.la -o libocispec.a [2022-12-19T12:30:46.298Z] #78 179.7 CCLD tests/test-11 [2022-12-19T12:30:46.298Z] #78 181.1 libtool: link: ar cr libocispec.a [2022-12-19T12:30:46.298Z] #78 181.2 libtool: link: ranlib libocispec.a [2022-12-19T12:30:47.230Z] #78 182.7 make[5]: Entering directory '/tmp/crun-build/libocispec' [2022-12-19T12:30:47.230Z] #78 182.8 make[5]: Nothing to be done for 'install-exec-am'. [2022-12-19T12:30:47.230Z] #78 182.8 make[5]: Nothing to be done for 'install-data-am'. [2022-12-19T12:30:47.230Z] #78 182.8 make[5]: Leaving directory '/tmp/crun-build/libocispec' [2022-12-19T12:30:47.230Z] #78 182.8 make[4]: Leaving directory '/tmp/crun-build/libocispec' [2022-12-19T12:30:47.230Z] #78 182.8 make[3]: Leaving directory '/tmp/crun-build/libocispec' [2022-12-19T12:30:47.230Z] #78 182.8 make[2]: Leaving directory '/tmp/crun-build/libocispec' [2022-12-19T12:30:47.230Z] #78 182.8 make[2]: Entering directory '/tmp/crun-build' [2022-12-19T12:30:47.488Z] #78 182.9 CC src/libcrun/libcrun_testing_a-utils.o [2022-12-19T12:30:47.488Z] #78 182.9 CC src/libcrun/libcrun_testing_a-cloned_binary.o [2022-12-19T12:30:47.488Z] #78 182.9 CC src/libcrun/libcrun_testing_a-container.o [2022-12-19T12:30:47.488Z] #78 182.9 CC src/libcrun/libcrun_testing_a-cgroup.o [2022-12-19T12:30:47.488Z] #78 182.9 CC src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o [2022-12-19T12:30:47.488Z] #78 182.9 CC src/libcrun/libcrun_testing_a-cgroup-resources.o [2022-12-19T12:30:47.488Z] #78 183.0 CC src/libcrun/libcrun_testing_a-cgroup-setup.o [2022-12-19T12:30:47.488Z] #78 183.0 CC src/libcrun/libcrun_testing_a-cgroup-systemd.o [2022-12-19T12:30:47.488Z] #78 183.0 CC src/libcrun/libcrun_testing_a-cgroup-utils.o [2022-12-19T12:30:47.488Z] #78 183.1 CC src/libcrun/libcrun_testing_a-criu.o [2022-12-19T12:30:47.488Z] #78 183.1 CC src/libcrun/libcrun_testing_a-custom-handler.o [2022-12-19T12:30:47.745Z] #78 183.2 CC src/libcrun/libcrun_testing_a-linux.o [2022-12-19T12:30:47.745Z] #78 183.2 CC src/libcrun/libcrun_testing_a-seccomp.o [2022-12-19T12:30:47.745Z] #78 183.2 CC src/libcrun/libcrun_testing_a-ebpf.o [2022-12-19T12:30:47.745Z] #78 183.3 CC src/libcrun/libcrun_testing_a-error.o [2022-12-19T12:30:47.745Z] #78 183.4 CC src/libcrun/libcrun_testing_a-status.o [2022-12-19T12:30:48.003Z] #78 183.4 CC src/libcrun/libcrun_testing_a-terminal.o [2022-12-19T12:30:48.260Z] #78 183.5 CC src/libcrun/libcrun_testing_a-chroot_realpath.o [2022-12-19T12:30:48.260Z] #78 183.6 CC src/libcrun/libcrun_testing_a-signals.o [2022-12-19T12:30:48.260Z] #78 183.7 CC src/libcrun/libcrun_testing_a-mount_flags.o [2022-12-19T12:30:48.518Z] #78 183.8 CC src/libcrun/libcrun_testing_a-seccomp_notify.o [2022-12-19T12:30:48.518Z] #78 183.9 CC src/libcrun/handlers/libcrun_testing_a-handler-utils.o [2022-12-19T12:30:48.518Z] #78 184.0 CC src/libcrun/handlers/libcrun_testing_a-krun.o [2022-12-19T12:30:48.518Z] #78 184.1 CC src/libcrun/handlers/libcrun_testing_a-wasmedge.o [2022-12-19T12:30:48.777Z] #78 184.3 CC src/libcrun/handlers/libcrun_testing_a-wasmer.o [2022-12-19T12:30:48.777Z] #78 184.4 CC tests/tests_libcrun_errors-tests_libcrun_errors.o [2022-12-19T12:30:49.034Z] #78 184.5 CC tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o [2022-12-19T12:30:49.600Z] #78 184.9 CC src/crun-crun.o [2022-12-19T12:30:49.600Z] #78 185.1 CC src/crun-run.o [2022-12-19T12:30:49.857Z] #78 185.1 CC src/crun-delete.o [2022-12-19T12:30:49.857Z] #78 185.2 CC src/crun-kill.o [2022-12-19T12:30:49.857Z] #78 185.4 CC src/crun-pause.o [2022-12-19T12:30:50.116Z] #78 185.5 CC src/crun-unpause.o [2022-12-19T12:30:50.116Z] #78 185.6 CC src/crun-spec.o [2022-12-19T12:30:50.374Z] #78 185.8 CC src/crun-exec.o [2022-12-19T12:30:50.374Z] #78 185.9 CC src/crun-list.o [2022-12-19T12:30:50.632Z] #78 ... [2022-12-19T12:30:50.632Z] [2022-12-19T12:30:50.632Z] #77 [dockercli 3/3] RUN --mount=from=dockercli-src,src=/usr/src/dockercli,rw --mount=type=cache,target=/root/.cache/go-build,id=dockercli-build-linux/arm64 < Making bundle: binary-proxy (in bundles/binary-proxy) [2022-12-19T12:32:25.661Z] Building: bundles/binary-proxy/docker-proxy [2022-12-19T12:32:25.661Z] GOOS="" GOARCH="" GOARM="" [2022-12-19T12:32:32.321Z] Created binary: bundles/binary-proxy/docker-proxy [2022-12-19T12:32:32.321Z] [2022-12-19T12:32:32.321Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-12-19T12:32:32.321Z] Installing docker-proxy to /usr/local/bin/ [2022-12-19T12:32:32.321Z] [2022-12-19T12:32:32.321Z] + mkdir -p bundles [2022-12-19T12:32:32.321Z] + '[' -n 'github.com/docker/docker/api [2022-12-19T12:32:32.321Z] github.com/docker/docker/api/server [2022-12-19T12:32:32.321Z] github.com/docker/docker/api/server/backend/build [2022-12-19T12:32:32.321Z] github.com/docker/docker/api/server/httpstatus [2022-12-19T12:32:32.321Z] github.com/docker/docker/api/server/httputils [2022-12-19T12:32:32.321Z] github.com/docker/docker/api/server/middleware [2022-12-19T12:32:32.321Z] github.com/docker/docker/api/server/router [2022-12-19T12:32:32.321Z] github.com/docker/docker/api/server/router/build [2022-12-19T12:32:32.321Z] github.com/docker/docker/api/server/router/checkpoint [2022-12-19T12:32:32.321Z] github.com/docker/docker/api/server/router/container [2022-12-19T12:32:32.321Z] github.com/docker/docker/api/server/router/debug [2022-12-19T12:32:32.321Z] github.com/docker/docker/api/server/router/distribution [2022-12-19T12:32:32.321Z] github.com/docker/docker/api/server/router/grpc [2022-12-19T12:32:32.321Z] github.com/docker/docker/api/server/router/image [2022-12-19T12:32:32.321Z] github.com/docker/docker/api/server/router/network [2022-12-19T12:32:32.321Z] github.com/docker/docker/api/server/router/plugin [2022-12-19T12:32:32.321Z] github.com/docker/docker/api/server/router/session [2022-12-19T12:32:32.321Z] github.com/docker/docker/api/server/router/swarm [2022-12-19T12:32:32.321Z] github.com/docker/docker/api/server/router/system [2022-12-19T12:32:32.321Z] github.com/docker/docker/api/server/router/volume [2022-12-19T12:32:32.321Z] github.com/docker/docker/api/types [2022-12-19T12:32:32.321Z] github.com/docker/docker/api/types/backend [2022-12-19T12:32:32.321Z] github.com/docker/docker/api/types/blkiodev [2022-12-19T12:32:32.321Z] github.com/docker/docker/api/types/container [2022-12-19T12:32:32.321Z] github.com/docker/docker/api/types/events [2022-12-19T12:32:32.321Z] github.com/docker/docker/api/types/filters [2022-12-19T12:32:32.321Z] github.com/docker/docker/api/types/image [2022-12-19T12:32:32.321Z] github.com/docker/docker/api/types/mount [2022-12-19T12:32:32.321Z] github.com/docker/docker/api/types/network [2022-12-19T12:32:32.321Z] github.com/docker/docker/api/types/plugins/logdriver [2022-12-19T12:32:32.321Z] github.com/docker/docker/api/types/registry [2022-12-19T12:32:32.321Z] github.com/docker/docker/api/types/strslice [2022-12-19T12:32:32.321Z] github.com/docker/docker/api/types/swarm [2022-12-19T12:32:32.321Z] github.com/docker/docker/api/types/swarm/runtime [2022-12-19T12:32:32.321Z] github.com/docker/docker/api/types/time [2022-12-19T12:32:32.321Z] github.com/docker/docker/api/types/versions [2022-12-19T12:32:32.321Z] github.com/docker/docker/api/types/versions/v1p19 [2022-12-19T12:32:32.321Z] github.com/docker/docker/api/types/versions/v1p20 [2022-12-19T12:32:32.321Z] github.com/docker/docker/api/types/volume [2022-12-19T12:32:32.321Z] github.com/docker/docker/builder [2022-12-19T12:32:32.321Z] github.com/docker/docker/builder/builder-next [2022-12-19T12:32:32.321Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-12-19T12:32:32.321Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-12-19T12:32:32.321Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-12-19T12:32:32.321Z] github.com/docker/docker/builder/builder-next/exporter [2022-12-19T12:32:32.321Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-12-19T12:32:32.321Z] github.com/docker/docker/builder/builder-next/worker [2022-12-19T12:32:32.321Z] github.com/docker/docker/builder/dockerfile [2022-12-19T12:32:32.321Z] github.com/docker/docker/builder/remotecontext [2022-12-19T12:32:32.321Z] github.com/docker/docker/builder/remotecontext/git [2022-12-19T12:32:32.321Z] github.com/docker/docker/builder/remotecontext/urlutil [2022-12-19T12:32:32.321Z] github.com/docker/docker/cli/debug [2022-12-19T12:32:32.321Z] github.com/docker/docker/cli/winresources/docker-proxy [2022-12-19T12:32:32.321Z] github.com/docker/docker/cli/winresources/dockerd [2022-12-19T12:32:32.321Z] github.com/docker/docker/client [2022-12-19T12:32:32.321Z] github.com/docker/docker/cmd/docker-proxy [2022-12-19T12:32:32.321Z] github.com/docker/docker/cmd/dockerd [2022-12-19T12:32:32.321Z] github.com/docker/docker/cmd/dockerd/trap [2022-12-19T12:32:32.321Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-12-19T12:32:32.321Z] github.com/docker/docker/container [2022-12-19T12:32:32.321Z] github.com/docker/docker/container/stream [2022-12-19T12:32:32.321Z] github.com/docker/docker/contrib/apparmor [2022-12-19T12:32:32.321Z] github.com/docker/docker/contrib/docker-device-tool [2022-12-19T12:32:32.321Z] github.com/docker/docker/contrib/httpserver [2022-12-19T12:32:32.321Z] github.com/docker/docker/daemon [2022-12-19T12:32:32.321Z] github.com/docker/docker/daemon/cluster [2022-12-19T12:32:32.321Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-12-19T12:32:32.321Z] github.com/docker/docker/daemon/cluster/convert [2022-12-19T12:32:32.321Z] github.com/docker/docker/daemon/cluster/executor [2022-12-19T12:32:32.321Z] github.com/docker/docker/daemon/cluster/executor/container [2022-12-19T12:32:32.321Z] github.com/docker/docker/daemon/cluster/provider [2022-12-19T12:32:32.321Z] github.com/docker/docker/daemon/config [2022-12-19T12:32:32.321Z] github.com/docker/docker/daemon/containerd [2022-12-19T12:32:32.321Z] github.com/docker/docker/daemon/events [2022-12-19T12:32:32.321Z] github.com/docker/docker/daemon/events/testutils [2022-12-19T12:32:32.321Z] github.com/docker/docker/daemon/graphdriver [2022-12-19T12:32:32.321Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-12-19T12:32:32.321Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-12-19T12:32:32.321Z] github.com/docker/docker/daemon/graphdriver/copy [2022-12-19T12:32:32.321Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-12-19T12:32:32.321Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-12-19T12:32:32.321Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-12-19T12:32:32.321Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-12-19T12:32:32.321Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-12-19T12:32:32.321Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-12-19T12:32:32.321Z] github.com/docker/docker/daemon/graphdriver/register [2022-12-19T12:32:32.321Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-12-19T12:32:32.321Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-12-19T12:32:32.321Z] github.com/docker/docker/daemon/images [2022-12-19T12:32:32.321Z] github.com/docker/docker/daemon/initlayer [2022-12-19T12:32:32.321Z] github.com/docker/docker/daemon/links [2022-12-19T12:32:32.321Z] github.com/docker/docker/daemon/listeners [2022-12-19T12:32:32.321Z] github.com/docker/docker/daemon/logger [2022-12-19T12:32:32.321Z] github.com/docker/docker/daemon/logger/awslogs [2022-12-19T12:32:32.321Z] github.com/docker/docker/daemon/logger/fluentd [2022-12-19T12:32:32.321Z] github.com/docker/docker/daemon/logger/gcplogs [2022-12-19T12:32:32.321Z] github.com/docker/docker/daemon/logger/gelf [2022-12-19T12:32:32.321Z] github.com/docker/docker/daemon/logger/journald [2022-12-19T12:32:32.321Z] github.com/docker/docker/daemon/logger/journald/internal/export [2022-12-19T12:32:32.321Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2022-12-19T12:32:32.321Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2022-12-19T12:32:32.321Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-12-19T12:32:32.321Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-12-19T12:32:32.321Z] github.com/docker/docker/daemon/logger/local [2022-12-19T12:32:32.321Z] github.com/docker/docker/daemon/logger/logentries [2022-12-19T12:32:32.321Z] github.com/docker/docker/daemon/logger/loggertest [2022-12-19T12:32:32.321Z] github.com/docker/docker/daemon/logger/loggerutils [2022-12-19T12:32:32.321Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-12-19T12:32:32.321Z] github.com/docker/docker/daemon/logger/splunk [2022-12-19T12:32:32.321Z] github.com/docker/docker/daemon/logger/syslog [2022-12-19T12:32:32.321Z] github.com/docker/docker/daemon/logger/templates [2022-12-19T12:32:32.321Z] github.com/docker/docker/daemon/names [2022-12-19T12:32:32.321Z] github.com/docker/docker/daemon/network [2022-12-19T12:32:32.321Z] github.com/docker/docker/daemon/stats [2022-12-19T12:32:32.321Z] github.com/docker/docker/distribution [2022-12-19T12:32:32.321Z] github.com/docker/docker/distribution/metadata [2022-12-19T12:32:32.321Z] github.com/docker/docker/distribution/utils [2022-12-19T12:32:32.321Z] github.com/docker/docker/distribution/xfer [2022-12-19T12:32:32.321Z] github.com/docker/docker/dockerversion [2022-12-19T12:32:32.321Z] github.com/docker/docker/errdefs [2022-12-19T12:32:32.321Z] github.com/docker/docker/image [2022-12-19T12:32:32.321Z] github.com/docker/docker/image/cache [2022-12-19T12:32:32.321Z] github.com/docker/docker/image/tarexport [2022-12-19T12:32:32.321Z] github.com/docker/docker/image/v1 [2022-12-19T12:32:32.321Z] github.com/docker/docker/internal/mounttree [2022-12-19T12:32:32.321Z] github.com/docker/docker/internal/test/suite [2022-12-19T12:32:32.321Z] github.com/docker/docker/internal/unshare [2022-12-19T12:32:32.321Z] github.com/docker/docker/layer [2022-12-19T12:32:32.321Z] github.com/docker/docker/libcontainerd [2022-12-19T12:32:32.321Z] github.com/docker/docker/libcontainerd/queue [2022-12-19T12:32:32.321Z] github.com/docker/docker/libcontainerd/remote [2022-12-19T12:32:32.321Z] github.com/docker/docker/libcontainerd/supervisor [2022-12-19T12:32:32.321Z] github.com/docker/docker/libcontainerd/types [2022-12-19T12:32:32.321Z] github.com/docker/docker/oci [2022-12-19T12:32:32.321Z] github.com/docker/docker/oci/caps [2022-12-19T12:32:32.321Z] github.com/docker/docker/opts [2022-12-19T12:32:32.321Z] github.com/docker/docker/pkg/aaparser [2022-12-19T12:32:32.321Z] github.com/docker/docker/pkg/archive [2022-12-19T12:32:32.321Z] github.com/docker/docker/pkg/authorization [2022-12-19T12:32:32.321Z] github.com/docker/docker/pkg/broadcaster [2022-12-19T12:32:32.321Z] github.com/docker/docker/pkg/capabilities [2022-12-19T12:32:32.321Z] github.com/docker/docker/pkg/chrootarchive [2022-12-19T12:32:32.321Z] github.com/docker/docker/pkg/containerfs [2022-12-19T12:32:32.321Z] github.com/docker/docker/pkg/devicemapper [2022-12-19T12:32:32.321Z] github.com/docker/docker/pkg/directory [2022-12-19T12:32:32.321Z] github.com/docker/docker/pkg/dmesg [2022-12-19T12:32:32.321Z] github.com/docker/docker/pkg/fileutils [2022-12-19T12:32:32.321Z] github.com/docker/docker/pkg/homedir [2022-12-19T12:32:32.321Z] github.com/docker/docker/pkg/idtools [2022-12-19T12:32:32.321Z] github.com/docker/docker/pkg/ioutils [2022-12-19T12:32:32.321Z] github.com/docker/docker/pkg/jsonmessage [2022-12-19T12:32:32.321Z] github.com/docker/docker/pkg/longpath [2022-12-19T12:32:32.321Z] github.com/docker/docker/pkg/loopback [2022-12-19T12:32:32.321Z] github.com/docker/docker/pkg/namesgenerator [2022-12-19T12:32:32.321Z] github.com/docker/docker/pkg/parsers [2022-12-19T12:32:32.321Z] github.com/docker/docker/pkg/parsers/kernel [2022-12-19T12:32:32.321Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-12-19T12:32:32.321Z] github.com/docker/docker/pkg/pidfile [2022-12-19T12:32:32.321Z] github.com/docker/docker/pkg/platform [2022-12-19T12:32:32.321Z] github.com/docker/docker/pkg/plugingetter [2022-12-19T12:32:32.321Z] github.com/docker/docker/pkg/plugins [2022-12-19T12:32:32.321Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-12-19T12:32:32.321Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-12-19T12:32:32.321Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-12-19T12:32:32.321Z] github.com/docker/docker/pkg/plugins/transport [2022-12-19T12:32:32.321Z] github.com/docker/docker/pkg/pools [2022-12-19T12:32:32.321Z] github.com/docker/docker/pkg/process [2022-12-19T12:32:32.321Z] github.com/docker/docker/pkg/progress [2022-12-19T12:32:32.321Z] github.com/docker/docker/pkg/reexec [2022-12-19T12:32:32.321Z] github.com/docker/docker/pkg/stack [2022-12-19T12:32:32.321Z] github.com/docker/docker/pkg/stdcopy [2022-12-19T12:32:32.321Z] github.com/docker/docker/pkg/streamformatter [2022-12-19T12:32:32.321Z] github.com/docker/docker/pkg/stringid [2022-12-19T12:32:32.321Z] github.com/docker/docker/pkg/sysinfo [2022-12-19T12:32:32.321Z] github.com/docker/docker/pkg/system [2022-12-19T12:32:32.321Z] github.com/docker/docker/pkg/tailfile [2022-12-19T12:32:32.321Z] github.com/docker/docker/pkg/tarsum [2022-12-19T12:32:32.321Z] github.com/docker/docker/pkg/useragent [2022-12-19T12:32:32.321Z] github.com/docker/docker/plugin [2022-12-19T12:32:32.321Z] github.com/docker/docker/plugin/executor/containerd [2022-12-19T12:32:32.321Z] github.com/docker/docker/plugin/v2 [2022-12-19T12:32:32.321Z] github.com/docker/docker/profiles/apparmor [2022-12-19T12:32:32.321Z] github.com/docker/docker/profiles/seccomp [2022-12-19T12:32:32.321Z] github.com/docker/docker/quota [2022-12-19T12:32:32.321Z] github.com/docker/docker/reference [2022-12-19T12:32:32.321Z] github.com/docker/docker/registry [2022-12-19T12:32:32.321Z] github.com/docker/docker/registry/resumable [2022-12-19T12:32:32.321Z] github.com/docker/docker/restartmanager [2022-12-19T12:32:32.321Z] github.com/docker/docker/rootless [2022-12-19T12:32:32.321Z] github.com/docker/docker/rootless/specconv [2022-12-19T12:32:32.321Z] github.com/docker/docker/runconfig [2022-12-19T12:32:32.321Z] github.com/docker/docker/runconfig/opts [2022-12-19T12:32:32.321Z] github.com/docker/docker/testutil [2022-12-19T12:32:32.321Z] github.com/docker/docker/testutil/daemon [2022-12-19T12:32:32.321Z] github.com/docker/docker/testutil/environment [2022-12-19T12:32:32.321Z] github.com/docker/docker/testutil/fakecontext [2022-12-19T12:32:32.321Z] github.com/docker/docker/testutil/fakegit [2022-12-19T12:32:32.321Z] github.com/docker/docker/testutil/fakestorage [2022-12-19T12:32:32.321Z] github.com/docker/docker/testutil/fixtures/load [2022-12-19T12:32:32.321Z] github.com/docker/docker/testutil/fixtures/plugin [2022-12-19T12:32:32.321Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-12-19T12:32:32.321Z] github.com/docker/docker/testutil/registry [2022-12-19T12:32:32.321Z] github.com/docker/docker/testutil/request [2022-12-19T12:32:32.321Z] github.com/docker/docker/volume [2022-12-19T12:32:32.321Z] github.com/docker/docker/volume/drivers [2022-12-19T12:32:32.321Z] github.com/docker/docker/volume/local [2022-12-19T12:32:32.321Z] github.com/docker/docker/volume/mounts [2022-12-19T12:32:32.321Z] github.com/docker/docker/volume/service [2022-12-19T12:32:32.321Z] github.com/docker/docker/volume/service/opts [2022-12-19T12:32:32.321Z] github.com/docker/docker/volume/testutils' ']' [2022-12-19T12:32:32.322Z] + 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/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/mounttree github.com/docker/docker/internal/test/suite github.com/docker/docker/internal/unshare 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/process 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-12-19T12:32:32.578Z] ? github.com/docker/docker/api [no test files] [2022-12-19T12:32:47.435Z] ok github.com/docker/docker/api/server 0.021s coverage: 7.9% of statements [2022-12-19T12:34:08.842Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-12-19T12:34:08.842Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2022-12-19T12:34:08.842Z] ok github.com/docker/docker/api/server/httputils 0.007s coverage: 31.9% of statements [2022-12-19T12:34:08.842Z] ok github.com/docker/docker/api/server/middleware 0.005s coverage: 37.7% of statements [2022-12-19T12:34:08.842Z] ? github.com/docker/docker/api/server/router [no test files] [2022-12-19T12:34:08.842Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-12-19T12:34:08.843Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-12-19T12:34:08.843Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-12-19T12:34:08.843Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-12-19T12:34:08.843Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-12-19T12:34:08.843Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-12-19T12:34:08.843Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-12-19T12:34:08.843Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-12-19T12:34:08.843Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-12-19T12:34:08.843Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-12-19T12:34:08.843Z] ok github.com/docker/docker/api/server/router/swarm 0.004s coverage: 6.0% of statements [2022-12-19T12:34:08.843Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-12-19T12:34:08.843Z] ok github.com/docker/docker/api/types/filters 0.014s coverage: 93.8% of statements [2022-12-19T12:34:08.843Z] ok github.com/docker/docker/api/server/router/volume 0.011s coverage: 66.7% of statements [2022-12-19T12:34:08.843Z] ? github.com/docker/docker/api/types [no test files] [2022-12-19T12:34:08.843Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-12-19T12:34:08.843Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-12-19T12:34:08.843Z] ? github.com/docker/docker/api/types/container [no test files] [2022-12-19T12:34:08.843Z] ? github.com/docker/docker/api/types/events [no test files] [2022-12-19T12:34:08.843Z] ? github.com/docker/docker/api/types/image [no test files] [2022-12-19T12:34:08.843Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-12-19T12:34:08.843Z] ? github.com/docker/docker/api/types/network [no test files] [2022-12-19T12:34:08.843Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-12-19T12:34:08.843Z] ok github.com/docker/docker/api/types/strslice 0.005s coverage: 90.0% of statements [2022-12-19T12:34:08.843Z] ok github.com/docker/docker/api/types/registry 0.005s coverage: 54.2% of statements [2022-12-19T12:34:08.843Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-12-19T12:34:08.843Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-12-19T12:34:08.843Z] ok github.com/docker/docker/api/types/time 0.004s coverage: 100.0% of statements [2022-12-19T12:34:08.843Z] ok github.com/docker/docker/api/types/versions 0.005s coverage: 77.3% of statements [2022-12-19T12:34:08.843Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-12-19T12:34:08.843Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-12-19T12:34:08.843Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-12-19T12:34:08.843Z] ? github.com/docker/docker/builder [no test files] [2022-12-19T12:34:08.843Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-12-19T12:34:08.843Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-12-19T12:34:08.843Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-12-19T12:34:08.843Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-12-19T12:34:08.843Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-12-19T12:34:08.843Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-12-19T12:34:08.843Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-12-19T12:34:10.740Z] ok github.com/docker/docker/builder/remotecontext 0.078s coverage: 13.7% of statements [2022-12-19T12:34:10.740Z] ok github.com/docker/docker/builder/dockerfile 0.080s coverage: 50.1% of statements [2022-12-19T12:34:10.740Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.003s coverage: 100.0% of statements [2022-12-19T12:34:10.997Z] ok github.com/docker/docker/cli/debug 0.013s coverage: 100.0% of statements [2022-12-19T12:34:14.273Z] ok github.com/docker/docker/builder/remotecontext/git 3.248s coverage: 83.5% of statements [2022-12-19T12:34:14.273Z] ? github.com/docker/docker/cli/winresources/docker-proxy [no test files] [2022-12-19T12:34:14.273Z] ? github.com/docker/docker/cli/winresources/dockerd [no test files] [2022-12-19T12:34:14.840Z] ok github.com/docker/docker/client 0.098s coverage: 76.1% of statements [2022-12-19T12:34:15.406Z] ok github.com/docker/docker/cmd/docker-proxy 0.292s coverage: 67.6% of statements [2022-12-19T12:34:54.111Z] ok github.com/docker/docker/cmd/dockerd 0.075s coverage: 27.9% of statements [2022-12-19T12:34:54.111Z] ok github.com/docker/docker/container 0.122s coverage: 36.8% of statements [2022-12-19T12:34:54.111Z] ok github.com/docker/docker/cmd/dockerd/trap 2.465s coverage: 0.0% of statements [2022-12-19T12:34:54.111Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-12-19T12:34:54.111Z] ? github.com/docker/docker/container/stream [no test files] [2022-12-19T12:34:54.111Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-12-19T12:34:54.111Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-12-19T12:34:54.111Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-12-19T12:34:55.041Z] ok github.com/docker/docker/daemon/cluster 0.090s coverage: 0.5% of statements [2022-12-19T12:34:56.936Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.013s coverage: 65.3% of statements [2022-12-19T12:34:58.831Z] ok github.com/docker/docker/daemon/cluster/convert 0.015s coverage: 36.9% of statements [2022-12-19T12:35:05.378Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.449s coverage: 13.4% of statements [2022-12-19T12:35:06.748Z] ok github.com/docker/docker/daemon/config 0.033s coverage: 76.8% of statements [2022-12-19T12:35:07.312Z] ok github.com/docker/docker/daemon/events 0.059s coverage: 50.0% of statements [2022-12-19T12:35:07.876Z] ok github.com/docker/docker/daemon/graphdriver 0.007s coverage: 2.2% of statements [2022-12-19T12:35:08.807Z] ok github.com/docker/docker/daemon 10.097s coverage: 16.2% of statements [2022-12-19T12:35:08.807Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-12-19T12:35:08.807Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-12-19T12:35:08.807Z] ? github.com/docker/docker/daemon/containerd [no test files] [2022-12-19T12:35:08.807Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-12-19T12:35:09.371Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.654s coverage: 74.8% of statements [2022-12-19T12:35:10.300Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.358s coverage: 60.7% of statements [2022-12-19T12:35:10.557Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.007s coverage: 3.0% of statements [2022-12-19T12:35:12.459Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.010s coverage: 1.9% of statements [2022-12-19T12:35:13.394Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.233s coverage: 50.6% of statements [2022-12-19T12:35:14.763Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.593s coverage: 46.1% of statements [2022-12-19T12:35:14.763Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-12-19T12:35:15.020Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.174s coverage: 60.3% of statements [2022-12-19T12:35:15.020Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-12-19T12:35:15.020Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-12-19T12:35:15.950Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.010s coverage: 58.5% of statements [2022-12-19T12:35:16.211Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.010s coverage: 3.0% of statements [2022-12-19T12:35:16.775Z] ok github.com/docker/docker/daemon/links 0.015s coverage: 93.0% of statements [2022-12-19T12:35:18.199Z] ok github.com/docker/docker/daemon/images 0.032s coverage: 6.7% of statements [2022-12-19T12:35:18.199Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-12-19T12:35:18.199Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-12-19T12:35:18.464Z] ok github.com/docker/docker/daemon/logger 0.225s coverage: 43.2% of statements [2022-12-19T12:35:19.394Z] ok github.com/docker/docker/daemon/logger/fluentd 0.019s coverage: 53.6% of statements [2022-12-19T12:35:19.650Z] ok github.com/docker/docker/daemon/logger/awslogs 0.156s coverage: 79.6% of statements [2022-12-19T12:35:19.650Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-12-19T12:35:19.906Z] ok github.com/docker/docker/daemon/logger/gelf 0.011s coverage: 68.2% of statements [2022-12-19T12:35:20.469Z] ok github.com/docker/docker/daemon/logger/journald/internal/export 0.009s coverage: 88.2% of statements [2022-12-19T12:35:21.399Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.148s coverage: 76.8% of statements [2022-12-19T12:35:21.962Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.005s coverage: 87.2% of statements [2022-12-19T12:35:22.525Z] ok github.com/docker/docker/daemon/logger/local 0.022s coverage: 79.4% of statements [2022-12-19T12:35:23.455Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.017s coverage: 63.5% of statements [2022-12-19T12:35:23.712Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.020s coverage: 31.5% of statements [2022-12-19T12:35:24.275Z] ok github.com/docker/docker/daemon/logger/journald 3.514s coverage: 74.5% of statements [2022-12-19T12:35:24.275Z] ? github.com/docker/docker/daemon/logger/journald/internal/fake [no test files] [2022-12-19T12:35:24.275Z] ? github.com/docker/docker/daemon/logger/journald/internal/sdjournal [no test files] [2022-12-19T12:35:24.275Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-12-19T12:35:24.275Z] ? github.com/docker/docker/daemon/logger/loggertest [no test files] [2022-12-19T12:35:25.204Z] ok github.com/docker/docker/daemon/logger/syslog 0.007s coverage: 46.8% of statements [2022-12-19T12:35:25.461Z] ok github.com/docker/docker/daemon/logger/templates 0.003s coverage: 8.3% of statements [2022-12-19T12:35:25.718Z] ok github.com/docker/docker/daemon/network 0.006s coverage: 63.8% of statements [2022-12-19T12:35:25.975Z] ok github.com/docker/docker/daemon/logger/splunk 1.550s coverage: 82.5% of statements [2022-12-19T12:35:25.975Z] ? github.com/docker/docker/daemon/names [no test files] [2022-12-19T12:35:25.975Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-12-19T12:35:27.345Z] ok github.com/docker/docker/distribution/metadata 0.037s coverage: 44.4% of statements [2022-12-19T12:35:29.237Z] ok github.com/docker/docker/distribution 1.502s coverage: 29.5% of statements [2022-12-19T12:35:29.237Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-12-19T12:35:29.237Z] ok github.com/docker/docker/errdefs 0.005s coverage: 77.0% of statements [2022-12-19T12:35:29.801Z] ok github.com/docker/docker/distribution/xfer 1.886s coverage: 84.9% of statements [2022-12-19T12:35:29.801Z] ? github.com/docker/docker/dockerversion [no test files] [2022-12-19T12:35:29.801Z] ok github.com/docker/docker/image 0.029s coverage: 87.3% of statements [2022-12-19T12:35:30.364Z] ok github.com/docker/docker/image/cache 0.008s coverage: 19.2% of statements [2022-12-19T12:35:30.621Z] ok github.com/docker/docker/image/tarexport 0.009s coverage: 0.7% of statements [2022-12-19T12:35:30.621Z] ? github.com/docker/docker/image/v1 [no test files] [2022-12-19T12:35:30.621Z] ? github.com/docker/docker/internal/mounttree [no test files] [2022-12-19T12:35:30.621Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-12-19T12:35:30.621Z] ? github.com/docker/docker/internal/unshare [no test files] [2022-12-19T12:35:31.185Z] ok github.com/docker/docker/libcontainerd/queue 0.024s coverage: 100.0% of statements [2022-12-19T12:35:32.116Z] ok github.com/docker/docker/oci 0.017s coverage: 39.3% of statements [2022-12-19T12:35:32.680Z] ok github.com/docker/docker/opts 0.022s coverage: 66.8% of statements [2022-12-19T12:35:32.680Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2022-12-19T12:35:34.573Z] ok github.com/docker/docker/pkg/archive 0.300s coverage: 81.4% of statements [2022-12-19T12:35:36.465Z] ok github.com/docker/docker/pkg/authorization 1.638s coverage: 68.3% of statements [2022-12-19T12:35:36.722Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2022-12-19T12:35:36.722Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2022-12-19T12:35:37.649Z] ok github.com/docker/docker/pkg/chrootarchive 0.235s coverage: 83.1% of statements [2022-12-19T12:35:37.650Z] ok github.com/docker/docker/pkg/containerfs 0.003s coverage: 28.6% of statements [2022-12-19T12:35:37.906Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 81.8% of statements [2022-12-19T12:35:38.163Z] ok github.com/docker/docker/pkg/dmesg 0.003s coverage: 83.3% of statements [2022-12-19T12:35:38.163Z] ok github.com/docker/docker/pkg/fileutils 0.003s coverage: 77.5% of statements [2022-12-19T12:35:38.419Z] ok github.com/docker/docker/pkg/homedir 0.003s coverage: 11.4% of statements [2022-12-19T12:35:39.350Z] ok github.com/docker/docker/pkg/idtools 0.304s coverage: 69.6% of statements [2022-12-19T12:35:39.912Z] ok github.com/docker/docker/pkg/ioutils 0.344s coverage: 70.1% of statements [2022-12-19T12:35:40.169Z] ok github.com/docker/docker/layer 7.928s coverage: 68.9% of statements [2022-12-19T12:35:40.169Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-12-19T12:35:40.169Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-12-19T12:35:40.169Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-12-19T12:35:40.169Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-12-19T12:35:40.169Z] ? github.com/docker/docker/oci/caps [no test files] [2022-12-19T12:35:40.169Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-12-19T12:35:40.169Z] ok github.com/docker/docker/pkg/jsonmessage 0.007s coverage: 91.7% of statements [2022-12-19T12:35:40.426Z] ok github.com/docker/docker/pkg/longpath 0.019s coverage: 100.0% of statements [2022-12-19T12:35:40.426Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-12-19T12:35:40.426Z] ok github.com/docker/docker/pkg/namesgenerator 0.009s coverage: 85.7% of statements [2022-12-19T12:35:40.683Z] ok github.com/docker/docker/pkg/parsers 0.003s coverage: 97.0% of statements [2022-12-19T12:35:40.683Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2022-12-19T12:35:40.940Z] ok github.com/docker/docker/pkg/pidfile 0.007s coverage: 94.1% of statements [2022-12-19T12:35:40.940Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.007s coverage: 90.5% of statements [2022-12-19T12:35:40.940Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-12-19T12:35:40.940Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-12-19T12:35:41.504Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.010s coverage: 56.8% of statements [2022-12-19T12:35:42.068Z] ok github.com/docker/docker/pkg/plugins/transport 0.004s coverage: 85.7% of statements [2022-12-19T12:35:42.068Z] ok github.com/docker/docker/pkg/pools 0.003s coverage: 88.2% of statements [2022-12-19T12:35:42.325Z] ok github.com/docker/docker/pkg/process 0.003s coverage: 21.7% of statements [2022-12-19T12:35:42.582Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2022-12-19T12:35:42.839Z] ok github.com/docker/docker/pkg/reexec 0.011s coverage: 82.4% of statements [2022-12-19T12:35:43.096Z] ok github.com/docker/docker/pkg/stack 0.005s coverage: 90.9% of statements [2022-12-19T12:35:43.353Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2022-12-19T12:35:43.610Z] ok github.com/docker/docker/pkg/streamformatter 0.004s coverage: 66.2% of statements [2022-12-19T12:35:43.866Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 61.9% of statements [2022-12-19T12:35:44.430Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 53.6% of statements [2022-12-19T12:35:44.686Z] ok github.com/docker/docker/pkg/system 0.004s coverage: 54.8% of statements [2022-12-19T12:35:44.943Z] ok github.com/docker/docker/pkg/tailfile 0.045s coverage: 88.6% of statements [2022-12-19T12:35:45.507Z] ok github.com/docker/docker/pkg/tarsum 0.044s coverage: 89.3% of statements [2022-12-19T12:35:45.764Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2022-12-19T12:35:47.656Z] ok github.com/docker/docker/plugin 0.518s coverage: 23.2% of statements [2022-12-19T12:35:47.656Z] ok github.com/docker/docker/plugin/v2 0.004s coverage: 14.4% of statements [2022-12-19T12:35:48.220Z] ok github.com/docker/docker/profiles/seccomp 0.010s coverage: 86.0% of statements [2022-12-19T12:35:49.149Z] ok github.com/docker/docker/quota 0.144s coverage: 71.4% of statements [2022-12-19T12:35:49.713Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2022-12-19T12:35:50.643Z] ok github.com/docker/docker/registry 0.080s coverage: 58.7% of statements [2022-12-19T12:35:50.900Z] ok github.com/docker/docker/registry/resumable 0.017s coverage: 100.0% of statements [2022-12-19T12:35:50.900Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2022-12-19T12:35:51.462Z] ok github.com/docker/docker/runconfig 0.010s coverage: 64.5% of statements [2022-12-19T12:35:51.719Z] ok github.com/docker/docker/testutil 0.007s coverage: 62.5% of statements [2022-12-19T12:35:53.612Z] ok github.com/docker/docker/volume/drivers 0.005s coverage: 36.1% of statements [2022-12-19T12:35:53.869Z] ok github.com/docker/docker/volume/local 0.055s coverage: 77.1% of statements [2022-12-19T12:35:54.431Z] ok github.com/docker/docker/volume/mounts 0.011s coverage: 67.7% of statements [2022-12-19T12:35:55.800Z] ok github.com/docker/docker/volume/service 0.017s coverage: 73.2% of statements [2022-12-19T12:36:17.738Z] ok github.com/docker/docker/pkg/plugins 33.632s coverage: 76.3% of statements [2022-12-19T12:36:17.738Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-12-19T12:36:17.738Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-12-19T12:36:17.738Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-12-19T12:36:17.738Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-12-19T12:36:17.738Z] ? github.com/docker/docker/rootless [no test files] [2022-12-19T12:36:17.738Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-12-19T12:36:17.738Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-12-19T12:36:17.738Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-12-19T12:36:17.738Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-12-19T12:36:17.738Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-12-19T12:36:17.738Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-12-19T12:36:17.738Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-12-19T12:36:17.738Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-12-19T12:36:17.738Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-12-19T12:36:17.738Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-12-19T12:36:17.738Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-12-19T12:36:17.738Z] ? github.com/docker/docker/testutil/request [no test files] [2022-12-19T12:36:17.738Z] ? github.com/docker/docker/volume [no test files] [2022-12-19T12:36:17.738Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-12-19T12:36:17.738Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-12-19T12:36:17.738Z] [2022-12-19T12:36:17.738Z] === Skipped [2022-12-19T12:36:17.738Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-12-19T12:36:17.738Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-12-19T12:36:17.738Z] [2022-12-19T12:36:17.738Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-12-19T12:36:17.738Z] network_proxy_test.go:208: No support for dual stack yet [2022-12-19T12:36:17.738Z] [2022-12-19T12:36:17.738Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-12-19T12:36:17.738Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-12-19T12:36:17.738Z] [2022-12-19T12:36:17.738Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-12-19T12:36:17.738Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-12-19T12:36:17.738Z] [2022-12-19T12:36:17.738Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-12-19T12:36:17.738Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-12-19T12:36:17.738Z] graphtest_unix.go:44: Driver btrfs not supported [2022-12-19T12:36:17.738Z] [2022-12-19T12:36:17.738Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-12-19T12:36:17.738Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-12-19T12:36:17.738Z] graphtest_unix.go:44: Driver btrfs not supported [2022-12-19T12:36:17.738Z] [2022-12-19T12:36:17.738Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-12-19T12:36:17.738Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-12-19T12:36:17.738Z] graphtest_unix.go:44: Driver btrfs not supported [2022-12-19T12:36:17.738Z] [2022-12-19T12:36:17.738Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-12-19T12:36:17.738Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-12-19T12:36:17.738Z] graphtest_unix.go:44: Driver btrfs not supported [2022-12-19T12:36:17.738Z] [2022-12-19T12:36:17.738Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-12-19T12:36:17.738Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-12-19T12:36:17.738Z] graphtest_unix.go:44: Driver btrfs not supported [2022-12-19T12:36:17.738Z] [2022-12-19T12:36:17.738Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-12-19T12:36:17.738Z] graphtest_unix.go:71: No driver to put! [2022-12-19T12:36:17.738Z] [2022-12-19T12:36:17.738Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-12-19T12:36:17.738Z] time="2022-12-19T12:35:11Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-12-19T12:36:17.738Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-12-19T12:36:17.738Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-12-19T12:36:17.738Z] [2022-12-19T12:36:17.738Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-12-19T12:36:17.738Z] time="2022-12-19T12:35:11Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-12-19T12:36:17.739Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-12-19T12:36:17.739Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-12-19T12:36:17.739Z] [2022-12-19T12:36:17.739Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-12-19T12:36:17.739Z] time="2022-12-19T12:35:11Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-12-19T12:36:17.739Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-12-19T12:36:17.739Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-12-19T12:36:17.739Z] [2022-12-19T12:36:17.739Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-12-19T12:36:17.739Z] time="2022-12-19T12:35:11Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-12-19T12:36:17.739Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-12-19T12:36:17.739Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-12-19T12:36:17.739Z] [2022-12-19T12:36:17.739Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-12-19T12:36:17.739Z] time="2022-12-19T12:35:11Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-12-19T12:36:17.739Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-12-19T12:36:17.739Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-12-19T12:36:17.739Z] [2022-12-19T12:36:17.739Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-12-19T12:36:17.739Z] graphtest_unix.go:71: No driver to put! [2022-12-19T12:36:17.739Z] [2022-12-19T12:36:17.739Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-12-19T12:36:17.739Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-12-19T12:36:17.739Z] [2022-12-19T12:36:17.739Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-12-19T12:36:17.739Z] overlay_test.go:50: Fails to compute changes intermittently [2022-12-19T12:36:17.739Z] [2022-12-19T12:36:17.739Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-12-19T12:36:17.739Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-12-19T12:36:17.739Z] [2022-12-19T12:36:17.739Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-12-19T12:36:17.739Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-12-19T12:36:17.739Z] [2022-12-19T12:36:17.739Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-12-19T12:36:17.739Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-12-19T12:36:17.739Z] graphtest_unix.go:44: Driver zfs not supported [2022-12-19T12:36:17.739Z] [2022-12-19T12:36:17.739Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-12-19T12:36:17.739Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-12-19T12:36:17.739Z] graphtest_unix.go:44: Driver zfs not supported [2022-12-19T12:36:17.739Z] [2022-12-19T12:36:17.739Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-12-19T12:36:17.739Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-12-19T12:36:17.739Z] graphtest_unix.go:44: Driver zfs not supported [2022-12-19T12:36:17.739Z] [2022-12-19T12:36:17.739Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-12-19T12:36:17.739Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-12-19T12:36:17.739Z] graphtest_unix.go:44: Driver zfs not supported [2022-12-19T12:36:17.739Z] [2022-12-19T12:36:17.739Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-12-19T12:36:17.739Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-12-19T12:36:17.739Z] graphtest_unix.go:44: Driver zfs not supported [2022-12-19T12:36:17.739Z] [2022-12-19T12:36:17.739Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-12-19T12:36:17.739Z] graphtest_unix.go:71: No driver to put! [2022-12-19T12:36:17.739Z] [2022-12-19T12:36:17.739Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-12-19T12:36:17.739Z] sysinfo_linux_test.go:86: AppArmor Must be Disabled [2022-12-19T12:36:17.739Z] [2022-12-19T12:36:17.739Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-12-19T12:36:17.739Z] sysinfo_linux_test.go:106: cgroup namespaces must be disabled [2022-12-19T12:36:17.739Z] [2022-12-19T12:36:17.739Z] DONE 2897 tests, 28 skipped in 223.916s [2022-12-19T12:36:17.739Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-12-19T12:36:17.739Z] github.com/docker/docker/libnetwork/bitseq [2022-12-19T12:36:17.739Z] github.com/docker/docker/libnetwork/cluster [2022-12-19T12:36:17.739Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-12-19T12:36:17.739Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-12-19T12:36:17.739Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-12-19T12:36:17.739Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-12-19T12:36:17.739Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-12-19T12:36:17.739Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-12-19T12:36:17.739Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-12-19T12:36:17.739Z] github.com/docker/docker/libnetwork/config [2022-12-19T12:36:17.739Z] github.com/docker/docker/libnetwork/datastore [2022-12-19T12:36:17.739Z] github.com/docker/docker/libnetwork/diagnostic [2022-12-19T12:36:17.739Z] github.com/docker/docker/libnetwork/discoverapi [2022-12-19T12:36:17.739Z] github.com/docker/docker/libnetwork/driverapi [2022-12-19T12:36:17.739Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-12-19T12:36:17.739Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-12-19T12:36:17.739Z] github.com/docker/docker/libnetwork/drivers/host [2022-12-19T12:36:17.739Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-12-19T12:36:17.739Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-12-19T12:36:17.739Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-12-19T12:36:17.739Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-12-19T12:36:17.739Z] github.com/docker/docker/libnetwork/drivers/null [2022-12-19T12:36:17.739Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-12-19T12:36:17.739Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-12-19T12:36:17.739Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-12-19T12:36:17.739Z] github.com/docker/docker/libnetwork/drivers/remote [2022-12-19T12:36:17.739Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-12-19T12:36:17.739Z] github.com/docker/docker/libnetwork/drivers/windows [2022-12-19T12:36:17.739Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-12-19T12:36:17.739Z] github.com/docker/docker/libnetwork/drvregistry [2022-12-19T12:36:17.739Z] github.com/docker/docker/libnetwork/etchosts [2022-12-19T12:36:17.739Z] github.com/docker/docker/libnetwork/idm [2022-12-19T12:36:17.739Z] github.com/docker/docker/libnetwork/internal/caller [2022-12-19T12:36:17.739Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-12-19T12:36:17.739Z] github.com/docker/docker/libnetwork/ipam [2022-12-19T12:36:17.739Z] github.com/docker/docker/libnetwork/ipamapi [2022-12-19T12:36:17.739Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-12-19T12:36:17.739Z] github.com/docker/docker/libnetwork/ipams/null [2022-12-19T12:36:17.739Z] github.com/docker/docker/libnetwork/ipams/remote [2022-12-19T12:36:17.739Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-12-19T12:36:17.739Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-12-19T12:36:17.739Z] github.com/docker/docker/libnetwork/ipamutils [2022-12-19T12:36:17.739Z] github.com/docker/docker/libnetwork/iptables [2022-12-19T12:36:17.739Z] github.com/docker/docker/libnetwork/netlabel [2022-12-19T12:36:17.739Z] github.com/docker/docker/libnetwork/netutils [2022-12-19T12:36:17.739Z] github.com/docker/docker/libnetwork/networkdb [2022-12-19T12:36:17.739Z] github.com/docker/docker/libnetwork/ns [2022-12-19T12:36:17.739Z] github.com/docker/docker/libnetwork/options [2022-12-19T12:36:17.739Z] github.com/docker/docker/libnetwork/osl [2022-12-19T12:36:17.739Z] github.com/docker/docker/libnetwork/osl/kernel [2022-12-19T12:36:17.739Z] github.com/docker/docker/libnetwork/portallocator [2022-12-19T12:36:17.739Z] github.com/docker/docker/libnetwork/portmapper [2022-12-19T12:36:17.739Z] github.com/docker/docker/libnetwork/resolvconf [2022-12-19T12:36:17.739Z] github.com/docker/docker/libnetwork/testutils [2022-12-19T12:36:17.739Z] github.com/docker/docker/libnetwork/types' ']' [2022-12-19T12:36:17.739Z] + 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-12-19T12:37:13.953Z] ok github.com/docker/docker/libnetwork 42.157s coverage: 40.9% of statements [2022-12-19T12:37:13.953Z] ok github.com/docker/docker/libnetwork/bitseq 0.139s coverage: 84.4% of statements [2022-12-19T12:37:13.953Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-12-19T12:37:13.953Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-12-19T12:37:13.953Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-12-19T12:37:13.953Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-12-19T12:37:13.953Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-12-19T12:37:13.953Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-12-19T12:37:13.953Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-12-19T12:37:13.953Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-12-19T12:37:13.953Z] ok github.com/docker/docker/libnetwork/config 0.013s coverage: 9.3% of statements [2022-12-19T12:37:13.953Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 22.0% of statements [2022-12-19T12:37:13.953Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-12-19T12:37:13.953Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-12-19T12:37:13.953Z] ok github.com/docker/docker/libnetwork/driverapi 0.003s coverage: 68.9% of statements [2022-12-19T12:37:13.953Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.764s coverage: 59.5% of statements [2022-12-19T12:37:13.953Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-12-19T12:37:13.953Z] ok github.com/docker/docker/libnetwork/drivers/host 0.003s coverage: 34.8% of statements [2022-12-19T12:37:13.953Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.406s coverage: 5.2% of statements [2022-12-19T12:37:13.953Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-12-19T12:37:13.953Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.014s coverage: 4.8% of statements [2022-12-19T12:37:13.953Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-12-19T12:37:13.953Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2022-12-19T12:37:22.041Z] ok github.com/docker/docker/libnetwork/drivers/overlay 8.196s coverage: 6.9% of statements [2022-12-19T12:37:22.041Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-12-19T12:37:22.041Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.006s coverage: 63.6% of statements [2022-12-19T12:37:22.298Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.010s coverage: 57.4% of statements [2022-12-19T12:37:22.298Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-12-19T12:37:22.298Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-12-19T12:37:22.554Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-12-19T12:37:22.810Z] ok github.com/docker/docker/libnetwork/drvregistry 0.014s coverage: 82.4% of statements [2022-12-19T12:37:23.067Z] ok github.com/docker/docker/libnetwork/etchosts 0.013s coverage: 81.2% of statements [2022-12-19T12:37:23.323Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2022-12-19T12:37:23.579Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2022-12-19T12:37:35.758Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.002s coverage: 100.0% of statements [2022-12-19T12:37:50.606Z] ok github.com/docker/docker/libnetwork/ipam 15.311s coverage: 85.3% of statements [2022-12-19T12:37:50.606Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-12-19T12:37:50.606Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-12-19T12:37:50.606Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2022-12-19T12:37:50.606Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.008s coverage: 47.4% of statements [2022-12-19T12:37:50.606Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-12-19T12:37:50.606Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2022-12-19T12:37:50.863Z] ok github.com/docker/docker/libnetwork/ipamutils 0.262s coverage: 74.0% of statements [2022-12-19T12:37:51.792Z] ok github.com/docker/docker/libnetwork/iptables 0.248s coverage: 45.9% of statements [2022-12-19T12:37:52.049Z] ok github.com/docker/docker/libnetwork/netlabel 0.003s coverage: 60.0% of statements [2022-12-19T12:37:52.305Z] ok github.com/docker/docker/libnetwork/netutils 0.018s coverage: 44.1% of statements [2022-12-19T12:39:43.697Z] ok github.com/docker/docker/libnetwork/networkdb 103.864s coverage: 60.0% of statements [2022-12-19T12:39:43.697Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-12-19T12:39:43.697Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2022-12-19T12:39:43.697Z] ok github.com/docker/docker/libnetwork/osl 4.393s coverage: 39.4% of statements [2022-12-19T12:39:43.697Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.003s coverage: 20.0% of statements [2022-12-19T12:39:43.697Z] ok github.com/docker/docker/libnetwork/portallocator 0.016s coverage: 80.7% of statements [2022-12-19T12:39:44.262Z] ok github.com/docker/docker/libnetwork/portmapper 0.663s coverage: 46.3% of statements [2022-12-19T12:39:44.518Z] ok github.com/docker/docker/libnetwork/resolvconf 0.003s coverage: 82.8% of statements [2022-12-19T12:39:44.518Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-12-19T12:39:44.776Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2022-12-19T12:39:44.776Z] [2022-12-19T12:39:44.776Z] === Skipped [2022-12-19T12:39:44.776Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-12-19T12:39:44.776Z] allocator_test.go:1483: Skipped because t.parallel was less than 5 [2022-12-19T12:39:44.776Z] [2022-12-19T12:39:44.776Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-12-19T12:39:44.776Z] allocator_test.go:1483: Skipped because t.parallel was less than 5 [2022-12-19T12:39:44.776Z] [2022-12-19T12:39:44.776Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-12-19T12:39:44.776Z] allocator_test.go:1483: Skipped because t.parallel was less than 5 [2022-12-19T12:39:44.776Z] [2022-12-19T12:39:44.776Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-12-19T12:39:44.776Z] allocator_test.go:1483: Skipped because t.parallel was less than 5 [2022-12-19T12:39:44.776Z] [2022-12-19T12:39:44.776Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-12-19T12:39:44.776Z] allocator_test.go:1483: Skipped because t.parallel was less than 5 [2022-12-19T12:39:44.776Z] [2022-12-19T12:39:44.776Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-12-19T12:39:44.776Z] firewalld_test.go:14: firewalld is not running [2022-12-19T12:39:44.776Z] [2022-12-19T12:39:44.776Z] DONE 324 tests, 6 skipped in 209.145s Post stage [Pipeline] junit [2022-12-19T12:39:45.725Z] Recording test results [2022-12-19T12:39:47.158Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-12-19T12:39:47.526Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44669/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=72ea8cfb43cbe876f36ff9a4815a41c0fd787892 -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:72ea8cfb43cbe876f36ff9a4815a41c0fd787892 hack/make.sh dynbinary test-integration [2022-12-19T12:39:48.089Z] [2022-12-19T12:39:48.089Z] Removing bundles/ [2022-12-19T12:39:48.089Z] [2022-12-19T12:39:48.089Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-12-19T12:39:48.089Z] Building: bundles/dynbinary-daemon/dockerd [2022-12-19T12:39:48.089Z] GOOS="" GOARCH="" GOARM="" [2022-12-19T12:41:24.491Z] Created binary: bundles/dynbinary-daemon/dockerd [2022-12-19T12:41:24.491Z] Building: bundles/dynbinary-daemon/docker-proxy [2022-12-19T12:41:24.491Z] GOOS="" GOARCH="" GOARM="" [2022-12-19T12:41:24.491Z] Created binary: bundles/dynbinary-daemon/docker-proxy [2022-12-19T12:41:24.491Z] [2022-12-19T12:41:24.491Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-12-19T12:41:24.491Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-12-19T12:41:24.491Z] HOSTNAME=e2c6f3d46714 [2022-12-19T12:41:24.491Z] TESTDEBUG=0 [2022-12-19T12:41:24.491Z] DEST=bundles/test-integration [2022-12-19T12:41:24.491Z] PWD=/go/src/github.com/docker/docker [2022-12-19T12:41:24.491Z] DOCKER_GITCOMMIT=72ea8cfb43cbe876f36ff9a4815a41c0fd787892 [2022-12-19T12:41:24.491Z] container=docker [2022-12-19T12:41:24.491Z] HOME=/root [2022-12-19T12:41:24.491Z] GOLANG_VERSION=1.19.4 [2022-12-19T12:41:24.491Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-12-19T12:41:24.491Z] VALIDATE_BRANCH=master [2022-12-19T12:41:24.491Z] TERM=xterm [2022-12-19T12:41:24.491Z] DOCKER_PKG=github.com/docker/docker [2022-12-19T12:41:24.491Z] SHLVL=1 [2022-12-19T12:41:24.491Z] TIMEOUT=120m [2022-12-19T12:41:24.491Z] DOCKER_BUILDTAGS= journald [2022-12-19T12:41:24.491Z] DOCKER_GRAPHDRIVER=overlay2 [2022-12-19T12:41:24.491Z] GO111MODULE=off [2022-12-19T12:41:24.491Z] DOCKER_EXPERIMENTAL=1 [2022-12-19T12:41:24.491Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-12-19T12:41:24.491Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-12-19T12:41:24.491Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-12-19T12:41:24.491Z] GOPATH=/go [2022-12-19T12:41:24.491Z] PKG_CONFIG=pkg-config [2022-12-19T12:41:24.491Z] _=/usr/bin/env [2022-12-19T12:41:24.491Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-12-19T12:41:56.545Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-12-19T12:41:56.545Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-12-19T12:42:23.066Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-12-19T12:42:31.164Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-12-19T12:42:37.708Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main [2022-12-19T12:42:37.708Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-12-19T12:42:37.964Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-12-19T12:42:38.894Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-12-19T12:42:39.458Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-12-19T12:42:39.715Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-12-19T12:42:40.279Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-12-19T12:42:42.174Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-12-19T12:42:43.105Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-12-19T12:42:44.034Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-12-19T12:42:44.290Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-12-19T12:42:45.236Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-12-19T12:42:46.167Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-12-19T12:42:47.098Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-12-19T12:42:48.029Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-12-19T12:42:48.959Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-12-19T12:42:49.523Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-12-19T12:42:49.523Z] Using test binary docker [2022-12-19T12:42:49.523Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-12-19T12:42:49.523Z] +++ /etc/init.d/apparmor start [2022-12-19T12:42:49.523Z] Not: starting. [2022-12-19T12:42:49.523Z] INFO: Waiting for daemon to start... [2022-12-19T12:42:49.523Z] Starting dockerd [2022-12-19T12:42:49.523Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2022-12-19T12:42:51.415Z] . [2022-12-19T12:42:51.415Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-12-19T12:42:51.415Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-12-19T12:42:51.672Z] Error: No such image: emptyfs [2022-12-19T12:42:51.672Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-12-19T12:42:51.672Z] ++++ docker load [2022-12-19T12:42:51.672Z] Loaded image: emptyfs:latest [2022-12-19T12:42:51.672Z] Running integration-test (iteration 1) [2022-12-19T12:42:51.672Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2022-12-19T12:42:51.672Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m [2022-12-19T12:42:51.672Z] ++ set -e [2022-12-19T12:42:51.672Z] ++ '[' -n 0 ']' [2022-12-19T12:42:51.672Z] ++ set -x [2022-12-19T12:42:51.672Z] ++ 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-12-19T12:42:51.672Z] Loaded image: busybox:latest [2022-12-19T12:42:51.928Z] Loaded image: busybox:glibc [2022-12-19T12:42:53.296Z] Loaded image: debian:bullseye-slim [2022-12-19T12:42:53.296Z] Loaded image: hello-world:latest [2022-12-19T12:42:53.296Z] Loaded image: arm32v7/hello-world:latest [2022-12-19T12:42:53.296Z] INFO: Testing against a local daemon [2022-12-19T12:42:53.296Z] === RUN TestCgroupNamespacesBuild [2022-12-19T12:42:57.466Z] --- PASS: TestCgroupNamespacesBuild (3.73s) [2022-12-19T12:42:57.466Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-12-19T12:42:58.028Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.04s) [2022-12-19T12:42:58.028Z] === RUN TestBuildWithSession [2022-12-19T12:42:58.028Z] build_session_test.go:25: TODO: BuildKit [2022-12-19T12:42:58.028Z] --- SKIP: TestBuildWithSession (0.00s) [2022-12-19T12:42:58.028Z] === RUN TestBuildSquashParent [2022-12-19T12:43:01.297Z] --- PASS: TestBuildSquashParent (3.23s) [2022-12-19T12:43:01.297Z] === RUN TestBuildWithRemoveAndForceRemove [2022-12-19T12:43:01.297Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-12-19T12:43:01.297Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-12-19T12:43:01.297Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-12-19T12:43:01.297Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-12-19T12:43:01.297Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-12-19T12:43:01.297Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-12-19T12:43:01.297Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-12-19T12:43:01.297Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-12-19T12:43:01.297Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-12-19T12:43:01.297Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-12-19T12:43:01.297Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-12-19T12:43:01.297Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-12-19T12:43:01.297Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-12-19T12:43:01.297Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-12-19T12:43:02.664Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-12-19T12:43:02.664Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-12-19T12:43:04.031Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-12-19T12:43:04.031Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-12-19T12:43:05.398Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-12-19T12:43:05.398Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.45s) [2022-12-19T12:43:05.398Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.61s) [2022-12-19T12:43:05.398Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.20s) [2022-12-19T12:43:05.398Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.40s) [2022-12-19T12:43:05.398Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.10s) [2022-12-19T12:43:05.398Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.12s) [2022-12-19T12:43:05.398Z] === RUN TestBuildMultiStageCopy [2022-12-19T12:43:05.398Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-12-19T12:43:05.960Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-12-19T12:43:05.960Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-12-19T12:43:06.217Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-12-19T12:43:06.217Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-12-19T12:43:06.217Z] --- PASS: TestBuildMultiStageCopy (1.14s) [2022-12-19T12:43:06.217Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (0.88s) [2022-12-19T12:43:06.217Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.05s) [2022-12-19T12:43:06.217Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.06s) [2022-12-19T12:43:06.217Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.08s) [2022-12-19T12:43:06.217Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.07s) [2022-12-19T12:43:06.217Z] === RUN TestBuildMultiStageParentConfig [2022-12-19T12:43:06.781Z] --- PASS: TestBuildMultiStageParentConfig (0.47s) [2022-12-19T12:43:06.781Z] === RUN TestBuildLabelWithTargets [2022-12-19T12:43:07.037Z] --- PASS: TestBuildLabelWithTargets (0.44s) [2022-12-19T12:43:07.037Z] === RUN TestBuildWithEmptyLayers [2022-12-19T12:43:07.294Z] --- PASS: TestBuildWithEmptyLayers (0.09s) [2022-12-19T12:43:07.294Z] === RUN TestBuildMultiStageOnBuild [2022-12-19T12:43:08.223Z] --- PASS: TestBuildMultiStageOnBuild (1.06s) [2022-12-19T12:43:08.223Z] === RUN TestBuildUncleanTarFilenames [2022-12-19T12:43:08.480Z] --- PASS: TestBuildUncleanTarFilenames (0.11s) [2022-12-19T12:43:08.480Z] === RUN TestBuildMultiStageLayerLeak [2022-12-19T12:43:09.847Z] --- PASS: TestBuildMultiStageLayerLeak (1.18s) [2022-12-19T12:43:09.847Z] === RUN TestBuildWithHugeFile [2022-12-19T12:44:31.238Z] --- PASS: TestBuildWithHugeFile (73.81s) [2022-12-19T12:44:31.238Z] === RUN TestBuildWCOWSandboxSize [2022-12-19T12:44:31.238Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-12-19T12:44:31.238Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-12-19T12:44:31.238Z] === RUN TestBuildWithEmptyDockerfile [2022-12-19T12:44:31.238Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-12-19T12:44:31.238Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-12-19T12:44:31.238Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-12-19T12:44:31.238Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-12-19T12:44:31.238Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-12-19T12:44:31.238Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-12-19T12:44:31.238Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-12-19T12:44:31.238Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-12-19T12:44:31.238Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-12-19T12:44:31.238Z] --- PASS: TestBuildWithEmptyDockerfile (0.04s) [2022-12-19T12:44:31.238Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2022-12-19T12:44:31.238Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s) [2022-12-19T12:44:31.238Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2022-12-19T12:44:31.238Z] === RUN TestBuildPreserveOwnership [2022-12-19T12:44:31.238Z] === RUN TestBuildPreserveOwnership/copy_from [2022-12-19T12:44:31.238Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-12-19T12:44:31.238Z] --- PASS: TestBuildPreserveOwnership (2.42s) [2022-12-19T12:44:31.238Z] --- PASS: TestBuildPreserveOwnership/copy_from (1.81s) [2022-12-19T12:44:31.238Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.61s) [2022-12-19T12:44:31.238Z] === RUN TestBuildPlatformInvalid [2022-12-19T12:44:31.238Z] --- PASS: TestBuildPlatformInvalid (0.02s) [2022-12-19T12:44:31.238Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-12-19T12:44:31.238Z] Loaded image: busybox:latest [2022-12-19T12:44:31.238Z] Loaded image: busybox:glibc [2022-12-19T12:44:31.238Z] Loaded image: debian:bullseye-slim [2022-12-19T12:44:31.238Z] Loaded image: hello-world:latest [2022-12-19T12:44:31.238Z] Loaded image: arm32v7/hello-world:latest [2022-12-19T12:44:37.782Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (11.14s) [2022-12-19T12:44:37.782Z] PASS [2022-12-19T12:44:37.782Z] [2022-12-19T12:44:37.782Z] === Skipped [2022-12-19T12:44:37.782Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2022-12-19T12:44:37.782Z] build_session_test.go:25: TODO: BuildKit [2022-12-19T12:44:37.782Z] [2022-12-19T12:44:37.782Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-12-19T12:44:37.782Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-12-19T12:44:37.782Z] [2022-12-19T12:44:37.782Z] DONE 34 tests, 2 skipped in 105.442s [2022-12-19T12:44:37.782Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2022-12-19T12:44:37.782Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m [2022-12-19T12:44:37.782Z] ++ set -e [2022-12-19T12:44:37.782Z] ++ '[' -n 0 ']' [2022-12-19T12:44:37.782Z] ++ set -x [2022-12-19T12:44:37.782Z] ++ 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-12-19T12:44:37.782Z] INFO: Testing against a local daemon [2022-12-19T12:44:37.782Z] === RUN TestConfigInspect [2022-12-19T12:44:39.673Z] --- PASS: TestConfigInspect (2.19s) [2022-12-19T12:44:39.673Z] === RUN TestConfigList [2022-12-19T12:44:41.564Z] --- PASS: TestConfigList (2.09s) [2022-12-19T12:44:41.564Z] === RUN TestConfigsCreateAndDelete [2022-12-19T12:44:44.083Z] --- PASS: TestConfigsCreateAndDelete (2.14s) [2022-12-19T12:44:44.084Z] === RUN TestConfigsUpdate [2022-12-19T12:44:45.975Z] --- PASS: TestConfigsUpdate (2.10s) [2022-12-19T12:44:45.975Z] === RUN TestTemplatedConfig [2022-12-19T12:44:48.497Z] --- PASS: TestTemplatedConfig (2.47s) [2022-12-19T12:44:48.497Z] === RUN TestConfigCreateResolve [2022-12-19T12:44:50.387Z] --- PASS: TestConfigCreateResolve (2.12s) [2022-12-19T12:44:50.387Z] PASS [2022-12-19T12:44:50.387Z] [2022-12-19T12:44:50.387Z] DONE 6 tests in 13.251s [2022-12-19T12:44:50.387Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2022-12-19T12:44:50.387Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m [2022-12-19T12:44:50.387Z] ++ set -e [2022-12-19T12:44:50.387Z] ++ '[' -n 0 ']' [2022-12-19T12:44:50.387Z] ++ set -x [2022-12-19T12:44:50.387Z] ++ 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-12-19T12:44:50.644Z] INFO: Testing against a local daemon [2022-12-19T12:44:50.644Z] === RUN TestAttachWithTTY [2022-12-19T12:44:50.644Z] --- PASS: TestAttachWithTTY (0.18s) [2022-12-19T12:44:50.644Z] === RUN TestAttachWithoutTTy [2022-12-19T12:44:50.900Z] --- PASS: TestAttachWithoutTTy (0.04s) [2022-12-19T12:44:50.900Z] === RUN TestCheckpoint [2022-12-19T12:44:50.900Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-12-19T12:44:50.900Z] --- SKIP: TestCheckpoint (0.00s) [2022-12-19T12:44:50.900Z] === RUN TestContainerInvalidJSON [2022-12-19T12:44:50.900Z] === RUN TestContainerInvalidJSON/commit [2022-12-19T12:44:50.900Z] === PAUSE TestContainerInvalidJSON/commit [2022-12-19T12:44:50.900Z] === RUN TestContainerInvalidJSON/containers/create [2022-12-19T12:44:50.900Z] === PAUSE TestContainerInvalidJSON/containers/create [2022-12-19T12:44:50.900Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2022-12-19T12:44:50.900Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2022-12-19T12:44:50.900Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2022-12-19T12:44:50.900Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2022-12-19T12:44:50.900Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2022-12-19T12:44:50.900Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2022-12-19T12:44:50.900Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-12-19T12:44:50.900Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-12-19T12:44:50.900Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-12-19T12:44:50.900Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-12-19T12:44:50.900Z] === CONT TestContainerInvalidJSON/commit [2022-12-19T12:44:50.900Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2022-12-19T12:44:50.900Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2022-12-19T12:44:50.900Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2022-12-19T12:44:50.900Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2022-12-19T12:44:50.900Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2022-12-19T12:44:50.900Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2022-12-19T12:44:50.900Z] === RUN TestContainerInvalidJSON/commit/empty_body [2022-12-19T12:44:50.900Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2022-12-19T12:44:50.900Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2022-12-19T12:44:50.900Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2022-12-19T12:44:50.900Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2022-12-19T12:44:50.900Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2022-12-19T12:44:50.900Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2022-12-19T12:44:50.900Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2022-12-19T12:44:50.900Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2022-12-19T12:44:50.900Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2022-12-19T12:44:50.900Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2022-12-19T12:44:50.900Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2022-12-19T12:44:50.900Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2022-12-19T12:44:50.900Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2022-12-19T12:44:50.900Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2022-12-19T12:44:50.900Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2022-12-19T12:44:50.900Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2022-12-19T12:44:50.900Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2022-12-19T12:44:50.900Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2022-12-19T12:44:50.900Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2022-12-19T12:44:50.900Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2022-12-19T12:44:50.900Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2022-12-19T12:44:50.900Z] === CONT TestContainerInvalidJSON/containers/create [2022-12-19T12:44:50.900Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2022-12-19T12:44:50.900Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2022-12-19T12:44:50.900Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2022-12-19T12:44:50.900Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2022-12-19T12:44:50.900Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2022-12-19T12:44:50.900Z] --- PASS: TestContainerInvalidJSON (0.02s) [2022-12-19T12:44:50.900Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) [2022-12-19T12:44:50.900Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2022-12-19T12:44:50.900Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2022-12-19T12:44:50.900Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2022-12-19T12:44:50.900Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2022-12-19T12:44:50.900Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s) [2022-12-19T12:44:50.900Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2022-12-19T12:44:50.900Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2022-12-19T12:44:50.900Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2022-12-19T12:44:50.900Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2022-12-19T12:44:50.900Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s) [2022-12-19T12:44:50.900Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2022-12-19T12:44:50.900Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2022-12-19T12:44:50.900Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2022-12-19T12:44:50.900Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2022-12-19T12:44:50.900Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s) [2022-12-19T12:44:50.900Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2022-12-19T12:44:50.900Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2022-12-19T12:44:50.900Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2022-12-19T12:44:50.900Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2022-12-19T12:44:50.900Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s) [2022-12-19T12:44:50.900Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2022-12-19T12:44:50.900Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2022-12-19T12:44:50.900Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2022-12-19T12:44:50.900Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2022-12-19T12:44:50.900Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s) [2022-12-19T12:44:50.900Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2022-12-19T12:44:50.900Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2022-12-19T12:44:50.900Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2022-12-19T12:44:50.900Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2022-12-19T12:44:50.900Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2022-12-19T12:44:50.900Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2022-12-19T12:44:50.900Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2022-12-19T12:44:50.900Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2022-12-19T12:44:50.900Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2022-12-19T12:44:50.900Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-12-19T12:44:50.900Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2022-12-19T12:44:50.900Z] === RUN TestCopyFromContainerPathIsNotDir [2022-12-19T12:44:50.900Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-12-19T12:44:50.900Z] === RUN TestCopyToContainerPathDoesNotExist [2022-12-19T12:44:50.900Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2022-12-19T12:44:50.900Z] === RUN TestCopyEmptyFile [2022-12-19T12:44:51.157Z] --- PASS: TestCopyEmptyFile (0.07s) [2022-12-19T12:44:51.157Z] === RUN TestCopyToContainerPathIsNotDir [2022-12-19T12:44:51.157Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2022-12-19T12:44:51.157Z] === RUN TestCopyFromContainer [2022-12-19T12:44:51.719Z] === RUN TestCopyFromContainer// [2022-12-19T12:44:51.719Z] === RUN TestCopyFromContainer/. [2022-12-19T12:44:51.719Z] === RUN TestCopyFromContainer//. [2022-12-19T12:44:51.719Z] === RUN TestCopyFromContainer/./ [2022-12-19T12:44:51.719Z] === RUN TestCopyFromContainer//./ [2022-12-19T12:44:51.719Z] === RUN TestCopyFromContainer//bar/root [2022-12-19T12:44:51.719Z] === RUN TestCopyFromContainer//bar/root/ [2022-12-19T12:44:51.719Z] === RUN TestCopyFromContainer//bar/root/. [2022-12-19T12:44:51.719Z] === RUN TestCopyFromContainer/bar/quux [2022-12-19T12:44:51.719Z] === RUN TestCopyFromContainer/bar/quux/ [2022-12-19T12:44:51.975Z] === RUN TestCopyFromContainer/bar/quux/. [2022-12-19T12:44:51.975Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-12-19T12:44:51.975Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-12-19T12:44:51.975Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-12-19T12:44:51.975Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-12-19T12:44:51.975Z] === RUN TestCopyFromContainer/bar/dirsymlink/. [2022-12-19T12:44:51.975Z] === RUN TestCopyFromContainer/bar/notarget [2022-12-19T12:44:51.975Z] --- PASS: TestCopyFromContainer (0.83s) [2022-12-19T12:44:51.975Z] --- PASS: TestCopyFromContainer// (0.01s) [2022-12-19T12:44:51.975Z] --- PASS: TestCopyFromContainer/. (0.02s) [2022-12-19T12:44:51.975Z] --- PASS: TestCopyFromContainer//. (0.01s) [2022-12-19T12:44:51.975Z] --- PASS: TestCopyFromContainer/./ (0.02s) [2022-12-19T12:44:51.975Z] --- PASS: TestCopyFromContainer//./ (0.02s) [2022-12-19T12:44:51.975Z] --- PASS: TestCopyFromContainer//bar/root (0.01s) [2022-12-19T12:44:51.975Z] --- PASS: TestCopyFromContainer//bar/root/ (0.01s) [2022-12-19T12:44:51.975Z] --- PASS: TestCopyFromContainer//bar/root/. (0.02s) [2022-12-19T12:44:51.975Z] --- PASS: TestCopyFromContainer/bar/quux (0.01s) [2022-12-19T12:44:51.975Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.01s) [2022-12-19T12:44:51.975Z] --- PASS: TestCopyFromContainer/bar/quux/. (0.01s) [2022-12-19T12:44:51.975Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.01s) [2022-12-19T12:44:51.975Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.01s) [2022-12-19T12:44:51.975Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.01s) [2022-12-19T12:44:51.975Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.01s) [2022-12-19T12:44:51.975Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/. (0.01s) [2022-12-19T12:44:51.975Z] --- PASS: TestCopyFromContainer/bar/notarget (0.01s) [2022-12-19T12:44:51.975Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-12-19T12:44:51.975Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-12-19T12:44:51.975Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-12-19T12:44:51.975Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-12-19T12:44:51.975Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-12-19T12:44:51.975Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-12-19T12:44:51.975Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-12-19T12:44:51.975Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-12-19T12:44:51.975Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-12-19T12:44:51.975Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-12-19T12:44:51.975Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-12-19T12:44:51.975Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-12-19T12:44:51.975Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-12-19T12:44:51.975Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-12-19T12:44:51.975Z] === RUN TestCreateLinkToNonExistingContainer [2022-12-19T12:44:51.975Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-12-19T12:44:51.975Z] === RUN TestCreateWithInvalidEnv [2022-12-19T12:44:51.975Z] === RUN TestCreateWithInvalidEnv/0 [2022-12-19T12:44:51.975Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-12-19T12:44:51.975Z] === RUN TestCreateWithInvalidEnv/1 [2022-12-19T12:44:51.975Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-12-19T12:44:51.975Z] === RUN TestCreateWithInvalidEnv/2 [2022-12-19T12:44:51.976Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-12-19T12:44:51.976Z] === CONT TestCreateWithInvalidEnv/0 [2022-12-19T12:44:51.976Z] === CONT TestCreateWithInvalidEnv/2 [2022-12-19T12:44:51.976Z] === CONT TestCreateWithInvalidEnv/1 [2022-12-19T12:44:51.976Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-12-19T12:44:51.976Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-12-19T12:44:51.976Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-12-19T12:44:51.976Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-12-19T12:44:51.976Z] === RUN TestCreateTmpfsMountsTarget [2022-12-19T12:44:51.976Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-12-19T12:44:51.976Z] === RUN TestCreateWithCustomMaskedPaths [2022-12-19T12:44:53.866Z] --- PASS: TestCreateWithCustomMaskedPaths (1.55s) [2022-12-19T12:44:53.866Z] === RUN TestCreateWithCustomReadonlyPaths [2022-12-19T12:44:54.795Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.28s) [2022-12-19T12:44:54.795Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-12-19T12:44:54.795Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-12-19T12:44:54.795Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-12-19T12:44:54.795Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-12-19T12:44:54.795Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-12-19T12:44:54.795Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-12-19T12:44:54.795Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-12-19T12:44:54.795Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-12-19T12:44:54.795Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-12-19T12:44:54.795Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-12-19T12:44:54.795Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-12-19T12:44:54.795Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-12-19T12:44:54.795Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-12-19T12:44:54.795Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-12-19T12:44:54.795Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-12-19T12:44:54.795Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-12-19T12:44:54.795Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-12-19T12:44:54.795Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-12-19T12:44:54.795Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-12-19T12:44:54.795Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-12-19T12:44:54.795Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-12-19T12:44:54.795Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-12-19T12:44:54.795Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-12-19T12:44:55.358Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.43s) [2022-12-19T12:44:55.358Z] === RUN TestCreateDifferentPlatform [2022-12-19T12:44:55.358Z] === RUN TestCreateDifferentPlatform/different_os [2022-12-19T12:44:55.358Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-12-19T12:44:55.358Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-12-19T12:44:55.358Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-12-19T12:44:55.358Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-12-19T12:44:55.358Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-12-19T12:44:55.358Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2022-12-19T12:44:55.358Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-12-19T12:44:55.358Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s) [2022-12-19T12:44:55.358Z] === RUN TestCreateInvalidHostConfig [2022-12-19T12:44:55.358Z] === RUN TestCreateInvalidHostConfig/invalid_IpcMode [2022-12-19T12:44:55.358Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode [2022-12-19T12:44:55.358Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode [2022-12-19T12:44:55.358Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode [2022-12-19T12:44:55.358Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-12-19T12:44:55.358Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-12-19T12:44:55.358Z] === RUN TestCreateInvalidHostConfig/invalid_UTSMode [2022-12-19T12:44:55.358Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode [2022-12-19T12:44:55.358Z] === CONT TestCreateInvalidHostConfig/invalid_IpcMode [2022-12-19T12:44:55.358Z] === CONT TestCreateInvalidHostConfig/invalid_UTSMode [2022-12-19T12:44:55.358Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2022-12-19T12:44:55.358Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode [2022-12-19T12:44:55.358Z] --- PASS: TestCreateInvalidHostConfig (0.01s) [2022-12-19T12:44:55.358Z] --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s) [2022-12-19T12:44:55.358Z] --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s) [2022-12-19T12:44:55.358Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s) [2022-12-19T12:44:55.358Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s) [2022-12-19T12:44:55.358Z] === RUN TestContainerStartOnDaemonRestart [2022-12-19T12:44:55.358Z] === PAUSE TestContainerStartOnDaemonRestart [2022-12-19T12:44:55.358Z] === RUN TestDaemonRestartIpcMode [2022-12-19T12:44:55.358Z] === PAUSE TestDaemonRestartIpcMode [2022-12-19T12:44:55.358Z] === RUN TestDaemonHostGatewayIP [2022-12-19T12:44:55.358Z] === PAUSE TestDaemonHostGatewayIP [2022-12-19T12:44:55.358Z] === RUN TestRestartDaemonWithRestartingContainer [2022-12-19T12:44:55.358Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-12-19T12:44:55.358Z] === RUN TestContainerKillOnDaemonStart [2022-12-19T12:44:55.358Z] === PAUSE TestContainerKillOnDaemonStart [2022-12-19T12:44:55.358Z] === RUN TestDiff [2022-12-19T12:44:55.921Z] --- PASS: TestDiff (0.43s) [2022-12-19T12:44:55.921Z] === RUN TestExecConsoleSize [2022-12-19T12:44:56.498Z] --- PASS: TestExecConsoleSize (0.49s) [2022-12-19T12:44:56.498Z] === RUN TestExecWithCloseStdin [2022-12-19T12:44:56.759Z] --- PASS: TestExecWithCloseStdin (0.51s) [2022-12-19T12:44:56.759Z] === RUN TestExec [2022-12-19T12:44:57.342Z] --- PASS: TestExec (0.51s) [2022-12-19T12:44:57.342Z] === RUN TestExecUser [2022-12-19T12:44:57.913Z] --- PASS: TestExecUser (0.54s) [2022-12-19T12:44:57.913Z] === RUN TestExportContainerAndImportImage [2022-12-19T12:44:58.476Z] --- PASS: TestExportContainerAndImportImage (0.48s) [2022-12-19T12:44:58.476Z] === RUN TestExportContainerAfterDaemonRestart [2022-12-19T12:44:59.405Z] --- PASS: TestExportContainerAfterDaemonRestart (1.15s) [2022-12-19T12:44:59.405Z] === RUN TestHealthCheckWorkdir [2022-12-19T12:44:59.969Z] --- PASS: TestHealthCheckWorkdir (0.54s) [2022-12-19T12:44:59.969Z] === RUN TestHealthKillContainer [2022-12-19T12:45:08.056Z] --- PASS: TestHealthKillContainer (7.86s) [2022-12-19T12:45:08.056Z] === RUN TestHealthCheckProcessKilled [2022-12-19T12:45:08.619Z] --- PASS: TestHealthCheckProcessKilled (0.63s) [2022-12-19T12:45:08.619Z] === RUN TestInspectCpusetInConfigPre120 [2022-12-19T12:45:08.875Z] --- PASS: TestInspectCpusetInConfigPre120 (0.43s) [2022-12-19T12:45:08.875Z] === RUN TestIpcModeNone [2022-12-19T12:45:09.440Z] --- PASS: TestIpcModeNone (0.48s) [2022-12-19T12:45:09.440Z] === RUN TestIpcModePrivate [2022-12-19T12:45:09.697Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:75, shared: false, mustBeShared: false [2022-12-19T12:45:09.953Z] --- PASS: TestIpcModePrivate (0.47s) [2022-12-19T12:45:09.953Z] === RUN TestIpcModeShareable [2022-12-19T12:45:10.213Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:69, shared: true, mustBeShared: true [2022-12-19T12:45:10.470Z] --- PASS: TestIpcModeShareable (0.49s) [2022-12-19T12:45:10.470Z] === RUN TestAPIIpcModeShareableAndContainer [2022-12-19T12:45:12.363Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.55s) [2022-12-19T12:45:12.363Z] === RUN TestAPIIpcModeHost [2022-12-19T12:45:12.363Z] --- PASS: TestAPIIpcModeHost (0.37s) [2022-12-19T12:45:12.363Z] === RUN TestDaemonIpcModeShareable [2022-12-19T12:45:13.293Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: true, mustBeShared: true [2022-12-19T12:45:13.549Z] --- PASS: TestDaemonIpcModeShareable (1.12s) [2022-12-19T12:45:13.549Z] === RUN TestDaemonIpcModePrivate [2022-12-19T12:45:14.478Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:85, shared: false, mustBeShared: false [2022-12-19T12:45:14.735Z] --- PASS: TestDaemonIpcModePrivate (1.17s) [2022-12-19T12:45:14.735Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-12-19T12:45:15.665Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:85, shared: false, mustBeShared: false [2022-12-19T12:45:15.665Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.12s) [2022-12-19T12:45:15.665Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-12-19T12:45:17.035Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: true, mustBeShared: true [2022-12-19T12:45:17.035Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.13s) [2022-12-19T12:45:17.035Z] === RUN TestIpcModeOlderClient [2022-12-19T12:45:17.035Z] === PAUSE TestIpcModeOlderClient [2022-12-19T12:45:17.035Z] === RUN TestKillContainerInvalidSignal [2022-12-19T12:45:17.293Z] --- PASS: TestKillContainerInvalidSignal (0.45s) [2022-12-19T12:45:17.293Z] === RUN TestKillContainer [2022-12-19T12:45:17.293Z] === RUN TestKillContainer/no_signal [2022-12-19T12:45:17.856Z] === RUN TestKillContainer/non_killing_signal [2022-12-19T12:45:18.113Z] === RUN TestKillContainer/killing_signal [2022-12-19T12:45:18.676Z] --- PASS: TestKillContainer (1.36s) [2022-12-19T12:45:18.676Z] --- PASS: TestKillContainer/no_signal (0.44s) [2022-12-19T12:45:18.676Z] --- PASS: TestKillContainer/non_killing_signal (0.30s) [2022-12-19T12:45:18.676Z] --- PASS: TestKillContainer/killing_signal (0.44s) [2022-12-19T12:45:18.676Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-12-19T12:45:18.676Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-12-19T12:45:19.242Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-12-19T12:45:20.173Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.32s) [2022-12-19T12:45:20.173Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.45s) [2022-12-19T12:45:20.173Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.71s) [2022-12-19T12:45:20.173Z] === RUN TestKillStoppedContainer [2022-12-19T12:45:20.173Z] --- PASS: TestKillStoppedContainer (0.05s) [2022-12-19T12:45:20.173Z] === RUN TestKillStoppedContainerAPIPre120 [2022-12-19T12:45:20.173Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2022-12-19T12:45:20.173Z] === RUN TestKillDifferentUserContainer [2022-12-19T12:45:20.736Z] --- PASS: TestKillDifferentUserContainer (0.48s) [2022-12-19T12:45:20.736Z] === RUN TestInspectOomKilledTrue [2022-12-19T12:45:21.300Z] --- PASS: TestInspectOomKilledTrue (0.52s) [2022-12-19T12:45:21.300Z] === RUN TestInspectOomKilledFalse [2022-12-19T12:45:21.556Z] --- PASS: TestInspectOomKilledFalse (0.48s) [2022-12-19T12:45:21.556Z] === RUN TestLinksEtcHostsContentMatch [2022-12-19T12:45:22.120Z] --- PASS: TestLinksEtcHostsContentMatch (0.34s) [2022-12-19T12:45:22.120Z] === RUN TestLinksContainerNames [2022-12-19T12:45:23.049Z] --- PASS: TestLinksContainerNames (0.89s) [2022-12-19T12:45:23.050Z] === RUN TestLogsFollowTailEmpty [2022-12-19T12:45:23.306Z] --- PASS: TestLogsFollowTailEmpty (0.45s) [2022-12-19T12:45:23.306Z] === RUN TestLogs [2022-12-19T12:45:23.306Z] === RUN TestLogs/driver_local [2022-12-19T12:45:23.306Z] === RUN TestLogs/driver_local/tty/stdout_and_stderr [2022-12-19T12:45:23.306Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr [2022-12-19T12:45:23.306Z] === RUN TestLogs/driver_local/tty/only_stdout [2022-12-19T12:45:23.306Z] === PAUSE TestLogs/driver_local/tty/only_stdout [2022-12-19T12:45:23.306Z] === RUN TestLogs/driver_local/tty/only_stderr [2022-12-19T12:45:23.306Z] === PAUSE TestLogs/driver_local/tty/only_stderr [2022-12-19T12:45:23.306Z] === RUN TestLogs/driver_local/without_tty/stdout_and_stderr [2022-12-19T12:45:23.306Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr [2022-12-19T12:45:23.306Z] === RUN TestLogs/driver_local/without_tty/only_stdout [2022-12-19T12:45:23.306Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout [2022-12-19T12:45:23.306Z] === RUN TestLogs/driver_local/without_tty/only_stderr [2022-12-19T12:45:23.306Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr [2022-12-19T12:45:23.306Z] === CONT TestLogs/driver_local/tty/stdout_and_stderr [2022-12-19T12:45:23.306Z] === CONT TestLogs/driver_local/without_tty/only_stderr [2022-12-19T12:45:23.871Z] === CONT TestLogs/driver_local/without_tty/only_stdout [2022-12-19T12:45:24.127Z] === CONT TestLogs/driver_local/without_tty/stdout_and_stderr [2022-12-19T12:45:24.691Z] === CONT TestLogs/driver_local/tty/only_stderr [2022-12-19T12:45:24.691Z] === CONT TestLogs/driver_local/tty/only_stdout [2022-12-19T12:45:25.255Z] === RUN TestLogs/driver_json-file [2022-12-19T12:45:25.255Z] === RUN TestLogs/driver_json-file/tty/stdout_and_stderr [2022-12-19T12:45:25.255Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr [2022-12-19T12:45:25.255Z] === RUN TestLogs/driver_json-file/tty/only_stdout [2022-12-19T12:45:25.255Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout [2022-12-19T12:45:25.255Z] === RUN TestLogs/driver_json-file/tty/only_stderr [2022-12-19T12:45:25.255Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr [2022-12-19T12:45:25.255Z] === RUN TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-12-19T12:45:25.255Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-12-19T12:45:25.255Z] === RUN TestLogs/driver_json-file/without_tty/only_stdout [2022-12-19T12:45:25.255Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout [2022-12-19T12:45:25.255Z] === RUN TestLogs/driver_json-file/without_tty/only_stderr [2022-12-19T12:45:25.255Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr [2022-12-19T12:45:25.255Z] === CONT TestLogs/driver_json-file/tty/stdout_and_stderr [2022-12-19T12:45:25.255Z] === CONT TestLogs/driver_json-file/without_tty/only_stderr [2022-12-19T12:45:26.186Z] === CONT TestLogs/driver_json-file/without_tty/only_stdout [2022-12-19T12:45:26.186Z] === CONT TestLogs/driver_json-file/without_tty/stdout_and_stderr [2022-12-19T12:45:26.444Z] === CONT TestLogs/driver_json-file/tty/only_stderr [2022-12-19T12:45:26.701Z] === CONT TestLogs/driver_json-file/tty/only_stdout [2022-12-19T12:45:27.265Z] --- PASS: TestLogs (3.91s) [2022-12-19T12:45:27.265Z] --- PASS: TestLogs/driver_local (0.02s) [2022-12-19T12:45:27.265Z] --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.68s) [2022-12-19T12:45:27.265Z] --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.73s) [2022-12-19T12:45:27.265Z] --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.56s) [2022-12-19T12:45:27.265Z] --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.64s) [2022-12-19T12:45:27.265Z] --- PASS: TestLogs/driver_local/tty/only_stderr (0.58s) [2022-12-19T12:45:27.265Z] --- PASS: TestLogs/driver_local/tty/only_stdout (0.58s) [2022-12-19T12:45:27.265Z] --- PASS: TestLogs/driver_json-file (0.01s) [2022-12-19T12:45:27.265Z] --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.73s) [2022-12-19T12:45:27.265Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.77s) [2022-12-19T12:45:27.265Z] --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.58s) [2022-12-19T12:45:27.265Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.65s) [2022-12-19T12:45:27.265Z] --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.55s) [2022-12-19T12:45:27.265Z] --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.60s) [2022-12-19T12:45:27.265Z] === RUN TestContainerNetworkMountsNoChown [2022-12-19T12:45:27.523Z] --- PASS: TestContainerNetworkMountsNoChown (0.45s) [2022-12-19T12:45:27.523Z] === RUN TestMountDaemonRoot [2022-12-19T12:45:27.779Z] === RUN TestMountDaemonRoot/default [2022-12-19T12:45:27.779Z] === PAUSE TestMountDaemonRoot/default [2022-12-19T12:45:27.779Z] === RUN TestMountDaemonRoot/private [2022-12-19T12:45:27.779Z] === PAUSE TestMountDaemonRoot/private [2022-12-19T12:45:27.779Z] === RUN TestMountDaemonRoot/rprivate [2022-12-19T12:45:27.779Z] === PAUSE TestMountDaemonRoot/rprivate [2022-12-19T12:45:27.779Z] === RUN TestMountDaemonRoot/slave [2022-12-19T12:45:27.779Z] === PAUSE TestMountDaemonRoot/slave [2022-12-19T12:45:27.779Z] === RUN TestMountDaemonRoot/rslave [2022-12-19T12:45:27.779Z] === PAUSE TestMountDaemonRoot/rslave [2022-12-19T12:45:27.779Z] === RUN TestMountDaemonRoot/shared [2022-12-19T12:45:27.779Z] === PAUSE TestMountDaemonRoot/shared [2022-12-19T12:45:27.779Z] === RUN TestMountDaemonRoot/rshared [2022-12-19T12:45:27.779Z] === PAUSE TestMountDaemonRoot/rshared [2022-12-19T12:45:27.779Z] === CONT TestMountDaemonRoot/default [2022-12-19T12:45:27.779Z] === RUN TestMountDaemonRoot/default/bind_root [2022-12-19T12:45:27.779Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-12-19T12:45:27.779Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-12-19T12:45:27.779Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-12-19T12:45:27.779Z] === RUN TestMountDaemonRoot/default/mount_root [2022-12-19T12:45:27.779Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-12-19T12:45:27.779Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-12-19T12:45:27.779Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-12-19T12:45:27.780Z] === CONT TestMountDaemonRoot/rslave [2022-12-19T12:45:27.780Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-12-19T12:45:27.780Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-12-19T12:45:27.780Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-12-19T12:45:27.780Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-12-19T12:45:27.780Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-12-19T12:45:27.780Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-12-19T12:45:27.780Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-12-19T12:45:27.780Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-12-19T12:45:27.780Z] === CONT TestMountDaemonRoot/rshared [2022-12-19T12:45:27.780Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-12-19T12:45:27.780Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-12-19T12:45:27.780Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-12-19T12:45:27.780Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-12-19T12:45:27.780Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-12-19T12:45:27.780Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-12-19T12:45:27.780Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-12-19T12:45:27.780Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-12-19T12:45:27.780Z] === CONT TestMountDaemonRoot/shared [2022-12-19T12:45:27.780Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-12-19T12:45:27.780Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-12-19T12:45:27.780Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-12-19T12:45:27.780Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-12-19T12:45:27.780Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-12-19T12:45:27.780Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-12-19T12:45:27.780Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-12-19T12:45:27.780Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-12-19T12:45:27.780Z] === CONT TestMountDaemonRoot/rprivate [2022-12-19T12:45:27.780Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-12-19T12:45:27.780Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-12-19T12:45:27.780Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-12-19T12:45:27.780Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-12-19T12:45:27.780Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-12-19T12:45:27.780Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-12-19T12:45:27.780Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-12-19T12:45:27.780Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-12-19T12:45:27.780Z] === CONT TestMountDaemonRoot/slave [2022-12-19T12:45:27.780Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-12-19T12:45:27.780Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-12-19T12:45:27.780Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-12-19T12:45:27.780Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-12-19T12:45:27.780Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-12-19T12:45:27.780Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-12-19T12:45:27.780Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-12-19T12:45:27.780Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-12-19T12:45:27.780Z] === CONT TestMountDaemonRoot/private [2022-12-19T12:45:27.780Z] === RUN TestMountDaemonRoot/private/bind_root [2022-12-19T12:45:27.780Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-12-19T12:45:27.780Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-12-19T12:45:27.780Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-12-19T12:45:27.780Z] === RUN TestMountDaemonRoot/private/mount_root [2022-12-19T12:45:27.780Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-12-19T12:45:27.780Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-12-19T12:45:27.780Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-12-19T12:45:27.780Z] === CONT TestMountDaemonRoot/default/bind_root [2022-12-19T12:45:27.780Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-12-19T12:45:27.780Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-12-19T12:45:27.780Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-12-19T12:45:27.780Z] === CONT TestMountDaemonRoot/default/mount_root [2022-12-19T12:45:27.780Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-12-19T12:45:27.780Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-12-19T12:45:27.780Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-12-19T12:45:27.780Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-12-19T12:45:27.780Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-12-19T12:45:28.039Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-12-19T12:45:28.039Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-12-19T12:45:28.039Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-12-19T12:45:28.039Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-12-19T12:45:28.039Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-12-19T12:45:28.039Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-12-19T12:45:28.039Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-12-19T12:45:28.039Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-12-19T12:45:28.039Z] === CONT TestMountDaemonRoot/private/bind_root [2022-12-19T12:45:28.039Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-12-19T12:45:28.039Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-12-19T12:45:28.039Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-12-19T12:45:28.039Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-12-19T12:45:28.297Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-12-19T12:45:28.297Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-12-19T12:45:28.297Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-12-19T12:45:28.297Z] === CONT TestMountDaemonRoot/private/mount_root [2022-12-19T12:45:28.297Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-12-19T12:45:28.297Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-12-19T12:45:28.297Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-12-19T12:45:28.297Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2022-12-19T12:45:28.297Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2022-12-19T12:45:28.297Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2022-12-19T12:45:28.297Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2022-12-19T12:45:28.297Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-12-19T12:45:28.297Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2022-12-19T12:45:28.297Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2022-12-19T12:45:28.297Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s) [2022-12-19T12:45:28.297Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2022-12-19T12:45:28.297Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-12-19T12:45:28.297Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2022-12-19T12:45:28.297Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2022-12-19T12:45:28.297Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2022-12-19T12:45:28.297Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2022-12-19T12:45:28.297Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-12-19T12:45:28.297Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2022-12-19T12:45:28.297Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2022-12-19T12:45:28.297Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2022-12-19T12:45:28.297Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2022-12-19T12:45:28.297Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-12-19T12:45:28.297Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2022-12-19T12:45:28.297Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2022-12-19T12:45:28.297Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2022-12-19T12:45:28.297Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2022-12-19T12:45:28.297Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-12-19T12:45:28.297Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2022-12-19T12:45:28.297Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-12-19T12:45:28.297Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2022-12-19T12:45:28.297Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2022-12-19T12:45:28.297Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-12-19T12:45:28.297Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2022-12-19T12:45:28.297Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2022-12-19T12:45:28.297Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2022-12-19T12:45:28.297Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2022-12-19T12:45:28.297Z] === RUN TestContainerBindMountNonRecursive [2022-12-19T12:45:29.667Z] --- PASS: TestContainerBindMountNonRecursive (1.31s) [2022-12-19T12:45:29.667Z] === RUN TestContainerVolumesMountedAsShared [2022-12-19T12:45:29.926Z] --- PASS: TestContainerVolumesMountedAsShared (0.47s) [2022-12-19T12:45:29.926Z] === RUN TestContainerVolumesMountedAsSlave [2022-12-19T12:45:30.489Z] --- PASS: TestContainerVolumesMountedAsSlave (0.40s) [2022-12-19T12:45:30.489Z] === RUN TestContainerCopyLeaksMounts [2022-12-19T12:45:31.053Z] --- PASS: TestContainerCopyLeaksMounts (0.62s) [2022-12-19T12:45:31.053Z] === RUN TestNetworkNat [2022-12-19T12:45:31.618Z] --- PASS: TestNetworkNat (0.55s) [2022-12-19T12:45:31.618Z] === RUN TestNetworkLocalhostTCPNat [2022-12-19T12:45:32.183Z] --- PASS: TestNetworkLocalhostTCPNat (0.51s) [2022-12-19T12:45:32.183Z] === RUN TestNetworkLoopbackNat [2022-12-19T12:45:34.704Z] --- PASS: TestNetworkLoopbackNat (2.62s) [2022-12-19T12:45:34.704Z] === RUN TestPause [2022-12-19T12:45:35.269Z] --- PASS: TestPause (0.48s) [2022-12-19T12:45:35.269Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-12-19T12:45:35.269Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-12-19T12:45:35.269Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-12-19T12:45:35.269Z] === RUN TestPauseStopPausedContainer [2022-12-19T12:45:35.832Z] --- PASS: TestPauseStopPausedContainer (0.51s) [2022-12-19T12:45:35.832Z] === RUN TestPidHost [2022-12-19T12:45:36.763Z] --- PASS: TestPidHost (1.09s) [2022-12-19T12:45:36.763Z] === RUN TestPsFilter [2022-12-19T12:45:37.021Z] --- PASS: TestPsFilter (0.13s) [2022-12-19T12:45:37.021Z] === RUN TestRemoveContainerWithRemovedVolume [2022-12-19T12:45:37.284Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.45s) [2022-12-19T12:45:37.284Z] === RUN TestRemoveContainerWithVolume [2022-12-19T12:45:37.848Z] --- PASS: TestRemoveContainerWithVolume (0.45s) [2022-12-19T12:45:37.848Z] === RUN TestRemoveContainerRunning [2022-12-19T12:45:38.411Z] --- PASS: TestRemoveContainerRunning (0.44s) [2022-12-19T12:45:38.411Z] === RUN TestRemoveContainerForceRemoveRunning [2022-12-19T12:45:38.672Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.48s) [2022-12-19T12:45:38.672Z] === RUN TestRemoveInvalidContainer [2022-12-19T12:45:38.672Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-12-19T12:45:38.672Z] === RUN TestRenameLinkedContainer [2022-12-19T12:45:40.569Z] --- PASS: TestRenameLinkedContainer (1.85s) [2022-12-19T12:45:40.569Z] === RUN TestRenameStoppedContainer [2022-12-19T12:45:41.133Z] --- PASS: TestRenameStoppedContainer (0.45s) [2022-12-19T12:45:41.133Z] === RUN TestRenameRunningContainerAndReuse [2022-12-19T12:45:42.077Z] --- PASS: TestRenameRunningContainerAndReuse (0.92s) [2022-12-19T12:45:42.077Z] === RUN TestRenameInvalidName [2022-12-19T12:45:42.656Z] --- PASS: TestRenameInvalidName (0.49s) [2022-12-19T12:45:42.656Z] === RUN TestRenameAnonymousContainer [2022-12-19T12:45:44.556Z] --- PASS: TestRenameAnonymousContainer (1.68s) [2022-12-19T12:45:44.556Z] === RUN TestRenameContainerWithSameName [2022-12-19T12:45:44.556Z] --- PASS: TestRenameContainerWithSameName (0.45s) [2022-12-19T12:45:44.556Z] === RUN TestRenameContainerWithLinkedContainer [2022-12-19T12:45:45.486Z] --- PASS: TestRenameContainerWithLinkedContainer (0.94s) [2022-12-19T12:45:45.486Z] === RUN TestResize [2022-12-19T12:45:46.050Z] --- PASS: TestResize (0.46s) [2022-12-19T12:45:46.050Z] === RUN TestResizeWithInvalidSize [2022-12-19T12:45:46.613Z] --- PASS: TestResizeWithInvalidSize (0.50s) [2022-12-19T12:45:46.614Z] === RUN TestResizeWhenContainerNotStarted [2022-12-19T12:45:46.870Z] --- PASS: TestResizeWhenContainerNotStarted (0.44s) [2022-12-19T12:45:46.870Z] === RUN TestDaemonRestartKillContainers [2022-12-19T12:45:46.870Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-12-19T12:45:46.870Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-12-19T12:45:46.870Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-12-19T12:45:46.870Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-12-19T12:45:46.870Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-12-19T12:45:46.870Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-12-19T12:45:46.870Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-12-19T12:45:46.870Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-12-19T12:45:46.870Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-12-19T12:45:46.870Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-12-19T12:45:46.870Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-12-19T12:45:46.871Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-12-19T12:45:46.871Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-12-19T12:45:46.871Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-12-19T12:45:46.871Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-12-19T12:45:46.871Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-12-19T12:45:46.871Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-12-19T12:45:46.871Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-12-19T12:45:46.871Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-12-19T12:45:46.871Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-12-19T12:45:46.871Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-12-19T12:45:46.871Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-12-19T12:45:46.871Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-12-19T12:45:46.871Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-12-19T12:45:46.871Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-12-19T12:45:46.871Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-12-19T12:45:46.871Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-12-19T12:45:46.871Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-12-19T12:45:46.871Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-12-19T12:45:46.871Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-12-19T12:45:46.871Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-12-19T12:45:46.871Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-12-19T12:45:46.871Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-12-19T12:45:46.871Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-12-19T12:45:48.240Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-12-19T12:45:48.496Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-12-19T12:45:49.865Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-12-19T12:45:49.865Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-12-19T12:45:51.235Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-12-19T12:45:51.235Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-12-19T12:45:54.509Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-12-19T12:45:54.509Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-12-19T12:45:58.682Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-12-19T12:45:58.682Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-12-19T12:45:59.612Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-12-19T12:46:00.176Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-12-19T12:46:01.545Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-12-19T12:46:02.108Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-12-19T12:46:03.478Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-12-19T12:46:03.478Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.24s) [2022-12-19T12:46:03.478Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.54s) [2022-12-19T12:46:03.478Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.52s) [2022-12-19T12:46:03.478Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.30s) [2022-12-19T12:46:03.478Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.19s) [2022-12-19T12:46:03.478Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.18s) [2022-12-19T12:46:03.478Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.39s) [2022-12-19T12:46:03.478Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.46s) [2022-12-19T12:46:03.478Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.88s) [2022-12-19T12:46:03.478Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (3.96s) [2022-12-19T12:46:03.478Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.51s) [2022-12-19T12:46:03.478Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.65s) [2022-12-19T12:46:03.478Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.85s) [2022-12-19T12:46:03.478Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.94s) [2022-12-19T12:46:03.478Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.63s) [2022-12-19T12:46:03.478Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.58s) [2022-12-19T12:46:03.478Z] === RUN TestContainerWithAutoRemoveCanBeRestarted [2022-12-19T12:46:03.478Z] === RUN TestContainerWithAutoRemoveCanBeRestarted/kill [2022-12-19T12:46:04.847Z] === RUN TestContainerWithAutoRemoveCanBeRestarted/stop [2022-12-19T12:46:05.410Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (1.86s) [2022-12-19T12:46:05.410Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (0.96s) [2022-12-19T12:46:05.410Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (0.89s) [2022-12-19T12:46:05.410Z] === RUN TestCgroupNamespacesRun [2022-12-19T12:46:06.779Z] --- PASS: TestCgroupNamespacesRun (1.19s) [2022-12-19T12:46:06.779Z] === RUN TestCgroupNamespacesRunPrivileged [2022-12-19T12:46:07.710Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.10s) [2022-12-19T12:46:07.710Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-12-19T12:46:09.079Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.09s) [2022-12-19T12:46:09.079Z] === RUN TestCgroupNamespacesRunHostMode [2022-12-19T12:46:10.010Z] --- PASS: TestCgroupNamespacesRunHostMode (1.10s) [2022-12-19T12:46:10.010Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-12-19T12:46:10.941Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.09s) [2022-12-19T12:46:10.941Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-12-19T12:46:12.310Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.09s) [2022-12-19T12:46:12.310Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-12-19T12:46:12.873Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.60s) [2022-12-19T12:46:12.873Z] === RUN TestCgroupNamespacesRunOlderClient [2022-12-19T12:46:13.803Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.11s) [2022-12-19T12:46:13.803Z] === RUN TestNISDomainname [2022-12-19T12:46:14.368Z] --- PASS: TestNISDomainname (0.52s) [2022-12-19T12:46:14.368Z] === RUN TestHostnameDnsResolution [2022-12-19T12:46:14.931Z] --- PASS: TestHostnameDnsResolution (0.69s) [2022-12-19T12:46:14.931Z] === RUN TestUnprivilegedPortsAndPing [2022-12-19T12:46:15.494Z] --- PASS: TestUnprivilegedPortsAndPing (0.55s) [2022-12-19T12:46:15.494Z] === RUN TestPrivilegedHostDevices [2022-12-19T12:46:16.057Z] --- PASS: TestPrivilegedHostDevices (0.54s) [2022-12-19T12:46:16.057Z] === RUN TestRunConsoleSize [2022-12-19T12:46:16.621Z] --- PASS: TestRunConsoleSize (0.45s) [2022-12-19T12:46:16.621Z] === RUN TestRunWithAlternativeContainerdShim [2022-12-19T12:46:19.140Z] --- PASS: TestRunWithAlternativeContainerdShim (2.07s) [2022-12-19T12:46:19.140Z] === RUN TestStats [2022-12-19T12:46:21.032Z] --- PASS: TestStats (2.47s) [2022-12-19T12:46:21.032Z] === RUN TestStopContainerWithTimeout [2022-12-19T12:46:21.032Z] === RUN TestStopContainerWithTimeout/0 [2022-12-19T12:46:21.032Z] === PAUSE TestStopContainerWithTimeout/0 [2022-12-19T12:46:21.032Z] === RUN TestStopContainerWithTimeout/1 [2022-12-19T12:46:21.032Z] === PAUSE TestStopContainerWithTimeout/1 [2022-12-19T12:46:21.032Z] === RUN TestStopContainerWithTimeout/3 [2022-12-19T12:46:21.032Z] === PAUSE TestStopContainerWithTimeout/3 [2022-12-19T12:46:21.032Z] === RUN TestStopContainerWithTimeout/-1 [2022-12-19T12:46:21.032Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-12-19T12:46:21.032Z] === CONT TestStopContainerWithTimeout/0 [2022-12-19T12:46:21.032Z] === CONT TestStopContainerWithTimeout/-1 [2022-12-19T12:46:21.963Z] === CONT TestStopContainerWithTimeout/3 [2022-12-19T12:46:23.854Z] === CONT TestStopContainerWithTimeout/1 [2022-12-19T12:46:25.222Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-12-19T12:46:25.222Z] --- PASS: TestStopContainerWithTimeout/0 (0.75s) [2022-12-19T12:46:25.222Z] --- PASS: TestStopContainerWithTimeout/-1 (2.63s) [2022-12-19T12:46:25.222Z] --- PASS: TestStopContainerWithTimeout/3 (2.41s) [2022-12-19T12:46:25.222Z] --- PASS: TestStopContainerWithTimeout/1 (1.46s) [2022-12-19T12:46:25.222Z] === RUN TestDeleteDevicemapper [2022-12-19T12:46:25.222Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-12-19T12:46:25.222Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-12-19T12:46:25.222Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-12-19T12:46:26.591Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.40s) [2022-12-19T12:46:26.591Z] === RUN TestUpdateMemory [2022-12-19T12:46:27.154Z] --- PASS: TestUpdateMemory (0.55s) [2022-12-19T12:46:27.154Z] === RUN TestUpdateCPUQuota [2022-12-19T12:46:28.086Z] --- PASS: TestUpdateCPUQuota (0.69s) [2022-12-19T12:46:28.086Z] === RUN TestUpdatePidsLimit [2022-12-19T12:46:28.086Z] === RUN TestUpdatePidsLimit/update_from_none [2022-12-19T12:46:28.086Z] === RUN TestUpdatePidsLimit/no_change [2022-12-19T12:46:28.343Z] === RUN TestUpdatePidsLimit/update_lower [2022-12-19T12:46:28.600Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-12-19T12:46:28.600Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-12-19T12:46:28.856Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-12-19T12:46:29.419Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-12-19T12:46:29.982Z] --- PASS: TestUpdatePidsLimit (2.08s) [2022-12-19T12:46:29.982Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.20s) [2022-12-19T12:46:29.982Z] --- PASS: TestUpdatePidsLimit/no_change (0.23s) [2022-12-19T12:46:29.982Z] --- PASS: TestUpdatePidsLimit/update_lower (0.20s) [2022-12-19T12:46:29.982Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.20s) [2022-12-19T12:46:29.982Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.23s) [2022-12-19T12:46:29.982Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.33s) [2022-12-19T12:46:29.982Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.18s) [2022-12-19T12:46:29.982Z] === RUN TestUpdateRestartPolicy [2022-12-19T12:46:42.217Z] --- PASS: TestUpdateRestartPolicy (10.96s) [2022-12-19T12:46:42.217Z] === RUN TestUpdateRestartWithAutoRemove [2022-12-19T12:46:42.217Z] --- PASS: TestUpdateRestartWithAutoRemove (0.48s) [2022-12-19T12:46:42.217Z] === RUN TestWaitNonBlocked [2022-12-19T12:46:42.217Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-12-19T12:46:42.217Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-12-19T12:46:42.217Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-12-19T12:46:42.217Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-12-19T12:46:42.217Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-12-19T12:46:42.217Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-12-19T12:46:42.217Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-12-19T12:46:42.217Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.83s) [2022-12-19T12:46:42.217Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.87s) [2022-12-19T12:46:42.217Z] === RUN TestWaitBlocked [2022-12-19T12:46:42.217Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-12-19T12:46:42.217Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-12-19T12:46:42.217Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-12-19T12:46:42.217Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-12-19T12:46:42.217Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-12-19T12:46:42.217Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-12-19T12:46:43.147Z] --- PASS: TestWaitBlocked (0.01s) [2022-12-19T12:46:43.147Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.67s) [2022-12-19T12:46:43.147Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.74s) [2022-12-19T12:46:43.147Z] === RUN TestWaitConditions [2022-12-19T12:46:43.147Z] === RUN TestWaitConditions/default [2022-12-19T12:46:43.147Z] === PAUSE TestWaitConditions/default [2022-12-19T12:46:43.147Z] === RUN TestWaitConditions/not-running [2022-12-19T12:46:43.147Z] === PAUSE TestWaitConditions/not-running [2022-12-19T12:46:43.147Z] === RUN TestWaitConditions/next-exit [2022-12-19T12:46:43.147Z] === PAUSE TestWaitConditions/next-exit [2022-12-19T12:46:43.147Z] === RUN TestWaitConditions/removed [2022-12-19T12:46:43.147Z] === PAUSE TestWaitConditions/removed [2022-12-19T12:46:43.147Z] === CONT TestWaitConditions/default [2022-12-19T12:46:43.147Z] === CONT TestWaitConditions/removed [2022-12-19T12:46:43.147Z] wait_test.go:146: ContainerID = ba9b880b79211cc9eb16120f395babcfda546950cde0f00de61a0e2d8aa50696 [2022-12-19T12:46:43.147Z] === CONT TestWaitConditions/default [2022-12-19T12:46:43.147Z] wait_test.go:146: ContainerID = c3b010afce49010e556a44f5c5bc1bfe0891177dfe8491e2a32da462b4592fbc [2022-12-19T12:46:43.711Z] === CONT TestWaitConditions/not-running [2022-12-19T12:46:43.711Z] wait_test.go:146: ContainerID = 829e3161a016d84b66a4ba5c0b10312dbcbeffec076c009b271cd1bbdbdd0139 [2022-12-19T12:46:43.711Z] === CONT TestWaitConditions/next-exit [2022-12-19T12:46:43.711Z] wait_test.go:146: ContainerID = 6cb89a3c1261327dd3b4167edbf8c96a71b28b7a2536501ece532ed6d9980b54 [2022-12-19T12:46:44.275Z] --- PASS: TestWaitConditions (0.01s) [2022-12-19T12:46:44.275Z] --- PASS: TestWaitConditions/removed (0.61s) [2022-12-19T12:46:44.275Z] --- PASS: TestWaitConditions/default (0.65s) [2022-12-19T12:46:44.275Z] --- PASS: TestWaitConditions/not-running (0.52s) [2022-12-19T12:46:44.275Z] --- PASS: TestWaitConditions/next-exit (0.58s) [2022-12-19T12:46:44.275Z] === RUN TestWaitRestartedContainer [2022-12-19T12:46:44.275Z] === RUN TestWaitRestartedContainer/default [2022-12-19T12:46:44.275Z] === PAUSE TestWaitRestartedContainer/default [2022-12-19T12:46:44.275Z] === RUN TestWaitRestartedContainer/not-running [2022-12-19T12:46:44.275Z] === PAUSE TestWaitRestartedContainer/not-running [2022-12-19T12:46:44.275Z] === RUN TestWaitRestartedContainer/next-exit [2022-12-19T12:46:44.275Z] === PAUSE TestWaitRestartedContainer/next-exit [2022-12-19T12:46:44.275Z] === CONT TestWaitRestartedContainer/default [2022-12-19T12:46:44.275Z] === CONT TestWaitRestartedContainer/next-exit [2022-12-19T12:46:45.644Z] === CONT TestWaitRestartedContainer/not-running [2022-12-19T12:46:46.575Z] --- PASS: TestWaitRestartedContainer (0.02s) [2022-12-19T12:46:46.575Z] --- PASS: TestWaitRestartedContainer/default (1.42s) [2022-12-19T12:46:46.575Z] --- PASS: TestWaitRestartedContainer/next-exit (1.45s) [2022-12-19T12:46:46.575Z] --- PASS: TestWaitRestartedContainer/not-running (0.94s) [2022-12-19T12:46:46.575Z] === CONT TestRestartDaemonWithRestartingContainer [2022-12-19T12:46:46.575Z] === CONT TestContainerStartOnDaemonRestart [2022-12-19T12:46:49.098Z] --- PASS: TestContainerStartOnDaemonRestart (1.98s) [2022-12-19T12:46:49.098Z] === CONT TestDaemonHostGatewayIP [2022-12-19T12:46:49.355Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.74s) [2022-12-19T12:46:49.355Z] === CONT TestDaemonRestartIpcMode [2022-12-19T12:46:51.253Z] --- PASS: TestDaemonHostGatewayIP (2.37s) [2022-12-19T12:46:51.253Z] === CONT TestIpcModeOlderClient [2022-12-19T12:46:51.253Z] --- PASS: TestIpcModeOlderClient (0.07s) [2022-12-19T12:46:51.253Z] === CONT TestContainerKillOnDaemonStart [2022-12-19T12:46:51.816Z] --- PASS: TestDaemonRestartIpcMode (2.31s) [2022-12-19T12:47:03.991Z] --- PASS: TestContainerKillOnDaemonStart (11.47s) [2022-12-19T12:47:03.991Z] PASS [2022-12-19T12:47:03.991Z] [2022-12-19T12:47:03.991Z] === Skipped [2022-12-19T12:47:03.991Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2022-12-19T12:47:03.991Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-12-19T12:47:03.991Z] [2022-12-19T12:47:03.991Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-12-19T12:47:03.991Z] pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-12-19T12:47:03.991Z] [2022-12-19T12:47:03.991Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2022-12-19T12:47:03.991Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-12-19T12:47:03.991Z] [2022-12-19T12:47:03.991Z] DONE 281 tests, 3 skipped in 132.193s [2022-12-19T12:47:03.991Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m [2022-12-19T12:47:03.991Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2022-12-19T12:47:03.991Z] ++ set -e [2022-12-19T12:47:03.991Z] ++ '[' -n 0 ']' [2022-12-19T12:47:03.991Z] ++ set -x [2022-12-19T12:47:03.992Z] ++ 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-12-19T12:47:03.992Z] INFO: Testing against a local daemon [2022-12-19T12:47:03.992Z] === RUN TestConfigDaemonID [2022-12-19T12:47:03.992Z] daemon_test.go:51: [dcb8c9da681a0] daemon is not started [2022-12-19T12:47:03.992Z] --- PASS: TestConfigDaemonID (1.04s) [2022-12-19T12:47:03.992Z] === RUN TestDaemonConfigValidation [2022-12-19T12:47:03.992Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-12-19T12:47:03.992Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-12-19T12:47:03.992Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-12-19T12:47:03.992Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-12-19T12:47:03.992Z] === RUN TestDaemonConfigValidation/invalid_config [2022-12-19T12:47:03.992Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-12-19T12:47:03.992Z] === RUN TestDaemonConfigValidation/malformed_config [2022-12-19T12:47:03.992Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-12-19T12:47:03.992Z] === RUN TestDaemonConfigValidation/valid_config [2022-12-19T12:47:03.992Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-12-19T12:47:03.992Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-12-19T12:47:03.992Z] === CONT TestDaemonConfigValidation/malformed_config [2022-12-19T12:47:03.992Z] === CONT TestDaemonConfigValidation/valid_config [2022-12-19T12:47:03.992Z] === CONT TestDaemonConfigValidation/invalid_config [2022-12-19T12:47:03.992Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-12-19T12:47:03.992Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-12-19T12:47:03.992Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.07s) [2022-12-19T12:47:03.992Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.08s) [2022-12-19T12:47:03.992Z] --- PASS: TestDaemonConfigValidation/valid_config (0.08s) [2022-12-19T12:47:03.992Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.08s) [2022-12-19T12:47:03.992Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.06s) [2022-12-19T12:47:03.992Z] === RUN TestConfigDaemonSeccompProfiles [2022-12-19T12:47:03.992Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-12-19T12:47:04.922Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-12-19T12:47:06.290Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-12-19T12:47:07.220Z] === CONT TestConfigDaemonSeccompProfiles [2022-12-19T12:47:07.220Z] daemon_test.go:165: [dfbca62727cee] daemon is not started [2022-12-19T12:47:07.220Z] --- PASS: TestConfigDaemonSeccompProfiles (3.13s) [2022-12-19T12:47:07.220Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2022-12-19T12:47:07.220Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2022-12-19T12:47:07.220Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) [2022-12-19T12:47:07.220Z] === RUN TestDaemonProxy [2022-12-19T12:47:07.220Z] === RUN TestDaemonProxy/environment_variables [2022-12-19T12:47:09.112Z] === RUN TestDaemonProxy/command-line_options [2022-12-19T12:47:11.005Z] === RUN TestDaemonProxy/configuration_file [2022-12-19T12:47:12.372Z] === RUN TestDaemonProxy/conflicting_options [2022-12-19T12:47:12.936Z] === RUN TestDaemonProxy/reload_sanitized [2022-12-19T12:47:13.498Z] --- PASS: TestDaemonProxy (6.26s) [2022-12-19T12:47:13.499Z] --- PASS: TestDaemonProxy/environment_variables (1.75s) [2022-12-19T12:47:13.499Z] --- PASS: TestDaemonProxy/command-line_options (1.75s) [2022-12-19T12:47:13.499Z] --- PASS: TestDaemonProxy/configuration_file (1.73s) [2022-12-19T12:47:13.499Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-12-19T12:47:13.499Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-12-19T12:47:13.499Z] === RUN TestLiveRestore [2022-12-19T12:47:13.499Z] === RUN TestLiveRestore/volume_references [2022-12-19T12:47:13.499Z] === PAUSE TestLiveRestore/volume_references [2022-12-19T12:47:13.499Z] === CONT TestLiveRestore/volume_references [2022-12-19T12:47:14.062Z] === RUN TestLiveRestore/volume_references/restartPolicy [2022-12-19T12:47:14.062Z] === RUN TestLiveRestore/volume_references/restartPolicy/always [2022-12-19T12:47:14.993Z] === RUN TestLiveRestore/volume_references/restartPolicy/unless-stopped [2022-12-19T12:47:15.922Z] === RUN TestLiveRestore/volume_references/restartPolicy/on-failure [2022-12-19T12:47:16.852Z] === RUN TestLiveRestore/volume_references/restartPolicy/no [2022-12-19T12:47:17.782Z] --- PASS: TestLiveRestore (0.00s) [2022-12-19T12:47:17.782Z] --- PASS: TestLiveRestore/volume_references (4.30s) [2022-12-19T12:47:17.782Z] --- PASS: TestLiveRestore/volume_references/restartPolicy (3.70s) [2022-12-19T12:47:17.782Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/always (1.02s) [2022-12-19T12:47:17.782Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/unless-stopped (0.88s) [2022-12-19T12:47:17.782Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/on-failure (0.90s) [2022-12-19T12:47:17.782Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/no (0.89s) [2022-12-19T12:47:17.782Z] PASS [2022-12-19T12:47:17.782Z] [2022-12-19T12:47:17.782Z] DONE 24 tests in 15.155s [2022-12-19T12:47:17.782Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2022-12-19T12:47:17.782Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m [2022-12-19T12:47:17.782Z] ++ set -e [2022-12-19T12:47:17.782Z] ++ '[' -n 0 ']' [2022-12-19T12:47:17.782Z] ++ set -x [2022-12-19T12:47:17.782Z] ++ 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-12-19T12:47:18.039Z] INFO: Testing against a local daemon [2022-12-19T12:47:18.039Z] === RUN TestCommitInheritsEnv [2022-12-19T12:47:18.039Z] --- PASS: TestCommitInheritsEnv (0.17s) [2022-12-19T12:47:18.039Z] === RUN TestImportExtremelyLargeImageWorks [2022-12-19T12:47:18.039Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-12-19T12:47:18.039Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-12-19T12:47:18.039Z] === RUN TestImportWithCustomPlatform [2022-12-19T12:47:18.039Z] === RUN TestImportWithCustomPlatform/#00 [2022-12-19T12:47:18.039Z] === RUN TestImportWithCustomPlatform/_______ [2022-12-19T12:47:18.039Z] === RUN TestImportWithCustomPlatform// [2022-12-19T12:47:18.039Z] === RUN TestImportWithCustomPlatform/linux [2022-12-19T12:47:18.295Z] === RUN TestImportWithCustomPlatform/LINUX [2022-12-19T12:47:18.295Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-12-19T12:47:18.295Z] === RUN TestImportWithCustomPlatform/macos [2022-12-19T12:47:18.295Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-12-19T12:47:18.295Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-12-19T12:47:18.295Z] --- PASS: TestImportWithCustomPlatform (0.12s) [2022-12-19T12:47:18.295Z] --- PASS: TestImportWithCustomPlatform/#00 (0.02s) [2022-12-19T12:47:18.295Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-12-19T12:47:18.295Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-12-19T12:47:18.295Z] --- PASS: TestImportWithCustomPlatform/linux (0.02s) [2022-12-19T12:47:18.295Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.03s) [2022-12-19T12:47:18.295Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.02s) [2022-12-19T12:47:18.295Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-12-19T12:47:18.295Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-12-19T12:47:18.295Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-12-19T12:47:18.295Z] === RUN TestImagesFilterMultiReference [2022-12-19T12:47:18.295Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2022-12-19T12:47:18.295Z] === RUN TestImagesFilterBeforeSince [2022-12-19T12:47:18.552Z] list_test.go:87: ImageList: ID=sha256:49616b7d4686eeaacbfa0eb5c666f3b701f048e443ca3686e7eeb9a8d72bd776 RepoTags=[testimagesfilterbeforesince:v2] [2022-12-19T12:47:18.552Z] list_test.go:87: ImageList: ID=sha256:ec62b0b3c185a5809b2373f9a58e218fde58500f21ec1d4946bee46394225d20 RepoTags=[testimagesfilterbeforesince:v3] [2022-12-19T12:47:18.552Z] list_test.go:87: ImageList: ID=sha256:1e2bbf87a44a6cd2eb76f7969dfcd74f33137386c2a1826203bb67cd1cabeaa0 RepoTags=[testimagesfilterbeforesince:v1] [2022-12-19T12:47:18.552Z] --- PASS: TestImagesFilterBeforeSince (0.25s) [2022-12-19T12:47:18.552Z] === RUN TestImagePullPlatformInvalid [2022-12-19T12:47:18.552Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-12-19T12:47:18.552Z] === RUN TestImagePullStoredfDigestForOtherRepo [2022-12-19T12:47:18.811Z] time="2022-12-19T12:47:18Z" 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.4 instance.id=15c4e2e6-0e82-459f-940f-181910256c86 version="v2.3.0+unknown" [2022-12-19T12:47:18.811Z] time="2022-12-19T12:47:18Z" level=info msg="Starting upload purge in 46m0s" go.version=go1.19.4 instance.id=15c4e2e6-0e82-459f-940f-181910256c86 version="v2.3.0+unknown" [2022-12-19T12:47:18.811Z] time="2022-12-19T12:47:18Z" level=info msg="redis not configured" go.version=go1.19.4 instance.id=15c4e2e6-0e82-459f-940f-181910256c86 version="v2.3.0+unknown" [2022-12-19T12:47:18.811Z] time="2022-12-19T12:47:18Z" level=info msg="listening on 127.0.0.1:5000" go.version=go1.19.4 instance.id=15c4e2e6-0e82-459f-940f-181910256c86 version="v2.3.0+unknown" [2022-12-19T12:47:18.811Z] time="2022-12-19T12:47:18Z" level=debug msg="authorizing request" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=e4a37e8a-2897-4d9f-8979-0b3a52bd4d52 http.request.method=GET http.request.remoteaddr="127.0.0.1:38718" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 version="v2.3.0+unknown" [2022-12-19T12:47:18.811Z] time="2022-12-19T12:47:18Z" level=info msg="response completed" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=e4a37e8a-2897-4d9f-8979-0b3a52bd4d52 http.request.method=GET http.request.remoteaddr="127.0.0.1:38718" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=3.737161ms http.response.status=200 http.response.written=2 instance.id=15c4e2e6-0e82-459f-940f-181910256c86 version="v2.3.0+unknown" [2022-12-19T12:47:18.811Z] 127.0.0.1 - - [19/Dec/2022:12:47:18 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1" [2022-12-19T12:47:18.811Z] time="2022-12-19T12:47:18Z" level=debug msg="authorizing request" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=9a1265a2-0e0e-4d30-ad6c-2c74c9e7b9dc http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38722" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.13+unknown" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" [2022-12-19T12:47:18.811Z] time="2022-12-19T12:47:18Z" level=debug msg="authorizing request" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=5152ed21-25a3-4b8b-bc6a-3a1a5e0d354b http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38724" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.13+unknown" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" [2022-12-19T12:47:18.812Z] time="2022-12-19T12:47:18Z" level=debug msg=GetBlob go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=5152ed21-25a3-4b8b-bc6a-3a1a5e0d354b http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38724" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.13+unknown" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" [2022-12-19T12:47:18.812Z] time="2022-12-19T12:47:18Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=5152ed21-25a3-4b8b-bc6a-3a1a5e0d354b http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38724" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.13+unknown" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 trace.duration=134.097µs trace.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=92d05fb5-b1fe-4297-bca7-9c7f913642ee trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" [2022-12-19T12:47:18.812Z] time="2022-12-19T12:47:18Z" 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.4 http.request.host="127.0.0.1:5000" http.request.id=5152ed21-25a3-4b8b-bc6a-3a1a5e0d354b http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38724" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.13+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=3.794416ms http.response.status=404 http.response.written=157 instance.id=15c4e2e6-0e82-459f-940f-181910256c86 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" [2022-12-19T12:47:18.812Z] 127.0.0.1 - - [19/Dec/2022:12:47:18 +0000] "HEAD /v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe HTTP/1.1" 404 157 "" "containerd/1.6.13+unknown" [2022-12-19T12:47:18.812Z] time="2022-12-19T12:47:18Z" level=debug msg=GetBlob go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=9a1265a2-0e0e-4d30-ad6c-2c74c9e7b9dc http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38722" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.13+unknown" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" [2022-12-19T12:47:18.812Z] time="2022-12-19T12:47:18Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=9a1265a2-0e0e-4d30-ad6c-2c74c9e7b9dc http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38722" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.13+unknown" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 trace.duration=34.577µs trace.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=4eff5b8a-a3ab-4afa-82b0-56fea38b2c58 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" [2022-12-19T12:47:18.812Z] time="2022-12-19T12:47:18Z" 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.4 http.request.host="127.0.0.1:5000" http.request.id=9a1265a2-0e0e-4d30-ad6c-2c74c9e7b9dc http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38722" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.13+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=5.332397ms http.response.status=404 http.response.written=157 instance.id=15c4e2e6-0e82-459f-940f-181910256c86 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" [2022-12-19T12:47:18.812Z] 127.0.0.1 - - [19/Dec/2022:12:47:18 +0000] "HEAD /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 404 157 "" "containerd/1.6.13+unknown" [2022-12-19T12:47:18.812Z] time="2022-12-19T12:47:18Z" level=debug msg="authorizing request" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=74fb4da0-c019-4615-83b3-4a1c190364d0 http.request.method=POST http.request.remoteaddr="127.0.0.1:38724" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.13+unknown" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 vars.name=test version="v2.3.0+unknown" [2022-12-19T12:47:18.812Z] time="2022-12-19T12:47:18Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=74fb4da0-c019-4615-83b3-4a1c190364d0 http.request.method=POST http.request.remoteaddr="127.0.0.1:38724" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.13+unknown" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 vars.name=test version="v2.3.0+unknown" [2022-12-19T12:47:18.812Z] time="2022-12-19T12:47:18Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/9f5cb4fc-3c7c-4bca-bcdd-202000d9de78/startedat\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=74fb4da0-c019-4615-83b3-4a1c190364d0 http.request.method=POST http.request.remoteaddr="127.0.0.1:38724" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.13+unknown" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 trace.duration=269.13µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=b6395f09-e48d-4bbc-966e-b89799c7a78a trace.line=95 vars.name=test version="v2.3.0+unknown" [2022-12-19T12:47:18.812Z] time="2022-12-19T12:47:18Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/9f5cb4fc-3c7c-4bca-bcdd-202000d9de78/data\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=74fb4da0-c019-4615-83b3-4a1c190364d0 http.request.method=POST http.request.remoteaddr="127.0.0.1:38724" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.13+unknown" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 trace.duration=30.401µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=bc7bc877-51d6-485e-ad13-ff14c1433966 trace.line=141 vars.name=test version="v2.3.0+unknown" [2022-12-19T12:47:18.812Z] time="2022-12-19T12:47:18Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/9f5cb4fc-3c7c-4bca-bcdd-202000d9de78/hashstates/sha256/0\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=74fb4da0-c019-4615-83b3-4a1c190364d0 http.request.method=POST http.request.remoteaddr="127.0.0.1:38724" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.13+unknown" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 trace.duration=87.82µs trace.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=75a8e749-d773-49e2-a2f9-c8c3985103fd trace.line=95 vars.name=test version="v2.3.0+unknown" [2022-12-19T12:47:18.812Z] time="2022-12-19T12:47:18Z" level=info msg="response completed" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=74fb4da0-c019-4615-83b3-4a1c190364d0 http.request.method=POST http.request.remoteaddr="127.0.0.1:38724" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.13+unknown" http.response.duration=4.446992ms http.response.status=202 http.response.written=0 instance.id=15c4e2e6-0e82-459f-940f-181910256c86 version="v2.3.0+unknown" [2022-12-19T12:47:18.812Z] 127.0.0.1 - - [19/Dec/2022:12:47:18 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.6.13+unknown" [2022-12-19T12:47:18.812Z] time="2022-12-19T12:47:18Z" level=debug msg="authorizing request" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=e53bf3e7-7be0-4cc4-8590-73bf3e17b66c http.request.method=POST http.request.remoteaddr="127.0.0.1:38722" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.13+unknown" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 vars.name=test version="v2.3.0+unknown" [2022-12-19T12:47:18.812Z] time="2022-12-19T12:47:18Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=e53bf3e7-7be0-4cc4-8590-73bf3e17b66c http.request.method=POST http.request.remoteaddr="127.0.0.1:38722" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.13+unknown" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 vars.name=test version="v2.3.0+unknown" [2022-12-19T12:47:18.812Z] time="2022-12-19T12:47:18Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/fdc982ff-0793-46de-a6e9-a2c1973b007c/startedat\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=e53bf3e7-7be0-4cc4-8590-73bf3e17b66c http.request.method=POST http.request.remoteaddr="127.0.0.1:38722" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.13+unknown" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 trace.duration=4.675686ms trace.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=f37f948e-4a94-4652-b154-1bcb27b08c26 trace.line=95 vars.name=test version="v2.3.0+unknown" [2022-12-19T12:47:18.812Z] time="2022-12-19T12:47:18Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/fdc982ff-0793-46de-a6e9-a2c1973b007c/data\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=e53bf3e7-7be0-4cc4-8590-73bf3e17b66c http.request.method=POST http.request.remoteaddr="127.0.0.1:38722" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.13+unknown" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 trace.duration=28.12µs trace.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=45ca932e-d18e-4810-85da-41d7303b985d trace.line=141 vars.name=test version="v2.3.0+unknown" [2022-12-19T12:47:18.812Z] time="2022-12-19T12:47:18Z" level=debug msg="authorizing request" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a3ee2443-d458-42a4-84d4-b085ff04d04f http.request.method=PUT http.request.remoteaddr="127.0.0.1:38724" http.request.uri="/v2/test/blobs/uploads/9f5cb4fc-3c7c-4bca-bcdd-202000d9de78?_state=UwDJaIXLCCTHzQvWoQ1-Q5oL1e-rALmGNkc6X1cIqvt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjlmNWNiNGZjLTNjN2MtNGJjYS1iY2RkLTIwMjAwMGQ5ZGU3OCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0xOVQxMjo0NzoxOC42ODg0MjM4ODlaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.13+unknown" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 vars.name=test vars.uuid=9f5cb4fc-3c7c-4bca-bcdd-202000d9de78 version="v2.3.0+unknown" [2022-12-19T12:47:18.812Z] time="2022-12-19T12:47:18Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a3ee2443-d458-42a4-84d4-b085ff04d04f http.request.method=PUT http.request.remoteaddr="127.0.0.1:38724" http.request.uri="/v2/test/blobs/uploads/9f5cb4fc-3c7c-4bca-bcdd-202000d9de78?_state=UwDJaIXLCCTHzQvWoQ1-Q5oL1e-rALmGNkc6X1cIqvt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjlmNWNiNGZjLTNjN2MtNGJjYS1iY2RkLTIwMjAwMGQ5ZGU3OCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0xOVQxMjo0NzoxOC42ODg0MjM4ODlaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.13+unknown" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 vars.name=test vars.uuid=9f5cb4fc-3c7c-4bca-bcdd-202000d9de78 version="v2.3.0+unknown" [2022-12-19T12:47:18.812Z] time="2022-12-19T12:47:18Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_uploads/9f5cb4fc-3c7c-4bca-bcdd-202000d9de78/startedat\")" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a3ee2443-d458-42a4-84d4-b085ff04d04f http.request.method=PUT http.request.remoteaddr="127.0.0.1:38724" http.request.uri="/v2/test/blobs/uploads/9f5cb4fc-3c7c-4bca-bcdd-202000d9de78?_state=UwDJaIXLCCTHzQvWoQ1-Q5oL1e-rALmGNkc6X1cIqvt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjlmNWNiNGZjLTNjN2MtNGJjYS1iY2RkLTIwMjAwMGQ5ZGU3OCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0xOVQxMjo0NzoxOC42ODg0MjM4ODlaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.13+unknown" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 trace.duration=46.688µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=019b92b6-45ae-44f5-9fc3-fad7296ac5d9 trace.line=82 vars.name=test vars.uuid=9f5cb4fc-3c7c-4bca-bcdd-202000d9de78 version="v2.3.0+unknown" [2022-12-19T12:47:18.812Z] time="2022-12-19T12:47:18Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_uploads/fdc982ff-0793-46de-a6e9-a2c1973b007c/hashstates/sha256/0\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=e53bf3e7-7be0-4cc4-8590-73bf3e17b66c http.request.method=POST http.request.remoteaddr="127.0.0.1:38722" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.13+unknown" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 trace.duration=91.825µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=ff58b35e-2c73-4cf3-866f-1a6922d39f5c trace.line=95 vars.name=test version="v2.3.0+unknown" [2022-12-19T12:47:18.812Z] time="2022-12-19T12:47:18Z" level=info msg="response completed" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=e53bf3e7-7be0-4cc4-8590-73bf3e17b66c http.request.method=POST http.request.remoteaddr="127.0.0.1:38722" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.6.13+unknown" http.response.duration=12.927351ms http.response.status=202 http.response.written=0 instance.id=15c4e2e6-0e82-459f-940f-181910256c86 version="v2.3.0+unknown" [2022-12-19T12:47:18.812Z] 127.0.0.1 - - [19/Dec/2022:12:47:18 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.6.13+unknown" [2022-12-19T12:47:18.812Z] time="2022-12-19T12:47:18Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/9f5cb4fc-3c7c-4bca-bcdd-202000d9de78/data\")" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a3ee2443-d458-42a4-84d4-b085ff04d04f http.request.method=PUT http.request.remoteaddr="127.0.0.1:38724" http.request.uri="/v2/test/blobs/uploads/9f5cb4fc-3c7c-4bca-bcdd-202000d9de78?_state=UwDJaIXLCCTHzQvWoQ1-Q5oL1e-rALmGNkc6X1cIqvt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjlmNWNiNGZjLTNjN2MtNGJjYS1iY2RkLTIwMjAwMGQ5ZGU3OCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0xOVQxMjo0NzoxOC42ODg0MjM4ODlaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.13+unknown" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 trace.duration=23.426µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=1336be02-5606-4eac-aa09-8d346ef01581 trace.line=141 vars.name=test vars.uuid=9f5cb4fc-3c7c-4bca-bcdd-202000d9de78 version="v2.3.0+unknown" [2022-12-19T12:47:18.812Z] time="2022-12-19T12:47:18Z" level=debug msg="filesystem.WriteStream(\"/docker/registry/v2/repositories/test/_uploads/9f5cb4fc-3c7c-4bca-bcdd-202000d9de78/data\", 0)" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a3ee2443-d458-42a4-84d4-b085ff04d04f http.request.method=PUT http.request.remoteaddr="127.0.0.1:38724" http.request.uri="/v2/test/blobs/uploads/9f5cb4fc-3c7c-4bca-bcdd-202000d9de78?_state=UwDJaIXLCCTHzQvWoQ1-Q5oL1e-rALmGNkc6X1cIqvt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjlmNWNiNGZjLTNjN2MtNGJjYS1iY2RkLTIwMjAwMGQ5ZGU3OCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0xOVQxMjo0NzoxOC42ODg0MjM4ODlaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.13+unknown" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 trace.duration=79.295µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).WriteStream" trace.id=704d4397-90d5-4b7e-865b-44d960836a0e trace.line=124 vars.name=test vars.uuid=9f5cb4fc-3c7c-4bca-bcdd-202000d9de78 version="v2.3.0+unknown" [2022-12-19T12:47:18.812Z] time="2022-12-19T12:47:18Z" level=debug msg="(*blobWriter).Commit" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a3ee2443-d458-42a4-84d4-b085ff04d04f http.request.method=PUT http.request.remoteaddr="127.0.0.1:38724" http.request.uri="/v2/test/blobs/uploads/9f5cb4fc-3c7c-4bca-bcdd-202000d9de78?_state=UwDJaIXLCCTHzQvWoQ1-Q5oL1e-rALmGNkc6X1cIqvt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjlmNWNiNGZjLTNjN2MtNGJjYS1iY2RkLTIwMjAwMGQ5ZGU3OCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0xOVQxMjo0NzoxOC42ODg0MjM4ODlaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.13+unknown" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 vars.name=test vars.uuid=9f5cb4fc-3c7c-4bca-bcdd-202000d9de78 version="v2.3.0+unknown" [2022-12-19T12:47:18.812Z] time="2022-12-19T12:47:18Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/9f5cb4fc-3c7c-4bca-bcdd-202000d9de78/data\")" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a3ee2443-d458-42a4-84d4-b085ff04d04f http.request.method=PUT http.request.remoteaddr="127.0.0.1:38724" http.request.uri="/v2/test/blobs/uploads/9f5cb4fc-3c7c-4bca-bcdd-202000d9de78?_state=UwDJaIXLCCTHzQvWoQ1-Q5oL1e-rALmGNkc6X1cIqvt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjlmNWNiNGZjLTNjN2MtNGJjYS1iY2RkLTIwMjAwMGQ5ZGU3OCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0xOVQxMjo0NzoxOC42ODg0MjM4ODlaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.13+unknown" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 trace.duration=16.435µs trace.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=f3f73a33-5d0c-4cc5-a946-3af612219aeb trace.line=141 vars.name=test vars.uuid=9f5cb4fc-3c7c-4bca-bcdd-202000d9de78 version="v2.3.0+unknown" [2022-12-19T12:47:18.812Z] time="2022-12-19T12:47:18Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a3ee2443-d458-42a4-84d4-b085ff04d04f http.request.method=PUT http.request.remoteaddr="127.0.0.1:38724" http.request.uri="/v2/test/blobs/uploads/9f5cb4fc-3c7c-4bca-bcdd-202000d9de78?_state=UwDJaIXLCCTHzQvWoQ1-Q5oL1e-rALmGNkc6X1cIqvt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjlmNWNiNGZjLTNjN2MtNGJjYS1iY2RkLTIwMjAwMGQ5ZGU3OCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0xOVQxMjo0NzoxOC42ODg0MjM4ODlaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.13+unknown" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 trace.duration=13.613µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=3e24a7d1-3206-446d-a295-0016ce5821ae trace.line=141 vars.name=test vars.uuid=9f5cb4fc-3c7c-4bca-bcdd-202000d9de78 version="v2.3.0+unknown" [2022-12-19T12:47:18.812Z] time="2022-12-19T12:47:18Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/9f5cb4fc-3c7c-4bca-bcdd-202000d9de78/data\")" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a3ee2443-d458-42a4-84d4-b085ff04d04f http.request.method=PUT http.request.remoteaddr="127.0.0.1:38724" http.request.uri="/v2/test/blobs/uploads/9f5cb4fc-3c7c-4bca-bcdd-202000d9de78?_state=UwDJaIXLCCTHzQvWoQ1-Q5oL1e-rALmGNkc6X1cIqvt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjlmNWNiNGZjLTNjN2MtNGJjYS1iY2RkLTIwMjAwMGQ5ZGU3OCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0xOVQxMjo0NzoxOC42ODg0MjM4ODlaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.13+unknown" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 trace.duration=70.483µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=23875a4e-fb19-42e6-8de5-4175e6302123 trace.line=141 vars.name=test vars.uuid=9f5cb4fc-3c7c-4bca-bcdd-202000d9de78 version="v2.3.0+unknown" [2022-12-19T12:47:18.812Z] time="2022-12-19T12:47:18Z" level=debug msg="filesystem.Move(\"/docker/registry/v2/repositories/test/_uploads/9f5cb4fc-3c7c-4bca-bcdd-202000d9de78/data\", \"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\"" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a3ee2443-d458-42a4-84d4-b085ff04d04f http.request.method=PUT http.request.remoteaddr="127.0.0.1:38724" http.request.uri="/v2/test/blobs/uploads/9f5cb4fc-3c7c-4bca-bcdd-202000d9de78?_state=UwDJaIXLCCTHzQvWoQ1-Q5oL1e-rALmGNkc6X1cIqvt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjlmNWNiNGZjLTNjN2MtNGJjYS1iY2RkLTIwMjAwMGQ5ZGU3OCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0xOVQxMjo0NzoxOC42ODg0MjM4ODlaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.13+unknown" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 trace.duration=118.671µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Move" trace.id=cc4b26d1-51f7-48f8-b0e6-0bc7f402a8ae trace.line=167 vars.name=test vars.uuid=9f5cb4fc-3c7c-4bca-bcdd-202000d9de78 version="v2.3.0+unknown" [2022-12-19T12:47:18.812Z] time="2022-12-19T12:47:18Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a3ee2443-d458-42a4-84d4-b085ff04d04f http.request.method=PUT http.request.remoteaddr="127.0.0.1:38724" http.request.uri="/v2/test/blobs/uploads/9f5cb4fc-3c7c-4bca-bcdd-202000d9de78?_state=UwDJaIXLCCTHzQvWoQ1-Q5oL1e-rALmGNkc6X1cIqvt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjlmNWNiNGZjLTNjN2MtNGJjYS1iY2RkLTIwMjAwMGQ5ZGU3OCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0xOVQxMjo0NzoxOC42ODg0MjM4ODlaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.13+unknown" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 trace.duration=92.563µs trace.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=b1d82e61-419a-4996-adad-9626521fcac0 trace.line=95 vars.name=test vars.uuid=9f5cb4fc-3c7c-4bca-bcdd-202000d9de78 version="v2.3.0+unknown" [2022-12-19T12:47:18.813Z] time="2022-12-19T12:47:18Z" level=debug msg="filesystem.Delete(\"/docker/registry/v2/repositories/test/_uploads/9f5cb4fc-3c7c-4bca-bcdd-202000d9de78\")" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a3ee2443-d458-42a4-84d4-b085ff04d04f http.request.method=PUT http.request.remoteaddr="127.0.0.1:38724" http.request.uri="/v2/test/blobs/uploads/9f5cb4fc-3c7c-4bca-bcdd-202000d9de78?_state=UwDJaIXLCCTHzQvWoQ1-Q5oL1e-rALmGNkc6X1cIqvt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjlmNWNiNGZjLTNjN2MtNGJjYS1iY2RkLTIwMjAwMGQ5ZGU3OCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0xOVQxMjo0NzoxOC42ODg0MjM4ODlaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.13+unknown" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 trace.duration=152.855µs trace.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=87127c40-a082-4551-9508-bb9617eb86c5 trace.line=181 vars.name=test vars.uuid=9f5cb4fc-3c7c-4bca-bcdd-202000d9de78 version="v2.3.0+unknown" [2022-12-19T12:47:18.813Z] time="2022-12-19T12:47:18Z" level=info msg="response completed" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a3ee2443-d458-42a4-84d4-b085ff04d04f http.request.method=PUT http.request.remoteaddr="127.0.0.1:38724" http.request.uri="/v2/test/blobs/uploads/9f5cb4fc-3c7c-4bca-bcdd-202000d9de78?_state=UwDJaIXLCCTHzQvWoQ1-Q5oL1e-rALmGNkc6X1cIqvt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjlmNWNiNGZjLTNjN2MtNGJjYS1iY2RkLTIwMjAwMGQ5ZGU3OCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0xOVQxMjo0NzoxOC42ODg0MjM4ODlaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="containerd/1.6.13+unknown" http.response.duration=5.009162ms http.response.status=201 http.response.written=0 instance.id=15c4e2e6-0e82-459f-940f-181910256c86 version="v2.3.0+unknown" [2022-12-19T12:47:18.813Z] 127.0.0.1 - - [19/Dec/2022:12:47:18 +0000] "PUT /v2/test/blobs/uploads/9f5cb4fc-3c7c-4bca-bcdd-202000d9de78?_state=UwDJaIXLCCTHzQvWoQ1-Q5oL1e-rALmGNkc6X1cIqvt7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjlmNWNiNGZjLTNjN2MtNGJjYS1iY2RkLTIwMjAwMGQ5ZGU3OCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0xOVQxMjo0NzoxOC42ODg0MjM4ODlaIn0%3D&digest=sha256%3A10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe HTTP/1.1" 201 0 "" "containerd/1.6.13+unknown" [2022-12-19T12:47:18.813Z] time="2022-12-19T12:47:18Z" level=debug msg="authorizing request" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=667d7367-b51f-44f8-9247-1f0251f6b233 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38722" http.request.uri="/v2/test/blobs/uploads/fdc982ff-0793-46de-a6e9-a2c1973b007c?_state=qPX1-UPazFc07LdJczmtYLHR3fhZLCNqeHkZ8vlBpfN7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImZkYzk4MmZmLTA3OTMtNDZkZS1hNmU5LWEyYzE5NzNiMDA3YyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0xOVQxMjo0NzoxOC42OTE5MDcwNDFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.13+unknown" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 vars.name=test vars.uuid=fdc982ff-0793-46de-a6e9-a2c1973b007c version="v2.3.0+unknown" [2022-12-19T12:47:18.813Z] time="2022-12-19T12:47:18Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=667d7367-b51f-44f8-9247-1f0251f6b233 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38722" http.request.uri="/v2/test/blobs/uploads/fdc982ff-0793-46de-a6e9-a2c1973b007c?_state=qPX1-UPazFc07LdJczmtYLHR3fhZLCNqeHkZ8vlBpfN7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImZkYzk4MmZmLTA3OTMtNDZkZS1hNmU5LWEyYzE5NzNiMDA3YyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0xOVQxMjo0NzoxOC42OTE5MDcwNDFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.13+unknown" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 vars.name=test vars.uuid=fdc982ff-0793-46de-a6e9-a2c1973b007c version="v2.3.0+unknown" [2022-12-19T12:47:18.813Z] time="2022-12-19T12:47:18Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_uploads/fdc982ff-0793-46de-a6e9-a2c1973b007c/startedat\")" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=667d7367-b51f-44f8-9247-1f0251f6b233 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38722" http.request.uri="/v2/test/blobs/uploads/fdc982ff-0793-46de-a6e9-a2c1973b007c?_state=qPX1-UPazFc07LdJczmtYLHR3fhZLCNqeHkZ8vlBpfN7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImZkYzk4MmZmLTA3OTMtNDZkZS1hNmU5LWEyYzE5NzNiMDA3YyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0xOVQxMjo0NzoxOC42OTE5MDcwNDFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.13+unknown" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 trace.duration=43.693µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=f87b5077-3c5e-4efe-ad49-b684b615d4fe trace.line=82 vars.name=test vars.uuid=fdc982ff-0793-46de-a6e9-a2c1973b007c version="v2.3.0+unknown" [2022-12-19T12:47:18.813Z] time="2022-12-19T12:47:18Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/fdc982ff-0793-46de-a6e9-a2c1973b007c/data\")" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=667d7367-b51f-44f8-9247-1f0251f6b233 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38722" http.request.uri="/v2/test/blobs/uploads/fdc982ff-0793-46de-a6e9-a2c1973b007c?_state=qPX1-UPazFc07LdJczmtYLHR3fhZLCNqeHkZ8vlBpfN7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImZkYzk4MmZmLTA3OTMtNDZkZS1hNmU5LWEyYzE5NzNiMDA3YyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0xOVQxMjo0NzoxOC42OTE5MDcwNDFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.13+unknown" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 trace.duration=435.113µs trace.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=69992fe9-8f04-4375-8b53-1c8326ebc0a0 trace.line=141 vars.name=test vars.uuid=fdc982ff-0793-46de-a6e9-a2c1973b007c version="v2.3.0+unknown" [2022-12-19T12:47:18.813Z] time="2022-12-19T12:47:18Z" level=debug msg="filesystem.WriteStream(\"/docker/registry/v2/repositories/test/_uploads/fdc982ff-0793-46de-a6e9-a2c1973b007c/data\", 0)" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=667d7367-b51f-44f8-9247-1f0251f6b233 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38722" http.request.uri="/v2/test/blobs/uploads/fdc982ff-0793-46de-a6e9-a2c1973b007c?_state=qPX1-UPazFc07LdJczmtYLHR3fhZLCNqeHkZ8vlBpfN7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImZkYzk4MmZmLTA3OTMtNDZkZS1hNmU5LWEyYzE5NzNiMDA3YyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0xOVQxMjo0NzoxOC42OTE5MDcwNDFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.13+unknown" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 trace.duration=69.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).WriteStream" trace.id=32bfbc05-7a0b-47df-be28-74db213414bb trace.line=124 vars.name=test vars.uuid=fdc982ff-0793-46de-a6e9-a2c1973b007c version="v2.3.0+unknown" [2022-12-19T12:47:18.813Z] time="2022-12-19T12:47:18Z" level=debug msg="(*blobWriter).Commit" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=667d7367-b51f-44f8-9247-1f0251f6b233 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38722" http.request.uri="/v2/test/blobs/uploads/fdc982ff-0793-46de-a6e9-a2c1973b007c?_state=qPX1-UPazFc07LdJczmtYLHR3fhZLCNqeHkZ8vlBpfN7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImZkYzk4MmZmLTA3OTMtNDZkZS1hNmU5LWEyYzE5NzNiMDA3YyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0xOVQxMjo0NzoxOC42OTE5MDcwNDFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.13+unknown" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 vars.name=test vars.uuid=fdc982ff-0793-46de-a6e9-a2c1973b007c version="v2.3.0+unknown" [2022-12-19T12:47:18.813Z] time="2022-12-19T12:47:18Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/fdc982ff-0793-46de-a6e9-a2c1973b007c/data\")" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=667d7367-b51f-44f8-9247-1f0251f6b233 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38722" http.request.uri="/v2/test/blobs/uploads/fdc982ff-0793-46de-a6e9-a2c1973b007c?_state=qPX1-UPazFc07LdJczmtYLHR3fhZLCNqeHkZ8vlBpfN7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImZkYzk4MmZmLTA3OTMtNDZkZS1hNmU5LWEyYzE5NzNiMDA3YyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0xOVQxMjo0NzoxOC42OTE5MDcwNDFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.13+unknown" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 trace.duration=12.103µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=70a80087-7562-4fa2-92fc-1e88282db076 trace.line=141 vars.name=test vars.uuid=fdc982ff-0793-46de-a6e9-a2c1973b007c version="v2.3.0+unknown" [2022-12-19T12:47:18.813Z] time="2022-12-19T12:47:18Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=667d7367-b51f-44f8-9247-1f0251f6b233 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38722" http.request.uri="/v2/test/blobs/uploads/fdc982ff-0793-46de-a6e9-a2c1973b007c?_state=qPX1-UPazFc07LdJczmtYLHR3fhZLCNqeHkZ8vlBpfN7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImZkYzk4MmZmLTA3OTMtNDZkZS1hNmU5LWEyYzE5NzNiMDA3YyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0xOVQxMjo0NzoxOC42OTE5MDcwNDFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.13+unknown" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 trace.duration=15.566µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=d9bb2573-f0c3-48db-a487-fc6d8d164227 trace.line=141 vars.name=test vars.uuid=fdc982ff-0793-46de-a6e9-a2c1973b007c version="v2.3.0+unknown" [2022-12-19T12:47:18.813Z] time="2022-12-19T12:47:18Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/test/_uploads/fdc982ff-0793-46de-a6e9-a2c1973b007c/data\")" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=667d7367-b51f-44f8-9247-1f0251f6b233 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38722" http.request.uri="/v2/test/blobs/uploads/fdc982ff-0793-46de-a6e9-a2c1973b007c?_state=qPX1-UPazFc07LdJczmtYLHR3fhZLCNqeHkZ8vlBpfN7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImZkYzk4MmZmLTA3OTMtNDZkZS1hNmU5LWEyYzE5NzNiMDA3YyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0xOVQxMjo0NzoxOC42OTE5MDcwNDFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.13+unknown" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 trace.duration=10.265µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=ca3821c0-d988-43f8-b078-879be12d9163 trace.line=141 vars.name=test vars.uuid=fdc982ff-0793-46de-a6e9-a2c1973b007c version="v2.3.0+unknown" [2022-12-19T12:47:18.813Z] time="2022-12-19T12:47:18Z" level=debug msg="filesystem.Move(\"/docker/registry/v2/repositories/test/_uploads/fdc982ff-0793-46de-a6e9-a2c1973b007c/data\", \"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\"" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=667d7367-b51f-44f8-9247-1f0251f6b233 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38722" http.request.uri="/v2/test/blobs/uploads/fdc982ff-0793-46de-a6e9-a2c1973b007c?_state=qPX1-UPazFc07LdJczmtYLHR3fhZLCNqeHkZ8vlBpfN7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImZkYzk4MmZmLTA3OTMtNDZkZS1hNmU5LWEyYzE5NzNiMDA3YyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0xOVQxMjo0NzoxOC42OTE5MDcwNDFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.13+unknown" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 trace.duration=270µs trace.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=ee678013-873d-418f-a917-cb279f3a2fad trace.line=167 vars.name=test vars.uuid=fdc982ff-0793-46de-a6e9-a2c1973b007c version="v2.3.0+unknown" [2022-12-19T12:47:18.813Z] time="2022-12-19T12:47:18Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=667d7367-b51f-44f8-9247-1f0251f6b233 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38722" http.request.uri="/v2/test/blobs/uploads/fdc982ff-0793-46de-a6e9-a2c1973b007c?_state=qPX1-UPazFc07LdJczmtYLHR3fhZLCNqeHkZ8vlBpfN7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImZkYzk4MmZmLTA3OTMtNDZkZS1hNmU5LWEyYzE5NzNiMDA3YyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0xOVQxMjo0NzoxOC42OTE5MDcwNDFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.13+unknown" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 trace.duration=226.817µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=a4613645-8774-4024-a0d4-4103b19b8b16 trace.line=95 vars.name=test vars.uuid=fdc982ff-0793-46de-a6e9-a2c1973b007c version="v2.3.0+unknown" [2022-12-19T12:47:18.813Z] time="2022-12-19T12:47:18Z" level=debug msg="filesystem.Delete(\"/docker/registry/v2/repositories/test/_uploads/fdc982ff-0793-46de-a6e9-a2c1973b007c\")" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=667d7367-b51f-44f8-9247-1f0251f6b233 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38722" http.request.uri="/v2/test/blobs/uploads/fdc982ff-0793-46de-a6e9-a2c1973b007c?_state=qPX1-UPazFc07LdJczmtYLHR3fhZLCNqeHkZ8vlBpfN7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImZkYzk4MmZmLTA3OTMtNDZkZS1hNmU5LWEyYzE5NzNiMDA3YyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0xOVQxMjo0NzoxOC42OTE5MDcwNDFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.13+unknown" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 trace.duration=383.953µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Delete" trace.id=20a4bcb7-7335-4e48-b4bb-8769685c8801 trace.line=181 vars.name=test vars.uuid=fdc982ff-0793-46de-a6e9-a2c1973b007c version="v2.3.0+unknown" [2022-12-19T12:47:18.813Z] time="2022-12-19T12:47:18Z" level=info msg="response completed" go.version=go1.19.4 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=667d7367-b51f-44f8-9247-1f0251f6b233 http.request.method=PUT http.request.remoteaddr="127.0.0.1:38722" http.request.uri="/v2/test/blobs/uploads/fdc982ff-0793-46de-a6e9-a2c1973b007c?_state=qPX1-UPazFc07LdJczmtYLHR3fhZLCNqeHkZ8vlBpfN7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImZkYzk4MmZmLTA3OTMtNDZkZS1hNmU5LWEyYzE5NzNiMDA3YyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0xOVQxMjo0NzoxOC42OTE5MDcwNDFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.6.13+unknown" http.response.duration=5.842637ms http.response.status=201 http.response.written=0 instance.id=15c4e2e6-0e82-459f-940f-181910256c86 version="v2.3.0+unknown" [2022-12-19T12:47:18.813Z] 127.0.0.1 - - [19/Dec/2022:12:47:18 +0000] "PUT /v2/test/blobs/uploads/fdc982ff-0793-46de-a6e9-a2c1973b007c?_state=qPX1-UPazFc07LdJczmtYLHR3fhZLCNqeHkZ8vlBpfN7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImZkYzk4MmZmLTA3OTMtNDZkZS1hNmU5LWEyYzE5NzNiMDA3YyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMi0xMi0xOVQxMjo0NzoxOC42OTE5MDcwNDFaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 201 0 "" "containerd/1.6.13+unknown" [2022-12-19T12:47:18.813Z] time="2022-12-19T12:47:18Z" level=debug msg="authorizing request" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=2730d166-e64e-4a58-8306-8757899765f8 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38722" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.13+unknown" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-12-19T12:47:18.813Z] time="2022-12-19T12:47:18Z" level=debug msg=GetImageManifest go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=2730d166-e64e-4a58-8306-8757899765f8 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38722" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.13+unknown" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-12-19T12:47:18.813Z] time="2022-12-19T12:47:18Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=2730d166-e64e-4a58-8306-8757899765f8 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38722" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.13+unknown" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 trace.duration=41.149µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=f24aa3af-593a-4386-bdaf-77805d3514e9 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-12-19T12:47:18.813Z] time="2022-12-19T12:47:18Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=latest" err.message="manifest unknown" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=2730d166-e64e-4a58-8306-8757899765f8 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38722" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.13+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.261531ms http.response.status=404 http.response.written=96 instance.id=15c4e2e6-0e82-459f-940f-181910256c86 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-12-19T12:47:18.813Z] 127.0.0.1 - - [19/Dec/2022:12:47:18 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 404 96 "" "containerd/1.6.13+unknown" [2022-12-19T12:47:18.813Z] time="2022-12-19T12:47:18Z" level=debug msg="authorizing request" go.version=go1.19.4 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=cf8bc772-2302-4f77-b09d-2f62a025c1dd http.request.method=PUT http.request.remoteaddr="127.0.0.1:38722" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.13+unknown" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-12-19T12:47:18.813Z] time="2022-12-19T12:47:18Z" level=debug msg=PutImageManifest go.version=go1.19.4 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=cf8bc772-2302-4f77-b09d-2f62a025c1dd http.request.method=PUT http.request.remoteaddr="127.0.0.1:38722" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.13+unknown" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-12-19T12:47:18.813Z] time="2022-12-19T12:47:18Z" level=debug msg="(*manifestStore).Put" go.version=go1.19.4 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=cf8bc772-2302-4f77-b09d-2f62a025c1dd http.request.method=PUT http.request.remoteaddr="127.0.0.1:38722" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.13+unknown" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-12-19T12:47:18.813Z] time="2022-12-19T12:47:18Z" level=debug msg="(*schema2ManifestHandler).Put" go.version=go1.19.4 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=cf8bc772-2302-4f77-b09d-2f62a025c1dd http.request.method=PUT http.request.remoteaddr="127.0.0.1:38722" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.13+unknown" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-12-19T12:47:18.813Z] time="2022-12-19T12:47:18Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.19.4 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=cf8bc772-2302-4f77-b09d-2f62a025c1dd http.request.method=PUT http.request.remoteaddr="127.0.0.1:38722" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.13+unknown" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 trace.duration=41.412µs trace.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=56117345-caeb-4af4-9d83-4ce22aba9206 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-12-19T12:47:18.813Z] time="2022-12-19T12:47:18Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.4 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=cf8bc772-2302-4f77-b09d-2f62a025c1dd http.request.method=PUT http.request.remoteaddr="127.0.0.1:38722" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.13+unknown" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 trace.duration=66.421µs trace.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=0f6345f2-b10d-4462-819d-084283246bdc trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-12-19T12:47:18.813Z] time="2022-12-19T12:47:18Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.4 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=cf8bc772-2302-4f77-b09d-2f62a025c1dd http.request.method=PUT http.request.remoteaddr="127.0.0.1:38722" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.13+unknown" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 trace.duration=22.974µs trace.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=63db0e47-e4be-4f95-96ea-e2139699b3c0 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-12-19T12:47:18.813Z] time="2022-12-19T12:47:18Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.4 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=cf8bc772-2302-4f77-b09d-2f62a025c1dd http.request.method=PUT http.request.remoteaddr="127.0.0.1:38722" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.13+unknown" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 trace.duration=22.721µs trace.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=c2adde16-abf9-468c-accf-31d3d19af442 trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-12-19T12:47:18.814Z] time="2022-12-19T12:47:18Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.19.4 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=cf8bc772-2302-4f77-b09d-2f62a025c1dd http.request.method=PUT http.request.remoteaddr="127.0.0.1:38722" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.13+unknown" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 trace.duration=18.65µs trace.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=0cbb70aa-74f8-4aba-9151-e75f24b97786 trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-12-19T12:47:18.814Z] time="2022-12-19T12:47:18Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.19.4 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=cf8bc772-2302-4f77-b09d-2f62a025c1dd http.request.method=PUT http.request.remoteaddr="127.0.0.1:38722" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.13+unknown" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 trace.duration=68.751µs trace.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=9a6a4fae-4eac-4271-97c6-6ee583cc9f16 trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-12-19T12:47:18.814Z] time="2022-12-19T12:47:18Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.4 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=cf8bc772-2302-4f77-b09d-2f62a025c1dd http.request.method=PUT http.request.remoteaddr="127.0.0.1:38722" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.13+unknown" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 trace.duration=54.909µs trace.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=f8c48f01-2cdf-4855-a61e-5453cb23237a trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-12-19T12:47:18.814Z] time="2022-12-19T12:47:18Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.4 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=cf8bc772-2302-4f77-b09d-2f62a025c1dd http.request.method=PUT http.request.remoteaddr="127.0.0.1:38722" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.13+unknown" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 trace.duration=23.516µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=342fadc9-4698-4c08-927e-938ebc47eb8a trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-12-19T12:47:18.814Z] time="2022-12-19T12:47:18Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/index/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.4 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=cf8bc772-2302-4f77-b09d-2f62a025c1dd http.request.method=PUT http.request.remoteaddr="127.0.0.1:38722" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.13+unknown" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 trace.duration=112.682µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=679c4344-9a10-40d8-87b4-0cf6dccadb06 trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-12-19T12:47:18.814Z] time="2022-12-19T12:47:18Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.19.4 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=cf8bc772-2302-4f77-b09d-2f62a025c1dd http.request.method=PUT http.request.remoteaddr="127.0.0.1:38722" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.13+unknown" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 trace.duration=69.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).PutContent" trace.id=75a635c8-cbeb-4d3a-8362-921886582888 trace.line=95 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-12-19T12:47:18.814Z] time="2022-12-19T12:47:18Z" level=info msg="response completed" go.version=go1.19.4 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=cf8bc772-2302-4f77-b09d-2f62a025c1dd http.request.method=PUT http.request.remoteaddr="127.0.0.1:38722" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.6.13+unknown" http.response.duration=2.372416ms http.response.status=201 http.response.written=0 instance.id=15c4e2e6-0e82-459f-940f-181910256c86 version="v2.3.0+unknown" [2022-12-19T12:47:18.814Z] 127.0.0.1 - - [19/Dec/2022:12:47:18 +0000] "PUT /v2/test/manifests/latest HTTP/1.1" 201 0 "" "containerd/1.6.13+unknown" [2022-12-19T12:47:18.814Z] time="2022-12-19T12:47:18Z" level=debug msg="authorizing request" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=5b048ddb-fbda-4b04-9b35-1241f4a5fc64 http.request.method=GET http.request.remoteaddr="127.0.0.1:38740" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.4 git-commit/72ea8cfb43cbe876f36ff9a4815a41c0fd787892 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 version="v2.3.0+unknown" [2022-12-19T12:47:18.814Z] time="2022-12-19T12:47:18Z" level=info msg="response completed" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=5b048ddb-fbda-4b04-9b35-1241f4a5fc64 http.request.method=GET http.request.remoteaddr="127.0.0.1:38740" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.4 git-commit/72ea8cfb43cbe876f36ff9a4815a41c0fd787892 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration="932.684µs" http.response.status=200 http.response.written=2 instance.id=15c4e2e6-0e82-459f-940f-181910256c86 version="v2.3.0+unknown" [2022-12-19T12:47:18.814Z] 127.0.0.1 - - [19/Dec/2022:12:47:18 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.19.4 git-commit/72ea8cfb43cbe876f36ff9a4815a41c0fd787892 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2022-12-19T12:47:18.814Z] time="2022-12-19T12:47:18Z" level=debug msg="authorizing request" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=783aaef3-3797-489a-947c-1219b7b732e4 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38742" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.4 git-commit/72ea8cfb43cbe876f36ff9a4815a41c0fd787892 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-12-19T12:47:18.814Z] time="2022-12-19T12:47:18Z" level=debug msg=GetImageManifest go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=783aaef3-3797-489a-947c-1219b7b732e4 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38742" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.4 git-commit/72ea8cfb43cbe876f36ff9a4815a41c0fd787892 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-12-19T12:47:18.814Z] time="2022-12-19T12:47:18Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=783aaef3-3797-489a-947c-1219b7b732e4 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38742" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.4 git-commit/72ea8cfb43cbe876f36ff9a4815a41c0fd787892 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 trace.duration=128.271µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=8d74f9d6-9511-4fc5-af13-c69a911fc320 trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-12-19T12:47:18.814Z] time="2022-12-19T12:47:18Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=783aaef3-3797-489a-947c-1219b7b732e4 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38742" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.4 git-commit/72ea8cfb43cbe876f36ff9a4815a41c0fd787892 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-12-19T12:47:18.814Z] time="2022-12-19T12:47:18Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=783aaef3-3797-489a-947c-1219b7b732e4 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38742" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.4 git-commit/72ea8cfb43cbe876f36ff9a4815a41c0fd787892 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 trace.duration=197.762µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=d0695c92-babe-4f9c-8c2f-223c52c7fbdb trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-12-19T12:47:18.814Z] time="2022-12-19T12:47:18Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=783aaef3-3797-489a-947c-1219b7b732e4 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38742" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.4 git-commit/72ea8cfb43cbe876f36ff9a4815a41c0fd787892 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 trace.duration=233.405µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=3cbfa056-1188-4bce-8db4-a095765a4099 trace.line=141 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-12-19T12:47:18.814Z] time="2022-12-19T12:47:18Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=783aaef3-3797-489a-947c-1219b7b732e4 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38742" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.4 git-commit/72ea8cfb43cbe876f36ff9a4815a41c0fd787892 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 trace.duration=202.053µs trace.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=bba03535-bdd7-40e8-a226-c86054d17b9e trace.line=82 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-12-19T12:47:18.814Z] time="2022-12-19T12:47:18Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=783aaef3-3797-489a-947c-1219b7b732e4 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38742" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.4 git-commit/72ea8cfb43cbe876f36ff9a4815a41c0fd787892 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 vars.name=test vars.reference=latest version="v2.3.0+unknown" [2022-12-19T12:47:18.814Z] time="2022-12-19T12:47:18Z" level=info msg="response completed" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=783aaef3-3797-489a-947c-1219b7b732e4 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38742" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.19.4 git-commit/72ea8cfb43cbe876f36ff9a4815a41c0fd787892 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.783594ms http.response.status=200 http.response.written=417 instance.id=15c4e2e6-0e82-459f-940f-181910256c86 version="v2.3.0+unknown" [2022-12-19T12:47:18.814Z] 127.0.0.1 - - [19/Dec/2022:12:47:18 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 200 417 "" "docker/dev go/go1.19.4 git-commit/72ea8cfb43cbe876f36ff9a4815a41c0fd787892 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2022-12-19T12:47:18.814Z] time="2022-12-19T12:47:18Z" level=debug msg="authorizing request" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=7a5b3c6a-f83a-456b-a843-3abc7159acce http.request.method=GET http.request.remoteaddr="127.0.0.1:38746" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.4 git-commit/72ea8cfb43cbe876f36ff9a4815a41c0fd787892 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" [2022-12-19T12:47:18.814Z] time="2022-12-19T12:47:18Z" level=debug msg=GetImageManifest go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=7a5b3c6a-f83a-456b-a843-3abc7159acce http.request.method=GET http.request.remoteaddr="127.0.0.1:38746" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.4 git-commit/72ea8cfb43cbe876f36ff9a4815a41c0fd787892 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" [2022-12-19T12:47:18.814Z] time="2022-12-19T12:47:18Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=7a5b3c6a-f83a-456b-a843-3abc7159acce http.request.method=GET http.request.remoteaddr="127.0.0.1:38746" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.4 git-commit/72ea8cfb43cbe876f36ff9a4815a41c0fd787892 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" [2022-12-19T12:47:18.814Z] time="2022-12-19T12:47:18Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=7a5b3c6a-f83a-456b-a843-3abc7159acce http.request.method=GET http.request.remoteaddr="127.0.0.1:38746" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.4 git-commit/72ea8cfb43cbe876f36ff9a4815a41c0fd787892 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 trace.duration=44.686µs trace.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=49eb7c14-2f76-4795-9860-af031ee7232f trace.line=82 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" [2022-12-19T12:47:18.814Z] time="2022-12-19T12:47:18Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=7a5b3c6a-f83a-456b-a843-3abc7159acce http.request.method=GET http.request.remoteaddr="127.0.0.1:38746" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.4 git-commit/72ea8cfb43cbe876f36ff9a4815a41c0fd787892 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 trace.duration=15.22µs trace.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=d9c94ef0-a660-40f2-aef2-efc9f9954424 trace.line=141 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" [2022-12-19T12:47:18.814Z] time="2022-12-19T12:47:18Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/blobs/sha256/f1/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/data\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=7a5b3c6a-f83a-456b-a843-3abc7159acce http.request.method=GET http.request.remoteaddr="127.0.0.1:38746" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.4 git-commit/72ea8cfb43cbe876f36ff9a4815a41c0fd787892 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 trace.duration=15.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=01a8d678-ecdf-4360-9c46-c1dcd4eee6ef trace.line=82 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" [2022-12-19T12:47:18.814Z] time="2022-12-19T12:47:18Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=7a5b3c6a-f83a-456b-a843-3abc7159acce http.request.method=GET http.request.remoteaddr="127.0.0.1:38746" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.4 git-commit/72ea8cfb43cbe876f36ff9a4815a41c0fd787892 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 vars.name=test vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" [2022-12-19T12:47:18.814Z] time="2022-12-19T12:47:18Z" level=info msg="response completed" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=7a5b3c6a-f83a-456b-a843-3abc7159acce http.request.method=GET http.request.remoteaddr="127.0.0.1:38746" http.request.uri="/v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.4 git-commit/72ea8cfb43cbe876f36ff9a4815a41c0fd787892 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.response.duration=1.859862ms http.response.status=200 http.response.written=417 instance.id=15c4e2e6-0e82-459f-940f-181910256c86 version="v2.3.0+unknown" [2022-12-19T12:47:18.814Z] 127.0.0.1 - - [19/Dec/2022:12:47:18 +0000] "GET /v2/test/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1 HTTP/1.1" 200 417 "" "docker/dev go/go1.19.4 git-commit/72ea8cfb43cbe876f36ff9a4815a41c0fd787892 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2022-12-19T12:47:18.814Z] time="2022-12-19T12:47:18Z" level=debug msg="authorizing request" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=49ba295c-983b-4e60-b5c8-380bb4f24fa5 http.request.method=GET http.request.remoteaddr="127.0.0.1:38760" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.4 git-commit/72ea8cfb43cbe876f36ff9a4815a41c0fd787892 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" [2022-12-19T12:47:18.814Z] time="2022-12-19T12:47:18Z" level=debug msg=GetBlob go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=49ba295c-983b-4e60-b5c8-380bb4f24fa5 http.request.method=GET http.request.remoteaddr="127.0.0.1:38760" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.4 git-commit/72ea8cfb43cbe876f36ff9a4815a41c0fd787892 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" [2022-12-19T12:47:18.815Z] time="2022-12-19T12:47:18Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=49ba295c-983b-4e60-b5c8-380bb4f24fa5 http.request.method=GET http.request.remoteaddr="127.0.0.1:38760" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.4 git-commit/72ea8cfb43cbe876f36ff9a4815a41c0fd787892 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 trace.duration=39.377µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=30d852f5-925c-41db-a531-ad68074382fe trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" [2022-12-19T12:47:18.815Z] time="2022-12-19T12:47:18Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=49ba295c-983b-4e60-b5c8-380bb4f24fa5 http.request.method=GET http.request.remoteaddr="127.0.0.1:38760" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.4 git-commit/72ea8cfb43cbe876f36ff9a4815a41c0fd787892 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 trace.duration=14.589µs trace.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=f7825b34-7701-486d-9f53-eb019286b619 trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" [2022-12-19T12:47:18.815Z] time="2022-12-19T12:47:18Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=49ba295c-983b-4e60-b5c8-380bb4f24fa5 http.request.method=GET http.request.remoteaddr="127.0.0.1:38760" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.4 git-commit/72ea8cfb43cbe876f36ff9a4815a41c0fd787892 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 trace.duration=26.388µs trace.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=b7d15666-8dcf-43c0-b843-d7beaef43403 trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" [2022-12-19T12:47:18.815Z] time="2022-12-19T12:47:18Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=49ba295c-983b-4e60-b5c8-380bb4f24fa5 http.request.method=GET http.request.remoteaddr="127.0.0.1:38760" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.4 git-commit/72ea8cfb43cbe876f36ff9a4815a41c0fd787892 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 trace.duration=12.423µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=55c66999-6079-4f52-b21e-d3733ec6d228 trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" [2022-12-19T12:47:18.815Z] time="2022-12-19T12:47:18Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=49ba295c-983b-4e60-b5c8-380bb4f24fa5 http.request.method=GET http.request.remoteaddr="127.0.0.1:38760" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.4 git-commit/72ea8cfb43cbe876f36ff9a4815a41c0fd787892 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 trace.duration=9.493µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=76851c6b-6920-46f0-a7bd-cd115ca0526c trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" [2022-12-19T12:47:18.815Z] time="2022-12-19T12:47:18Z" level=debug msg="filesystem.URLFor(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=49ba295c-983b-4e60-b5c8-380bb4f24fa5 http.request.method=GET http.request.remoteaddr="127.0.0.1:38760" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.4 git-commit/72ea8cfb43cbe876f36ff9a4815a41c0fd787892 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 trace.duration=5.621µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).URLFor" trace.id=caaee889-d84a-4f0e-86f5-d7605e824a36 trace.line=193 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" [2022-12-19T12:47:18.815Z] time="2022-12-19T12:47:18Z" level=debug msg="filesystem.ReadStream(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\", 0)" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=49ba295c-983b-4e60-b5c8-380bb4f24fa5 http.request.method=GET http.request.remoteaddr="127.0.0.1:38760" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.4 git-commit/72ea8cfb43cbe876f36ff9a4815a41c0fd787892 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 trace.duration=148.875µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).ReadStream" trace.id=cc37e35a-f6ee-4c54-b2f5-8f6df66933ee trace.line=107 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" [2022-12-19T12:47:18.815Z] time="2022-12-19T12:47:18Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/link\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=49ba295c-983b-4e60-b5c8-380bb4f24fa5 http.request.method=GET http.request.remoteaddr="127.0.0.1:38760" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.4 git-commit/72ea8cfb43cbe876f36ff9a4815a41c0fd787892 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 trace.duration=36.193µs trace.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=14bdabd3-24b0-40f8-8838-ed300bb98477 trace.line=82 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" [2022-12-19T12:47:18.815Z] time="2022-12-19T12:47:18Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/10/10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe/data\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=49ba295c-983b-4e60-b5c8-380bb4f24fa5 http.request.method=GET http.request.remoteaddr="127.0.0.1:38760" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.4 git-commit/72ea8cfb43cbe876f36ff9a4815a41c0fd787892 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 trace.duration=22.31µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=984681ee-8983-4d06-ba87-3ba58f3923cf trace.line=141 vars.digest="sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" vars.name=test version="v2.3.0+unknown" [2022-12-19T12:47:18.815Z] time="2022-12-19T12:47:18Z" level=info msg="response completed" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=49ba295c-983b-4e60-b5c8-380bb4f24fa5 http.request.method=GET http.request.remoteaddr="127.0.0.1:38760" http.request.uri="/v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe" http.request.useragent="docker/dev go/go1.19.4 git-commit/72ea8cfb43cbe876f36ff9a4815a41c0fd787892 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/octet-stream" http.response.duration=5.567796ms http.response.status=200 http.response.written=179 instance.id=15c4e2e6-0e82-459f-940f-181910256c86 version="v2.3.0+unknown" [2022-12-19T12:47:18.815Z] 127.0.0.1 - - [19/Dec/2022:12:47:18 +0000] "GET /v2/test/blobs/sha256:10170331c114ce1fdc1d45bed298a007d765e9ea74c6e309802eabb67101defe HTTP/1.1" 200 179 "" "docker/dev go/go1.19.4 git-commit/72ea8cfb43cbe876f36ff9a4815a41c0fd787892 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2022-12-19T12:47:18.815Z] time="2022-12-19T12:47:18Z" level=debug msg="authorizing request" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=1e5d1f88-99d6-4c97-8653-04f9c45253bb http.request.method=GET http.request.remoteaddr="127.0.0.1:38772" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.4 git-commit/72ea8cfb43cbe876f36ff9a4815a41c0fd787892 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" [2022-12-19T12:47:18.815Z] time="2022-12-19T12:47:18Z" level=debug msg=GetBlob go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=1e5d1f88-99d6-4c97-8653-04f9c45253bb http.request.method=GET http.request.remoteaddr="127.0.0.1:38772" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.4 git-commit/72ea8cfb43cbe876f36ff9a4815a41c0fd787892 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" [2022-12-19T12:47:18.815Z] time="2022-12-19T12:47:18Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=1e5d1f88-99d6-4c97-8653-04f9c45253bb http.request.method=GET http.request.remoteaddr="127.0.0.1:38772" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.4 git-commit/72ea8cfb43cbe876f36ff9a4815a41c0fd787892 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 trace.duration=34.814µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=ddac36ac-dca0-4ab6-82ed-6aee7bbac909 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" [2022-12-19T12:47:18.815Z] time="2022-12-19T12:47:18Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=1e5d1f88-99d6-4c97-8653-04f9c45253bb http.request.method=GET http.request.remoteaddr="127.0.0.1:38772" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.4 git-commit/72ea8cfb43cbe876f36ff9a4815a41c0fd787892 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 trace.duration=54.4µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=f13bbd81-f79d-40cd-9366-ccc8a57cdc7f trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" [2022-12-19T12:47:18.815Z] time="2022-12-19T12:47:18Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=1e5d1f88-99d6-4c97-8653-04f9c45253bb http.request.method=GET http.request.remoteaddr="127.0.0.1:38772" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.4 git-commit/72ea8cfb43cbe876f36ff9a4815a41c0fd787892 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 trace.duration=57.683µs trace.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=3decffd9-b04a-4e81-b892-e7a596d51462 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" [2022-12-19T12:47:18.815Z] time="2022-12-19T12:47:18Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=1e5d1f88-99d6-4c97-8653-04f9c45253bb http.request.method=GET http.request.remoteaddr="127.0.0.1:38772" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.4 git-commit/72ea8cfb43cbe876f36ff9a4815a41c0fd787892 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 trace.duration=14.58µs trace.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=7457060e-daa9-4bfd-8216-bbe197b6bbda trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" [2022-12-19T12:47:18.815Z] time="2022-12-19T12:47:18Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=1e5d1f88-99d6-4c97-8653-04f9c45253bb http.request.method=GET http.request.remoteaddr="127.0.0.1:38772" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.4 git-commit/72ea8cfb43cbe876f36ff9a4815a41c0fd787892 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 trace.duration=14.818µs trace.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=7f180bba-da09-4f00-a3b0-17e80175b9f5 trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" [2022-12-19T12:47:18.815Z] time="2022-12-19T12:47:18Z" level=debug msg="filesystem.URLFor(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=1e5d1f88-99d6-4c97-8653-04f9c45253bb http.request.method=GET http.request.remoteaddr="127.0.0.1:38772" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.4 git-commit/72ea8cfb43cbe876f36ff9a4815a41c0fd787892 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 trace.duration=6.942µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).URLFor" trace.id=97496d94-cb83-4b2e-8c04-5ad9c9db8061 trace.line=193 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" [2022-12-19T12:47:18.815Z] time="2022-12-19T12:47:18Z" level=debug msg="filesystem.ReadStream(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\", 0)" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=1e5d1f88-99d6-4c97-8653-04f9c45253bb http.request.method=GET http.request.remoteaddr="127.0.0.1:38772" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.4 git-commit/72ea8cfb43cbe876f36ff9a4815a41c0fd787892 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 trace.duration=39.853µs trace.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=898870b9-42d0-4613-8e12-057f03cc2294 trace.line=107 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" [2022-12-19T12:47:18.815Z] time="2022-12-19T12:47:18Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=1e5d1f88-99d6-4c97-8653-04f9c45253bb http.request.method=GET http.request.remoteaddr="127.0.0.1:38772" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.4 git-commit/72ea8cfb43cbe876f36ff9a4815a41c0fd787892 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 trace.duration=97.396µs trace.file="/go/src/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=eb12d18b-a317-425a-a630-b35813d03082 trace.line=82 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" [2022-12-19T12:47:18.815Z] time="2022-12-19T12:47:18Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=1e5d1f88-99d6-4c97-8653-04f9c45253bb http.request.method=GET http.request.remoteaddr="127.0.0.1:38772" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.4 git-commit/72ea8cfb43cbe876f36ff9a4815a41c0fd787892 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 trace.duration=16.96µs trace.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=2aea387e-f18f-4cf3-beed-9a0203689ddf trace.line=141 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test version="v2.3.0+unknown" [2022-12-19T12:47:18.815Z] time="2022-12-19T12:47:18Z" level=info msg="response completed" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=1e5d1f88-99d6-4c97-8653-04f9c45253bb http.request.method=GET http.request.remoteaddr="127.0.0.1:38772" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.19.4 git-commit/72ea8cfb43cbe876f36ff9a4815a41c0fd787892 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.134864ms http.response.status=200 http.response.written=68 instance.id=15c4e2e6-0e82-459f-940f-181910256c86 version="v2.3.0+unknown" [2022-12-19T12:47:18.815Z] 127.0.0.1 - - [19/Dec/2022:12:47:18 +0000] "GET /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 200 68 "" "docker/dev go/go1.19.4 git-commit/72ea8cfb43cbe876f36ff9a4815a41c0fd787892 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2022-12-19T12:47:18.815Z] time="2022-12-19T12:47:18Z" level=debug msg="authorizing request" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=02c36e6e-8193-4c38-afe1-b752c3b27067 http.request.method=GET http.request.remoteaddr="127.0.0.1:38790" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.4 git-commit/72ea8cfb43cbe876f36ff9a4815a41c0fd787892 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 version="v2.3.0+unknown" [2022-12-19T12:47:18.815Z] time="2022-12-19T12:47:18Z" level=info msg="response completed" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=02c36e6e-8193-4c38-afe1-b752c3b27067 http.request.method=GET http.request.remoteaddr="127.0.0.1:38790" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.19.4 git-commit/72ea8cfb43cbe876f36ff9a4815a41c0fd787892 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="858.459µs" http.response.status=200 http.response.written=2 instance.id=15c4e2e6-0e82-459f-940f-181910256c86 version="v2.3.0+unknown" [2022-12-19T12:47:18.815Z] 127.0.0.1 - - [19/Dec/2022:12:47:18 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.19.4 git-commit/72ea8cfb43cbe876f36ff9a4815a41c0fd787892 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2022-12-19T12:47:18.815Z] time="2022-12-19T12:47:18Z" level=debug msg="authorizing request" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=eb78ae41-0075-4173-a455-6c5fadffca63 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38796" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.4 git-commit/72ea8cfb43cbe876f36ff9a4815a41c0fd787892 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" [2022-12-19T12:47:18.815Z] time="2022-12-19T12:47:18Z" level=debug msg=GetImageManifest go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=eb78ae41-0075-4173-a455-6c5fadffca63 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38796" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.4 git-commit/72ea8cfb43cbe876f36ff9a4815a41c0fd787892 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" [2022-12-19T12:47:18.816Z] time="2022-12-19T12:47:18Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=eb78ae41-0075-4173-a455-6c5fadffca63 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38796" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.4 git-commit/72ea8cfb43cbe876f36ff9a4815a41c0fd787892 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" [2022-12-19T12:47:18.816Z] time="2022-12-19T12:47:18Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=eb78ae41-0075-4173-a455-6c5fadffca63 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38796" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.4 git-commit/72ea8cfb43cbe876f36ff9a4815a41c0fd787892 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 trace.duration=298.07µs trace.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=2a919841-aa8b-438e-9fe6-3651c811f3f5 trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" [2022-12-19T12:47:18.816Z] time="2022-12-19T12:47:18Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_layers/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=eb78ae41-0075-4173-a455-6c5fadffca63 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38796" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.4 git-commit/72ea8cfb43cbe876f36ff9a4815a41c0fd787892 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 trace.duration=135.074µs trace.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=b2671188-5d7a-4f19-acda-9f34a1a7c98f trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" [2022-12-19T12:47:18.816Z] time="2022-12-19T12:47:18Z" 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.4 http.request.host="127.0.0.1:5000" http.request.id=eb78ae41-0075-4173-a455-6c5fadffca63 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:38796" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.4 git-commit/72ea8cfb43cbe876f36ff9a4815a41c0fd787892 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.700624ms http.response.status=404 http.response.written=181 instance.id=15c4e2e6-0e82-459f-940f-181910256c86 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" [2022-12-19T12:47:18.816Z] 127.0.0.1 - - [19/Dec/2022:12:47:18 +0000] "HEAD /v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1 HTTP/1.1" 404 181 "" "docker/dev go/go1.19.4 git-commit/72ea8cfb43cbe876f36ff9a4815a41c0fd787892 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2022-12-19T12:47:18.816Z] time="2022-12-19T12:47:18Z" level=debug msg="authorizing request" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=254d1c0a-eaa0-427f-8638-291a3d757e30 http.request.method=GET http.request.remoteaddr="127.0.0.1:38800" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.4 git-commit/72ea8cfb43cbe876f36ff9a4815a41c0fd787892 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" [2022-12-19T12:47:18.816Z] time="2022-12-19T12:47:18Z" level=debug msg=GetImageManifest go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=254d1c0a-eaa0-427f-8638-291a3d757e30 http.request.method=GET http.request.remoteaddr="127.0.0.1:38800" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.4 git-commit/72ea8cfb43cbe876f36ff9a4815a41c0fd787892 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" [2022-12-19T12:47:18.816Z] time="2022-12-19T12:47:18Z" level=debug msg="(*manifestStore).Get" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=254d1c0a-eaa0-427f-8638-291a3d757e30 http.request.method=GET http.request.remoteaddr="127.0.0.1:38800" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.4 git-commit/72ea8cfb43cbe876f36ff9a4815a41c0fd787892 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" [2022-12-19T12:47:18.816Z] time="2022-12-19T12:47:18Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_manifests/revisions/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=254d1c0a-eaa0-427f-8638-291a3d757e30 http.request.method=GET http.request.remoteaddr="127.0.0.1:38800" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.4 git-commit/72ea8cfb43cbe876f36ff9a4815a41c0fd787892 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 trace.duration=26.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=520f5ce5-346f-4fbe-ba7e-7379d59304f4 trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" [2022-12-19T12:47:18.816Z] time="2022-12-19T12:47:18Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/other/_layers/sha256/f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1/link\")" go.version=go1.19.4 http.request.host="127.0.0.1:5000" http.request.id=254d1c0a-eaa0-427f-8638-291a3d757e30 http.request.method=GET http.request.remoteaddr="127.0.0.1:38800" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.4 git-commit/72ea8cfb43cbe876f36ff9a4815a41c0fd787892 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" instance.id=15c4e2e6-0e82-459f-940f-181910256c86 trace.duration=11.274µs trace.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=7f299d7f-2605-478f-8b38-f0590638063d trace.line=82 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" [2022-12-19T12:47:18.816Z] time="2022-12-19T12:47:18Z" 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.4 http.request.host="127.0.0.1:5000" http.request.id=254d1c0a-eaa0-427f-8638-291a3d757e30 http.request.method=GET http.request.remoteaddr="127.0.0.1:38800" http.request.uri="/v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" http.request.useragent="docker/dev go/go1.19.4 git-commit/72ea8cfb43cbe876f36ff9a4815a41c0fd787892 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.019339ms http.response.status=404 http.response.written=181 instance.id=15c4e2e6-0e82-459f-940f-181910256c86 vars.name=other vars.reference="sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1" version="v2.3.0+unknown" [2022-12-19T12:47:18.816Z] 127.0.0.1 - - [19/Dec/2022:12:47:18 +0000] "GET /v2/other/manifests/sha256:f1ab769efb3c472d3adc47f6a1f842cea3cdee6db3b9b5387425ef2e6aaf4db1 HTTP/1.1" 404 181 "" "docker/dev go/go1.19.4 git-commit/72ea8cfb43cbe876f36ff9a4815a41c0fd787892 kernel/5.15.0-1022-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2022-12-19T12:47:18.816Z] --- PASS: TestImagePullStoredfDigestForOtherRepo (0.35s) [2022-12-19T12:47:18.816Z] === RUN TestRemoveImageOrphaning [2022-12-19T12:47:19.073Z] --- PASS: TestRemoveImageOrphaning (0.16s) [2022-12-19T12:47:19.073Z] === RUN TestRemoveImageGarbageCollector [2022-12-19T12:47:19.073Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-12-19T12:47:19.073Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-12-19T12:47:19.073Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-12-19T12:47:19.073Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2022-12-19T12:47:19.073Z] === RUN TestTagInvalidReference [2022-12-19T12:47:19.073Z] --- PASS: TestTagInvalidReference (0.01s) [2022-12-19T12:47:19.073Z] === RUN TestTagValidPrefixedRepo [2022-12-19T12:47:19.073Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2022-12-19T12:47:19.073Z] === RUN TestTagExistedNameWithoutForce [2022-12-19T12:47:19.073Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-12-19T12:47:19.073Z] === RUN TestTagOfficialNames [2022-12-19T12:47:19.330Z] --- PASS: TestTagOfficialNames (0.06s) [2022-12-19T12:47:19.330Z] === RUN TestTagMatchesDigest [2022-12-19T12:47:19.330Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-12-19T12:47:19.330Z] PASS [2022-12-19T12:47:19.330Z] [2022-12-19T12:47:19.330Z] === Skipped [2022-12-19T12:47:19.330Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2022-12-19T12:47:19.330Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-12-19T12:47:19.330Z] [2022-12-19T12:47:19.330Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-12-19T12:47:19.330Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-12-19T12:47:19.330Z] [2022-12-19T12:47:19.330Z] DONE 24 tests, 2 skipped in 1.555s [2022-12-19T12:47:19.330Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (arm64.integration.internal.termtest) flags=-test.v -test.timeout=120m [2022-12-19T12:47:19.330Z] ++ 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-12-19T12:47:19.330Z] ++ set -e [2022-12-19T12:47:19.330Z] ++ '[' -n 0 ']' [2022-12-19T12:47:19.330Z] ++ set -x [2022-12-19T12:47:19.330Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-12-19T12:47:19.330Z] === RUN TestStripANSICommands [2022-12-19T12:47:19.330Z] === RUN TestStripANSICommands/#00 [2022-12-19T12:47:19.330Z] === RUN TestStripANSICommands/#01 [2022-12-19T12:47:19.331Z] --- PASS: TestStripANSICommands (0.00s) [2022-12-19T12:47:19.331Z] --- PASS: TestStripANSICommands/#00 (0.00s) [2022-12-19T12:47:19.331Z] --- PASS: TestStripANSICommands/#01 (0.00s) [2022-12-19T12:47:19.331Z] PASS [2022-12-19T12:47:19.331Z] [2022-12-19T12:47:19.331Z] DONE 3 tests in 0.052s [2022-12-19T12:47:19.331Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2022-12-19T12:47:19.331Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m [2022-12-19T12:47:19.331Z] ++ set -e [2022-12-19T12:47:19.331Z] ++ '[' -n 0 ']' [2022-12-19T12:47:19.331Z] ++ set -x [2022-12-19T12:47:19.331Z] ++ 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-12-19T12:47:19.331Z] INFO: Testing against a local daemon [2022-12-19T12:47:19.331Z] === RUN TestNetworkCreateDelete [2022-12-19T12:47:19.588Z] --- PASS: TestNetworkCreateDelete (0.14s) [2022-12-19T12:47:19.588Z] === RUN TestDockerNetworkDeletePreferID [2022-12-19T12:47:20.151Z] --- PASS: TestDockerNetworkDeletePreferID (0.38s) [2022-12-19T12:47:20.151Z] === RUN TestDaemonDNSFallback [2022-12-19T12:47:26.693Z] --- PASS: TestDaemonDNSFallback (6.27s) [2022-12-19T12:47:26.693Z] === RUN TestInspectNetwork [2022-12-19T12:47:29.213Z] === RUN TestInspectNetwork/full_network_id [2022-12-19T12:47:29.213Z] === RUN TestInspectNetwork/partial_network_id [2022-12-19T12:47:29.213Z] === RUN TestInspectNetwork/network_name [2022-12-19T12:47:29.213Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-12-19T12:47:33.382Z] --- PASS: TestInspectNetwork (6.89s) [2022-12-19T12:47:33.382Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-12-19T12:47:33.382Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-12-19T12:47:33.382Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-12-19T12:47:33.382Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-12-19T12:47:33.382Z] === RUN TestRunContainerWithBridgeNone [2022-12-19T12:47:34.750Z] --- PASS: TestRunContainerWithBridgeNone (1.51s) [2022-12-19T12:47:34.750Z] === RUN TestNetworkInvalidJSON [2022-12-19T12:47:34.750Z] === RUN TestNetworkInvalidJSON/networks/create [2022-12-19T12:47:34.750Z] === PAUSE TestNetworkInvalidJSON/networks/create [2022-12-19T12:47:34.750Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2022-12-19T12:47:34.750Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2022-12-19T12:47:34.750Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2022-12-19T12:47:34.750Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2022-12-19T12:47:34.750Z] === CONT TestNetworkInvalidJSON/networks/create [2022-12-19T12:47:34.750Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2022-12-19T12:47:34.750Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2022-12-19T12:47:34.750Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2022-12-19T12:47:34.750Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2022-12-19T12:47:34.750Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2022-12-19T12:47:34.750Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2022-12-19T12:47:34.750Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2022-12-19T12:47:34.750Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2022-12-19T12:47:34.750Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2022-12-19T12:47:34.750Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2022-12-19T12:47:34.750Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2022-12-19T12:47:34.750Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2022-12-19T12:47:34.750Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2022-12-19T12:47:34.750Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2022-12-19T12:47:34.750Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-12-19T12:47:34.750Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.00s) [2022-12-19T12:47:34.750Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2022-12-19T12:47:34.750Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2022-12-19T12:47:34.750Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2022-12-19T12:47:34.750Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2022-12-19T12:47:34.750Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) [2022-12-19T12:47:34.750Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2022-12-19T12:47:34.750Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2022-12-19T12:47:34.750Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2022-12-19T12:47:34.750Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2022-12-19T12:47:34.750Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2022-12-19T12:47:34.750Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2022-12-19T12:47:34.750Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2022-12-19T12:47:34.750Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2022-12-19T12:47:34.750Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2022-12-19T12:47:34.750Z] === RUN TestNetworkList [2022-12-19T12:47:34.750Z] === RUN TestNetworkList//networks [2022-12-19T12:47:34.750Z] === PAUSE TestNetworkList//networks [2022-12-19T12:47:34.750Z] === RUN TestNetworkList//networks/ [2022-12-19T12:47:34.750Z] === PAUSE TestNetworkList//networks/ [2022-12-19T12:47:34.750Z] === CONT TestNetworkList//networks [2022-12-19T12:47:34.750Z] === CONT TestNetworkList//networks/ [2022-12-19T12:47:34.750Z] --- PASS: TestNetworkList (0.01s) [2022-12-19T12:47:34.750Z] --- PASS: TestNetworkList//networks (0.00s) [2022-12-19T12:47:34.750Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-12-19T12:47:34.750Z] === RUN TestHostIPv4BridgeLabel [2022-12-19T12:47:35.312Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2022-12-19T12:47:35.312Z] === RUN TestDaemonRestartWithLiveRestore [2022-12-19T12:47:36.240Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2022-12-19T12:47:36.240Z] === RUN TestDaemonDefaultNetworkPools [2022-12-19T12:47:37.169Z] --- PASS: TestDaemonDefaultNetworkPools (0.75s) [2022-12-19T12:47:37.169Z] === RUN TestDaemonRestartWithExistingNetwork [2022-12-19T12:47:38.098Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s) [2022-12-19T12:47:38.098Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-12-19T12:47:39.503Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.23s) [2022-12-19T12:47:39.503Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-12-19T12:47:40.078Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s) [2022-12-19T12:47:40.078Z] === RUN TestServiceWithPredefinedNetwork [2022-12-19T12:47:42.601Z] --- PASS: TestServiceWithPredefinedNetwork (2.17s) [2022-12-19T12:47:42.601Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-12-19T12:47:42.601Z] service_test.go:242: FLAKY_TEST [2022-12-19T12:47:42.601Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-12-19T12:47:42.601Z] === RUN TestServiceWithDataPathPortInit [2022-12-19T12:47:57.452Z] --- PASS: TestServiceWithDataPathPortInit (14.02s) [2022-12-19T12:47:57.453Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-12-19T12:47:58.821Z] service_test.go:434: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:yl4j7bbwd6gtrottgj3d8moxk Created:2022-12-19 12:47:57.469875841 +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[15024f3c9570505d9bd4423ac2f1b19f8503e98dadfb6bec8f085b3f95191741:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.oilrqpg11kj1pzs4hhab6fr66 EndpointID:fbf66a1d3a3efa30641cec0f8caa7cbcddc6c5440c1ab4a1bc662f5bec4949de MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:aa9cd604bfe34fa9df390beb7750b8c6dfe5d77dd31c3005b60dde4990f355f6 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:e4ba8d8029d8 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.oilrqpg11kj1pzs4hhab6fr66 EndpointID:fbf66a1d3a3efa30641cec0f8caa7cbcddc6c5440c1ab4a1bc662f5bec4949de EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-12-19T12:48:02.991Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.88s) [2022-12-19T12:48:02.991Z] PASS [2022-12-19T12:48:02.991Z] [2022-12-19T12:48:02.991Z] === Skipped [2022-12-19T12:48:02.991Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-12-19T12:48:02.991Z] service_test.go:242: FLAKY_TEST [2022-12-19T12:48:02.991Z] [2022-12-19T12:48:02.991Z] DONE 38 tests, 1 skipped in 43.683s [2022-12-19T12:48:02.991Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-12-19T12:48:02.991Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2022-12-19T12:48:02.991Z] ++ set -e [2022-12-19T12:48:02.991Z] ++ '[' -n 0 ']' [2022-12-19T12:48:02.991Z] ++ set -x [2022-12-19T12:48:02.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-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2022-12-19T12:48:03.248Z] INFO: Testing against a local daemon [2022-12-19T12:48:03.248Z] === RUN TestDockerNetworkIpvlanPersistance [2022-12-19T12:48:03.248Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-12-19T12:48:03.248Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-12-19T12:48:03.248Z] === RUN TestDockerNetworkIpvlan [2022-12-19T12:48:03.248Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-12-19T12:48:03.248Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-12-19T12:48:03.248Z] PASS [2022-12-19T12:48:03.248Z] [2022-12-19T12:48:03.248Z] === Skipped [2022-12-19T12:48:03.248Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-12-19T12:48:03.248Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-12-19T12:48:03.248Z] [2022-12-19T12:48:03.248Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-12-19T12:48:03.248Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-12-19T12:48:03.248Z] [2022-12-19T12:48:03.248Z] DONE 2 tests, 2 skipped in 0.093s [2022-12-19T12:48:03.248Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-12-19T12:48:03.248Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2022-12-19T12:48:03.248Z] ++ set -e [2022-12-19T12:48:03.248Z] ++ '[' -n 0 ']' [2022-12-19T12:48:03.248Z] ++ set -x [2022-12-19T12:48:03.248Z] ++ 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-12-19T12:48:03.248Z] INFO: Testing against a local daemon [2022-12-19T12:48:03.248Z] === RUN TestDockerNetworkMacvlanPersistance [2022-12-19T12:48:04.616Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.25s) [2022-12-19T12:48:04.616Z] === RUN TestDockerNetworkMacvlan [2022-12-19T12:48:05.180Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-12-19T12:48:05.743Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-12-19T12:48:06.673Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-12-19T12:48:08.041Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-12-19T12:48:09.936Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-12-19T12:48:13.252Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-12-19T12:48:14.183Z] --- PASS: TestDockerNetworkMacvlan (9.47s) [2022-12-19T12:48:14.183Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2022-12-19T12:48:14.183Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s) [2022-12-19T12:48:14.183Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.88s) [2022-12-19T12:48:14.183Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.91s) [2022-12-19T12:48:14.183Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.36s) [2022-12-19T12:48:14.183Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.60s) [2022-12-19T12:48:14.183Z] PASS [2022-12-19T12:48:14.183Z] [2022-12-19T12:48:14.183Z] DONE 8 tests in 10.874s [2022-12-19T12:48:14.183Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2022-12-19T12:48:14.183Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2022-12-19T12:48:14.183Z] ++ set -e [2022-12-19T12:48:14.183Z] ++ '[' -n 0 ']' [2022-12-19T12:48:14.183Z] ++ set -x [2022-12-19T12:48:14.183Z] ++ 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-12-19T12:48:14.183Z] testing: warning: no tests to run [2022-12-19T12:48:14.183Z] PASS [2022-12-19T12:48:14.183Z] [2022-12-19T12:48:14.183Z] DONE 0 tests in 0.033s [2022-12-19T12:48:14.183Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-12-19T12:48:14.183Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2022-12-19T12:48:14.183Z] ++ set -e [2022-12-19T12:48:14.183Z] ++ '[' -n 0 ']' [2022-12-19T12:48:14.183Z] ++ set -x [2022-12-19T12:48:14.183Z] ++ 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-12-19T12:48:14.183Z] INFO: Testing against a local daemon [2022-12-19T12:48:14.183Z] === RUN TestAuthZPluginAllowRequest [2022-12-19T12:48:15.552Z] --- PASS: TestAuthZPluginAllowRequest (1.08s) [2022-12-19T12:48:15.552Z] === RUN TestAuthZPluginTLS [2022-12-19T12:48:15.809Z] --- PASS: TestAuthZPluginTLS (0.56s) [2022-12-19T12:48:15.809Z] === RUN TestAuthZPluginDenyRequest [2022-12-19T12:48:16.372Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-12-19T12:48:16.372Z] === RUN TestAuthZPluginAPIDenyResponse [2022-12-19T12:48:16.936Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-12-19T12:48:16.936Z] === RUN TestAuthZPluginDenyResponse [2022-12-19T12:48:17.500Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2022-12-19T12:48:17.500Z] === RUN TestAuthZPluginAllowEventStream [2022-12-19T12:48:18.872Z] --- PASS: TestAuthZPluginAllowEventStream (1.07s) [2022-12-19T12:48:18.872Z] === RUN TestAuthZPluginErrorResponse [2022-12-19T12:48:19.128Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2022-12-19T12:48:19.128Z] === RUN TestAuthZPluginErrorRequest [2022-12-19T12:48:19.696Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-12-19T12:48:19.696Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-12-19T12:48:20.258Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2022-12-19T12:48:20.258Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-12-19T12:48:21.670Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.21s) [2022-12-19T12:48:21.670Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-12-19T12:48:22.602Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.16s) [2022-12-19T12:48:22.602Z] === RUN TestAuthZPluginHeader [2022-12-19T12:48:23.165Z] --- PASS: TestAuthZPluginHeader (0.62s) [2022-12-19T12:48:23.165Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-12-19T12:48:23.165Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-12-19T12:48:23.165Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-12-19T12:48:23.165Z] === RUN TestAuthZPluginV2Disable [2022-12-19T12:48:23.165Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-12-19T12:48:23.165Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2022-12-19T12:48:23.165Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-12-19T12:48:23.165Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-12-19T12:48:23.165Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-12-19T12:48:23.165Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-12-19T12:48:23.165Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-12-19T12:48:23.165Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-12-19T12:48:23.165Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-12-19T12:48:41.217Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.89s) [2022-12-19T12:48:41.217Z] PASS [2022-12-19T12:48:41.217Z] [2022-12-19T12:48:41.217Z] === Skipped [2022-12-19T12:48:41.217Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-12-19T12:48:41.217Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-12-19T12:48:41.217Z] [2022-12-19T12:48:41.217Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2022-12-19T12:48:41.217Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-12-19T12:48:41.217Z] [2022-12-19T12:48:41.217Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-12-19T12:48:41.217Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-12-19T12:48:41.217Z] [2022-12-19T12:48:41.217Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-12-19T12:48:41.217Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-12-19T12:48:41.217Z] [2022-12-19T12:48:41.217Z] DONE 17 tests, 4 skipped in 25.943s [2022-12-19T12:48:41.217Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-12-19T12:48:41.217Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2022-12-19T12:48:41.217Z] ++ set -e [2022-12-19T12:48:41.217Z] ++ '[' -n 0 ']' [2022-12-19T12:48:41.217Z] ++ set -x [2022-12-19T12:48:41.217Z] ++ 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-12-19T12:48:41.217Z] INFO: Testing against a local daemon [2022-12-19T12:48:41.217Z] === RUN TestPluginInvalidJSON [2022-12-19T12:48:41.217Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2022-12-19T12:48:41.217Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2022-12-19T12:48:41.217Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2022-12-19T12:48:41.217Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2022-12-19T12:48:41.217Z] === RUN TestPluginInvalidJSON/plugins/pull [2022-12-19T12:48:41.217Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2022-12-19T12:48:41.217Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2022-12-19T12:48:41.217Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2022-12-19T12:48:41.217Z] === CONT TestPluginInvalidJSON/plugins/pull [2022-12-19T12:48:41.217Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2022-12-19T12:48:41.217Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2022-12-19T12:48:41.217Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2022-12-19T12:48:41.217Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2022-12-19T12:48:41.217Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2022-12-19T12:48:41.217Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2022-12-19T12:48:41.217Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2022-12-19T12:48:41.217Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2022-12-19T12:48:41.217Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2022-12-19T12:48:41.217Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2022-12-19T12:48:41.217Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2022-12-19T12:48:41.217Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2022-12-19T12:48:41.217Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-12-19T12:48:41.217Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s) [2022-12-19T12:48:41.217Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2022-12-19T12:48:41.217Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2022-12-19T12:48:41.217Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2022-12-19T12:48:41.217Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2022-12-19T12:48:41.217Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s) [2022-12-19T12:48:41.217Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2022-12-19T12:48:41.217Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2022-12-19T12:48:41.217Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2022-12-19T12:48:41.217Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2022-12-19T12:48:41.217Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2022-12-19T12:48:41.217Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2022-12-19T12:48:41.217Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2022-12-19T12:48:41.217Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2022-12-19T12:48:41.217Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2022-12-19T12:48:41.217Z] === RUN TestPluginInstall [2022-12-19T12:48:41.217Z] === RUN TestPluginInstall/no_auth [2022-12-19T12:48:44.492Z] time="2022-12-19T12:48:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-12-19T12:48:44.492Z] time="2022-12-19T12:48:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:114454a1682879e59d48514b716a00ef167c909e368a9c8b0c7e91c0e561bca1" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-12-19T12:48:44.492Z] time="2022-12-19T12:48:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-12-19T12:48:44.492Z] time="2022-12-19T12:48:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:114454a1682879e59d48514b716a00ef167c909e368a9c8b0c7e91c0e561bca1" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-12-19T12:48:44.492Z] === RUN TestPluginInstall/with_htpasswd [2022-12-19T12:48:44.749Z] time="2022-12-19T12:48:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-12-19T12:48:44.749Z] time="2022-12-19T12:48:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4183e42ae3c1c688781f13c49a4b58782f8f75c82af533e296f0d33c4eb50cd0" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-12-19T12:48:44.749Z] time="2022-12-19T12:48:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-12-19T12:48:44.749Z] time="2022-12-19T12:48:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4183e42ae3c1c688781f13c49a4b58782f8f75c82af533e296f0d33c4eb50cd0" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-12-19T12:48:45.005Z] === RUN TestPluginInstall/with_insecure [2022-12-19T12:48:45.934Z] time="2022-12-19T12:48:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-12-19T12:48:45.934Z] time="2022-12-19T12:48:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:59ffc7a85b583f7424dab4bc16059056a1c30ec002fc8d63400cea56a4910964" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-12-19T12:48:45.935Z] time="2022-12-19T12:48:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-12-19T12:48:45.935Z] time="2022-12-19T12:48:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:59ffc7a85b583f7424dab4bc16059056a1c30ec002fc8d63400cea56a4910964" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-12-19T12:48:45.935Z] plugin_test.go:196: [d29501ba87b08] daemon is not started [2022-12-19T12:48:45.935Z] --- PASS: TestPluginInstall (5.73s) [2022-12-19T12:48:45.935Z] --- PASS: TestPluginInstall/no_auth (4.25s) [2022-12-19T12:48:45.935Z] --- PASS: TestPluginInstall/with_htpasswd (0.51s) [2022-12-19T12:48:45.935Z] --- PASS: TestPluginInstall/with_insecure (0.97s) [2022-12-19T12:48:45.935Z] === RUN TestPluginsWithRuntimes [2022-12-19T12:48:47.303Z] === RUN TestPluginsWithRuntimes/No_Args [2022-12-19T12:48:48.232Z] === RUN TestPluginsWithRuntimes/With_Args [2022-12-19T12:48:49.601Z] --- PASS: TestPluginsWithRuntimes (3.36s) [2022-12-19T12:48:49.601Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.91s) [2022-12-19T12:48:49.601Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.91s) [2022-12-19T12:48:49.601Z] === RUN TestPluginBackCompatMediaTypes [2022-12-19T12:48:49.858Z] --- PASS: TestPluginBackCompatMediaTypes (0.55s) [2022-12-19T12:48:49.858Z] PASS [2022-12-19T12:48:49.858Z] [2022-12-19T12:48:49.858Z] DONE 24 tests in 9.793s [2022-12-19T12:48:49.858Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-12-19T12:48:49.858Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2022-12-19T12:48:49.858Z] ++ set -e [2022-12-19T12:48:49.858Z] ++ '[' -n 0 ']' [2022-12-19T12:48:49.858Z] ++ set -x [2022-12-19T12:48:49.858Z] ++ 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-12-19T12:48:50.114Z] INFO: Testing against a local daemon [2022-12-19T12:48:50.114Z] === RUN TestExternalGraphDriver [2022-12-19T12:48:50.371Z] === RUN TestExternalGraphDriver/json [2022-12-19T12:48:52.263Z] === RUN TestExternalGraphDriver/spec [2022-12-19T12:48:53.631Z] === RUN TestExternalGraphDriver/pull [2022-12-19T12:48:54.999Z] --- PASS: TestExternalGraphDriver (5.00s) [2022-12-19T12:48:54.999Z] --- PASS: TestExternalGraphDriver/json (1.53s) [2022-12-19T12:48:54.999Z] --- PASS: TestExternalGraphDriver/spec (1.52s) [2022-12-19T12:48:54.999Z] --- PASS: TestExternalGraphDriver/pull (1.61s) [2022-12-19T12:48:54.999Z] === RUN TestGraphdriverPluginV2 [2022-12-19T12:48:55.256Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-12-19T12:48:55.256Z] --- SKIP: TestGraphdriverPluginV2 (0.32s) [2022-12-19T12:48:55.256Z] PASS [2022-12-19T12:48:55.256Z] [2022-12-19T12:48:55.256Z] === Skipped [2022-12-19T12:48:55.256Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.32s) [2022-12-19T12:48:55.256Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-12-19T12:48:55.256Z] [2022-12-19T12:48:55.256Z] DONE 5 tests, 1 skipped in 5.458s [2022-12-19T12:48:55.256Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-12-19T12:48:55.256Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2022-12-19T12:48:55.256Z] ++ set -e [2022-12-19T12:48:55.256Z] ++ '[' -n 0 ']' [2022-12-19T12:48:55.256Z] ++ set -x [2022-12-19T12:48:55.256Z] ++ 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-12-19T12:48:55.513Z] INFO: Testing against a local daemon [2022-12-19T12:48:55.513Z] === RUN TestContinueAfterPluginCrash [2022-12-19T12:48:55.513Z] === PAUSE TestContinueAfterPluginCrash [2022-12-19T12:48:55.513Z] === RUN TestReadPluginNoRead [2022-12-19T12:48:55.513Z] === PAUSE TestReadPluginNoRead [2022-12-19T12:48:55.513Z] === RUN TestDaemonStartWithLogOpt [2022-12-19T12:48:55.513Z] === PAUSE TestDaemonStartWithLogOpt [2022-12-19T12:48:55.513Z] === CONT TestContinueAfterPluginCrash [2022-12-19T12:48:55.513Z] === CONT TestDaemonStartWithLogOpt [2022-12-19T12:48:58.786Z] --- PASS: TestDaemonStartWithLogOpt (3.03s) [2022-12-19T12:48:58.786Z] === CONT TestReadPluginNoRead [2022-12-19T12:49:00.679Z] === RUN TestReadPluginNoRead/default [2022-12-19T12:49:02.572Z] === RUN TestReadPluginNoRead/disabled_caching [2022-12-19T12:49:03.502Z] --- PASS: TestContinueAfterPluginCrash (8.03s) [2022-12-19T12:49:03.502Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-12-19T12:49:04.870Z] === CONT TestReadPluginNoRead [2022-12-19T12:49:04.870Z] read_test.go:91: [d6eec9faf0eda] daemon is not started [2022-12-19T12:49:04.870Z] --- PASS: TestReadPluginNoRead (6.26s) [2022-12-19T12:49:04.870Z] --- PASS: TestReadPluginNoRead/default (1.60s) [2022-12-19T12:49:04.870Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.34s) [2022-12-19T12:49:04.870Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.26s) [2022-12-19T12:49:04.870Z] PASS [2022-12-19T12:49:04.870Z] [2022-12-19T12:49:04.870Z] DONE 6 tests in 9.448s [2022-12-19T12:49:04.870Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2022-12-19T12:49:04.870Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2022-12-19T12:49:04.870Z] ++ set -e [2022-12-19T12:49:04.870Z] ++ '[' -n 0 ']' [2022-12-19T12:49:04.870Z] ++ set -x [2022-12-19T12:49:04.870Z] ++ 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-12-19T12:49:04.870Z] testing: warning: no tests to run [2022-12-19T12:49:04.870Z] PASS [2022-12-19T12:49:04.870Z] [2022-12-19T12:49:04.870Z] DONE 0 tests in 0.038s [2022-12-19T12:49:04.870Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-12-19T12:49:04.870Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2022-12-19T12:49:04.870Z] ++ set -e [2022-12-19T12:49:04.870Z] ++ '[' -n 0 ']' [2022-12-19T12:49:04.870Z] ++ set -x [2022-12-19T12:49:04.871Z] ++ 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-12-19T12:49:04.871Z] INFO: Testing against a local daemon [2022-12-19T12:49:04.871Z] === RUN TestPluginWithDevMounts [2022-12-19T12:49:05.127Z] === PAUSE TestPluginWithDevMounts [2022-12-19T12:49:05.127Z] === CONT TestPluginWithDevMounts [2022-12-19T12:49:07.021Z] --- PASS: TestPluginWithDevMounts (1.65s) [2022-12-19T12:49:07.021Z] PASS [2022-12-19T12:49:07.021Z] [2022-12-19T12:49:07.021Z] DONE 1 tests in 1.764s [2022-12-19T12:49:07.021Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2022-12-19T12:49:07.021Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m [2022-12-19T12:49:07.021Z] ++ set -e [2022-12-19T12:49:07.021Z] ++ '[' -n 0 ']' [2022-12-19T12:49:07.021Z] ++ set -x [2022-12-19T12:49:07.021Z] ++ 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-12-19T12:49:07.021Z] INFO: Testing against a local daemon [2022-12-19T12:49:07.021Z] === RUN TestSecretInspect [2022-12-19T12:49:08.914Z] --- PASS: TestSecretInspect (2.12s) [2022-12-19T12:49:08.914Z] === RUN TestSecretList [2022-12-19T12:49:11.434Z] --- PASS: TestSecretList (2.10s) [2022-12-19T12:49:11.434Z] === RUN TestSecretsCreateAndDelete [2022-12-19T12:49:13.326Z] --- PASS: TestSecretsCreateAndDelete (2.11s) [2022-12-19T12:49:13.326Z] === RUN TestSecretsUpdate [2022-12-19T12:49:15.218Z] --- PASS: TestSecretsUpdate (2.24s) [2022-12-19T12:49:15.218Z] === RUN TestTemplatedSecret [2022-12-19T12:49:17.740Z] --- PASS: TestTemplatedSecret (2.38s) [2022-12-19T12:49:17.740Z] === RUN TestSecretCreateResolve [2022-12-19T12:49:20.260Z] --- PASS: TestSecretCreateResolve (2.20s) [2022-12-19T12:49:20.260Z] PASS [2022-12-19T12:49:20.260Z] [2022-12-19T12:49:20.260Z] DONE 6 tests in 13.247s [2022-12-19T12:49:20.260Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2022-12-19T12:49:20.260Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m [2022-12-19T12:49:20.260Z] ++ set -e [2022-12-19T12:49:20.260Z] ++ '[' -n 0 ']' [2022-12-19T12:49:20.260Z] ++ set -x [2022-12-19T12:49:20.260Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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-12-19T12:49:20.260Z] INFO: Testing against a local daemon [2022-12-19T12:49:20.260Z] === RUN TestServiceCreateInit [2022-12-19T12:49:20.260Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-12-19T12:49:23.955Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-12-19T12:49:28.128Z] --- PASS: TestServiceCreateInit (7.28s) [2022-12-19T12:49:28.128Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.79s) [2022-12-19T12:49:28.128Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.46s) [2022-12-19T12:49:28.128Z] === RUN TestCreateServiceMultipleTimes [2022-12-19T12:49:43.031Z] --- PASS: TestCreateServiceMultipleTimes (15.24s) [2022-12-19T12:49:43.031Z] === RUN TestCreateServiceConflict [2022-12-19T12:49:44.925Z] --- PASS: TestCreateServiceConflict (2.15s) [2022-12-19T12:49:44.925Z] === RUN TestCreateServiceMaxReplicas [2022-12-19T12:49:48.199Z] --- PASS: TestCreateServiceMaxReplicas (2.87s) [2022-12-19T12:49:48.199Z] === RUN TestCreateWithDuplicateNetworkNames [2022-12-19T12:50:03.051Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.00s) [2022-12-19T12:50:03.051Z] === RUN TestCreateServiceSecretFileMode [2022-12-19T12:50:03.051Z] --- PASS: TestCreateServiceSecretFileMode (2.43s) [2022-12-19T12:50:03.051Z] === RUN TestCreateServiceConfigFileMode [2022-12-19T12:50:05.576Z] --- PASS: TestCreateServiceConfigFileMode (2.35s) [2022-12-19T12:50:05.576Z] === RUN TestCreateServiceSysctls [2022-12-19T12:50:08.848Z] --- PASS: TestCreateServiceSysctls (3.13s) [2022-12-19T12:50:08.848Z] === RUN TestCreateServiceCapabilities [2022-12-19T12:50:10.743Z] --- PASS: TestCreateServiceCapabilities (2.30s) [2022-12-19T12:50:10.743Z] === RUN TestInspect [2022-12-19T12:50:14.018Z] --- PASS: TestInspect (2.61s) [2022-12-19T12:50:14.018Z] === RUN TestCreateJob [2022-12-19T12:50:16.540Z] --- PASS: TestCreateJob (2.86s) [2022-12-19T12:50:16.540Z] === RUN TestReplicatedJob [2022-12-19T12:50:21.796Z] --- PASS: TestReplicatedJob (4.69s) [2022-12-19T12:50:21.796Z] === RUN TestUpdateReplicatedJob [2022-12-19T12:50:24.317Z] --- PASS: TestUpdateReplicatedJob (3.05s) [2022-12-19T12:50:24.317Z] === RUN TestServiceListWithStatuses [2022-12-19T12:50:24.317Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-12-19T12:50:24.317Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-12-19T12:50:24.317Z] === RUN TestDockerNetworkConnectAlias [2022-12-19T12:50:28.488Z] --- PASS: TestDockerNetworkConnectAlias (3.97s) [2022-12-19T12:50:28.488Z] === RUN TestDockerNetworkReConnect [2022-12-19T12:50:31.759Z] --- PASS: TestDockerNetworkReConnect (3.20s) [2022-12-19T12:50:31.759Z] === RUN TestServicePlugin [2022-12-19T12:50:31.759Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-12-19T12:50:31.759Z] --- SKIP: TestServicePlugin (0.00s) [2022-12-19T12:50:31.759Z] === RUN TestServiceUpdateLabel [2022-12-19T12:50:33.651Z] --- PASS: TestServiceUpdateLabel (2.15s) [2022-12-19T12:50:33.651Z] === RUN TestServiceUpdateSecrets [2022-12-19T12:50:48.498Z] --- PASS: TestServiceUpdateSecrets (14.22s) [2022-12-19T12:50:48.498Z] === RUN TestServiceUpdateConfigs [2022-12-19T12:51:03.347Z] --- PASS: TestServiceUpdateConfigs (14.20s) [2022-12-19T12:51:03.347Z] === RUN TestServiceUpdateNetwork [2022-12-19T12:51:15.602Z] --- PASS: TestServiceUpdateNetwork (12.34s) [2022-12-19T12:51:15.602Z] === RUN TestServiceUpdatePidsLimit [2022-12-19T12:51:15.602Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-12-19T12:51:15.865Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-12-19T12:51:23.962Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-12-19T12:51:30.507Z] --- PASS: TestServiceUpdatePidsLimit (15.88s) [2022-12-19T12:51:30.507Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s) [2022-12-19T12:51:30.507Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.80s) [2022-12-19T12:51:30.507Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.79s) [2022-12-19T12:51:30.507Z] PASS [2022-12-19T12:51:30.507Z] [2022-12-19T12:51:30.507Z] === Skipped [2022-12-19T12:51:30.507Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2022-12-19T12:51:30.507Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-12-19T12:51:30.507Z] [2022-12-19T12:51:30.507Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2022-12-19T12:51:30.507Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-12-19T12:51:30.507Z] [2022-12-19T12:51:30.507Z] DONE 27 tests, 2 skipped in 130.065s [2022-12-19T12:51:30.507Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2022-12-19T12:51:30.507Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m [2022-12-19T12:51:30.507Z] ++ set -e [2022-12-19T12:51:30.507Z] ++ '[' -n 0 ']' [2022-12-19T12:51:30.507Z] ++ set -x [2022-12-19T12:51:30.507Z] ++ 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-12-19T12:51:30.507Z] INFO: Testing against a local daemon [2022-12-19T12:51:30.507Z] === RUN TestSessionCreate [2022-12-19T12:51:30.507Z] --- PASS: TestSessionCreate (0.04s) [2022-12-19T12:51:30.507Z] === RUN TestSessionCreateWithBadUpgrade [2022-12-19T12:51:30.507Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-12-19T12:51:30.507Z] PASS [2022-12-19T12:51:30.507Z] [2022-12-19T12:51:30.507Z] DONE 2 tests in 0.196s [2022-12-19T12:51:30.507Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2022-12-19T12:51:30.507Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m [2022-12-19T12:51:30.507Z] ++ set -e [2022-12-19T12:51:30.507Z] ++ '[' -n 0 ']' [2022-12-19T12:51:30.507Z] ++ set -x [2022-12-19T12:51:30.507Z] ++ 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-12-19T12:51:30.507Z] INFO: Testing against a local daemon [2022-12-19T12:51:30.507Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-12-19T12:51:30.507Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-12-19T12:51:30.507Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-12-19T12:51:30.507Z] === RUN TestDiskUsage [2022-12-19T12:51:30.507Z] === PAUSE TestDiskUsage [2022-12-19T12:51:30.507Z] === RUN TestEventsExecDie [2022-12-19T12:51:31.071Z] --- PASS: TestEventsExecDie (0.53s) [2022-12-19T12:51:31.071Z] === RUN TestEventsBackwardsCompatible [2022-12-19T12:51:31.071Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2022-12-19T12:51:31.071Z] === RUN TestEventsVolumeCreate [2022-12-19T12:51:31.071Z] --- PASS: TestEventsVolumeCreate (0.06s) [2022-12-19T12:51:31.071Z] === RUN TestInfoBinaryCommits [2022-12-19T12:51:31.071Z] --- PASS: TestInfoBinaryCommits (0.03s) [2022-12-19T12:51:31.071Z] === RUN TestInfoAPIVersioned [2022-12-19T12:51:31.071Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-12-19T12:51:31.071Z] === RUN TestInfoAPI [2022-12-19T12:51:31.071Z] --- PASS: TestInfoAPI (0.02s) [2022-12-19T12:51:31.071Z] === RUN TestInfoAPIWarnings [2022-12-19T12:51:49.130Z] --- PASS: TestInfoAPIWarnings (16.54s) [2022-12-19T12:51:49.130Z] === RUN TestInfoDebug [2022-12-19T12:51:49.130Z] --- PASS: TestInfoDebug (0.52s) [2022-12-19T12:51:49.130Z] === RUN TestInfoInsecureRegistries [2022-12-19T12:51:49.130Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-12-19T12:51:49.130Z] === RUN TestInfoRegistryMirrors [2022-12-19T12:51:49.130Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-12-19T12:51:49.130Z] === RUN TestLoginFailsWithBadCredentials [2022-12-19T12:51:49.693Z] --- PASS: TestLoginFailsWithBadCredentials (0.39s) [2022-12-19T12:51:49.693Z] === RUN TestPingCacheHeaders [2022-12-19T12:51:49.693Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-12-19T12:51:49.693Z] === RUN TestPingGet [2022-12-19T12:51:49.693Z] --- PASS: TestPingGet (0.01s) [2022-12-19T12:51:49.693Z] === RUN TestPingHead [2022-12-19T12:51:49.693Z] --- PASS: TestPingHead (0.02s) [2022-12-19T12:51:49.693Z] === RUN TestPingSwarmHeader [2022-12-19T12:51:50.256Z] === RUN TestPingSwarmHeader/before_swarm_init [2022-12-19T12:51:50.818Z] === RUN TestPingSwarmHeader/after_swarm_init [2022-12-19T12:51:51.749Z] === RUN TestPingSwarmHeader/after_swarm_leave [2022-12-19T12:51:51.749Z] --- PASS: TestPingSwarmHeader (2.10s) [2022-12-19T12:51:51.749Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2022-12-19T12:51:51.749Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2022-12-19T12:51:51.749Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2022-12-19T12:51:51.749Z] === RUN TestPingBuilderHeader [2022-12-19T12:51:51.749Z] === RUN TestPingBuilderHeader/default_config [2022-12-19T12:51:52.312Z] === RUN TestPingBuilderHeader/buildkit_disabled [2022-12-19T12:51:52.875Z] --- PASS: TestPingBuilderHeader (1.04s) [2022-12-19T12:51:52.875Z] --- PASS: TestPingBuilderHeader/default_config (0.51s) [2022-12-19T12:51:52.875Z] --- PASS: TestPingBuilderHeader/buildkit_disabled (0.51s) [2022-12-19T12:51:52.875Z] === RUN TestVersion [2022-12-19T12:51:52.875Z] --- PASS: TestVersion (0.02s) [2022-12-19T12:51:52.875Z] === CONT TestDiskUsage [2022-12-19T12:51:53.438Z] === RUN TestDiskUsage/empty [2022-12-19T12:51:53.439Z] === RUN TestDiskUsage/empty/container_types [2022-12-19T12:51:53.439Z] === RUN TestDiskUsage/empty/image_types [2022-12-19T12:51:53.439Z] === RUN TestDiskUsage/empty/volume_types [2022-12-19T12:51:53.439Z] === RUN TestDiskUsage/empty/build-cache_types [2022-12-19T12:51:53.439Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-12-19T12:51:53.439Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-12-19T12:51:53.439Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-12-19T12:51:53.439Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-12-19T12:51:53.439Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-12-19T12:51:53.439Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-12-19T12:51:53.439Z] === RUN TestDiskUsage/after_LoadBusybox [2022-12-19T12:51:53.439Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-12-19T12:51:53.439Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-12-19T12:51:53.439Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-12-19T12:51:53.439Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-12-19T12:51:53.439Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-12-19T12:51:53.439Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-12-19T12:51:53.439Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-12-19T12:51:53.439Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-12-19T12:51:53.439Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-12-19T12:51:53.439Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-12-19T12:51:53.439Z] === RUN TestDiskUsage/after_container.Run [2022-12-19T12:51:53.695Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-12-19T12:51:53.695Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-12-19T12:51:53.695Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-12-19T12:51:53.695Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-12-19T12:51:53.695Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-12-19T12:51:53.695Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-12-19T12:51:53.695Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-12-19T12:51:53.695Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-12-19T12:51:53.695Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-12-19T12:51:53.695Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-12-19T12:51:53.952Z] --- PASS: TestDiskUsage (1.07s) [2022-12-19T12:51:53.952Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-12-19T12:51:53.952Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-12-19T12:51:53.952Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-12-19T12:51:53.952Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-12-19T12:51:53.952Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-12-19T12:51:53.952Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-12-19T12:51:53.952Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-12-19T12:51:53.952Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-12-19T12:51:53.952Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-12-19T12:51:53.952Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-12-19T12:51:53.952Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-12-19T12:51:53.952Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.09s) [2022-12-19T12:51:53.952Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-12-19T12:51:53.952Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-12-19T12:51:53.952Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-12-19T12:51:53.952Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-12-19T12:51:53.952Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-12-19T12:51:53.952Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-12-19T12:51:53.952Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-12-19T12:51:53.952Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-12-19T12:51:53.952Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-12-19T12:51:53.952Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-12-19T12:51:53.952Z] --- PASS: TestDiskUsage/after_container.Run (0.33s) [2022-12-19T12:51:53.952Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-12-19T12:51:53.952Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-12-19T12:51:53.952Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-12-19T12:51:53.952Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-12-19T12:51:53.952Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-12-19T12:51:53.952Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-12-19T12:51:53.952Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-12-19T12:51:53.952Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-12-19T12:51:53.952Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-12-19T12:51:53.952Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-12-19T12:51:53.952Z] PASS [2022-12-19T12:51:53.952Z] [2022-12-19T12:51:53.952Z] === Skipped [2022-12-19T12:51:53.952Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-12-19T12:51:53.952Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-12-19T12:51:53.952Z] [2022-12-19T12:51:53.952Z] DONE 57 tests, 1 skipped in 23.646s [2022-12-19T12:51:53.952Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2022-12-19T12:51:53.952Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m [2022-12-19T12:51:53.952Z] ++ set -e [2022-12-19T12:51:53.952Z] ++ '[' -n 0 ']' [2022-12-19T12:51:53.952Z] ++ set -x [2022-12-19T12:51:53.952Z] ++ 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-12-19T12:51:53.952Z] INFO: Testing against a local daemon [2022-12-19T12:51:53.952Z] === RUN TestVolumesCreateAndList [2022-12-19T12:51:53.952Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-12-19T12:51:53.952Z] === RUN TestVolumesRemove [2022-12-19T12:51:54.209Z] --- PASS: TestVolumesRemove (0.07s) [2022-12-19T12:51:54.209Z] === RUN TestVolumesInspect [2022-12-19T12:51:54.209Z] --- PASS: TestVolumesInspect (0.02s) [2022-12-19T12:51:54.209Z] === RUN TestVolumesInvalidJSON [2022-12-19T12:51:54.209Z] === RUN TestVolumesInvalidJSON/volumes/create [2022-12-19T12:51:54.209Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2022-12-19T12:51:54.209Z] === CONT TestVolumesInvalidJSON/volumes/create [2022-12-19T12:51:54.209Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2022-12-19T12:51:54.209Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2022-12-19T12:51:54.209Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2022-12-19T12:51:54.209Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2022-12-19T12:51:54.209Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-12-19T12:51:54.209Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2022-12-19T12:51:54.209Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2022-12-19T12:51:54.209Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2022-12-19T12:51:54.209Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2022-12-19T12:51:54.209Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2022-12-19T12:51:54.209Z] === RUN TestVolumePruneAnonymous [2022-12-19T12:51:54.209Z] --- PASS: TestVolumePruneAnonymous (0.04s) [2022-12-19T12:51:54.209Z] PASS [2022-12-19T12:51:54.209Z] [2022-12-19T12:51:54.209Z] DONE 10 tests in 0.275s [2022-12-19T12:51:54.209Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-12-19T12:51:54.209Z] ++++ cat bundles/test-integration/docker.pid [2022-12-19T12:51:54.209Z] +++ kill 15073 [2022-12-19T12:51:54.467Z] +++ /etc/init.d/apparmor stop [2022-12-19T12:51:54.467Z] Leaving: AppArmorNo profiles have been unloaded. [2022-12-19T12:51:54.467Z] [2022-12-19T12:51:54.467Z] Unloading profiles will leave already running processes permanently [2022-12-19T12:51:54.467Z] unconfined, which can lead to unexpected situations. [2022-12-19T12:51:54.467Z] [2022-12-19T12:51:54.467Z] To set a process to complain mode, use the command line tool [2022-12-19T12:51:54.467Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-12-19T12:51:54.467Z] +++ true [2022-12-19T12:51:54.467Z] exiting test-integration [2022-12-19T12:51:54.467Z] ++ exit 0 [2022-12-19T12:51:54.467Z] Post stage [Pipeline] junit [2022-12-19T12:51:55.409Z] Recording test results [2022-12-19T12:51:55.617Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-12-19T12:51:55.968Z] + echo Ensuring container killed. [2022-12-19T12:51:55.968Z] Ensuring container killed. [2022-12-19T12:51:55.968Z] + docker rm -vf docker-pr2 [2022-12-19T12:51:55.968Z] Error response from daemon: No such container: docker-pr2 [Pipeline] sh [2022-12-19T12:51:56.298Z] + echo Chowning /workspace to jenkins user [2022-12-19T12:51:56.298Z] Chowning /workspace to jenkins user [2022-12-19T12:51:56.298Z] + id -u [2022-12-19T12:51:56.298Z] + id -g [2022-12-19T12:51:56.298Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-44669:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-12-19T12:51:57.993Z] + bundleName=arm64-integration [2022-12-19T12:51:57.993Z] + echo Creating arm64-integration-bundles.tar.gz [2022-12-19T12:51:57.993Z] Creating arm64-integration-bundles.tar.gz [2022-12-19T12:51:57.993Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-12-19T12:51:57.993Z] + xargs tar -czf arm64-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2022-12-19T12:51:58.259Z] Archiving artifacts [2022-12-19T12:52:00.176Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-44669/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-12-19T12:52:00.469Z] + make clean [2022-12-19T12:52:00.726Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-12-19T12:52:00.726Z] docker-dev-cache [2022-12-19T12:52:00.726Z] 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