Pull request #46577 updated Started by user Sebastiaan van Stijn Rebuilds build #19 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Loading trusted files from base branch master at 0c0943bcdf6dd10a51c6c08f85acfb0aff0352d7 rather than 7995e3288fad2ab6b1825ca512023fb43c3dcee5 Obtained Jenkinsfile from 0c0943bcdf6dd10a51c6c08f85acfb0aff0352d7 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-46577@libs/jps/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 4f8fd6a86e521290dafaf7c28eced2a9b21b220a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 4f8fd6a86e521290dafaf7c28eced2a9b21b220a # timeout=10 Commit message: "Merge pull request #26 from docker/add-retry-to-vpn-image-pull" > git rev-list --no-walk 4f8fd6a86e521290dafaf7c28eced2a9b21b220a # timeout=10 Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 2 hr 0 min [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (pr-hack) [Pipeline] script [Pipeline] { [Pipeline] echo [2023-11-08T11:45:15.715Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2023-11-08T11:45:15.719Z] Trying to pass milestone 19 [Pipeline] milestone [2023-11-08T11:45:15.869Z] Trying to pass milestone 20 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2023-11-08T11:45:16.098Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0768afc569ffdd100) in /home/ubuntu/workspace/moby_PR-46577 [Pipeline] { [Pipeline] checkout [2023-11-08T11:45:16.120Z] The recommended git tool is: git [2023-11-08T11:45:16.130Z] using credential docker-jenkins-github-credentials [2023-11-08T11:45:16.147Z] Cloning the remote Git repository [2023-11-08T11:45:16.147Z] Cloning with configured refspecs honoured and without tags [2023-11-08T11:45:16.148Z] Cloning repository https://github.com/moby/moby.git [2023-11-08T11:45:16.149Z] > git init /home/ubuntu/workspace/moby_PR-46577 # timeout=10 [2023-11-08T11:45:16.154Z] Fetching upstream changes from https://github.com/moby/moby.git [2023-11-08T11:45:16.154Z] > git --version # timeout=10 [2023-11-08T11:45:16.156Z] > git --version # 'git version 2.25.1' [2023-11-08T11:45:16.157Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2023-11-08T11:45:16.158Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/46577/head:refs/remotes/origin/PR-46577 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2023-11-08T11:45:28.453Z] Fetching without tags [2023-11-08T11:45:28.664Z] Merging remotes/origin/master commit 0c0943bcdf6dd10a51c6c08f85acfb0aff0352d7 into PR head commit 7995e3288fad2ab6b1825ca512023fb43c3dcee5 [2023-11-08T11:45:28.435Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2023-11-08T11:45:28.438Z] > git config --add remote.origin.fetch +refs/pull/46577/head:refs/remotes/origin/PR-46577 # timeout=10 [2023-11-08T11:45:28.441Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2023-11-08T11:45:28.448Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2023-11-08T11:45:28.455Z] Fetching upstream changes from https://github.com/moby/moby.git [2023-11-08T11:45:28.455Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2023-11-08T11:45:28.456Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/46577/head:refs/remotes/origin/PR-46577 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2023-11-08T11:45:28.665Z] > git config core.sparsecheckout # timeout=10 [2023-11-08T11:45:28.668Z] > git checkout -f 7995e3288fad2ab6b1825ca512023fb43c3dcee5 # timeout=10 [2023-11-08T11:45:29.359Z] Merge succeeded, producing 7995e3288fad2ab6b1825ca512023fb43c3dcee5 [2023-11-08T11:45:29.359Z] Checking out Revision 7995e3288fad2ab6b1825ca512023fb43c3dcee5 (PR-46577) [2023-11-08T11:45:29.830Z] Commit message: "Add until filter to docker image ls Signed-off-by: Rachit Sharma " [2023-11-08T11:45:29.333Z] > git remote # timeout=10 [2023-11-08T11:45:29.340Z] > git config --get remote.origin.url # timeout=10 [2023-11-08T11:45:29.343Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2023-11-08T11:45:29.344Z] > git merge 0c0943bcdf6dd10a51c6c08f85acfb0aff0352d7 # timeout=10 [2023-11-08T11:45:29.353Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-11-08T11:45:29.360Z] > git config core.sparsecheckout # timeout=10 [2023-11-08T11:45:29.364Z] > git checkout -f 7995e3288fad2ab6b1825ca512023fb43c3dcee5 # timeout=10 [2023-11-08T11:45:29.832Z] > git rev-list --no-walk 7995e3288fad2ab6b1825ca512023fb43c3dcee5 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-08T11:45:30.541Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-46577:/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 [2023-11-08T11:45:30.541Z] Unable to find image 'alpine:latest' locally [2023-11-08T11:45:30.541Z] latest: Pulling from library/alpine [2023-11-08T11:45:30.809Z] 579b34f0a95b: Already exists [2023-11-08T11:45:30.809Z] Digest: sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 [2023-11-08T11:45:30.809Z] Status: Downloaded newer image for alpine:latest [2023-11-08T11:45:33.357Z] 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: arm64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [2023-11-08T11:45:34.003Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0d10eeb20b35dccbe) in /home/ubuntu/workspace/moby_PR-46577 [Pipeline] { [Pipeline] checkout [2023-11-08T11:45:34.021Z] The recommended git tool is: git [2023-11-08T11:45:34.030Z] using credential docker-jenkins-github-credentials [2023-11-08T11:45:34.045Z] Cloning the remote Git repository [2023-11-08T11:45:34.045Z] Cloning with configured refspecs honoured and without tags [2023-11-08T11:45:34.045Z] Cloning repository https://github.com/moby/moby.git [2023-11-08T11:45:34.045Z] > git init /home/ubuntu/workspace/moby_PR-46577 # timeout=10 [2023-11-08T11:45:34.051Z] Fetching upstream changes from https://github.com/moby/moby.git [2023-11-08T11:45:34.051Z] > git --version # timeout=10 [2023-11-08T11:45:34.053Z] > git --version # 'git version 2.25.1' [2023-11-08T11:45:34.054Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2023-11-08T11:45:34.055Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/46577/head:refs/remotes/origin/PR-46577 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2023-11-08T11:45:45.926Z] Fetching without tags [2023-11-08T11:45:46.123Z] Merging remotes/origin/master commit 0c0943bcdf6dd10a51c6c08f85acfb0aff0352d7 into PR head commit 7995e3288fad2ab6b1825ca512023fb43c3dcee5 [2023-11-08T11:45:45.908Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2023-11-08T11:45:45.911Z] > git config --add remote.origin.fetch +refs/pull/46577/head:refs/remotes/origin/PR-46577 # timeout=10 [2023-11-08T11:45:45.914Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2023-11-08T11:45:45.920Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2023-11-08T11:45:45.927Z] Fetching upstream changes from https://github.com/moby/moby.git [2023-11-08T11:45:45.927Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2023-11-08T11:45:45.928Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/46577/head:refs/remotes/origin/PR-46577 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2023-11-08T11:45:46.124Z] > git config core.sparsecheckout # timeout=10 [2023-11-08T11:45:46.127Z] > git checkout -f 7995e3288fad2ab6b1825ca512023fb43c3dcee5 # timeout=10 [2023-11-08T11:45:46.805Z] Merge succeeded, producing 7995e3288fad2ab6b1825ca512023fb43c3dcee5 [2023-11-08T11:45:46.806Z] Checking out Revision 7995e3288fad2ab6b1825ca512023fb43c3dcee5 (PR-46577) [2023-11-08T11:45:47.665Z] Commit message: "Add until filter to docker image ls Signed-off-by: Rachit Sharma " [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2023-11-08T11:45:46.777Z] > git remote # timeout=10 [2023-11-08T11:45:46.783Z] > git config --get remote.origin.url # timeout=10 [2023-11-08T11:45:46.786Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2023-11-08T11:45:46.787Z] > git merge 0c0943bcdf6dd10a51c6c08f85acfb0aff0352d7 # timeout=10 [2023-11-08T11:45:46.798Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-11-08T11:45:46.807Z] > git config core.sparsecheckout # timeout=10 [2023-11-08T11:45:46.809Z] > git checkout -f 7995e3288fad2ab6b1825ca512023fb43c3dcee5 # timeout=10 [2023-11-08T11:45:48.386Z] + docker version [2023-11-08T11:45:48.386Z] Client: Docker Engine - Community [2023-11-08T11:45:48.386Z] Version: 24.0.2 [2023-11-08T11:45:48.386Z] API version: 1.43 [2023-11-08T11:45:48.386Z] Go version: go1.20.4 [2023-11-08T11:45:48.386Z] Git commit: cb74dfc [2023-11-08T11:45:48.386Z] Built: Thu May 25 21:52:41 2023 [2023-11-08T11:45:48.386Z] OS/Arch: linux/arm64 [2023-11-08T11:45:48.386Z] Context: default [2023-11-08T11:45:48.386Z] [2023-11-08T11:45:48.386Z] Server: Docker Engine - Community [2023-11-08T11:45:48.386Z] Engine: [2023-11-08T11:45:48.386Z] Version: 24.0.2 [2023-11-08T11:45:48.386Z] API version: 1.43 (minimum version 1.12) [2023-11-08T11:45:48.386Z] Go version: go1.20.4 [2023-11-08T11:45:48.386Z] Git commit: 659604f [2023-11-08T11:45:48.386Z] Built: Thu May 25 21:52:41 2023 [2023-11-08T11:45:48.386Z] OS/Arch: linux/arm64 [2023-11-08T11:45:48.386Z] Experimental: true [2023-11-08T11:45:48.386Z] containerd: [2023-11-08T11:45:48.386Z] Version: 1.6.21 [2023-11-08T11:45:48.386Z] GitCommit: 3dce8eb055cbb6872793272b4f20ed16117344f8 [2023-11-08T11:45:48.386Z] runc: [2023-11-08T11:45:48.386Z] Version: 1.1.7 [2023-11-08T11:45:48.386Z] GitCommit: v1.1.7-0-g860f061 [2023-11-08T11:45:48.386Z] docker-init: [2023-11-08T11:45:48.386Z] Version: 0.19.0 [2023-11-08T11:45:48.386Z] GitCommit: de40ad0 [Pipeline] sh [2023-11-08T11:45:48.670Z] + docker info [2023-11-08T11:45:58.647Z] Client: Docker Engine - Community [2023-11-08T11:45:58.647Z] Version: 24.0.2 [2023-11-08T11:45:58.647Z] Context: default [2023-11-08T11:45:58.647Z] Debug Mode: false [2023-11-08T11:45:58.647Z] Plugins: [2023-11-08T11:45:58.647Z] buildx: Docker Buildx (Docker Inc.) [2023-11-08T11:45:58.647Z] Version: v0.11.0 [2023-11-08T11:45:58.647Z] Path: /usr/libexec/docker/cli-plugins/docker-buildx [2023-11-08T11:45:58.647Z] compose: Docker Compose (Docker Inc.) [2023-11-08T11:45:58.647Z] Version: v2.19.1 [2023-11-08T11:45:58.647Z] Path: /usr/libexec/docker/cli-plugins/docker-compose [2023-11-08T11:45:58.647Z] [2023-11-08T11:45:58.647Z] Server: [2023-11-08T11:45:58.647Z] Containers: 0 [2023-11-08T11:45:58.647Z] Running: 0 [2023-11-08T11:45:58.647Z] Paused: 0 [2023-11-08T11:45:58.647Z] Stopped: 0 [2023-11-08T11:45:58.647Z] Images: 1 [2023-11-08T11:45:58.647Z] Server Version: 24.0.2 [2023-11-08T11:45:58.647Z] Storage Driver: overlay2 [2023-11-08T11:45:58.647Z] Backing Filesystem: extfs [2023-11-08T11:45:58.647Z] Supports d_type: true [2023-11-08T11:45:58.647Z] Using metacopy: false [2023-11-08T11:45:58.647Z] Native Overlay Diff: true [2023-11-08T11:45:58.647Z] userxattr: false [2023-11-08T11:45:58.647Z] Logging Driver: json-file [2023-11-08T11:45:58.647Z] Cgroup Driver: cgroupfs [2023-11-08T11:45:58.647Z] Cgroup Version: 1 [2023-11-08T11:45:58.647Z] Plugins: [2023-11-08T11:45:58.647Z] Volume: local [2023-11-08T11:45:58.647Z] Network: bridge host ipvlan macvlan null overlay [2023-11-08T11:45:58.647Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2023-11-08T11:45:58.647Z] Swarm: inactive [2023-11-08T11:45:58.647Z] Runtimes: io.containerd.runc.v2 runc [2023-11-08T11:45:58.647Z] Default Runtime: runc [2023-11-08T11:45:58.647Z] Init Binary: docker-init [2023-11-08T11:45:58.647Z] containerd version: 3dce8eb055cbb6872793272b4f20ed16117344f8 [2023-11-08T11:45:58.647Z] runc version: v1.1.7-0-g860f061 [2023-11-08T11:45:58.647Z] init version: de40ad0 [2023-11-08T11:45:58.647Z] Security Options: [2023-11-08T11:45:58.647Z] apparmor [2023-11-08T11:45:58.647Z] seccomp [2023-11-08T11:45:58.647Z] Profile: builtin [2023-11-08T11:45:58.647Z] Kernel Version: 5.15.0-1039-aws [2023-11-08T11:45:58.647Z] Operating System: Ubuntu 20.04.6 LTS [2023-11-08T11:45:58.647Z] OSType: linux [2023-11-08T11:45:58.648Z] Architecture: aarch64 [2023-11-08T11:45:58.648Z] CPUs: 8 [2023-11-08T11:45:58.648Z] Total Memory: 30.64GiB [2023-11-08T11:45:58.648Z] Name: ip-10-100-118-56 [2023-11-08T11:45:58.648Z] ID: ef507593-6b20-4340-8f95-bbcbfb83a0a5 [2023-11-08T11:45:58.648Z] Docker Root Dir: /var/lib/docker [2023-11-08T11:45:58.648Z] Debug Mode: false [2023-11-08T11:45:58.648Z] Experimental: true [2023-11-08T11:45:58.648Z] Insecure Registries: [2023-11-08T11:45:58.648Z] 127.0.0.0/8 [2023-11-08T11:45:58.648Z] Live Restore Enabled: true [2023-11-08T11:45:58.648Z] [Pipeline] sh [2023-11-08T11:45:58.930Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2023-11-08T11:45:58.931Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2023-11-08T11:45:58.931Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-46577/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2023-11-08T11:45:58.931Z] + bash /home/ubuntu/workspace/moby_PR-46577/check-config.sh [2023-11-08T11:45:58.931Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2023-11-08T11:45:58.931Z] info: reading kernel config from /boot/config-5.15.0-1039-aws ... [2023-11-08T11:45:58.931Z] [2023-11-08T11:45:58.931Z] Generally Necessary: [2023-11-08T11:45:58.931Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2023-11-08T11:45:58.931Z] - apparmor: enabled and tools installed [2023-11-08T11:45:59.192Z] - CONFIG_NAMESPACES: enabled [2023-11-08T11:45:59.192Z] - CONFIG_NET_NS: enabled [2023-11-08T11:45:59.192Z] - CONFIG_PID_NS: enabled [2023-11-08T11:45:59.192Z] - CONFIG_IPC_NS: enabled [2023-11-08T11:45:59.192Z] - CONFIG_UTS_NS: enabled [2023-11-08T11:45:59.192Z] - CONFIG_CGROUPS: enabled [2023-11-08T11:45:59.192Z] - CONFIG_CGROUP_CPUACCT: enabled [2023-11-08T11:45:59.192Z] - CONFIG_CGROUP_DEVICE: enabled [2023-11-08T11:45:59.192Z] - CONFIG_CGROUP_FREEZER: enabled [2023-11-08T11:45:59.192Z] - CONFIG_CGROUP_SCHED: enabled [2023-11-08T11:45:59.192Z] - CONFIG_CPUSETS: enabled [2023-11-08T11:45:59.192Z] - CONFIG_MEMCG: enabled [2023-11-08T11:45:59.192Z] - CONFIG_KEYS: enabled [2023-11-08T11:45:59.192Z] - CONFIG_VETH: enabled (as module) [2023-11-08T11:45:59.192Z] - CONFIG_BRIDGE: enabled (as module) [2023-11-08T11:45:59.192Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2023-11-08T11:45:59.192Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2023-11-08T11:45:59.192Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2023-11-08T11:45:59.192Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2023-11-08T11:45:59.192Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2023-11-08T11:45:59.192Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2023-11-08T11:45:59.192Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2023-11-08T11:45:59.192Z] - CONFIG_IP_NF_NAT: enabled (as module) [2023-11-08T11:45:59.192Z] - CONFIG_NF_NAT: enabled (as module) [2023-11-08T11:45:59.451Z] - CONFIG_POSIX_MQUEUE: enabled [2023-11-08T11:45:59.451Z] - CONFIG_CGROUP_BPF: enabled [2023-11-08T11:45:59.451Z] [2023-11-08T11:45:59.451Z] Optional Features: [2023-11-08T11:45:59.451Z] - CONFIG_USER_NS: enabled [2023-11-08T11:45:59.451Z] - CONFIG_SECCOMP: enabled [2023-11-08T11:45:59.451Z] - CONFIG_SECCOMP_FILTER: enabled [2023-11-08T11:45:59.451Z] - CONFIG_CGROUP_PIDS: enabled [2023-11-08T11:45:59.451Z] - CONFIG_MEMCG_SWAP: enabled [2023-11-08T11:45:59.451Z] (cgroup swap accounting is currently enabled) [2023-11-08T11:45:59.451Z] - CONFIG_BLK_CGROUP: enabled [2023-11-08T11:45:59.451Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2023-11-08T11:45:59.451Z] - CONFIG_CGROUP_PERF: enabled [2023-11-08T11:45:59.451Z] - CONFIG_CGROUP_HUGETLB: enabled [2023-11-08T11:45:59.451Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2023-11-08T11:45:59.451Z] - CONFIG_CGROUP_NET_PRIO: enabled [2023-11-08T11:45:59.451Z] - CONFIG_CFS_BANDWIDTH: enabled [2023-11-08T11:45:59.451Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2023-11-08T11:45:59.451Z] - CONFIG_RT_GROUP_SCHED: missing [2023-11-08T11:45:59.451Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2023-11-08T11:45:59.451Z] - CONFIG_IP_VS: enabled (as module) [2023-11-08T11:45:59.451Z] - CONFIG_IP_VS_NFCT: enabled [2023-11-08T11:45:59.451Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2023-11-08T11:45:59.451Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2023-11-08T11:45:59.451Z] - CONFIG_IP_VS_RR: enabled (as module) [2023-11-08T11:45:59.451Z] - CONFIG_SECURITY_SELINUX: enabled [2023-11-08T11:45:59.451Z] - CONFIG_SECURITY_APPARMOR: enabled [2023-11-08T11:45:59.451Z] - CONFIG_EXT4_FS: enabled [2023-11-08T11:45:59.451Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2023-11-08T11:45:59.710Z] - CONFIG_EXT4_FS_SECURITY: enabled [2023-11-08T11:45:59.710Z] - Network Drivers: [2023-11-08T11:45:59.710Z] - "overlay": [2023-11-08T11:45:59.710Z] - CONFIG_VXLAN: enabled (as module) [2023-11-08T11:45:59.710Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2023-11-08T11:45:59.710Z] Optional (for encrypted networks): [2023-11-08T11:45:59.710Z] - CONFIG_CRYPTO: enabled [2023-11-08T11:45:59.710Z] - CONFIG_CRYPTO_AEAD: enabled [2023-11-08T11:45:59.710Z] - CONFIG_CRYPTO_GCM: enabled [2023-11-08T11:45:59.710Z] - CONFIG_CRYPTO_SEQIV: enabled [2023-11-08T11:45:59.710Z] - CONFIG_CRYPTO_GHASH: enabled [2023-11-08T11:45:59.710Z] - CONFIG_XFRM: enabled [2023-11-08T11:45:59.710Z] - CONFIG_XFRM_USER: enabled (as module) [2023-11-08T11:45:59.710Z] - CONFIG_XFRM_ALGO: enabled (as module) [2023-11-08T11:45:59.710Z] - CONFIG_INET_ESP: enabled (as module) [2023-11-08T11:45:59.710Z] - "ipvlan": [2023-11-08T11:45:59.710Z] - CONFIG_IPVLAN: enabled (as module) [2023-11-08T11:45:59.710Z] - "macvlan": [2023-11-08T11:45:59.710Z] - CONFIG_MACVLAN: enabled (as module) [2023-11-08T11:45:59.710Z] - CONFIG_DUMMY: enabled (as module) [2023-11-08T11:45:59.710Z] - "ftp,tftp client in container": [2023-11-08T11:45:59.710Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2023-11-08T11:45:59.710Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2023-11-08T11:45:59.710Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2023-11-08T11:45:59.710Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2023-11-08T11:45:59.710Z] - Storage Drivers: [2023-11-08T11:45:59.710Z] - "aufs": [2023-11-08T11:45:59.710Z] - CONFIG_AUFS_FS: enabled (as module) [2023-11-08T11:45:59.969Z] - "btrfs": [2023-11-08T11:45:59.969Z] - CONFIG_BTRFS_FS: enabled (as module) [2023-11-08T11:45:59.969Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2023-11-08T11:45:59.969Z] - "devicemapper": [2023-11-08T11:45:59.969Z] - CONFIG_BLK_DEV_DM: enabled [2023-11-08T11:45:59.969Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2023-11-08T11:45:59.969Z] - "overlay": [2023-11-08T11:45:59.969Z] - CONFIG_OVERLAY_FS: enabled (as module) [2023-11-08T11:45:59.969Z] - "zfs": [2023-11-08T11:45:59.969Z] - /dev/zfs: present [2023-11-08T11:45:59.969Z] - zfs command: missing [2023-11-08T11:45:59.969Z] - zpool command: missing [2023-11-08T11:45:59.969Z] [2023-11-08T11:45:59.969Z] Limits: [2023-11-08T11:45:59.969Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2023-11-08T11:45:59.969Z] [2023-11-08T11:45:59.969Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2023-11-08T11:46:00.361Z] + docker build --force-rm -t docker:7995e3288fad2ab6b1825ca512023fb43c3dcee5 . [2023-11-08T11:46:00.623Z] #0 building with "default" instance using docker driver [2023-11-08T11:46:00.623Z] [2023-11-08T11:46:00.623Z] #1 [internal] load build definition from Dockerfile [2023-11-08T11:46:00.623Z] #1 transferring dockerfile: 28.07kB done [2023-11-08T11:46:00.623Z] #1 DONE 0.0s [2023-11-08T11:46:00.623Z] [2023-11-08T11:46:00.623Z] #2 [internal] load .dockerignore [2023-11-08T11:46:00.623Z] #2 transferring context: 113B done [2023-11-08T11:46:00.623Z] #2 DONE 0.0s [2023-11-08T11:46:00.623Z] [2023-11-08T11:46:00.623Z] #3 resolve image config for docker.io/docker/dockerfile:1 [2023-11-08T11:46:01.191Z] #3 DONE 0.6s [2023-11-08T11:46:01.191Z] [2023-11-08T11:46:01.191Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 [2023-11-08T11:46:01.191Z] #4 resolve docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 0.0s done [2023-11-08T11:46:01.191Z] #4 sha256:e929b0d024894103bb3a8577aad825a7df006a8f6767747bffd373d804c3ee67 482B / 482B done [2023-11-08T11:46:01.191Z] #4 sha256:19c37871da0fa7da4b2a871455ccea62d3b08eb94a7f6f0cf310fe02f14f5089 1.27kB / 1.27kB done [2023-11-08T11:46:01.191Z] #4 sha256:cf80d9b4bd1c75ee551ce5ff6f950a178fbb62e661c02e42d41b8c772d1efc1d 0B / 11.02MB 0.1s [2023-11-08T11:46:01.191Z] #4 sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 8.40kB / 8.40kB done [2023-11-08T11:46:01.450Z] #4 sha256:cf80d9b4bd1c75ee551ce5ff6f950a178fbb62e661c02e42d41b8c772d1efc1d 9.44MB / 11.02MB 0.5s [2023-11-08T11:46:01.709Z] #4 sha256:cf80d9b4bd1c75ee551ce5ff6f950a178fbb62e661c02e42d41b8c772d1efc1d 11.02MB / 11.02MB 0.6s done [2023-11-08T11:46:01.709Z] #4 extracting sha256:cf80d9b4bd1c75ee551ce5ff6f950a178fbb62e661c02e42d41b8c772d1efc1d 0.1s done [2023-11-08T11:46:01.709Z] #4 DONE 0.7s [2023-11-08T11:46:01.709Z] [2023-11-08T11:46:01.709Z] #5 [internal] load metadata for docker.io/library/debian:bullseye [2023-11-08T11:46:03.088Z] #5 DONE 1.3s [2023-11-08T11:46:03.088Z] [2023-11-08T11:46:03.088Z] #6 [internal] load metadata for docker.io/docker/compose-bin:v2.20.1 [2023-11-08T11:46:03.088Z] #6 DONE 1.3s [2023-11-08T11:46:03.088Z] [2023-11-08T11:46:03.088Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2023-11-08T11:46:03.347Z] #7 DONE 1.4s [2023-11-08T11:46:03.347Z] [2023-11-08T11:46:03.347Z] #8 [internal] load metadata for docker.io/docker/buildx-bin:0.11.2 [2023-11-08T11:46:03.347Z] #8 DONE 1.5s [2023-11-08T11:46:03.347Z] [2023-11-08T11:46:03.347Z] #9 [internal] load metadata for docker.io/tonistiigi/xx:1.2.1 [2023-11-08T11:46:03.347Z] #9 DONE 1.6s [2023-11-08T11:46:03.347Z] [2023-11-08T11:46:03.347Z] #10 [internal] load metadata for docker.io/distribution/distribution:2.8.3 [2023-11-08T11:46:03.347Z] #10 DONE 1.5s [2023-11-08T11:46:03.347Z] [2023-11-08T11:46:03.347Z] #11 [internal] load metadata for docker.io/library/busybox:latest [2023-11-08T11:46:03.347Z] #11 DONE 1.6s [2023-11-08T11:46:03.347Z] [2023-11-08T11:46:03.347Z] #12 [internal] load metadata for docker.io/library/golang:1.21.3-bullseye [2023-11-08T11:46:03.606Z] #12 DONE 1.6s [2023-11-08T11:46:04.175Z] [2023-11-08T11:46:04.175Z] #13 [xx 1/1] FROM docker.io/tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012 [2023-11-08T11:46:04.175Z] #13 resolve docker.io/tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012 [2023-11-08T11:46:04.439Z] #13 ... [2023-11-08T11:46:04.439Z] [2023-11-08T11:46:04.439Z] #14 [vpnkit-linux-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2023-11-08T11:46:04.439Z] #14 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2023-11-08T11:46:04.439Z] #14 DONE 0.1s [2023-11-08T11:46:04.439Z] [2023-11-08T11:46:04.439Z] #13 [xx 1/1] FROM docker.io/tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012 [2023-11-08T11:46:04.439Z] #13 resolve docker.io/tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012 0.3s done [2023-11-08T11:46:04.699Z] #13 sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012 9.95kB / 9.95kB done [2023-11-08T11:46:04.699Z] #13 sha256:ac3f19480cc7e1b091660ad57754d55b942052bb49f924ed74fde968cf96f2cd 479B / 479B done [2023-11-08T11:46:04.699Z] #13 sha256:0cc8372aed216bf84780ffea495b0f1b7d20b923561446cdde8074a3a01e6344 1.41kB / 1.41kB done [2023-11-08T11:46:05.640Z] #13 ... [2023-11-08T11:46:05.640Z] [2023-11-08T11:46:05.640Z] #14 [vpnkit-linux-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2023-11-08T11:46:05.640Z] #14 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2023-11-08T11:46:05.640Z] #14 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2023-11-08T11:46:05.640Z] #14 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2023-11-08T11:46:05.640Z] #14 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.5s done [2023-11-08T11:46:05.640Z] #14 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0.2s done [2023-11-08T11:46:05.640Z] #14 DONE 1.0s [2023-11-08T11:46:05.640Z] [2023-11-08T11:46:05.640Z] #15 [internal] load build context [2023-11-08T11:46:05.640Z] #15 transferring context: 74.41MB 1.1s done [2023-11-08T11:46:05.640Z] #15 DONE 1.2s [2023-11-08T11:46:05.640Z] [2023-11-08T11:46:05.640Z] #16 [base 1/5] FROM docker.io/library/golang:1.21.3-bullseye@sha256:fe69f483d2ef3e2309ecb19d18ab01054711746bc0a31bf5fbcffccb32182f05 [2023-11-08T11:46:05.640Z] #16 resolve docker.io/library/golang:1.21.3-bullseye@sha256:fe69f483d2ef3e2309ecb19d18ab01054711746bc0a31bf5fbcffccb32182f05 0.2s done [2023-11-08T11:46:05.640Z] #16 sha256:fe69f483d2ef3e2309ecb19d18ab01054711746bc0a31bf5fbcffccb32182f05 1.86kB / 1.86kB done [2023-11-08T11:46:05.640Z] #16 sha256:0f1ec82412dc3c217e68dde0c4acb3748649d7707521bc1d74e7ee4feac9a4f8 1.58kB / 1.58kB done [2023-11-08T11:46:05.640Z] #16 sha256:764123563222b4f636c814f6aef8b178fcccb1c2ef07a0c9cece457cf17ddef0 7.44kB / 7.44kB done [2023-11-08T11:46:05.640Z] #16 sha256:d42ebdfc37acca5c3acbe173ac11133e691b402003a525c2b8431baf6935291e 53.71MB / 53.71MB 0.7s [2023-11-08T11:46:05.640Z] #16 sha256:098bcc814ee5bafa2842bc45ecc3974bc4f2b66d05b05a8da5ac0c9fb91be947 14.68MB / 15.75MB 0.9s [2023-11-08T11:46:05.640Z] #16 sha256:9e627bbf1475bea4dce35bb2c9ee58b6eb3be5573e4efe8bd5793ae6a1555118 0B / 54.70MB 0.9s [2023-11-08T11:46:05.640Z] #16 sha256:7eeaa778b1cd35a09bad85f17609ca9defc4b4bca11d7a8a87f69288d85783ee 0B / 81.49MB 0.9s [2023-11-08T11:46:05.640Z] #16 sha256:9e627bbf1475bea4dce35bb2c9ee58b6eb3be5573e4efe8bd5793ae6a1555118 10.49MB / 54.70MB 1.0s [2023-11-08T11:46:05.899Z] #16 ... [2023-11-08T11:46:05.899Z] [2023-11-08T11:46:05.899Z] #17 [compose 1/1] FROM docker.io/docker/compose-bin:v2.20.1@sha256:808e1bf7a9b64a345b30bbaf10df1b2f119f9011ff2ffd332cb8ed282e518d6b [2023-11-08T11:46:05.899Z] #17 resolve docker.io/docker/compose-bin:v2.20.1@sha256:808e1bf7a9b64a345b30bbaf10df1b2f119f9011ff2ffd332cb8ed282e518d6b 0.2s done [2023-11-08T11:46:05.899Z] #17 sha256:808e1bf7a9b64a345b30bbaf10df1b2f119f9011ff2ffd332cb8ed282e518d6b 8.43kB / 8.43kB done [2023-11-08T11:46:05.899Z] #17 sha256:3fe5e1176d135e30c230bea731562ab9e3bd22009cbebd801811d167eb2a3380 482B / 482B done [2023-11-08T11:46:05.899Z] #17 sha256:00178eb749e7591f4a7e6b4ba276167adc842bb0c9a687933e659ae969c6bbd3 2.21kB / 2.21kB done [2023-11-08T11:46:05.899Z] #17 sha256:f5e8ab814ac629aeebc62eaeff34d5c333254d1c01eb50102e1ab9c3c68e040b 16.30MB / 16.30MB 0.6s done [2023-11-08T11:46:05.899Z] #17 extracting sha256:f5e8ab814ac629aeebc62eaeff34d5c333254d1c01eb50102e1ab9c3c68e040b 0.3s done [2023-11-08T11:46:05.899Z] #17 DONE 1.5s [2023-11-08T11:46:05.899Z] [2023-11-08T11:46:05.899Z] #16 [base 1/5] FROM docker.io/library/golang:1.21.3-bullseye@sha256:fe69f483d2ef3e2309ecb19d18ab01054711746bc0a31bf5fbcffccb32182f05 [2023-11-08T11:46:05.899Z] #16 sha256:098bcc814ee5bafa2842bc45ecc3974bc4f2b66d05b05a8da5ac0c9fb91be947 15.75MB / 15.75MB 1.1s [2023-11-08T11:46:05.899Z] #16 sha256:9e627bbf1475bea4dce35bb2c9ee58b6eb3be5573e4efe8bd5793ae6a1555118 16.78MB / 54.70MB 1.1s [2023-11-08T11:46:05.899Z] #16 sha256:7eeaa778b1cd35a09bad85f17609ca9defc4b4bca11d7a8a87f69288d85783ee 10.49MB / 81.49MB 1.1s [2023-11-08T11:46:05.899Z] #16 ... [2023-11-08T11:46:05.899Z] [2023-11-08T11:46:05.899Z] #18 [buildx 1/1] FROM docker.io/docker/buildx-bin:0.11.2@sha256:e7f00cf9fc3754de699190b215d383e57bd654179b31b28eefadf978a362e647 [2023-11-08T11:46:05.899Z] #18 resolve docker.io/docker/buildx-bin:0.11.2@sha256:e7f00cf9fc3754de699190b215d383e57bd654179b31b28eefadf978a362e647 0.2s done [2023-11-08T11:46:05.899Z] #18 sha256:e7f00cf9fc3754de699190b215d383e57bd654179b31b28eefadf978a362e647 8.43kB / 8.43kB done [2023-11-08T11:46:05.899Z] #18 sha256:72063b8434af3e33c5e482f4432eaa293a62d010f907a8e61de4aca2b897f168 482B / 482B done [2023-11-08T11:46:05.899Z] #18 sha256:a6921127aa893540af6281ca86f9acb7d5de67c0e34f407ff27705836995d407 1.14kB / 1.14kB done [2023-11-08T11:46:05.899Z] #18 sha256:83dd0f3a655166fb7a4047920553ab005e8ddd63e1444c9bcf8c215b26da129f 15.77MB / 15.77MB 0.9s done [2023-11-08T11:46:05.899Z] #18 extracting sha256:83dd0f3a655166fb7a4047920553ab005e8ddd63e1444c9bcf8c215b26da129f 0.2s done [2023-11-08T11:46:05.899Z] #18 DONE 1.6s [2023-11-08T11:46:05.899Z] [2023-11-08T11:46:05.899Z] #16 [base 1/5] FROM docker.io/library/golang:1.21.3-bullseye@sha256:fe69f483d2ef3e2309ecb19d18ab01054711746bc0a31bf5fbcffccb32182f05 [2023-11-08T11:46:05.899Z] #16 sha256:9e627bbf1475bea4dce35bb2c9ee58b6eb3be5573e4efe8bd5793ae6a1555118 28.31MB / 54.70MB 1.2s [2023-11-08T11:46:05.899Z] #16 sha256:28adf620c052fcbe3c60c7722063240366d2f75badd0cdcf6f900a36006f2937 0B / 64.10MB 1.2s [2023-11-08T11:46:05.899Z] #16 sha256:9e627bbf1475bea4dce35bb2c9ee58b6eb3be5573e4efe8bd5793ae6a1555118 32.51MB / 54.70MB 1.3s [2023-11-08T11:46:05.899Z] #16 sha256:7eeaa778b1cd35a09bad85f17609ca9defc4b4bca11d7a8a87f69288d85783ee 15.73MB / 81.49MB 1.3s [2023-11-08T11:46:06.158Z] #16 sha256:9e627bbf1475bea4dce35bb2c9ee58b6eb3be5573e4efe8bd5793ae6a1555118 36.70MB / 54.70MB 1.4s [2023-11-08T11:46:06.158Z] #16 sha256:28adf620c052fcbe3c60c7722063240366d2f75badd0cdcf6f900a36006f2937 10.49MB / 64.10MB 1.4s [2023-11-08T11:46:06.158Z] #16 extracting sha256:d42ebdfc37acca5c3acbe173ac11133e691b402003a525c2b8431baf6935291e 0.8s [2023-11-08T11:46:06.158Z] #16 sha256:9e627bbf1475bea4dce35bb2c9ee58b6eb3be5573e4efe8bd5793ae6a1555118 50.33MB / 54.70MB 1.5s [2023-11-08T11:46:06.158Z] #16 sha256:7eeaa778b1cd35a09bad85f17609ca9defc4b4bca11d7a8a87f69288d85783ee 20.97MB / 81.49MB 1.5s [2023-11-08T11:46:06.418Z] #16 sha256:9e627bbf1475bea4dce35bb2c9ee58b6eb3be5573e4efe8bd5793ae6a1555118 54.70MB / 54.70MB 1.7s done [2023-11-08T11:46:06.418Z] #16 sha256:7eeaa778b1cd35a09bad85f17609ca9defc4b4bca11d7a8a87f69288d85783ee 32.51MB / 81.49MB 1.7s [2023-11-08T11:46:06.418Z] #16 sha256:28adf620c052fcbe3c60c7722063240366d2f75badd0cdcf6f900a36006f2937 16.78MB / 64.10MB 1.8s [2023-11-08T11:46:06.418Z] #16 sha256:c272248298becb78371085599dff7c1e5aa38d96d9e70b25589e806b6a13c49c 155B / 155B 1.8s done [2023-11-08T11:46:06.758Z] #16 sha256:7eeaa778b1cd35a09bad85f17609ca9defc4b4bca11d7a8a87f69288d85783ee 50.33MB / 81.49MB 2.0s [2023-11-08T11:46:06.758Z] #16 sha256:28adf620c052fcbe3c60c7722063240366d2f75badd0cdcf6f900a36006f2937 20.97MB / 64.10MB 2.1s [2023-11-08T11:46:07.017Z] #16 ... [2023-11-08T11:46:07.017Z] [2023-11-08T11:46:07.017Z] #13 [xx 1/1] FROM docker.io/tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012 [2023-11-08T11:46:07.017Z] #13 sha256:1b0dfc2f3a464bee155c6e863e879c5b6024610a49654d225ea46127e48ed7a7 16.18kB / 16.18kB 2.0s done [2023-11-08T11:46:07.017Z] #13 extracting sha256:1b0dfc2f3a464bee155c6e863e879c5b6024610a49654d225ea46127e48ed7a7 done [2023-11-08T11:46:07.017Z] #13 DONE 2.6s [2023-11-08T11:46:07.017Z] [2023-11-08T11:46:07.017Z] #16 [base 1/5] FROM docker.io/library/golang:1.21.3-bullseye@sha256:fe69f483d2ef3e2309ecb19d18ab01054711746bc0a31bf5fbcffccb32182f05 [2023-11-08T11:46:07.017Z] #16 sha256:7eeaa778b1cd35a09bad85f17609ca9defc4b4bca11d7a8a87f69288d85783ee 72.38MB / 81.49MB 2.3s [2023-11-08T11:46:07.017Z] #16 sha256:28adf620c052fcbe3c60c7722063240366d2f75badd0cdcf6f900a36006f2937 32.51MB / 64.10MB 2.3s [2023-11-08T11:46:07.017Z] #16 sha256:7eeaa778b1cd35a09bad85f17609ca9defc4b4bca11d7a8a87f69288d85783ee 80.74MB / 81.49MB 2.4s [2023-11-08T11:46:07.276Z] #16 ... [2023-11-08T11:46:07.276Z] [2023-11-08T11:46:07.276Z] #19 [build-dummy 1/2] FROM docker.io/library/busybox:latest@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79 [2023-11-08T11:46:07.276Z] #19 resolve docker.io/library/busybox:latest@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79 0.3s done [2023-11-08T11:46:07.276Z] #19 sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79 2.29kB / 2.29kB done [2023-11-08T11:46:07.276Z] #19 sha256:1fa89c01cd0473cedbd1a470abb8c139eeb80920edf1bc55de87851bfb63ea11 528B / 528B done [2023-11-08T11:46:07.276Z] #19 sha256:fc9db2894f4e4b8c296b8c9dab7e18a6e78de700d21bc0cfaf5c78484226db9c 1.47kB / 1.47kB done [2023-11-08T11:46:07.276Z] #19 sha256:8a0af25e8c2e5dc07c14df3b857877f58bf10c944685cb717b81c5a90974a5ee 1.92MB / 1.92MB 2.2s done [2023-11-08T11:46:07.276Z] #19 extracting sha256:8a0af25e8c2e5dc07c14df3b857877f58bf10c944685cb717b81c5a90974a5ee 0.1s done [2023-11-08T11:46:07.276Z] #19 DONE 3.0s [2023-11-08T11:46:07.276Z] [2023-11-08T11:46:07.276Z] #16 [base 1/5] FROM docker.io/library/golang:1.21.3-bullseye@sha256:fe69f483d2ef3e2309ecb19d18ab01054711746bc0a31bf5fbcffccb32182f05 [2023-11-08T11:46:07.276Z] #16 sha256:7eeaa778b1cd35a09bad85f17609ca9defc4b4bca11d7a8a87f69288d85783ee 81.49MB / 81.49MB 2.6s done [2023-11-08T11:46:07.276Z] #16 sha256:28adf620c052fcbe3c60c7722063240366d2f75badd0cdcf6f900a36006f2937 50.33MB / 64.10MB 2.6s [2023-11-08T11:46:07.535Z] #16 sha256:28adf620c052fcbe3c60c7722063240366d2f75badd0cdcf6f900a36006f2937 64.10MB / 64.10MB 2.8s [2023-11-08T11:46:07.794Z] #16 extracting sha256:098bcc814ee5bafa2842bc45ecc3974bc4f2b66d05b05a8da5ac0c9fb91be947 [2023-11-08T11:46:08.053Z] #16 ... [2023-11-08T11:46:08.053Z] [2023-11-08T11:46:08.053Z] #20 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:a4aa0519fbd45786048bbc4daa7092fec803d22463f1cb6c4e7762dcb6a10cf0 [2023-11-08T11:46:08.053Z] #20 resolve docker.io/library/debian:bullseye@sha256:a4aa0519fbd45786048bbc4daa7092fec803d22463f1cb6c4e7762dcb6a10cf0 0.2s done [2023-11-08T11:46:08.053Z] #20 sha256:a4aa0519fbd45786048bbc4daa7092fec803d22463f1cb6c4e7762dcb6a10cf0 1.85kB / 1.85kB done [2023-11-08T11:46:08.053Z] #20 sha256:d5ed76c5265576982e6599b6f12392290d9b52b315b19b28b640aaba6e8af002 529B / 529B done [2023-11-08T11:46:08.053Z] #20 sha256:35eb420d5aa845a4283ed3baf3dde8c74011c1d72d962034146dbd81ddafa363 1.48kB / 1.48kB done [2023-11-08T11:46:08.053Z] #20 extracting sha256:d42ebdfc37acca5c3acbe173ac11133e691b402003a525c2b8431baf6935291e 2.0s done [2023-11-08T11:46:08.053Z] #20 DONE 3.7s [2023-11-08T11:46:08.053Z] [2023-11-08T11:46:08.053Z] #16 [base 1/5] FROM docker.io/library/golang:1.21.3-bullseye@sha256:fe69f483d2ef3e2309ecb19d18ab01054711746bc0a31bf5fbcffccb32182f05 [2023-11-08T11:46:08.053Z] #16 sha256:28adf620c052fcbe3c60c7722063240366d2f75badd0cdcf6f900a36006f2937 64.10MB / 64.10MB 3.2s done [2023-11-08T11:46:08.053Z] #16 extracting sha256:098bcc814ee5bafa2842bc45ecc3974bc4f2b66d05b05a8da5ac0c9fb91be947 0.4s done [2023-11-08T11:46:08.312Z] #16 extracting sha256:9e627bbf1475bea4dce35bb2c9ee58b6eb3be5573e4efe8bd5793ae6a1555118 0.1s [2023-11-08T11:46:08.572Z] #16 ... [2023-11-08T11:46:08.572Z] [2023-11-08T11:46:08.572Z] #21 [registry-v2 1/2] FROM docker.io/distribution/distribution:2.8.3@sha256:f84b2078238ff03cdbc2a08f1cb90ca4c11683a1f15cd9817120f5cabbc48ebb [2023-11-08T11:46:08.572Z] #21 resolve docker.io/distribution/distribution:2.8.3@sha256:f84b2078238ff03cdbc2a08f1cb90ca4c11683a1f15cd9817120f5cabbc48ebb 0.3s done [2023-11-08T11:46:08.572Z] #21 sha256:184ed8ae6fb6cdaf999646a8855ce3916872363882142964f36a096186792c50 2.57kB / 2.57kB done [2023-11-08T11:46:08.572Z] #21 sha256:f84b2078238ff03cdbc2a08f1cb90ca4c11683a1f15cd9817120f5cabbc48ebb 4.67kB / 4.67kB done [2023-11-08T11:46:08.572Z] #21 sha256:d6213c56dc23f948e18d58abb6499f2112d85fc8c0eae4391386b6bcfaa70e01 1.05kB / 1.05kB done [2023-11-08T11:46:08.572Z] #21 sha256:08efe96e544caba36e1a67e0734b419126dcdd7b61cd223b8c78616e5b25a47a 286.20kB / 286.20kB 2.4s done [2023-11-08T11:46:08.572Z] #21 extracting sha256:08efe96e544caba36e1a67e0734b419126dcdd7b61cd223b8c78616e5b25a47a 0.1s done [2023-11-08T11:46:08.572Z] #21 sha256:6fa6f6cd5bd05b721a3c082c5f075a5ed04a9ca646827fe576b05488acca8bb2 766B / 766B 2.7s [2023-11-08T11:46:08.572Z] #21 sha256:46a95b3c8e602481ef507c2ffa1372d6e529a8ad234f2f99fc2a9bd471336a09 5.82MB / 5.82MB 3.3s done [2023-11-08T11:46:08.572Z] #21 extracting sha256:6fa6f6cd5bd05b721a3c082c5f075a5ed04a9ca646827fe576b05488acca8bb2 done [2023-11-08T11:46:08.572Z] #21 extracting sha256:46a95b3c8e602481ef507c2ffa1372d6e529a8ad234f2f99fc2a9bd471336a09 0.1s done [2023-11-08T11:46:08.572Z] #21 ... [2023-11-08T11:46:08.572Z] [2023-11-08T11:46:08.572Z] #16 [base 1/5] FROM docker.io/library/golang:1.21.3-bullseye@sha256:fe69f483d2ef3e2309ecb19d18ab01054711746bc0a31bf5fbcffccb32182f05 [2023-11-08T11:46:09.951Z] #16 extracting sha256:9e627bbf1475bea4dce35bb2c9ee58b6eb3be5573e4efe8bd5793ae6a1555118 1.6s done [2023-11-08T11:46:09.951Z] #16 extracting sha256:7eeaa778b1cd35a09bad85f17609ca9defc4b4bca11d7a8a87f69288d85783ee [2023-11-08T11:46:11.329Z] #16 extracting sha256:7eeaa778b1cd35a09bad85f17609ca9defc4b4bca11d7a8a87f69288d85783ee 1.4s done [2023-11-08T11:46:11.588Z] #16 extracting sha256:28adf620c052fcbe3c60c7722063240366d2f75badd0cdcf6f900a36006f2937 [2023-11-08T11:46:16.862Z] #16 extracting sha256:28adf620c052fcbe3c60c7722063240366d2f75badd0cdcf6f900a36006f2937 4.5s done [2023-11-08T11:46:16.862Z] #16 extracting sha256:c272248298becb78371085599dff7c1e5aa38d96d9e70b25589e806b6a13c49c done [2023-11-08T11:46:17.430Z] #16 ... [2023-11-08T11:46:17.430Z] [2023-11-08T11:46:17.430Z] #22 [build-dummy 2/2] RUN mkdir -p /build [2023-11-08T11:46:17.688Z] #22 ... [2023-11-08T11:46:17.688Z] [2023-11-08T11:46:17.688Z] #23 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2023-11-08T11:46:17.688Z] #23 0.642 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2023-11-08T11:46:17.688Z] #23 0.657 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2023-11-08T11:46:17.688Z] #23 0.680 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2023-11-08T11:46:17.688Z] #23 0.785 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [7951 kB] [2023-11-08T11:46:17.688Z] #23 1.043 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [253 kB] [2023-11-08T11:46:17.688Z] #23 1.045 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [14.9 kB] [2023-11-08T11:46:17.688Z] #23 1.954 Fetched 8428 kB in 2s (5349 kB/s) [2023-11-08T11:46:17.688Z] #23 1.954 Reading package lists... [2023-11-08T11:46:17.688Z] #23 2.515 Reading package lists... [2023-11-08T11:46:17.688Z] #23 3.060 Building dependency tree... [2023-11-08T11:46:17.688Z] #23 3.447 The following additional packages will be installed: [2023-11-08T11:46:17.688Z] #23 3.448 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2023-11-08T11:46:17.688Z] #23 3.449 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2023-11-08T11:46:17.688Z] #23 3.451 Recommended packages: [2023-11-08T11:46:17.688Z] #23 3.451 libldap-common publicsuffix libsasl2-modules [2023-11-08T11:46:17.688Z] #23 3.574 The following NEW packages will be installed: [2023-11-08T11:46:17.688Z] #23 3.574 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2023-11-08T11:46:17.689Z] #23 3.575 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2023-11-08T11:46:17.689Z] #23 3.575 libssh2-1 openssl [2023-11-08T11:46:17.689Z] #23 3.847 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2023-11-08T11:46:17.689Z] #23 3.847 Need to get 2951 kB of archives. [2023-11-08T11:46:17.689Z] #23 3.847 After this operation, 6501 kB of additional disk space will be used. [2023-11-08T11:46:17.689Z] #23 3.847 Get:1 http://deb.debian.org/debian bullseye/main arm64 openssl arm64 1.1.1w-0+deb11u1 [837 kB] [2023-11-08T11:46:17.689Z] #23 3.865 Get:2 http://deb.debian.org/debian bullseye/main arm64 ca-certificates all 20210119 [158 kB] [2023-11-08T11:46:17.689Z] #23 3.897 Get:3 http://deb.debian.org/debian bullseye/main arm64 libbrotli1 arm64 1.0.9-2+b2 [267 kB] [2023-11-08T11:46:17.689Z] #23 3.928 Get:4 http://deb.debian.org/debian bullseye/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-2.1+deb11u1 [69.4 kB] [2023-11-08T11:46:17.689Z] #23 3.933 Get:5 http://deb.debian.org/debian bullseye/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2.1+deb11u1 [105 kB] [2023-11-08T11:46:17.689Z] #23 3.941 Get:6 http://deb.debian.org/debian bullseye/main arm64 libldap-2.4-2 arm64 2.4.57+dfsg-3+deb11u1 [222 kB] [2023-11-08T11:46:17.689Z] #23 3.947 Get:7 http://deb.debian.org/debian bullseye/main arm64 libnghttp2-14 arm64 1.43.0-1 [73.8 kB] [2023-11-08T11:46:17.689Z] #23 3.952 Get:8 http://deb.debian.org/debian bullseye/main arm64 libpsl5 arm64 0.21.0-1.2 [57.1 kB] [2023-11-08T11:46:17.689Z] #23 3.953 Get:9 http://deb.debian.org/debian bullseye/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB] [2023-11-08T11:46:17.689Z] #23 3.956 Get:10 http://deb.debian.org/debian bullseye/main arm64 libssh2-1 arm64 1.9.0-2 [150 kB] [2023-11-08T11:46:17.689Z] #23 3.957 Get:11 http://deb.debian.org/debian-security bullseye-security/main arm64 libcurl4 arm64 7.74.0-1.3+deb11u10 [326 kB] [2023-11-08T11:46:17.689Z] #23 3.963 Get:12 http://deb.debian.org/debian-security bullseye-security/main arm64 curl arm64 7.74.0-1.3+deb11u10 [265 kB] [2023-11-08T11:46:17.689Z] #23 3.990 Get:13 http://deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB] [2023-11-08T11:46:17.689Z] #23 3.996 Get:14 http://deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB] [2023-11-08T11:46:17.689Z] #23 4.025 Get:15 http://deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB] [2023-11-08T11:46:17.689Z] #23 4.252 debconf: delaying package configuration, since apt-utils is not installed [2023-11-08T11:46:17.689Z] #23 4.360 Fetched 2951 kB in 0s (6627 kB/s) [2023-11-08T11:46:17.689Z] #23 4.726 Selecting previously unselected package openssl. [2023-11-08T11:46:17.689Z] #23 4.726 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6656 files and directories currently installed.) [2023-11-08T11:46:17.689Z] #23 4.731 Preparing to unpack .../00-openssl_1.1.1w-0+deb11u1_arm64.deb ... [2023-11-08T11:46:17.689Z] #23 4.741 Unpacking openssl (1.1.1w-0+deb11u1) ... [2023-11-08T11:46:17.689Z] #23 5.173 Selecting previously unselected package ca-certificates. [2023-11-08T11:46:17.689Z] #23 5.174 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2023-11-08T11:46:17.689Z] #23 5.182 Unpacking ca-certificates (20210119) ... [2023-11-08T11:46:17.689Z] #23 6.335 Selecting previously unselected package libbrotli1:arm64. [2023-11-08T11:46:17.689Z] #23 6.337 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_arm64.deb ... [2023-11-08T11:46:17.689Z] #23 6.393 Unpacking libbrotli1:arm64 (1.0.9-2+b2) ... [2023-11-08T11:46:17.689Z] #23 6.956 Selecting previously unselected package libsasl2-modules-db:arm64. [2023-11-08T11:46:17.689Z] #23 6.957 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_arm64.deb ... [2023-11-08T11:46:17.689Z] #23 7.044 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2023-11-08T11:46:17.689Z] #23 7.479 Selecting previously unselected package libsasl2-2:arm64. [2023-11-08T11:46:17.689Z] #23 7.480 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_arm64.deb ... [2023-11-08T11:46:17.689Z] #23 7.536 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2023-11-08T11:46:17.689Z] #23 8.205 Selecting previously unselected package libldap-2.4-2:arm64. [2023-11-08T11:46:17.689Z] #23 8.207 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_arm64.deb ... [2023-11-08T11:46:17.689Z] #23 8.297 Unpacking libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ... [2023-11-08T11:46:17.689Z] #23 9.039 Selecting previously unselected package libnghttp2-14:arm64. [2023-11-08T11:46:17.689Z] #23 9.040 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_arm64.deb ... [2023-11-08T11:46:17.689Z] #23 9.068 Unpacking libnghttp2-14:arm64 (1.43.0-1) ... [2023-11-08T11:46:17.689Z] #23 9.373 Selecting previously unselected package libpsl5:arm64. [2023-11-08T11:46:17.689Z] #23 9.374 Preparing to unpack .../07-libpsl5_0.21.0-1.2_arm64.deb ... [2023-11-08T11:46:17.689Z] #23 9.463 Unpacking libpsl5:arm64 (0.21.0-1.2) ... [2023-11-08T11:46:17.947Z] #23 9.919 Selecting previously unselected package librtmp1:arm64. [2023-11-08T11:46:17.947Z] #23 9.921 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ... [2023-11-08T11:46:17.947Z] #23 9.943 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2023-11-08T11:46:18.206Z] #23 ... [2023-11-08T11:46:18.206Z] [2023-11-08T11:46:18.206Z] #16 [base 1/5] FROM docker.io/library/golang:1.21.3-bullseye@sha256:fe69f483d2ef3e2309ecb19d18ab01054711746bc0a31bf5fbcffccb32182f05 [2023-11-08T11:46:18.206Z] #16 DONE 14.0s [2023-11-08T11:46:18.206Z] [2023-11-08T11:46:18.206Z] #23 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2023-11-08T11:46:18.206Z] #23 10.22 Selecting previously unselected package libssh2-1:arm64. [2023-11-08T11:46:18.206Z] #23 10.22 Preparing to unpack .../09-libssh2-1_1.9.0-2_arm64.deb ... [2023-11-08T11:46:18.206Z] #23 10.24 Unpacking libssh2-1:arm64 (1.9.0-2) ... [2023-11-08T11:46:18.206Z] #23 ... [2023-11-08T11:46:18.206Z] [2023-11-08T11:46:18.206Z] #24 [registry-v2 2/2] RUN mkdir /build && mv /bin/registry /build/registry-v2 [2023-11-08T11:46:18.465Z] #24 ... [2023-11-08T11:46:18.465Z] [2023-11-08T11:46:18.465Z] #23 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2023-11-08T11:46:18.465Z] #23 10.41 Selecting previously unselected package libcurl4:arm64. [2023-11-08T11:46:18.465Z] #23 10.41 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u10_arm64.deb ... [2023-11-08T11:46:18.465Z] #23 10.42 Unpacking libcurl4:arm64 (7.74.0-1.3+deb11u10) ... [2023-11-08T11:46:18.465Z] #23 10.51 Selecting previously unselected package curl. [2023-11-08T11:46:18.723Z] #23 10.51 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u10_arm64.deb ... [2023-11-08T11:46:18.723Z] #23 10.52 Unpacking curl (7.74.0-1.3+deb11u10) ... [2023-11-08T11:46:18.723Z] #23 10.67 Selecting previously unselected package libonig5:arm64. [2023-11-08T11:46:18.723Z] #23 10.67 Preparing to unpack .../12-libonig5_6.9.6-1.1_arm64.deb ... [2023-11-08T11:46:18.723Z] #23 10.68 Unpacking libonig5:arm64 (6.9.6-1.1) ... [2023-11-08T11:46:18.982Z] #23 10.91 Selecting previously unselected package libjq1:arm64. [2023-11-08T11:46:18.982Z] #23 10.92 Preparing to unpack .../13-libjq1_1.6-2.1_arm64.deb ... [2023-11-08T11:46:18.982Z] #23 10.98 Unpacking libjq1:arm64 (1.6-2.1) ... [2023-11-08T11:46:19.241Z] #23 11.27 Selecting previously unselected package jq. [2023-11-08T11:46:19.241Z] #23 11.27 Preparing to unpack .../14-jq_1.6-2.1_arm64.deb ... [2023-11-08T11:46:19.241Z] #23 11.36 Unpacking jq (1.6-2.1) ... [2023-11-08T11:46:19.808Z] #23 11.69 Setting up libpsl5:arm64 (0.21.0-1.2) ... [2023-11-08T11:46:19.809Z] #23 11.71 Setting up libbrotli1:arm64 (1.0.9-2+b2) ... [2023-11-08T11:46:19.809Z] #23 11.75 Setting up libnghttp2-14:arm64 (1.43.0-1) ... [2023-11-08T11:46:19.809Z] #23 11.91 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2023-11-08T11:46:20.067Z] #23 12.02 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2023-11-08T11:46:20.067Z] #23 12.05 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ... [2023-11-08T11:46:20.067Z] #23 12.08 Setting up libssh2-1:arm64 (1.9.0-2) ... [2023-11-08T11:46:20.067Z] #23 ... [2023-11-08T11:46:20.067Z] [2023-11-08T11:46:20.067Z] #24 [registry-v2 2/2] RUN mkdir /build && mv /bin/registry /build/registry-v2 [2023-11-08T11:46:20.067Z] #24 DONE 11.7s [2023-11-08T11:46:20.067Z] [2023-11-08T11:46:20.067Z] #22 [build-dummy 2/2] RUN mkdir -p /build [2023-11-08T11:46:20.068Z] #22 DONE 12.8s [2023-11-08T11:46:20.068Z] [2023-11-08T11:46:20.068Z] #23 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2023-11-08T11:46:20.068Z] #23 12.10 Setting up openssl (1.1.1w-0+deb11u1) ... [2023-11-08T11:46:20.068Z] #23 12.12 Setting up libonig5:arm64 (6.9.6-1.1) ... [2023-11-08T11:46:20.068Z] #23 12.14 Setting up libjq1:arm64 (1.6-2.1) ... [2023-11-08T11:46:20.068Z] #23 12.16 Setting up libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ... [2023-11-08T11:46:20.068Z] #23 12.18 Setting up ca-certificates (20210119) ... [2023-11-08T11:46:20.327Z] #23 ... [2023-11-08T11:46:20.327Z] [2023-11-08T11:46:20.327Z] #25 [base 2/5] COPY --from=xx / / [2023-11-08T11:46:20.327Z] #25 DONE 0.1s [2023-11-08T11:46:20.327Z] [2023-11-08T11:46:20.327Z] #26 [binary-dummy 1/1] COPY --from=build-dummy /build /build [2023-11-08T11:46:20.327Z] #26 DONE 0.0s [2023-11-08T11:46:20.327Z] [2023-11-08T11:46:20.327Z] #27 [base 3/5] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2023-11-08T11:46:20.895Z] #27 DONE 0.5s [2023-11-08T11:46:20.895Z] [2023-11-08T11:46:20.895Z] #28 [base 4/5] RUN test -n "$APT_MIRROR" && sed -ri "s#(httpredir|deb|security).debian.org#${APT_MIRROR}#g" /etc/apt/sources.list || true [2023-11-08T11:46:21.462Z] #28 DONE 0.5s [2023-11-08T11:46:21.462Z] [2023-11-08T11:46:21.463Z] #23 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2023-11-08T11:46:21.463Z] #23 12.68 Updating certificates in /etc/ssl/certs... [2023-11-08T11:46:21.463Z] #23 13.26 129 added, 0 removed; done. [2023-11-08T11:46:21.463Z] #23 13.30 Setting up jq (1.6-2.1) ... [2023-11-08T11:46:21.463Z] #23 13.31 Setting up libcurl4:arm64 (7.74.0-1.3+deb11u10) ... [2023-11-08T11:46:21.463Z] #23 13.33 Setting up curl (7.74.0-1.3+deb11u10) ... [2023-11-08T11:46:21.463Z] #23 13.34 Processing triggers for libc-bin (2.31-13+deb11u7) ... [2023-11-08T11:46:21.463Z] #23 13.37 Processing triggers for ca-certificates (20210119) ... [2023-11-08T11:46:21.463Z] #23 13.38 Updating certificates in /etc/ssl/certs... [2023-11-08T11:46:22.029Z] #23 13.82 0 added, 0 removed; done. [2023-11-08T11:46:22.029Z] #23 13.82 Running hooks in /etc/ca-certificates/update.d... [2023-11-08T11:46:22.029Z] #23 13.83 done. [2023-11-08T11:46:22.029Z] #23 DONE 14.0s [2023-11-08T11:46:22.029Z] [2023-11-08T11:46:22.029Z] #29 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2023-11-08T11:46:22.030Z] #29 DONE 0.1s [2023-11-08T11:46:22.030Z] [2023-11-08T11:46:22.030Z] #30 [base 5/5] RUN apt-get update && apt-get install --no-install-recommends -y file [2023-11-08T11:46:22.030Z] #30 0.590 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2023-11-08T11:46:22.030Z] #30 0.601 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2023-11-08T11:46:22.030Z] #30 0.601 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2023-11-08T11:46:22.030Z] #30 0.730 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [7951 kB] [2023-11-08T11:46:22.288Z] #30 0.859 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [253 kB] [2023-11-08T11:46:22.288Z] #30 0.973 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [14.9 kB] [2023-11-08T11:46:22.855Z] #30 1.710 Fetched 8428 kB in 1s (6118 kB/s) [2023-11-08T11:46:23.422Z] #30 1.710 Reading package lists... [2023-11-08T11:46:23.990Z] #30 2.265 Reading package lists... [2023-11-08T11:46:24.249Z] #30 2.812 Building dependency tree... [2023-11-08T11:46:24.249Z] #30 2.980 Reading state information... [2023-11-08T11:46:24.507Z] #30 3.209 The following additional packages will be installed: [2023-11-08T11:46:24.507Z] #30 3.210 libmagic-mgc libmagic1 [2023-11-08T11:46:24.507Z] #30 3.241 The following NEW packages will be installed: [2023-11-08T11:46:24.507Z] #30 3.242 file libmagic-mgc libmagic1 [2023-11-08T11:46:24.766Z] #30 3.517 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. [2023-11-08T11:46:24.766Z] #30 3.517 Need to get 465 kB of archives. [2023-11-08T11:46:24.766Z] #30 3.517 After this operation, 7075 kB of additional disk space will be used. [2023-11-08T11:46:24.766Z] #30 3.517 Get:1 http://deb.debian.org/debian bullseye/main arm64 libmagic-mgc arm64 1:5.39-3+deb11u1 [273 kB] [2023-11-08T11:46:24.766Z] #30 3.521 Get:2 http://deb.debian.org/debian bullseye/main arm64 libmagic1 arm64 1:5.39-3+deb11u1 [123 kB] [2023-11-08T11:46:24.766Z] #30 3.522 Get:3 http://deb.debian.org/debian bullseye/main arm64 file arm64 1:5.39-3+deb11u1 [69.2 kB] [2023-11-08T11:46:25.025Z] #30 3.670 debconf: delaying package configuration, since apt-utils is not installed [2023-11-08T11:46:25.025Z] #30 3.713 Fetched 465 kB in 0s (1714 kB/s) [2023-11-08T11:46:25.025Z] #30 3.735 Selecting previously unselected package libmagic-mgc. [2023-11-08T11:46:25.025Z] #30 3.735 (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 ... 15711 files and directories currently installed.) [2023-11-08T11:46:25.025Z] #30 3.745 Preparing to unpack .../libmagic-mgc_1%3a5.39-3+deb11u1_arm64.deb ... [2023-11-08T11:46:25.025Z] #30 3.751 Unpacking libmagic-mgc (1:5.39-3+deb11u1) ... [2023-11-08T11:46:25.285Z] #30 3.911 Selecting previously unselected package libmagic1:arm64. [2023-11-08T11:46:25.285Z] #30 3.913 Preparing to unpack .../libmagic1_1%3a5.39-3+deb11u1_arm64.deb ... [2023-11-08T11:46:25.285Z] #30 3.922 Unpacking libmagic1:arm64 (1:5.39-3+deb11u1) ... [2023-11-08T11:46:25.285Z] #30 3.965 Selecting previously unselected package file. [2023-11-08T11:46:25.285Z] #30 3.967 Preparing to unpack .../file_1%3a5.39-3+deb11u1_arm64.deb ... [2023-11-08T11:46:25.285Z] #30 3.971 Unpacking file (1:5.39-3+deb11u1) ... [2023-11-08T11:46:25.285Z] #30 4.019 Setting up libmagic-mgc (1:5.39-3+deb11u1) ... [2023-11-08T11:46:25.285Z] #30 4.032 Setting up libmagic1:arm64 (1:5.39-3+deb11u1) ... [2023-11-08T11:46:25.285Z] #30 4.054 Setting up file (1:5.39-3+deb11u1) ... [2023-11-08T11:46:25.285Z] #30 4.067 Processing triggers for libc-bin (2.31-13+deb11u7) ... [2023-11-08T11:46:25.544Z] #30 DONE 4.3s [2023-11-08T11:46:25.544Z] [2023-11-08T11:46:25.544Z] #31 [swagger-src 1/3] WORKDIR /usr/src/swagger [2023-11-08T11:46:25.803Z] #31 DONE 0.2s [2023-11-08T11:46:25.803Z] [2023-11-08T11:46:25.803Z] #32 [dockercli-integration 1/2] WORKDIR /go/src/github.com/docker/cli [2023-11-08T11:46:25.803Z] #32 DONE 0.2s [2023-11-08T11:46:25.803Z] [2023-11-08T11:46:25.803Z] #33 [dockercli 2/2] RUN --mount=source=hack/dockerfile/cli.sh,target=/download-or-build-cli.sh --mount=type=cache,id=dockercli-git-linux/arm64,sharing=locked,target=./.git --mount=type=cache,target=/root/.cache/go-build,id=dockercli-build-linux/arm64 rm -f ./.git/*.lock && /download-or-build-cli.sh v24.0.2 https://github.com/docker/cli.git /build && /build/docker --version [2023-11-08T11:46:25.803Z] #33 ... [2023-11-08T11:46:25.803Z] [2023-11-08T11:46:25.803Z] #34 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2023-11-08T11:46:25.803Z] #34 DONE 0.3s [2023-11-08T11:46:25.803Z] [2023-11-08T11:46:25.803Z] #35 [delve-src 1/3] WORKDIR /usr/src/delve [2023-11-08T11:46:25.803Z] #35 DONE 0.3s [2023-11-08T11:46:25.803Z] [2023-11-08T11:46:25.803Z] #36 [tini-build 1/4] WORKDIR /go/src/github.com/krallin/tini [2023-11-08T11:46:25.803Z] #36 DONE 0.3s [2023-11-08T11:46:25.803Z] [2023-11-08T11:46:25.803Z] #37 [runc-build 1/3] WORKDIR /go/src/github.com/opencontainers/runc [2023-11-08T11:46:25.803Z] #37 DONE 0.3s [2023-11-08T11:46:25.803Z] [2023-11-08T11:46:25.803Z] #38 [rootlesskit-src 1/3] WORKDIR /usr/src/rootlesskit [2023-11-08T11:46:25.803Z] #38 DONE 0.3s [2023-11-08T11:46:25.803Z] [2023-11-08T11:46:25.803Z] #39 [runc-src 1/3] WORKDIR /usr/src/runc [2023-11-08T11:46:25.803Z] #39 DONE 0.3s [2023-11-08T11:46:25.803Z] [2023-11-08T11:46:25.803Z] #40 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2023-11-08T11:46:25.803Z] #40 DONE 0.3s [2023-11-08T11:46:25.803Z] [2023-11-08T11:46:25.803Z] #41 [tini-src 1/3] WORKDIR /usr/src/tini [2023-11-08T11:46:25.803Z] #41 DONE 0.3s [2023-11-08T11:46:25.803Z] [2023-11-08T11:46:25.803Z] #42 [containerd-build 1/3] WORKDIR /go/src/github.com/containerd/containerd [2023-11-08T11:46:25.803Z] #42 DONE 0.3s [2023-11-08T11:46:25.803Z] [2023-11-08T11:46:25.803Z] #43 [registry-src 1/2] WORKDIR /usr/src/registry [2023-11-08T11:46:25.803Z] #43 DONE 0.3s [2023-11-08T11:46:25.803Z] [2023-11-08T11:46:25.803Z] #44 [containerd-src 1/3] WORKDIR /usr/src/containerd [2023-11-08T11:46:25.803Z] #44 DONE 0.3s [2023-11-08T11:46:25.803Z] [2023-11-08T11:46:25.803Z] #45 [rootlesskit-build 1/5] WORKDIR /go/src/github.com/rootless-containers/rootlesskit [2023-11-08T11:46:25.803Z] #45 DONE 0.3s [2023-11-08T11:46:26.063Z] [2023-11-08T11:46:26.063Z] #46 [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 [2023-11-08T11:46:27.011Z] #46 ... [2023-11-08T11:46:27.011Z] [2023-11-08T11:46:27.011Z] #47 [delve-src 2/3] RUN git init . && git remote add origin "https://github.com/go-delve/delve.git" [2023-11-08T11:46:27.011Z] #47 0.988 hint: Using 'master' as the name for the initial branch. This default branch name [2023-11-08T11:46:27.011Z] #47 0.988 hint: is subject to change. To configure the initial branch name to use in all [2023-11-08T11:46:27.011Z] #47 0.988 hint: of your new repositories, which will suppress this warning, call: [2023-11-08T11:46:27.011Z] #47 0.988 hint: [2023-11-08T11:46:27.011Z] #47 0.988 hint: git config --global init.defaultBranch [2023-11-08T11:46:27.011Z] #47 0.988 hint: [2023-11-08T11:46:27.011Z] #47 0.988 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and [2023-11-08T11:46:27.011Z] #47 0.988 hint: 'development'. The just-created branch can be renamed via this command: [2023-11-08T11:46:27.011Z] #47 0.988 hint: [2023-11-08T11:46:27.011Z] #47 0.988 hint: git branch -m [2023-11-08T11:46:27.011Z] #47 0.990 Initialized empty Git repository in /usr/src/delve/.git/ [2023-11-08T11:46:27.011Z] #47 DONE 1.4s [2023-11-08T11:46:27.270Z] [2023-11-08T11:46:27.270Z] #48 [swagger-src 2/3] RUN git init . && git remote add origin "https://github.com/kolyshkin/go-swagger.git" [2023-11-08T11:46:27.270Z] #48 1.123 hint: Using 'master' as the name for the initial branch. This default branch name [2023-11-08T11:46:27.270Z] #48 1.123 hint: is subject to change. To configure the initial branch name to use in all [2023-11-08T11:46:27.270Z] #48 1.123 hint: of your new repositories, which will suppress this warning, call: [2023-11-08T11:46:27.270Z] #48 1.123 hint: [2023-11-08T11:46:27.270Z] #48 1.123 hint: git config --global init.defaultBranch [2023-11-08T11:46:27.270Z] #48 1.123 hint: [2023-11-08T11:46:27.270Z] #48 1.123 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and [2023-11-08T11:46:27.270Z] #48 1.123 hint: 'development'. The just-created branch can be renamed via this command: [2023-11-08T11:46:27.270Z] #48 1.123 hint: [2023-11-08T11:46:27.270Z] #48 1.123 hint: git branch -m [2023-11-08T11:46:27.270Z] #48 1.125 Initialized empty Git repository in /usr/src/swagger/.git/ [2023-11-08T11:46:27.270Z] #48 DONE 1.4s [2023-11-08T11:46:27.270Z] [2023-11-08T11:46:27.270Z] #49 [rootlesskit-src 2/3] RUN git init . && git remote add origin "https://github.com/rootless-containers/rootlesskit.git" [2023-11-08T11:46:27.270Z] #49 1.099 hint: Using 'master' as the name for the initial branch. This default branch name [2023-11-08T11:46:27.270Z] #49 1.099 hint: is subject to change. To configure the initial branch name to use in all [2023-11-08T11:46:27.270Z] #49 1.099 hint: of your new repositories, which will suppress this warning, call: [2023-11-08T11:46:27.270Z] #49 1.099 hint: [2023-11-08T11:46:27.270Z] #49 1.099 hint: git config --global init.defaultBranch [2023-11-08T11:46:27.270Z] #49 1.099 hint: [2023-11-08T11:46:27.270Z] #49 1.099 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and [2023-11-08T11:46:27.270Z] #49 1.099 hint: 'development'. The just-created branch can be renamed via this command: [2023-11-08T11:46:27.270Z] #49 1.099 hint: [2023-11-08T11:46:27.270Z] #49 1.099 hint: git branch -m [2023-11-08T11:46:27.270Z] #49 1.121 Initialized empty Git repository in /usr/src/rootlesskit/.git/ [2023-11-08T11:46:27.270Z] #49 DONE 1.4s [2023-11-08T11:46:27.270Z] [2023-11-08T11:46:27.270Z] #50 [rootlesskit-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD [2023-11-08T11:46:28.651Z] #50 ... [2023-11-08T11:46:28.651Z] [2023-11-08T11:46:28.651Z] #51 [runc-src 2/3] RUN git init . && git remote add origin "https://github.com/opencontainers/runc.git" [2023-11-08T11:46:28.651Z] #51 1.398 hint: Using 'master' as the name for the initial branch. This default branch name [2023-11-08T11:46:28.651Z] #51 1.398 hint: is subject to change. To configure the initial branch name to use in all [2023-11-08T11:46:28.651Z] #51 1.398 hint: of your new repositories, which will suppress this warning, call: [2023-11-08T11:46:28.651Z] #51 1.398 hint: [2023-11-08T11:46:28.651Z] #51 1.398 hint: git config --global init.defaultBranch [2023-11-08T11:46:28.651Z] #51 1.398 hint: [2023-11-08T11:46:28.651Z] #51 1.398 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and [2023-11-08T11:46:28.651Z] #51 1.398 hint: 'development'. The just-created branch can be renamed via this command: [2023-11-08T11:46:28.651Z] #51 1.398 hint: [2023-11-08T11:46:28.651Z] #51 1.398 hint: git branch -m [2023-11-08T11:46:28.651Z] #51 1.407 Initialized empty Git repository in /usr/src/runc/.git/ [2023-11-08T11:46:28.651Z] #51 DONE 2.8s [2023-11-08T11:46:28.651Z] [2023-11-08T11:46:28.651Z] #52 [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.54.2" && /build/golangci-lint --version [2023-11-08T11:46:28.651Z] #52 0.798 go: downloading github.com/golangci/golangci-lint v1.54.2 [2023-11-08T11:46:28.651Z] #52 1.447 go: downloading github.com/fatih/color v1.15.0 [2023-11-08T11:46:28.651Z] #52 1.447 go: downloading github.com/gofrs/flock v0.8.1 [2023-11-08T11:46:28.651Z] #52 1.447 go: downloading github.com/spf13/cobra v1.7.0 [2023-11-08T11:46:28.651Z] #52 1.448 go: downloading github.com/spf13/pflag v1.0.5 [2023-11-08T11:46:28.651Z] #52 1.448 go: downloading github.com/spf13/viper v1.12.0 [2023-11-08T11:46:28.651Z] #52 1.448 go: downloading gopkg.in/yaml.v3 v3.0.1 [2023-11-08T11:46:28.651Z] #52 1.659 go: downloading golang.org/x/tools v0.12.0 [2023-11-08T11:46:28.651Z] #52 1.660 go: downloading github.com/hashicorp/go-version v1.6.0 [2023-11-08T11:46:28.651Z] #52 1.660 go: downloading github.com/ldez/gomoddirectives v0.2.3 [2023-11-08T11:46:28.651Z] #52 1.666 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2023-11-08T11:46:28.651Z] #52 1.667 go: downloading github.com/mitchellh/mapstructure v1.5.0 [2023-11-08T11:46:28.651Z] #52 1.667 go: downloading golang.org/x/exp v0.0.0-20230510235704-dd950f8aeaea [2023-11-08T11:46:28.651Z] #52 1.696 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2023-11-08T11:46:28.651Z] #52 1.708 go: downloading github.com/mattn/go-colorable v0.1.13 [2023-11-08T11:46:28.651Z] #52 1.733 go: downloading github.com/sirupsen/logrus v1.9.3 [2023-11-08T11:46:28.651Z] #52 1.733 go: downloading github.com/stretchr/testify v1.8.4 [2023-11-08T11:46:28.651Z] #52 1.755 go: downloading github.com/go-xmlfmt/xmlfmt v1.1.2 [2023-11-08T11:46:28.651Z] #52 1.871 go: downloading github.com/mattn/go-isatty v0.0.17 [2023-11-08T11:46:28.651Z] #52 1.871 go: downloading github.com/fsnotify/fsnotify v1.5.4 [2023-11-08T11:46:28.651Z] #52 1.872 go: downloading github.com/spf13/afero v1.8.2 [2023-11-08T11:46:28.651Z] #52 1.877 go: downloading github.com/spf13/cast v1.5.0 [2023-11-08T11:46:28.651Z] #52 1.884 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2023-11-08T11:46:28.651Z] #52 1.904 go: downloading github.com/golangci/revgrep v0.0.0-20220804021717-745bb2f7c2e6 [2023-11-08T11:46:28.651Z] #52 1.963 go: downloading golang.org/x/mod v0.12.0 [2023-11-08T11:46:28.651Z] #52 2.004 go: downloading 4d63.com/gocheckcompilerdirectives v1.2.1 [2023-11-08T11:46:28.651Z] #52 2.004 go: downloading 4d63.com/gochecknoglobals v0.2.1 [2023-11-08T11:46:28.651Z] #52 2.009 go: downloading github.com/4meepo/tagalign v1.3.2 [2023-11-08T11:46:28.651Z] #52 2.062 go: downloading github.com/Abirdcfly/dupword v0.0.12 [2023-11-08T11:46:28.651Z] #52 2.062 go: downloading github.com/Antonboom/errname v0.1.12 [2023-11-08T11:46:28.651Z] #52 2.307 go: downloading github.com/Antonboom/nilnil v0.1.7 [2023-11-08T11:46:28.651Z] #52 2.309 go: downloading github.com/BurntSushi/toml v1.3.2 [2023-11-08T11:46:28.651Z] #52 2.310 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2023-11-08T11:46:28.651Z] #52 2.329 go: downloading github.com/GaijinEntertainment/go-exhaustruct/v3 v3.1.0 [2023-11-08T11:46:28.651Z] #52 2.331 go: downloading github.com/OpenPeeDeeP/depguard/v2 v2.1.0 [2023-11-08T11:46:28.651Z] #52 2.333 go: downloading github.com/alexkohler/nakedret/v2 v2.0.2 [2023-11-08T11:46:28.651Z] #52 2.334 go: downloading github.com/alexkohler/prealloc v1.0.0 [2023-11-08T11:46:28.651Z] #52 2.349 go: downloading github.com/alingse/asasalint v0.0.11 [2023-11-08T11:46:28.651Z] #52 2.355 go: downloading github.com/ashanbrown/forbidigo v1.6.0 [2023-11-08T11:46:28.651Z] #52 2.360 go: downloading github.com/ashanbrown/makezero v1.1.1 [2023-11-08T11:46:28.651Z] #52 2.534 go: downloading github.com/bkielbasa/cyclop v1.2.1 [2023-11-08T11:46:28.651Z] #52 2.550 go: downloading github.com/blizzy78/varnamelen v0.8.0 [2023-11-08T11:46:28.651Z] #52 2.551 go: downloading github.com/bombsimon/wsl/v3 v3.4.0 [2023-11-08T11:46:28.651Z] #52 2.552 go: downloading github.com/breml/bidichk v0.2.4 [2023-11-08T11:46:28.651Z] #52 2.578 go: downloading github.com/breml/errchkjson v0.3.1 [2023-11-08T11:46:28.651Z] #52 2.686 go: downloading github.com/butuzov/ireturn v0.2.0 [2023-11-08T11:46:28.651Z] #52 2.687 go: downloading github.com/butuzov/mirror v1.1.0 [2023-11-08T11:46:28.651Z] #52 2.690 go: downloading github.com/charithe/durationcheck v0.0.10 [2023-11-08T11:46:28.651Z] #52 2.700 go: downloading github.com/curioswitch/go-reassign v0.2.0 [2023-11-08T11:46:28.651Z] #52 2.701 go: downloading github.com/daixiang0/gci v0.11.0 [2023-11-08T11:46:28.651Z] #52 2.936 go: downloading github.com/denis-tingaikin/go-header v0.4.3 [2023-11-08T11:46:28.651Z] #52 2.945 go: downloading github.com/esimonov/ifshort v1.0.4 [2023-11-08T11:46:28.651Z] #52 2.948 go: downloading github.com/firefart/nonamedreturns v1.0.4 [2023-11-08T11:46:28.651Z] #52 2.989 go: downloading github.com/fzipp/gocyclo v0.6.0 [2023-11-08T11:46:28.651Z] #52 2.994 go: downloading github.com/go-critic/go-critic v0.9.0 [2023-11-08T11:46:28.651Z] #52 2.995 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2023-11-08T11:46:28.651Z] #52 3.070 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2023-11-08T11:46:28.651Z] #52 3.070 go: downloading github.com/golangci/go-misc v0.0.0-20220329215616-d24fe342adfe [2023-11-08T11:46:28.651Z] #52 3.073 go: downloading github.com/golangci/gofmt v0.0.0-20220901101216-f2edd75033f2 [2023-11-08T11:46:28.651Z] #52 3.087 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2023-11-08T11:46:28.651Z] #52 3.094 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2023-11-08T11:46:28.651Z] #52 3.159 go: downloading github.com/golangci/misspell v0.4.1 [2023-11-08T11:46:28.651Z] #52 3.160 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2023-11-08T11:46:28.651Z] #52 3.161 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20230610083614-0e73809eb601 [2023-11-08T11:46:28.651Z] #52 3.182 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2023-11-08T11:46:28.651Z] #52 3.182 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2023-11-08T11:46:28.651Z] #52 3.200 go: downloading github.com/hexops/gotextdiff v1.0.3 [2023-11-08T11:46:28.910Z] #52 3.208 go: downloading github.com/jgautheron/goconst v1.5.1 [2023-11-08T11:46:28.910Z] #52 3.218 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2023-11-08T11:46:28.910Z] #52 3.218 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2023-11-08T11:46:28.910Z] #52 3.223 go: downloading github.com/julz/importas v0.1.0 [2023-11-08T11:46:28.910Z] #52 3.235 go: downloading github.com/kisielk/errcheck v1.6.3 [2023-11-08T11:46:28.910Z] #52 3.241 go: downloading github.com/kkHAIKE/contextcheck v1.1.4 [2023-11-08T11:46:28.910Z] #52 3.244 go: downloading github.com/kulti/thelper v0.6.3 [2023-11-08T11:46:28.910Z] #52 3.244 go: downloading github.com/kunwardeep/paralleltest v1.0.8 [2023-11-08T11:46:28.910Z] #52 3.244 go: downloading github.com/kyoh86/exportloopref v0.1.11 [2023-11-08T11:46:28.910Z] #52 3.300 go: downloading github.com/leonklingele/grouper v1.1.1 [2023-11-08T11:46:28.910Z] #52 3.300 go: downloading github.com/ldez/tagliatelle v0.5.0 [2023-11-08T11:46:28.910Z] #52 3.300 go: downloading github.com/lufeee/execinquery v1.2.1 [2023-11-08T11:46:29.171Z] #52 3.454 go: downloading github.com/maratori/testableexamples v1.0.0 [2023-11-08T11:46:29.171Z] #52 3.479 go: downloading github.com/maratori/testpackage v1.1.1 [2023-11-08T11:46:29.171Z] #52 3.481 go: downloading github.com/matoous/godox v0.0.0-20230222163458-006bad1f9d26 [2023-11-08T11:46:29.171Z] #52 3.481 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2023-11-08T11:46:29.171Z] #52 3.485 go: downloading github.com/mgechev/revive v1.3.2 [2023-11-08T11:46:29.171Z] #52 3.513 go: downloading github.com/moricho/tparallel v0.3.1 [2023-11-08T11:46:29.171Z] #52 3.521 go: downloading github.com/nakabonne/nestif v0.3.1 [2023-11-08T11:46:29.171Z] #52 3.530 go: downloading github.com/nishanths/exhaustive v0.11.0 [2023-11-08T11:46:29.171Z] #52 3.558 go: downloading github.com/nishanths/predeclared v0.2.2 [2023-11-08T11:46:29.171Z] #52 3.562 go: downloading github.com/nunnatsa/ginkgolinter v0.13.5 [2023-11-08T11:46:29.171Z] #52 3.591 go: downloading github.com/polyfloyd/go-errorlint v1.4.4 [2023-11-08T11:46:29.171Z] #52 3.667 go: downloading github.com/ryancurrah/gomodguard v1.3.0 [2023-11-08T11:46:29.171Z] #52 3.667 go: downloading github.com/ryanrolds/sqlclosecheck v0.4.0 [2023-11-08T11:46:29.431Z] #52 3.668 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.7 [2023-11-08T11:46:29.431Z] #52 3.681 go: downloading github.com/sashamelentyev/interfacebloat v1.1.0 [2023-11-08T11:46:29.431Z] #52 3.702 go: downloading github.com/sashamelentyev/usestdlibvars v1.24.0 [2023-11-08T11:46:29.431Z] #52 3.702 go: downloading github.com/securego/gosec/v2 v2.17.0 [2023-11-08T11:46:29.431Z] #52 3.711 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2023-11-08T11:46:29.431Z] #52 3.721 go: downloading github.com/sivchari/containedctx v1.0.3 [2023-11-08T11:46:29.431Z] #52 3.722 go: downloading github.com/sivchari/nosnakecase v1.7.0 [2023-11-08T11:46:29.431Z] #52 3.739 go: downloading github.com/sivchari/tenv v1.7.1 [2023-11-08T11:46:29.431Z] #52 3.746 go: downloading github.com/sonatard/noctx v0.0.2 [2023-11-08T11:46:29.431Z] #52 3.823 go: downloading github.com/sourcegraph/go-diff v0.7.0 [2023-11-08T11:46:29.431Z] #52 3.823 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2023-11-08T11:46:29.431Z] #52 3.928 go: downloading github.com/stbenjam/no-sprintf-host-port v0.1.1 [2023-11-08T11:46:29.431Z] #52 3.938 go: downloading github.com/tdakkota/asciicheck v0.2.0 [2023-11-08T11:46:29.431Z] #52 3.944 go: downloading github.com/tetafro/godot v1.4.14 [2023-11-08T11:46:29.431Z] #52 3.944 go: downloading github.com/timakin/bodyclose v0.0.0-20230421092635-574207250966 [2023-11-08T11:46:29.431Z] #52 3.976 go: downloading github.com/timonwong/loggercheck v0.9.4 [2023-11-08T11:46:29.431Z] #52 4.021 go: downloading github.com/tomarrell/wrapcheck/v2 v2.8.1 [2023-11-08T11:46:29.431Z] #52 4.023 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.1 [2023-11-08T11:46:29.431Z] #52 4.043 go: downloading github.com/ultraware/funlen v0.1.0 [2023-11-08T11:46:29.691Z] #52 4.044 go: downloading github.com/ultraware/whitespace v0.0.5 [2023-11-08T11:46:29.691Z] #52 4.056 go: downloading github.com/uudashr/gocognit v1.0.7 [2023-11-08T11:46:29.691Z] #52 4.056 go: downloading github.com/xen0n/gosmopolitan v1.2.1 [2023-11-08T11:46:29.691Z] #52 4.059 go: downloading github.com/yagipy/maintidx v1.0.0 [2023-11-08T11:46:29.691Z] #52 4.062 go: downloading github.com/yeya24/promlinter v0.2.0 [2023-11-08T11:46:29.691Z] #52 4.117 go: downloading github.com/ykadowak/zerologlint v0.1.3 [2023-11-08T11:46:29.691Z] #52 4.172 go: downloading gitlab.com/bosi/decorder v0.4.0 [2023-11-08T11:46:29.691Z] #52 4.178 go: downloading go.tmz.dev/musttag v0.7.2 [2023-11-08T11:46:29.691Z] #52 4.181 go: downloading honnef.co/go/tools v0.4.5 [2023-11-08T11:46:29.952Z] #52 4.300 go: downloading mvdan.cc/gofumpt v0.5.0 [2023-11-08T11:46:29.952Z] #52 4.308 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2023-11-08T11:46:29.952Z] #52 4.388 go: downloading mvdan.cc/unparam v0.0.0-20221223090309-7455f1af531d [2023-11-08T11:46:29.952Z] #52 4.400 go: downloading github.com/hashicorp/errwrap v1.0.0 [2023-11-08T11:46:29.952Z] #52 4.418 go: downloading golang.org/x/sys v0.11.0 [2023-11-08T11:46:29.952Z] #52 4.432 go: downloading github.com/davecgh/go-spew v1.1.1 [2023-11-08T11:46:29.952Z] #52 4.455 go: downloading github.com/pmezard/go-difflib v1.0.0 [2023-11-08T11:46:29.952Z] #52 4.466 go: downloading github.com/stretchr/objx v0.5.0 [2023-11-08T11:46:29.952Z] #52 4.506 go: downloading github.com/subosito/gotenv v1.4.1 [2023-11-08T11:46:30.575Z] #52 4.559 go: downloading github.com/hashicorp/hcl v1.0.0 [2023-11-08T11:46:30.575Z] #52 4.559 go: downloading gopkg.in/ini.v1 v1.67.0 [2023-11-08T11:46:30.575Z] #52 4.559 go: downloading github.com/magiconair/properties v1.8.6 [2023-11-08T11:46:30.575Z] #52 4.560 go: downloading github.com/pelletier/go-toml/v2 v2.0.5 [2023-11-08T11:46:30.575Z] #52 4.563 go: downloading golang.org/x/text v0.12.0 [2023-11-08T11:46:30.836Z] #52 5.218 go: downloading github.com/fatih/structtag v1.2.0 [2023-11-08T11:46:30.836Z] #52 5.309 go: downloading github.com/gobwas/glob v0.2.3 [2023-11-08T11:46:30.836Z] #52 5.335 go: downloading github.com/google/go-cmp v0.5.9 [2023-11-08T11:46:31.512Z] #52 5.394 go: downloading gopkg.in/yaml.v2 v2.4.0 [2023-11-08T11:46:31.512Z] #52 5.419 go: downloading github.com/pelletier/go-toml v1.9.5 [2023-11-08T11:46:31.512Z] #52 5.623 go: downloading golang.org/x/sync v0.3.0 [2023-11-08T11:46:31.774Z] #52 5.642 go: downloading go.uber.org/zap v1.24.0 [2023-11-08T11:46:31.774Z] #52 6.175 go: downloading github.com/go-toolsmith/astfmt v1.1.0 [2023-11-08T11:46:31.774Z] #52 6.175 go: downloading github.com/go-toolsmith/astcast v1.1.0 [2023-11-08T11:46:31.774Z] #52 6.231 go: downloading github.com/go-toolsmith/astcopy v1.1.0 [2023-11-08T11:46:31.774Z] #52 6.232 go: downloading github.com/go-toolsmith/astequal v1.1.0 [2023-11-08T11:46:32.034Z] #52 6.388 go: downloading github.com/go-toolsmith/astp v1.1.0 [2023-11-08T11:46:32.034Z] #52 6.394 go: downloading github.com/go-toolsmith/strparse v1.1.0 [2023-11-08T11:46:32.034Z] #52 6.444 go: downloading github.com/go-toolsmith/typep v1.1.0 [2023-11-08T11:46:32.034Z] #52 6.453 go: downloading github.com/quasilyte/go-ruleguard v0.4.0 [2023-11-08T11:46:32.034Z] #52 ... [2023-11-08T11:46:32.034Z] [2023-11-08T11:46:32.034Z] #53 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2023-11-08T11:46:32.034Z] #53 2.262 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2023-11-08T11:46:32.034Z] #53 2.830 #=#=# [2023-11-08T11:46:32.034Z] #53 3.095 #=#=# # 2.0% ######################################################################## 100.0% [2023-11-08T11:46:32.034Z] #53 3.382 [2023-11-08T11:46:32.034Z] #53 5.284 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2023-11-08T11:46:32.034Z] #53 5.943 #=#=# [2023-11-08T11:46:32.034Z] #53 6.204 #=#=# 0.1% ######################################################################## 100.0% [2023-11-08T11:46:32.034Z] #53 6.528 [2023-11-08T11:46:32.034Z] #53 9.041 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2023-11-08T11:46:32.297Z] #53 10.12 #=#=# [2023-11-08T11:46:32.297Z] #53 ... [2023-11-08T11:46:32.297Z] [2023-11-08T11:46:32.297Z] #52 [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.54.2" && /build/golangci-lint --version [2023-11-08T11:46:32.297Z] #52 6.640 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20210819130434-b3f0c404a727 [2023-11-08T11:46:32.297Z] #52 6.670 go: downloading github.com/kisielk/gotool v1.0.0 [2023-11-08T11:46:32.297Z] #52 6.714 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2023-11-08T11:46:32.297Z] #52 6.850 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2023-11-08T11:46:32.557Z] #52 6.930 go: downloading github.com/ettle/strcase v0.1.1 [2023-11-08T11:46:32.557Z] #52 6.941 go: downloading github.com/Masterminds/semver v1.5.0 [2023-11-08T11:46:32.557Z] #52 7.027 go: downloading github.com/ccojocar/zxcvbn-go v1.0.1 [2023-11-08T11:46:32.557Z] #52 7.065 go: downloading github.com/prometheus/client_golang v1.12.1 [2023-11-08T11:46:32.557Z] #52 7.166 go: downloading github.com/prometheus/client_model v0.2.0 [2023-11-08T11:46:32.818Z] #52 7.347 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2023-11-08T11:46:32.819Z] #52 7.348 go: downloading golang.org/x/exp/typeparams v0.0.0-20230307190834-24139beb5833 [2023-11-08T11:46:32.819Z] #52 7.366 go: downloading go.uber.org/atomic v1.7.0 [2023-11-08T11:46:32.819Z] #52 7.366 go: downloading go.uber.org/multierr v1.6.0 [2023-11-08T11:46:32.819Z] #52 7.366 go: downloading github.com/quasilyte/gogrep v0.5.0 [2023-11-08T11:46:32.819Z] #52 7.367 go: downloading github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567 [2023-11-08T11:46:32.819Z] #52 7.367 go: downloading github.com/chavacava/garif v0.0.0-20230227094218-b8c73b2037b8 [2023-11-08T11:46:33.080Z] #52 7.417 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2023-11-08T11:46:33.080Z] #52 7.645 go: downloading github.com/golang/protobuf v1.5.2 [2023-11-08T11:46:33.341Z] #52 7.646 go: downloading github.com/beorn7/perks v1.0.1 [2023-11-08T11:46:33.341Z] #52 7.647 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2023-11-08T11:46:33.341Z] #52 7.668 go: downloading github.com/prometheus/common v0.32.1 [2023-11-08T11:46:33.341Z] #52 7.706 go: downloading github.com/prometheus/procfs v0.7.3 [2023-11-08T11:46:33.341Z] #52 7.707 go: downloading google.golang.org/protobuf v1.28.0 [2023-11-08T11:46:33.341Z] #52 7.850 go: downloading github.com/mattn/go-runewidth v0.0.9 [2023-11-08T11:46:33.601Z] #52 7.851 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2023-11-08T11:46:35.594Z] #52 ... [2023-11-08T11:46:35.594Z] [2023-11-08T11:46:35.594Z] #54 [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 [2023-11-08T11:46:35.594Z] #54 1.281 go: downloading gotest.tools/gotestsum v1.8.2 [2023-11-08T11:46:35.594Z] #54 1.967 go: downloading github.com/dnephin/pflag v1.0.7 [2023-11-08T11:46:35.594Z] #54 1.968 go: downloading golang.org/x/tools v0.1.11 [2023-11-08T11:46:35.594Z] #54 1.968 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2023-11-08T11:46:35.594Z] #54 1.968 go: downloading github.com/fatih/color v1.13.0 [2023-11-08T11:46:35.594Z] #54 1.973 go: downloading golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f [2023-11-08T11:46:35.594Z] #54 1.974 go: downloading golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 [2023-11-08T11:46:35.594Z] #54 1.987 go: downloading golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 [2023-11-08T11:46:35.594Z] #54 2.012 go: downloading github.com/mattn/go-colorable v0.1.12 [2023-11-08T11:46:35.594Z] #54 2.014 go: downloading github.com/mattn/go-isatty v0.0.14 [2023-11-08T11:46:35.594Z] #54 2.918 go: downloading golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 [2023-11-08T11:46:35.855Z] #54 ... [2023-11-08T11:46:35.855Z] [2023-11-08T11:46:35.855Z] #55 [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.1" && /build/go-winres --help [2023-11-08T11:46:35.855Z] #55 1.625 go: downloading github.com/tc-hib/go-winres v0.3.1 [2023-11-08T11:46:35.855Z] #55 2.518 go: downloading github.com/tc-hib/winres v0.1.6 [2023-11-08T11:46:35.855Z] #55 2.518 go: downloading github.com/urfave/cli/v2 v2.3.0 [2023-11-08T11:46:35.855Z] #55 2.791 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2023-11-08T11:46:35.855Z] #55 2.932 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2023-11-08T11:46:35.855Z] #55 3.574 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb [2023-11-08T11:46:35.855Z] #55 3.574 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 [2023-11-08T11:46:35.855Z] #55 ... [2023-11-08T11:46:35.855Z] [2023-11-08T11:46:35.855Z] #56 [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.6.0" && /build/shfmt --version [2023-11-08T11:46:35.855Z] #56 1.104 go: downloading mvdan.cc/sh/v3 v3.6.0 [2023-11-08T11:46:35.855Z] #56 6.169 go: downloading golang.org/x/term v0.3.0 [2023-11-08T11:46:35.855Z] #56 6.169 go: downloading github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e [2023-11-08T11:46:35.855Z] #56 6.170 go: downloading mvdan.cc/editorconfig v0.2.0 [2023-11-08T11:46:35.855Z] #56 6.171 go: downloading github.com/google/renameio/v2 v2.0.0 [2023-11-08T11:46:35.855Z] #56 6.383 go: downloading golang.org/x/sys v0.3.0 [2023-11-08T11:46:36.142Z] #56 ... [2023-11-08T11:46:36.142Z] [2023-11-08T11:46:36.143Z] #57 [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 [2023-11-08T11:46:36.143Z] #57 1.174 go: downloading github.com/pelletier/go-toml v1.8.1 [2023-11-08T11:46:36.143Z] #57 ... [2023-11-08T11:46:36.143Z] [2023-11-08T11:46:36.143Z] #58 [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 ; [2023-11-08T11:46:36.143Z] #58 3.153 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2023-11-08T11:46:36.143Z] #58 3.176 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2023-11-08T11:46:36.143Z] #58 3.189 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2023-11-08T11:46:36.143Z] #58 3.348 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [7951 kB] [2023-11-08T11:46:36.143Z] #58 3.550 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [253 kB] [2023-11-08T11:46:36.143Z] #58 3.730 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [14.9 kB] [2023-11-08T11:46:36.143Z] #58 4.618 Fetched 8428 kB in 2s (4903 kB/s) [2023-11-08T11:46:36.143Z] #58 4.618 Reading package lists... [2023-11-08T11:46:36.143Z] #58 5.284 Reading package lists... [2023-11-08T11:46:36.143Z] #58 6.220 Building dependency tree... [2023-11-08T11:46:36.143Z] #58 6.770 python3 is already the newest version (3.9.2-3). [2023-11-08T11:46:36.143Z] #58 6.770 The following additional packages will be installed: [2023-11-08T11:46:36.143Z] #58 6.770 autotools-dev bzip2 dpkg-dev libcap2 libprotobuf-c1 libsigsegv2 libyajl2 m4 [2023-11-08T11:46:36.143Z] #58 6.774 patch xz-utils [2023-11-08T11:46:36.143Z] #58 6.774 Suggested packages: [2023-11-08T11:46:36.143Z] #58 6.778 autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring [2023-11-08T11:46:36.143Z] #58 6.778 manpages-dev seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk [2023-11-08T11:46:36.143Z] #58 6.778 m4-doc ed diffutils-doc [2023-11-08T11:46:36.143Z] #58 6.778 Recommended packages: [2023-11-08T11:46:36.143Z] #58 6.778 fakeroot libalgorithm-merge-perl libltdl-dev [2023-11-08T11:46:36.143Z] #58 7.061 The following NEW packages will be installed: [2023-11-08T11:46:36.143Z] #58 7.061 autoconf automake autotools-dev build-essential bzip2 dpkg-dev libcap-dev [2023-11-08T11:46:36.143Z] #58 7.062 libcap2 libprotobuf-c-dev libprotobuf-c1 libseccomp-dev libsigsegv2 [2023-11-08T11:46:36.143Z] #58 7.063 libsystemd-dev libtool libudev-dev libyajl-dev libyajl2 m4 patch xz-utils [2023-11-08T11:46:36.143Z] #58 7.344 0 upgraded, 20 newly installed, 0 to remove and 0 not upgraded. [2023-11-08T11:46:36.143Z] #58 7.344 Need to get 5461 kB of archives. [2023-11-08T11:46:36.143Z] #58 7.344 After this operation, 11.6 MB of additional disk space will be used. [2023-11-08T11:46:36.143Z] #58 7.344 Get:1 http://deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB] [2023-11-08T11:46:36.143Z] #58 7.365 Get:2 http://deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB] [2023-11-08T11:46:36.143Z] #58 7.382 Get:3 http://deb.debian.org/debian bullseye/main arm64 libsigsegv2 arm64 2.13-1 [34.7 kB] [2023-11-08T11:46:36.143Z] #58 7.386 Get:4 http://deb.debian.org/debian bullseye/main arm64 m4 arm64 1.4.18-5 [199 kB] [2023-11-08T11:46:36.143Z] #58 7.409 Get:5 http://deb.debian.org/debian bullseye/main arm64 autoconf all 2.69-14 [313 kB] [2023-11-08T11:46:36.143Z] #58 7.421 Get:6 http://deb.debian.org/debian bullseye/main arm64 autotools-dev all 20180224.1+nmu1 [77.1 kB] [2023-11-08T11:46:36.143Z] #58 7.432 Get:7 http://deb.debian.org/debian bullseye/main arm64 automake all 1:1.16.3-2 [814 kB] [2023-11-08T11:46:36.143Z] #58 7.541 Get:8 http://deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB] [2023-11-08T11:46:36.143Z] #58 7.542 Get:9 http://deb.debian.org/debian bullseye/main arm64 dpkg-dev all 1.20.13 [2314 kB] [2023-11-08T11:46:36.143Z] #58 7.708 Get:10 http://deb.debian.org/debian bullseye/main arm64 build-essential arm64 12.9 [7704 B] [2023-11-08T11:46:36.143Z] #58 7.746 Get:11 http://deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB] [2023-11-08T11:46:36.143Z] #58 7.747 Get:12 http://deb.debian.org/debian bullseye/main arm64 libcap-dev arm64 1:2.44-1 [45.6 kB] [2023-11-08T11:46:36.143Z] #58 7.749 Get:13 http://deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB] [2023-11-08T11:46:36.143Z] #58 7.752 Get:14 http://deb.debian.org/debian bullseye/main arm64 libprotobuf-c-dev arm64 1.3.3-1+b2 [34.1 kB] [2023-11-08T11:46:36.143Z] #58 7.754 Get:15 http://deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB] [2023-11-08T11:46:36.143Z] #58 7.783 Get:16 http://deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7+deb11u4 [402 kB] [2023-11-08T11:46:36.143Z] #58 7.817 Get:17 http://deb.debian.org/debian bullseye/main arm64 libtool all 2.4.6-15 [513 kB] [2023-11-08T11:46:36.143Z] #58 7.838 Get:18 http://deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7+deb11u4 [124 kB] [2023-11-08T11:46:36.143Z] #58 7.841 Get:19 http://deb.debian.org/debian bullseye/main arm64 libyajl2 arm64 2.1.0-3+deb11u2 [23.5 kB] [2023-11-08T11:46:36.143Z] #58 7.852 Get:20 http://deb.debian.org/debian bullseye/main arm64 libyajl-dev arm64 2.1.0-3+deb11u2 [32.1 kB] [2023-11-08T11:46:36.143Z] #58 8.533 debconf: delaying package configuration, since apt-utils is not installed [2023-11-08T11:46:36.143Z] #58 9.478 Fetched 5461 kB in 1s (6657 kB/s) [2023-11-08T11:46:36.403Z] #58 ... [2023-11-08T11:46:36.403Z] [2023-11-08T11:46:36.403Z] #59 [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 [2023-11-08T11:46:36.403Z] #59 4.312 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2023-11-08T11:46:36.403Z] #59 4.364 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2023-11-08T11:46:36.403Z] #59 4.364 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2023-11-08T11:46:36.403Z] #59 5.110 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [7951 kB] [2023-11-08T11:46:36.403Z] #59 6.050 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [253 kB] [2023-11-08T11:46:36.403Z] #59 6.674 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [14.9 kB] [2023-11-08T11:46:36.403Z] #59 7.600 Fetched 8428 kB in 4s (2385 kB/s) [2023-11-08T11:46:36.403Z] #59 7.600 Reading package lists... [2023-11-08T11:46:36.403Z] #59 9.807 Hit:1 http://deb.debian.org/debian bullseye InRelease [2023-11-08T11:46:36.403Z] #59 9.807 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease [2023-11-08T11:46:36.403Z] #59 9.811 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease [2023-11-08T11:46:36.403Z] #59 ... [2023-11-08T11:46:36.403Z] [2023-11-08T11:46:36.403Z] #60 [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 [2023-11-08T11:46:36.403Z] #60 3.944 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2023-11-08T11:46:36.403Z] #60 3.972 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2023-11-08T11:46:36.403Z] #60 3.972 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2023-11-08T11:46:36.403Z] #60 4.236 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [7951 kB] [2023-11-08T11:46:36.403Z] #60 5.884 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [253 kB] [2023-11-08T11:46:36.403Z] #60 5.894 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [14.9 kB] [2023-11-08T11:46:36.403Z] #60 7.161 Fetched 8428 kB in 3s (2416 kB/s) [2023-11-08T11:46:36.403Z] #60 7.161 Reading package lists... [2023-11-08T11:46:36.403Z] #60 8.376 Reading package lists... [2023-11-08T11:46:36.403Z] #60 9.211 Building dependency tree... [2023-11-08T11:46:36.403Z] #60 9.932 The following additional packages will be installed: [2023-11-08T11:46:36.403Z] #60 9.934 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2023-11-08T11:46:36.403Z] #60 9.938 Suggested packages: [2023-11-08T11:46:36.403Z] #60 9.938 cmake-doc ninja-build lrzip [2023-11-08T11:46:36.403Z] #60 10.08 The following NEW packages will be installed: [2023-11-08T11:46:36.403Z] #60 10.08 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2023-11-08T11:46:36.403Z] #60 10.37 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2023-11-08T11:46:36.403Z] #60 10.37 Need to get 15.1 MB of archives. [2023-11-08T11:46:36.403Z] #60 10.37 After this operation, 66.8 MB of additional disk space will be used. [2023-11-08T11:46:36.403Z] #60 10.37 Get:1 http://deb.debian.org/debian bullseye/main arm64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2023-11-08T11:46:36.768Z] #60 ... [2023-11-08T11:46:36.768Z] [2023-11-08T11:46:36.768Z] #61 [registry-src 2/2] RUN git init . && git remote add origin "https://github.com/distribution/distribution.git" [2023-11-08T11:46:36.768Z] #61 1.993 hint: Using 'master' as the name for the initial branch. This default branch name [2023-11-08T11:46:36.768Z] #61 1.993 hint: is subject to change. To configure the initial branch name to use in all [2023-11-08T11:46:36.768Z] #61 1.993 hint: of your new repositories, which will suppress this warning, call: [2023-11-08T11:46:36.768Z] #61 1.993 hint: [2023-11-08T11:46:36.768Z] #61 1.993 hint: git config --global init.defaultBranch [2023-11-08T11:46:36.768Z] #61 1.993 hint: [2023-11-08T11:46:36.768Z] #61 1.993 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and [2023-11-08T11:46:36.768Z] #61 1.993 hint: 'development'. The just-created branch can be renamed via this command: [2023-11-08T11:46:36.768Z] #61 1.993 hint: [2023-11-08T11:46:36.768Z] #61 1.993 hint: git branch -m [2023-11-08T11:46:36.768Z] #61 2.134 Initialized empty Git repository in /usr/src/registry/.git/ [2023-11-08T11:46:37.028Z] #61 ... [2023-11-08T11:46:37.028Z] [2023-11-08T11:46:37.028Z] #62 [containerd-src 2/3] RUN git init . && git remote add origin "https://github.com/containerd/containerd.git" [2023-11-08T11:46:37.028Z] #62 2.001 hint: Using 'master' as the name for the initial branch. This default branch name [2023-11-08T11:46:37.028Z] #62 2.001 hint: is subject to change. To configure the initial branch name to use in all [2023-11-08T11:46:37.028Z] #62 2.001 hint: of your new repositories, which will suppress this warning, call: [2023-11-08T11:46:37.028Z] #62 2.001 hint: [2023-11-08T11:46:37.028Z] #62 2.001 hint: git config --global init.defaultBranch [2023-11-08T11:46:37.028Z] #62 2.001 hint: [2023-11-08T11:46:37.029Z] #62 2.001 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and [2023-11-08T11:46:37.029Z] #62 2.001 hint: 'development'. The just-created branch can be renamed via this command: [2023-11-08T11:46:37.029Z] #62 2.001 hint: [2023-11-08T11:46:37.029Z] #62 2.001 hint: git branch -m [2023-11-08T11:46:37.029Z] #62 2.127 Initialized empty Git repository in /usr/src/containerd/.git/ [2023-11-08T11:46:37.029Z] #62 ... [2023-11-08T11:46:37.029Z] [2023-11-08T11:46:37.029Z] #63 [tini-src 2/3] RUN git init . && git remote add origin "https://github.com/krallin/tini.git" [2023-11-08T11:46:37.029Z] #63 1.807 hint: Using 'master' as the name for the initial branch. This default branch name [2023-11-08T11:46:37.029Z] #63 1.807 hint: is subject to change. To configure the initial branch name to use in all [2023-11-08T11:46:37.029Z] #63 1.807 hint: of your new repositories, which will suppress this warning, call: [2023-11-08T11:46:37.029Z] #63 1.807 hint: [2023-11-08T11:46:37.029Z] #63 1.807 hint: git config --global init.defaultBranch [2023-11-08T11:46:37.029Z] #63 1.807 hint: [2023-11-08T11:46:37.029Z] #63 1.807 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and [2023-11-08T11:46:37.029Z] #63 1.807 hint: 'development'. The just-created branch can be renamed via this command: [2023-11-08T11:46:37.029Z] #63 1.807 hint: [2023-11-08T11:46:37.029Z] #63 1.807 hint: git branch -m [2023-11-08T11:46:37.029Z] #63 2.013 Initialized empty Git repository in /usr/src/tini/.git/ [2023-11-08T11:46:37.029Z] #63 ... [2023-11-08T11:46:37.029Z] [2023-11-08T11:46:37.029Z] #64 [dockercli-integration 2/2] RUN --mount=source=hack/dockerfile/cli.sh,target=/download-or-build-cli.sh --mount=type=cache,id=dockercli-git-linux/arm64,sharing=locked,target=./.git --mount=type=cache,target=/root/.cache/go-build,id=dockercli-build-linux/arm64 rm -f ./.git/*.lock && /download-or-build-cli.sh v17.06.2-ce https://github.com/docker/cli.git /build && /build/docker --version [2023-11-08T11:46:37.289Z] #64 ... [2023-11-08T11:46:37.289Z] [2023-11-08T11:46:37.289Z] #65 [delve-src 3/3] RUN git fetch -q --depth 1 origin "v1.21.1" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD [2023-11-08T11:46:37.289Z] #65 ... [2023-11-08T11:46:37.289Z] [2023-11-08T11:46:37.289Z] #66 [swagger-src 3/3] RUN git fetch -q --depth 1 origin "c56166c036004ba7a3a321e5951ba472b9ae298c" && git checkout -q FETCH_HEAD [2023-11-08T11:46:37.669Z] #66 ... [2023-11-08T11:46:37.669Z] [2023-11-08T11:46:37.669Z] #67 [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 [2023-11-08T11:46:37.669Z] #67 3.906 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2023-11-08T11:46:37.669Z] #67 3.926 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2023-11-08T11:46:37.669Z] #67 3.926 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2023-11-08T11:46:37.669Z] #67 4.202 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [7951 kB] [2023-11-08T11:46:37.669Z] #67 5.849 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [253 kB] [2023-11-08T11:46:37.669Z] #67 5.991 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [14.9 kB] [2023-11-08T11:46:37.669Z] #67 7.484 Fetched 8428 kB in 4s (2183 kB/s) [2023-11-08T11:46:37.669Z] #67 7.484 Reading package lists... [2023-11-08T11:46:37.669Z] #67 9.560 Hit:1 http://deb.debian.org/debian bullseye InRelease [2023-11-08T11:46:37.669Z] #67 9.560 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease [2023-11-08T11:46:37.669Z] #67 9.560 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease [2023-11-08T11:46:37.669Z] #67 ... [2023-11-08T11:46:37.669Z] [2023-11-08T11:46:37.669Z] #53 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2023-11-08T11:46:37.669Z] #53 10.40 #=#=# 0.1% ###################### 30.6% ########################################## 59.2% ##################################################################### 96.3% ######################################################################## 100.0% [2023-11-08T11:46:37.669Z] #53 11.40 [2023-11-08T11:46:37.669Z] #53 13.90 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2023-11-08T11:46:37.669Z] #53 14.89 #=#=# [2023-11-08T11:46:37.669Z] #53 15.31 #=#=# ######################################################################## 100.0% [2023-11-08T11:46:37.929Z] #53 15.69 [2023-11-08T11:46:37.929Z] #53 ... [2023-11-08T11:46:37.929Z] [2023-11-08T11:46:37.929Z] #67 [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 [2023-11-08T11:46:38.869Z] #67 12.17 Reading package lists... [2023-11-08T11:46:38.869Z] #67 ... [2023-11-08T11:46:38.869Z] [2023-11-08T11:46:38.869Z] #68 [runc-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.9" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD [2023-11-08T11:46:38.869Z] #68 ... [2023-11-08T11:46:38.869Z] [2023-11-08T11:46:38.869Z] #67 [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 [2023-11-08T11:46:38.869Z] #67 12.17 Reading package lists... [2023-11-08T11:46:38.869Z] #67 13.00 + apt-get install -y --no-install-recommends gcc libbtrfs-dev libsecret-1-dev [2023-11-08T11:46:39.812Z] #67 13.01 Reading package lists... [2023-11-08T11:46:39.812Z] #67 13.74 Building dependency tree... [2023-11-08T11:46:39.812Z] #67 ... [2023-11-08T11:46:39.812Z] [2023-11-08T11:46:39.812Z] #46 [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 [2023-11-08T11:46:39.812Z] #46 3.908 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2023-11-08T11:46:39.812Z] #46 3.940 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2023-11-08T11:46:39.812Z] #46 3.960 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2023-11-08T11:46:39.812Z] #46 4.284 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [7951 kB] [2023-11-08T11:46:39.812Z] #46 5.828 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [253 kB] [2023-11-08T11:46:39.812Z] #46 5.831 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [14.9 kB] [2023-11-08T11:46:39.812Z] #46 7.239 Fetched 8428 kB in 4s (2354 kB/s) [2023-11-08T11:46:39.812Z] #46 7.239 Reading package lists... [2023-11-08T11:46:39.812Z] #46 8.955 Hit:1 http://deb.debian.org/debian bullseye InRelease [2023-11-08T11:46:39.812Z] #46 8.955 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease [2023-11-08T11:46:39.812Z] #46 8.955 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease [2023-11-08T11:46:39.812Z] #46 10.78 Reading package lists... [2023-11-08T11:46:39.812Z] #46 11.71 + apt-get install -y --no-install-recommends gcc libc6-dev [2023-11-08T11:46:39.812Z] #46 11.73 Reading package lists... [2023-11-08T11:46:39.812Z] #46 12.77 Building dependency tree... [2023-11-08T11:46:39.812Z] #46 13.46 gcc is already the newest version (4:10.2.1-1). [2023-11-08T11:46:39.812Z] #46 13.46 libc6-dev is already the newest version (2.31-13+deb11u7). [2023-11-08T11:46:39.812Z] #46 13.46 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2023-11-08T11:46:40.072Z] #46 ... [2023-11-08T11:46:40.072Z] [2023-11-08T11:46:40.072Z] #58 [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 ; [2023-11-08T11:46:40.072Z] #58 11.06 Selecting previously unselected package bzip2. [2023-11-08T11:46:40.072Z] #58 11.06 (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 ... 15746 files and directories currently installed.) [2023-11-08T11:46:40.072Z] #58 11.08 Preparing to unpack .../00-bzip2_1.0.8-4_arm64.deb ... [2023-11-08T11:46:40.072Z] #58 11.62 Unpacking bzip2 (1.0.8-4) ... [2023-11-08T11:46:40.072Z] #58 14.12 Selecting previously unselected package xz-utils. [2023-11-08T11:46:40.072Z] #58 14.12 Preparing to unpack .../01-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ... [2023-11-08T11:46:40.333Z] #58 14.65 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2023-11-08T11:46:42.875Z] #58 ... [2023-11-08T11:46:42.875Z] [2023-11-08T11:46:42.875Z] #67 [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 [2023-11-08T11:46:42.875Z] #67 14.33 gcc is already the newest version (4:10.2.1-1). [2023-11-08T11:46:42.875Z] #67 14.33 The following additional packages will be installed: [2023-11-08T11:46:42.875Z] #67 14.33 gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libbtrfs0 libelf1 libffi-dev [2023-11-08T11:46:42.875Z] #67 14.33 libgirepository-1.0-1 libglib2.0-bin libglib2.0-data libglib2.0-dev [2023-11-08T11:46:42.875Z] #67 14.33 libglib2.0-dev-bin libmount-dev libpcre16-3 libpcre2-16-0 libpcre2-32-0 [2023-11-08T11:46:42.875Z] #67 14.33 libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2023-11-08T11:46:42.875Z] #67 14.33 libsecret-1-0 libsecret-common libselinux1-dev libsepol1-dev [2023-11-08T11:46:42.875Z] #67 14.33 python3-distutils python3-lib2to3 uuid-dev zlib1g-dev [2023-11-08T11:46:42.875Z] #67 14.34 Suggested packages: [2023-11-08T11:46:42.875Z] #67 14.34 libgirepository1.0-dev libglib2.0-doc libgdk-pixbuf2.0-bin [2023-11-08T11:46:42.875Z] #67 14.34 | libgdk-pixbuf2.0-dev libxml2-utils [2023-11-08T11:46:42.875Z] #67 14.60 The following NEW packages will be installed: [2023-11-08T11:46:42.875Z] #67 14.60 gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libbtrfs-dev libbtrfs0 libelf1 [2023-11-08T11:46:42.875Z] #67 14.60 libffi-dev libgirepository-1.0-1 libglib2.0-bin libglib2.0-data [2023-11-08T11:46:42.875Z] #67 14.60 libglib2.0-dev libglib2.0-dev-bin libmount-dev libpcre16-3 libpcre2-16-0 [2023-11-08T11:46:42.875Z] #67 14.60 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3 [2023-11-08T11:46:42.875Z] #67 14.60 libpcrecpp0v5 libsecret-1-0 libsecret-1-dev libsecret-common libselinux1-dev [2023-11-08T11:46:42.875Z] #67 14.60 libsepol1-dev python3-distutils python3-lib2to3 uuid-dev zlib1g-dev [2023-11-08T11:46:42.875Z] #67 14.89 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2023-11-08T11:46:42.876Z] #67 14.89 Need to get 7950 kB of archives. [2023-11-08T11:46:42.876Z] #67 14.89 After this operation, 39.9 MB of additional disk space will be used. [2023-11-08T11:46:42.876Z] #67 14.89 Get:1 http://deb.debian.org/debian bullseye/main arm64 libgirepository-1.0-1 arm64 1.66.1-1+b1 [88.6 kB] [2023-11-08T11:46:42.876Z] #67 15.20 Get:2 http://deb.debian.org/debian bullseye/main arm64 gir1.2-glib-2.0 arm64 1.66.1-1+b1 [151 kB] [2023-11-08T11:46:42.876Z] #67 15.25 Get:3 http://deb.debian.org/debian bullseye/main arm64 libsecret-common all 0.20.4-2 [26.7 kB] [2023-11-08T11:46:42.876Z] #67 15.31 Get:4 http://deb.debian.org/debian bullseye/main arm64 libsecret-1-0 arm64 0.20.4-2 [107 kB] [2023-11-08T11:46:42.876Z] #67 15.63 Get:5 http://deb.debian.org/debian bullseye/main arm64 gir1.2-secret-1 arm64 0.20.4-2 [13.7 kB] [2023-11-08T11:46:42.876Z] #67 15.85 Get:6 http://deb.debian.org/debian bullseye/main arm64 uuid-dev arm64 2.36.1-8+deb11u1 [99.6 kB] [2023-11-08T11:46:42.876Z] #67 15.91 Get:7 http://deb.debian.org/debian bullseye/main arm64 libblkid-dev arm64 2.36.1-8+deb11u1 [229 kB] [2023-11-08T11:46:42.876Z] #67 15.93 Get:8 http://deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB] [2023-11-08T11:46:42.876Z] #67 15.97 Get:9 http://deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB] [2023-11-08T11:46:42.876Z] #67 16.01 Get:10 http://deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB] [2023-11-08T11:46:42.876Z] #67 16.11 Get:11 http://deb.debian.org/debian bullseye/main arm64 libffi-dev arm64 3.3-6 [53.2 kB] [2023-11-08T11:46:42.876Z] #67 16.21 Get:12 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-data all 2.66.8-1 [1164 kB] [2023-11-08T11:46:42.876Z] #67 16.54 Get:13 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-bin arm64 2.66.8-1 [137 kB] [2023-11-08T11:46:42.876Z] #67 16.60 Get:14 http://deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2023-11-08T11:46:42.876Z] #67 16.67 Get:15 http://deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB] [2023-11-08T11:46:42.876Z] #67 16.71 Get:16 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-dev-bin arm64 2.66.8-1 [177 kB] [2023-11-08T11:46:42.876Z] #67 16.83 Get:17 http://deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB] [2023-11-08T11:46:42.876Z] #67 17.06 Get:18 http://deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2+deb11u1 [203 kB] [2023-11-08T11:46:42.876Z] #67 17.07 Get:19 http://deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2+deb11u1 [194 kB] [2023-11-08T11:46:43.279Z] #67 17.21 Get:20 http://deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2+deb11u1 [49.1 kB] [2023-11-08T11:46:43.279Z] #67 17.27 Get:21 http://deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2+deb11u1 [647 kB] [2023-11-08T11:46:43.279Z] #67 17.37 Get:22 http://deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB] [2023-11-08T11:46:43.279Z] #67 17.38 Get:23 http://deb.debian.org/debian bullseye/main arm64 libmount-dev arm64 2.36.1-8+deb11u1 [78.0 kB] [2023-11-08T11:46:43.279Z] #67 17.43 Get:24 http://deb.debian.org/debian bullseye/main arm64 libpcre16-3 arm64 2:8.39-13 [236 kB] [2023-11-08T11:46:43.539Z] #67 17.60 Get:25 http://deb.debian.org/debian bullseye/main arm64 libpcre32-3 arm64 2:8.39-13 [229 kB] [2023-11-08T11:46:43.539Z] #67 17.60 Get:26 http://deb.debian.org/debian bullseye/main arm64 libpcrecpp0v5 arm64 2:8.39-13 [151 kB] [2023-11-08T11:46:43.539Z] #67 17.60 Get:27 http://deb.debian.org/debian bullseye/main arm64 libpcre3-dev arm64 2:8.39-13 [579 kB] [2023-11-08T11:46:43.539Z] #67 17.72 Get:28 http://deb.debian.org/debian bullseye/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-2+deb11u2 [189 kB] [2023-11-08T11:46:43.800Z] #67 17.72 Get:29 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-dev arm64 2.66.8-1 [1592 kB] [2023-11-08T11:46:43.800Z] #67 17.79 Get:30 http://deb.debian.org/debian bullseye/main arm64 libsecret-1-dev arm64 0.20.4-2 [218 kB] [2023-11-08T11:46:44.059Z] #67 18.19 debconf: delaying package configuration, since apt-utils is not installed [2023-11-08T11:46:44.630Z] #67 18.86 Fetched 7950 kB in 3s (2498 kB/s) [2023-11-08T11:46:44.890Z] #67 ... [2023-11-08T11:46:44.890Z] [2023-11-08T11:46:44.890Z] #63 [tini-src 2/3] RUN git init . && git remote add origin "https://github.com/krallin/tini.git" [2023-11-08T11:46:44.890Z] #63 DONE 19.1s [2023-11-08T11:46:45.150Z] [2023-11-08T11:46:45.150Z] #55 [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.1" && /build/go-winres --help [2023-11-08T11:46:45.150Z] #55 17.42 NAME: [2023-11-08T11:46:45.150Z] #55 17.42 go-winres - A tool for embedding resources in Windows executables [2023-11-08T11:46:45.150Z] #55 17.42 [2023-11-08T11:46:45.150Z] #55 17.42 USAGE: [2023-11-08T11:46:45.150Z] #55 17.43 go-winres [global options] command [command options] [arguments...] [2023-11-08T11:46:45.150Z] #55 17.43 [2023-11-08T11:46:45.150Z] #55 17.43 COMMANDS: [2023-11-08T11:46:45.150Z] #55 17.43 init Create an initial ./winres/winres.json [2023-11-08T11:46:45.150Z] #55 17.43 make Make syso files for the "go build" command [2023-11-08T11:46:45.150Z] #55 17.43 simply Make syso files for the "go build" command (simplified) [2023-11-08T11:46:45.150Z] #55 17.43 extract Extract all resources from an executable [2023-11-08T11:46:45.150Z] #55 17.43 patch Replace resources in an executable file (exe, dll) [2023-11-08T11:46:45.150Z] #55 17.43 help, h Shows a list of commands or help for one command [2023-11-08T11:46:45.150Z] #55 17.43 [2023-11-08T11:46:45.150Z] #55 17.43 GLOBAL OPTIONS: [2023-11-08T11:46:45.150Z] #55 17.43 --help, -h show help (default: false) [2023-11-08T11:46:46.573Z] #55 ... [2023-11-08T11:46:46.573Z] [2023-11-08T11:46:46.573Z] #60 [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 [2023-11-08T11:46:46.573Z] #60 10.78 Get:2 http://deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB] [2023-11-08T11:46:46.573Z] #60 11.15 Get:3 http://deb.debian.org/debian bullseye/main arm64 libxml2 arm64 2.9.10+dfsg-6.7+deb11u4 [629 kB] [2023-11-08T11:46:46.573Z] #60 11.45 Get:4 http://deb.debian.org/debian bullseye/main arm64 libarchive13 arm64 3.4.3-2+deb11u1 [320 kB] [2023-11-08T11:46:46.573Z] #60 11.59 Get:5 http://deb.debian.org/debian bullseye/main arm64 libjsoncpp24 arm64 1.9.4-4 [72.5 kB] [2023-11-08T11:46:46.573Z] #60 11.70 Get:6 http://deb.debian.org/debian bullseye/main arm64 librhash0 arm64 1.4.1-2 [127 kB] [2023-11-08T11:46:46.573Z] #60 11.70 Get:7 http://deb.debian.org/debian bullseye/main arm64 libuv1 arm64 1.40.0-2 [126 kB] [2023-11-08T11:46:46.573Z] #60 11.70 Get:8 http://deb.debian.org/debian bullseye/main arm64 cmake arm64 3.18.4-2+deb11u1 [3673 kB] [2023-11-08T11:46:46.573Z] #60 12.95 debconf: delaying package configuration, since apt-utils is not installed [2023-11-08T11:46:46.573Z] #60 13.49 Fetched 15.1 MB in 2s (6265 kB/s) [2023-11-08T11:46:46.573Z] #60 15.98 Selecting previously unselected package cmake-data. [2023-11-08T11:46:46.573Z] #60 15.98 (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 ... 15746 files and directories currently installed.) [2023-11-08T11:46:46.573Z] #60 16.00 Preparing to unpack .../0-cmake-data_3.18.4-2+deb11u1_all.deb ... [2023-11-08T11:46:46.573Z] #60 16.72 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2023-11-08T11:46:46.573Z] #60 19.24 Selecting previously unselected package libicu67:arm64. [2023-11-08T11:46:46.573Z] #60 19.25 Preparing to unpack .../1-libicu67_67.1-7_arm64.deb ... [2023-11-08T11:46:46.573Z] #60 19.46 Unpacking libicu67:arm64 (67.1-7) ... [2023-11-08T11:46:46.833Z] #60 ... [2023-11-08T11:46:46.833Z] [2023-11-08T11:46:46.833Z] #67 [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 [2023-11-08T11:46:46.833Z] #67 19.42 Selecting previously unselected package libgirepository-1.0-1:arm64. [2023-11-08T11:46:46.833Z] #67 19.42 (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 ... 15746 files and directories currently installed.) [2023-11-08T11:46:46.833Z] #67 19.43 Preparing to unpack .../00-libgirepository-1.0-1_1.66.1-1+b1_arm64.deb ... [2023-11-08T11:46:46.833Z] #67 19.50 Unpacking libgirepository-1.0-1:arm64 (1.66.1-1+b1) ... [2023-11-08T11:46:46.833Z] #67 19.74 Selecting previously unselected package gir1.2-glib-2.0:arm64. [2023-11-08T11:46:46.833Z] #67 19.75 Preparing to unpack .../01-gir1.2-glib-2.0_1.66.1-1+b1_arm64.deb ... [2023-11-08T11:46:46.833Z] #67 19.78 Unpacking gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ... [2023-11-08T11:46:46.833Z] #67 20.51 Selecting previously unselected package libsecret-common. [2023-11-08T11:46:46.833Z] #67 20.51 Preparing to unpack .../02-libsecret-common_0.20.4-2_all.deb ... [2023-11-08T11:46:46.833Z] #67 20.72 Unpacking libsecret-common (0.20.4-2) ... [2023-11-08T11:46:47.472Z] #67 ... [2023-11-08T11:46:47.472Z] [2023-11-08T11:46:47.472Z] #59 [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 [2023-11-08T11:46:47.472Z] #59 11.56 Reading package lists... [2023-11-08T11:46:47.472Z] #59 12.31 + apt-get install -y --no-install-recommends dpkg-dev gcc libc6-dev libseccomp-dev [2023-11-08T11:46:47.472Z] #59 12.33 Reading package lists... [2023-11-08T11:46:47.472Z] #59 13.26 Building dependency tree... [2023-11-08T11:46:47.472Z] #59 13.89 gcc is already the newest version (4:10.2.1-1). [2023-11-08T11:46:47.472Z] #59 13.89 libc6-dev is already the newest version (2.31-13+deb11u7). [2023-11-08T11:46:47.472Z] #59 13.89 The following additional packages will be installed: [2023-11-08T11:46:47.472Z] #59 13.90 bzip2 patch xz-utils [2023-11-08T11:46:47.472Z] #59 13.90 Suggested packages: [2023-11-08T11:46:47.472Z] #59 13.91 bzip2-doc debian-keyring seccomp ed diffutils-doc [2023-11-08T11:46:47.472Z] #59 13.91 Recommended packages: [2023-11-08T11:46:47.472Z] #59 13.91 build-essential fakeroot libalgorithm-merge-perl [2023-11-08T11:46:47.472Z] #59 14.02 The following NEW packages will be installed: [2023-11-08T11:46:47.472Z] #59 14.03 bzip2 dpkg-dev libseccomp-dev patch xz-utils [2023-11-08T11:46:47.472Z] #59 14.36 0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded. [2023-11-08T11:46:47.472Z] #59 14.36 Need to get 2791 kB of archives. [2023-11-08T11:46:47.472Z] #59 14.36 After this operation, 4078 kB of additional disk space will be used. [2023-11-08T11:46:47.472Z] #59 14.36 Get:1 http://deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB] [2023-11-08T11:46:47.472Z] #59 14.38 Get:2 http://deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB] [2023-11-08T11:46:47.472Z] #59 14.67 Get:3 http://deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB] [2023-11-08T11:46:47.472Z] #59 14.91 Get:4 http://deb.debian.org/debian bullseye/main arm64 dpkg-dev all 1.20.13 [2314 kB] [2023-11-08T11:46:47.472Z] #59 15.35 Get:5 http://deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB] [2023-11-08T11:46:47.472Z] #59 16.66 debconf: delaying package configuration, since apt-utils is not installed [2023-11-08T11:46:47.472Z] #59 17.44 Fetched 2791 kB in 2s (1731 kB/s) [2023-11-08T11:46:47.472Z] #59 18.03 Selecting previously unselected package bzip2. [2023-11-08T11:46:47.473Z] #59 18.03 (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 ... 15746 files and directories currently installed.) [2023-11-08T11:46:47.473Z] #59 18.04 Preparing to unpack .../bzip2_1.0.8-4_arm64.deb ... [2023-11-08T11:46:47.473Z] #59 18.21 Unpacking bzip2 (1.0.8-4) ... [2023-11-08T11:46:47.473Z] #59 19.50 Selecting previously unselected package xz-utils. [2023-11-08T11:46:47.473Z] #59 19.51 Preparing to unpack .../xz-utils_5.2.5-2.1~deb11u1_arm64.deb ... [2023-11-08T11:46:47.473Z] #59 19.53 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2023-11-08T11:46:47.473Z] #59 19.84 Selecting previously unselected package patch. [2023-11-08T11:46:47.473Z] #59 19.84 Preparing to unpack .../patch_2.7.6-7_arm64.deb ... [2023-11-08T11:46:47.473Z] #59 19.91 Unpacking patch (2.7.6-7) ... [2023-11-08T11:46:47.473Z] #59 20.77 Selecting previously unselected package dpkg-dev. [2023-11-08T11:46:47.473Z] #59 20.77 Preparing to unpack .../dpkg-dev_1.20.13_all.deb ... [2023-11-08T11:46:47.473Z] #59 20.86 Unpacking dpkg-dev (1.20.13) ... [2023-11-08T11:46:47.473Z] #59 21.71 Selecting previously unselected package libseccomp-dev:arm64. [2023-11-08T11:46:47.473Z] #59 ... [2023-11-08T11:46:47.473Z] [2023-11-08T11:46:47.473Z] #60 [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 [2023-11-08T11:46:47.473Z] #60 21.60 Selecting previously unselected package libxml2:arm64. [2023-11-08T11:46:47.473Z] #60 21.60 Preparing to unpack .../2-libxml2_2.9.10+dfsg-6.7+deb11u4_arm64.deb ... [2023-11-08T11:46:47.732Z] #60 21.72 Unpacking libxml2:arm64 (2.9.10+dfsg-6.7+deb11u4) ... [2023-11-08T11:46:49.124Z] #60 23.12 Selecting previously unselected package libarchive13:arm64. [2023-11-08T11:46:49.124Z] #60 23.13 Preparing to unpack .../3-libarchive13_3.4.3-2+deb11u1_arm64.deb ... [2023-11-08T11:46:49.124Z] #60 23.28 Unpacking libarchive13:arm64 (3.4.3-2+deb11u1) ... [2023-11-08T11:46:49.384Z] #60 ... [2023-11-08T11:46:49.384Z] [2023-11-08T11:46:49.384Z] #53 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2023-11-08T11:46:49.384Z] #53 17.34 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2023-11-08T11:46:49.384Z] #53 18.15 #=#=# [2023-11-08T11:46:49.384Z] #53 18.63 #=#=# ######################################################################## 100.0% [2023-11-08T11:46:49.384Z] #53 19.20 [2023-11-08T11:46:49.384Z] #53 19.61 Download of images into '/build' complete. [2023-11-08T11:46:49.384Z] #53 19.61 Use something like the following to load the result into a Docker daemon: [2023-11-08T11:46:49.384Z] #53 19.61 tar -cC '/build' . | docker load [2023-11-08T11:46:49.645Z] #53 ... [2023-11-08T11:46:49.645Z] [2023-11-08T11:46:49.645Z] #58 [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 ; [2023-11-08T11:46:49.645Z] #58 18.11 Selecting previously unselected package libsigsegv2:arm64. [2023-11-08T11:46:49.645Z] #58 18.11 Preparing to unpack .../02-libsigsegv2_2.13-1_arm64.deb ... [2023-11-08T11:46:49.645Z] #58 18.50 Unpacking libsigsegv2:arm64 (2.13-1) ... [2023-11-08T11:46:49.645Z] #58 19.59 Selecting previously unselected package m4. [2023-11-08T11:46:49.645Z] #58 19.59 Preparing to unpack .../03-m4_1.4.18-5_arm64.deb ... [2023-11-08T11:46:49.645Z] #58 19.68 Unpacking m4 (1.4.18-5) ... [2023-11-08T11:46:49.645Z] #58 20.07 Selecting previously unselected package autoconf. [2023-11-08T11:46:49.645Z] #58 20.08 Preparing to unpack .../04-autoconf_2.69-14_all.deb ... [2023-11-08T11:46:49.645Z] #58 20.11 Unpacking autoconf (2.69-14) ... [2023-11-08T11:46:49.645Z] #58 20.95 Selecting previously unselected package autotools-dev. [2023-11-08T11:46:49.645Z] #58 20.96 Preparing to unpack .../05-autotools-dev_20180224.1+nmu1_all.deb ... [2023-11-08T11:46:49.645Z] #58 21.11 Unpacking autotools-dev (20180224.1+nmu1) ... [2023-11-08T11:46:49.645Z] #58 22.14 Selecting previously unselected package automake. [2023-11-08T11:46:49.645Z] #58 22.14 Preparing to unpack .../06-automake_1%3a1.16.3-2_all.deb ... [2023-11-08T11:46:49.645Z] #58 22.33 Unpacking automake (1:1.16.3-2) ... [2023-11-08T11:46:49.645Z] #58 23.40 Selecting previously unselected package patch. [2023-11-08T11:46:49.645Z] #58 23.41 Preparing to unpack .../07-patch_2.7.6-7_arm64.deb ... [2023-11-08T11:46:49.645Z] #58 23.56 Unpacking patch (2.7.6-7) ... [2023-11-08T11:46:49.904Z] #58 24.36 Selecting previously unselected package dpkg-dev. [2023-11-08T11:46:49.905Z] #58 24.36 Preparing to unpack .../08-dpkg-dev_1.20.13_all.deb ... [2023-11-08T11:46:49.905Z] #58 24.37 Unpacking dpkg-dev (1.20.13) ... [2023-11-08T11:46:49.905Z] #58 ... [2023-11-08T11:46:49.905Z] [2023-11-08T11:46:49.905Z] #60 [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 [2023-11-08T11:46:49.905Z] #60 24.09 Selecting previously unselected package libjsoncpp24:arm64. [2023-11-08T11:46:49.905Z] #60 24.10 Preparing to unpack .../4-libjsoncpp24_1.9.4-4_arm64.deb ... [2023-11-08T11:46:50.165Z] #60 24.19 Unpacking libjsoncpp24:arm64 (1.9.4-4) ... [2023-11-08T11:46:50.735Z] #60 25.07 Selecting previously unselected package librhash0:arm64. [2023-11-08T11:46:50.995Z] #60 25.07 Preparing to unpack .../5-librhash0_1.4.1-2_arm64.deb ... [2023-11-08T11:46:50.995Z] #60 25.34 Unpacking librhash0:arm64 (1.4.1-2) ... [2023-11-08T11:46:51.565Z] #60 25.68 Selecting previously unselected package libuv1:arm64. [2023-11-08T11:46:51.565Z] #60 25.68 Preparing to unpack .../6-libuv1_1.40.0-2_arm64.deb ... [2023-11-08T11:46:51.565Z] #60 25.74 Unpacking libuv1:arm64 (1.40.0-2) ... [2023-11-08T11:46:51.825Z] #60 ... [2023-11-08T11:46:51.825Z] [2023-11-08T11:46:51.825Z] #57 [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 [2023-11-08T11:46:51.825Z] #57 16.26 tomll can be used in two ways: [2023-11-08T11:46:51.825Z] #57 16.26 Writing to STDIN and reading from STDOUT: [2023-11-08T11:46:51.825Z] #57 16.26 cat file.toml | tomll > file.toml [2023-11-08T11:46:51.825Z] #57 16.26 [2023-11-08T11:46:51.825Z] #57 16.26 Reading and updating a list of files: [2023-11-08T11:46:51.825Z] #57 16.26 tomll a.toml b.toml c.toml [2023-11-08T11:46:51.825Z] #57 16.26 [2023-11-08T11:46:51.825Z] #57 16.26 When given a list of files, tomll will modify all files in place without asking. [2023-11-08T11:46:52.164Z] #57 ... [2023-11-08T11:46:52.164Z] [2023-11-08T11:46:52.164Z] #67 [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 [2023-11-08T11:46:52.164Z] #67 21.79 Selecting previously unselected package libsecret-1-0:arm64. [2023-11-08T11:46:52.164Z] #67 21.79 Preparing to unpack .../03-libsecret-1-0_0.20.4-2_arm64.deb ... [2023-11-08T11:46:52.164Z] #67 22.00 Unpacking libsecret-1-0:arm64 (0.20.4-2) ... [2023-11-08T11:46:52.164Z] #67 23.06 Selecting previously unselected package gir1.2-secret-1:arm64. [2023-11-08T11:46:52.164Z] #67 23.07 Preparing to unpack .../04-gir1.2-secret-1_0.20.4-2_arm64.deb ... [2023-11-08T11:46:52.164Z] #67 23.17 Unpacking gir1.2-secret-1:arm64 (0.20.4-2) ... [2023-11-08T11:46:52.164Z] #67 24.02 Selecting previously unselected package uuid-dev:arm64. [2023-11-08T11:46:52.164Z] #67 24.02 Preparing to unpack .../05-uuid-dev_2.36.1-8+deb11u1_arm64.deb ... [2023-11-08T11:46:52.164Z] #67 24.04 Unpacking uuid-dev:arm64 (2.36.1-8+deb11u1) ... [2023-11-08T11:46:52.164Z] #67 24.80 Selecting previously unselected package libblkid-dev:arm64. [2023-11-08T11:46:52.164Z] #67 24.91 Preparing to unpack .../06-libblkid-dev_2.36.1-8+deb11u1_arm64.deb ... [2023-11-08T11:46:52.164Z] #67 25.12 Unpacking libblkid-dev:arm64 (2.36.1-8+deb11u1) ... [2023-11-08T11:46:52.164Z] #67 25.64 Selecting previously unselected package libbtrfs0:arm64. [2023-11-08T11:46:52.165Z] #67 25.65 Preparing to unpack .../07-libbtrfs0_5.10.1-2_arm64.deb ... [2023-11-08T11:46:52.165Z] #67 25.71 Unpacking libbtrfs0:arm64 (5.10.1-2) ... [2023-11-08T11:46:52.165Z] #67 26.05 Selecting previously unselected package libbtrfs-dev:arm64. [2023-11-08T11:46:52.165Z] #67 26.06 Preparing to unpack .../08-libbtrfs-dev_5.10.1-2_arm64.deb ... [2023-11-08T11:46:52.445Z] #67 26.28 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ... [2023-11-08T11:46:52.705Z] #67 27.01 Selecting previously unselected package libelf1:arm64. [2023-11-08T11:46:52.965Z] #67 27.02 Preparing to unpack .../09-libelf1_0.183-1_arm64.deb ... [2023-11-08T11:46:52.965Z] #67 ... [2023-11-08T11:46:52.965Z] [2023-11-08T11:46:52.965Z] #56 [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.6.0" && /build/shfmt --version [2023-11-08T11:46:52.965Z] #56 17.50 v3.6.0 [2023-11-08T11:46:53.225Z] #56 ... [2023-11-08T11:46:53.225Z] [2023-11-08T11:46:53.225Z] #67 [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 [2023-11-08T11:46:53.225Z] #67 27.30 Unpacking libelf1:arm64 (0.183-1) ... [2023-11-08T11:46:54.180Z] #67 28.26 Selecting previously unselected package libffi-dev:arm64. [2023-11-08T11:46:54.180Z] #67 28.26 Preparing to unpack .../10-libffi-dev_3.3-6_arm64.deb ... [2023-11-08T11:46:54.448Z] #67 28.34 Unpacking libffi-dev:arm64 (3.3-6) ... [2023-11-08T11:46:55.018Z] #67 ... [2023-11-08T11:46:55.018Z] [2023-11-08T11:46:55.018Z] #69 [tini-src 3/3] RUN git fetch -q --depth 1 origin "v0.19.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD [2023-11-08T11:46:55.278Z] #69 ... [2023-11-08T11:46:55.278Z] [2023-11-08T11:46:55.278Z] #67 [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 [2023-11-08T11:46:55.278Z] #67 29.27 Selecting previously unselected package libglib2.0-data. [2023-11-08T11:46:55.278Z] #67 29.27 Preparing to unpack .../11-libglib2.0-data_2.66.8-1_all.deb ... [2023-11-08T11:46:55.278Z] #67 29.42 Unpacking libglib2.0-data (2.66.8-1) ... [2023-11-08T11:46:56.660Z] #67 30.85 Selecting previously unselected package libglib2.0-bin. [2023-11-08T11:46:56.660Z] #67 30.85 Preparing to unpack .../12-libglib2.0-bin_2.66.8-1_arm64.deb ... [2023-11-08T11:46:56.660Z] #67 30.94 Unpacking libglib2.0-bin (2.66.8-1) ... [2023-11-08T11:46:57.600Z] #67 ... [2023-11-08T11:46:57.600Z] [2023-11-08T11:46:57.600Z] #59 [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 [2023-11-08T11:46:57.600Z] #59 21.71 Preparing to unpack .../libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... [2023-11-08T11:46:57.600Z] #59 21.97 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2023-11-08T11:46:57.600Z] #59 22.99 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2023-11-08T11:46:57.600Z] #59 23.38 Setting up bzip2 (1.0.8-4) ... [2023-11-08T11:46:57.600Z] #59 23.93 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2023-11-08T11:46:57.600Z] #59 24.08 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2023-11-08T11:46:57.600Z] #59 24.25 Setting up patch (2.7.6-7) ... [2023-11-08T11:46:57.600Z] #59 24.58 Setting up dpkg-dev (1.20.13) ... [2023-11-08T11:46:57.600Z] #59 ... [2023-11-08T11:46:57.600Z] [2023-11-08T11:46:57.600Z] #58 [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 ; [2023-11-08T11:46:57.600Z] #58 25.11 Selecting previously unselected package build-essential. [2023-11-08T11:46:57.600Z] #58 25.12 Preparing to unpack .../09-build-essential_12.9_arm64.deb ... [2023-11-08T11:46:57.600Z] #58 25.25 Unpacking build-essential (12.9) ... [2023-11-08T11:46:57.600Z] #58 25.96 Selecting previously unselected package libcap2:arm64. [2023-11-08T11:46:57.600Z] #58 25.97 Preparing to unpack .../10-libcap2_1%3a2.44-1_arm64.deb ... [2023-11-08T11:46:57.600Z] #58 26.03 Unpacking libcap2:arm64 (1:2.44-1) ... [2023-11-08T11:46:57.600Z] #58 26.90 Selecting previously unselected package libcap-dev:arm64. [2023-11-08T11:46:57.600Z] #58 26.90 Preparing to unpack .../11-libcap-dev_1%3a2.44-1_arm64.deb ... [2023-11-08T11:46:57.600Z] #58 27.23 Unpacking libcap-dev:arm64 (1:2.44-1) ... [2023-11-08T11:46:57.600Z] #58 28.23 Selecting previously unselected package libprotobuf-c1:arm64. [2023-11-08T11:46:57.600Z] #58 28.23 Preparing to unpack .../12-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... [2023-11-08T11:46:57.600Z] #58 28.42 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2023-11-08T11:46:57.600Z] #58 29.14 Selecting previously unselected package libprotobuf-c-dev:arm64. [2023-11-08T11:46:57.600Z] #58 29.14 Preparing to unpack .../13-libprotobuf-c-dev_1.3.3-1+b2_arm64.deb ... [2023-11-08T11:46:57.600Z] #58 29.21 Unpacking libprotobuf-c-dev:arm64 (1.3.3-1+b2) ... [2023-11-08T11:46:57.600Z] #58 30.21 Selecting previously unselected package libseccomp-dev:arm64. [2023-11-08T11:46:57.600Z] #58 30.21 Preparing to unpack .../14-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... [2023-11-08T11:46:57.600Z] #58 30.40 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2023-11-08T11:46:57.600Z] #58 31.48 Selecting previously unselected package libsystemd-dev:arm64. [2023-11-08T11:46:57.600Z] #58 31.48 Preparing to unpack .../15-libsystemd-dev_247.3-7+deb11u4_arm64.deb ... [2023-11-08T11:46:57.600Z] #58 31.66 Unpacking libsystemd-dev:arm64 (247.3-7+deb11u4) ... [2023-11-08T11:46:58.240Z] #58 ... [2023-11-08T11:46:58.240Z] [2023-11-08T11:46:58.240Z] #67 [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 [2023-11-08T11:46:58.240Z] #67 32.19 Selecting previously unselected package python3-lib2to3. [2023-11-08T11:46:58.240Z] #67 32.19 Preparing to unpack .../13-python3-lib2to3_3.9.2-1_all.deb ... [2023-11-08T11:46:58.501Z] #67 ... [2023-11-08T11:46:58.501Z] [2023-11-08T11:46:58.501Z] #54 [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 [2023-11-08T11:46:58.501Z] #54 22.75 gotestsum version dev [2023-11-08T11:46:58.501Z] #54 ... [2023-11-08T11:46:58.501Z] [2023-11-08T11:46:58.501Z] #67 [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 [2023-11-08T11:46:58.501Z] #67 32.54 Unpacking python3-lib2to3 (3.9.2-1) ... [2023-11-08T11:46:59.488Z] #67 33.44 Selecting previously unselected package python3-distutils. [2023-11-08T11:46:59.488Z] #67 33.44 Preparing to unpack .../14-python3-distutils_3.9.2-1_all.deb ... [2023-11-08T11:46:59.488Z] #67 33.54 Unpacking python3-distutils (3.9.2-1) ... [2023-11-08T11:47:00.430Z] #67 34.61 Selecting previously unselected package libglib2.0-dev-bin. [2023-11-08T11:47:00.430Z] #67 34.61 Preparing to unpack .../15-libglib2.0-dev-bin_2.66.8-1_arm64.deb ... [2023-11-08T11:47:00.690Z] #67 34.69 Unpacking libglib2.0-dev-bin (2.66.8-1) ... [2023-11-08T11:47:01.296Z] #67 35.28 Selecting previously unselected package libsepol1-dev:arm64. [2023-11-08T11:47:01.296Z] #67 35.28 Preparing to unpack .../16-libsepol1-dev_3.1-1_arm64.deb ... [2023-11-08T11:47:01.296Z] #67 35.33 Unpacking libsepol1-dev:arm64 (3.1-1) ... [2023-11-08T11:47:02.675Z] #67 36.45 Selecting previously unselected package libpcre2-16-0:arm64. [2023-11-08T11:47:02.675Z] #67 36.46 Preparing to unpack .../17-libpcre2-16-0_10.36-2+deb11u1_arm64.deb ... [2023-11-08T11:47:02.675Z] #67 36.60 Unpacking libpcre2-16-0:arm64 (10.36-2+deb11u1) ... [2023-11-08T11:47:02.675Z] #67 ... [2023-11-08T11:47:02.675Z] [2023-11-08T11:47:02.675Z] #60 [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 [2023-11-08T11:47:02.675Z] #60 26.80 Selecting previously unselected package cmake. [2023-11-08T11:47:02.675Z] #60 26.81 Preparing to unpack .../7-cmake_3.18.4-2+deb11u1_arm64.deb ... [2023-11-08T11:47:02.675Z] #60 26.96 Unpacking cmake (3.18.4-2+deb11u1) ... [2023-11-08T11:47:02.675Z] #60 28.62 Setting up libicu67:arm64 (67.1-7) ... [2023-11-08T11:47:02.675Z] #60 28.90 Setting up libuv1:arm64 (1.40.0-2) ... [2023-11-08T11:47:02.675Z] #60 29.41 Setting up libjsoncpp24:arm64 (1.9.4-4) ... [2023-11-08T11:47:02.675Z] #60 30.01 Setting up librhash0:arm64 (1.4.1-2) ... [2023-11-08T11:47:02.675Z] #60 30.56 Setting up cmake-data (3.18.4-2+deb11u1) ... [2023-11-08T11:47:02.675Z] #60 31.20 Setting up libxml2:arm64 (2.9.10+dfsg-6.7+deb11u4) ... [2023-11-08T11:47:02.675Z] #60 31.95 Setting up libarchive13:arm64 (3.4.3-2+deb11u1) ... [2023-11-08T11:47:02.675Z] #60 32.34 Setting up cmake (3.18.4-2+deb11u1) ... [2023-11-08T11:47:02.675Z] #60 33.00 Processing triggers for libc-bin (2.31-13+deb11u7) ... [2023-11-08T11:47:02.934Z] #60 ... [2023-11-08T11:47:02.934Z] [2023-11-08T11:47:02.934Z] #58 [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 ; [2023-11-08T11:47:02.934Z] #58 33.05 Selecting previously unselected package libtool. [2023-11-08T11:47:02.934Z] #58 33.05 Preparing to unpack .../16-libtool_2.4.6-15_all.deb ... [2023-11-08T11:47:02.934Z] #58 33.25 Unpacking libtool (2.4.6-15) ... [2023-11-08T11:47:02.934Z] #58 33.86 Selecting previously unselected package libudev-dev:arm64. [2023-11-08T11:47:02.934Z] #58 33.86 Preparing to unpack .../17-libudev-dev_247.3-7+deb11u4_arm64.deb ... [2023-11-08T11:47:02.934Z] #58 34.16 Unpacking libudev-dev:arm64 (247.3-7+deb11u4) ... [2023-11-08T11:47:02.934Z] #58 35.18 Selecting previously unselected package libyajl2:arm64. [2023-11-08T11:47:02.934Z] #58 35.18 Preparing to unpack .../18-libyajl2_2.1.0-3+deb11u2_arm64.deb ... [2023-11-08T11:47:02.934Z] #58 35.26 Unpacking libyajl2:arm64 (2.1.0-3+deb11u2) ... [2023-11-08T11:47:02.934Z] #58 35.86 Selecting previously unselected package libyajl-dev:arm64. [2023-11-08T11:47:02.934Z] #58 35.94 Preparing to unpack .../19-libyajl-dev_2.1.0-3+deb11u2_arm64.deb ... [2023-11-08T11:47:02.934Z] #58 36.14 Unpacking libyajl-dev:arm64 (2.1.0-3+deb11u2) ... [2023-11-08T11:47:02.934Z] #58 37.17 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2023-11-08T11:47:02.934Z] #58 37.43 Setting up libyajl2:arm64 (2.1.0-3+deb11u2) ... [2023-11-08T11:47:03.194Z] #58 37.57 Setting up bzip2 (1.0.8-4) ... [2023-11-08T11:47:03.454Z] #58 37.81 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2023-11-08T11:47:03.714Z] #58 38.17 Setting up libprotobuf-c-dev:arm64 (1.3.3-1+b2) ... [2023-11-08T11:47:04.283Z] #58 38.67 Setting up libcap2:arm64 (1:2.44-1) ... [2023-11-08T11:47:04.542Z] #58 39.03 Setting up autotools-dev (20180224.1+nmu1) ... [2023-11-08T11:47:04.801Z] #58 39.21 Setting up libsigsegv2:arm64 (2.13-1) ... [2023-11-08T11:47:05.264Z] #58 39.66 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2023-11-08T11:47:05.558Z] #58 40.05 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2023-11-08T11:47:06.126Z] #58 40.23 Setting up patch (2.7.6-7) ... [2023-11-08T11:47:06.126Z] #58 40.63 Setting up libudev-dev:arm64 (247.3-7+deb11u4) ... [2023-11-08T11:47:07.062Z] #58 ... [2023-11-08T11:47:07.062Z] [2023-11-08T11:47:07.062Z] #52 [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.54.2" && /build/golangci-lint --version [2023-11-08T11:47:07.062Z] #52 41.35 golangci-lint has version v1.54.2 built with go1.21.3 from (unknown, mod sum: "h1:oR9zxfWYxt7hFqk6+fw6Enr+E7F0SN2nqHhJYyIb0yo=") on (unknown) [2023-11-08T11:47:12.467Z] #52 ... [2023-11-08T11:47:12.467Z] [2023-11-08T11:47:12.467Z] #67 [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 [2023-11-08T11:47:12.467Z] #67 37.20 Selecting previously unselected package libpcre2-32-0:arm64. [2023-11-08T11:47:12.467Z] #67 37.20 Preparing to unpack .../18-libpcre2-32-0_10.36-2+deb11u1_arm64.deb ... [2023-11-08T11:47:12.467Z] #67 37.25 Unpacking libpcre2-32-0:arm64 (10.36-2+deb11u1) ... [2023-11-08T11:47:12.467Z] #67 37.91 Selecting previously unselected package libpcre2-posix2:arm64. [2023-11-08T11:47:12.467Z] #67 37.91 Preparing to unpack .../19-libpcre2-posix2_10.36-2+deb11u1_arm64.deb ... [2023-11-08T11:47:12.467Z] #67 38.04 Unpacking libpcre2-posix2:arm64 (10.36-2+deb11u1) ... [2023-11-08T11:47:12.467Z] #67 38.75 Selecting previously unselected package libpcre2-dev:arm64. [2023-11-08T11:47:12.467Z] #67 38.75 Preparing to unpack .../20-libpcre2-dev_10.36-2+deb11u1_arm64.deb ... [2023-11-08T11:47:12.467Z] #67 38.85 Unpacking libpcre2-dev:arm64 (10.36-2+deb11u1) ... [2023-11-08T11:47:12.467Z] #67 39.68 Selecting previously unselected package libselinux1-dev:arm64. [2023-11-08T11:47:12.467Z] #67 39.68 Preparing to unpack .../21-libselinux1-dev_3.1-3_arm64.deb ... [2023-11-08T11:47:12.467Z] #67 39.76 Unpacking libselinux1-dev:arm64 (3.1-3) ... [2023-11-08T11:47:12.467Z] #67 40.82 Selecting previously unselected package libmount-dev:arm64. [2023-11-08T11:47:12.467Z] #67 40.82 Preparing to unpack .../22-libmount-dev_2.36.1-8+deb11u1_arm64.deb ... [2023-11-08T11:47:12.467Z] #67 41.08 Unpacking libmount-dev:arm64 (2.36.1-8+deb11u1) ... [2023-11-08T11:47:12.467Z] #67 41.26 Selecting previously unselected package libpcre16-3:arm64. [2023-11-08T11:47:12.467Z] #67 41.26 Preparing to unpack .../23-libpcre16-3_2%3a8.39-13_arm64.deb ... [2023-11-08T11:47:12.467Z] #67 41.28 Unpacking libpcre16-3:arm64 (2:8.39-13) ... [2023-11-08T11:47:12.467Z] #67 41.67 Selecting previously unselected package libpcre32-3:arm64. [2023-11-08T11:47:12.467Z] #67 41.67 Preparing to unpack .../24-libpcre32-3_2%3a8.39-13_arm64.deb ... [2023-11-08T11:47:12.467Z] #67 41.73 Unpacking libpcre32-3:arm64 (2:8.39-13) ... [2023-11-08T11:47:12.467Z] #67 41.95 Selecting previously unselected package libpcrecpp0v5:arm64. [2023-11-08T11:47:12.467Z] #67 41.95 Preparing to unpack .../25-libpcrecpp0v5_2%3a8.39-13_arm64.deb ... [2023-11-08T11:47:12.467Z] #67 41.98 Unpacking libpcrecpp0v5:arm64 (2:8.39-13) ... [2023-11-08T11:47:12.467Z] #67 42.22 Selecting previously unselected package libpcre3-dev:arm64. [2023-11-08T11:47:12.467Z] #67 42.23 Preparing to unpack .../26-libpcre3-dev_2%3a8.39-13_arm64.deb ... [2023-11-08T11:47:12.467Z] #67 42.24 Unpacking libpcre3-dev:arm64 (2:8.39-13) ... [2023-11-08T11:47:12.467Z] #67 43.01 Selecting previously unselected package zlib1g-dev:arm64. [2023-11-08T11:47:12.467Z] #67 43.01 Preparing to unpack .../27-zlib1g-dev_1%3a1.2.11.dfsg-2+deb11u2_arm64.deb ... [2023-11-08T11:47:12.467Z] #67 43.05 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u2) ... [2023-11-08T11:47:12.467Z] #67 43.53 Selecting previously unselected package libglib2.0-dev:arm64. [2023-11-08T11:47:12.467Z] #67 43.53 Preparing to unpack .../28-libglib2.0-dev_2.66.8-1_arm64.deb ... [2023-11-08T11:47:12.467Z] #67 43.55 Unpacking libglib2.0-dev:arm64 (2.66.8-1) ... [2023-11-08T11:47:12.467Z] #67 44.11 Selecting previously unselected package libsecret-1-dev:arm64. [2023-11-08T11:47:12.467Z] #67 44.11 Preparing to unpack .../29-libsecret-1-dev_0.20.4-2_arm64.deb ... [2023-11-08T11:47:12.467Z] #67 44.12 Unpacking libsecret-1-dev:arm64 (0.20.4-2) ... [2023-11-08T11:47:12.467Z] #67 44.95 Setting up libpcrecpp0v5:arm64 (2:8.39-13) ... [2023-11-08T11:47:12.467Z] #67 45.34 Setting up libpcre16-3:arm64 (2:8.39-13) ... [2023-11-08T11:47:12.467Z] #67 46.17 Setting up libsepol1-dev:arm64 (3.1-1) ... [2023-11-08T11:47:12.467Z] #67 46.58 Setting up libffi-dev:arm64 (3.3-6) ... [2023-11-08T11:47:12.772Z] #67 46.60 Setting up libpcre2-16-0:arm64 (10.36-2+deb11u1) ... [2023-11-08T11:47:13.339Z] #67 47.38 Setting up libbtrfs0:arm64 (5.10.1-2) ... [2023-11-08T11:47:13.339Z] #67 47.48 Setting up libpcre2-32-0:arm64 (10.36-2+deb11u1) ... [2023-11-08T11:47:13.598Z] #67 47.55 Setting up libglib2.0-data (2.66.8-1) ... [2023-11-08T11:47:13.598Z] #67 47.58 Setting up uuid-dev:arm64 (2.36.1-8+deb11u1) ... [2023-11-08T11:47:13.598Z] #67 47.71 Setting up libpcre32-3:arm64 (2:8.39-13) ... [2023-11-08T11:47:13.598Z] #67 47.82 Setting up libpcre2-posix2:arm64 (10.36-2+deb11u1) ... [2023-11-08T11:47:13.935Z] #67 47.94 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u2) ... [2023-11-08T11:47:13.935Z] #67 48.04 Setting up libbtrfs-dev:arm64 (5.10.1-2) ... [2023-11-08T11:47:14.194Z] #67 48.44 Setting up libgirepository-1.0-1:arm64 (1.66.1-1+b1) ... [2023-11-08T11:47:14.194Z] #67 48.49 Setting up python3-lib2to3 (3.9.2-1) ... [2023-11-08T11:47:14.454Z] #67 ... [2023-11-08T11:47:14.454Z] [2023-11-08T11:47:14.454Z] #62 [containerd-src 2/3] RUN git init . && git remote add origin "https://github.com/containerd/containerd.git" [2023-11-08T11:47:14.454Z] #62 DONE 48.5s [2023-11-08T11:47:14.454Z] [2023-11-08T11:47:14.454Z] #52 [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.54.2" && /build/golangci-lint --version [2023-11-08T11:47:14.454Z] #52 DONE 48.9s [2023-11-08T11:47:14.454Z] [2023-11-08T11:47:14.454Z] #61 [registry-src 2/2] RUN git init . && git remote add origin "https://github.com/distribution/distribution.git" [2023-11-08T11:47:14.454Z] #61 DONE 48.5s [2023-11-08T11:47:14.454Z] [2023-11-08T11:47:14.454Z] #65 [delve-src 3/3] RUN git fetch -q --depth 1 origin "v1.21.1" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD [2023-11-08T11:47:14.454Z] #65 DONE 47.2s [2023-11-08T11:47:14.454Z] [2023-11-08T11:47:14.454Z] #50 [rootlesskit-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD [2023-11-08T11:47:14.454Z] #50 DONE 47.2s [2023-11-08T11:47:14.454Z] [2023-11-08T11:47:14.454Z] #66 [swagger-src 3/3] RUN git fetch -q --depth 1 origin "c56166c036004ba7a3a321e5951ba472b9ae298c" && git checkout -q FETCH_HEAD [2023-11-08T11:47:14.454Z] #66 DONE 47.3s [2023-11-08T11:47:14.454Z] [2023-11-08T11:47:14.454Z] #70 [containerd-src 3/3] RUN git fetch -q --depth 1 origin "v1.7.8" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD [2023-11-08T11:47:14.454Z] #70 ... [2023-11-08T11:47:14.454Z] [2023-11-08T11:47:14.454Z] #56 [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.6.0" && /build/shfmt --version [2023-11-08T11:47:14.454Z] #56 DONE 48.9s [2023-11-08T11:47:14.454Z] [2023-11-08T11:47:14.454Z] #55 [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.1" && /build/go-winres --help [2023-11-08T11:47:14.454Z] #55 DONE 48.9s [2023-11-08T11:47:14.454Z] [2023-11-08T11:47:14.454Z] #53 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2023-11-08T11:47:14.454Z] #53 DONE 52.4s [2023-11-08T11:47:14.454Z] [2023-11-08T11:47:14.454Z] #69 [tini-src 3/3] RUN git fetch -q --depth 1 origin "v0.19.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD [2023-11-08T11:47:14.454Z] #69 DONE 29.6s [2023-11-08T11:47:14.454Z] [2023-11-08T11:47:14.454Z] #57 [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 [2023-11-08T11:47:14.454Z] #57 DONE 49.0s [2023-11-08T11:47:14.454Z] [2023-11-08T11:47:14.454Z] #68 [runc-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.9" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD [2023-11-08T11:47:14.454Z] #68 DONE 45.9s [2023-11-08T11:47:14.718Z] [2023-11-08T11:47:14.718Z] #58 [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 ; [2023-11-08T11:47:14.718Z] #58 41.41 Setting up libyajl-dev:arm64 (2.1.0-3+deb11u2) ... [2023-11-08T11:47:14.718Z] #58 41.50 Setting up libcap-dev:arm64 (1:2.44-1) ... [2023-11-08T11:47:14.718Z] #58 41.55 Setting up libsystemd-dev:arm64 (247.3-7+deb11u4) ... [2023-11-08T11:47:14.718Z] #58 41.64 Setting up libtool (2.4.6-15) ... [2023-11-08T11:47:14.718Z] #58 41.85 Setting up m4 (1.4.18-5) ... [2023-11-08T11:47:14.718Z] #58 41.96 Setting up dpkg-dev (1.20.13) ... [2023-11-08T11:47:14.718Z] #58 42.11 Setting up autoconf (2.69-14) ... [2023-11-08T11:47:14.718Z] #58 42.19 Setting up build-essential (12.9) ... [2023-11-08T11:47:14.718Z] #58 42.30 Setting up automake (1:1.16.3-2) ... [2023-11-08T11:47:14.718Z] #58 42.39 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode [2023-11-08T11:47:14.718Z] #58 42.50 Processing triggers for libc-bin (2.31-13+deb11u7) ... [2023-11-08T11:47:14.718Z] #58 DONE 49.1s [2023-11-08T11:47:14.718Z] [2023-11-08T11:47:14.718Z] #67 [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 [2023-11-08T11:47:14.718Z] #67 48.67 Setting up libelf1:arm64 (0.183-1) ... [2023-11-08T11:47:14.718Z] #67 48.68 Setting up libsecret-common (0.20.4-2) ... [2023-11-08T11:47:14.718Z] #67 48.70 Setting up python3-distutils (3.9.2-1) ... [2023-11-08T11:47:14.718Z] #67 48.83 Setting up libglib2.0-dev-bin (2.66.8-1) ... [2023-11-08T11:47:14.718Z] #67 ... [2023-11-08T11:47:14.718Z] [2023-11-08T11:47:14.718Z] #60 [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 [2023-11-08T11:47:14.718Z] #60 DONE 48.9s [2023-11-08T11:47:14.718Z] [2023-11-08T11:47:14.718Z] #54 [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 [2023-11-08T11:47:14.718Z] #54 DONE 49.2s [2023-11-08T11:47:14.718Z] [2023-11-08T11:47:14.718Z] #46 [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 [2023-11-08T11:47:14.718Z] #46 DONE 48.8s [2023-11-08T11:47:14.718Z] [2023-11-08T11:47:14.718Z] #59 [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 [2023-11-08T11:47:14.718Z] #59 DONE 48.9s [2023-11-08T11:47:14.718Z] [2023-11-08T11:47:14.718Z] #64 [dockercli-integration 2/2] RUN --mount=source=hack/dockerfile/cli.sh,target=/download-or-build-cli.sh --mount=type=cache,id=dockercli-git-linux/arm64,sharing=locked,target=./.git --mount=type=cache,target=/root/.cache/go-build,id=dockercli-build-linux/arm64 rm -f ./.git/*.lock && /download-or-build-cli.sh v17.06.2-ce https://github.com/docker/cli.git /build && /build/docker --version [2023-11-08T11:47:14.718Z] #64 43.73 HEAD is now at cec0b72a Merge pull request #217 from andrewhsu/v [2023-11-08T11:47:14.718Z] #64 43.76 Docker version unknown-version, build unknown-commit [2023-11-08T11:47:14.718Z] #64 DONE 48.9s [2023-11-08T11:47:15.057Z] [2023-11-08T11:47:15.057Z] #67 [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 [2023-11-08T11:47:15.057Z] #67 49.12 Setting up libblkid-dev:arm64 (2.36.1-8+deb11u1) ... [2023-11-08T11:47:15.619Z] #67 49.15 Setting up libpcre2-dev:arm64 (10.36-2+deb11u1) ... [2023-11-08T11:47:15.619Z] #67 49.17 Setting up libselinux1-dev:arm64 (3.1-3) ... [2023-11-08T11:47:15.885Z] #67 50.12 Setting up libpcre3-dev:arm64 (2:8.39-13) ... [2023-11-08T11:47:16.144Z] #67 50.30 Setting up libglib2.0-bin (2.66.8-1) ... [2023-11-08T11:47:16.144Z] #67 50.32 Setting up libsecret-1-0:arm64 (0.20.4-2) ... [2023-11-08T11:47:16.144Z] #67 50.34 Setting up gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ... [2023-11-08T11:47:16.144Z] #67 50.37 Setting up libmount-dev:arm64 (2.36.1-8+deb11u1) ... [2023-11-08T11:47:16.403Z] #67 50.39 Setting up gir1.2-secret-1:arm64 (0.20.4-2) ... [2023-11-08T11:47:16.403Z] #67 50.43 Setting up libglib2.0-dev:arm64 (2.66.8-1) ... [2023-11-08T11:47:16.403Z] #67 50.44 Processing triggers for libglib2.0-0:arm64 (2.66.8-1) ... [2023-11-08T11:47:16.403Z] #67 50.46 No schema files found: doing nothing. [2023-11-08T11:47:16.403Z] #67 50.47 Processing triggers for libc-bin (2.31-13+deb11u7) ... [2023-11-08T11:47:16.403Z] #67 50.50 Setting up libsecret-1-dev:arm64 (0.20.4-2) ... [2023-11-08T11:47:16.662Z] #67 ... [2023-11-08T11:47:16.662Z] [2023-11-08T11:47:16.662Z] #71 [dev-systemd-false 1/21] COPY --link --from=frozen-images /build/ /docker-frozen-images [2023-11-08T11:47:16.662Z] #71 DONE 2.0s [2023-11-08T11:47:16.921Z] [2023-11-08T11:47:16.921Z] #67 [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 [2023-11-08T11:47:16.921Z] #67 DONE 50.9s [2023-11-08T11:47:16.921Z] [2023-11-08T11:47:16.921Z] #72 [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/ <= 3... python3 [2023-11-08T11:47:49.421Z] #76 34.82 checking for python3... /usr/bin/python3 [2023-11-08T11:47:49.421Z] #76 34.82 checking for python3 version... 3.9 [2023-11-08T11:47:49.421Z] #76 34.84 checking for python3 platform... linux [2023-11-08T11:47:49.421Z] #76 34.85 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages [2023-11-08T11:47:49.680Z] #76 34.88 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages [2023-11-08T11:47:49.680Z] #76 34.92 checking for go-md2man... no [2023-11-08T11:47:49.680Z] #76 34.92 checking error.h usability... yes [2023-11-08T11:47:49.680Z] #76 34.96 checking error.h presence... yes [2023-11-08T11:47:49.680Z] #76 34.98 checking for error.h... yes [2023-11-08T11:47:49.680Z] #76 34.99 checking linux/openat2.h usability... yes [2023-11-08T11:47:49.680Z] #76 35.05 checking linux/openat2.h presence... yes [2023-11-08T11:47:49.680Z] #76 35.06 checking for linux/openat2.h... yes [2023-11-08T11:47:49.680Z] #76 35.07 checking stdatomic.h usability... yes [2023-11-08T11:47:49.938Z] #76 35.11 checking stdatomic.h presence... yes [2023-11-08T11:47:49.938Z] #76 35.12 checking for stdatomic.h... yes [2023-11-08T11:47:49.938Z] #76 35.13 checking linux/ioprio.h usability... no [2023-11-08T11:47:49.938Z] #76 35.20 checking linux/ioprio.h presence... no [2023-11-08T11:47:49.938Z] #76 35.22 checking for linux/ioprio.h... no [2023-11-08T11:47:49.938Z] #76 35.22 checking for atomic_int... yes [2023-11-08T11:47:50.197Z] #76 35.32 checking for atomic_bool... yes [2023-11-08T11:47:50.197Z] #76 35.39 checking for copy_file_range... yes [2023-11-08T11:47:50.197Z] #76 35.49 checking for fgetxattr... yes [2023-11-08T11:47:50.197Z] #76 35.58 checking for statx... [2023-11-08T11:47:50.197Z] #76 ... [2023-11-08T11:47:50.197Z] [2023-11-08T11:47:50.197Z] #70 [containerd-src 3/3] RUN git fetch -q --depth 1 origin "v1.7.8" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD [2023-11-08T11:47:50.197Z] #70 DONE 35.8s [2023-11-08T11:47:50.197Z] [2023-11-08T11:47:50.197Z] #77 [tini-build 3/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 xx-apt-get install -y --no-install-recommends gcc libc6-dev [2023-11-08T11:47:50.197Z] #77 DONE 35.5s [2023-11-08T11:47:50.197Z] [2023-11-08T11:47:50.197Z] #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 <= 2.0.0... yes [2023-11-08T11:47:50.457Z] #76 35.89 checking sys/capability.h usability... yes [2023-11-08T11:47:50.717Z] #76 35.93 checking sys/capability.h presence... yes [2023-11-08T11:47:50.717Z] #76 35.94 checking for sys/capability.h... yes [2023-11-08T11:47:50.717Z] #76 35.95 checking for library containing cap_from_name... -lcap [2023-11-08T11:47:50.717Z] #76 36.05 checking for library containing gcry_check_version... no [2023-11-08T11:47:50.976Z] #76 36.16 checking for library containing dlopen... -ldl [2023-11-08T11:47:50.976Z] #76 36.27 checking seccomp.h usability... yes [2023-11-08T11:47:50.976Z] #76 36.32 checking seccomp.h presence... yes [2023-11-08T11:47:50.976Z] #76 36.34 checking for seccomp.h... yes [2023-11-08T11:47:51.235Z] #76 36.34 checking for library containing seccomp_rule_add... -lseccomp [2023-11-08T11:47:51.235Z] #76 36.46 checking for library containing seccomp_arch_resolve_name... none required [2023-11-08T11:47:51.235Z] #76 36.51 checking systemd/sd-bus.h usability... yes [2023-11-08T11:47:51.235Z] #76 36.55 checking systemd/sd-bus.h presence... yes [2023-11-08T11:47:51.235Z] #76 36.58 checking for systemd/sd-bus.h... yes [2023-11-08T11:47:51.235Z] #76 36.58 checking for library containing sd_bus_match_signal_async... -lsystemd [2023-11-08T11:47:51.494Z] #76 36.69 checking for sd_notify_barrier... yes [2023-11-08T11:47:51.494Z] #76 36.82 checking linux/bpf.h usability... yes [2023-11-08T11:47:51.494Z] #76 36.89 checking linux/bpf.h presence... yes [2023-11-08T11:47:51.494Z] #76 36.91 checking for linux/bpf.h... yes [2023-11-08T11:47:51.494Z] #76 36.91 checking compilation for eBPF... yes [2023-11-08T11:47:51.753Z] #76 36.97 checking for criu >= 3.15... no [2023-11-08T11:47:51.753Z] #76 36.98 configure: CRIU headers not found, building without CRIU support [2023-11-08T11:47:51.753Z] #76 36.98 checking for criu > 3.16... no [2023-11-08T11:47:51.753Z] #76 36.99 configure: CRIU version doesn't support join-ns API [2023-11-08T11:47:51.753Z] #76 36.99 checking for criu > 3.16.1... no [2023-11-08T11:47:51.753Z] #76 37.00 configure: CRIU version doesn't support for pre-dumping [2023-11-08T11:47:51.753Z] #76 37.00 checking for new mount API (fsconfig)... no [2023-11-08T11:47:51.753Z] #76 37.08 yes [2023-11-08T11:47:51.753Z] #76 ... [2023-11-08T11:47:51.753Z] [2023-11-08T11:47:51.753Z] #81 [dev-systemd-false 2/21] COPY --link --from=swagger /build/ /usr/local/bin/ [2023-11-08T11:47:51.753Z] #81 DONE 0.8s [2023-11-08T11:47:51.753Z] [2023-11-08T11:47:51.753Z] #76 [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.8.7" && ./autogen.sh && ./configure --bindir=/build && make -j install [2023-11-08T11:47:51.753Z] #76 37.08 checking for seccomp notify API... yes [2023-11-08T11:47:51.753Z] #76 37.11 checking for gperf... no [2023-11-08T11:47:51.753Z] #76 37.11 configure: gperf not found - cannot rebuild signal parser code [2023-11-08T11:47:51.753Z] #76 37.11 checking for library containing argp_parse... none required [2023-11-08T11:47:52.012Z] #76 37.19 checking that generated files are newer than configure... done [2023-11-08T11:47:52.012Z] #76 37.19 configure: creating ./config.status [2023-11-08T11:47:52.271Z] #76 ... [2023-11-08T11:47:52.271Z] [2023-11-08T11:47:52.271Z] #82 [dev-systemd-false 3/21] COPY --link --from=delve /build/ /usr/local/bin/ [2023-11-08T11:47:52.271Z] #82 DONE 0.5s [2023-11-08T11:47:52.271Z] [2023-11-08T11:47:52.271Z] #83 [dev-systemd-false 4/21] COPY --link --from=tomll /build/ /usr/local/bin/ [2023-11-08T11:47:52.271Z] #83 DONE 0.1s [2023-11-08T11:47:52.530Z] [2023-11-08T11:47:52.530Z] #84 [dev-systemd-false 5/21] COPY --link --from=gowinres /build/ /usr/local/bin/ [2023-11-08T11:47:52.530Z] #84 DONE 0.1s [2023-11-08T11:47:52.530Z] [2023-11-08T11:47:52.530Z] #76 [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.8.7" && ./autogen.sh && ./configure --bindir=/build && make -j install [2023-11-08T11:47:52.530Z] #76 37.84 config.status: creating Makefile [2023-11-08T11:47:52.530Z] #76 37.86 config.status: creating config.h [2023-11-08T11:47:52.530Z] #76 37.87 config.status: executing libtool commands [2023-11-08T11:47:52.530Z] #76 37.88 config.status: executing depfiles commands [2023-11-08T11:47:52.789Z] #76 ... [2023-11-08T11:47:52.789Z] [2023-11-08T11:47:52.789Z] #85 [tini-build 4/4] RUN --mount=from=tini-src,src=/usr/src/tini,rw --mount=type=cache,target=/root/.cache/go-build,id=tini-build-linux/arm64 <= 2.1.0... yes [2023-11-08T11:47:55.689Z] #76 40.86 checking for a sed that does not truncate output... (cached) /bin/sed [2023-11-08T11:47:55.689Z] #76 40.86 checking for gcc... (cached) gcc [2023-11-08T11:47:55.689Z] #76 40.88 checking whether we are using the GNU C compiler... (cached) yes [2023-11-08T11:47:55.689Z] #76 40.88 checking whether gcc accepts -g... (cached) yes [2023-11-08T11:47:55.689Z] #76 40.88 checking for gcc option to accept ISO C89... (cached) none needed [2023-11-08T11:47:55.689Z] #76 40.88 checking whether gcc understands -c and -o together... (cached) yes [2023-11-08T11:47:55.689Z] #76 40.88 checking for a Python interpreter with version >= 3... python3 [2023-11-08T11:47:55.689Z] #76 40.90 checking for python3... /usr/bin/python3 [2023-11-08T11:47:55.689Z] #76 40.90 checking for python3 version... 3.9 [2023-11-08T11:47:55.689Z] #76 40.92 checking for python3 platform... linux [2023-11-08T11:47:55.689Z] #76 40.93 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages [2023-11-08T11:47:55.689Z] #76 40.96 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages [2023-11-08T11:47:56.628Z] #76 41.02 checking that generated files are newer than configure... done [2023-11-08T11:47:56.628Z] #76 41.73 configure: creating ./config.status [2023-11-08T11:47:57.567Z] #76 42.62 config.status: creating Makefile [2023-11-08T11:47:57.567Z] #76 42.64 config.status: creating ocispec.pc [2023-11-08T11:47:57.567Z] #76 42.67 config.status: creating config.h [2023-11-08T11:47:57.567Z] #76 42.69 config.status: executing libtool commands [2023-11-08T11:47:57.567Z] #76 42.72 config.status: executing depfiles commands [2023-11-08T11:47:57.567Z] #76 42.98 === configuring in yajl (/tmp/crun-build/libocispec/yajl) [2023-11-08T11:47:57.835Z] #76 42.99 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--bindir=/build' --cache-file=/dev/null --srcdir=. [2023-11-08T11:47:57.835Z] #76 43.19 checking for gcc... gcc [2023-11-08T11:47:57.835Z] #76 43.22 checking whether the C compiler works... yes [2023-11-08T11:47:57.835Z] #76 43.28 checking for C compiler default output file name... a.out [2023-11-08T11:47:58.095Z] #76 43.28 checking for suffix of executables... [2023-11-08T11:47:58.095Z] #76 43.34 checking whether we are cross compiling... no [2023-11-08T11:47:58.095Z] #76 43.40 checking for suffix of object files... o [2023-11-08T11:47:58.095Z] #76 43.45 checking whether we are using the GNU C compiler... yes [2023-11-08T11:47:58.095Z] #76 43.49 checking whether gcc accepts -g... yes [2023-11-08T11:47:58.355Z] #76 43.52 checking for gcc option to accept ISO C89... none needed [2023-11-08T11:47:58.355Z] #76 43.57 checking whether gcc understands -c and -o together... yes [2023-11-08T11:47:58.355Z] #76 43.63 checking for a BSD-compatible install... /usr/bin/install -c [2023-11-08T11:47:58.355Z] #76 43.65 checking whether build environment is sane... yes [2023-11-08T11:47:58.355Z] #76 43.67 checking for a thread-safe mkdir -p... /bin/mkdir -p [2023-11-08T11:47:58.355Z] #76 43.68 checking for gawk... no [2023-11-08T11:47:58.355Z] #76 43.68 checking for mawk... mawk [2023-11-08T11:47:58.355Z] #76 43.68 checking whether make sets $(MAKE)... yes [2023-11-08T11:47:58.355Z] #76 43.71 checking whether make supports the include directive... yes (GNU style) [2023-11-08T11:47:58.355Z] #76 43.73 checking whether make supports nested variables... yes [2023-11-08T11:47:58.355Z] #76 43.75 checking whether UID '0' is supported by ustar format... yes [2023-11-08T11:47:58.355Z] #76 43.75 checking whether GID '0' is supported by ustar format... yes [2023-11-08T11:47:58.355Z] #76 43.75 checking how to create a ustar tar archive... gnutar [2023-11-08T11:47:58.355Z] #76 43.78 checking dependency style of gcc... gcc3 [2023-11-08T11:47:58.615Z] #76 43.84 checking whether to enable maintainer-specific portions of Makefiles... yes [2023-11-08T11:47:58.615Z] #76 43.84 checking whether make supports nested variables... (cached) yes [2023-11-08T11:47:58.615Z] #76 43.86 checking build system type... aarch64-unknown-linux-gnu [2023-11-08T11:47:58.615Z] #76 44.01 checking host system type... aarch64-unknown-linux-gnu [2023-11-08T11:47:58.615Z] #76 44.01 checking how to print strings... printf [2023-11-08T11:47:58.615Z] #76 44.02 checking for a sed that does not truncate output... /bin/sed [2023-11-08T11:47:58.615Z] #76 44.03 checking for grep that handles long lines and -e... /bin/grep [2023-11-08T11:47:58.615Z] #76 44.03 checking for egrep... /bin/grep -E [2023-11-08T11:47:58.615Z] #76 44.04 checking for fgrep... /bin/grep -F [2023-11-08T11:47:58.615Z] #76 44.04 checking for ld used by gcc... /usr/bin/ld [2023-11-08T11:47:58.615Z] #76 44.05 checking if the linker (/usr/bin/ld) is GNU ld... yes [2023-11-08T11:47:58.615Z] #76 44.05 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B [2023-11-08T11:47:58.615Z] #76 44.07 checking the name lister (/usr/bin/nm -B) interface... BSD nm [2023-11-08T11:47:58.876Z] #76 44.10 checking whether ln -s works... yes [2023-11-08T11:47:58.876Z] #76 44.10 checking the maximum length of command line arguments... 1572864 [2023-11-08T11:47:58.876Z] #76 44.13 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop [2023-11-08T11:47:58.876Z] #76 44.13 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop [2023-11-08T11:47:58.876Z] #76 44.13 checking for /usr/bin/ld option to reload object files... -r [2023-11-08T11:47:58.876Z] #76 44.13 checking for objdump... objdump [2023-11-08T11:47:58.876Z] #76 44.13 checking how to recognize dependent libraries... pass_all [2023-11-08T11:47:58.876Z] #76 44.13 checking for dlltool... no [2023-11-08T11:47:58.876Z] #76 44.13 checking how to associate runtime and link libraries... printf %s\n [2023-11-08T11:47:58.876Z] #76 44.13 checking for ar... ar [2023-11-08T11:47:58.876Z] #76 44.13 checking for archiver @FILE support... @ [2023-11-08T11:47:58.876Z] #76 44.19 checking for strip... strip [2023-11-08T11:47:58.876Z] #76 44.19 checking for ranlib... ranlib [2023-11-08T11:47:58.876Z] #76 44.19 checking command to parse /usr/bin/nm -B output from gcc object... ok [2023-11-08T11:47:58.876Z] #76 44.30 checking for sysroot... no [2023-11-08T11:47:58.876Z] #76 44.30 checking for a working dd... /bin/dd [2023-11-08T11:47:58.876Z] #76 44.31 checking how to truncate binary pipes... /bin/dd bs=4096 count=1 [2023-11-08T11:47:58.876Z] #76 44.31 checking for mt... no [2023-11-08T11:47:58.876Z] #76 44.31 checking if : is a manifest tool... no [2023-11-08T11:47:58.876Z] #76 44.32 checking how to run the C preprocessor... gcc -E [2023-11-08T11:47:59.136Z] #76 44.43 checking for ANSI C header files... yes [2023-11-08T11:47:59.136Z] #76 44.59 checking for sys/types.h... yes [2023-11-08T11:47:59.396Z] #76 44.65 checking for sys/stat.h... yes [2023-11-08T11:47:59.396Z] #76 44.72 checking for stdlib.h... yes [2023-11-08T11:47:59.396Z] #76 44.78 checking for string.h... yes [2023-11-08T11:47:59.396Z] #76 44.84 checking for memory.h... yes [2023-11-08T11:47:59.657Z] #76 44.89 checking for strings.h... yes [2023-11-08T11:47:59.657Z] #76 44.94 checking for inttypes.h... yes [2023-11-08T11:47:59.657Z] #76 44.99 checking for stdint.h... yes [2023-11-08T11:47:59.917Z] #76 45.08 checking for unistd.h... yes [2023-11-08T11:47:59.917Z] #76 45.17 checking for dlfcn.h... yes [2023-11-08T11:47:59.917Z] #76 45.22 checking for objdir... .libs [2023-11-08T11:48:00.177Z] #76 45.34 checking if gcc supports -fno-rtti -fno-exceptions... no [2023-11-08T11:48:00.177Z] #76 45.38 checking for gcc option to produce PIC... -fPIC -DPIC [2023-11-08T11:48:00.177Z] #76 45.38 checking if gcc PIC flag -fPIC -DPIC works... yes [2023-11-08T11:48:00.177Z] #76 45.43 checking if gcc static flag -static works... yes [2023-11-08T11:48:00.177Z] #76 45.52 checking if gcc supports -c -o file.o... yes [2023-11-08T11:48:00.177Z] #76 45.59 checking if gcc supports -c -o file.o... (cached) yes [2023-11-08T11:48:00.177Z] #76 45.59 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes [2023-11-08T11:48:00.437Z] #76 45.60 checking dynamic linker characteristics... GNU/Linux ld.so [2023-11-08T11:48:00.437Z] #76 45.69 checking how to hardcode library paths into programs... immediate [2023-11-08T11:48:00.437Z] #76 45.69 checking whether stripping libraries is possible... yes [2023-11-08T11:48:00.437Z] #76 45.69 checking if libtool supports shared libraries... yes [2023-11-08T11:48:00.437Z] #76 45.70 checking whether to build shared libraries... no [2023-11-08T11:48:00.437Z] #76 45.70 checking whether to build static libraries... yes [2023-11-08T11:48:00.437Z] #76 45.72 checking float.h usability... yes [2023-11-08T11:48:00.437Z] #76 45.77 checking float.h presence... yes [2023-11-08T11:48:00.437Z] #76 45.80 checking for float.h... yes [2023-11-08T11:48:00.437Z] #76 45.82 checking limits.h usability... yes [2023-11-08T11:48:00.697Z] #76 45.86 checking limits.h presence... yes [2023-11-08T11:48:00.697Z] #76 45.87 checking for limits.h... yes [2023-11-08T11:48:00.697Z] #76 45.89 checking stddef.h usability... yes [2023-11-08T11:48:00.697Z] #76 45.94 checking stddef.h presence... yes [2023-11-08T11:48:00.697Z] #76 45.95 checking for stddef.h... yes [2023-11-08T11:48:00.697Z] #76 45.97 checking for stdlib.h... (cached) yes [2023-11-08T11:48:00.697Z] #76 45.99 checking for string.h... (cached) yes [2023-11-08T11:48:00.697Z] #76 46.02 checking sys/time.h usability... yes [2023-11-08T11:48:00.957Z] #76 46.08 checking sys/time.h presence... yes [2023-11-08T11:48:00.957Z] #76 46.12 checking for sys/time.h... yes [2023-11-08T11:48:00.957Z] #76 46.13 checking for inline... inline [2023-11-08T11:48:00.957Z] #76 46.17 checking for size_t... yes [2023-11-08T11:48:00.957Z] #76 46.30 checking for stdlib.h... (cached) yes [2023-11-08T11:48:00.957Z] #76 46.30 checking for GNU libc compatible malloc... yes [2023-11-08T11:48:01.217Z] #76 46.37 checking for stdlib.h... (cached) yes [2023-11-08T11:48:01.217Z] #76 46.38 checking for GNU libc compatible realloc... yes [2023-11-08T11:48:01.217Z] #76 46.45 checking for working strtod... yes [2023-11-08T11:48:01.217Z] #76 46.52 checking for gettimeofday... yes [2023-11-08T11:48:01.477Z] #76 46.64 checking for memset... yes [2023-11-08T11:48:01.477Z] #76 46.74 checking for strspn... yes [2023-11-08T11:48:01.737Z] #76 46.92 checking that generated files are newer than configure... done [2023-11-08T11:48:01.737Z] #76 46.92 configure: creating ./config.status [2023-11-08T11:48:03.646Z] #76 48.61 config.status: creating Makefile [2023-11-08T11:48:03.646Z] #76 48.64 config.status: creating config.h [2023-11-08T11:48:03.646Z] #76 48.66 config.status: executing depfiles commands [2023-11-08T11:48:03.646Z] #76 48.80 config.status: executing libtool commands [2023-11-08T11:48:03.906Z] #76 49.26 GEN .version [2023-11-08T11:48:03.906Z] #76 49.28 make install-recursive [2023-11-08T11:48:03.906Z] #76 49.28 make[1]: Entering directory '/tmp/crun-build' [2023-11-08T11:48:03.906Z] #76 49.35 Making install in libocispec [2023-11-08T11:48:04.166Z] #76 49.36 make[2]: Entering directory '/tmp/crun-build/libocispec' [2023-11-08T11:48:04.166Z] #76 49.39 /usr/bin/python3 ./src/ocispec/generate.py --gen-ref --root=. --out=./src/ocispec ./image-spec/schema [2023-11-08T11:48:04.166Z] #76 49.39 /usr/bin/python3 ./src/ocispec/generate.py --gen-ref --root=. --out=./src/ocispec ./runtime-spec/schema [2023-11-08T11:48:04.166Z] #76 49.39 /usr/bin/python3 ./src/ocispec/generate.py --gen-ref --root=./tests/test-spec --out=./src/ocispec ./tests/test-spec/imageManifestItems [2023-11-08T11:48:04.166Z] #76 49.39 /usr/bin/python3 ./src/ocispec/generate.py --gen-ref --root=./tests/test-spec --out=./src/ocispec ./tests/test-spec/basic [2023-11-08T11:48:04.166Z] #76 49.44 Reflection: /tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success [2023-11-08T11:48:04.166Z] #76 49.45 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success [2023-11-08T11:48:04.166Z] #76 49.45 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success [2023-11-08T11:48:04.166Z] #76 49.45 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success [2023-11-08T11:48:04.166Z] #76 49.45 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success [2023-11-08T11:48:04.166Z] #76 49.45 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success [2023-11-08T11:48:04.166Z] #76 49.45 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success [2023-11-08T11:48:04.166Z] #76 49.45 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success [2023-11-08T11:48:04.166Z] #76 49.45 Reflection: /tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success [2023-11-08T11:48:04.166Z] #76 49.48 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success [2023-11-08T11:48:04.166Z] #76 49.48 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success [2023-11-08T11:48:04.166Z] #76 49.48 Reflection: /tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success [2023-11-08T11:48:04.166Z] #76 49.48 Reflection: /tmp/crun-build/libocispec/image-spec/schema/defs.json Success [2023-11-08T11:48:04.166Z] #76 49.48 Reflection: /tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success [2023-11-08T11:48:04.166Z] #76 49.48 Reflection: /tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success [2023-11-08T11:48:04.166Z] #76 49.48 Reflection: /tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success [2023-11-08T11:48:04.426Z] #76 49.77 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success [2023-11-08T11:48:04.426Z] #76 49.77 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/features-schema.json Success [2023-11-08T11:48:04.426Z] #76 49.77 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/features-linux.json Success [2023-11-08T11:48:04.426Z] #76 49.77 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs.json Success [2023-11-08T11:48:04.426Z] #76 49.77 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success [2023-11-08T11:48:04.426Z] #76 49.77 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success [2023-11-08T11:48:04.426Z] #76 49.77 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json Success [2023-11-08T11:48:04.426Z] #76 49.77 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success [2023-11-08T11:48:04.426Z] #76 49.77 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success [2023-11-08T11:48:04.426Z] #76 49.77 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success [2023-11-08T11:48:04.426Z] #76 49.77 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success [2023-11-08T11:48:04.426Z] #76 49.77 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success [2023-11-08T11:48:04.426Z] #76 49.77 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success [2023-11-08T11:48:04.426Z] #76 49.77 Reflection: /tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success [2023-11-08T11:48:04.426Z] #76 49.78 make install-recursive [2023-11-08T11:48:04.426Z] #76 49.79 make[3]: Entering directory '/tmp/crun-build/libocispec' [2023-11-08T11:48:04.426Z] #76 49.82 Making install in yajl [2023-11-08T11:48:04.426Z] #76 49.82 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl' [2023-11-08T11:48:04.426Z] #76 49.84 CC verify/json_verify-json_verify.o [2023-11-08T11:48:04.426Z] #76 49.84 CC src/libyajl_la-yajl_alloc.lo [2023-11-08T11:48:04.426Z] #76 49.85 CC src/libyajl_la-yajl.lo [2023-11-08T11:48:04.426Z] #76 49.85 CC src/libyajl_la-yajl_gen.lo [2023-11-08T11:48:04.426Z] #76 49.86 CC src/libyajl_la-yajl_parser.lo [2023-11-08T11:48:04.426Z] #76 49.86 CC src/libyajl_la-yajl_buf.lo [2023-11-08T11:48:04.426Z] #76 49.87 CC src/libyajl_la-yajl_encode.lo [2023-11-08T11:48:04.426Z] #76 49.87 CC src/libyajl_la-yajl_lex.lo [2023-11-08T11:48:04.426Z] #76 49.87 CC src/libyajl_la-yajl_tree.lo [2023-11-08T11:48:04.996Z] #76 50.34 CCLD libyajl.la [2023-11-08T11:48:04.996Z] #76 50.47 CCLD verify/json_verify [2023-11-08T11:48:05.255Z] #76 50.60 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl' [2023-11-08T11:48:05.255Z] #76 50.60 make[5]: Nothing to be done for 'install-exec-am'. [2023-11-08T11:48:05.255Z] #76 50.60 make[5]: Nothing to be done for 'install-data-am'. [2023-11-08T11:48:05.255Z] #76 50.60 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl' [2023-11-08T11:48:05.255Z] #76 50.60 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl' [2023-11-08T11:48:05.255Z] #76 50.60 make[4]: Entering directory '/tmp/crun-build/libocispec' [2023-11-08T11:48:05.255Z] #76 50.63 CC src/ocispec/validate.o [2023-11-08T11:48:05.255Z] #76 50.63 CC src/ocispec/image_spec_schema_config_schema.lo [2023-11-08T11:48:05.255Z] #76 50.63 CC src/ocispec/image_spec_schema_content_descriptor.lo [2023-11-08T11:48:05.255Z] #76 50.64 CC src/ocispec/image_spec_schema_defs.lo [2023-11-08T11:48:05.255Z] #76 50.64 CC src/ocispec/image_spec_schema_image_index_schema.lo [2023-11-08T11:48:05.255Z] #76 50.64 CC src/ocispec/image_spec_schema_defs_descriptor.lo [2023-11-08T11:48:05.255Z] #76 50.64 CC src/ocispec/image_spec_schema_image_layout_schema.lo [2023-11-08T11:48:05.255Z] #76 50.65 CC src/ocispec/image_spec_schema_image_manifest_schema.lo [2023-11-08T11:48:05.256Z] #76 50.66 CC src/ocispec/runtime_spec_schema_config_linux.lo [2023-11-08T11:48:05.256Z] #76 50.66 CC src/ocispec/runtime_spec_schema_config_zos.lo [2023-11-08T11:48:05.256Z] #76 50.67 CC src/ocispec/runtime_spec_schema_config_solaris.lo [2023-11-08T11:48:05.256Z] #76 50.68 CC src/ocispec/runtime_spec_schema_config_vm.lo [2023-11-08T11:48:05.256Z] #76 50.68 CC src/ocispec/runtime_spec_schema_config_windows.lo [2023-11-08T11:48:05.256Z] #76 50.69 CC src/ocispec/runtime_spec_schema_defs.lo [2023-11-08T11:48:05.256Z] #76 50.70 CC src/ocispec/runtime_spec_schema_config_schema.lo [2023-11-08T11:48:05.516Z] #76 50.73 CC src/ocispec/runtime_spec_schema_defs_linux.lo [2023-11-08T11:48:05.516Z] #76 50.73 CC src/ocispec/runtime_spec_schema_defs_zos.lo [2023-11-08T11:48:05.516Z] #76 50.74 CC src/ocispec/runtime_spec_schema_defs_vm.lo [2023-11-08T11:48:05.516Z] #76 50.74 CC src/ocispec/runtime_spec_schema_defs_windows.lo [2023-11-08T11:48:05.516Z] #76 50.75 CC src/ocispec/runtime_spec_schema_state_schema.lo [2023-11-08T11:48:05.516Z] #76 50.76 CC src/ocispec/runtime_spec_schema_features_linux.lo [2023-11-08T11:48:05.516Z] #76 50.76 CC src/ocispec/runtime_spec_schema_features_schema.lo [2023-11-08T11:48:05.516Z] #76 50.77 CC src/ocispec/image_manifest_items_image_manifest_items_schema.lo [2023-11-08T11:48:05.516Z] #76 50.79 CC src/ocispec/basic_test_double_array_item.lo [2023-11-08T11:48:05.516Z] #76 50.79 CC src/ocispec/basic_test_double_array.lo [2023-11-08T11:48:05.516Z] #76 50.79 CC src/ocispec/basic_test_top_array_int.lo [2023-11-08T11:48:05.516Z] #76 50.79 CC src/ocispec/basic_test_top_array_string.lo [2023-11-08T11:48:05.516Z] #76 50.79 CC src/ocispec/basic_test_top_double_array_int.lo [2023-11-08T11:48:05.516Z] #76 50.81 CC src/ocispec/basic_test_top_double_array_obj.lo [2023-11-08T11:48:05.516Z] #76 50.81 CC src/ocispec/basic_test_top_double_array_refobj.lo [2023-11-08T11:48:05.516Z] #76 50.83 CC src/ocispec/basic_test_top_double_array_string.lo [2023-11-08T11:48:05.516Z] #76 50.83 CC src/ocispec/read-file.lo [2023-11-08T11:48:05.516Z] #76 50.84 CC src/ocispec/json_common.lo [2023-11-08T11:48:05.516Z] #76 50.87 CC tests/test-1.o [2023-11-08T11:48:05.516Z] #76 50.88 CC tests/test-2.o [2023-11-08T11:48:05.516Z] #76 50.89 CC tests/test-3.o [2023-11-08T11:48:05.516Z] #76 50.89 CC tests/test-4.o [2023-11-08T11:48:05.516Z] #76 50.91 CC tests/test-5.o [2023-11-08T11:48:05.516Z] #76 50.92 CC tests/test-6.o [2023-11-08T11:48:05.516Z] #76 50.93 CC tests/test-7.o [2023-11-08T11:48:05.516Z] #76 50.97 CC tests/test-8.o [2023-11-08T11:48:05.516Z] #76 50.98 CC tests/test-9.o [2023-11-08T11:48:05.516Z] #76 50.99 CC tests/test-10.o [2023-11-08T11:48:05.516Z] #76 51.01 CC tests/test-11.o [2023-11-08T11:48:08.810Z] #76 53.59 CCLD libocispec.la [2023-11-08T11:48:08.810Z] #76 53.72 CCLD src/ocispec/validate [2023-11-08T11:48:08.810Z] #76 53.72 CCLD tests/test-1 [2023-11-08T11:48:08.810Z] #76 53.72 CCLD tests/test-3 [2023-11-08T11:48:08.810Z] #76 53.72 CCLD tests/test-2 [2023-11-08T11:48:08.810Z] #76 53.72 CCLD tests/test-4 [2023-11-08T11:48:08.810Z] #76 53.72 CCLD tests/test-5 [2023-11-08T11:48:08.810Z] #76 53.72 CCLD tests/test-6 [2023-11-08T11:48:08.810Z] #76 53.72 CCLD tests/test-7 [2023-11-08T11:48:08.810Z] #76 53.72 /bin/bash ./libtool --mode=link libocispec.la -o libocispec.a [2023-11-08T11:48:08.810Z] #76 53.73 CCLD tests/test-8 [2023-11-08T11:48:08.810Z] #76 53.73 CCLD tests/test-10 [2023-11-08T11:48:08.810Z] #76 53.73 CCLD tests/test-9 [2023-11-08T11:48:08.810Z] #76 53.73 CCLD tests/test-11 [2023-11-08T11:48:08.810Z] #76 53.82 libtool: link: ar cr libocispec.a [2023-11-08T11:48:08.810Z] #76 53.82 libtool: link: ranlib libocispec.a [2023-11-08T11:48:08.810Z] #76 53.95 make[5]: Entering directory '/tmp/crun-build/libocispec' [2023-11-08T11:48:08.810Z] #76 53.98 make[5]: Leaving directory '/tmp/crun-build/libocispec' [2023-11-08T11:48:08.810Z] #76 53.98 make[4]: Leaving directory '/tmp/crun-build/libocispec' [2023-11-08T11:48:08.810Z] #76 53.98 make[3]: Leaving directory '/tmp/crun-build/libocispec' [2023-11-08T11:48:08.810Z] #76 53.98 make[2]: Leaving directory '/tmp/crun-build/libocispec' [2023-11-08T11:48:08.810Z] #76 53.98 make[2]: Entering directory '/tmp/crun-build' [2023-11-08T11:48:08.810Z] #76 54.06 CC src/libcrun/libcrun_la-io_priority.lo [2023-11-08T11:48:08.810Z] #76 54.06 CC src/libcrun/libcrun_la-linux.lo [2023-11-08T11:48:08.810Z] #76 54.06 CC src/libcrun/libcrun_la-mount_flags.lo [2023-11-08T11:48:08.810Z] #76 54.07 CC src/libcrun/libcrun_la-scheduler.lo [2023-11-08T11:48:08.810Z] #76 54.07 CC src/libcrun/libcrun_la-seccomp.lo [2023-11-08T11:48:08.810Z] #76 54.08 CC src/libcrun/libcrun_la-seccomp_notify.lo [2023-11-08T11:48:08.810Z] #76 54.08 CC src/libcrun/libcrun_la-signals.lo [2023-11-08T11:48:08.810Z] #76 54.08 CC src/libcrun/libcrun_la-status.lo [2023-11-08T11:48:08.810Z] #76 54.09 CC src/libcrun/libcrun_la-terminal.lo [2023-11-08T11:48:08.810Z] #76 54.12 CC src/libcrun/libcrun_testing_a-utils.o [2023-11-08T11:48:08.810Z] #76 54.12 CC src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o [2023-11-08T11:48:08.810Z] #76 54.14 CC src/libcrun/libcrun_testing_a-cgroup-resources.o [2023-11-08T11:48:08.810Z] #76 54.16 CC src/libcrun/libcrun_testing_a-cgroup-setup.o [2023-11-08T11:48:08.810Z] #76 54.17 CC src/libcrun/libcrun_testing_a-cgroup-systemd.o [2023-11-08T11:48:08.810Z] #76 54.17 CC src/libcrun/libcrun_testing_a-cgroup-utils.o [2023-11-08T11:48:08.810Z] #76 54.18 CC src/libcrun/libcrun_testing_a-cgroup.o [2023-11-08T11:48:08.810Z] #76 54.19 CC src/libcrun/libcrun_testing_a-chroot_realpath.o [2023-11-08T11:48:08.810Z] #76 54.22 CC src/libcrun/libcrun_testing_a-cloned_binary.o [2023-11-08T11:48:08.810Z] #76 54.24 CC src/libcrun/libcrun_testing_a-container.o [2023-11-08T11:48:08.810Z] #76 54.26 CC src/libcrun/libcrun_testing_a-criu.o [2023-11-08T11:48:08.810Z] #76 54.28 CC src/libcrun/libcrun_testing_a-custom-handler.o [2023-11-08T11:48:09.071Z] #76 54.29 CC src/libcrun/libcrun_testing_a-ebpf.o [2023-11-08T11:48:09.071Z] #76 54.30 CC src/libcrun/libcrun_testing_a-error.o [2023-11-08T11:48:09.071Z] #76 54.31 CC src/libcrun/handlers/libcrun_testing_a-handler-utils.o [2023-11-08T11:48:09.071Z] #76 54.33 CC src/libcrun/handlers/libcrun_testing_a-krun.o [2023-11-08T11:48:09.071Z] #76 54.46 CC src/libcrun/handlers/libcrun_testing_a-mono.o [2023-11-08T11:48:09.071Z] #76 54.47 CC src/libcrun/handlers/libcrun_testing_a-wasmedge.o [2023-11-08T11:48:09.071Z] #76 54.49 CC src/libcrun/handlers/libcrun_testing_a-wasmer.o [2023-11-08T11:48:09.071Z] #76 54.54 CC src/libcrun/handlers/libcrun_testing_a-wasmtime.o [2023-11-08T11:48:09.332Z] #76 54.58 CC src/libcrun/libcrun_testing_a-io_priority.o [2023-11-08T11:48:09.332Z] #76 54.71 CC src/libcrun/libcrun_testing_a-linux.o [2023-11-08T11:48:09.332Z] #76 54.76 CC src/libcrun/libcrun_testing_a-mount_flags.o [2023-11-08T11:48:09.332Z] #76 54.78 CC src/libcrun/libcrun_testing_a-scheduler.o [2023-11-08T11:48:09.332Z] #76 54.81 CC src/libcrun/libcrun_testing_a-seccomp.o [2023-11-08T11:48:09.593Z] #76 54.83 CC src/libcrun/libcrun_testing_a-seccomp_notify.o [2023-11-08T11:48:09.593Z] #76 54.84 CC src/libcrun/libcrun_testing_a-signals.o [2023-11-08T11:48:09.593Z] #76 54.90 CC src/libcrun/libcrun_testing_a-status.o [2023-11-08T11:48:09.593Z] #76 54.92 CC src/libcrun/libcrun_testing_a-terminal.o [2023-11-08T11:48:09.593Z] #76 54.93 CC tests/tests_libcrun_errors-tests_libcrun_errors.o [2023-11-08T11:48:09.593Z] #76 54.94 CC tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o [2023-11-08T11:48:09.593Z] #76 55.03 CC src/crun-crun.o [2023-11-08T11:48:09.855Z] #76 55.06 CC src/crun-run.o [2023-11-08T11:48:09.855Z] #76 55.07 CC src/crun-delete.o [2023-11-08T11:48:09.855Z] #76 55.09 CC src/crun-kill.o [2023-11-08T11:48:09.855Z] #76 55.11 CC src/crun-pause.o [2023-11-08T11:48:09.855Z] #76 55.13 CC src/crun-unpause.o [2023-11-08T11:48:09.855Z] #76 55.15 CC src/crun-oci_features.o [2023-11-08T11:48:09.855Z] #76 55.27 CC src/crun-spec.o [2023-11-08T11:48:10.115Z] #76 55.29 CC src/crun-exec.o [2023-11-08T11:48:10.115Z] #76 55.30 CC src/crun-list.o [2023-11-08T11:48:10.115Z] #76 55.31 CC src/crun-create.o [2023-11-08T11:48:10.115Z] #76 55.42 CC src/crun-start.o [2023-11-08T11:48:10.115Z] #76 55.43 CC src/crun-state.o [2023-11-08T11:48:10.115Z] #76 55.44 CC src/crun-update.o [2023-11-08T11:48:10.115Z] #76 55.44 CC src/crun-ps.o [2023-11-08T11:48:10.115Z] #76 55.44 CC src/crun-checkpoint.o [2023-11-08T11:48:10.115Z] #76 55.46 CC src/crun-restore.o [2023-11-08T11:48:10.115Z] #76 55.53 CC src/libcrun/crun-cloned_binary.o [2023-11-08T11:48:10.115Z] #76 55.62 CC src/libcrun/libcrun_la-utils.lo [2023-11-08T11:48:10.115Z] #76 55.62 CC src/libcrun/libcrun_la-cgroup-cgroupfs.lo [2023-11-08T11:48:10.115Z] #76 55.63 CC src/libcrun/libcrun_la-cgroup-resources.lo [2023-11-08T11:48:10.376Z] #76 55.63 CC src/libcrun/libcrun_la-cgroup-setup.lo [2023-11-08T11:48:10.376Z] #76 55.63 CC src/libcrun/libcrun_la-cgroup-systemd.lo [2023-11-08T11:48:10.376Z] #76 55.64 CC src/libcrun/libcrun_la-cgroup-utils.lo [2023-11-08T11:48:10.376Z] #76 55.66 CC src/libcrun/libcrun_la-cgroup.lo [2023-11-08T11:48:10.376Z] #76 55.67 CC src/libcrun/libcrun_la-chroot_realpath.lo [2023-11-08T11:48:10.376Z] #76 55.68 CC src/libcrun/libcrun_la-cloned_binary.lo [2023-11-08T11:48:10.376Z] #76 55.69 CC src/libcrun/libcrun_la-container.lo [2023-11-08T11:48:10.376Z] #76 55.71 CC src/libcrun/libcrun_la-criu.lo [2023-11-08T11:48:10.376Z] #76 55.71 CC src/libcrun/libcrun_la-ebpf.lo [2023-11-08T11:48:10.376Z] #76 55.71 CC src/libcrun/libcrun_la-custom-handler.lo [2023-11-08T11:48:10.376Z] #76 55.72 CC src/libcrun/libcrun_la-error.lo [2023-11-08T11:48:10.376Z] #76 55.72 CC src/libcrun/handlers/libcrun_la-handler-utils.lo [2023-11-08T11:48:10.376Z] #76 55.73 CC src/libcrun/handlers/libcrun_la-krun.lo [2023-11-08T11:48:10.376Z] #76 55.77 CC src/libcrun/handlers/libcrun_la-mono.lo [2023-11-08T11:48:10.376Z] #76 55.79 CC src/libcrun/handlers/libcrun_la-wasmedge.lo [2023-11-08T11:48:10.376Z] #76 55.79 CC src/libcrun/handlers/libcrun_la-wasmer.lo [2023-11-08T11:48:10.376Z] #76 55.82 CC src/libcrun/handlers/libcrun_la-wasmtime.lo [2023-11-08T11:48:10.376Z] #76 55.82 CC tests/init.o [2023-11-08T11:48:10.376Z] #76 55.83 CC tests/tests_libcrun_utils-tests_libcrun_utils.o [2023-11-08T11:48:10.635Z] #76 ... [2023-11-08T11:48:10.635Z] [2023-11-08T11:48:10.636Z] #86 [containerd-build 3/3] RUN --mount=from=containerd-src,src=/usr/src/containerd,rw --mount=type=cache,target=/root/.cache/go-build,id=containerd-build-linux/arm64 < '/go/src/github.com/docker/docker/.bashrc' [2023-11-08T11:48:40.589Z] #105 DONE 0.3s [2023-11-08T11:48:40.589Z] [2023-11-08T11:48:40.589Z] #106 [dev-base 4/13] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2023-11-08T11:48:40.848Z] #106 DONE 0.4s [2023-11-08T11:48:40.848Z] [2023-11-08T11:48:40.848Z] #107 [dev-base 5/13] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2023-11-08T11:48:41.415Z] #107 DONE 0.4s [2023-11-08T11:48:41.415Z] [2023-11-08T11:48:41.415Z] #108 [dev-base 6/13] RUN ldconfig [2023-11-08T11:48:41.674Z] #108 DONE 0.4s [2023-11-08T11:48:41.932Z] [2023-11-08T11:48:41.932Z] #109 [dev-base 7/13] RUN git config --global --add safe.directory /go/src/github.com/docker/docker [2023-11-08T11:48:42.191Z] #109 DONE 0.4s [2023-11-08T11:48:42.191Z] [2023-11-08T11:48:42.191Z] #110 [dev-base 8/13] 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 [2023-11-08T11:48:42.758Z] #110 0.568 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2023-11-08T11:48:42.758Z] #110 0.579 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB] [2023-11-08T11:48:42.758Z] #110 0.579 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] [2023-11-08T11:48:43.017Z] #110 0.706 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [7951 kB] [2023-11-08T11:48:43.276Z] #110 0.975 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [253 kB] [2023-11-08T11:48:43.276Z] #110 0.976 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [14.9 kB] [2023-11-08T11:48:44.212Z] #110 1.876 Fetched 8428 kB in 2s (5374 kB/s) [2023-11-08T11:48:44.470Z] #110 1.876 Reading package lists... [2023-11-08T11:48:45.406Z] #110 2.429 Reading package lists... [2023-11-08T11:48:45.406Z] #110 2.974 Building dependency tree... [2023-11-08T11:48:45.665Z] #110 3.362 The following additional packages will be installed: [2023-11-08T11:48:45.665Z] #110 3.362 dmsetup libaio1 libapparmor1 libargon2-1 libbpf0 libcap2 libcryptsetup12 [2023-11-08T11:48:45.665Z] #110 3.363 libdevmapper1.02.1 libelf1 libgpm2 libicu67 libinih1 libip4tc2 libip6tc2 [2023-11-08T11:48:45.665Z] #110 3.363 libjq1 libjson-c5 libkmod2 libmicrohttpd12 libmnl0 libnetfilter-conntrack3 [2023-11-08T11:48:45.665Z] #110 3.363 libnfnetlink0 libnftnl11 libonig5 libxtables12 python-pip-whl [2023-11-08T11:48:45.665Z] #110 3.363 python3-distutils python3-lib2to3 python3-pkg-resources systemd vim-runtime [2023-11-08T11:48:45.665Z] #110 3.363 xxd [2023-11-08T11:48:45.665Z] #110 3.365 Suggested packages: [2023-11-08T11:48:45.665Z] #110 3.365 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2023-11-08T11:48:45.665Z] #110 3.365 gpm ed diffutils-doc python-setuptools-doc systemd-container policykit-1 [2023-11-08T11:48:45.665Z] #110 3.365 ctags vim-doc vim-scripts xfsdump acl attr quota [2023-11-08T11:48:45.665Z] #110 3.365 Recommended packages: [2023-11-08T11:48:45.665Z] #110 3.365 libatm1 nftables libpam-cap build-essential python3-dev dbus [2023-11-08T11:48:45.665Z] #110 3.365 systemd-timesyncd | time-daemon unzip [2023-11-08T11:48:45.923Z] #110 3.720 The following NEW packages will be installed: [2023-11-08T11:48:45.923Z] #110 3.720 apparmor bash-completion bzip2 dmsetup inetutils-ping iproute2 iptables jq [2023-11-08T11:48:45.923Z] #110 3.720 libaio1 libapparmor1 libargon2-1 libbpf0 libcap2 libcap2-bin libcryptsetup12 [2023-11-08T11:48:45.923Z] #110 3.720 libdevmapper1.02.1 libelf1 libgpm2 libicu67 libinih1 libip4tc2 libip6tc2 [2023-11-08T11:48:45.923Z] #110 3.721 libjq1 libjson-c5 libkmod2 libmicrohttpd12 libmnl0 libnet1 [2023-11-08T11:48:45.923Z] #110 3.721 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2023-11-08T11:48:45.923Z] #110 3.721 libprotobuf-c1 libxtables12 libyajl2 net-tools patch pigz python-pip-whl [2023-11-08T11:48:45.923Z] #110 3.721 python3-distutils python3-lib2to3 python3-pip python3-pkg-resources [2023-11-08T11:48:45.923Z] #110 3.721 python3-setuptools python3-wheel sudo systemd systemd-journal-remote [2023-11-08T11:48:45.923Z] #110 3.721 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2023-11-08T11:48:45.923Z] #110 3.721 xz-utils zip zstd [2023-11-08T11:48:46.182Z] #110 3.997 0 upgraded, 59 newly installed, 0 to remove and 0 not upgraded. [2023-11-08T11:48:46.182Z] #110 3.997 Need to get 32.1 MB of archives. [2023-11-08T11:48:46.182Z] #110 3.997 After this operation, 124 MB of additional disk space will be used. [2023-11-08T11:48:46.182Z] #110 3.997 Get:1 http://deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB] [2023-11-08T11:48:46.182Z] #110 4.000 Get:2 http://deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB] [2023-11-08T11:48:46.182Z] #110 4.002 Get:3 http://deb.debian.org/debian bullseye/main arm64 libargon2-1 arm64 0~20171227-0.2 [18.9 kB] [2023-11-08T11:48:46.182Z] #110 4.004 Get:4 http://deb.debian.org/debian bullseye/main arm64 dmsetup arm64 2:1.02.175-2.1 [85.1 kB] [2023-11-08T11:48:46.182Z] #110 4.030 Get:5 http://deb.debian.org/debian bullseye/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1 [126 kB] [2023-11-08T11:48:46.182Z] #110 4.031 Get:6 http://deb.debian.org/debian bullseye/main arm64 libjson-c5 arm64 0.15-2+deb11u1 [41.6 kB] [2023-11-08T11:48:46.182Z] #110 4.032 Get:7 http://deb.debian.org/debian bullseye/main arm64 libcryptsetup12 arm64 2:2.3.7-1+deb11u1 [230 kB] [2023-11-08T11:48:46.182Z] #110 4.033 Get:8 http://deb.debian.org/debian bullseye/main arm64 libip4tc2 arm64 1.8.7-1 [34.1 kB] [2023-11-08T11:48:46.182Z] #110 4.034 Get:9 http://deb.debian.org/debian bullseye/main arm64 libkmod2 arm64 28-1 [52.5 kB] [2023-11-08T11:48:46.182Z] #110 4.035 Get:10 http://deb.debian.org/debian bullseye/main arm64 systemd arm64 247.3-7+deb11u4 [4155 kB] [2023-11-08T11:48:46.182Z] #110 4.138 Get:11 http://deb.debian.org/debian bullseye/main arm64 pigz arm64 2.6-1 [56.2 kB] [2023-11-08T11:48:46.441Z] #110 4.138 Get:12 http://deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB] [2023-11-08T11:48:46.441Z] #110 4.139 Get:13 http://deb.debian.org/debian bullseye/main arm64 libbpf0 arm64 1:0.3-2 [92.8 kB] [2023-11-08T11:48:46.441Z] #110 4.143 Get:14 http://deb.debian.org/debian bullseye/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB] [2023-11-08T11:48:46.441Z] #110 4.143 Get:15 http://deb.debian.org/debian bullseye/main arm64 libxtables12 arm64 1.8.7-1 [43.6 kB] [2023-11-08T11:48:46.441Z] #110 4.143 Get:16 http://deb.debian.org/debian bullseye/main arm64 libcap2-bin arm64 1:2.44-1 [32.0 kB] [2023-11-08T11:48:46.441Z] #110 4.146 Get:17 http://deb.debian.org/debian bullseye/main arm64 iproute2 arm64 5.10.0-4 [902 kB] [2023-11-08T11:48:46.441Z] #110 4.151 Get:18 http://deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB] [2023-11-08T11:48:46.441Z] #110 4.186 Get:19 http://deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2023-11-08T11:48:46.441Z] #110 4.188 Get:20 http://deb.debian.org/debian bullseye/main arm64 bash-completion all 1:2.11-2 [234 kB] [2023-11-08T11:48:46.441Z] #110 4.189 Get:21 http://deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB] [2023-11-08T11:48:46.441Z] #110 4.189 Get:22 http://deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB] [2023-11-08T11:48:46.441Z] #110 4.190 Get:23 http://deb.debian.org/debian bullseye/main arm64 apparmor arm64 2.13.6-10 [601 kB] [2023-11-08T11:48:46.441Z] #110 4.207 Get:24 http://deb.debian.org/debian bullseye/main arm64 inetutils-ping arm64 2:2.0-1+deb11u2 [242 kB] [2023-11-08T11:48:46.441Z] #110 4.219 Get:25 http://deb.debian.org/debian bullseye/main arm64 libip6tc2 arm64 1.8.7-1 [34.3 kB] [2023-11-08T11:48:46.441Z] #110 4.219 Get:26 http://deb.debian.org/debian bullseye/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB] [2023-11-08T11:48:46.441Z] #110 4.220 Get:27 http://deb.debian.org/debian bullseye/main arm64 libnetfilter-conntrack3 arm64 1.0.8-3 [38.2 kB] [2023-11-08T11:48:46.441Z] #110 4.222 Get:28 http://deb.debian.org/debian bullseye/main arm64 libnftnl11 arm64 1.1.9-1 [59.8 kB] [2023-11-08T11:48:46.441Z] #110 4.222 Get:29 http://deb.debian.org/debian bullseye/main arm64 iptables arm64 1.8.7-1 [368 kB] [2023-11-08T11:48:46.441Z] #110 4.224 Get:30 http://deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB] [2023-11-08T11:48:46.441Z] #110 4.225 Get:31 http://deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB] [2023-11-08T11:48:46.441Z] #110 4.226 Get:32 http://deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB] [2023-11-08T11:48:46.441Z] #110 4.227 Get:33 http://deb.debian.org/debian bullseye/main arm64 libaio1 arm64 0.3.112-9 [12.3 kB] [2023-11-08T11:48:46.441Z] #110 4.260 Get:34 http://deb.debian.org/debian bullseye/main arm64 libgpm2 arm64 1.20.7-8 [35.9 kB] [2023-11-08T11:48:46.700Z] #110 4.261 Get:35 http://deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB] [2023-11-08T11:48:46.700Z] #110 4.500 Get:36 http://deb.debian.org/debian bullseye/main arm64 libinih1 arm64 53-1+b2 [6728 B] [2023-11-08T11:48:46.700Z] #110 4.502 Get:37 http://deb.debian.org/debian bullseye/main arm64 libmicrohttpd12 arm64 0.9.72-2 [104 kB] [2023-11-08T11:48:46.700Z] #110 4.503 Get:38 http://deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2023-11-08T11:48:46.700Z] #110 4.504 Get:39 http://deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB] [2023-11-08T11:48:46.700Z] #110 4.504 Get:40 http://deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB] [2023-11-08T11:48:46.700Z] #110 4.505 Get:41 http://deb.debian.org/debian bullseye/main arm64 libyajl2 arm64 2.1.0-3+deb11u2 [23.5 kB] [2023-11-08T11:48:46.700Z] #110 4.506 Get:42 http://deb.debian.org/debian bullseye/main arm64 net-tools arm64 1.60+git20181103.0eebece-1 [248 kB] [2023-11-08T11:48:46.700Z] #110 4.507 Get:43 http://deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB] [2023-11-08T11:48:46.700Z] #110 4.508 Get:44 http://deb.debian.org/debian bullseye/main arm64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB] [2023-11-08T11:48:46.958Z] #110 4.564 Get:45 http://deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2023-11-08T11:48:46.958Z] #110 4.564 Get:46 http://deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB] [2023-11-08T11:48:46.958Z] #110 4.591 Get:47 http://deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB] [2023-11-08T11:48:46.958Z] #110 4.592 Get:48 http://deb.debian.org/debian bullseye/main arm64 python3-setuptools all 52.0.0-4 [366 kB] [2023-11-08T11:48:46.958Z] #110 4.631 Get:49 http://deb.debian.org/debian bullseye/main arm64 python3-wheel all 0.34.2-1 [24.0 kB] [2023-11-08T11:48:46.958Z] #110 4.632 Get:50 http://deb.debian.org/debian bullseye/main arm64 python3-pip all 20.3.4-4+deb11u1 [337 kB] [2023-11-08T11:48:46.958Z] #110 4.633 Get:51 http://deb.debian.org/debian bullseye/main arm64 sudo arm64 1.9.5p2-3+deb11u1 [996 kB] [2023-11-08T11:48:46.958Z] #110 4.658 Get:52 http://deb.debian.org/debian bullseye/main arm64 systemd-journal-remote arm64 247.3-7+deb11u4 [161 kB] [2023-11-08T11:48:46.959Z] #110 4.673 Get:53 http://deb.debian.org/debian bullseye/main arm64 thin-provisioning-tools arm64 0.9.0-1 [348 kB] [2023-11-08T11:48:46.959Z] #110 4.675 Get:54 http://deb.debian.org/debian bullseye/main arm64 uidmap arm64 1:4.8.1-1 [222 kB] [2023-11-08T11:48:46.959Z] #110 4.676 Get:55 http://deb.debian.org/debian bullseye/main arm64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2023-11-08T11:48:47.217Z] #110 4.902 Get:56 http://deb.debian.org/debian bullseye/main arm64 vim arm64 2:8.2.2434-3+deb11u1 [1388 kB] [2023-11-08T11:48:47.217Z] #110 4.943 Get:57 http://deb.debian.org/debian bullseye/main arm64 xfsprogs arm64 5.10.0-4 [899 kB] [2023-11-08T11:48:47.217Z] #110 4.989 Get:58 http://deb.debian.org/debian bullseye/main arm64 zip arm64 3.0-12 [228 kB] [2023-11-08T11:48:47.217Z] #110 4.990 Get:59 http://deb.debian.org/debian bullseye/main arm64 zstd arm64 1.4.8+dfsg-2.1 [576 kB] [2023-11-08T11:48:47.476Z] #110 5.182 debconf: delaying package configuration, since apt-utils is not installed [2023-11-08T11:48:47.476Z] #110 5.226 Fetched 32.1 MB in 1s (25.3 MB/s) [2023-11-08T11:48:47.476Z] #110 5.257 Selecting previously unselected package libapparmor1:arm64. [2023-11-08T11:48:47.476Z] #110 5.257 (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 ... 15746 files and directories currently installed.) [2023-11-08T11:48:47.476Z] #110 5.266 Preparing to unpack .../00-libapparmor1_2.13.6-10_arm64.deb ... [2023-11-08T11:48:47.476Z] #110 5.275 Unpacking libapparmor1:arm64 (2.13.6-10) ... [2023-11-08T11:48:47.476Z] #110 5.321 Selecting previously unselected package libcap2:arm64. [2023-11-08T11:48:47.476Z] #110 5.323 Preparing to unpack .../01-libcap2_1%3a2.44-1_arm64.deb ... [2023-11-08T11:48:47.476Z] #110 5.329 Unpacking libcap2:arm64 (1:2.44-1) ... [2023-11-08T11:48:47.734Z] #110 5.370 Selecting previously unselected package libargon2-1:arm64. [2023-11-08T11:48:47.734Z] #110 5.372 Preparing to unpack .../02-libargon2-1_0~20171227-0.2_arm64.deb ... [2023-11-08T11:48:47.734Z] #110 5.378 Unpacking libargon2-1:arm64 (0~20171227-0.2) ... [2023-11-08T11:48:47.734Z] #110 5.419 Selecting previously unselected package dmsetup. [2023-11-08T11:48:47.734Z] #110 5.421 Preparing to unpack .../03-dmsetup_2%3a1.02.175-2.1_arm64.deb ... [2023-11-08T11:48:47.734Z] #110 5.425 Unpacking dmsetup (2:1.02.175-2.1) ... [2023-11-08T11:48:47.734Z] #110 5.470 Selecting previously unselected package libdevmapper1.02.1:arm64. [2023-11-08T11:48:47.734Z] #110 5.472 Preparing to unpack .../04-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ... [2023-11-08T11:48:47.734Z] #110 5.476 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ... [2023-11-08T11:48:47.734Z] #110 5.524 Selecting previously unselected package libjson-c5:arm64. [2023-11-08T11:48:47.734Z] #110 5.526 Preparing to unpack .../05-libjson-c5_0.15-2+deb11u1_arm64.deb ... [2023-11-08T11:48:47.734Z] #110 5.530 Unpacking libjson-c5:arm64 (0.15-2+deb11u1) ... [2023-11-08T11:48:47.734Z] #110 5.574 Selecting previously unselected package libcryptsetup12:arm64. [2023-11-08T11:48:47.734Z] #110 5.577 Preparing to unpack .../06-libcryptsetup12_2%3a2.3.7-1+deb11u1_arm64.deb ... [2023-11-08T11:48:47.734Z] #110 5.581 Unpacking libcryptsetup12:arm64 (2:2.3.7-1+deb11u1) ... [2023-11-08T11:48:47.734Z] #110 5.635 Selecting previously unselected package libip4tc2:arm64. [2023-11-08T11:48:47.734Z] #110 5.637 Preparing to unpack .../07-libip4tc2_1.8.7-1_arm64.deb ... [2023-11-08T11:48:47.734Z] #110 5.641 Unpacking libip4tc2:arm64 (1.8.7-1) ... [2023-11-08T11:48:47.734Z] #110 5.682 Selecting previously unselected package libkmod2:arm64. [2023-11-08T11:48:47.993Z] #110 5.684 Preparing to unpack .../08-libkmod2_28-1_arm64.deb ... [2023-11-08T11:48:47.993Z] #110 5.690 Unpacking libkmod2:arm64 (28-1) ... [2023-11-08T11:48:47.993Z] #110 5.893 Selecting previously unselected package systemd. [2023-11-08T11:48:47.993Z] #110 5.896 Preparing to unpack .../09-systemd_247.3-7+deb11u4_arm64.deb ... [2023-11-08T11:48:47.993Z] #110 5.944 Unpacking systemd (247.3-7+deb11u4) ... [2023-11-08T11:48:48.560Z] #110 6.319 Selecting previously unselected package pigz. [2023-11-08T11:48:48.560Z] #110 6.321 Preparing to unpack .../10-pigz_2.6-1_arm64.deb ... [2023-11-08T11:48:48.560Z] #110 6.326 Unpacking pigz (2.6-1) ... [2023-11-08T11:48:48.560Z] #110 6.369 Selecting previously unselected package libelf1:arm64. [2023-11-08T11:48:48.560Z] #110 6.371 Preparing to unpack .../11-libelf1_0.183-1_arm64.deb ... [2023-11-08T11:48:48.560Z] #110 6.378 Unpacking libelf1:arm64 (0.183-1) ... [2023-11-08T11:48:48.560Z] #110 6.435 Selecting previously unselected package libbpf0:arm64. [2023-11-08T11:48:48.560Z] #110 6.438 Preparing to unpack .../12-libbpf0_1%3a0.3-2_arm64.deb ... [2023-11-08T11:48:48.560Z] #110 6.443 Unpacking libbpf0:arm64 (1:0.3-2) ... [2023-11-08T11:48:48.560Z] #110 6.486 Selecting previously unselected package libmnl0:arm64. [2023-11-08T11:48:48.819Z] #110 6.488 Preparing to unpack .../13-libmnl0_1.0.4-3_arm64.deb ... [2023-11-08T11:48:48.819Z] #110 6.492 Unpacking libmnl0:arm64 (1.0.4-3) ... [2023-11-08T11:48:48.819Z] #110 6.549 Selecting previously unselected package libxtables12:arm64. [2023-11-08T11:48:48.819Z] #110 6.551 Preparing to unpack .../14-libxtables12_1.8.7-1_arm64.deb ... [2023-11-08T11:48:48.819Z] #110 6.556 Unpacking libxtables12:arm64 (1.8.7-1) ... [2023-11-08T11:48:48.819Z] #110 6.589 Selecting previously unselected package libcap2-bin. [2023-11-08T11:48:48.819Z] #110 6.591 Preparing to unpack .../15-libcap2-bin_1%3a2.44-1_arm64.deb ... [2023-11-08T11:48:48.819Z] #110 6.595 Unpacking libcap2-bin (1:2.44-1) ... [2023-11-08T11:48:48.819Z] #110 6.642 Selecting previously unselected package iproute2. [2023-11-08T11:48:48.819Z] #110 6.645 Preparing to unpack .../16-iproute2_5.10.0-4_arm64.deb ... [2023-11-08T11:48:48.819Z] #110 6.649 Unpacking iproute2 (5.10.0-4) ... [2023-11-08T11:48:49.078Z] #110 6.752 Selecting previously unselected package xxd. [2023-11-08T11:48:49.078Z] #110 6.754 Preparing to unpack .../17-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2023-11-08T11:48:49.078Z] #110 6.760 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2023-11-08T11:48:49.078Z] #110 6.814 Selecting previously unselected package vim-common. [2023-11-08T11:48:49.078Z] #110 6.817 Preparing to unpack .../18-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2023-11-08T11:48:49.078Z] #110 6.826 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2023-11-08T11:48:49.078Z] #110 6.885 Selecting previously unselected package bash-completion. [2023-11-08T11:48:49.078Z] #110 6.887 Preparing to unpack .../19-bash-completion_1%3a2.11-2_all.deb ... [2023-11-08T11:48:50.015Z] #110 7.538 Unpacking bash-completion (1:2.11-2) ... [2023-11-08T11:48:50.015Z] #110 7.655 Selecting previously unselected package bzip2. [2023-11-08T11:48:50.015Z] #110 7.657 Preparing to unpack .../20-bzip2_1.0.8-4_arm64.deb ... [2023-11-08T11:48:50.015Z] #110 7.662 Unpacking bzip2 (1.0.8-4) ... [2023-11-08T11:48:50.015Z] #110 7.705 Selecting previously unselected package xz-utils. [2023-11-08T11:48:50.015Z] #110 7.707 Preparing to unpack .../21-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ... [2023-11-08T11:48:50.015Z] #110 7.711 Unpacking xz-utils (5.2.5-2.1~deb11u1) ... [2023-11-08T11:48:50.015Z] #110 7.775 Selecting previously unselected package apparmor. [2023-11-08T11:48:50.015Z] #110 7.777 Preparing to unpack .../22-apparmor_2.13.6-10_arm64.deb ... [2023-11-08T11:48:50.015Z] #110 7.800 Unpacking apparmor (2.13.6-10) ... [2023-11-08T11:48:50.015Z] #110 7.897 Selecting previously unselected package inetutils-ping. [2023-11-08T11:48:50.274Z] #110 7.900 Preparing to unpack .../23-inetutils-ping_2%3a2.0-1+deb11u2_arm64.deb ... [2023-11-08T11:48:50.274Z] #110 7.904 Unpacking inetutils-ping (2:2.0-1+deb11u2) ... [2023-11-08T11:48:50.274Z] #110 7.955 Selecting previously unselected package libip6tc2:arm64. [2023-11-08T11:48:50.274Z] #110 7.958 Preparing to unpack .../24-libip6tc2_1.8.7-1_arm64.deb ... [2023-11-08T11:48:50.274Z] #110 7.962 Unpacking libip6tc2:arm64 (1.8.7-1) ... [2023-11-08T11:48:50.274Z] #110 8.003 Selecting previously unselected package libnfnetlink0:arm64. [2023-11-08T11:48:50.274Z] #110 8.005 Preparing to unpack .../25-libnfnetlink0_1.0.1-3+b1_arm64.deb ... [2023-11-08T11:48:50.274Z] #110 8.009 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ... [2023-11-08T11:48:50.274Z] #110 8.053 Selecting previously unselected package libnetfilter-conntrack3:arm64. [2023-11-08T11:48:50.274Z] #110 8.055 Preparing to unpack .../26-libnetfilter-conntrack3_1.0.8-3_arm64.deb ... [2023-11-08T11:48:50.274Z] #110 8.061 Unpacking libnetfilter-conntrack3:arm64 (1.0.8-3) ... [2023-11-08T11:48:50.274Z] #110 8.102 Selecting previously unselected package libnftnl11:arm64. [2023-11-08T11:48:50.274Z] #110 8.105 Preparing to unpack .../27-libnftnl11_1.1.9-1_arm64.deb ... [2023-11-08T11:48:50.274Z] #110 8.109 Unpacking libnftnl11:arm64 (1.1.9-1) ... [2023-11-08T11:48:50.274Z] #110 8.151 Selecting previously unselected package iptables. [2023-11-08T11:48:50.274Z] #110 8.153 Preparing to unpack .../28-iptables_1.8.7-1_arm64.deb ... [2023-11-08T11:48:50.274Z] #110 8.157 Unpacking iptables (1.8.7-1) ... [2023-11-08T11:48:50.274Z] #110 8.232 Selecting previously unselected package libonig5:arm64. [2023-11-08T11:48:50.533Z] #110 8.235 Preparing to unpack .../29-libonig5_6.9.6-1.1_arm64.deb ... [2023-11-08T11:48:50.533Z] #110 8.240 Unpacking libonig5:arm64 (6.9.6-1.1) ... [2023-11-08T11:48:50.533Z] #110 8.294 Selecting previously unselected package libjq1:arm64. [2023-11-08T11:48:50.533Z] #110 8.297 Preparing to unpack .../30-libjq1_1.6-2.1_arm64.deb ... [2023-11-08T11:48:50.533Z] #110 8.301 Unpacking libjq1:arm64 (1.6-2.1) ... [2023-11-08T11:48:50.533Z] #110 8.344 Selecting previously unselected package jq. [2023-11-08T11:48:50.533Z] #110 8.347 Preparing to unpack .../31-jq_1.6-2.1_arm64.deb ... [2023-11-08T11:48:50.533Z] #110 8.351 Unpacking jq (1.6-2.1) ... [2023-11-08T11:48:50.533Z] #110 8.396 Selecting previously unselected package libaio1:arm64. [2023-11-08T11:48:50.533Z] #110 8.399 Preparing to unpack .../32-libaio1_0.3.112-9_arm64.deb ... [2023-11-08T11:48:50.533Z] #110 8.403 Unpacking libaio1:arm64 (0.3.112-9) ... [2023-11-08T11:48:50.533Z] #110 8.448 Selecting previously unselected package libgpm2:arm64. [2023-11-08T11:48:50.792Z] #110 8.450 Preparing to unpack .../33-libgpm2_1.20.7-8_arm64.deb ... [2023-11-08T11:48:50.792Z] #110 8.454 Unpacking libgpm2:arm64 (1.20.7-8) ... [2023-11-08T11:48:50.792Z] #110 8.497 Selecting previously unselected package libicu67:arm64. [2023-11-08T11:48:50.792Z] #110 8.499 Preparing to unpack .../34-libicu67_67.1-7_arm64.deb ... [2023-11-08T11:48:50.792Z] #110 8.504 Unpacking libicu67:arm64 (67.1-7) ... [2023-11-08T11:48:51.359Z] #110 9.178 Selecting previously unselected package libinih1:arm64. [2023-11-08T11:48:51.359Z] #110 9.181 Preparing to unpack .../35-libinih1_53-1+b2_arm64.deb ... [2023-11-08T11:48:51.359Z] #110 9.185 Unpacking libinih1:arm64 (53-1+b2) ... [2023-11-08T11:48:51.359Z] #110 9.228 Selecting previously unselected package libmicrohttpd12:arm64. [2023-11-08T11:48:51.359Z] #110 9.230 Preparing to unpack .../36-libmicrohttpd12_0.9.72-2_arm64.deb ... [2023-11-08T11:48:51.359Z] #110 9.235 Unpacking libmicrohttpd12:arm64 (0.9.72-2) ... [2023-11-08T11:48:51.359Z] #110 9.283 Selecting previously unselected package libnet1:arm64. [2023-11-08T11:48:51.617Z] #110 9.285 Preparing to unpack .../37-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2023-11-08T11:48:51.617Z] #110 9.290 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2023-11-08T11:48:51.617Z] #110 9.337 Selecting previously unselected package libnl-3-200:arm64. [2023-11-08T11:48:51.617Z] #110 9.339 Preparing to unpack .../38-libnl-3-200_3.4.0-1+b1_arm64.deb ... [2023-11-08T11:48:51.617Z] #110 9.344 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ... [2023-11-08T11:48:51.617Z] #110 9.391 Selecting previously unselected package libprotobuf-c1:arm64. [2023-11-08T11:48:51.617Z] #110 9.393 Preparing to unpack .../39-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... [2023-11-08T11:48:51.617Z] #110 9.397 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2023-11-08T11:48:51.617Z] #110 9.441 Selecting previously unselected package libyajl2:arm64. [2023-11-08T11:48:51.617Z] #110 9.444 Preparing to unpack .../40-libyajl2_2.1.0-3+deb11u2_arm64.deb ... [2023-11-08T11:48:51.617Z] #110 9.448 Unpacking libyajl2:arm64 (2.1.0-3+deb11u2) ... [2023-11-08T11:48:51.617Z] #110 9.482 Selecting previously unselected package net-tools. [2023-11-08T11:48:51.617Z] #110 9.484 Preparing to unpack .../41-net-tools_1.60+git20181103.0eebece-1_arm64.deb ... [2023-11-08T11:48:51.617Z] #110 9.490 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2023-11-08T11:48:51.876Z] #110 9.553 Selecting previously unselected package patch. [2023-11-08T11:48:51.876Z] #110 9.556 Preparing to unpack .../42-patch_2.7.6-7_arm64.deb ... [2023-11-08T11:48:51.876Z] #110 9.560 Unpacking patch (2.7.6-7) ... [2023-11-08T11:48:51.876Z] #110 9.601 Selecting previously unselected package python-pip-whl. [2023-11-08T11:48:51.876Z] #110 9.604 Preparing to unpack .../43-python-pip-whl_20.3.4-4+deb11u1_all.deb ... [2023-11-08T11:48:51.876Z] #110 9.608 Unpacking python-pip-whl (20.3.4-4+deb11u1) ... [2023-11-08T11:48:51.876Z] #110 9.747 Selecting previously unselected package python3-lib2to3. [2023-11-08T11:48:51.876Z] #110 9.750 Preparing to unpack .../44-python3-lib2to3_3.9.2-1_all.deb ... [2023-11-08T11:48:51.876Z] #110 9.755 Unpacking python3-lib2to3 (3.9.2-1) ... [2023-11-08T11:48:51.876Z] #110 9.800 Selecting previously unselected package python3-distutils. [2023-11-08T11:48:52.135Z] #110 9.802 Preparing to unpack .../45-python3-distutils_3.9.2-1_all.deb ... [2023-11-08T11:48:52.135Z] #110 9.807 Unpacking python3-distutils (3.9.2-1) ... [2023-11-08T11:48:52.135Z] #110 9.862 Selecting previously unselected package python3-pkg-resources. [2023-11-08T11:48:52.135Z] #110 9.864 Preparing to unpack .../46-python3-pkg-resources_52.0.0-4_all.deb ... [2023-11-08T11:48:52.135Z] #110 9.869 Unpacking python3-pkg-resources (52.0.0-4) ... [2023-11-08T11:48:52.135Z] #110 9.917 Selecting previously unselected package python3-setuptools. [2023-11-08T11:48:52.135Z] #110 9.919 Preparing to unpack .../47-python3-setuptools_52.0.0-4_all.deb ... [2023-11-08T11:48:52.135Z] #110 9.924 Unpacking python3-setuptools (52.0.0-4) ... [2023-11-08T11:48:52.135Z] #110 9.988 Selecting previously unselected package python3-wheel. [2023-11-08T11:48:52.135Z] #110 9.991 Preparing to unpack .../48-python3-wheel_0.34.2-1_all.deb ... [2023-11-08T11:48:52.135Z] #110 9.995 Unpacking python3-wheel (0.34.2-1) ... [2023-11-08T11:48:52.135Z] #110 10.04 Selecting previously unselected package python3-pip. [2023-11-08T11:48:52.393Z] #110 10.04 Preparing to unpack .../49-python3-pip_20.3.4-4+deb11u1_all.deb ... [2023-11-08T11:48:52.393Z] #110 10.04 Unpacking python3-pip (20.3.4-4+deb11u1) ... [2023-11-08T11:48:52.393Z] #110 10.21 Selecting previously unselected package sudo. [2023-11-08T11:48:52.393Z] #110 10.21 Preparing to unpack .../50-sudo_1.9.5p2-3+deb11u1_arm64.deb ... [2023-11-08T11:48:52.393Z] #110 10.22 Unpacking sudo (1.9.5p2-3+deb11u1) ... [2023-11-08T11:48:52.652Z] #110 10.34 Selecting previously unselected package systemd-journal-remote. [2023-11-08T11:48:52.652Z] #110 10.34 Preparing to unpack .../51-systemd-journal-remote_247.3-7+deb11u4_arm64.deb ... [2023-11-08T11:48:52.652Z] #110 10.34 Unpacking systemd-journal-remote (247.3-7+deb11u4) ... [2023-11-08T11:48:52.652Z] #110 10.39 Selecting previously unselected package thin-provisioning-tools. [2023-11-08T11:48:52.652Z] #110 10.39 Preparing to unpack .../52-thin-provisioning-tools_0.9.0-1_arm64.deb ... [2023-11-08T11:48:52.652Z] #110 10.40 Unpacking thin-provisioning-tools (0.9.0-1) ... [2023-11-08T11:48:52.652Z] #110 10.46 Selecting previously unselected package uidmap. [2023-11-08T11:48:52.652Z] #110 10.47 Preparing to unpack .../53-uidmap_1%3a4.8.1-1_arm64.deb ... [2023-11-08T11:48:52.652Z] #110 10.47 Unpacking uidmap (1:4.8.1-1) ... [2023-11-08T11:48:52.652Z] #110 10.55 Selecting previously unselected package vim-runtime. [2023-11-08T11:48:52.652Z] #110 10.56 Preparing to unpack .../54-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2023-11-08T11:48:52.652Z] #110 10.57 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2023-11-08T11:48:52.911Z] #110 10.58 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2023-11-08T11:48:52.911Z] #110 10.59 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2023-11-08T11:48:53.478Z] #110 11.21 Selecting previously unselected package vim. [2023-11-08T11:48:53.478Z] #110 11.21 Preparing to unpack .../55-vim_2%3a8.2.2434-3+deb11u1_arm64.deb ... [2023-11-08T11:48:53.478Z] #110 11.22 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2023-11-08T11:48:53.737Z] #110 11.36 Selecting previously unselected package xfsprogs. [2023-11-08T11:48:53.737Z] #110 11.36 Preparing to unpack .../56-xfsprogs_5.10.0-4_arm64.deb ... [2023-11-08T11:48:53.737Z] #110 11.37 Unpacking xfsprogs (5.10.0-4) ... [2023-11-08T11:48:53.737Z] #110 11.47 Selecting previously unselected package zip. [2023-11-08T11:48:53.737Z] #110 11.47 Preparing to unpack .../57-zip_3.0-12_arm64.deb ... [2023-11-08T11:48:53.737Z] #110 11.48 Unpacking zip (3.0-12) ... [2023-11-08T11:48:53.737Z] #110 11.53 Selecting previously unselected package zstd. [2023-11-08T11:48:53.737Z] #110 11.53 Preparing to unpack .../58-zstd_1.4.8+dfsg-2.1_arm64.deb ... [2023-11-08T11:48:53.737Z] #110 11.54 Unpacking zstd (1.4.8+dfsg-2.1) ... [2023-11-08T11:48:53.995Z] #110 11.68 Setting up python3-pkg-resources (52.0.0-4) ... [2023-11-08T11:48:53.995Z] #110 11.88 Setting up libip4tc2:arm64 (1.8.7-1) ... [2023-11-08T11:48:54.254Z] #110 11.89 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2023-11-08T11:48:54.254Z] #110 11.90 Setting up libapparmor1:arm64 (2.13.6-10) ... [2023-11-08T11:48:54.254Z] #110 11.92 Setting up libgpm2:arm64 (1.20.7-8) ... [2023-11-08T11:48:54.254Z] #110 11.93 Setting up libicu67:arm64 (67.1-7) ... [2023-11-08T11:48:54.254Z] #110 11.94 Setting up libip6tc2:arm64 (1.8.7-1) ... [2023-11-08T11:48:54.254Z] #110 11.96 Setting up libinih1:arm64 (53-1+b2) ... [2023-11-08T11:48:54.254Z] #110 11.97 Setting up libargon2-1:arm64 (0~20171227-0.2) ... [2023-11-08T11:48:54.254Z] #110 11.98 Setting up uidmap (1:4.8.1-1) ... [2023-11-08T11:48:54.254Z] #110 11.99 Setting up libyajl2:arm64 (2.1.0-3+deb11u2) ... [2023-11-08T11:48:54.254Z] #110 12.00 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2023-11-08T11:48:54.254Z] #110 12.02 Setting up bzip2 (1.0.8-4) ... [2023-11-08T11:48:54.254Z] #110 12.03 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2023-11-08T11:48:54.254Z] #110 12.04 Setting up python3-wheel (0.34.2-1) ... [2023-11-08T11:48:54.513Z] #110 12.19 Setting up libmicrohttpd12:arm64 (0.9.72-2) ... [2023-11-08T11:48:54.513Z] #110 12.20 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2023-11-08T11:48:54.513Z] #110 12.22 Setting up libcap2:arm64 (1:2.44-1) ... [2023-11-08T11:48:54.513Z] #110 12.23 Setting up libcap2-bin (1:2.44-1) ... [2023-11-08T11:48:54.513Z] #110 12.24 Setting up apparmor (2.13.6-10) ... [2023-11-08T11:48:55.889Z] #110 13.45 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2023-11-08T11:48:55.889Z] #110 13.48 Setting up zip (3.0-12) ... [2023-11-08T11:48:55.889Z] #110 13.50 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2023-11-08T11:48:55.889Z] #110 13.52 Setting up bash-completion (1:2.11-2) ... [2023-11-08T11:48:56.457Z] #110 14.27 Setting up xz-utils (5.2.5-2.1~deb11u1) ... [2023-11-08T11:48:56.457Z] #110 14.29 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2023-11-08T11:48:56.457Z] #110 14.31 Setting up libmnl0:arm64 (1.0.4-3) ... [2023-11-08T11:48:56.457Z] #110 14.32 Setting up patch (2.7.6-7) ... [2023-11-08T11:48:56.457Z] #110 14.34 Setting up sudo (1.9.5p2-3+deb11u1) ... [2023-11-08T11:48:56.457Z] #110 14.39 invoke-rc.d: could not determine current runlevel [2023-11-08T11:48:56.718Z] #110 14.39 invoke-rc.d: policy-rc.d denied execution of start. [2023-11-08T11:48:56.718Z] #110 14.41 Setting up libxtables12:arm64 (1.8.7-1) ... [2023-11-08T11:48:56.718Z] #110 14.43 Setting up inetutils-ping (2:2.0-1+deb11u2) ... [2023-11-08T11:48:56.718Z] #110 14.44 Setting up pigz (2.6-1) ... [2023-11-08T11:48:56.718Z] #110 14.46 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ... [2023-11-08T11:48:56.718Z] #110 14.48 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ... [2023-11-08T11:48:56.718Z] #110 14.51 Setting up python-pip-whl (20.3.4-4+deb11u1) ... [2023-11-08T11:48:56.718Z] #110 14.52 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2023-11-08T11:48:56.976Z] #110 14.71 Setting up libaio1:arm64 (0.3.112-9) ... [2023-11-08T11:48:56.976Z] #110 14.73 Setting up python3-lib2to3 (3.9.2-1) ... [2023-11-08T11:48:56.976Z] #110 14.83 Setting up libelf1:arm64 (0.183-1) ... [2023-11-08T11:48:56.976Z] #110 14.85 Setting up libjson-c5:arm64 (0.15-2+deb11u1) ... [2023-11-08T11:48:56.976Z] #110 14.86 Setting up zstd (1.4.8+dfsg-2.1) ... [2023-11-08T11:48:56.976Z] #110 14.88 Setting up libonig5:arm64 (6.9.6-1.1) ... [2023-11-08T11:48:56.976Z] #110 14.89 Setting up libkmod2:arm64 (28-1) ... [2023-11-08T11:48:56.976Z] #110 14.91 Setting up python3-distutils (3.9.2-1) ... [2023-11-08T11:48:57.234Z] #110 15.04 Setting up vim (2:8.2.2434-3+deb11u1) ... [2023-11-08T11:48:57.235Z] #110 15.05 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2023-11-08T11:48:57.235Z] #110 15.06 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2023-11-08T11:48:57.235Z] #110 15.07 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2023-11-08T11:48:57.235Z] #110 15.07 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2023-11-08T11:48:57.235Z] #110 15.08 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2023-11-08T11:48:57.235Z] #110 15.08 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2023-11-08T11:48:57.235Z] #110 15.09 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2023-11-08T11:48:57.235Z] #110 15.09 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2023-11-08T11:48:57.235Z] #110 15.11 Setting up python3-setuptools (52.0.0-4) ... [2023-11-08T11:48:57.493Z] #110 15.43 Setting up libjq1:arm64 (1.6-2.1) ... [2023-11-08T11:48:57.493Z] #110 15.45 Setting up libnftnl11:arm64 (1.1.9-1) ... [2023-11-08T11:48:57.751Z] #110 15.46 Setting up thin-provisioning-tools (0.9.0-1) ... [2023-11-08T11:48:57.751Z] #110 15.47 Setting up python3-pip (20.3.4-4+deb11u1) ... [2023-11-08T11:48:58.010Z] #110 15.74 Setting up libnetfilter-conntrack3:arm64 (1.0.8-3) ... [2023-11-08T11:48:58.010Z] #110 15.75 Setting up jq (1.6-2.1) ... [2023-11-08T11:48:58.010Z] #110 15.76 Setting up libbpf0:arm64 (1:0.3-2) ... [2023-11-08T11:48:58.010Z] #110 15.78 Setting up iptables (1.8.7-1) ... [2023-11-08T11:48:58.010Z] #110 15.79 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2023-11-08T11:48:58.010Z] #110 15.80 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2023-11-08T11:48:58.010Z] #110 15.80 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2023-11-08T11:48:58.010Z] #110 15.81 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2023-11-08T11:48:58.010Z] #110 15.81 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2023-11-08T11:48:58.010Z] #110 15.82 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2023-11-08T11:48:58.010Z] #110 15.82 Setting up iproute2 (5.10.0-4) ... [2023-11-08T11:48:58.271Z] #110 16.16 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ... [2023-11-08T11:48:58.530Z] #110 16.17 Setting up dmsetup (2:1.02.175-2.1) ... [2023-11-08T11:48:58.530Z] #110 16.19 Setting up libcryptsetup12:arm64 (2:2.3.7-1+deb11u1) ... [2023-11-08T11:48:58.530Z] #110 16.21 Setting up systemd (247.3-7+deb11u4) ... [2023-11-08T11:48:58.530Z] #110 16.27 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. [2023-11-08T11:48:58.530Z] #110 16.27 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. [2023-11-08T11:48:58.530Z] #110 16.27 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. [2023-11-08T11:48:58.530Z] #110 16.28 Initializing machine ID from random generator. [2023-11-08T11:48:58.808Z] #110 16.70 Setting up systemd-journal-remote (247.3-7+deb11u4) ... [2023-11-08T11:48:59.066Z] #110 16.90 Setting up xfsprogs (5.10.0-4) ... [2023-11-08T11:48:59.066Z] #110 16.91 System has not been booted with systemd as init system (PID 1). Can't operate. [2023-11-08T11:48:59.066Z] #110 16.91 Failed to connect to bus: Host is down [2023-11-08T11:48:59.066Z] #110 16.92 Processing triggers for libc-bin (2.31-13+deb11u7) ... [2023-11-08T11:48:59.633Z] #110 DONE 17.6s [2023-11-08T11:48:59.892Z] [2023-11-08T11:48:59.892Z] #111 [dev-base 9/13] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2023-11-08T11:49:00.150Z] #111 0.361 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2023-11-08T11:49:00.150Z] #111 0.365 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2023-11-08T11:49:00.150Z] #111 0.368 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2023-11-08T11:49:00.150Z] #111 DONE 0.4s [2023-11-08T11:49:00.150Z] [2023-11-08T11:49:00.150Z] #112 [dev-base 10/13] RUN pip3 install yamllint==1.27.1 [2023-11-08T11:49:06.714Z] #112 5.616 Collecting yamllint==1.27.1 [2023-11-08T11:49:06.714Z] #112 6.640 Downloading yamllint-1.27.1.tar.gz (129 kB) [2023-11-08T11:49:07.281Z] #112 6.941 Collecting pathspec>=0.5.3 [2023-11-08T11:49:07.281Z] #112 6.945 Downloading pathspec-0.11.2-py3-none-any.whl (29 kB) [2023-11-08T11:49:07.281Z] #112 7.050 Collecting pyyaml [2023-11-08T11:49:07.281Z] #112 7.056 Downloading PyYAML-6.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (731 kB) [2023-11-08T11:49:07.281Z] #112 7.079 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.27.1) (52.0.0) [2023-11-08T11:49:07.281Z] #112 7.083 Building wheels for collected packages: yamllint [2023-11-08T11:49:07.281Z] #112 7.083 Building wheel for yamllint (setup.py): started [2023-11-08T11:49:07.540Z] #112 7.335 Building wheel for yamllint (setup.py): finished with status 'done' [2023-11-08T11:49:07.540Z] #112 7.336 Created wheel for yamllint: filename=yamllint-1.27.1-py2.py3-none-any.whl size=62024 sha256=bb6cd749812f4531472185bddd6a9ec4656eca130f4f584d73401c2cb38b38c9 [2023-11-08T11:49:07.540Z] #112 7.336 Stored in directory: /root/.cache/pip/wheels/96/6b/41/cdc6102faa47924bd11794a9b3d5e6d7107daf6548c46f79ee [2023-11-08T11:49:07.540Z] #112 7.338 Successfully built yamllint [2023-11-08T11:49:07.540Z] #112 7.344 Installing collected packages: pyyaml, pathspec, yamllint [2023-11-08T11:49:07.540Z] #112 7.463 Successfully installed pathspec-0.11.2 pyyaml-6.0.1 yamllint-1.27.1 [2023-11-08T11:49:07.799Z] #112 DONE 7.7s [2023-11-08T11:49:07.799Z] [2023-11-08T11:49:07.799Z] #113 [dev-base 11/13] 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 --no-install-recommends -y gcc pkg-config dpkg-dev libapparmor-dev libseccomp-dev libsecret-1-dev libsystemd-dev libudev-dev [2023-11-08T11:49:08.366Z] #113 0.649 Hit:1 http://deb.debian.org/debian bullseye InRelease [2023-11-08T11:49:08.366Z] #113 0.649 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease [2023-11-08T11:49:08.366Z] #113 0.649 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease [2023-11-08T11:49:09.500Z] #113 1.011 Reading package lists... [2023-11-08T11:49:10.067Z] #113 1.558 Reading package lists... [2023-11-08T11:49:10.326Z] #113 2.106 Building dependency tree... [2023-11-08T11:49:10.326Z] #113 2.272 Reading state information... [2023-11-08T11:49:10.326Z] #113 2.482 gcc is already the newest version (4:10.2.1-1). [2023-11-08T11:49:10.326Z] #113 2.482 pkg-config is already the newest version (0.29.2-1). [2023-11-08T11:49:10.326Z] #113 2.482 The following additional packages will be installed: [2023-11-08T11:49:10.326Z] #113 2.482 gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libffi-dev [2023-11-08T11:49:10.326Z] #113 2.482 libgirepository-1.0-1 libglib2.0-bin libglib2.0-data libglib2.0-dev [2023-11-08T11:49:10.326Z] #113 2.483 libglib2.0-dev-bin libmount-dev libpcre16-3 libpcre2-16-0 libpcre2-32-0 [2023-11-08T11:49:10.326Z] #113 2.483 libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2023-11-08T11:49:10.326Z] #113 2.483 libsecret-1-0 libsecret-common libselinux1-dev libsepol1-dev uuid-dev [2023-11-08T11:49:10.326Z] #113 2.483 zlib1g-dev [2023-11-08T11:49:10.326Z] #113 2.485 Suggested packages: [2023-11-08T11:49:10.326Z] #113 2.485 debian-keyring libgirepository1.0-dev libglib2.0-doc libgdk-pixbuf2.0-bin [2023-11-08T11:49:10.326Z] #113 2.485 | libgdk-pixbuf2.0-dev libxml2-utils seccomp [2023-11-08T11:49:10.326Z] #113 2.485 Recommended packages: [2023-11-08T11:49:10.326Z] #113 2.485 build-essential fakeroot libalgorithm-merge-perl [2023-11-08T11:49:10.585Z] #113 2.709 The following NEW packages will be installed: [2023-11-08T11:49:10.585Z] #113 2.709 dpkg-dev gir1.2-glib-2.0 gir1.2-secret-1 libapparmor-dev libblkid-dev [2023-11-08T11:49:10.585Z] #113 2.709 libffi-dev libgirepository-1.0-1 libglib2.0-bin libglib2.0-data [2023-11-08T11:49:10.585Z] #113 2.710 libglib2.0-dev libglib2.0-dev-bin libmount-dev libpcre16-3 libpcre2-16-0 [2023-11-08T11:49:10.585Z] #113 2.710 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3 [2023-11-08T11:49:10.585Z] #113 2.710 libpcrecpp0v5 libseccomp-dev libsecret-1-0 libsecret-1-dev libsecret-common [2023-11-08T11:49:10.585Z] #113 2.710 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev uuid-dev zlib1g-dev [2023-11-08T11:49:10.843Z] #113 2.984 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2023-11-08T11:49:10.844Z] #113 2.984 Need to get 10.2 MB of archives. [2023-11-08T11:49:10.844Z] #113 2.984 After this operation, 41.2 MB of additional disk space will be used. [2023-11-08T11:49:10.844Z] #113 2.984 Get:1 http://deb.debian.org/debian bullseye/main arm64 dpkg-dev all 1.20.13 [2314 kB] [2023-11-08T11:49:10.844Z] #113 3.004 Get:2 http://deb.debian.org/debian bullseye/main arm64 libgirepository-1.0-1 arm64 1.66.1-1+b1 [88.6 kB] [2023-11-08T11:49:10.844Z] #113 3.006 Get:3 http://deb.debian.org/debian bullseye/main arm64 gir1.2-glib-2.0 arm64 1.66.1-1+b1 [151 kB] [2023-11-08T11:49:10.844Z] #113 3.008 Get:4 http://deb.debian.org/debian bullseye/main arm64 libsecret-common all 0.20.4-2 [26.7 kB] [2023-11-08T11:49:10.844Z] #113 3.008 Get:5 http://deb.debian.org/debian bullseye/main arm64 libsecret-1-0 arm64 0.20.4-2 [107 kB] [2023-11-08T11:49:10.844Z] #113 3.009 Get:6 http://deb.debian.org/debian bullseye/main arm64 gir1.2-secret-1 arm64 0.20.4-2 [13.7 kB] [2023-11-08T11:49:10.844Z] #113 3.010 Get:7 http://deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB] [2023-11-08T11:49:10.844Z] #113 3.012 Get:8 http://deb.debian.org/debian bullseye/main arm64 uuid-dev arm64 2.36.1-8+deb11u1 [99.6 kB] [2023-11-08T11:49:10.844Z] #113 3.015 Get:9 http://deb.debian.org/debian bullseye/main arm64 libblkid-dev arm64 2.36.1-8+deb11u1 [229 kB] [2023-11-08T11:49:10.844Z] #113 3.016 Get:10 http://deb.debian.org/debian bullseye/main arm64 libffi-dev arm64 3.3-6 [53.2 kB] [2023-11-08T11:49:10.844Z] #113 3.016 Get:11 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-data all 2.66.8-1 [1164 kB] [2023-11-08T11:49:10.844Z] #113 3.022 Get:12 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-bin arm64 2.66.8-1 [137 kB] [2023-11-08T11:49:10.844Z] #113 3.023 Get:13 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-dev-bin arm64 2.66.8-1 [177 kB] [2023-11-08T11:49:10.844Z] #113 3.024 Get:14 http://deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB] [2023-11-08T11:49:10.844Z] #113 3.026 Get:15 http://deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2+deb11u1 [203 kB] [2023-11-08T11:49:10.844Z] #113 3.027 Get:16 http://deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2+deb11u1 [194 kB] [2023-11-08T11:49:10.844Z] #113 3.028 Get:17 http://deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2+deb11u1 [49.1 kB] [2023-11-08T11:49:11.103Z] #113 3.197 Get:18 http://deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2+deb11u1 [647 kB] [2023-11-08T11:49:11.103Z] #113 3.201 Get:19 http://deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB] [2023-11-08T11:49:11.103Z] #113 3.202 Get:20 http://deb.debian.org/debian bullseye/main arm64 libmount-dev arm64 2.36.1-8+deb11u1 [78.0 kB] [2023-11-08T11:49:11.103Z] #113 3.203 Get:21 http://deb.debian.org/debian bullseye/main arm64 libpcre16-3 arm64 2:8.39-13 [236 kB] [2023-11-08T11:49:11.103Z] #113 3.205 Get:22 http://deb.debian.org/debian bullseye/main arm64 libpcre32-3 arm64 2:8.39-13 [229 kB] [2023-11-08T11:49:11.103Z] #113 3.208 Get:23 http://deb.debian.org/debian bullseye/main arm64 libpcrecpp0v5 arm64 2:8.39-13 [151 kB] [2023-11-08T11:49:11.103Z] #113 3.210 Get:24 http://deb.debian.org/debian bullseye/main arm64 libpcre3-dev arm64 2:8.39-13 [579 kB] [2023-11-08T11:49:11.103Z] #113 3.213 Get:25 http://deb.debian.org/debian bullseye/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-2+deb11u2 [189 kB] [2023-11-08T11:49:11.103Z] #113 3.224 Get:26 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-dev arm64 2.66.8-1 [1592 kB] [2023-11-08T11:49:11.103Z] #113 3.232 Get:27 http://deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB] [2023-11-08T11:49:11.103Z] #113 3.233 Get:28 http://deb.debian.org/debian bullseye/main arm64 libsecret-1-dev arm64 0.20.4-2 [218 kB] [2023-11-08T11:49:11.103Z] #113 3.234 Get:29 http://deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7+deb11u4 [402 kB] [2023-11-08T11:49:11.103Z] #113 3.236 Get:30 http://deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7+deb11u4 [124 kB] [2023-11-08T11:49:11.362Z] #113 3.397 debconf: delaying package configuration, since apt-utils is not installed [2023-11-08T11:49:11.362Z] #113 3.441 Fetched 10.2 MB in 1s (19.7 MB/s) [2023-11-08T11:49:11.362Z] #113 3.467 Selecting previously unselected package dpkg-dev. [2023-11-08T11:49:11.362Z] #113 3.467 (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 ... 21237 files and directories currently installed.) [2023-11-08T11:49:11.362Z] #113 3.480 Preparing to unpack .../00-dpkg-dev_1.20.13_all.deb ... [2023-11-08T11:49:11.362Z] #113 3.484 Unpacking dpkg-dev (1.20.13) ... [2023-11-08T11:49:11.621Z] #113 3.621 Selecting previously unselected package libgirepository-1.0-1:arm64. [2023-11-08T11:49:11.621Z] #113 3.624 Preparing to unpack .../01-libgirepository-1.0-1_1.66.1-1+b1_arm64.deb ... [2023-11-08T11:49:11.621Z] #113 3.634 Unpacking libgirepository-1.0-1:arm64 (1.66.1-1+b1) ... [2023-11-08T11:49:11.621Z] #113 3.671 Selecting previously unselected package gir1.2-glib-2.0:arm64. [2023-11-08T11:49:11.621Z] #113 3.674 Preparing to unpack .../02-gir1.2-glib-2.0_1.66.1-1+b1_arm64.deb ... [2023-11-08T11:49:11.621Z] #113 3.678 Unpacking gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ... [2023-11-08T11:49:11.621Z] #113 3.724 Selecting previously unselected package libsecret-common. [2023-11-08T11:49:11.621Z] #113 3.727 Preparing to unpack .../03-libsecret-common_0.20.4-2_all.deb ... [2023-11-08T11:49:11.621Z] #113 3.732 Unpacking libsecret-common (0.20.4-2) ... [2023-11-08T11:49:11.621Z] #113 3.787 Selecting previously unselected package libsecret-1-0:arm64. [2023-11-08T11:49:11.621Z] #113 3.790 Preparing to unpack .../04-libsecret-1-0_0.20.4-2_arm64.deb ... [2023-11-08T11:49:11.621Z] #113 3.795 Unpacking libsecret-1-0:arm64 (0.20.4-2) ... [2023-11-08T11:49:11.621Z] #113 3.850 Selecting previously unselected package gir1.2-secret-1:arm64. [2023-11-08T11:49:11.621Z] #113 3.853 Preparing to unpack .../05-gir1.2-secret-1_0.20.4-2_arm64.deb ... [2023-11-08T11:49:11.621Z] #113 3.857 Unpacking gir1.2-secret-1:arm64 (0.20.4-2) ... [2023-11-08T11:49:11.621Z] #113 3.889 Selecting previously unselected package libapparmor-dev:arm64. [2023-11-08T11:49:11.880Z] #113 3.891 Preparing to unpack .../06-libapparmor-dev_2.13.6-10_arm64.deb ... [2023-11-08T11:49:11.880Z] #113 3.895 Unpacking libapparmor-dev:arm64 (2.13.6-10) ... [2023-11-08T11:49:11.880Z] #113 3.942 Selecting previously unselected package uuid-dev:arm64. [2023-11-08T11:49:11.880Z] #113 3.945 Preparing to unpack .../07-uuid-dev_2.36.1-8+deb11u1_arm64.deb ... [2023-11-08T11:49:11.880Z] #113 3.949 Unpacking uuid-dev:arm64 (2.36.1-8+deb11u1) ... [2023-11-08T11:49:11.880Z] #113 3.998 Selecting previously unselected package libblkid-dev:arm64. [2023-11-08T11:49:11.880Z] #113 4.001 Preparing to unpack .../08-libblkid-dev_2.36.1-8+deb11u1_arm64.deb ... [2023-11-08T11:49:11.880Z] #113 4.011 Unpacking libblkid-dev:arm64 (2.36.1-8+deb11u1) ... [2023-11-08T11:49:11.880Z] #113 4.061 Selecting previously unselected package libffi-dev:arm64. [2023-11-08T11:49:11.880Z] #113 4.063 Preparing to unpack .../09-libffi-dev_3.3-6_arm64.deb ... [2023-11-08T11:49:11.880Z] #113 4.069 Unpacking libffi-dev:arm64 (3.3-6) ... [2023-11-08T11:49:11.880Z] #113 4.113 Selecting previously unselected package libglib2.0-data. [2023-11-08T11:49:12.139Z] #113 4.116 Preparing to unpack .../10-libglib2.0-data_2.66.8-1_all.deb ... [2023-11-08T11:49:12.139Z] #113 4.120 Unpacking libglib2.0-data (2.66.8-1) ... [2023-11-08T11:49:12.139Z] #113 4.256 Selecting previously unselected package libglib2.0-bin. [2023-11-08T11:49:12.139Z] #113 4.259 Preparing to unpack .../11-libglib2.0-bin_2.66.8-1_arm64.deb ... [2023-11-08T11:49:12.139Z] #113 4.263 Unpacking libglib2.0-bin (2.66.8-1) ... [2023-11-08T11:49:12.139Z] #113 4.312 Selecting previously unselected package libglib2.0-dev-bin. [2023-11-08T11:49:12.139Z] #113 4.315 Preparing to unpack .../12-libglib2.0-dev-bin_2.66.8-1_arm64.deb ... [2023-11-08T11:49:12.139Z] #113 4.319 Unpacking libglib2.0-dev-bin (2.66.8-1) ... [2023-11-08T11:49:12.139Z] #113 4.365 Selecting previously unselected package libsepol1-dev:arm64. [2023-11-08T11:49:12.398Z] #113 4.368 Preparing to unpack .../13-libsepol1-dev_3.1-1_arm64.deb ... [2023-11-08T11:49:12.398Z] #113 4.373 Unpacking libsepol1-dev:arm64 (3.1-1) ... [2023-11-08T11:49:12.398Z] #113 4.439 Selecting previously unselected package libpcre2-16-0:arm64. [2023-11-08T11:49:12.398Z] #113 4.441 Preparing to unpack .../14-libpcre2-16-0_10.36-2+deb11u1_arm64.deb ... [2023-11-08T11:49:12.398Z] #113 4.445 Unpacking libpcre2-16-0:arm64 (10.36-2+deb11u1) ... [2023-11-08T11:49:12.398Z] #113 4.504 Selecting previously unselected package libpcre2-32-0:arm64. [2023-11-08T11:49:12.398Z] #113 4.507 Preparing to unpack .../15-libpcre2-32-0_10.36-2+deb11u1_arm64.deb ... [2023-11-08T11:49:12.398Z] #113 4.513 Unpacking libpcre2-32-0:arm64 (10.36-2+deb11u1) ... [2023-11-08T11:49:12.398Z] #113 4.564 Selecting previously unselected package libpcre2-posix2:arm64. [2023-11-08T11:49:12.398Z] #113 4.567 Preparing to unpack .../16-libpcre2-posix2_10.36-2+deb11u1_arm64.deb ... [2023-11-08T11:49:12.398Z] #113 4.571 Unpacking libpcre2-posix2:arm64 (10.36-2+deb11u1) ... [2023-11-08T11:49:12.398Z] #113 4.606 Selecting previously unselected package libpcre2-dev:arm64. [2023-11-08T11:49:12.657Z] #113 4.609 Preparing to unpack .../17-libpcre2-dev_10.36-2+deb11u1_arm64.deb ... [2023-11-08T11:49:12.657Z] #113 4.614 Unpacking libpcre2-dev:arm64 (10.36-2+deb11u1) ... [2023-11-08T11:49:12.657Z] #113 4.694 Selecting previously unselected package libselinux1-dev:arm64. [2023-11-08T11:49:12.657Z] #113 4.697 Preparing to unpack .../18-libselinux1-dev_3.1-3_arm64.deb ... [2023-11-08T11:49:12.657Z] #113 4.702 Unpacking libselinux1-dev:arm64 (3.1-3) ... [2023-11-08T11:49:12.657Z] #113 4.760 Selecting previously unselected package libmount-dev:arm64. [2023-11-08T11:49:12.657Z] #113 4.763 Preparing to unpack .../19-libmount-dev_2.36.1-8+deb11u1_arm64.deb ... [2023-11-08T11:49:12.657Z] #113 4.767 Unpacking libmount-dev:arm64 (2.36.1-8+deb11u1) ... [2023-11-08T11:49:12.657Z] #113 4.815 Selecting previously unselected package libpcre16-3:arm64. [2023-11-08T11:49:12.657Z] #113 4.817 Preparing to unpack .../20-libpcre16-3_2%3a8.39-13_arm64.deb ... [2023-11-08T11:49:12.657Z] #113 4.821 Unpacking libpcre16-3:arm64 (2:8.39-13) ... [2023-11-08T11:49:12.657Z] #113 4.872 Selecting previously unselected package libpcre32-3:arm64. [2023-11-08T11:49:12.915Z] #113 4.875 Preparing to unpack .../21-libpcre32-3_2%3a8.39-13_arm64.deb ... [2023-11-08T11:49:12.915Z] #113 4.879 Unpacking libpcre32-3:arm64 (2:8.39-13) ... [2023-11-08T11:49:12.915Z] #113 4.934 Selecting previously unselected package libpcrecpp0v5:arm64. [2023-11-08T11:49:12.915Z] #113 4.937 Preparing to unpack .../22-libpcrecpp0v5_2%3a8.39-13_arm64.deb ... [2023-11-08T11:49:12.915Z] #113 4.941 Unpacking libpcrecpp0v5:arm64 (2:8.39-13) ... [2023-11-08T11:49:12.915Z] #113 4.979 Selecting previously unselected package libpcre3-dev:arm64. [2023-11-08T11:49:12.915Z] #113 4.981 Preparing to unpack .../23-libpcre3-dev_2%3a8.39-13_arm64.deb ... [2023-11-08T11:49:12.915Z] #113 4.985 Unpacking libpcre3-dev:arm64 (2:8.39-13) ... [2023-11-08T11:49:12.915Z] #113 5.067 Selecting previously unselected package zlib1g-dev:arm64. [2023-11-08T11:49:12.915Z] #113 5.069 Preparing to unpack .../24-zlib1g-dev_1%3a1.2.11.dfsg-2+deb11u2_arm64.deb ... [2023-11-08T11:49:12.915Z] #113 5.074 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u2) ... [2023-11-08T11:49:12.915Z] #113 5.124 Selecting previously unselected package libglib2.0-dev:arm64. [2023-11-08T11:49:13.174Z] #113 5.126 Preparing to unpack .../25-libglib2.0-dev_2.66.8-1_arm64.deb ... [2023-11-08T11:49:13.174Z] #113 5.131 Unpacking libglib2.0-dev:arm64 (2.66.8-1) ... [2023-11-08T11:49:13.174Z] #113 5.323 Selecting previously unselected package libseccomp-dev:arm64. [2023-11-08T11:49:13.174Z] #113 5.326 Preparing to unpack .../26-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... [2023-11-08T11:49:13.174Z] #113 5.331 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2023-11-08T11:49:13.174Z] #113 5.370 Selecting previously unselected package libsecret-1-dev:arm64. [2023-11-08T11:49:13.174Z] #113 5.373 Preparing to unpack .../27-libsecret-1-dev_0.20.4-2_arm64.deb ... [2023-11-08T11:49:13.174Z] #113 5.379 Unpacking libsecret-1-dev:arm64 (0.20.4-2) ... [2023-11-08T11:49:13.433Z] #113 5.439 Selecting previously unselected package libsystemd-dev:arm64. [2023-11-08T11:49:13.433Z] #113 5.442 Preparing to unpack .../28-libsystemd-dev_247.3-7+deb11u4_arm64.deb ... [2023-11-08T11:49:13.433Z] #113 5.447 Unpacking libsystemd-dev:arm64 (247.3-7+deb11u4) ... [2023-11-08T11:49:13.433Z] #113 5.552 Selecting previously unselected package libudev-dev:arm64. [2023-11-08T11:49:13.433Z] #113 5.555 Preparing to unpack .../29-libudev-dev_247.3-7+deb11u4_arm64.deb ... [2023-11-08T11:49:13.433Z] #113 5.561 Unpacking libudev-dev:arm64 (247.3-7+deb11u4) ... [2023-11-08T11:49:13.433Z] #113 5.623 Setting up libpcrecpp0v5:arm64 (2:8.39-13) ... [2023-11-08T11:49:13.433Z] #113 5.636 Setting up libglib2.0-dev-bin (2.66.8-1) ... [2023-11-08T11:49:13.692Z] #113 5.801 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2023-11-08T11:49:13.692Z] #113 5.816 Setting up libpcre16-3:arm64 (2:8.39-13) ... [2023-11-08T11:49:13.692Z] #113 5.831 Setting up libsepol1-dev:arm64 (3.1-1) ... [2023-11-08T11:49:13.692Z] #113 5.847 Setting up libffi-dev:arm64 (3.3-6) ... [2023-11-08T11:49:13.951Z] #113 5.977 Setting up libpcre2-16-0:arm64 (10.36-2+deb11u1) ... [2023-11-08T11:49:13.951Z] #113 5.994 Setting up dpkg-dev (1.20.13) ... [2023-11-08T11:49:13.951Z] #113 6.020 Setting up libpcre2-32-0:arm64 (10.36-2+deb11u1) ... [2023-11-08T11:49:13.951Z] #113 6.033 Setting up libglib2.0-data (2.66.8-1) ... [2023-11-08T11:49:13.951Z] #113 6.045 Setting up uuid-dev:arm64 (2.36.1-8+deb11u1) ... [2023-11-08T11:49:13.951Z] #113 6.058 Setting up libpcre32-3:arm64 (2:8.39-13) ... [2023-11-08T11:49:13.951Z] #113 6.071 Setting up libudev-dev:arm64 (247.3-7+deb11u4) ... [2023-11-08T11:49:13.951Z] #113 6.083 Setting up libpcre2-posix2:arm64 (10.36-2+deb11u1) ... [2023-11-08T11:49:13.951Z] #113 6.097 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-2+deb11u2) ... [2023-11-08T11:49:13.951Z] #113 6.109 Setting up libgirepository-1.0-1:arm64 (1.66.1-1+b1) ... [2023-11-08T11:49:13.951Z] #113 6.122 Setting up libapparmor-dev:arm64 (2.13.6-10) ... [2023-11-08T11:49:13.951Z] #113 6.137 Setting up libsystemd-dev:arm64 (247.3-7+deb11u4) ... [2023-11-08T11:49:13.951Z] #113 6.156 Setting up libsecret-common (0.20.4-2) ... [2023-11-08T11:49:14.210Z] #113 6.168 Setting up libblkid-dev:arm64 (2.36.1-8+deb11u1) ... [2023-11-08T11:49:14.210Z] #113 6.186 Setting up libpcre2-dev:arm64 (10.36-2+deb11u1) ... [2023-11-08T11:49:14.210Z] #113 6.198 Setting up libselinux1-dev:arm64 (3.1-3) ... [2023-11-08T11:49:14.210Z] #113 6.212 Setting up libpcre3-dev:arm64 (2:8.39-13) ... [2023-11-08T11:49:14.210Z] #113 6.227 Setting up libglib2.0-bin (2.66.8-1) ... [2023-11-08T11:49:14.210Z] #113 6.240 Setting up libsecret-1-0:arm64 (0.20.4-2) ... [2023-11-08T11:49:14.210Z] #113 6.253 Setting up gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ... [2023-11-08T11:49:14.210Z] #113 6.266 Setting up libmount-dev:arm64 (2.36.1-8+deb11u1) ... [2023-11-08T11:49:14.210Z] #113 6.280 Setting up gir1.2-secret-1:arm64 (0.20.4-2) ... [2023-11-08T11:49:14.210Z] #113 6.291 Setting up libglib2.0-dev:arm64 (2.66.8-1) ... [2023-11-08T11:49:14.210Z] #113 6.305 Processing triggers for libglib2.0-0:arm64 (2.66.8-1) ... [2023-11-08T11:49:14.210Z] #113 6.318 No schema files found: doing nothing. [2023-11-08T11:49:14.210Z] #113 6.323 Processing triggers for libc-bin (2.31-13+deb11u7) ... [2023-11-08T11:49:14.210Z] #113 6.346 Setting up libsecret-1-dev:arm64 (0.20.4-2) ... [2023-11-08T11:49:14.468Z] #113 DONE 6.7s [2023-11-08T11:49:14.727Z] [2023-11-08T11:49:14.727Z] #114 [dev-base 12/13] COPY --link --from=dockercli /build/ /usr/local/cli [2023-11-08T11:49:14.727Z] #114 DONE 0.2s [2023-11-08T11:49:14.727Z] [2023-11-08T11:49:14.727Z] #115 [dev-base 13/13] COPY --link --from=dockercli-integration /build/ /usr/local/cli-integration [2023-11-08T11:49:14.986Z] #115 DONE 0.1s [2023-11-08T11:49:14.986Z] [2023-11-08T11:49:14.986Z] #116 [dev 1/1] COPY --link . . [2023-11-08T11:49:16.363Z] #116 DONE 1.4s [2023-11-08T11:49:16.363Z] [2023-11-08T11:49:16.363Z] #117 exporting to image [2023-11-08T11:49:16.363Z] #117 exporting layers [2023-11-08T11:49:17.301Z] #117 exporting layers 1.0s done [2023-11-08T11:49:17.301Z] #117 writing image sha256:7f49910150e431084224c894300615f442071cc24255e4652a0cc5c697101a18 done [2023-11-08T11:49:17.301Z] #117 naming to docker.io/library/docker:7995e3288fad2ab6b1825ca512023fb43c3dcee5 done [2023-11-08T11:49:17.301Z] #117 DONE 1.0s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2023-11-08T11:49:17.863Z] + sudo modprobe ip6table_filter [Pipeline] sh [2023-11-08T11:49:18.147Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-46577/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr20 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=7995e3288fad2ab6b1825ca512023fb43c3dcee5 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:7995e3288fad2ab6b1825ca512023fb43c3dcee5 hack/test/unit [2023-11-08T11:49:18.408Z] + BUILDFLAGS=(-tags 'netgo journald') [2023-11-08T11:49:18.408Z] + TESTFLAGS+=' -test.timeout=5m' [2023-11-08T11:49:18.408Z] + TESTDIRS=./... [2023-11-08T11:49:18.408Z] + exclude_paths='/vendor/|/integration' [2023-11-08T11:49:18.408Z] ++ go list ./... [2023-11-08T11:49:18.408Z] ++ grep -vE '(/vendor/|/integration)' [2023-11-08T11:49:18.978Z] + pkg_list='github.com/docker/docker/api [2023-11-08T11:49:18.978Z] github.com/docker/docker/api/server [2023-11-08T11:49:18.978Z] github.com/docker/docker/api/server/backend/build [2023-11-08T11:49:18.978Z] github.com/docker/docker/api/server/httpstatus [2023-11-08T11:49:18.978Z] github.com/docker/docker/api/server/httputils [2023-11-08T11:49:18.978Z] github.com/docker/docker/api/server/middleware [2023-11-08T11:49:18.978Z] github.com/docker/docker/api/server/router [2023-11-08T11:49:18.978Z] github.com/docker/docker/api/server/router/build [2023-11-08T11:49:18.978Z] github.com/docker/docker/api/server/router/checkpoint [2023-11-08T11:49:18.978Z] github.com/docker/docker/api/server/router/container [2023-11-08T11:49:18.978Z] github.com/docker/docker/api/server/router/debug [2023-11-08T11:49:18.978Z] github.com/docker/docker/api/server/router/distribution [2023-11-08T11:49:18.978Z] github.com/docker/docker/api/server/router/grpc [2023-11-08T11:49:18.978Z] github.com/docker/docker/api/server/router/image [2023-11-08T11:49:18.978Z] github.com/docker/docker/api/server/router/network [2023-11-08T11:49:18.978Z] github.com/docker/docker/api/server/router/plugin [2023-11-08T11:49:18.978Z] github.com/docker/docker/api/server/router/session [2023-11-08T11:49:18.978Z] github.com/docker/docker/api/server/router/swarm [2023-11-08T11:49:18.978Z] github.com/docker/docker/api/server/router/system [2023-11-08T11:49:18.978Z] github.com/docker/docker/api/server/router/volume [2023-11-08T11:49:18.978Z] github.com/docker/docker/api/types [2023-11-08T11:49:18.978Z] github.com/docker/docker/api/types/backend [2023-11-08T11:49:18.978Z] github.com/docker/docker/api/types/blkiodev [2023-11-08T11:49:18.978Z] github.com/docker/docker/api/types/checkpoint [2023-11-08T11:49:18.978Z] github.com/docker/docker/api/types/container [2023-11-08T11:49:18.978Z] github.com/docker/docker/api/types/events [2023-11-08T11:49:18.978Z] github.com/docker/docker/api/types/filters [2023-11-08T11:49:18.978Z] github.com/docker/docker/api/types/image [2023-11-08T11:49:18.978Z] github.com/docker/docker/api/types/mount [2023-11-08T11:49:18.978Z] github.com/docker/docker/api/types/network [2023-11-08T11:49:18.978Z] github.com/docker/docker/api/types/plugins/logdriver [2023-11-08T11:49:18.978Z] github.com/docker/docker/api/types/registry [2023-11-08T11:49:18.978Z] github.com/docker/docker/api/types/strslice [2023-11-08T11:49:18.978Z] github.com/docker/docker/api/types/swarm [2023-11-08T11:49:18.978Z] github.com/docker/docker/api/types/swarm/runtime [2023-11-08T11:49:18.978Z] github.com/docker/docker/api/types/system [2023-11-08T11:49:18.978Z] github.com/docker/docker/api/types/time [2023-11-08T11:49:18.978Z] github.com/docker/docker/api/types/versions [2023-11-08T11:49:18.978Z] github.com/docker/docker/api/types/versions/v1p19 [2023-11-08T11:49:18.978Z] github.com/docker/docker/api/types/versions/v1p20 [2023-11-08T11:49:18.978Z] github.com/docker/docker/api/types/volume [2023-11-08T11:49:18.978Z] github.com/docker/docker/builder [2023-11-08T11:49:18.978Z] github.com/docker/docker/builder/builder-next [2023-11-08T11:49:18.978Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2023-11-08T11:49:18.978Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2023-11-08T11:49:18.978Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2023-11-08T11:49:18.978Z] github.com/docker/docker/builder/builder-next/exporter [2023-11-08T11:49:18.978Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter [2023-11-08T11:49:18.978Z] github.com/docker/docker/builder/builder-next/exporter/overrides [2023-11-08T11:49:18.978Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2023-11-08T11:49:18.978Z] github.com/docker/docker/builder/builder-next/worker [2023-11-08T11:49:18.978Z] github.com/docker/docker/builder/builder-next/worker/label [2023-11-08T11:49:18.978Z] github.com/docker/docker/builder/dockerfile [2023-11-08T11:49:18.979Z] github.com/docker/docker/builder/remotecontext [2023-11-08T11:49:18.979Z] github.com/docker/docker/builder/remotecontext/git [2023-11-08T11:49:18.979Z] github.com/docker/docker/builder/remotecontext/urlutil [2023-11-08T11:49:18.979Z] github.com/docker/docker/cli/debug [2023-11-08T11:49:18.979Z] github.com/docker/docker/cli/winresources/docker-proxy [2023-11-08T11:49:18.979Z] github.com/docker/docker/cli/winresources/dockerd [2023-11-08T11:49:18.979Z] github.com/docker/docker/client [2023-11-08T11:49:18.979Z] github.com/docker/docker/client/buildkit [2023-11-08T11:49:18.979Z] github.com/docker/docker/cmd/docker-proxy [2023-11-08T11:49:18.979Z] github.com/docker/docker/cmd/dockerd [2023-11-08T11:49:18.979Z] github.com/docker/docker/cmd/dockerd/trap [2023-11-08T11:49:18.979Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2023-11-08T11:49:18.979Z] github.com/docker/docker/container [2023-11-08T11:49:18.979Z] github.com/docker/docker/container/stream [2023-11-08T11:49:18.979Z] github.com/docker/docker/contrib/apparmor [2023-11-08T11:49:18.979Z] github.com/docker/docker/contrib/httpserver [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/cluster [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/cluster/convert [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/cluster/executor [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/cluster/executor/container [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/cluster/provider [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/config [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/containerd [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/events [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/events/testutils [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/graphdriver [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/graphdriver/btrfs [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/graphdriver/copy [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/graphdriver/graphtest [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/graphdriver/register [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/graphdriver/vfs [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/graphdriver/zfs [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/images [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/initlayer [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/links [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/listeners [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/logger [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/logger/awslogs [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/logger/fluentd [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/logger/gcplogs [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/logger/gelf [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/logger/journald [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/logger/journald/internal/export [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/logger/jsonfilelog [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/logger/local [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/logger/logentries [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/logger/loggertest [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/logger/loggerutils [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/logger/splunk [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/logger/syslog [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/logger/templates [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/names [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/network [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/snapshotter [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/stats [2023-11-08T11:49:18.979Z] github.com/docker/docker/distribution [2023-11-08T11:49:18.979Z] github.com/docker/docker/distribution/metadata [2023-11-08T11:49:18.979Z] github.com/docker/docker/distribution/utils [2023-11-08T11:49:18.979Z] github.com/docker/docker/distribution/xfer [2023-11-08T11:49:18.979Z] github.com/docker/docker/dockerversion [2023-11-08T11:49:18.979Z] github.com/docker/docker/errdefs [2023-11-08T11:49:18.979Z] github.com/docker/docker/image [2023-11-08T11:49:18.979Z] github.com/docker/docker/image/cache [2023-11-08T11:49:18.979Z] github.com/docker/docker/image/spec/specs-go [2023-11-08T11:49:18.979Z] github.com/docker/docker/image/spec/specs-go/v1 [2023-11-08T11:49:18.979Z] github.com/docker/docker/image/tarexport [2023-11-08T11:49:18.979Z] github.com/docker/docker/image/v1 [2023-11-08T11:49:18.979Z] github.com/docker/docker/internal/compatcontext [2023-11-08T11:49:18.979Z] github.com/docker/docker/internal/mod [2023-11-08T11:49:18.979Z] github.com/docker/docker/internal/mounttree [2023-11-08T11:49:18.979Z] github.com/docker/docker/internal/multierror [2023-11-08T11:49:18.979Z] github.com/docker/docker/internal/test/suite [2023-11-08T11:49:18.979Z] github.com/docker/docker/internal/testutils [2023-11-08T11:49:18.979Z] github.com/docker/docker/internal/testutils/netnsutils [2023-11-08T11:49:18.979Z] github.com/docker/docker/internal/unshare [2023-11-08T11:49:18.979Z] github.com/docker/docker/layer [2023-11-08T11:49:18.979Z] github.com/docker/docker/libcontainerd [2023-11-08T11:49:18.979Z] github.com/docker/docker/libcontainerd/queue [2023-11-08T11:49:18.979Z] github.com/docker/docker/libcontainerd/remote [2023-11-08T11:49:18.979Z] github.com/docker/docker/libcontainerd/shimopts [2023-11-08T11:49:18.979Z] github.com/docker/docker/libcontainerd/supervisor [2023-11-08T11:49:18.979Z] github.com/docker/docker/libcontainerd/types [2023-11-08T11:49:18.979Z] github.com/docker/docker/libnetwork [2023-11-08T11:49:18.979Z] github.com/docker/docker/libnetwork/bitmap [2023-11-08T11:49:18.979Z] github.com/docker/docker/libnetwork/cluster [2023-11-08T11:49:18.979Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2023-11-08T11:49:18.979Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2023-11-08T11:49:18.979Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2023-11-08T11:49:18.979Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2023-11-08T11:49:18.979Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2023-11-08T11:49:18.979Z] github.com/docker/docker/libnetwork/cmd/readme_test [2023-11-08T11:49:18.979Z] github.com/docker/docker/libnetwork/config [2023-11-08T11:49:18.979Z] github.com/docker/docker/libnetwork/datastore [2023-11-08T11:49:18.979Z] github.com/docker/docker/libnetwork/diagnostic [2023-11-08T11:49:18.979Z] github.com/docker/docker/libnetwork/discoverapi [2023-11-08T11:49:18.979Z] github.com/docker/docker/libnetwork/driverapi [2023-11-08T11:49:18.979Z] github.com/docker/docker/libnetwork/drivers/bridge [2023-11-08T11:49:18.979Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2023-11-08T11:49:18.979Z] github.com/docker/docker/libnetwork/drivers/host [2023-11-08T11:49:18.979Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2023-11-08T11:49:18.979Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2023-11-08T11:49:18.979Z] github.com/docker/docker/libnetwork/drivers/macvlan [2023-11-08T11:49:18.979Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2023-11-08T11:49:18.979Z] github.com/docker/docker/libnetwork/drivers/null [2023-11-08T11:49:18.979Z] github.com/docker/docker/libnetwork/drivers/overlay [2023-11-08T11:49:18.979Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2023-11-08T11:49:18.979Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2023-11-08T11:49:18.979Z] github.com/docker/docker/libnetwork/drivers/remote [2023-11-08T11:49:18.979Z] github.com/docker/docker/libnetwork/drivers/remote/api [2023-11-08T11:49:18.979Z] github.com/docker/docker/libnetwork/drivers/windows [2023-11-08T11:49:18.979Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2023-11-08T11:49:18.979Z] github.com/docker/docker/libnetwork/drvregistry [2023-11-08T11:49:18.979Z] github.com/docker/docker/libnetwork/etchosts [2023-11-08T11:49:18.979Z] github.com/docker/docker/libnetwork/internal/caller [2023-11-08T11:49:18.979Z] github.com/docker/docker/libnetwork/internal/kvstore [2023-11-08T11:49:18.979Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb [2023-11-08T11:49:18.979Z] github.com/docker/docker/libnetwork/internal/setmatrix [2023-11-08T11:49:18.979Z] github.com/docker/docker/libnetwork/ipam [2023-11-08T11:49:18.979Z] github.com/docker/docker/libnetwork/ipamapi [2023-11-08T11:49:18.979Z] github.com/docker/docker/libnetwork/ipams/builtin [2023-11-08T11:49:18.979Z] github.com/docker/docker/libnetwork/ipams/null [2023-11-08T11:49:18.979Z] github.com/docker/docker/libnetwork/ipams/remote [2023-11-08T11:49:18.979Z] github.com/docker/docker/libnetwork/ipams/remote/api [2023-11-08T11:49:18.979Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2023-11-08T11:49:18.979Z] github.com/docker/docker/libnetwork/ipamutils [2023-11-08T11:49:18.979Z] github.com/docker/docker/libnetwork/ipbits [2023-11-08T11:49:18.979Z] github.com/docker/docker/libnetwork/iptables [2023-11-08T11:49:18.979Z] github.com/docker/docker/libnetwork/netlabel [2023-11-08T11:49:18.979Z] github.com/docker/docker/libnetwork/netutils [2023-11-08T11:49:18.979Z] github.com/docker/docker/libnetwork/networkdb [2023-11-08T11:49:18.979Z] github.com/docker/docker/libnetwork/ns [2023-11-08T11:49:18.979Z] github.com/docker/docker/libnetwork/options [2023-11-08T11:49:18.979Z] github.com/docker/docker/libnetwork/osl [2023-11-08T11:49:18.979Z] github.com/docker/docker/libnetwork/osl/kernel [2023-11-08T11:49:18.979Z] github.com/docker/docker/libnetwork/portallocator [2023-11-08T11:49:18.979Z] github.com/docker/docker/libnetwork/portmapper [2023-11-08T11:49:18.979Z] github.com/docker/docker/libnetwork/resolvconf [2023-11-08T11:49:18.979Z] github.com/docker/docker/libnetwork/scope [2023-11-08T11:49:18.979Z] github.com/docker/docker/libnetwork/types [2023-11-08T11:49:18.979Z] github.com/docker/docker/oci [2023-11-08T11:49:18.979Z] github.com/docker/docker/oci/caps [2023-11-08T11:49:18.979Z] github.com/docker/docker/opts [2023-11-08T11:49:18.979Z] github.com/docker/docker/pkg/aaparser [2023-11-08T11:49:18.979Z] github.com/docker/docker/pkg/archive [2023-11-08T11:49:18.979Z] github.com/docker/docker/pkg/authorization [2023-11-08T11:49:18.979Z] github.com/docker/docker/pkg/broadcaster [2023-11-08T11:49:18.979Z] github.com/docker/docker/pkg/capabilities [2023-11-08T11:49:18.979Z] github.com/docker/docker/pkg/chrootarchive [2023-11-08T11:49:18.979Z] github.com/docker/docker/pkg/containerfs [2023-11-08T11:49:18.979Z] github.com/docker/docker/pkg/directory [2023-11-08T11:49:18.979Z] github.com/docker/docker/pkg/dmesg [2023-11-08T11:49:18.979Z] github.com/docker/docker/pkg/fileutils [2023-11-08T11:49:18.979Z] github.com/docker/docker/pkg/homedir [2023-11-08T11:49:18.979Z] github.com/docker/docker/pkg/idtools [2023-11-08T11:49:18.979Z] github.com/docker/docker/pkg/ioutils [2023-11-08T11:49:18.979Z] github.com/docker/docker/pkg/jsonmessage [2023-11-08T11:49:18.979Z] github.com/docker/docker/pkg/longpath [2023-11-08T11:49:18.979Z] github.com/docker/docker/pkg/loopback [2023-11-08T11:49:18.979Z] github.com/docker/docker/pkg/meminfo [2023-11-08T11:49:18.979Z] github.com/docker/docker/pkg/namesgenerator [2023-11-08T11:49:18.979Z] github.com/docker/docker/pkg/parsers [2023-11-08T11:49:18.979Z] github.com/docker/docker/pkg/parsers/kernel [2023-11-08T11:49:18.979Z] github.com/docker/docker/pkg/parsers/operatingsystem [2023-11-08T11:49:18.979Z] github.com/docker/docker/pkg/pidfile [2023-11-08T11:49:18.979Z] github.com/docker/docker/pkg/platform [2023-11-08T11:49:18.979Z] github.com/docker/docker/pkg/platforms [2023-11-08T11:49:18.979Z] github.com/docker/docker/pkg/plugingetter [2023-11-08T11:49:18.979Z] github.com/docker/docker/pkg/plugins [2023-11-08T11:49:18.979Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2023-11-08T11:49:18.979Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2023-11-08T11:49:18.979Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2023-11-08T11:49:18.979Z] github.com/docker/docker/pkg/plugins/transport [2023-11-08T11:49:18.979Z] github.com/docker/docker/pkg/pools [2023-11-08T11:49:18.979Z] github.com/docker/docker/pkg/process [2023-11-08T11:49:18.979Z] github.com/docker/docker/pkg/progress [2023-11-08T11:49:18.979Z] github.com/docker/docker/pkg/reexec [2023-11-08T11:49:18.979Z] github.com/docker/docker/pkg/rootless [2023-11-08T11:49:18.979Z] github.com/docker/docker/pkg/rootless/specconv [2023-11-08T11:49:18.979Z] github.com/docker/docker/pkg/stack [2023-11-08T11:49:18.979Z] github.com/docker/docker/pkg/stdcopy [2023-11-08T11:49:18.979Z] github.com/docker/docker/pkg/streamformatter [2023-11-08T11:49:18.979Z] github.com/docker/docker/pkg/stringid [2023-11-08T11:49:18.979Z] github.com/docker/docker/pkg/sysinfo [2023-11-08T11:49:18.979Z] github.com/docker/docker/pkg/system [2023-11-08T11:49:18.979Z] github.com/docker/docker/pkg/tailfile [2023-11-08T11:49:18.979Z] github.com/docker/docker/pkg/tarsum [2023-11-08T11:49:18.979Z] github.com/docker/docker/pkg/useragent [2023-11-08T11:49:18.979Z] github.com/docker/docker/plugin [2023-11-08T11:49:18.979Z] github.com/docker/docker/plugin/executor/containerd [2023-11-08T11:49:18.979Z] github.com/docker/docker/plugin/v2 [2023-11-08T11:49:18.979Z] github.com/docker/docker/profiles/apparmor [2023-11-08T11:49:18.979Z] github.com/docker/docker/profiles/seccomp [2023-11-08T11:49:18.979Z] github.com/docker/docker/quota [2023-11-08T11:49:18.979Z] github.com/docker/docker/reference [2023-11-08T11:49:18.979Z] github.com/docker/docker/registry [2023-11-08T11:49:18.979Z] github.com/docker/docker/registry/resumable [2023-11-08T11:49:18.979Z] github.com/docker/docker/restartmanager [2023-11-08T11:49:18.979Z] github.com/docker/docker/runconfig [2023-11-08T11:49:18.979Z] github.com/docker/docker/runconfig/opts [2023-11-08T11:49:18.979Z] github.com/docker/docker/testutil [2023-11-08T11:49:18.979Z] github.com/docker/docker/testutil/daemon [2023-11-08T11:49:18.979Z] github.com/docker/docker/testutil/environment [2023-11-08T11:49:18.979Z] github.com/docker/docker/testutil/fakecontext [2023-11-08T11:49:18.979Z] github.com/docker/docker/testutil/fakegit [2023-11-08T11:49:18.979Z] github.com/docker/docker/testutil/fakestorage [2023-11-08T11:49:18.979Z] github.com/docker/docker/testutil/fixtures/load [2023-11-08T11:49:18.979Z] github.com/docker/docker/testutil/fixtures/plugin [2023-11-08T11:49:18.979Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2023-11-08T11:49:18.979Z] github.com/docker/docker/testutil/registry [2023-11-08T11:49:18.979Z] github.com/docker/docker/testutil/request [2023-11-08T11:49:18.979Z] github.com/docker/docker/volume [2023-11-08T11:49:18.979Z] github.com/docker/docker/volume/drivers [2023-11-08T11:49:18.979Z] github.com/docker/docker/volume/local [2023-11-08T11:49:18.979Z] github.com/docker/docker/volume/mounts [2023-11-08T11:49:18.979Z] github.com/docker/docker/volume/service [2023-11-08T11:49:18.979Z] github.com/docker/docker/volume/service/opts [2023-11-08T11:49:18.979Z] github.com/docker/docker/volume/testutils' [2023-11-08T11:49:18.979Z] ++ grep --fixed-strings -v /libnetwork [2023-11-08T11:49:18.979Z] ++ echo 'github.com/docker/docker/api [2023-11-08T11:49:18.979Z] github.com/docker/docker/api/server [2023-11-08T11:49:18.979Z] github.com/docker/docker/api/server/backend/build [2023-11-08T11:49:18.979Z] github.com/docker/docker/api/server/httpstatus [2023-11-08T11:49:18.979Z] github.com/docker/docker/api/server/httputils [2023-11-08T11:49:18.979Z] github.com/docker/docker/api/server/middleware [2023-11-08T11:49:18.979Z] github.com/docker/docker/api/server/router [2023-11-08T11:49:18.979Z] github.com/docker/docker/api/server/router/build [2023-11-08T11:49:18.979Z] github.com/docker/docker/api/server/router/checkpoint [2023-11-08T11:49:18.979Z] github.com/docker/docker/api/server/router/container [2023-11-08T11:49:18.979Z] github.com/docker/docker/api/server/router/debug [2023-11-08T11:49:18.979Z] github.com/docker/docker/api/server/router/distribution [2023-11-08T11:49:18.979Z] github.com/docker/docker/api/server/router/grpc [2023-11-08T11:49:18.979Z] github.com/docker/docker/api/server/router/image [2023-11-08T11:49:18.979Z] github.com/docker/docker/api/server/router/network [2023-11-08T11:49:18.979Z] github.com/docker/docker/api/server/router/plugin [2023-11-08T11:49:18.979Z] github.com/docker/docker/api/server/router/session [2023-11-08T11:49:18.979Z] github.com/docker/docker/api/server/router/swarm [2023-11-08T11:49:18.979Z] github.com/docker/docker/api/server/router/system [2023-11-08T11:49:18.979Z] github.com/docker/docker/api/server/router/volume [2023-11-08T11:49:18.979Z] github.com/docker/docker/api/types [2023-11-08T11:49:18.979Z] github.com/docker/docker/api/types/backend [2023-11-08T11:49:18.979Z] github.com/docker/docker/api/types/blkiodev [2023-11-08T11:49:18.979Z] github.com/docker/docker/api/types/checkpoint [2023-11-08T11:49:18.979Z] github.com/docker/docker/api/types/container [2023-11-08T11:49:18.979Z] github.com/docker/docker/api/types/events [2023-11-08T11:49:18.979Z] github.com/docker/docker/api/types/filters [2023-11-08T11:49:18.979Z] github.com/docker/docker/api/types/image [2023-11-08T11:49:18.979Z] github.com/docker/docker/api/types/mount [2023-11-08T11:49:18.979Z] github.com/docker/docker/api/types/network [2023-11-08T11:49:18.979Z] github.com/docker/docker/api/types/plugins/logdriver [2023-11-08T11:49:18.979Z] github.com/docker/docker/api/types/registry [2023-11-08T11:49:18.979Z] github.com/docker/docker/api/types/strslice [2023-11-08T11:49:18.979Z] github.com/docker/docker/api/types/swarm [2023-11-08T11:49:18.979Z] github.com/docker/docker/api/types/swarm/runtime [2023-11-08T11:49:18.979Z] github.com/docker/docker/api/types/system [2023-11-08T11:49:18.979Z] github.com/docker/docker/api/types/time [2023-11-08T11:49:18.979Z] github.com/docker/docker/api/types/versions [2023-11-08T11:49:18.979Z] github.com/docker/docker/api/types/versions/v1p19 [2023-11-08T11:49:18.979Z] github.com/docker/docker/api/types/versions/v1p20 [2023-11-08T11:49:18.979Z] github.com/docker/docker/api/types/volume [2023-11-08T11:49:18.979Z] github.com/docker/docker/builder [2023-11-08T11:49:18.979Z] github.com/docker/docker/builder/builder-next [2023-11-08T11:49:18.979Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2023-11-08T11:49:18.979Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2023-11-08T11:49:18.979Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2023-11-08T11:49:18.979Z] github.com/docker/docker/builder/builder-next/exporter [2023-11-08T11:49:18.979Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter [2023-11-08T11:49:18.979Z] github.com/docker/docker/builder/builder-next/exporter/overrides [2023-11-08T11:49:18.979Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2023-11-08T11:49:18.979Z] github.com/docker/docker/builder/builder-next/worker [2023-11-08T11:49:18.979Z] github.com/docker/docker/builder/builder-next/worker/label [2023-11-08T11:49:18.979Z] github.com/docker/docker/builder/dockerfile [2023-11-08T11:49:18.979Z] github.com/docker/docker/builder/remotecontext [2023-11-08T11:49:18.979Z] github.com/docker/docker/builder/remotecontext/git [2023-11-08T11:49:18.979Z] github.com/docker/docker/builder/remotecontext/urlutil [2023-11-08T11:49:18.979Z] github.com/docker/docker/cli/debug [2023-11-08T11:49:18.979Z] github.com/docker/docker/cli/winresources/docker-proxy [2023-11-08T11:49:18.979Z] github.com/docker/docker/cli/winresources/dockerd [2023-11-08T11:49:18.979Z] github.com/docker/docker/client [2023-11-08T11:49:18.979Z] github.com/docker/docker/client/buildkit [2023-11-08T11:49:18.979Z] github.com/docker/docker/cmd/docker-proxy [2023-11-08T11:49:18.979Z] github.com/docker/docker/cmd/dockerd [2023-11-08T11:49:18.979Z] github.com/docker/docker/cmd/dockerd/trap [2023-11-08T11:49:18.979Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2023-11-08T11:49:18.979Z] github.com/docker/docker/container [2023-11-08T11:49:18.979Z] github.com/docker/docker/container/stream [2023-11-08T11:49:18.979Z] github.com/docker/docker/contrib/apparmor [2023-11-08T11:49:18.979Z] github.com/docker/docker/contrib/httpserver [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/cluster [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/cluster/convert [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/cluster/executor [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/cluster/executor/container [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/cluster/provider [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/config [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/containerd [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/events [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/events/testutils [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/graphdriver [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/graphdriver/btrfs [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/graphdriver/copy [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/graphdriver/graphtest [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/graphdriver/register [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/graphdriver/vfs [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/graphdriver/zfs [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/images [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/initlayer [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/links [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/listeners [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/logger [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/logger/awslogs [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/logger/fluentd [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/logger/gcplogs [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/logger/gelf [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/logger/journald [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/logger/journald/internal/export [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/logger/jsonfilelog [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/logger/local [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/logger/logentries [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/logger/loggertest [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/logger/loggerutils [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/logger/splunk [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/logger/syslog [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/logger/templates [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/names [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/network [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/snapshotter [2023-11-08T11:49:18.979Z] github.com/docker/docker/daemon/stats [2023-11-08T11:49:18.979Z] github.com/docker/docker/distribution [2023-11-08T11:49:18.979Z] github.com/docker/docker/distribution/metadata [2023-11-08T11:49:18.979Z] github.com/docker/docker/distribution/utils [2023-11-08T11:49:18.979Z] github.com/docker/docker/distribution/xfer [2023-11-08T11:49:18.979Z] github.com/docker/docker/dockerversion [2023-11-08T11:49:18.979Z] github.com/docker/docker/errdefs [2023-11-08T11:49:18.979Z] github.com/docker/docker/image [2023-11-08T11:49:18.979Z] github.com/docker/docker/image/cache [2023-11-08T11:49:18.979Z] github.com/docker/docker/image/spec/specs-go [2023-11-08T11:49:18.979Z] github.com/docker/docker/image/spec/specs-go/v1 [2023-11-08T11:49:18.979Z] github.com/docker/docker/image/tarexport [2023-11-08T11:49:18.979Z] github.com/docker/docker/image/v1 [2023-11-08T11:49:18.979Z] github.com/docker/docker/internal/compatcontext [2023-11-08T11:49:18.980Z] github.com/docker/docker/internal/mod [2023-11-08T11:49:18.980Z] github.com/docker/docker/internal/mounttree [2023-11-08T11:49:18.980Z] github.com/docker/docker/internal/multierror [2023-11-08T11:49:18.980Z] github.com/docker/docker/internal/test/suite [2023-11-08T11:49:18.980Z] github.com/docker/docker/internal/testutils [2023-11-08T11:49:18.980Z] github.com/docker/docker/internal/testutils/netnsutils [2023-11-08T11:49:18.980Z] github.com/docker/docker/internal/unshare [2023-11-08T11:49:18.980Z] github.com/docker/docker/layer [2023-11-08T11:49:18.980Z] github.com/docker/docker/libcontainerd [2023-11-08T11:49:18.980Z] github.com/docker/docker/libcontainerd/queue [2023-11-08T11:49:18.980Z] github.com/docker/docker/libcontainerd/remote [2023-11-08T11:49:18.980Z] github.com/docker/docker/libcontainerd/shimopts [2023-11-08T11:49:18.980Z] github.com/docker/docker/libcontainerd/supervisor [2023-11-08T11:49:18.980Z] github.com/docker/docker/libcontainerd/types [2023-11-08T11:49:18.980Z] github.com/docker/docker/libnetwork [2023-11-08T11:49:18.980Z] github.com/docker/docker/libnetwork/bitmap [2023-11-08T11:49:18.980Z] github.com/docker/docker/libnetwork/cluster [2023-11-08T11:49:18.980Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2023-11-08T11:49:18.980Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2023-11-08T11:49:18.980Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2023-11-08T11:49:18.980Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2023-11-08T11:49:18.980Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2023-11-08T11:49:18.980Z] github.com/docker/docker/libnetwork/cmd/readme_test [2023-11-08T11:49:18.980Z] github.com/docker/docker/libnetwork/config [2023-11-08T11:49:18.980Z] github.com/docker/docker/libnetwork/datastore [2023-11-08T11:49:18.980Z] github.com/docker/docker/libnetwork/diagnostic [2023-11-08T11:49:18.980Z] github.com/docker/docker/libnetwork/discoverapi [2023-11-08T11:49:18.980Z] github.com/docker/docker/libnetwork/driverapi [2023-11-08T11:49:18.980Z] github.com/docker/docker/libnetwork/drivers/bridge [2023-11-08T11:49:18.980Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2023-11-08T11:49:18.980Z] github.com/docker/docker/libnetwork/drivers/host [2023-11-08T11:49:18.980Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2023-11-08T11:49:18.980Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2023-11-08T11:49:18.980Z] github.com/docker/docker/libnetwork/drivers/macvlan [2023-11-08T11:49:18.980Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2023-11-08T11:49:18.980Z] github.com/docker/docker/libnetwork/drivers/null [2023-11-08T11:49:18.980Z] github.com/docker/docker/libnetwork/drivers/overlay [2023-11-08T11:49:18.980Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2023-11-08T11:49:18.980Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2023-11-08T11:49:18.980Z] github.com/docker/docker/libnetwork/drivers/remote [2023-11-08T11:49:18.980Z] github.com/docker/docker/libnetwork/drivers/remote/api [2023-11-08T11:49:18.980Z] github.com/docker/docker/libnetwork/drivers/windows [2023-11-08T11:49:18.980Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2023-11-08T11:49:18.980Z] github.com/docker/docker/libnetwork/drvregistry [2023-11-08T11:49:18.980Z] github.com/docker/docker/libnetwork/etchosts [2023-11-08T11:49:18.980Z] github.com/docker/docker/libnetwork/internal/caller [2023-11-08T11:49:18.980Z] github.com/docker/docker/libnetwork/internal/kvstore [2023-11-08T11:49:18.980Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb [2023-11-08T11:49:18.980Z] github.com/docker/docker/libnetwork/internal/setmatrix [2023-11-08T11:49:18.980Z] github.com/docker/docker/libnetwork/ipam [2023-11-08T11:49:18.980Z] github.com/docker/docker/libnetwork/ipamapi [2023-11-08T11:49:18.980Z] github.com/docker/docker/libnetwork/ipams/builtin [2023-11-08T11:49:18.980Z] github.com/docker/docker/libnetwork/ipams/null [2023-11-08T11:49:18.980Z] github.com/docker/docker/libnetwork/ipams/remote [2023-11-08T11:49:18.980Z] github.com/docker/docker/libnetwork/ipams/remote/api [2023-11-08T11:49:18.980Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2023-11-08T11:49:18.980Z] github.com/docker/docker/libnetwork/ipamutils [2023-11-08T11:49:18.980Z] github.com/docker/docker/libnetwork/ipbits [2023-11-08T11:49:18.980Z] github.com/docker/docker/libnetwork/iptables [2023-11-08T11:49:18.980Z] github.com/docker/docker/libnetwork/netlabel [2023-11-08T11:49:18.980Z] github.com/docker/docker/libnetwork/netutils [2023-11-08T11:49:18.980Z] github.com/docker/docker/libnetwork/networkdb [2023-11-08T11:49:18.980Z] github.com/docker/docker/libnetwork/ns [2023-11-08T11:49:18.980Z] github.com/docker/docker/libnetwork/options [2023-11-08T11:49:18.980Z] github.com/docker/docker/libnetwork/osl [2023-11-08T11:49:18.980Z] github.com/docker/docker/libnetwork/osl/kernel [2023-11-08T11:49:18.980Z] github.com/docker/docker/libnetwork/portallocator [2023-11-08T11:49:18.980Z] github.com/docker/docker/libnetwork/portmapper [2023-11-08T11:49:18.980Z] github.com/docker/docker/libnetwork/resolvconf [2023-11-08T11:49:18.980Z] github.com/docker/docker/libnetwork/scope [2023-11-08T11:49:18.980Z] github.com/docker/docker/libnetwork/types [2023-11-08T11:49:18.980Z] github.com/docker/docker/oci [2023-11-08T11:49:18.980Z] github.com/docker/docker/oci/caps [2023-11-08T11:49:18.980Z] github.com/docker/docker/opts [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/aaparser [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/archive [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/authorization [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/broadcaster [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/capabilities [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/chrootarchive [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/containerfs [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/directory [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/dmesg [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/fileutils [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/homedir [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/idtools [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/ioutils [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/jsonmessage [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/longpath [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/loopback [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/meminfo [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/namesgenerator [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/parsers [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/parsers/kernel [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/parsers/operatingsystem [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/pidfile [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/platform [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/platforms [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/plugingetter [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/plugins [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/plugins/transport [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/pools [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/process [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/progress [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/reexec [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/rootless [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/rootless/specconv [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/stack [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/stdcopy [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/streamformatter [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/stringid [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/sysinfo [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/system [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/tailfile [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/tarsum [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/useragent [2023-11-08T11:49:18.980Z] github.com/docker/docker/plugin [2023-11-08T11:49:18.980Z] github.com/docker/docker/plugin/executor/containerd [2023-11-08T11:49:18.980Z] github.com/docker/docker/plugin/v2 [2023-11-08T11:49:18.980Z] github.com/docker/docker/profiles/apparmor [2023-11-08T11:49:18.980Z] github.com/docker/docker/profiles/seccomp [2023-11-08T11:49:18.980Z] github.com/docker/docker/quota [2023-11-08T11:49:18.980Z] github.com/docker/docker/reference [2023-11-08T11:49:18.980Z] github.com/docker/docker/registry [2023-11-08T11:49:18.980Z] github.com/docker/docker/registry/resumable [2023-11-08T11:49:18.980Z] github.com/docker/docker/restartmanager [2023-11-08T11:49:18.980Z] github.com/docker/docker/runconfig [2023-11-08T11:49:18.980Z] github.com/docker/docker/runconfig/opts [2023-11-08T11:49:18.980Z] github.com/docker/docker/testutil [2023-11-08T11:49:18.980Z] github.com/docker/docker/testutil/daemon [2023-11-08T11:49:18.980Z] github.com/docker/docker/testutil/environment [2023-11-08T11:49:18.980Z] github.com/docker/docker/testutil/fakecontext [2023-11-08T11:49:18.980Z] github.com/docker/docker/testutil/fakegit [2023-11-08T11:49:18.980Z] github.com/docker/docker/testutil/fakestorage [2023-11-08T11:49:18.980Z] github.com/docker/docker/testutil/fixtures/load [2023-11-08T11:49:18.980Z] github.com/docker/docker/testutil/fixtures/plugin [2023-11-08T11:49:18.980Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2023-11-08T11:49:18.980Z] github.com/docker/docker/testutil/registry [2023-11-08T11:49:18.980Z] github.com/docker/docker/testutil/request [2023-11-08T11:49:18.980Z] github.com/docker/docker/volume [2023-11-08T11:49:18.980Z] github.com/docker/docker/volume/drivers [2023-11-08T11:49:18.980Z] github.com/docker/docker/volume/local [2023-11-08T11:49:18.980Z] github.com/docker/docker/volume/mounts [2023-11-08T11:49:18.980Z] github.com/docker/docker/volume/service [2023-11-08T11:49:18.980Z] github.com/docker/docker/volume/service/opts [2023-11-08T11:49:18.980Z] github.com/docker/docker/volume/testutils' [2023-11-08T11:49:18.980Z] + base_pkg_list='github.com/docker/docker/api [2023-11-08T11:49:18.980Z] github.com/docker/docker/api/server [2023-11-08T11:49:18.980Z] github.com/docker/docker/api/server/backend/build [2023-11-08T11:49:18.980Z] github.com/docker/docker/api/server/httpstatus [2023-11-08T11:49:18.980Z] github.com/docker/docker/api/server/httputils [2023-11-08T11:49:18.980Z] github.com/docker/docker/api/server/middleware [2023-11-08T11:49:18.980Z] github.com/docker/docker/api/server/router [2023-11-08T11:49:18.980Z] github.com/docker/docker/api/server/router/build [2023-11-08T11:49:18.980Z] github.com/docker/docker/api/server/router/checkpoint [2023-11-08T11:49:18.980Z] github.com/docker/docker/api/server/router/container [2023-11-08T11:49:18.980Z] github.com/docker/docker/api/server/router/debug [2023-11-08T11:49:18.980Z] github.com/docker/docker/api/server/router/distribution [2023-11-08T11:49:18.980Z] github.com/docker/docker/api/server/router/grpc [2023-11-08T11:49:18.980Z] github.com/docker/docker/api/server/router/image [2023-11-08T11:49:18.980Z] github.com/docker/docker/api/server/router/network [2023-11-08T11:49:18.980Z] github.com/docker/docker/api/server/router/plugin [2023-11-08T11:49:18.980Z] github.com/docker/docker/api/server/router/session [2023-11-08T11:49:18.980Z] github.com/docker/docker/api/server/router/swarm [2023-11-08T11:49:18.980Z] github.com/docker/docker/api/server/router/system [2023-11-08T11:49:18.980Z] github.com/docker/docker/api/server/router/volume [2023-11-08T11:49:18.980Z] github.com/docker/docker/api/types [2023-11-08T11:49:18.980Z] github.com/docker/docker/api/types/backend [2023-11-08T11:49:18.980Z] github.com/docker/docker/api/types/blkiodev [2023-11-08T11:49:18.980Z] github.com/docker/docker/api/types/checkpoint [2023-11-08T11:49:18.980Z] github.com/docker/docker/api/types/container [2023-11-08T11:49:18.980Z] github.com/docker/docker/api/types/events [2023-11-08T11:49:18.980Z] github.com/docker/docker/api/types/filters [2023-11-08T11:49:18.980Z] github.com/docker/docker/api/types/image [2023-11-08T11:49:18.980Z] github.com/docker/docker/api/types/mount [2023-11-08T11:49:18.980Z] github.com/docker/docker/api/types/network [2023-11-08T11:49:18.980Z] github.com/docker/docker/api/types/plugins/logdriver [2023-11-08T11:49:18.980Z] github.com/docker/docker/api/types/registry [2023-11-08T11:49:18.980Z] github.com/docker/docker/api/types/strslice [2023-11-08T11:49:18.980Z] github.com/docker/docker/api/types/swarm [2023-11-08T11:49:18.980Z] github.com/docker/docker/api/types/swarm/runtime [2023-11-08T11:49:18.980Z] github.com/docker/docker/api/types/system [2023-11-08T11:49:18.980Z] github.com/docker/docker/api/types/time [2023-11-08T11:49:18.980Z] github.com/docker/docker/api/types/versions [2023-11-08T11:49:18.980Z] github.com/docker/docker/api/types/versions/v1p19 [2023-11-08T11:49:18.980Z] github.com/docker/docker/api/types/versions/v1p20 [2023-11-08T11:49:18.980Z] github.com/docker/docker/api/types/volume [2023-11-08T11:49:18.980Z] github.com/docker/docker/builder [2023-11-08T11:49:18.980Z] github.com/docker/docker/builder/builder-next [2023-11-08T11:49:18.980Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2023-11-08T11:49:18.980Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2023-11-08T11:49:18.980Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2023-11-08T11:49:18.980Z] github.com/docker/docker/builder/builder-next/exporter [2023-11-08T11:49:18.980Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter [2023-11-08T11:49:18.980Z] github.com/docker/docker/builder/builder-next/exporter/overrides [2023-11-08T11:49:18.980Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2023-11-08T11:49:18.980Z] github.com/docker/docker/builder/builder-next/worker [2023-11-08T11:49:18.980Z] github.com/docker/docker/builder/builder-next/worker/label [2023-11-08T11:49:18.980Z] github.com/docker/docker/builder/dockerfile [2023-11-08T11:49:18.980Z] github.com/docker/docker/builder/remotecontext [2023-11-08T11:49:18.980Z] github.com/docker/docker/builder/remotecontext/git [2023-11-08T11:49:18.980Z] github.com/docker/docker/builder/remotecontext/urlutil [2023-11-08T11:49:18.980Z] github.com/docker/docker/cli/debug [2023-11-08T11:49:18.980Z] github.com/docker/docker/cli/winresources/docker-proxy [2023-11-08T11:49:18.980Z] github.com/docker/docker/cli/winresources/dockerd [2023-11-08T11:49:18.980Z] github.com/docker/docker/client [2023-11-08T11:49:18.980Z] github.com/docker/docker/client/buildkit [2023-11-08T11:49:18.980Z] github.com/docker/docker/cmd/docker-proxy [2023-11-08T11:49:18.980Z] github.com/docker/docker/cmd/dockerd [2023-11-08T11:49:18.980Z] github.com/docker/docker/cmd/dockerd/trap [2023-11-08T11:49:18.980Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2023-11-08T11:49:18.980Z] github.com/docker/docker/container [2023-11-08T11:49:18.980Z] github.com/docker/docker/container/stream [2023-11-08T11:49:18.980Z] github.com/docker/docker/contrib/apparmor [2023-11-08T11:49:18.980Z] github.com/docker/docker/contrib/httpserver [2023-11-08T11:49:18.980Z] github.com/docker/docker/daemon [2023-11-08T11:49:18.980Z] github.com/docker/docker/daemon/cluster [2023-11-08T11:49:18.980Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2023-11-08T11:49:18.980Z] github.com/docker/docker/daemon/cluster/convert [2023-11-08T11:49:18.980Z] github.com/docker/docker/daemon/cluster/executor [2023-11-08T11:49:18.980Z] github.com/docker/docker/daemon/cluster/executor/container [2023-11-08T11:49:18.980Z] github.com/docker/docker/daemon/cluster/provider [2023-11-08T11:49:18.980Z] github.com/docker/docker/daemon/config [2023-11-08T11:49:18.980Z] github.com/docker/docker/daemon/containerd [2023-11-08T11:49:18.980Z] github.com/docker/docker/daemon/events [2023-11-08T11:49:18.980Z] github.com/docker/docker/daemon/events/testutils [2023-11-08T11:49:18.980Z] github.com/docker/docker/daemon/graphdriver [2023-11-08T11:49:18.980Z] github.com/docker/docker/daemon/graphdriver/btrfs [2023-11-08T11:49:18.980Z] github.com/docker/docker/daemon/graphdriver/copy [2023-11-08T11:49:18.980Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2023-11-08T11:49:18.980Z] github.com/docker/docker/daemon/graphdriver/graphtest [2023-11-08T11:49:18.980Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2023-11-08T11:49:18.980Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2023-11-08T11:49:18.980Z] github.com/docker/docker/daemon/graphdriver/register [2023-11-08T11:49:18.980Z] github.com/docker/docker/daemon/graphdriver/vfs [2023-11-08T11:49:18.980Z] github.com/docker/docker/daemon/graphdriver/zfs [2023-11-08T11:49:18.980Z] github.com/docker/docker/daemon/images [2023-11-08T11:49:18.980Z] github.com/docker/docker/daemon/initlayer [2023-11-08T11:49:18.980Z] github.com/docker/docker/daemon/links [2023-11-08T11:49:18.980Z] github.com/docker/docker/daemon/listeners [2023-11-08T11:49:18.980Z] github.com/docker/docker/daemon/logger [2023-11-08T11:49:18.980Z] github.com/docker/docker/daemon/logger/awslogs [2023-11-08T11:49:18.980Z] github.com/docker/docker/daemon/logger/fluentd [2023-11-08T11:49:18.980Z] github.com/docker/docker/daemon/logger/gcplogs [2023-11-08T11:49:18.980Z] github.com/docker/docker/daemon/logger/gelf [2023-11-08T11:49:18.980Z] github.com/docker/docker/daemon/logger/journald [2023-11-08T11:49:18.980Z] github.com/docker/docker/daemon/logger/journald/internal/export [2023-11-08T11:49:18.980Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2023-11-08T11:49:18.980Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2023-11-08T11:49:18.980Z] github.com/docker/docker/daemon/logger/jsonfilelog [2023-11-08T11:49:18.980Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2023-11-08T11:49:18.980Z] github.com/docker/docker/daemon/logger/local [2023-11-08T11:49:18.980Z] github.com/docker/docker/daemon/logger/logentries [2023-11-08T11:49:18.980Z] github.com/docker/docker/daemon/logger/loggertest [2023-11-08T11:49:18.980Z] github.com/docker/docker/daemon/logger/loggerutils [2023-11-08T11:49:18.980Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2023-11-08T11:49:18.980Z] github.com/docker/docker/daemon/logger/splunk [2023-11-08T11:49:18.980Z] github.com/docker/docker/daemon/logger/syslog [2023-11-08T11:49:18.980Z] github.com/docker/docker/daemon/logger/templates [2023-11-08T11:49:18.980Z] github.com/docker/docker/daemon/names [2023-11-08T11:49:18.980Z] github.com/docker/docker/daemon/network [2023-11-08T11:49:18.980Z] github.com/docker/docker/daemon/snapshotter [2023-11-08T11:49:18.980Z] github.com/docker/docker/daemon/stats [2023-11-08T11:49:18.980Z] github.com/docker/docker/distribution [2023-11-08T11:49:18.980Z] github.com/docker/docker/distribution/metadata [2023-11-08T11:49:18.980Z] github.com/docker/docker/distribution/utils [2023-11-08T11:49:18.980Z] github.com/docker/docker/distribution/xfer [2023-11-08T11:49:18.980Z] github.com/docker/docker/dockerversion [2023-11-08T11:49:18.980Z] github.com/docker/docker/errdefs [2023-11-08T11:49:18.980Z] github.com/docker/docker/image [2023-11-08T11:49:18.980Z] github.com/docker/docker/image/cache [2023-11-08T11:49:18.980Z] github.com/docker/docker/image/spec/specs-go [2023-11-08T11:49:18.980Z] github.com/docker/docker/image/spec/specs-go/v1 [2023-11-08T11:49:18.980Z] github.com/docker/docker/image/tarexport [2023-11-08T11:49:18.980Z] github.com/docker/docker/image/v1 [2023-11-08T11:49:18.980Z] github.com/docker/docker/internal/compatcontext [2023-11-08T11:49:18.980Z] github.com/docker/docker/internal/mod [2023-11-08T11:49:18.980Z] github.com/docker/docker/internal/mounttree [2023-11-08T11:49:18.980Z] github.com/docker/docker/internal/multierror [2023-11-08T11:49:18.980Z] github.com/docker/docker/internal/test/suite [2023-11-08T11:49:18.980Z] github.com/docker/docker/internal/testutils [2023-11-08T11:49:18.980Z] github.com/docker/docker/internal/testutils/netnsutils [2023-11-08T11:49:18.980Z] github.com/docker/docker/internal/unshare [2023-11-08T11:49:18.980Z] github.com/docker/docker/layer [2023-11-08T11:49:18.980Z] github.com/docker/docker/libcontainerd [2023-11-08T11:49:18.980Z] github.com/docker/docker/libcontainerd/queue [2023-11-08T11:49:18.980Z] github.com/docker/docker/libcontainerd/remote [2023-11-08T11:49:18.980Z] github.com/docker/docker/libcontainerd/shimopts [2023-11-08T11:49:18.980Z] github.com/docker/docker/libcontainerd/supervisor [2023-11-08T11:49:18.980Z] github.com/docker/docker/libcontainerd/types [2023-11-08T11:49:18.980Z] github.com/docker/docker/oci [2023-11-08T11:49:18.980Z] github.com/docker/docker/oci/caps [2023-11-08T11:49:18.980Z] github.com/docker/docker/opts [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/aaparser [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/archive [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/authorization [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/broadcaster [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/capabilities [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/chrootarchive [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/containerfs [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/directory [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/dmesg [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/fileutils [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/homedir [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/idtools [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/ioutils [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/jsonmessage [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/longpath [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/loopback [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/meminfo [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/namesgenerator [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/parsers [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/parsers/kernel [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/parsers/operatingsystem [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/pidfile [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/platform [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/platforms [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/plugingetter [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/plugins [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/plugins/transport [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/pools [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/process [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/progress [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/reexec [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/rootless [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/rootless/specconv [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/stack [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/stdcopy [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/streamformatter [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/stringid [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/sysinfo [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/system [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/tailfile [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/tarsum [2023-11-08T11:49:18.980Z] github.com/docker/docker/pkg/useragent [2023-11-08T11:49:18.980Z] github.com/docker/docker/plugin [2023-11-08T11:49:18.980Z] github.com/docker/docker/plugin/executor/containerd [2023-11-08T11:49:18.980Z] github.com/docker/docker/plugin/v2 [2023-11-08T11:49:18.980Z] github.com/docker/docker/profiles/apparmor [2023-11-08T11:49:18.980Z] github.com/docker/docker/profiles/seccomp [2023-11-08T11:49:18.980Z] github.com/docker/docker/quota [2023-11-08T11:49:18.980Z] github.com/docker/docker/reference [2023-11-08T11:49:18.980Z] github.com/docker/docker/registry [2023-11-08T11:49:18.980Z] github.com/docker/docker/registry/resumable [2023-11-08T11:49:18.980Z] github.com/docker/docker/restartmanager [2023-11-08T11:49:18.980Z] github.com/docker/docker/runconfig [2023-11-08T11:49:18.980Z] github.com/docker/docker/runconfig/opts [2023-11-08T11:49:18.980Z] github.com/docker/docker/testutil [2023-11-08T11:49:18.980Z] github.com/docker/docker/testutil/daemon [2023-11-08T11:49:18.980Z] github.com/docker/docker/testutil/environment [2023-11-08T11:49:18.980Z] github.com/docker/docker/testutil/fakecontext [2023-11-08T11:49:18.980Z] github.com/docker/docker/testutil/fakegit [2023-11-08T11:49:18.980Z] github.com/docker/docker/testutil/fakestorage [2023-11-08T11:49:18.980Z] github.com/docker/docker/testutil/fixtures/load [2023-11-08T11:49:18.981Z] github.com/docker/docker/testutil/fixtures/plugin [2023-11-08T11:49:18.981Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2023-11-08T11:49:18.981Z] github.com/docker/docker/testutil/registry [2023-11-08T11:49:18.981Z] github.com/docker/docker/testutil/request [2023-11-08T11:49:18.981Z] github.com/docker/docker/volume [2023-11-08T11:49:18.981Z] github.com/docker/docker/volume/drivers [2023-11-08T11:49:18.981Z] github.com/docker/docker/volume/local [2023-11-08T11:49:18.981Z] github.com/docker/docker/volume/mounts [2023-11-08T11:49:18.981Z] github.com/docker/docker/volume/service [2023-11-08T11:49:18.981Z] github.com/docker/docker/volume/service/opts [2023-11-08T11:49:18.981Z] github.com/docker/docker/volume/testutils' [2023-11-08T11:49:18.981Z] ++ grep --fixed-strings /libnetwork [2023-11-08T11:49:18.981Z] ++ echo 'github.com/docker/docker/api [2023-11-08T11:49:18.981Z] github.com/docker/docker/api/server [2023-11-08T11:49:18.981Z] github.com/docker/docker/api/server/backend/build [2023-11-08T11:49:18.981Z] github.com/docker/docker/api/server/httpstatus [2023-11-08T11:49:18.981Z] github.com/docker/docker/api/server/httputils [2023-11-08T11:49:18.981Z] github.com/docker/docker/api/server/middleware [2023-11-08T11:49:18.981Z] github.com/docker/docker/api/server/router [2023-11-08T11:49:18.981Z] github.com/docker/docker/api/server/router/build [2023-11-08T11:49:18.981Z] github.com/docker/docker/api/server/router/checkpoint [2023-11-08T11:49:18.981Z] github.com/docker/docker/api/server/router/container [2023-11-08T11:49:18.981Z] github.com/docker/docker/api/server/router/debug [2023-11-08T11:49:18.981Z] github.com/docker/docker/api/server/router/distribution [2023-11-08T11:49:18.981Z] github.com/docker/docker/api/server/router/grpc [2023-11-08T11:49:18.981Z] github.com/docker/docker/api/server/router/image [2023-11-08T11:49:18.981Z] github.com/docker/docker/api/server/router/network [2023-11-08T11:49:18.981Z] github.com/docker/docker/api/server/router/plugin [2023-11-08T11:49:18.981Z] github.com/docker/docker/api/server/router/session [2023-11-08T11:49:18.981Z] github.com/docker/docker/api/server/router/swarm [2023-11-08T11:49:18.981Z] github.com/docker/docker/api/server/router/system [2023-11-08T11:49:18.981Z] github.com/docker/docker/api/server/router/volume [2023-11-08T11:49:18.981Z] github.com/docker/docker/api/types [2023-11-08T11:49:18.981Z] github.com/docker/docker/api/types/backend [2023-11-08T11:49:18.981Z] github.com/docker/docker/api/types/blkiodev [2023-11-08T11:49:18.981Z] github.com/docker/docker/api/types/checkpoint [2023-11-08T11:49:18.981Z] github.com/docker/docker/api/types/container [2023-11-08T11:49:18.981Z] github.com/docker/docker/api/types/events [2023-11-08T11:49:18.981Z] github.com/docker/docker/api/types/filters [2023-11-08T11:49:18.981Z] github.com/docker/docker/api/types/image [2023-11-08T11:49:18.981Z] github.com/docker/docker/api/types/mount [2023-11-08T11:49:18.981Z] github.com/docker/docker/api/types/network [2023-11-08T11:49:18.981Z] github.com/docker/docker/api/types/plugins/logdriver [2023-11-08T11:49:18.981Z] github.com/docker/docker/api/types/registry [2023-11-08T11:49:18.981Z] github.com/docker/docker/api/types/strslice [2023-11-08T11:49:18.981Z] github.com/docker/docker/api/types/swarm [2023-11-08T11:49:18.981Z] github.com/docker/docker/api/types/swarm/runtime [2023-11-08T11:49:18.981Z] github.com/docker/docker/api/types/system [2023-11-08T11:49:18.981Z] github.com/docker/docker/api/types/time [2023-11-08T11:49:18.981Z] github.com/docker/docker/api/types/versions [2023-11-08T11:49:18.981Z] github.com/docker/docker/api/types/versions/v1p19 [2023-11-08T11:49:18.981Z] github.com/docker/docker/api/types/versions/v1p20 [2023-11-08T11:49:18.981Z] github.com/docker/docker/api/types/volume [2023-11-08T11:49:18.981Z] github.com/docker/docker/builder [2023-11-08T11:49:18.981Z] github.com/docker/docker/builder/builder-next [2023-11-08T11:49:18.981Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2023-11-08T11:49:18.981Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2023-11-08T11:49:18.981Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2023-11-08T11:49:18.981Z] github.com/docker/docker/builder/builder-next/exporter [2023-11-08T11:49:18.981Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter [2023-11-08T11:49:18.981Z] github.com/docker/docker/builder/builder-next/exporter/overrides [2023-11-08T11:49:18.981Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2023-11-08T11:49:18.981Z] github.com/docker/docker/builder/builder-next/worker [2023-11-08T11:49:18.981Z] github.com/docker/docker/builder/builder-next/worker/label [2023-11-08T11:49:18.981Z] github.com/docker/docker/builder/dockerfile [2023-11-08T11:49:18.981Z] github.com/docker/docker/builder/remotecontext [2023-11-08T11:49:18.981Z] github.com/docker/docker/builder/remotecontext/git [2023-11-08T11:49:18.981Z] github.com/docker/docker/builder/remotecontext/urlutil [2023-11-08T11:49:18.981Z] github.com/docker/docker/cli/debug [2023-11-08T11:49:18.981Z] github.com/docker/docker/cli/winresources/docker-proxy [2023-11-08T11:49:18.981Z] github.com/docker/docker/cli/winresources/dockerd [2023-11-08T11:49:18.981Z] github.com/docker/docker/client [2023-11-08T11:49:18.981Z] github.com/docker/docker/client/buildkit [2023-11-08T11:49:18.981Z] github.com/docker/docker/cmd/docker-proxy [2023-11-08T11:49:18.981Z] github.com/docker/docker/cmd/dockerd [2023-11-08T11:49:18.981Z] github.com/docker/docker/cmd/dockerd/trap [2023-11-08T11:49:18.981Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2023-11-08T11:49:18.981Z] github.com/docker/docker/container [2023-11-08T11:49:18.981Z] github.com/docker/docker/container/stream [2023-11-08T11:49:18.981Z] github.com/docker/docker/contrib/apparmor [2023-11-08T11:49:18.981Z] github.com/docker/docker/contrib/httpserver [2023-11-08T11:49:18.981Z] github.com/docker/docker/daemon [2023-11-08T11:49:18.981Z] github.com/docker/docker/daemon/cluster [2023-11-08T11:49:18.981Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2023-11-08T11:49:18.981Z] github.com/docker/docker/daemon/cluster/convert [2023-11-08T11:49:18.981Z] github.com/docker/docker/daemon/cluster/executor [2023-11-08T11:49:18.981Z] github.com/docker/docker/daemon/cluster/executor/container [2023-11-08T11:49:18.981Z] github.com/docker/docker/daemon/cluster/provider [2023-11-08T11:49:18.981Z] github.com/docker/docker/daemon/config [2023-11-08T11:49:18.981Z] github.com/docker/docker/daemon/containerd [2023-11-08T11:49:18.981Z] github.com/docker/docker/daemon/events [2023-11-08T11:49:18.981Z] github.com/docker/docker/daemon/events/testutils [2023-11-08T11:49:18.981Z] github.com/docker/docker/daemon/graphdriver [2023-11-08T11:49:18.981Z] github.com/docker/docker/daemon/graphdriver/btrfs [2023-11-08T11:49:18.981Z] github.com/docker/docker/daemon/graphdriver/copy [2023-11-08T11:49:18.981Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2023-11-08T11:49:18.981Z] github.com/docker/docker/daemon/graphdriver/graphtest [2023-11-08T11:49:18.981Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2023-11-08T11:49:18.981Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2023-11-08T11:49:18.981Z] github.com/docker/docker/daemon/graphdriver/register [2023-11-08T11:49:18.981Z] github.com/docker/docker/daemon/graphdriver/vfs [2023-11-08T11:49:18.981Z] github.com/docker/docker/daemon/graphdriver/zfs [2023-11-08T11:49:18.981Z] github.com/docker/docker/daemon/images [2023-11-08T11:49:18.981Z] github.com/docker/docker/daemon/initlayer [2023-11-08T11:49:18.981Z] github.com/docker/docker/daemon/links [2023-11-08T11:49:18.981Z] github.com/docker/docker/daemon/listeners [2023-11-08T11:49:18.981Z] github.com/docker/docker/daemon/logger [2023-11-08T11:49:18.981Z] github.com/docker/docker/daemon/logger/awslogs [2023-11-08T11:49:18.981Z] github.com/docker/docker/daemon/logger/fluentd [2023-11-08T11:49:18.981Z] github.com/docker/docker/daemon/logger/gcplogs [2023-11-08T11:49:18.981Z] github.com/docker/docker/daemon/logger/gelf [2023-11-08T11:49:18.981Z] github.com/docker/docker/daemon/logger/journald [2023-11-08T11:49:18.981Z] github.com/docker/docker/daemon/logger/journald/internal/export [2023-11-08T11:49:18.981Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2023-11-08T11:49:18.981Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2023-11-08T11:49:18.981Z] github.com/docker/docker/daemon/logger/jsonfilelog [2023-11-08T11:49:18.981Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2023-11-08T11:49:18.981Z] github.com/docker/docker/daemon/logger/local [2023-11-08T11:49:18.981Z] github.com/docker/docker/daemon/logger/logentries [2023-11-08T11:49:18.981Z] github.com/docker/docker/daemon/logger/loggertest [2023-11-08T11:49:18.981Z] github.com/docker/docker/daemon/logger/loggerutils [2023-11-08T11:49:18.981Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2023-11-08T11:49:18.981Z] github.com/docker/docker/daemon/logger/splunk [2023-11-08T11:49:18.981Z] github.com/docker/docker/daemon/logger/syslog [2023-11-08T11:49:18.981Z] github.com/docker/docker/daemon/logger/templates [2023-11-08T11:49:18.981Z] github.com/docker/docker/daemon/names [2023-11-08T11:49:18.981Z] github.com/docker/docker/daemon/network [2023-11-08T11:49:18.981Z] github.com/docker/docker/daemon/snapshotter [2023-11-08T11:49:18.981Z] github.com/docker/docker/daemon/stats [2023-11-08T11:49:18.981Z] github.com/docker/docker/distribution [2023-11-08T11:49:18.981Z] github.com/docker/docker/distribution/metadata [2023-11-08T11:49:18.981Z] github.com/docker/docker/distribution/utils [2023-11-08T11:49:18.981Z] github.com/docker/docker/distribution/xfer [2023-11-08T11:49:18.981Z] github.com/docker/docker/dockerversion [2023-11-08T11:49:18.981Z] github.com/docker/docker/errdefs [2023-11-08T11:49:18.981Z] github.com/docker/docker/image [2023-11-08T11:49:18.981Z] github.com/docker/docker/image/cache [2023-11-08T11:49:18.981Z] github.com/docker/docker/image/spec/specs-go [2023-11-08T11:49:18.981Z] github.com/docker/docker/image/spec/specs-go/v1 [2023-11-08T11:49:18.981Z] github.com/docker/docker/image/tarexport [2023-11-08T11:49:18.981Z] github.com/docker/docker/image/v1 [2023-11-08T11:49:18.981Z] github.com/docker/docker/internal/compatcontext [2023-11-08T11:49:18.981Z] github.com/docker/docker/internal/mod [2023-11-08T11:49:18.981Z] github.com/docker/docker/internal/mounttree [2023-11-08T11:49:18.981Z] github.com/docker/docker/internal/multierror [2023-11-08T11:49:18.981Z] github.com/docker/docker/internal/test/suite [2023-11-08T11:49:18.981Z] github.com/docker/docker/internal/testutils [2023-11-08T11:49:18.981Z] github.com/docker/docker/internal/testutils/netnsutils [2023-11-08T11:49:18.981Z] github.com/docker/docker/internal/unshare [2023-11-08T11:49:18.981Z] github.com/docker/docker/layer [2023-11-08T11:49:18.981Z] github.com/docker/docker/libcontainerd [2023-11-08T11:49:18.981Z] github.com/docker/docker/libcontainerd/queue [2023-11-08T11:49:18.981Z] github.com/docker/docker/libcontainerd/remote [2023-11-08T11:49:18.981Z] github.com/docker/docker/libcontainerd/shimopts [2023-11-08T11:49:18.981Z] github.com/docker/docker/libcontainerd/supervisor [2023-11-08T11:49:18.981Z] github.com/docker/docker/libcontainerd/types [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/bitmap [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/cluster [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/cmd/readme_test [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/config [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/datastore [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/diagnostic [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/discoverapi [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/driverapi [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/drivers/bridge [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/drivers/host [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/drivers/macvlan [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/drivers/null [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/drivers/overlay [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/drivers/remote [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/drivers/remote/api [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/drivers/windows [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/drvregistry [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/etchosts [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/internal/caller [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/internal/kvstore [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/internal/setmatrix [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/ipam [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/ipamapi [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/ipams/builtin [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/ipams/null [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/ipams/remote [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/ipams/remote/api [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/ipamutils [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/ipbits [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/iptables [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/netlabel [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/netutils [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/networkdb [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/ns [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/options [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/osl [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/osl/kernel [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/portallocator [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/portmapper [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/resolvconf [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/scope [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/types [2023-11-08T11:49:18.981Z] github.com/docker/docker/oci [2023-11-08T11:49:18.981Z] github.com/docker/docker/oci/caps [2023-11-08T11:49:18.981Z] github.com/docker/docker/opts [2023-11-08T11:49:18.981Z] github.com/docker/docker/pkg/aaparser [2023-11-08T11:49:18.981Z] github.com/docker/docker/pkg/archive [2023-11-08T11:49:18.981Z] github.com/docker/docker/pkg/authorization [2023-11-08T11:49:18.981Z] github.com/docker/docker/pkg/broadcaster [2023-11-08T11:49:18.981Z] github.com/docker/docker/pkg/capabilities [2023-11-08T11:49:18.981Z] github.com/docker/docker/pkg/chrootarchive [2023-11-08T11:49:18.981Z] github.com/docker/docker/pkg/containerfs [2023-11-08T11:49:18.981Z] github.com/docker/docker/pkg/directory [2023-11-08T11:49:18.981Z] github.com/docker/docker/pkg/dmesg [2023-11-08T11:49:18.981Z] github.com/docker/docker/pkg/fileutils [2023-11-08T11:49:18.981Z] github.com/docker/docker/pkg/homedir [2023-11-08T11:49:18.981Z] github.com/docker/docker/pkg/idtools [2023-11-08T11:49:18.981Z] github.com/docker/docker/pkg/ioutils [2023-11-08T11:49:18.981Z] github.com/docker/docker/pkg/jsonmessage [2023-11-08T11:49:18.981Z] github.com/docker/docker/pkg/longpath [2023-11-08T11:49:18.981Z] github.com/docker/docker/pkg/loopback [2023-11-08T11:49:18.981Z] github.com/docker/docker/pkg/meminfo [2023-11-08T11:49:18.981Z] github.com/docker/docker/pkg/namesgenerator [2023-11-08T11:49:18.981Z] github.com/docker/docker/pkg/parsers [2023-11-08T11:49:18.981Z] github.com/docker/docker/pkg/parsers/kernel [2023-11-08T11:49:18.981Z] github.com/docker/docker/pkg/parsers/operatingsystem [2023-11-08T11:49:18.981Z] github.com/docker/docker/pkg/pidfile [2023-11-08T11:49:18.981Z] github.com/docker/docker/pkg/platform [2023-11-08T11:49:18.981Z] github.com/docker/docker/pkg/platforms [2023-11-08T11:49:18.981Z] github.com/docker/docker/pkg/plugingetter [2023-11-08T11:49:18.981Z] github.com/docker/docker/pkg/plugins [2023-11-08T11:49:18.981Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2023-11-08T11:49:18.981Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2023-11-08T11:49:18.981Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2023-11-08T11:49:18.981Z] github.com/docker/docker/pkg/plugins/transport [2023-11-08T11:49:18.981Z] github.com/docker/docker/pkg/pools [2023-11-08T11:49:18.981Z] github.com/docker/docker/pkg/process [2023-11-08T11:49:18.981Z] github.com/docker/docker/pkg/progress [2023-11-08T11:49:18.981Z] github.com/docker/docker/pkg/reexec [2023-11-08T11:49:18.981Z] github.com/docker/docker/pkg/rootless [2023-11-08T11:49:18.981Z] github.com/docker/docker/pkg/rootless/specconv [2023-11-08T11:49:18.981Z] github.com/docker/docker/pkg/stack [2023-11-08T11:49:18.981Z] github.com/docker/docker/pkg/stdcopy [2023-11-08T11:49:18.981Z] github.com/docker/docker/pkg/streamformatter [2023-11-08T11:49:18.981Z] github.com/docker/docker/pkg/stringid [2023-11-08T11:49:18.981Z] github.com/docker/docker/pkg/sysinfo [2023-11-08T11:49:18.981Z] github.com/docker/docker/pkg/system [2023-11-08T11:49:18.981Z] github.com/docker/docker/pkg/tailfile [2023-11-08T11:49:18.981Z] github.com/docker/docker/pkg/tarsum [2023-11-08T11:49:18.981Z] github.com/docker/docker/pkg/useragent [2023-11-08T11:49:18.981Z] github.com/docker/docker/plugin [2023-11-08T11:49:18.981Z] github.com/docker/docker/plugin/executor/containerd [2023-11-08T11:49:18.981Z] github.com/docker/docker/plugin/v2 [2023-11-08T11:49:18.981Z] github.com/docker/docker/profiles/apparmor [2023-11-08T11:49:18.981Z] github.com/docker/docker/profiles/seccomp [2023-11-08T11:49:18.981Z] github.com/docker/docker/quota [2023-11-08T11:49:18.981Z] github.com/docker/docker/reference [2023-11-08T11:49:18.981Z] github.com/docker/docker/registry [2023-11-08T11:49:18.981Z] github.com/docker/docker/registry/resumable [2023-11-08T11:49:18.981Z] github.com/docker/docker/restartmanager [2023-11-08T11:49:18.981Z] github.com/docker/docker/runconfig [2023-11-08T11:49:18.981Z] github.com/docker/docker/runconfig/opts [2023-11-08T11:49:18.981Z] github.com/docker/docker/testutil [2023-11-08T11:49:18.981Z] github.com/docker/docker/testutil/daemon [2023-11-08T11:49:18.981Z] github.com/docker/docker/testutil/environment [2023-11-08T11:49:18.981Z] github.com/docker/docker/testutil/fakecontext [2023-11-08T11:49:18.981Z] github.com/docker/docker/testutil/fakegit [2023-11-08T11:49:18.981Z] github.com/docker/docker/testutil/fakestorage [2023-11-08T11:49:18.981Z] github.com/docker/docker/testutil/fixtures/load [2023-11-08T11:49:18.981Z] github.com/docker/docker/testutil/fixtures/plugin [2023-11-08T11:49:18.981Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2023-11-08T11:49:18.981Z] github.com/docker/docker/testutil/registry [2023-11-08T11:49:18.981Z] github.com/docker/docker/testutil/request [2023-11-08T11:49:18.981Z] github.com/docker/docker/volume [2023-11-08T11:49:18.981Z] github.com/docker/docker/volume/drivers [2023-11-08T11:49:18.981Z] github.com/docker/docker/volume/local [2023-11-08T11:49:18.981Z] github.com/docker/docker/volume/mounts [2023-11-08T11:49:18.981Z] github.com/docker/docker/volume/service [2023-11-08T11:49:18.981Z] github.com/docker/docker/volume/service/opts [2023-11-08T11:49:18.981Z] github.com/docker/docker/volume/testutils' [2023-11-08T11:49:18.981Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/bitmap [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/cluster [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/cmd/readme_test [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/config [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/datastore [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/diagnostic [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/discoverapi [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/driverapi [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/drivers/bridge [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/drivers/host [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/drivers/macvlan [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/drivers/null [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/drivers/overlay [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/drivers/remote [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/drivers/remote/api [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/drivers/windows [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/drvregistry [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/etchosts [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/internal/caller [2023-11-08T11:49:18.981Z] github.com/docker/docker/libnetwork/internal/kvstore [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/internal/setmatrix [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/ipam [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/ipamapi [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/ipams/builtin [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/ipams/null [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/ipams/remote [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/ipams/remote/api [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/ipamutils [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/ipbits [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/iptables [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/netlabel [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/netutils [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/networkdb [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/ns [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/options [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/osl [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/osl/kernel [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/portallocator [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/portmapper [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/resolvconf [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/scope [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/types' [2023-11-08T11:49:18.982Z] + echo 'github.com/docker/docker/libnetwork [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/bitmap [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/cluster [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/cmd/readme_test [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/config [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/datastore [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/diagnostic [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/discoverapi [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/driverapi [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/drivers/bridge [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/drivers/host [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/drivers/macvlan [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/drivers/null [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/drivers/overlay [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/drivers/remote [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/drivers/remote/api [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/drivers/windows [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/drvregistry [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/etchosts [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/internal/caller [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/internal/kvstore [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/internal/setmatrix [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/ipam [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/ipamapi [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/ipams/builtin [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/ipams/null [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/ipams/remote [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/ipams/remote/api [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/ipamutils [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/ipbits [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/iptables [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/netlabel [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/netutils [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/networkdb [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/ns [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/options [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/osl [2023-11-08T11:49:18.982Z] + grep --fixed-strings libnetwork/drivers/bridge [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/osl/kernel [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/portallocator [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/portmapper [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/resolvconf [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/scope [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/types' [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/drivers/bridge [2023-11-08T11:49:18.982Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2023-11-08T11:49:18.982Z] + type docker-proxy [2023-11-08T11:49:18.982Z] hack/test/unit: line 25: type: docker-proxy: not found [2023-11-08T11:49:18.982Z] + hack/make.sh binary-proxy install-proxy [2023-11-08T11:49:18.982Z] [2023-11-08T11:49:18.982Z] Removing bundles/ [2023-11-08T11:49:18.982Z] [2023-11-08T11:49:18.982Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2023-11-08T11:49:18.982Z] Building static bundles/binary-proxy/docker-proxy (linux/arm64)... [2023-11-08T11:49:19.241Z] + tee /go/src/github.com/docker/docker/go.mod [2023-11-08T11:49:19.241Z] module github.com/docker/docker [2023-11-08T11:49:19.241Z] [2023-11-08T11:49:19.241Z] go 1.20 [2023-11-08T11:49:19.241Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT [2023-11-08T11:49:19.241Z] + GO111MODULE=on [2023-11-08T11:49:19.241Z] + go build -mod=vendor -modfile=vendor.mod -o bundles/binary-proxy/docker-proxy -tags 'netgo osusergo static_build journald' -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=dev" -X "github.com/docker/docker/dockerversion.GitCommit=7995e3288fad2ab6b1825ca512023fb43c3dcee5" -X "github.com/docker/docker/dockerversion.BuildTime=2023-11-08T11:49:18.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=" -X "github.com/docker/docker/dockerversion.ProductName=" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" -extldflags -static ' -gcflags= github.com/docker/docker/cmd/docker-proxy [2023-11-08T11:49:23.436Z] + rm -f /go/src/github.com/docker/docker/go.mod [2023-11-08T11:49:23.436Z] Created binary: bundles/binary-proxy/docker-proxy [2023-11-08T11:49:23.436Z] [2023-11-08T11:49:23.436Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2023-11-08T11:49:23.436Z] Installing docker-proxy to /usr/local/bin/ [2023-11-08T11:49:23.436Z] [2023-11-08T11:49:23.436Z] + mkdir -p bundles [2023-11-08T11:49:23.436Z] + '[' -n 'github.com/docker/docker/api [2023-11-08T11:49:23.436Z] github.com/docker/docker/api/server [2023-11-08T11:49:23.436Z] github.com/docker/docker/api/server/backend/build [2023-11-08T11:49:23.436Z] github.com/docker/docker/api/server/httpstatus [2023-11-08T11:49:23.436Z] github.com/docker/docker/api/server/httputils [2023-11-08T11:49:23.436Z] github.com/docker/docker/api/server/middleware [2023-11-08T11:49:23.436Z] github.com/docker/docker/api/server/router [2023-11-08T11:49:23.436Z] github.com/docker/docker/api/server/router/build [2023-11-08T11:49:23.436Z] github.com/docker/docker/api/server/router/checkpoint [2023-11-08T11:49:23.436Z] github.com/docker/docker/api/server/router/container [2023-11-08T11:49:23.436Z] github.com/docker/docker/api/server/router/debug [2023-11-08T11:49:23.436Z] github.com/docker/docker/api/server/router/distribution [2023-11-08T11:49:23.436Z] github.com/docker/docker/api/server/router/grpc [2023-11-08T11:49:23.436Z] github.com/docker/docker/api/server/router/image [2023-11-08T11:49:23.436Z] github.com/docker/docker/api/server/router/network [2023-11-08T11:49:23.436Z] github.com/docker/docker/api/server/router/plugin [2023-11-08T11:49:23.436Z] github.com/docker/docker/api/server/router/session [2023-11-08T11:49:23.436Z] github.com/docker/docker/api/server/router/swarm [2023-11-08T11:49:23.436Z] github.com/docker/docker/api/server/router/system [2023-11-08T11:49:23.436Z] github.com/docker/docker/api/server/router/volume [2023-11-08T11:49:23.436Z] github.com/docker/docker/api/types [2023-11-08T11:49:23.436Z] github.com/docker/docker/api/types/backend [2023-11-08T11:49:23.436Z] github.com/docker/docker/api/types/blkiodev [2023-11-08T11:49:23.436Z] github.com/docker/docker/api/types/checkpoint [2023-11-08T11:49:23.436Z] github.com/docker/docker/api/types/container [2023-11-08T11:49:23.436Z] github.com/docker/docker/api/types/events [2023-11-08T11:49:23.436Z] github.com/docker/docker/api/types/filters [2023-11-08T11:49:23.436Z] github.com/docker/docker/api/types/image [2023-11-08T11:49:23.436Z] github.com/docker/docker/api/types/mount [2023-11-08T11:49:23.436Z] github.com/docker/docker/api/types/network [2023-11-08T11:49:23.436Z] github.com/docker/docker/api/types/plugins/logdriver [2023-11-08T11:49:23.436Z] github.com/docker/docker/api/types/registry [2023-11-08T11:49:23.436Z] github.com/docker/docker/api/types/strslice [2023-11-08T11:49:23.436Z] github.com/docker/docker/api/types/swarm [2023-11-08T11:49:23.436Z] github.com/docker/docker/api/types/swarm/runtime [2023-11-08T11:49:23.436Z] github.com/docker/docker/api/types/system [2023-11-08T11:49:23.436Z] github.com/docker/docker/api/types/time [2023-11-08T11:49:23.436Z] github.com/docker/docker/api/types/versions [2023-11-08T11:49:23.436Z] github.com/docker/docker/api/types/versions/v1p19 [2023-11-08T11:49:23.436Z] github.com/docker/docker/api/types/versions/v1p20 [2023-11-08T11:49:23.436Z] github.com/docker/docker/api/types/volume [2023-11-08T11:49:23.436Z] github.com/docker/docker/builder [2023-11-08T11:49:23.436Z] github.com/docker/docker/builder/builder-next [2023-11-08T11:49:23.436Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2023-11-08T11:49:23.436Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2023-11-08T11:49:23.436Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2023-11-08T11:49:23.436Z] github.com/docker/docker/builder/builder-next/exporter [2023-11-08T11:49:23.436Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter [2023-11-08T11:49:23.436Z] github.com/docker/docker/builder/builder-next/exporter/overrides [2023-11-08T11:49:23.436Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2023-11-08T11:49:23.436Z] github.com/docker/docker/builder/builder-next/worker [2023-11-08T11:49:23.436Z] github.com/docker/docker/builder/builder-next/worker/label [2023-11-08T11:49:23.436Z] github.com/docker/docker/builder/dockerfile [2023-11-08T11:49:23.436Z] github.com/docker/docker/builder/remotecontext [2023-11-08T11:49:23.436Z] github.com/docker/docker/builder/remotecontext/git [2023-11-08T11:49:23.436Z] github.com/docker/docker/builder/remotecontext/urlutil [2023-11-08T11:49:23.436Z] github.com/docker/docker/cli/debug [2023-11-08T11:49:23.436Z] github.com/docker/docker/cli/winresources/docker-proxy [2023-11-08T11:49:23.436Z] github.com/docker/docker/cli/winresources/dockerd [2023-11-08T11:49:23.436Z] github.com/docker/docker/client [2023-11-08T11:49:23.436Z] github.com/docker/docker/client/buildkit [2023-11-08T11:49:23.436Z] github.com/docker/docker/cmd/docker-proxy [2023-11-08T11:49:23.436Z] github.com/docker/docker/cmd/dockerd [2023-11-08T11:49:23.436Z] github.com/docker/docker/cmd/dockerd/trap [2023-11-08T11:49:23.436Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2023-11-08T11:49:23.436Z] github.com/docker/docker/container [2023-11-08T11:49:23.436Z] github.com/docker/docker/container/stream [2023-11-08T11:49:23.436Z] github.com/docker/docker/contrib/apparmor [2023-11-08T11:49:23.436Z] github.com/docker/docker/contrib/httpserver [2023-11-08T11:49:23.436Z] github.com/docker/docker/daemon [2023-11-08T11:49:23.436Z] github.com/docker/docker/daemon/cluster [2023-11-08T11:49:23.436Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2023-11-08T11:49:23.436Z] github.com/docker/docker/daemon/cluster/convert [2023-11-08T11:49:23.436Z] github.com/docker/docker/daemon/cluster/executor [2023-11-08T11:49:23.436Z] github.com/docker/docker/daemon/cluster/executor/container [2023-11-08T11:49:23.436Z] github.com/docker/docker/daemon/cluster/provider [2023-11-08T11:49:23.436Z] github.com/docker/docker/daemon/config [2023-11-08T11:49:23.436Z] github.com/docker/docker/daemon/containerd [2023-11-08T11:49:23.436Z] github.com/docker/docker/daemon/events [2023-11-08T11:49:23.436Z] github.com/docker/docker/daemon/events/testutils [2023-11-08T11:49:23.436Z] github.com/docker/docker/daemon/graphdriver [2023-11-08T11:49:23.436Z] github.com/docker/docker/daemon/graphdriver/btrfs [2023-11-08T11:49:23.436Z] github.com/docker/docker/daemon/graphdriver/copy [2023-11-08T11:49:23.436Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2023-11-08T11:49:23.436Z] github.com/docker/docker/daemon/graphdriver/graphtest [2023-11-08T11:49:23.436Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2023-11-08T11:49:23.436Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2023-11-08T11:49:23.436Z] github.com/docker/docker/daemon/graphdriver/register [2023-11-08T11:49:23.436Z] github.com/docker/docker/daemon/graphdriver/vfs [2023-11-08T11:49:23.436Z] github.com/docker/docker/daemon/graphdriver/zfs [2023-11-08T11:49:23.436Z] github.com/docker/docker/daemon/images [2023-11-08T11:49:23.436Z] github.com/docker/docker/daemon/initlayer [2023-11-08T11:49:23.436Z] github.com/docker/docker/daemon/links [2023-11-08T11:49:23.436Z] github.com/docker/docker/daemon/listeners [2023-11-08T11:49:23.436Z] github.com/docker/docker/daemon/logger [2023-11-08T11:49:23.436Z] github.com/docker/docker/daemon/logger/awslogs [2023-11-08T11:49:23.436Z] github.com/docker/docker/daemon/logger/fluentd [2023-11-08T11:49:23.436Z] github.com/docker/docker/daemon/logger/gcplogs [2023-11-08T11:49:23.436Z] github.com/docker/docker/daemon/logger/gelf [2023-11-08T11:49:23.436Z] github.com/docker/docker/daemon/logger/journald [2023-11-08T11:49:23.436Z] github.com/docker/docker/daemon/logger/journald/internal/export [2023-11-08T11:49:23.436Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2023-11-08T11:49:23.436Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2023-11-08T11:49:23.436Z] github.com/docker/docker/daemon/logger/jsonfilelog [2023-11-08T11:49:23.436Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2023-11-08T11:49:23.436Z] github.com/docker/docker/daemon/logger/local [2023-11-08T11:49:23.436Z] github.com/docker/docker/daemon/logger/logentries [2023-11-08T11:49:23.436Z] github.com/docker/docker/daemon/logger/loggertest [2023-11-08T11:49:23.436Z] github.com/docker/docker/daemon/logger/loggerutils [2023-11-08T11:49:23.436Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2023-11-08T11:49:23.436Z] github.com/docker/docker/daemon/logger/splunk [2023-11-08T11:49:23.436Z] github.com/docker/docker/daemon/logger/syslog [2023-11-08T11:49:23.436Z] github.com/docker/docker/daemon/logger/templates [2023-11-08T11:49:23.436Z] github.com/docker/docker/daemon/names [2023-11-08T11:49:23.436Z] github.com/docker/docker/daemon/network [2023-11-08T11:49:23.436Z] github.com/docker/docker/daemon/snapshotter [2023-11-08T11:49:23.436Z] github.com/docker/docker/daemon/stats [2023-11-08T11:49:23.436Z] github.com/docker/docker/distribution [2023-11-08T11:49:23.436Z] github.com/docker/docker/distribution/metadata [2023-11-08T11:49:23.436Z] github.com/docker/docker/distribution/utils [2023-11-08T11:49:23.437Z] github.com/docker/docker/distribution/xfer [2023-11-08T11:49:23.437Z] github.com/docker/docker/dockerversion [2023-11-08T11:49:23.437Z] github.com/docker/docker/errdefs [2023-11-08T11:49:23.437Z] github.com/docker/docker/image [2023-11-08T11:49:23.437Z] github.com/docker/docker/image/cache [2023-11-08T11:49:23.437Z] github.com/docker/docker/image/spec/specs-go [2023-11-08T11:49:23.437Z] github.com/docker/docker/image/spec/specs-go/v1 [2023-11-08T11:49:23.437Z] github.com/docker/docker/image/tarexport [2023-11-08T11:49:23.437Z] github.com/docker/docker/image/v1 [2023-11-08T11:49:23.437Z] github.com/docker/docker/internal/compatcontext [2023-11-08T11:49:23.437Z] github.com/docker/docker/internal/mod [2023-11-08T11:49:23.437Z] github.com/docker/docker/internal/mounttree [2023-11-08T11:49:23.437Z] github.com/docker/docker/internal/multierror [2023-11-08T11:49:23.437Z] github.com/docker/docker/internal/test/suite [2023-11-08T11:49:23.437Z] github.com/docker/docker/internal/testutils [2023-11-08T11:49:23.437Z] github.com/docker/docker/internal/testutils/netnsutils [2023-11-08T11:49:23.437Z] github.com/docker/docker/internal/unshare [2023-11-08T11:49:23.437Z] github.com/docker/docker/layer [2023-11-08T11:49:23.437Z] github.com/docker/docker/libcontainerd [2023-11-08T11:49:23.437Z] github.com/docker/docker/libcontainerd/queue [2023-11-08T11:49:23.437Z] github.com/docker/docker/libcontainerd/remote [2023-11-08T11:49:23.437Z] github.com/docker/docker/libcontainerd/shimopts [2023-11-08T11:49:23.437Z] github.com/docker/docker/libcontainerd/supervisor [2023-11-08T11:49:23.437Z] github.com/docker/docker/libcontainerd/types [2023-11-08T11:49:23.437Z] github.com/docker/docker/oci [2023-11-08T11:49:23.437Z] github.com/docker/docker/oci/caps [2023-11-08T11:49:23.437Z] github.com/docker/docker/opts [2023-11-08T11:49:23.437Z] github.com/docker/docker/pkg/aaparser [2023-11-08T11:49:23.437Z] github.com/docker/docker/pkg/archive [2023-11-08T11:49:23.437Z] github.com/docker/docker/pkg/authorization [2023-11-08T11:49:23.437Z] github.com/docker/docker/pkg/broadcaster [2023-11-08T11:49:23.437Z] github.com/docker/docker/pkg/capabilities [2023-11-08T11:49:23.437Z] github.com/docker/docker/pkg/chrootarchive [2023-11-08T11:49:23.437Z] github.com/docker/docker/pkg/containerfs [2023-11-08T11:49:23.437Z] github.com/docker/docker/pkg/directory [2023-11-08T11:49:23.437Z] github.com/docker/docker/pkg/dmesg [2023-11-08T11:49:23.437Z] github.com/docker/docker/pkg/fileutils [2023-11-08T11:49:23.437Z] github.com/docker/docker/pkg/homedir [2023-11-08T11:49:23.437Z] github.com/docker/docker/pkg/idtools [2023-11-08T11:49:23.437Z] github.com/docker/docker/pkg/ioutils [2023-11-08T11:49:23.437Z] github.com/docker/docker/pkg/jsonmessage [2023-11-08T11:49:23.437Z] github.com/docker/docker/pkg/longpath [2023-11-08T11:49:23.437Z] github.com/docker/docker/pkg/loopback [2023-11-08T11:49:23.437Z] github.com/docker/docker/pkg/meminfo [2023-11-08T11:49:23.437Z] github.com/docker/docker/pkg/namesgenerator [2023-11-08T11:49:23.437Z] github.com/docker/docker/pkg/parsers [2023-11-08T11:49:23.437Z] github.com/docker/docker/pkg/parsers/kernel [2023-11-08T11:49:23.437Z] github.com/docker/docker/pkg/parsers/operatingsystem [2023-11-08T11:49:23.437Z] github.com/docker/docker/pkg/pidfile [2023-11-08T11:49:23.437Z] github.com/docker/docker/pkg/platform [2023-11-08T11:49:23.437Z] github.com/docker/docker/pkg/platforms [2023-11-08T11:49:23.437Z] github.com/docker/docker/pkg/plugingetter [2023-11-08T11:49:23.437Z] github.com/docker/docker/pkg/plugins [2023-11-08T11:49:23.437Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2023-11-08T11:49:23.437Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2023-11-08T11:49:23.437Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2023-11-08T11:49:23.437Z] github.com/docker/docker/pkg/plugins/transport [2023-11-08T11:49:23.437Z] github.com/docker/docker/pkg/pools [2023-11-08T11:49:23.437Z] github.com/docker/docker/pkg/process [2023-11-08T11:49:23.437Z] github.com/docker/docker/pkg/progress [2023-11-08T11:49:23.437Z] github.com/docker/docker/pkg/reexec [2023-11-08T11:49:23.437Z] github.com/docker/docker/pkg/rootless [2023-11-08T11:49:23.437Z] github.com/docker/docker/pkg/rootless/specconv [2023-11-08T11:49:23.437Z] github.com/docker/docker/pkg/stack [2023-11-08T11:49:23.437Z] github.com/docker/docker/pkg/stdcopy [2023-11-08T11:49:23.437Z] github.com/docker/docker/pkg/streamformatter [2023-11-08T11:49:23.437Z] github.com/docker/docker/pkg/stringid [2023-11-08T11:49:23.437Z] github.com/docker/docker/pkg/sysinfo [2023-11-08T11:49:23.437Z] github.com/docker/docker/pkg/system [2023-11-08T11:49:23.437Z] github.com/docker/docker/pkg/tailfile [2023-11-08T11:49:23.437Z] github.com/docker/docker/pkg/tarsum [2023-11-08T11:49:23.437Z] github.com/docker/docker/pkg/useragent [2023-11-08T11:49:23.437Z] github.com/docker/docker/plugin [2023-11-08T11:49:23.437Z] github.com/docker/docker/plugin/executor/containerd [2023-11-08T11:49:23.437Z] github.com/docker/docker/plugin/v2 [2023-11-08T11:49:23.437Z] github.com/docker/docker/profiles/apparmor [2023-11-08T11:49:23.437Z] github.com/docker/docker/profiles/seccomp [2023-11-08T11:49:23.437Z] github.com/docker/docker/quota [2023-11-08T11:49:23.437Z] github.com/docker/docker/reference [2023-11-08T11:49:23.437Z] github.com/docker/docker/registry [2023-11-08T11:49:23.437Z] github.com/docker/docker/registry/resumable [2023-11-08T11:49:23.437Z] github.com/docker/docker/restartmanager [2023-11-08T11:49:23.437Z] github.com/docker/docker/runconfig [2023-11-08T11:49:23.437Z] github.com/docker/docker/runconfig/opts [2023-11-08T11:49:23.437Z] github.com/docker/docker/testutil [2023-11-08T11:49:23.437Z] github.com/docker/docker/testutil/daemon [2023-11-08T11:49:23.437Z] github.com/docker/docker/testutil/environment [2023-11-08T11:49:23.437Z] github.com/docker/docker/testutil/fakecontext [2023-11-08T11:49:23.437Z] github.com/docker/docker/testutil/fakegit [2023-11-08T11:49:23.437Z] github.com/docker/docker/testutil/fakestorage [2023-11-08T11:49:23.437Z] github.com/docker/docker/testutil/fixtures/load [2023-11-08T11:49:23.437Z] github.com/docker/docker/testutil/fixtures/plugin [2023-11-08T11:49:23.437Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2023-11-08T11:49:23.437Z] github.com/docker/docker/testutil/registry [2023-11-08T11:49:23.437Z] github.com/docker/docker/testutil/request [2023-11-08T11:49:23.437Z] github.com/docker/docker/volume [2023-11-08T11:49:23.437Z] github.com/docker/docker/volume/drivers [2023-11-08T11:49:23.437Z] github.com/docker/docker/volume/local [2023-11-08T11:49:23.437Z] github.com/docker/docker/volume/mounts [2023-11-08T11:49:23.437Z] github.com/docker/docker/volume/service [2023-11-08T11:49:23.437Z] github.com/docker/docker/volume/service/opts [2023-11-08T11:49:23.437Z] github.com/docker/docker/volume/testutils' ']' [2023-11-08T11:49:23.437Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo 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/checkpoint 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/system 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/exporter/mobyexporter github.com/docker/docker/builder/builder-next/exporter/overrides github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/builder-next/worker/label 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/client/buildkit 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/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/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest 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/snapshotter 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/spec/specs-go github.com/docker/docker/image/spec/specs-go/v1 github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/compatcontext github.com/docker/docker/internal/mod github.com/docker/docker/internal/mounttree github.com/docker/docker/internal/multierror github.com/docker/docker/internal/test/suite github.com/docker/docker/internal/testutils github.com/docker/docker/internal/testutils/netnsutils 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/shimopts 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/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/meminfo 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/platforms 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/rootless github.com/docker/docker/pkg/rootless/specconv 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/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2023-11-08T11:49:24.006Z] ? github.com/docker/docker/api [no test files] [2023-11-08T11:49:32.137Z] ok github.com/docker/docker/api/server 0.027s coverage: 13.0% of statements [2023-11-08T11:49:54.105Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2023-11-08T11:49:54.106Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2023-11-08T11:49:54.106Z] ? github.com/docker/docker/api/server/router [no test files] [2023-11-08T11:49:54.106Z] ? github.com/docker/docker/api/server/router/build [no test files] [2023-11-08T11:49:54.106Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2023-11-08T11:49:54.106Z] ok github.com/docker/docker/api/server/httputils 0.006s coverage: 28.3% of statements [2023-11-08T11:49:54.106Z] ok github.com/docker/docker/api/server/middleware 0.008s coverage: 37.7% of statements [2023-11-08T11:49:54.106Z] ? github.com/docker/docker/api/server/router/container [no test files] [2023-11-08T11:49:54.106Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2023-11-08T11:49:54.106Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2023-11-08T11:49:54.106Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2023-11-08T11:49:54.106Z] ? github.com/docker/docker/api/server/router/image [no test files] [2023-11-08T11:49:54.106Z] ? github.com/docker/docker/api/server/router/network [no test files] [2023-11-08T11:49:54.106Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2023-11-08T11:49:54.106Z] ? github.com/docker/docker/api/server/router/session [no test files] [2023-11-08T11:49:54.106Z] ? github.com/docker/docker/api/server/router/system [no test files] [2023-11-08T11:49:54.106Z] ? github.com/docker/docker/api/types [no test files] [2023-11-08T11:49:54.106Z] ? github.com/docker/docker/api/types/backend [no test files] [2023-11-08T11:49:54.106Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2023-11-08T11:49:54.106Z] ? github.com/docker/docker/api/types/checkpoint [no test files] [2023-11-08T11:49:54.106Z] ok github.com/docker/docker/api/server/router/volume 0.007s coverage: 66.7% of statements [2023-11-08T11:49:54.106Z] ok github.com/docker/docker/api/server/router/swarm 0.016s coverage: 7.4% of statements [2023-11-08T11:49:54.106Z] ? github.com/docker/docker/api/types/events [no test files] [2023-11-08T11:49:54.106Z] ok github.com/docker/docker/api/types/container 0.007s coverage: 83.7% of statements [2023-11-08T11:49:54.106Z] ? github.com/docker/docker/api/types/image [no test files] [2023-11-08T11:49:54.106Z] ? github.com/docker/docker/api/types/mount [no test files] [2023-11-08T11:49:54.106Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2023-11-08T11:49:54.106Z] ok github.com/docker/docker/api/types/network 0.004s coverage: 74.3% of statements [2023-11-08T11:49:54.106Z] ok github.com/docker/docker/api/types/filters 0.007s coverage: 94.0% of statements [2023-11-08T11:49:54.106Z] ok github.com/docker/docker/api/types/registry 0.004s coverage: 54.2% of statements [2023-11-08T11:49:54.106Z] ? github.com/docker/docker/api/types/swarm [no test files] [2023-11-08T11:49:54.106Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2023-11-08T11:49:54.106Z] ? github.com/docker/docker/api/types/system [no test files] [2023-11-08T11:49:54.106Z] ok github.com/docker/docker/api/types/strslice 0.002s coverage: 90.0% of statements [2023-11-08T11:49:54.106Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2023-11-08T11:49:54.106Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2023-11-08T11:49:54.106Z] ? github.com/docker/docker/api/types/volume [no test files] [2023-11-08T11:49:54.106Z] ? github.com/docker/docker/builder [no test files] [2023-11-08T11:49:54.106Z] ? github.com/docker/docker/builder/builder-next [no test files] [2023-11-08T11:49:54.106Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2023-11-08T11:49:54.106Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2023-11-08T11:49:54.106Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2023-11-08T11:49:54.106Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2023-11-08T11:49:54.106Z] ? github.com/docker/docker/builder/builder-next/exporter/mobyexporter [no test files] [2023-11-08T11:49:54.106Z] ? github.com/docker/docker/builder/builder-next/exporter/overrides [no test files] [2023-11-08T11:49:54.106Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2023-11-08T11:49:54.106Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2023-11-08T11:49:54.106Z] ? github.com/docker/docker/builder/builder-next/worker/label [no test files] [2023-11-08T11:49:54.106Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 77.3% of statements [2023-11-08T11:49:54.106Z] ok github.com/docker/docker/api/types/time 0.003s coverage: 100.0% of statements [2023-11-08T11:49:54.106Z] ? github.com/docker/docker/cli/winresources/docker-proxy [no test files] [2023-11-08T11:49:54.106Z] ? github.com/docker/docker/cli/winresources/dockerd [no test files] [2023-11-08T11:49:54.106Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.008s coverage: 100.0% of statements [2023-11-08T11:49:54.106Z] ok github.com/docker/docker/cli/debug 0.016s coverage: 100.0% of statements [2023-11-08T11:49:54.106Z] ok github.com/docker/docker/builder/dockerfile 0.049s coverage: 50.1% of statements [2023-11-08T11:49:54.106Z] ok github.com/docker/docker/builder/remotecontext 0.059s coverage: 33.5% of statements [2023-11-08T11:49:55.491Z] ? github.com/docker/docker/client/buildkit [no test files] [2023-11-08T11:49:55.751Z] ok github.com/docker/docker/client 0.108s coverage: 77.1% of statements [2023-11-08T11:49:55.751Z] ok github.com/docker/docker/cmd/docker-proxy 0.308s coverage: 66.5% of statements [2023-11-08T11:49:59.046Z] ok github.com/docker/docker/builder/remotecontext/git 5.324s coverage: 82.5% of statements [2023-11-08T11:50:09.096Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2023-11-08T11:50:09.096Z] ? github.com/docker/docker/container/stream [no test files] [2023-11-08T11:50:09.096Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2023-11-08T11:50:09.096Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2023-11-08T11:50:09.096Z] ok github.com/docker/docker/container 0.124s coverage: 36.5% of statements [2023-11-08T11:50:09.096Z] ok github.com/docker/docker/cmd/dockerd 0.232s coverage: 29.4% of statements [2023-11-08T11:50:10.047Z] ok github.com/docker/docker/cmd/dockerd/trap 2.481s coverage: 0.0% of statements [2023-11-08T11:50:10.986Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2023-11-08T11:50:10.986Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.013s coverage: 65.3% of statements [2023-11-08T11:50:10.986Z] ok github.com/docker/docker/daemon/cluster/convert 0.019s coverage: 38.7% of statements [2023-11-08T11:50:10.986Z] ok github.com/docker/docker/daemon/cluster 0.058s coverage: 0.5% of statements [2023-11-08T11:50:11.247Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2023-11-08T11:50:11.247Z] ok github.com/docker/docker/daemon/config 0.044s coverage: 75.7% of statements [2023-11-08T11:50:12.652Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2023-11-08T11:50:12.652Z] ok github.com/docker/docker/daemon/graphdriver 0.007s coverage: 2.3% of statements [2023-11-08T11:50:12.652Z] ok github.com/docker/docker/daemon/containerd 0.018s coverage: 0.5% of statements [2023-11-08T11:50:12.652Z] ok github.com/docker/docker/daemon/events 0.058s coverage: 50.0% of statements [2023-11-08T11:50:12.652Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.009s coverage: 2.8% of statements [2023-11-08T11:50:12.915Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.197s coverage: 59.6% of statements [2023-11-08T11:50:13.499Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2023-11-08T11:50:13.499Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.008s coverage: 1.9% of statements [2023-11-08T11:50:13.499Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2023-11-08T11:50:13.499Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2023-11-08T11:50:13.765Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.189s coverage: 60.2% of statements [2023-11-08T11:50:13.765Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.011s coverage: 60.9% of statements [2023-11-08T11:50:14.346Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.008s coverage: 3.0% of statements [2023-11-08T11:50:14.928Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.456s coverage: 13.4% of statements [2023-11-08T11:50:14.928Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2023-11-08T11:50:14.928Z] ? github.com/docker/docker/daemon/listeners [no test files] [2023-11-08T11:50:14.928Z] ok github.com/docker/docker/daemon/links 0.003s coverage: 93.0% of statements [2023-11-08T11:50:14.928Z] ok github.com/docker/docker/daemon/images 0.020s coverage: 3.0% of statements [2023-11-08T11:50:15.193Z] ok github.com/docker/docker/daemon/logger 0.220s coverage: 43.2% of statements [2023-11-08T11:50:15.471Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2023-11-08T11:50:15.471Z] ok github.com/docker/docker/daemon/logger/fluentd 0.014s coverage: 53.6% of statements [2023-11-08T11:50:15.471Z] ok github.com/docker/docker/daemon/logger/awslogs 0.104s coverage: 78.3% of statements [2023-11-08T11:50:15.471Z] ok github.com/docker/docker/daemon/logger/gelf 0.008s coverage: 68.2% of statements [2023-11-08T11:50:16.048Z] ? github.com/docker/docker/daemon/logger/journald/internal/fake [no test files] [2023-11-08T11:50:16.048Z] ? github.com/docker/docker/daemon/logger/journald/internal/sdjournal [no test files] [2023-11-08T11:50:16.048Z] ok github.com/docker/docker/daemon/logger/journald/internal/export 0.004s coverage: 88.2% of statements [2023-11-08T11:50:16.048Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.012s coverage: 87.2% of statements [2023-11-08T11:50:16.048Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.065s coverage: 76.8% of statements [2023-11-08T11:50:16.313Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2023-11-08T11:50:16.313Z] ? github.com/docker/docker/daemon/logger/loggertest [no test files] [2023-11-08T11:50:16.313Z] ok github.com/docker/docker/daemon/logger/local 0.063s coverage: 79.4% of statements [2023-11-08T11:50:16.893Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.016s coverage: 67.4% of statements [2023-11-08T11:50:16.893Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.022s coverage: 31.5% of statements [2023-11-08T11:50:16.893Z] ? github.com/docker/docker/daemon/names [no test files] [2023-11-08T11:50:16.893Z] ok github.com/docker/docker/daemon/logger/templates 0.003s coverage: 8.3% of statements [2023-11-08T11:50:16.893Z] ok github.com/docker/docker/daemon/logger/syslog 0.009s coverage: 46.8% of statements [2023-11-08T11:50:17.491Z] ? github.com/docker/docker/daemon/snapshotter [no test files] [2023-11-08T11:50:17.491Z] ? github.com/docker/docker/daemon/stats [no test files] [2023-11-08T11:50:17.491Z] ok github.com/docker/docker/daemon/network 0.005s coverage: 63.8% of statements [2023-11-08T11:50:17.491Z] ok github.com/docker/docker/daemon/logger/journald 1.373s coverage: 74.5% of statements [2023-11-08T11:50:18.429Z] ? github.com/docker/docker/distribution/utils [no test files] [2023-11-08T11:50:18.429Z] ok github.com/docker/docker/errdefs 0.006s coverage: 77.7% of statements [2023-11-08T11:50:18.429Z] ok github.com/docker/docker/dockerversion 0.007s coverage: 100.0% of statements [2023-11-08T11:50:18.429Z] ok github.com/docker/docker/distribution/metadata 0.030s coverage: 44.4% of statements [2023-11-08T11:50:18.429Z] ok github.com/docker/docker/daemon/logger/splunk 1.444s coverage: 82.5% of statements [2023-11-08T11:50:18.996Z] ? github.com/docker/docker/image/spec/specs-go [no test files] [2023-11-08T11:50:18.996Z] ? github.com/docker/docker/image/spec/specs-go/v1 [no test files] [2023-11-08T11:50:18.996Z] ok github.com/docker/docker/image/cache 0.010s coverage: 19.2% of statements [2023-11-08T11:50:18.996Z] ok github.com/docker/docker/image 0.026s coverage: 84.6% of statements [2023-11-08T11:50:18.996Z] ? github.com/docker/docker/image/v1 [no test files] [2023-11-08T11:50:18.996Z] ? github.com/docker/docker/internal/compatcontext [no test files] [2023-11-08T11:50:18.996Z] ? github.com/docker/docker/internal/mounttree [no test files] [2023-11-08T11:50:18.996Z] ok github.com/docker/docker/internal/mod 0.002s coverage: 66.7% of statements [2023-11-08T11:50:18.996Z] ok github.com/docker/docker/image/tarexport 0.008s coverage: 0.6% of statements [2023-11-08T11:50:19.255Z] ? github.com/docker/docker/internal/test/suite [no test files] [2023-11-08T11:50:19.255Z] ? github.com/docker/docker/internal/testutils [no test files] [2023-11-08T11:50:19.255Z] ? github.com/docker/docker/internal/testutils/netnsutils [no test files] [2023-11-08T11:50:19.255Z] ? github.com/docker/docker/internal/unshare [no test files] [2023-11-08T11:50:19.255Z] ok github.com/docker/docker/internal/multierror 0.003s coverage: 88.9% of statements [2023-11-08T11:50:19.822Z] ok github.com/docker/docker/distribution 1.537s coverage: 29.1% of statements [2023-11-08T11:50:20.391Z] ? github.com/docker/docker/libcontainerd [no test files] [2023-11-08T11:50:20.391Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2023-11-08T11:50:20.391Z] ? github.com/docker/docker/libcontainerd/shimopts [no test files] [2023-11-08T11:50:20.391Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2023-11-08T11:50:20.391Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2023-11-08T11:50:20.391Z] ok github.com/docker/docker/distribution/xfer 2.174s coverage: 85.4% of statements [2023-11-08T11:50:20.391Z] ok github.com/docker/docker/libcontainerd/queue 0.030s coverage: 100.0% of statements [2023-11-08T11:50:20.651Z] ok github.com/docker/docker/daemon 10.905s coverage: 17.1% of statements [2023-11-08T11:50:20.910Z] ? github.com/docker/docker/oci/caps [no test files] [2023-11-08T11:50:20.910Z] ok github.com/docker/docker/pkg/aaparser 0.015s coverage: 52.9% of statements [2023-11-08T11:50:20.910Z] ok github.com/docker/docker/oci 0.020s coverage: 38.1% of statements [2023-11-08T11:50:20.910Z] ok github.com/docker/docker/opts 0.041s coverage: 67.9% of statements [2023-11-08T11:50:21.493Z] ok github.com/docker/docker/pkg/broadcaster 0.003s coverage: 100.0% of statements [2023-11-08T11:50:21.493Z] ok github.com/docker/docker/pkg/capabilities 0.004s coverage: 87.5% of statements [2023-11-08T11:50:21.493Z] ok github.com/docker/docker/pkg/containerfs 0.007s coverage: 28.6% of statements [2023-11-08T11:50:21.493Z] ok github.com/docker/docker/pkg/directory 0.005s coverage: 81.8% of statements [2023-11-08T11:50:21.753Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2023-11-08T11:50:21.753Z] ok github.com/docker/docker/pkg/fileutils 0.005s coverage: 56.4% of statements [2023-11-08T11:50:21.753Z] ok github.com/docker/docker/pkg/chrootarchive 0.281s coverage: 83.7% of statements [2023-11-08T11:50:22.013Z] ok github.com/docker/docker/pkg/homedir 0.026s coverage: 8.3% of statements [2023-11-08T11:50:22.013Z] ok github.com/docker/docker/pkg/archive 0.431s coverage: 80.9% of statements [2023-11-08T11:50:22.272Z] ? github.com/docker/docker/pkg/loopback [no test files] [2023-11-08T11:50:22.272Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 45.5% of statements [2023-11-08T11:50:22.272Z] ok github.com/docker/docker/pkg/jsonmessage 0.005s coverage: 92.3% of statements [2023-11-08T11:50:22.272Z] ok github.com/docker/docker/pkg/meminfo 0.008s coverage: 75.0% of statements [2023-11-08T11:50:22.272Z] ok github.com/docker/docker/pkg/namesgenerator 0.019s coverage: 85.7% of statements [2023-11-08T11:50:22.532Z] ok github.com/docker/docker/pkg/idtools 0.411s coverage: 69.7% of statements [2023-11-08T11:50:22.532Z] ok github.com/docker/docker/pkg/parsers 0.005s coverage: 97.0% of statements [2023-11-08T11:50:22.532Z] ok github.com/docker/docker/pkg/parsers/kernel 0.021s coverage: 60.0% of statements [2023-11-08T11:50:22.532Z] ok github.com/docker/docker/pkg/ioutils 0.400s coverage: 71.9% of statements [2023-11-08T11:50:22.532Z] ? github.com/docker/docker/pkg/platform [no test files] [2023-11-08T11:50:22.532Z] ? github.com/docker/docker/pkg/platforms [no test files] [2023-11-08T11:50:22.532Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2023-11-08T11:50:22.532Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.005s coverage: 90.2% of statements [2023-11-08T11:50:22.532Z] ok github.com/docker/docker/pkg/pidfile 0.007s coverage: 94.1% of statements [2023-11-08T11:50:23.100Z] ok github.com/docker/docker/pkg/authorization 1.437s coverage: 68.3% of statements [2023-11-08T11:50:23.100Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2023-11-08T11:50:23.100Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2023-11-08T11:50:23.100Z] ok github.com/docker/docker/pkg/plugins/transport 0.005s coverage: 90.0% of statements [2023-11-08T11:50:23.100Z] ok github.com/docker/docker/pkg/pools 0.005s coverage: 88.2% of statements [2023-11-08T11:50:23.100Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.005s coverage: 56.8% of statements [2023-11-08T11:50:23.100Z] ok github.com/docker/docker/pkg/process 0.005s coverage: 21.7% of statements [2023-11-08T11:50:23.359Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2023-11-08T11:50:23.359Z] ? github.com/docker/docker/pkg/rootless [no test files] [2023-11-08T11:50:23.359Z] ? github.com/docker/docker/pkg/rootless/specconv [no test files] [2023-11-08T11:50:23.359Z] ok github.com/docker/docker/pkg/stack 0.006s coverage: 90.9% of statements [2023-11-08T11:50:23.359Z] ok github.com/docker/docker/pkg/reexec 0.012s coverage: 82.4% of statements [2023-11-08T11:50:23.359Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2023-11-08T11:50:23.619Z] ok github.com/docker/docker/pkg/stringid 0.004s coverage: 61.9% of statements [2023-11-08T11:50:23.619Z] ok github.com/docker/docker/pkg/streamformatter 0.005s coverage: 66.2% of statements [2023-11-08T11:50:23.879Z] ok github.com/docker/docker/pkg/system 0.004s coverage: 43.1% of statements [2023-11-08T11:50:23.879Z] ok github.com/docker/docker/pkg/sysinfo 0.016s coverage: 53.4% of statements [2023-11-08T11:50:23.879Z] ok github.com/docker/docker/pkg/tailfile 0.031s coverage: 88.6% of statements [2023-11-08T11:50:24.139Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2023-11-08T11:50:24.139Z] ok github.com/docker/docker/pkg/tarsum 0.049s coverage: 89.6% of statements [2023-11-08T11:50:24.707Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2023-11-08T11:50:24.707Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2023-11-08T11:50:24.707Z] ok github.com/docker/docker/plugin/v2 0.005s coverage: 14.4% of statements [2023-11-08T11:50:24.707Z] ok github.com/docker/docker/profiles/seccomp 0.009s coverage: 86.0% of statements [2023-11-08T11:50:25.275Z] ok github.com/docker/docker/pkg/plugins 2.014s coverage: 74.9% of statements [2023-11-08T11:50:25.275Z] ok github.com/docker/docker/plugin 0.522s coverage: 23.3% of statements [2023-11-08T11:50:25.533Z] ok github.com/docker/docker/reference 0.006s coverage: 83.7% of statements [2023-11-08T11:50:25.533Z] ok github.com/docker/docker/restartmanager 0.003s coverage: 51.9% of statements [2023-11-08T11:50:25.533Z] ok github.com/docker/docker/registry/resumable 0.019s coverage: 100.0% of statements [2023-11-08T11:50:25.533Z] ? github.com/docker/docker/runconfig/opts [no test files] [2023-11-08T11:50:25.533Z] ok github.com/docker/docker/runconfig 0.009s coverage: 63.8% of statements [2023-11-08T11:50:25.533Z] ok github.com/docker/docker/registry 0.135s coverage: 63.9% of statements [2023-11-08T11:50:26.103Z] ok github.com/docker/docker/testutil 0.008s coverage: 8.2% of statements [2023-11-08T11:50:26.103Z] ? github.com/docker/docker/testutil/daemon [no test files] [2023-11-08T11:50:26.103Z] ? github.com/docker/docker/testutil/environment [no test files] [2023-11-08T11:50:26.103Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2023-11-08T11:50:26.103Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2023-11-08T11:50:26.103Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2023-11-08T11:50:26.103Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2023-11-08T11:50:26.103Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2023-11-08T11:50:26.103Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2023-11-08T11:50:26.362Z] ? github.com/docker/docker/testutil/registry [no test files] [2023-11-08T11:50:26.362Z] ? github.com/docker/docker/testutil/request [no test files] [2023-11-08T11:50:26.362Z] ? github.com/docker/docker/volume [no test files] [2023-11-08T11:50:26.622Z] ok github.com/docker/docker/volume/drivers 0.006s coverage: 36.1% of statements [2023-11-08T11:50:26.882Z] ok github.com/docker/docker/volume/mounts 0.009s coverage: 65.7% of statements [2023-11-08T11:50:27.449Z] ? github.com/docker/docker/volume/service/opts [no test files] [2023-11-08T11:50:27.449Z] ? github.com/docker/docker/volume/testutils [no test files] [2023-11-08T11:50:27.449Z] ok github.com/docker/docker/volume/service 0.012s coverage: 71.8% of statements [2023-11-08T11:50:27.449Z] ok github.com/docker/docker/quota 2.153s coverage: 12.5% of statements [2023-11-08T11:50:27.708Z] ok github.com/docker/docker/volume/local 0.869s coverage: 70.1% of statements [2023-11-08T11:50:28.276Z] ok github.com/docker/docker/layer 7.757s coverage: 68.7% of statements [2023-11-08T11:50:28.276Z] [2023-11-08T11:50:28.276Z] === Skipped [2023-11-08T11:50:28.276Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2023-11-08T11:50:28.276Z] network_proxy_test.go:195: Need to start CI docker with --ipv6 [2023-11-08T11:50:28.276Z] [2023-11-08T11:50:28.276Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2023-11-08T11:50:28.276Z] network_proxy_test.go:210: No support for dual stack yet [2023-11-08T11:50:28.276Z] [2023-11-08T11:50:28.276Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2023-11-08T11:50:28.276Z] network_proxy_test.go:239: Need to start CI docker with --ipv6 [2023-11-08T11:50:28.276Z] [2023-11-08T11:50:28.276Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2023-11-08T11:50:28.276Z] network_proxy_test.go:300: Need to start CI docker with --ipv6 [2023-11-08T11:50:28.276Z] [2023-11-08T11:50:28.276Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2023-11-08T11:50:28.276Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2023-11-08T11:50:28.276Z] graphtest_unix.go:41: Driver btrfs not supported [2023-11-08T11:50:28.276Z] [2023-11-08T11:50:28.276Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2023-11-08T11:50:28.276Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2023-11-08T11:50:28.276Z] graphtest_unix.go:41: Driver btrfs not supported [2023-11-08T11:50:28.276Z] [2023-11-08T11:50:28.276Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2023-11-08T11:50:28.276Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2023-11-08T11:50:28.276Z] graphtest_unix.go:41: Driver btrfs not supported [2023-11-08T11:50:28.276Z] [2023-11-08T11:50:28.276Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2023-11-08T11:50:28.276Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2023-11-08T11:50:28.276Z] graphtest_unix.go:41: Driver btrfs not supported [2023-11-08T11:50:28.276Z] [2023-11-08T11:50:28.276Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2023-11-08T11:50:28.276Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2023-11-08T11:50:28.276Z] graphtest_unix.go:41: Driver btrfs not supported [2023-11-08T11:50:28.276Z] [2023-11-08T11:50:28.276Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2023-11-08T11:50:28.276Z] graphtest_unix.go:68: No driver to put! [2023-11-08T11:50:28.276Z] [2023-11-08T11:50:28.276Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2023-11-08T11:50:28.276Z] time="2023-11-08T11:50:13Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2023-11-08T11:50:28.276Z] graphtest_unix.go:39: graphdriver: driver not supported [2023-11-08T11:50:28.276Z] graphtest_unix.go:41: Driver fuse-overlayfs not supported [2023-11-08T11:50:28.276Z] [2023-11-08T11:50:28.276Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2023-11-08T11:50:28.276Z] time="2023-11-08T11:50:13Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2023-11-08T11:50:28.276Z] graphtest_unix.go:39: graphdriver: driver not supported [2023-11-08T11:50:28.276Z] graphtest_unix.go:41: Driver fuse-overlayfs not supported [2023-11-08T11:50:28.276Z] [2023-11-08T11:50:28.276Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2023-11-08T11:50:28.276Z] time="2023-11-08T11:50:13Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2023-11-08T11:50:28.276Z] graphtest_unix.go:39: graphdriver: driver not supported [2023-11-08T11:50:28.276Z] graphtest_unix.go:41: Driver fuse-overlayfs not supported [2023-11-08T11:50:28.276Z] [2023-11-08T11:50:28.276Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2023-11-08T11:50:28.276Z] time="2023-11-08T11:50:13Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2023-11-08T11:50:28.276Z] graphtest_unix.go:39: graphdriver: driver not supported [2023-11-08T11:50:28.276Z] graphtest_unix.go:41: Driver fuse-overlayfs not supported [2023-11-08T11:50:28.276Z] [2023-11-08T11:50:28.276Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2023-11-08T11:50:28.276Z] time="2023-11-08T11:50:13Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2023-11-08T11:50:28.276Z] graphtest_unix.go:39: graphdriver: driver not supported [2023-11-08T11:50:28.276Z] graphtest_unix.go:41: Driver fuse-overlayfs not supported [2023-11-08T11:50:28.276Z] [2023-11-08T11:50:28.276Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2023-11-08T11:50:28.276Z] graphtest_unix.go:68: No driver to put! [2023-11-08T11:50:28.276Z] [2023-11-08T11:50:28.276Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2023-11-08T11:50:28.276Z] overlay_test.go:61: Cannot run test with naive change algorithm [2023-11-08T11:50:28.276Z] [2023-11-08T11:50:28.276Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2023-11-08T11:50:28.276Z] graphtest_unix.go:311: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2023-11-08T11:50:28.276Z] [2023-11-08T11:50:28.276Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2023-11-08T11:50:28.276Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2023-11-08T11:50:28.276Z] graphtest_unix.go:41: Driver zfs not supported [2023-11-08T11:50:28.276Z] [2023-11-08T11:50:28.276Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2023-11-08T11:50:28.276Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2023-11-08T11:50:28.276Z] graphtest_unix.go:41: Driver zfs not supported [2023-11-08T11:50:28.276Z] [2023-11-08T11:50:28.276Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2023-11-08T11:50:28.276Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2023-11-08T11:50:28.276Z] graphtest_unix.go:41: Driver zfs not supported [2023-11-08T11:50:28.276Z] [2023-11-08T11:50:28.276Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2023-11-08T11:50:28.276Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2023-11-08T11:50:28.276Z] graphtest_unix.go:41: Driver zfs not supported [2023-11-08T11:50:28.276Z] [2023-11-08T11:50:28.276Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2023-11-08T11:50:28.276Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2023-11-08T11:50:28.276Z] graphtest_unix.go:41: Driver zfs not supported [2023-11-08T11:50:28.276Z] [2023-11-08T11:50:28.276Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2023-11-08T11:50:28.276Z] graphtest_unix.go:68: No driver to put! [2023-11-08T11:50:28.276Z] [2023-11-08T11:50:28.276Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2023-11-08T11:50:28.276Z] sysinfo_linux_test.go:86: AppArmor Must be Disabled [2023-11-08T11:50:28.276Z] [2023-11-08T11:50:28.276Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2023-11-08T11:50:28.276Z] sysinfo_linux_test.go:106: cgroup namespaces must be disabled [2023-11-08T11:50:28.276Z] [2023-11-08T11:50:28.276Z] === SKIP: quota TestBlockDev/testBlockDevQuotaDisabled (0.43s) [2023-11-08T11:50:28.276Z] testhelpers.go:84: no /proc/fs/xfs [2023-11-08T11:50:28.276Z] [2023-11-08T11:50:28.276Z] === SKIP: quota TestBlockDev/testBlockDevQuotaEnabled (0.43s) [2023-11-08T11:50:28.276Z] testhelpers.go:84: no /proc/fs/xfs [2023-11-08T11:50:28.276Z] [2023-11-08T11:50:28.276Z] === SKIP: quota TestBlockDev/testSmallerThanQuota (0.43s) [2023-11-08T11:50:28.276Z] testhelpers.go:84: no /proc/fs/xfs [2023-11-08T11:50:28.276Z] [2023-11-08T11:50:28.276Z] === SKIP: quota TestBlockDev/testBiggerThanQuota (0.43s) [2023-11-08T11:50:28.276Z] testhelpers.go:84: no /proc/fs/xfs [2023-11-08T11:50:28.276Z] [2023-11-08T11:50:28.276Z] === SKIP: quota TestBlockDev/testRetrieveQuota (0.43s) [2023-11-08T11:50:28.276Z] testhelpers.go:84: no /proc/fs/xfs [2023-11-08T11:50:28.276Z] [2023-11-08T11:50:28.276Z] === SKIP: volume/local TestQuota/testVolWithQuota (0.43s) [2023-11-08T11:50:28.276Z] testhelpers.go:84: no /proc/fs/xfs [2023-11-08T11:50:28.276Z] [2023-11-08T11:50:28.276Z] === SKIP: volume/local TestQuota/testVolQuotaUnsupported (0.43s) [2023-11-08T11:50:28.276Z] testhelpers.go:84: no /proc/fs/xfs [2023-11-08T11:50:28.276Z] [2023-11-08T11:50:28.276Z] === SKIP: volume/mounts TestValidateLCOWMount (0.00s) [2023-11-08T11:50:28.276Z] validate_test.go:70: only tested on Windows [2023-11-08T11:50:28.276Z] [2023-11-08T11:50:28.276Z] DONE 3150 tests, 34 skipped in 64.941s [2023-11-08T11:50:28.276Z] + '[' -n 'github.com/docker/docker/libnetwork [2023-11-08T11:50:28.276Z] github.com/docker/docker/libnetwork/bitmap [2023-11-08T11:50:28.276Z] github.com/docker/docker/libnetwork/cluster [2023-11-08T11:50:28.276Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2023-11-08T11:50:28.276Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2023-11-08T11:50:28.276Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2023-11-08T11:50:28.276Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2023-11-08T11:50:28.276Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2023-11-08T11:50:28.276Z] github.com/docker/docker/libnetwork/cmd/readme_test [2023-11-08T11:50:28.276Z] github.com/docker/docker/libnetwork/config [2023-11-08T11:50:28.276Z] github.com/docker/docker/libnetwork/datastore [2023-11-08T11:50:28.276Z] github.com/docker/docker/libnetwork/diagnostic [2023-11-08T11:50:28.276Z] github.com/docker/docker/libnetwork/discoverapi [2023-11-08T11:50:28.276Z] github.com/docker/docker/libnetwork/driverapi [2023-11-08T11:50:28.276Z] github.com/docker/docker/libnetwork/drivers/bridge [2023-11-08T11:50:28.276Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2023-11-08T11:50:28.276Z] github.com/docker/docker/libnetwork/drivers/host [2023-11-08T11:50:28.276Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2023-11-08T11:50:28.276Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2023-11-08T11:50:28.276Z] github.com/docker/docker/libnetwork/drivers/macvlan [2023-11-08T11:50:28.276Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2023-11-08T11:50:28.276Z] github.com/docker/docker/libnetwork/drivers/null [2023-11-08T11:50:28.276Z] github.com/docker/docker/libnetwork/drivers/overlay [2023-11-08T11:50:28.276Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2023-11-08T11:50:28.276Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2023-11-08T11:50:28.276Z] github.com/docker/docker/libnetwork/drivers/remote [2023-11-08T11:50:28.276Z] github.com/docker/docker/libnetwork/drivers/remote/api [2023-11-08T11:50:28.276Z] github.com/docker/docker/libnetwork/drivers/windows [2023-11-08T11:50:28.276Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2023-11-08T11:50:28.276Z] github.com/docker/docker/libnetwork/drvregistry [2023-11-08T11:50:28.276Z] github.com/docker/docker/libnetwork/etchosts [2023-11-08T11:50:28.276Z] github.com/docker/docker/libnetwork/internal/caller [2023-11-08T11:50:28.276Z] github.com/docker/docker/libnetwork/internal/kvstore [2023-11-08T11:50:28.276Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb [2023-11-08T11:50:28.276Z] github.com/docker/docker/libnetwork/internal/setmatrix [2023-11-08T11:50:28.276Z] github.com/docker/docker/libnetwork/ipam [2023-11-08T11:50:28.276Z] github.com/docker/docker/libnetwork/ipamapi [2023-11-08T11:50:28.276Z] github.com/docker/docker/libnetwork/ipams/builtin [2023-11-08T11:50:28.276Z] github.com/docker/docker/libnetwork/ipams/null [2023-11-08T11:50:28.276Z] github.com/docker/docker/libnetwork/ipams/remote [2023-11-08T11:50:28.276Z] github.com/docker/docker/libnetwork/ipams/remote/api [2023-11-08T11:50:28.276Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2023-11-08T11:50:28.276Z] github.com/docker/docker/libnetwork/ipamutils [2023-11-08T11:50:28.276Z] github.com/docker/docker/libnetwork/ipbits [2023-11-08T11:50:28.276Z] github.com/docker/docker/libnetwork/iptables [2023-11-08T11:50:28.276Z] github.com/docker/docker/libnetwork/netlabel [2023-11-08T11:50:28.276Z] github.com/docker/docker/libnetwork/netutils [2023-11-08T11:50:28.276Z] github.com/docker/docker/libnetwork/networkdb [2023-11-08T11:50:28.276Z] github.com/docker/docker/libnetwork/ns [2023-11-08T11:50:28.276Z] github.com/docker/docker/libnetwork/options [2023-11-08T11:50:28.276Z] github.com/docker/docker/libnetwork/osl [2023-11-08T11:50:28.276Z] github.com/docker/docker/libnetwork/osl/kernel [2023-11-08T11:50:28.276Z] github.com/docker/docker/libnetwork/portallocator [2023-11-08T11:50:28.276Z] github.com/docker/docker/libnetwork/portmapper [2023-11-08T11:50:28.276Z] github.com/docker/docker/libnetwork/resolvconf [2023-11-08T11:50:28.276Z] github.com/docker/docker/libnetwork/scope [2023-11-08T11:50:28.276Z] github.com/docker/docker/libnetwork/types' ']' [2023-11-08T11:50:28.276Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo journald' -cover -coverprofile=bundles/coverage-libnetwork.out -covermode=atomic -p=1 -test.timeout=5m github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitmap 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/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/internal/caller github.com/docker/docker/libnetwork/internal/kvstore github.com/docker/docker/libnetwork/internal/kvstore/boltdb 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/ipbits 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/scope github.com/docker/docker/libnetwork/types [2023-11-08T11:51:24.504Z] ok github.com/docker/docker/libnetwork 44.600s coverage: 42.7% of statements [2023-11-08T11:51:24.504Z] ok github.com/docker/docker/libnetwork/bitmap 0.006s coverage: 96.1% of statements [2023-11-08T11:51:24.504Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2023-11-08T11:51:24.504Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2023-11-08T11:51:24.504Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2023-11-08T11:51:24.504Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2023-11-08T11:51:24.504Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2023-11-08T11:51:24.504Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2023-11-08T11:51:24.504Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2023-11-08T11:51:24.504Z] ok github.com/docker/docker/libnetwork/config 0.012s coverage: 10.3% of statements [2023-11-08T11:51:24.504Z] ok github.com/docker/docker/libnetwork/datastore 0.004s coverage: 16.3% of statements [2023-11-08T11:51:24.504Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2023-11-08T11:51:24.504Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2023-11-08T11:51:24.504Z] ok github.com/docker/docker/libnetwork/driverapi 0.003s coverage: 68.9% of statements [2023-11-08T11:51:24.504Z] ok github.com/docker/docker/libnetwork/drivers/bridge 3.954s coverage: 62.4% of statements [2023-11-08T11:51:24.504Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2023-11-08T11:51:24.763Z] ok github.com/docker/docker/libnetwork/drivers/host 0.003s coverage: 40.0% of statements [2023-11-08T11:51:26.139Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.852s coverage: 5.0% of statements [2023-11-08T11:51:26.139Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2023-11-08T11:51:26.707Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.004s coverage: 4.6% of statements [2023-11-08T11:51:26.707Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2023-11-08T11:51:26.707Z] ok github.com/docker/docker/libnetwork/drivers/null 0.003s coverage: 40.0% of statements [2023-11-08T11:51:27.643Z] ok github.com/docker/docker/libnetwork/drivers/overlay 0.010s coverage: 1.4% of statements [2023-11-08T11:51:27.901Z] ok github.com/docker/docker/libnetwork/drivers/overlay/overlayutils 0.004s coverage: 45.0% of statements [2023-11-08T11:51:28.469Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.004s coverage: 62.7% of statements [2023-11-08T11:51:28.728Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.012s coverage: 57.2% of statements [2023-11-08T11:51:28.728Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2023-11-08T11:51:28.728Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2023-11-08T11:51:28.987Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2023-11-08T11:51:29.246Z] ok github.com/docker/docker/libnetwork/drvregistry 0.019s coverage: 87.0% of statements [2023-11-08T11:51:29.813Z] ok github.com/docker/docker/libnetwork/etchosts 0.017s coverage: 81.0% of statements [2023-11-08T11:51:29.813Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2023-11-08T11:51:29.813Z] ? github.com/docker/docker/libnetwork/internal/kvstore [no test files] [2023-11-08T11:51:29.813Z] ? github.com/docker/docker/libnetwork/internal/kvstore/boltdb [no test files] [2023-11-08T11:51:42.021Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.003s coverage: 100.0% of statements [2023-11-08T11:51:43.925Z] ok github.com/docker/docker/libnetwork/ipam 3.499s coverage: 80.0% of statements [2023-11-08T11:51:43.925Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2023-11-08T11:51:43.925Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2023-11-08T11:51:44.184Z] ok github.com/docker/docker/libnetwork/ipams/null 0.003s coverage: 63.2% of statements [2023-11-08T11:51:44.751Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.009s coverage: 48.7% of statements [2023-11-08T11:51:44.751Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2023-11-08T11:51:45.010Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.003s coverage: 80.0% of statements [2023-11-08T11:51:45.577Z] ok github.com/docker/docker/libnetwork/ipamutils 0.330s coverage: 86.4% of statements [2023-11-08T11:51:45.835Z] ok github.com/docker/docker/libnetwork/ipbits 0.002s coverage: 100.0% of statements [2023-11-08T11:51:46.403Z] ok github.com/docker/docker/libnetwork/iptables 0.234s coverage: 39.9% of statements [2023-11-08T11:51:46.403Z] ? github.com/docker/docker/libnetwork/netlabel [no test files] [2023-11-08T11:51:46.970Z] ok github.com/docker/docker/libnetwork/netutils 0.018s coverage: 54.9% of statements [2023-11-08T11:53:38.422Z] ok github.com/docker/docker/libnetwork/networkdb 103.867s coverage: 58.5% of statements [2023-11-08T11:53:38.423Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2023-11-08T11:53:38.423Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2023-11-08T11:53:38.423Z] ok github.com/docker/docker/libnetwork/osl 4.454s coverage: 40.2% of statements [2023-11-08T11:53:38.423Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.003s coverage: 20.0% of statements [2023-11-08T11:53:38.423Z] ok github.com/docker/docker/libnetwork/portallocator 0.016s coverage: 80.7% of statements [2023-11-08T11:53:38.990Z] ok github.com/docker/docker/libnetwork/portmapper 0.747s coverage: 46.3% of statements [2023-11-08T11:53:39.249Z] ok github.com/docker/docker/libnetwork/resolvconf 0.004s coverage: 84.9% of statements [2023-11-08T11:53:39.249Z] ? github.com/docker/docker/libnetwork/scope [no test files] [2023-11-08T11:53:39.507Z] ok github.com/docker/docker/libnetwork/types 0.003s coverage: 41.7% of statements [2023-11-08T11:53:39.507Z] [2023-11-08T11:53:39.507Z] === Skipped [2023-11-08T11:53:39.507Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2023-11-08T11:53:39.507Z] firewalld_test.go:29: cannot connect to D-bus system bus: dial unix /var/run/dbus/system_bus_socket: connect: no such file or directory [2023-11-08T11:53:39.507Z] [2023-11-08T11:53:39.507Z] === SKIP: libnetwork/iptables TestPassthrough (0.00s) [2023-11-08T11:53:39.507Z] firewalld_test.go:88: cannot connect to D-bus system bus: dial unix /var/run/dbus/system_bus_socket: connect: no such file or directory [2023-11-08T11:53:39.507Z] [2023-11-08T11:53:39.507Z] DONE 355 tests, 2 skipped in 191.199s Post stage [Pipeline] junit [2023-11-08T11:53:40.456Z] Recording test results [2023-11-08T11:53:41.627Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-08T11:53:41.938Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-46577/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr20 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=7995e3288fad2ab6b1825ca512023fb43c3dcee5 -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:7995e3288fad2ab6b1825ca512023fb43c3dcee5 hack/make.sh dynbinary test-integration [2023-11-08T11:53:42.199Z] [2023-11-08T11:53:42.200Z] Removing bundles/ [2023-11-08T11:53:42.200Z] [2023-11-08T11:53:42.200Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2023-11-08T11:53:42.200Z] Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)... [2023-11-08T11:53:42.200Z] + tee /go/src/github.com/docker/docker/go.mod [2023-11-08T11:53:42.200Z] module github.com/docker/docker [2023-11-08T11:53:42.200Z] [2023-11-08T11:53:42.200Z] go 1.20 [2023-11-08T11:53:42.200Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT [2023-11-08T11:53:42.200Z] + GO111MODULE=on [2023-11-08T11:53:42.200Z] + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/dockerd -tags ' journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=dev" -X "github.com/docker/docker/dockerversion.GitCommit=7995e3288fad2ab6b1825ca512023fb43c3dcee5" -X "github.com/docker/docker/dockerversion.BuildTime=2023-11-08T11:53:41.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=" -X "github.com/docker/docker/dockerversion.ProductName=" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/dockerd [2023-11-08T11:54:20.929Z] + rm -f /go/src/github.com/docker/docker/go.mod [2023-11-08T11:54:20.929Z] Created binary: bundles/dynbinary-daemon/dockerd [2023-11-08T11:54:20.929Z] Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)... [2023-11-08T11:54:20.929Z] + tee /go/src/github.com/docker/docker/go.mod [2023-11-08T11:54:20.929Z] module github.com/docker/docker [2023-11-08T11:54:20.929Z] [2023-11-08T11:54:20.929Z] go 1.20 [2023-11-08T11:54:20.929Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT [2023-11-08T11:54:20.929Z] + GO111MODULE=on [2023-11-08T11:54:20.929Z] + go build -mod=vendor -modfile=vendor.mod -o bundles/dynbinary-daemon/docker-proxy -tags ' journald' -buildmode=pie -ldflags '-w -X "github.com/docker/docker/dockerversion.Version=dev" -X "github.com/docker/docker/dockerversion.GitCommit=7995e3288fad2ab6b1825ca512023fb43c3dcee5" -X "github.com/docker/docker/dockerversion.BuildTime=2023-11-08T11:53:41.000000000+00:00" -X "github.com/docker/docker/dockerversion.PlatformName=" -X "github.com/docker/docker/dockerversion.ProductName=" -X "github.com/docker/docker/dockerversion.DefaultProductLicense=" ' -gcflags= github.com/docker/docker/cmd/docker-proxy [2023-11-08T11:54:20.929Z] + rm -f /go/src/github.com/docker/docker/go.mod [2023-11-08T11:54:20.929Z] Created binary: bundles/dynbinary-daemon/docker-proxy [2023-11-08T11:54:20.929Z] [2023-11-08T11:54:20.929Z] ---> Making bundle: test-integration (in bundles/test-integration) [2023-11-08T11:54:20.929Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2023-11-08T11:54:20.929Z] HOSTNAME=172a7343963c [2023-11-08T11:54:20.929Z] TESTDEBUG=0 [2023-11-08T11:54:20.929Z] DEST=bundles/test-integration [2023-11-08T11:54:20.929Z] PWD=/go/src/github.com/docker/docker [2023-11-08T11:54:20.929Z] CONTAINERD_ADDRESS=/run/docker/containerd/containerd.sock [2023-11-08T11:54:20.929Z] DOCKER_GITCOMMIT=7995e3288fad2ab6b1825ca512023fb43c3dcee5 [2023-11-08T11:54:20.929Z] container=docker [2023-11-08T11:54:20.929Z] HOME=/root [2023-11-08T11:54:20.929Z] CONTAINERD_NAMESPACE=moby [2023-11-08T11:54:20.929Z] GOLANG_VERSION=1.21.3 [2023-11-08T11:54:20.929Z] VALIDATE_REPO=https://github.com/moby/moby.git [2023-11-08T11:54:20.929Z] VALIDATE_BRANCH=master [2023-11-08T11:54:20.929Z] TERM=xterm [2023-11-08T11:54:20.929Z] DOCKER_PKG=github.com/docker/docker [2023-11-08T11:54:20.929Z] TEST_CLIENT_BINARY=/usr/local/cli-integration/docker [2023-11-08T11:54:20.929Z] SHLVL=1 [2023-11-08T11:54:20.929Z] TIMEOUT=120m [2023-11-08T11:54:20.929Z] GOTOOLCHAIN=local [2023-11-08T11:54:20.929Z] DOCKER_GRAPHDRIVER=overlay2 [2023-11-08T11:54:20.929Z] GO111MODULE=off [2023-11-08T11:54:20.929Z] DOCKER_EXPERIMENTAL=1 [2023-11-08T11:54:20.929Z] TEST_SKIP_INTEGRATION_CLI=1 [2023-11-08T11:54:20.929Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2023-11-08T11:54:20.929Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2023-11-08T11:54:20.929Z] GOPATH=/go [2023-11-08T11:54:20.929Z] PKG_CONFIG=pkg-config [2023-11-08T11:54:20.929Z] _=/usr/bin/env [2023-11-08T11:54:20.929Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2023-11-08T11:54:42.879Z] Building test suite binary /go/src/github.com/docker/docker/integration/capabilities/test.main [2023-11-08T11:54:42.879Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2023-11-08T11:54:42.879Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2023-11-08T11:54:44.256Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2023-11-08T11:54:48.453Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2023-11-08T11:54:51.744Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main [2023-11-08T11:54:52.003Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2023-11-08T11:54:53.380Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2023-11-08T11:54:54.757Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2023-11-08T11:54:56.134Z] Building test suite binary /go/src/github.com/docker/docker/integration/networking/test.main [2023-11-08T11:54:57.069Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2023-11-08T11:54:57.329Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2023-11-08T11:54:58.706Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2023-11-08T11:55:00.083Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2023-11-08T11:55:01.987Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2023-11-08T11:55:03.365Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2023-11-08T11:55:03.365Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2023-11-08T11:55:04.742Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2023-11-08T11:55:05.678Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2023-11-08T11:55:07.055Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2023-11-08T11:55:07.991Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2023-11-08T11:55:09.368Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2023-11-08T11:55:10.304Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2023-11-08T11:55:10.304Z] Using test binary /usr/local/cli-integration/docker [2023-11-08T11:55:10.304Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2023-11-08T11:55:10.304Z] +++ /etc/init.d/apparmor start [2023-11-08T11:55:10.304Z] Not: starting. [2023-11-08T11:55:10.304Z] INFO: Waiting for daemon to start... [2023-11-08T11:55:10.304Z] Starting dockerd [2023-11-08T11:55:10.304Z] +++ exec dockerd --debug --host unix:///run/docker/tmp.M9HUc6QD4N/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2023-11-08T11:55:13.590Z] . [2023-11-08T11:55:13.590Z] ---> Making bundle: .build-empty-images (in bundles/test-integration) [2023-11-08T11:55:13.590Z] ++++ tar -cC bundles/test-integration/emptyfs . [2023-11-08T11:55:13.590Z] ++++ docker load [2023-11-08T11:55:13.590Z] Loaded image: emptyfs:latest [2023-11-08T11:55:13.590Z] ++++ tar -cC bundles/test-integration/dangling . [2023-11-08T11:55:13.590Z] ++++ docker load [2023-11-08T11:55:13.590Z] Loaded image ID: sha256:0df1207206e5288f4a989a2f13d1f5b3c4e70467702c1d5d21dfc9f002b7bd43 [2023-11-08T11:55:13.590Z] Running integration-test (iteration 1) [2023-11-08T11:55:13.590Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2023-11-08T11:55:13.590Z] ++ '[' -n '' ']' [2023-11-08T11:55:13.590Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m [2023-11-08T11:55:13.590Z] ++ set -e [2023-11-08T11:55:13.590Z] ++ '[' -n 0 ']' [2023-11-08T11:55:13.590Z] ++ set -x [2023-11-08T11:55:13.590Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.M9HUc6QD4N/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m [2023-11-08T11:55:13.590Z] Loaded image: busybox:latest [2023-11-08T11:55:13.590Z] Loaded image: busybox:glibc [2023-11-08T11:55:14.527Z] Loaded image: debian:bullseye-slim [2023-11-08T11:55:14.527Z] Loaded image: hello-world:latest [2023-11-08T11:55:14.527Z] Loaded image: arm32v7/hello-world:latest [2023-11-08T11:55:14.527Z] INFO: Testing against a local daemon [2023-11-08T11:55:14.527Z] === RUN TestCgroupNamespacesBuild [2023-11-08T11:55:15.903Z] --- PASS: TestCgroupNamespacesBuild (1.15s) [2023-11-08T11:55:15.903Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2023-11-08T11:55:16.839Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.14s) [2023-11-08T11:55:16.839Z] === RUN TestBuildWithSession [2023-11-08T11:55:16.839Z] build_session_test.go:26: TODO: BuildKit [2023-11-08T11:55:16.839Z] --- SKIP: TestBuildWithSession (0.00s) [2023-11-08T11:55:16.839Z] === RUN TestBuildSquashParent [2023-11-08T11:55:21.029Z] --- PASS: TestBuildSquashParent (3.45s) [2023-11-08T11:55:21.029Z] === RUN TestBuildWithRemoveAndForceRemove [2023-11-08T11:55:21.029Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2023-11-08T11:55:21.029Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2023-11-08T11:55:21.029Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2023-11-08T11:55:21.029Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2023-11-08T11:55:21.029Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2023-11-08T11:55:21.029Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2023-11-08T11:55:21.029Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2023-11-08T11:55:21.029Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2023-11-08T11:55:21.029Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2023-11-08T11:55:21.029Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2023-11-08T11:55:21.029Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2023-11-08T11:55:21.029Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2023-11-08T11:55:21.029Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2023-11-08T11:55:21.029Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2023-11-08T11:55:21.029Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2023-11-08T11:55:21.029Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2023-11-08T11:55:21.029Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2023-11-08T11:55:21.029Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2023-11-08T11:55:23.563Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.06s) [2023-11-08T11:55:23.563Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.49s) [2023-11-08T11:55:23.563Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.91s) [2023-11-08T11:55:23.563Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.02s) [2023-11-08T11:55:23.563Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.17s) [2023-11-08T11:55:23.563Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.22s) [2023-11-08T11:55:23.563Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.23s) [2023-11-08T11:55:23.563Z] === RUN TestBuildMultiStageCopy [2023-11-08T11:55:23.563Z] === RUN TestBuildMultiStageCopy/copy_to_root [2023-11-08T11:55:24.939Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2023-11-08T11:55:24.939Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2023-11-08T11:55:24.939Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2023-11-08T11:55:24.939Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2023-11-08T11:55:25.198Z] --- PASS: TestBuildMultiStageCopy (1.52s) [2023-11-08T11:55:25.198Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.04s) [2023-11-08T11:55:25.198Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.09s) [2023-11-08T11:55:25.198Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.12s) [2023-11-08T11:55:25.198Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.13s) [2023-11-08T11:55:25.198Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.14s) [2023-11-08T11:55:25.198Z] === RUN TestBuildMultiStageParentConfig [2023-11-08T11:55:25.456Z] --- PASS: TestBuildMultiStageParentConfig (0.39s) [2023-11-08T11:55:25.456Z] === RUN TestBuildLabelWithTargets [2023-11-08T11:55:26.392Z] --- PASS: TestBuildLabelWithTargets (0.63s) [2023-11-08T11:55:26.392Z] === RUN TestBuildWithEmptyLayers [2023-11-08T11:55:26.392Z] --- PASS: TestBuildWithEmptyLayers (0.13s) [2023-11-08T11:55:26.392Z] === RUN TestBuildMultiStageOnBuild [2023-11-08T11:55:27.768Z] --- PASS: TestBuildMultiStageOnBuild (1.19s) [2023-11-08T11:55:27.769Z] === RUN TestBuildUncleanTarFilenames [2023-11-08T11:55:27.769Z] --- PASS: TestBuildUncleanTarFilenames (0.14s) [2023-11-08T11:55:27.769Z] === RUN TestBuildMultiStageLayerLeak [2023-11-08T11:55:28.705Z] --- PASS: TestBuildMultiStageLayerLeak (1.19s) [2023-11-08T11:55:28.705Z] === RUN TestBuildWithHugeFile [2023-11-08T11:56:15.380Z] --- PASS: TestBuildWithHugeFile (43.99s) [2023-11-08T11:56:15.380Z] === RUN TestBuildWCOWSandboxSize [2023-11-08T11:56:15.380Z] build_test.go:526: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2023-11-08T11:56:15.380Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2023-11-08T11:56:15.380Z] === RUN TestBuildWithEmptyDockerfile [2023-11-08T11:56:15.380Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2023-11-08T11:56:15.380Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2023-11-08T11:56:15.380Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2023-11-08T11:56:15.380Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2023-11-08T11:56:15.380Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2023-11-08T11:56:15.380Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2023-11-08T11:56:15.380Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2023-11-08T11:56:15.380Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2023-11-08T11:56:15.380Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2023-11-08T11:56:15.380Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2023-11-08T11:56:15.380Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2023-11-08T11:56:15.380Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.00s) [2023-11-08T11:56:15.380Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s) [2023-11-08T11:56:15.380Z] === RUN TestBuildPreserveOwnership [2023-11-08T11:56:15.380Z] === RUN TestBuildPreserveOwnership/copy_from [2023-11-08T11:56:15.380Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2023-11-08T11:56:15.380Z] --- PASS: TestBuildPreserveOwnership (2.30s) [2023-11-08T11:56:15.380Z] --- PASS: TestBuildPreserveOwnership/copy_from (1.62s) [2023-11-08T11:56:15.380Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.67s) [2023-11-08T11:56:15.380Z] === RUN TestBuildPlatformInvalid [2023-11-08T11:56:15.380Z] --- PASS: TestBuildPlatformInvalid (0.03s) [2023-11-08T11:56:15.380Z] === RUN TestBuildkitHistoryTracePropagation [2023-11-08T11:56:15.380Z] time="2023-11-08T11:56:15Z" level=info msg="[core] [Channel #1] Channel created" module=grpc [2023-11-08T11:56:15.380Z] time="2023-11-08T11:56:15Z" level=info msg="[core] [Channel #1] original dial target is: \"unix:///run/buildkit/buildkitd.sock\"" module=grpc [2023-11-08T11:56:15.380Z] time="2023-11-08T11:56:15Z" level=info msg="[core] [Channel #1] parsed dial target is: {URL:{Scheme:unix Opaque: User: Host: Path:/run/buildkit/buildkitd.sock RawPath: OmitHost:false ForceQuery:false RawQuery: Fragment: RawFragment:}}" module=grpc [2023-11-08T11:56:15.380Z] time="2023-11-08T11:56:15Z" level=info msg="[core] [Channel #1] Channel authority set to \"localhost\"" module=grpc [2023-11-08T11:56:15.380Z] time="2023-11-08T11:56:15Z" level=info msg="[core] [Channel #1] Resolver state updated: {\n \"Addresses\": [\n {\n \"Addr\": \"/run/buildkit/buildkitd.sock\",\n \"ServerName\": \"\",\n \"Attributes\": {\n \"\\u003c%!p(networktype.keyType=grpc.internal.transport.networktype)\\u003e\": \"unix\"\n },\n \"BalancerAttributes\": null,\n \"Metadata\": null\n }\n ],\n \"Endpoints\": [\n {\n \"Addresses\": [\n {\n \"Addr\": \"/run/buildkit/buildkitd.sock\",\n \"ServerName\": \"\",\n \"Attributes\": {\n \"\\u003c%!p(networktype.keyType=grpc.internal.transport.networktype)\\u003e\": \"unix\"\n },\n \"BalancerAttributes\": null,\n \"Metadata\": null\n }\n ],\n \"Attributes\": null\n }\n ],\n \"ServiceConfig\": null,\n \"Attributes\": null\n} (resolver returned new addresses)" module=grpc [2023-11-08T11:56:15.380Z] time="2023-11-08T11:56:15Z" level=info msg="[core] [Channel #1] Channel switches to new LB policy \"pick_first\"" module=grpc [2023-11-08T11:56:15.380Z] time="2023-11-08T11:56:15Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel created" module=grpc [2023-11-08T11:56:15.380Z] time="2023-11-08T11:56:15Z" level=info msg="[core] [Channel #1] Channel Connectivity change to CONNECTING" module=grpc [2023-11-08T11:56:15.380Z] time="2023-11-08T11:56:15Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel Connectivity change to CONNECTING" module=grpc [2023-11-08T11:56:15.380Z] time="2023-11-08T11:56:15Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel picks a new address \"/run/buildkit/buildkitd.sock\" to connect" module=grpc [2023-11-08T11:56:15.380Z] time="2023-11-08T11:56:15Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel Connectivity change to READY" module=grpc [2023-11-08T11:56:15.380Z] time="2023-11-08T11:56:15Z" level=info msg="[core] [Channel #1] Channel Connectivity change to READY" module=grpc [2023-11-08T11:56:15.380Z] time="2023-11-08T11:56:15Z" level=info msg="[core] [Server #4] Server created" module=grpc [2023-11-08T11:56:15.380Z] build_traces_test.go:84: Waiting for trace to be available [2023-11-08T11:56:19.591Z] time="2023-11-08T11:56:19Z" level=info msg="[core] [Channel #1] Channel Connectivity change to SHUTDOWN" module=grpc [2023-11-08T11:56:19.591Z] time="2023-11-08T11:56:19Z" level=info msg="[core] [Channel #1] ccBalancerWrapper: closing" module=grpc [2023-11-08T11:56:19.591Z] time="2023-11-08T11:56:19Z" level=info msg="[core] [Channel #1] Closing the name resolver" module=grpc [2023-11-08T11:56:19.591Z] time="2023-11-08T11:56:19Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel Connectivity change to SHUTDOWN" module=grpc [2023-11-08T11:56:19.591Z] time="2023-11-08T11:56:19Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel deleted" module=grpc [2023-11-08T11:56:19.591Z] time="2023-11-08T11:56:19Z" level=info msg="[core] [Channel #1] Channel deleted" module=grpc [2023-11-08T11:56:19.591Z] --- PASS: TestBuildkitHistoryTracePropagation (4.04s) [2023-11-08T11:56:19.591Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2023-11-08T11:56:19.850Z] Loaded image: busybox:latest [2023-11-08T11:56:19.850Z] Loaded image: busybox:glibc [2023-11-08T11:56:20.787Z] Loaded image: debian:bullseye-slim [2023-11-08T11:56:20.787Z] Loaded image: hello-world:latest [2023-11-08T11:56:21.045Z] Loaded image: arm32v7/hello-world:latest [2023-11-08T11:56:29.162Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (10.00s) [2023-11-08T11:56:29.162Z] PASS [2023-11-08T11:56:29.162Z] [2023-11-08T11:56:29.162Z] === Skipped [2023-11-08T11:56:29.162Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2023-11-08T11:56:29.162Z] build_session_test.go:26: TODO: BuildKit [2023-11-08T11:56:29.162Z] [2023-11-08T11:56:29.162Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s) [2023-11-08T11:56:29.162Z] build_test.go:526: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2023-11-08T11:56:29.162Z] [2023-11-08T11:56:29.162Z] DONE 35 tests, 2 skipped in 75.834s [2023-11-08T11:56:29.162Z] Running /go/src/github.com/docker/docker/integration/capabilities (arm64.integration.capabilities) flags=-test.v -test.timeout=120m [2023-11-08T11:56:29.162Z] ++ '[' -n '' ']' [2023-11-08T11:56:29.162Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-capabilities-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-capabilities-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.capabilities -t ./test.main -test.v -test.timeout=120m [2023-11-08T11:56:29.162Z] ++ set -e [2023-11-08T11:56:29.162Z] ++ '[' -n 0 ']' [2023-11-08T11:56:29.162Z] ++ set -x [2023-11-08T11:56:29.163Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.M9HUc6QD4N/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-capabilities-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-capabilities-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.capabilities -t ./test.main -test.v -test.timeout=120m [2023-11-08T11:56:29.163Z] INFO: Testing against a local daemon [2023-11-08T11:56:29.163Z] === RUN TestNoNewPrivileges [2023-11-08T11:56:35.725Z] === RUN TestNoNewPrivileges/CapabilityRequested=true [2023-11-08T11:56:35.725Z] === RUN TestNoNewPrivileges/CapabilityRequested=false [2023-11-08T11:56:35.725Z] --- PASS: TestNoNewPrivileges (6.37s) [2023-11-08T11:56:35.725Z] --- PASS: TestNoNewPrivileges/CapabilityRequested=true (0.48s) [2023-11-08T11:56:35.725Z] --- PASS: TestNoNewPrivileges/CapabilityRequested=false (0.47s) [2023-11-08T11:56:35.725Z] PASS [2023-11-08T11:56:35.725Z] [2023-11-08T11:56:35.725Z] DONE 3 tests in 6.397s [2023-11-08T11:56:35.725Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2023-11-08T11:56:35.725Z] ++ '[' -n '' ']' [2023-11-08T11:56:35.725Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m [2023-11-08T11:56:35.725Z] ++ set -e [2023-11-08T11:56:35.725Z] ++ '[' -n 0 ']' [2023-11-08T11:56:35.725Z] ++ set -x [2023-11-08T11:56:35.726Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.M9HUc6QD4N/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m [2023-11-08T11:56:35.726Z] INFO: Testing against a local daemon [2023-11-08T11:56:35.726Z] === RUN TestConfigInspect [2023-11-08T11:56:37.629Z] --- PASS: TestConfigInspect (1.99s) [2023-11-08T11:56:37.629Z] === RUN TestConfigList [2023-11-08T11:56:39.005Z] === RUN TestConfigList/test_filter_by_name [2023-11-08T11:56:39.005Z] === RUN TestConfigList/test_filter_by_id [2023-11-08T11:56:39.005Z] === RUN TestConfigList/test_filter_by_label_key_only [2023-11-08T11:56:39.005Z] === RUN TestConfigList/test_filter_by_label_key=value_test0-TestConfigList [2023-11-08T11:56:39.005Z] === RUN TestConfigList/test_filter_by_label_key=value_test1-TestConfigList [2023-11-08T11:56:39.573Z] --- PASS: TestConfigList (1.93s) [2023-11-08T11:56:39.573Z] --- PASS: TestConfigList/test_filter_by_name (0.00s) [2023-11-08T11:56:39.573Z] --- PASS: TestConfigList/test_filter_by_id (0.00s) [2023-11-08T11:56:39.573Z] --- PASS: TestConfigList/test_filter_by_label_key_only (0.00s) [2023-11-08T11:56:39.573Z] --- PASS: TestConfigList/test_filter_by_label_key=value_test0-TestConfigList (0.00s) [2023-11-08T11:56:39.573Z] --- PASS: TestConfigList/test_filter_by_label_key=value_test1-TestConfigList (0.00s) [2023-11-08T11:56:39.573Z] === RUN TestConfigsCreateAndDelete [2023-11-08T11:56:41.475Z] --- PASS: TestConfigsCreateAndDelete (2.02s) [2023-11-08T11:56:41.475Z] === RUN TestConfigsUpdate [2023-11-08T11:56:44.008Z] --- PASS: TestConfigsUpdate (1.93s) [2023-11-08T11:56:44.008Z] === RUN TestTemplatedConfig [2023-11-08T11:56:46.541Z] --- PASS: TestTemplatedConfig (2.63s) [2023-11-08T11:56:46.541Z] === RUN TestConfigCreateResolve [2023-11-08T11:56:48.443Z] --- PASS: TestConfigCreateResolve (2.03s) [2023-11-08T11:56:48.443Z] PASS [2023-11-08T11:56:48.443Z] [2023-11-08T11:56:48.443Z] DONE 11 tests in 12.563s [2023-11-08T11:56:48.443Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2023-11-08T11:56:48.443Z] ++ '[' -n '' ']' [2023-11-08T11:56:48.443Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m [2023-11-08T11:56:48.443Z] ++ set -e [2023-11-08T11:56:48.443Z] ++ '[' -n 0 ']' [2023-11-08T11:56:48.443Z] ++ set -x [2023-11-08T11:56:48.443Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.M9HUc6QD4N/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m [2023-11-08T11:56:48.443Z] INFO: Testing against a local daemon [2023-11-08T11:56:48.443Z] === RUN TestAttach [2023-11-08T11:56:48.443Z] === RUN TestAttach/without_TTY [2023-11-08T11:56:48.443Z] === PAUSE TestAttach/without_TTY [2023-11-08T11:56:48.443Z] === RUN TestAttach/with_TTY [2023-11-08T11:56:48.443Z] === PAUSE TestAttach/with_TTY [2023-11-08T11:56:48.443Z] === CONT TestAttach/without_TTY [2023-11-08T11:56:48.443Z] === CONT TestAttach/with_TTY [2023-11-08T11:56:48.443Z] --- PASS: TestAttach (0.03s) [2023-11-08T11:56:48.443Z] --- PASS: TestAttach/without_TTY (0.06s) [2023-11-08T11:56:48.443Z] --- PASS: TestAttach/with_TTY (0.06s) [2023-11-08T11:56:48.443Z] === RUN TestCreateWithCDIDevices [2023-11-08T11:56:49.379Z] --- PASS: TestCreateWithCDIDevices (1.10s) [2023-11-08T11:56:49.379Z] === RUN TestCDISpecDirsAreInSystemInfo [2023-11-08T11:56:49.379Z] === RUN TestCDISpecDirsAreInSystemInfo/experimental_no_spec_dirs_specified_returns_default [2023-11-08T11:56:49.947Z] === RUN TestCDISpecDirsAreInSystemInfo/experimental_specified_spec_dirs_are_returned [2023-11-08T11:56:50.515Z] === RUN TestCDISpecDirsAreInSystemInfo/experimental_empty_string_as_spec_dir_returns_empty_slice [2023-11-08T11:56:51.084Z] === RUN TestCDISpecDirsAreInSystemInfo/experimental_empty_config_option_returns_empty_slice [2023-11-08T11:56:51.652Z] === RUN TestCDISpecDirsAreInSystemInfo/non-experimental_no_spec_dirs_specified_returns_empty_slice [2023-11-08T11:56:51.911Z] === RUN TestCDISpecDirsAreInSystemInfo/non-experimental_specified_spec_dirs_returns_empty_slice [2023-11-08T11:56:52.478Z] === RUN TestCDISpecDirsAreInSystemInfo/non-experimental_empty_string_as_spec_dir_returns_empty_slice [2023-11-08T11:56:53.046Z] === RUN TestCDISpecDirsAreInSystemInfo/non-experimental_empty_config_option_returns_empty_slice [2023-11-08T11:56:53.621Z] --- PASS: TestCDISpecDirsAreInSystemInfo (4.18s) [2023-11-08T11:56:53.621Z] --- PASS: TestCDISpecDirsAreInSystemInfo/experimental_no_spec_dirs_specified_returns_default (0.52s) [2023-11-08T11:56:53.621Z] --- PASS: TestCDISpecDirsAreInSystemInfo/experimental_specified_spec_dirs_are_returned (0.52s) [2023-11-08T11:56:53.621Z] --- PASS: TestCDISpecDirsAreInSystemInfo/experimental_empty_string_as_spec_dir_returns_empty_slice (0.52s) [2023-11-08T11:56:53.621Z] --- PASS: TestCDISpecDirsAreInSystemInfo/experimental_empty_config_option_returns_empty_slice (0.52s) [2023-11-08T11:56:53.621Z] --- PASS: TestCDISpecDirsAreInSystemInfo/non-experimental_no_spec_dirs_specified_returns_empty_slice (0.52s) [2023-11-08T11:56:53.621Z] --- PASS: TestCDISpecDirsAreInSystemInfo/non-experimental_specified_spec_dirs_returns_empty_slice (0.52s) [2023-11-08T11:56:53.621Z] --- PASS: TestCDISpecDirsAreInSystemInfo/non-experimental_empty_string_as_spec_dir_returns_empty_slice (0.52s) [2023-11-08T11:56:53.621Z] --- PASS: TestCDISpecDirsAreInSystemInfo/non-experimental_empty_config_option_returns_empty_slice (0.52s) [2023-11-08T11:56:53.621Z] === RUN TestCheckpoint [2023-11-08T11:56:53.621Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2023-11-08T11:56:53.621Z] --- SKIP: TestCheckpoint (0.00s) [2023-11-08T11:56:53.621Z] === RUN TestContainerInvalidJSON [2023-11-08T11:56:53.621Z] === RUN TestContainerInvalidJSON/commit [2023-11-08T11:56:53.621Z] === PAUSE TestContainerInvalidJSON/commit [2023-11-08T11:56:53.621Z] === RUN TestContainerInvalidJSON/containers/create [2023-11-08T11:56:53.621Z] === PAUSE TestContainerInvalidJSON/containers/create [2023-11-08T11:56:53.621Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2023-11-08T11:56:53.621Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2023-11-08T11:56:53.621Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2023-11-08T11:56:53.621Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2023-11-08T11:56:53.621Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2023-11-08T11:56:53.621Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2023-11-08T11:56:53.621Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2023-11-08T11:56:53.621Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2023-11-08T11:56:53.621Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2023-11-08T11:56:53.621Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2023-11-08T11:56:53.621Z] === CONT TestContainerInvalidJSON/commit [2023-11-08T11:56:53.621Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2023-11-08T11:56:53.621Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2023-11-08T11:56:53.621Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2023-11-08T11:56:53.621Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2023-11-08T11:56:53.621Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2023-11-08T11:56:53.621Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2023-11-08T11:56:53.621Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2023-11-08T11:56:53.621Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2023-11-08T11:56:53.621Z] === CONT TestContainerInvalidJSON/containers/create [2023-11-08T11:56:53.621Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2023-11-08T11:56:53.621Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2023-11-08T11:56:53.621Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2023-11-08T11:56:53.621Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2023-11-08T11:56:53.621Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2023-11-08T11:56:53.621Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2023-11-08T11:56:53.621Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2023-11-08T11:56:53.621Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2023-11-08T11:56:53.621Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2023-11-08T11:56:53.621Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2023-11-08T11:56:53.621Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2023-11-08T11:56:53.621Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2023-11-08T11:56:53.621Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2023-11-08T11:56:53.621Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2023-11-08T11:56:53.621Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2023-11-08T11:56:53.621Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2023-11-08T11:56:53.621Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2023-11-08T11:56:53.621Z] === RUN TestContainerInvalidJSON/commit/empty_body [2023-11-08T11:56:53.621Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2023-11-08T11:56:53.621Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2023-11-08T11:56:53.621Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2023-11-08T11:56:53.621Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2023-11-08T11:56:53.621Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2023-11-08T11:56:53.621Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2023-11-08T11:56:53.621Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2023-11-08T11:56:53.621Z] --- PASS: TestContainerInvalidJSON (0.01s) [2023-11-08T11:56:53.621Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) [2023-11-08T11:56:53.621Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2023-11-08T11:56:53.621Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2023-11-08T11:56:53.621Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2023-11-08T11:56:53.621Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2023-11-08T11:56:53.621Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s) [2023-11-08T11:56:53.621Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2023-11-08T11:56:53.621Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2023-11-08T11:56:53.621Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2023-11-08T11:56:53.621Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2023-11-08T11:56:53.621Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s) [2023-11-08T11:56:53.621Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2023-11-08T11:56:53.621Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2023-11-08T11:56:53.621Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2023-11-08T11:56:53.621Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2023-11-08T11:56:53.621Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2023-11-08T11:56:53.621Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2023-11-08T11:56:53.621Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2023-11-08T11:56:53.621Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2023-11-08T11:56:53.621Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2023-11-08T11:56:53.621Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s) [2023-11-08T11:56:53.621Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2023-11-08T11:56:53.621Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2023-11-08T11:56:53.621Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2023-11-08T11:56:53.621Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2023-11-08T11:56:53.621Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s) [2023-11-08T11:56:53.621Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2023-11-08T11:56:53.621Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2023-11-08T11:56:53.621Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2023-11-08T11:56:53.621Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2023-11-08T11:56:53.621Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s) [2023-11-08T11:56:53.621Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2023-11-08T11:56:53.621Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2023-11-08T11:56:53.621Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2023-11-08T11:56:53.621Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2023-11-08T11:56:53.622Z] === RUN TestCopyFromContainerPathDoesNotExist [2023-11-08T11:56:53.622Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2023-11-08T11:56:53.622Z] === RUN TestCopyFromContainerPathIsNotDir [2023-11-08T11:56:53.622Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2023-11-08T11:56:53.622Z] === RUN TestCopyToContainerPathDoesNotExist [2023-11-08T11:56:53.883Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s) [2023-11-08T11:56:53.883Z] === RUN TestCopyEmptyFile [2023-11-08T11:56:53.883Z] --- PASS: TestCopyEmptyFile (0.07s) [2023-11-08T11:56:53.883Z] === RUN TestCopyToContainerPathIsNotDir [2023-11-08T11:56:53.883Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2023-11-08T11:56:53.883Z] === RUN TestCopyFromContainer [2023-11-08T11:56:54.452Z] === RUN TestCopyFromContainer// [2023-11-08T11:56:54.452Z] === RUN TestCopyFromContainer/. [2023-11-08T11:56:54.712Z] === RUN TestCopyFromContainer//. [2023-11-08T11:56:54.712Z] === RUN TestCopyFromContainer/./ [2023-11-08T11:56:54.712Z] === RUN TestCopyFromContainer//./ [2023-11-08T11:56:54.712Z] === RUN TestCopyFromContainer//bar/root [2023-11-08T11:56:54.712Z] === RUN TestCopyFromContainer//bar/root/ [2023-11-08T11:56:54.712Z] === RUN TestCopyFromContainer//bar/root/. [2023-11-08T11:56:54.712Z] === RUN TestCopyFromContainer/bar/quux [2023-11-08T11:56:54.712Z] === RUN TestCopyFromContainer/bar/quux/ [2023-11-08T11:56:54.712Z] === RUN TestCopyFromContainer/bar/quux/. [2023-11-08T11:56:54.712Z] === RUN TestCopyFromContainer/bar/quux/baz [2023-11-08T11:56:54.712Z] === RUN TestCopyFromContainer/bar/filesymlink [2023-11-08T11:56:54.712Z] === RUN TestCopyFromContainer/bar/dirsymlink [2023-11-08T11:56:54.712Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2023-11-08T11:56:54.712Z] === RUN TestCopyFromContainer/bar/dirsymlink/. [2023-11-08T11:56:54.712Z] === RUN TestCopyFromContainer/bar/notarget [2023-11-08T11:56:54.712Z] --- PASS: TestCopyFromContainer (0.87s) [2023-11-08T11:56:54.712Z] --- PASS: TestCopyFromContainer// (0.01s) [2023-11-08T11:56:54.712Z] --- PASS: TestCopyFromContainer/. (0.02s) [2023-11-08T11:56:54.712Z] --- PASS: TestCopyFromContainer//. (0.01s) [2023-11-08T11:56:54.712Z] --- PASS: TestCopyFromContainer/./ (0.01s) [2023-11-08T11:56:54.712Z] --- PASS: TestCopyFromContainer//./ (0.01s) [2023-11-08T11:56:54.712Z] --- PASS: TestCopyFromContainer//bar/root (0.01s) [2023-11-08T11:56:54.712Z] --- PASS: TestCopyFromContainer//bar/root/ (0.01s) [2023-11-08T11:56:54.712Z] --- PASS: TestCopyFromContainer//bar/root/. (0.01s) [2023-11-08T11:56:54.712Z] --- PASS: TestCopyFromContainer/bar/quux (0.01s) [2023-11-08T11:56:54.712Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.01s) [2023-11-08T11:56:54.712Z] --- PASS: TestCopyFromContainer/bar/quux/. (0.01s) [2023-11-08T11:56:54.712Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.01s) [2023-11-08T11:56:54.712Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.00s) [2023-11-08T11:56:54.712Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.00s) [2023-11-08T11:56:54.712Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.01s) [2023-11-08T11:56:54.712Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/. (0.01s) [2023-11-08T11:56:54.712Z] --- PASS: TestCopyFromContainer/bar/notarget (0.01s) [2023-11-08T11:56:54.712Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2023-11-08T11:56:54.712Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2023-11-08T11:56:54.712Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2023-11-08T11:56:54.712Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2023-11-08T11:56:54.712Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2023-11-08T11:56:54.712Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2023-11-08T11:56:54.712Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2023-11-08T11:56:54.712Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2023-11-08T11:56:54.712Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2023-11-08T11:56:54.712Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2023-11-08T11:56:54.712Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2023-11-08T11:56:54.712Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2023-11-08T11:56:54.712Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2023-11-08T11:56:54.712Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2023-11-08T11:56:54.712Z] === RUN TestCreateLinkToNonExistingContainer [2023-11-08T11:56:54.712Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s) [2023-11-08T11:56:54.712Z] === RUN TestCreateWithInvalidEnv [2023-11-08T11:56:54.712Z] === RUN TestCreateWithInvalidEnv/0 [2023-11-08T11:56:54.712Z] === PAUSE TestCreateWithInvalidEnv/0 [2023-11-08T11:56:54.712Z] === RUN TestCreateWithInvalidEnv/1 [2023-11-08T11:56:54.712Z] === PAUSE TestCreateWithInvalidEnv/1 [2023-11-08T11:56:54.712Z] === RUN TestCreateWithInvalidEnv/2 [2023-11-08T11:56:54.712Z] === PAUSE TestCreateWithInvalidEnv/2 [2023-11-08T11:56:54.712Z] === CONT TestCreateWithInvalidEnv/0 [2023-11-08T11:56:54.712Z] === CONT TestCreateWithInvalidEnv/2 [2023-11-08T11:56:54.712Z] === CONT TestCreateWithInvalidEnv/1 [2023-11-08T11:56:54.976Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2023-11-08T11:56:54.976Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2023-11-08T11:56:54.976Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2023-11-08T11:56:54.976Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2023-11-08T11:56:54.976Z] === RUN TestCreateTmpfsMountsTarget [2023-11-08T11:56:54.977Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2023-11-08T11:56:54.977Z] === RUN TestCreateWithCustomMaskedPaths [2023-11-08T11:56:56.363Z] --- PASS: TestCreateWithCustomMaskedPaths (1.47s) [2023-11-08T11:56:56.363Z] === RUN TestCreateWithCustomReadonlyPaths [2023-11-08T11:56:57.777Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.46s) [2023-11-08T11:56:57.777Z] === RUN TestCreateWithInvalidHealthcheckParams [2023-11-08T11:56:57.777Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2023-11-08T11:56:57.777Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2023-11-08T11:56:57.777Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2023-11-08T11:56:57.777Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2023-11-08T11:56:57.777Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2023-11-08T11:56:57.777Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2023-11-08T11:56:57.777Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2023-11-08T11:56:57.777Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2023-11-08T11:56:57.777Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2023-11-08T11:56:57.777Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2023-11-08T11:56:57.777Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms [2023-11-08T11:56:57.777Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms [2023-11-08T11:56:57.777Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2023-11-08T11:56:57.777Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2023-11-08T11:56:57.777Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2023-11-08T11:56:57.777Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms [2023-11-08T11:56:57.777Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2023-11-08T11:56:57.777Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2023-11-08T11:56:57.777Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2023-11-08T11:56:57.777Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2023-11-08T11:56:57.777Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2023-11-08T11:56:57.777Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2023-11-08T11:56:57.777Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2023-11-08T11:56:57.777Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2023-11-08T11:56:57.777Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2023-11-08T11:56:57.777Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2023-11-08T11:56:58.349Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.47s) [2023-11-08T11:56:58.349Z] === RUN TestCreateDifferentPlatform [2023-11-08T11:56:58.349Z] === RUN TestCreateDifferentPlatform/different_os [2023-11-08T11:56:58.349Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2023-11-08T11:56:58.349Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2023-11-08T11:56:58.349Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2023-11-08T11:56:58.349Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2023-11-08T11:56:58.349Z] === RUN TestCreateVolumesFromNonExistingContainer [2023-11-08T11:56:58.349Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2023-11-08T11:56:58.349Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2023-11-08T11:56:58.349Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.07s) [2023-11-08T11:56:58.349Z] === RUN TestCreateInvalidHostConfig [2023-11-08T11:56:58.349Z] === RUN TestCreateInvalidHostConfig/invalid_IpcMode [2023-11-08T11:56:58.349Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode [2023-11-08T11:56:58.349Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode [2023-11-08T11:56:58.349Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode [2023-11-08T11:56:58.349Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2023-11-08T11:56:58.349Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2023-11-08T11:56:58.349Z] === RUN TestCreateInvalidHostConfig/invalid_UTSMode [2023-11-08T11:56:58.349Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode [2023-11-08T11:56:58.349Z] === RUN TestCreateInvalidHostConfig/invalid_Annotations [2023-11-08T11:56:58.349Z] === PAUSE TestCreateInvalidHostConfig/invalid_Annotations [2023-11-08T11:56:58.349Z] === CONT TestCreateInvalidHostConfig/invalid_IpcMode [2023-11-08T11:56:58.349Z] === CONT TestCreateInvalidHostConfig/invalid_UTSMode [2023-11-08T11:56:58.349Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2023-11-08T11:56:58.349Z] === CONT TestCreateInvalidHostConfig/invalid_Annotations [2023-11-08T11:56:58.349Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode [2023-11-08T11:56:58.349Z] --- PASS: TestCreateInvalidHostConfig (0.01s) [2023-11-08T11:56:58.349Z] --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s) [2023-11-08T11:56:58.349Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s) [2023-11-08T11:56:58.349Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s) [2023-11-08T11:56:58.349Z] --- PASS: TestCreateInvalidHostConfig/invalid_Annotations (0.00s) [2023-11-08T11:56:58.349Z] --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s) [2023-11-08T11:56:58.349Z] === RUN TestCreateWithMultipleEndpointSettings [2023-11-08T11:56:58.349Z] === RUN TestCreateWithMultipleEndpointSettings/with_API_v1.44 [2023-11-08T11:56:58.350Z] === RUN TestCreateWithMultipleEndpointSettings/with_API_v1.43 [2023-11-08T11:56:58.350Z] --- PASS: TestCreateWithMultipleEndpointSettings (0.06s) [2023-11-08T11:56:58.350Z] --- PASS: TestCreateWithMultipleEndpointSettings/with_API_v1.44 (0.04s) [2023-11-08T11:56:58.350Z] --- PASS: TestCreateWithMultipleEndpointSettings/with_API_v1.43 (0.00s) [2023-11-08T11:56:58.350Z] === RUN TestCreateWithCustomMACs [2023-11-08T11:56:59.288Z] --- PASS: TestCreateWithCustomMACs (0.64s) [2023-11-08T11:56:59.288Z] === RUN TestContainerStartOnDaemonRestart [2023-11-08T11:56:59.288Z] === PAUSE TestContainerStartOnDaemonRestart [2023-11-08T11:56:59.288Z] === RUN TestDaemonRestartIpcMode [2023-11-08T11:56:59.288Z] === PAUSE TestDaemonRestartIpcMode [2023-11-08T11:56:59.288Z] === RUN TestDaemonHostGatewayIP [2023-11-08T11:56:59.288Z] === PAUSE TestDaemonHostGatewayIP [2023-11-08T11:56:59.288Z] === RUN TestRestartDaemonWithRestartingContainer [2023-11-08T11:56:59.288Z] === PAUSE TestRestartDaemonWithRestartingContainer [2023-11-08T11:56:59.288Z] === RUN TestHardRestartWhenContainerIsRunning [2023-11-08T11:56:59.288Z] === PAUSE TestHardRestartWhenContainerIsRunning [2023-11-08T11:56:59.288Z] === RUN TestContainerKillOnDaemonStart [2023-11-08T11:56:59.288Z] === PAUSE TestContainerKillOnDaemonStart [2023-11-08T11:56:59.288Z] === RUN TestDiff [2023-11-08T11:56:59.547Z] --- PASS: TestDiff (0.44s) [2023-11-08T11:56:59.547Z] === RUN TestDiffStoppedContainer [2023-11-08T11:57:00.114Z] --- PASS: TestDiffStoppedContainer (0.47s) [2023-11-08T11:57:00.114Z] === RUN TestExecConsoleSize [2023-11-08T11:57:00.682Z] --- PASS: TestExecConsoleSize (0.56s) [2023-11-08T11:57:00.682Z] === RUN TestExecWithCloseStdin [2023-11-08T11:57:01.249Z] --- PASS: TestExecWithCloseStdin (0.52s) [2023-11-08T11:57:01.249Z] === RUN TestExec [2023-11-08T11:57:01.817Z] --- PASS: TestExec (0.59s) [2023-11-08T11:57:01.817Z] === RUN TestExecUser [2023-11-08T11:57:02.384Z] --- PASS: TestExecUser (0.54s) [2023-11-08T11:57:02.384Z] === RUN TestExecWithGroupAdd [2023-11-08T11:57:02.643Z] --- PASS: TestExecWithGroupAdd (0.55s) [2023-11-08T11:57:02.643Z] === RUN TestExportContainerAndImportImage [2023-11-08T11:57:03.210Z] --- PASS: TestExportContainerAndImportImage (0.57s) [2023-11-08T11:57:03.210Z] === RUN TestExportContainerAfterDaemonRestart [2023-11-08T11:57:09.773Z] --- PASS: TestExportContainerAfterDaemonRestart (6.17s) [2023-11-08T11:57:09.773Z] === RUN TestHealthCheckWorkdir [2023-11-08T11:57:10.340Z] --- PASS: TestHealthCheckWorkdir (0.67s) [2023-11-08T11:57:10.340Z] === RUN TestHealthKillContainer [2023-11-08T11:57:18.456Z] --- PASS: TestHealthKillContainer (7.99s) [2023-11-08T11:57:18.456Z] === RUN TestHealthCheckProcessKilled [2023-11-08T11:57:19.023Z] --- PASS: TestHealthCheckProcessKilled (0.80s) [2023-11-08T11:57:19.023Z] === RUN TestHealthStartInterval [2023-11-08T11:57:20.400Z] health_test.go:141: &{2023-11-08 11:57:20.096072309 +0000 UTC 2023-11-08 11:57:20.162766762 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2023-11-08T11:57:20.400Z] } [2023-11-08T11:57:20.400Z] health_test.go:141: &{2023-11-08 11:57:20.096072309 +0000 UTC 2023-11-08 11:57:20.162766762 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2023-11-08T11:57:20.400Z] } [2023-11-08T11:57:20.659Z] health_test.go:141: &{2023-11-08 11:57:20.096072309 +0000 UTC 2023-11-08 11:57:20.162766762 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2023-11-08T11:57:20.659Z] } [2023-11-08T11:57:20.659Z] health_test.go:141: &{2023-11-08 11:57:20.096072309 +0000 UTC 2023-11-08 11:57:20.162766762 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2023-11-08T11:57:20.659Z] } [2023-11-08T11:57:20.659Z] health_test.go:141: &{2023-11-08 11:57:20.096072309 +0000 UTC 2023-11-08 11:57:20.162766762 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2023-11-08T11:57:20.659Z] } [2023-11-08T11:57:20.918Z] health_test.go:141: &{2023-11-08 11:57:20.096072309 +0000 UTC 2023-11-08 11:57:20.162766762 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2023-11-08T11:57:20.918Z] } [2023-11-08T11:57:20.918Z] health_test.go:141: &{2023-11-08 11:57:20.096072309 +0000 UTC 2023-11-08 11:57:20.162766762 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2023-11-08T11:57:20.918Z] } [2023-11-08T11:57:20.918Z] health_test.go:141: &{2023-11-08 11:57:20.096072309 +0000 UTC 2023-11-08 11:57:20.162766762 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2023-11-08T11:57:20.918Z] } [2023-11-08T11:57:21.177Z] health_test.go:141: &{2023-11-08 11:57:20.096072309 +0000 UTC 2023-11-08 11:57:20.162766762 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2023-11-08T11:57:21.177Z] } [2023-11-08T11:57:21.177Z] health_test.go:141: &{2023-11-08 11:57:20.096072309 +0000 UTC 2023-11-08 11:57:20.162766762 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2023-11-08T11:57:21.177Z] } [2023-11-08T11:57:21.435Z] health_test.go:141: &{2023-11-08 11:57:20.096072309 +0000 UTC 2023-11-08 11:57:20.162766762 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2023-11-08T11:57:21.435Z] } [2023-11-08T11:57:21.435Z] health_test.go:141: &{2023-11-08 11:57:21.169671088 +0000 UTC 2023-11-08 11:57:21.234696345 +0000 UTC 1 2} [2023-11-08T11:57:21.435Z] health_test.go:141: &{2023-11-08 11:57:21.169671088 +0000 UTC 2023-11-08 11:57:21.234696345 +0000 UTC 1 2} [2023-11-08T11:57:21.694Z] health_test.go:141: &{2023-11-08 11:57:21.169671088 +0000 UTC 2023-11-08 11:57:21.234696345 +0000 UTC 1 2} [2023-11-08T11:57:21.694Z] health_test.go:141: &{2023-11-08 11:57:21.169671088 +0000 UTC 2023-11-08 11:57:21.234696345 +0000 UTC 1 2} [2023-11-08T11:57:21.953Z] health_test.go:141: &{2023-11-08 11:57:21.169671088 +0000 UTC 2023-11-08 11:57:21.234696345 +0000 UTC 1 2} [2023-11-08T11:57:21.953Z] health_test.go:141: &{2023-11-08 11:57:21.169671088 +0000 UTC 2023-11-08 11:57:21.234696345 +0000 UTC 1 2} [2023-11-08T11:57:21.953Z] health_test.go:141: &{2023-11-08 11:57:21.169671088 +0000 UTC 2023-11-08 11:57:21.234696345 +0000 UTC 1 2} [2023-11-08T11:57:22.211Z] health_test.go:141: &{2023-11-08 11:57:21.169671088 +0000 UTC 2023-11-08 11:57:21.234696345 +0000 UTC 1 2} [2023-11-08T11:57:22.211Z] health_test.go:141: &{2023-11-08 11:57:21.169671088 +0000 UTC 2023-11-08 11:57:21.234696345 +0000 UTC 1 2} [2023-11-08T11:57:22.470Z] health_test.go:141: &{2023-11-08 11:57:21.169671088 +0000 UTC 2023-11-08 11:57:21.234696345 +0000 UTC 1 2} [2023-11-08T11:57:22.470Z] health_test.go:169: 1.070962878s [2023-11-08T11:57:23.405Z] health_test.go:169: 1.070962878s [2023-11-08T11:57:24.340Z] health_test.go:169: 1.070962878s [2023-11-08T11:57:25.716Z] health_test.go:169: 1.070962878s [2023-11-08T11:57:26.651Z] health_test.go:169: 1.070962878s [2023-11-08T11:57:27.586Z] health_test.go:169: 1.070962878s [2023-11-08T11:57:28.521Z] health_test.go:169: 1.070962878s [2023-11-08T11:57:29.457Z] health_test.go:169: 1.070962878s [2023-11-08T11:57:30.392Z] health_test.go:169: 1.070962878s [2023-11-08T11:57:31.768Z] health_test.go:169: 1.070962878s [2023-11-08T11:57:32.703Z] health_test.go:169: 1.070962878s [2023-11-08T11:57:33.639Z] health_test.go:169: 1.070962878s [2023-11-08T11:57:34.574Z] health_test.go:169: 1.070962878s [2023-11-08T11:57:35.510Z] health_test.go:169: 1.070962878s [2023-11-08T11:57:36.446Z] health_test.go:169: 1.070962878s [2023-11-08T11:57:37.381Z] health_test.go:169: 1.070962878s [2023-11-08T11:57:38.758Z] health_test.go:169: 1.070962878s [2023-11-08T11:57:39.693Z] health_test.go:169: 1.070962878s [2023-11-08T11:57:40.629Z] health_test.go:169: 1.070962878s [2023-11-08T11:57:41.564Z] health_test.go:169: 1.070962878s [2023-11-08T11:57:42.500Z] health_test.go:169: 1.070962878s [2023-11-08T11:57:43.435Z] health_test.go:169: 1.070962878s [2023-11-08T11:57:44.371Z] health_test.go:169: 1.070962878s [2023-11-08T11:57:45.746Z] health_test.go:169: 1.070962878s [2023-11-08T11:57:46.681Z] health_test.go:169: 1.070962878s [2023-11-08T11:57:47.616Z] health_test.go:169: 1.070962878s [2023-11-08T11:57:48.553Z] health_test.go:169: 1.070962878s [2023-11-08T11:57:49.488Z] health_test.go:169: 1.070962878s [2023-11-08T11:57:50.423Z] health_test.go:169: 1.070962878s [2023-11-08T11:57:51.799Z] health_test.go:169: 1.070962878s [2023-11-08T11:57:52.366Z] health_test.go:169: 1.070962878s [2023-11-08T11:57:53.741Z] --- PASS: TestHealthStartInterval (34.77s) [2023-11-08T11:57:53.741Z] === RUN TestInspectCpusetInConfigPre120 [2023-11-08T11:57:54.309Z] --- PASS: TestInspectCpusetInConfigPre120 (0.44s) [2023-11-08T11:57:54.309Z] === RUN TestInspectAnnotations [2023-11-08T11:57:54.309Z] --- PASS: TestInspectAnnotations (0.05s) [2023-11-08T11:57:54.309Z] === RUN TestIpcModeNone [2023-11-08T11:57:54.876Z] --- PASS: TestIpcModeNone (0.57s) [2023-11-08T11:57:54.876Z] === RUN TestIpcModePrivate [2023-11-08T11:57:55.134Z] ipcmode_linux_test.go:87: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:78, shared: false, mustBeShared: false [2023-11-08T11:57:55.393Z] --- PASS: TestIpcModePrivate (0.55s) [2023-11-08T11:57:55.393Z] === RUN TestIpcModeShareable [2023-11-08T11:57:55.652Z] ipcmode_linux_test.go:87: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:72, shared: true, mustBeShared: true [2023-11-08T11:57:55.910Z] --- PASS: TestIpcModeShareable (0.57s) [2023-11-08T11:57:55.910Z] === RUN TestAPIIpcModeShareableAndContainer [2023-11-08T11:57:57.287Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.20s) [2023-11-08T11:57:57.287Z] === RUN TestAPIIpcModeHost [2023-11-08T11:57:57.545Z] --- PASS: TestAPIIpcModeHost (0.36s) [2023-11-08T11:57:57.545Z] === RUN TestDaemonIpcModeShareable [2023-11-08T11:57:58.481Z] ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:104, shared: true, mustBeShared: true [2023-11-08T11:57:58.740Z] --- PASS: TestDaemonIpcModeShareable (1.14s) [2023-11-08T11:57:58.740Z] === RUN TestDaemonIpcModePrivate [2023-11-08T11:57:59.676Z] ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:110, shared: false, mustBeShared: false [2023-11-08T11:57:59.676Z] --- PASS: TestDaemonIpcModePrivate (1.16s) [2023-11-08T11:57:59.676Z] === RUN TestDaemonIpcModePrivateFromConfig [2023-11-08T11:58:00.612Z] ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:110, shared: false, mustBeShared: false [2023-11-08T11:58:00.871Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.15s) [2023-11-08T11:58:00.871Z] === RUN TestDaemonIpcModeShareableFromConfig [2023-11-08T11:58:01.807Z] ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:104, shared: true, mustBeShared: true [2023-11-08T11:58:02.065Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.13s) [2023-11-08T11:58:02.065Z] === RUN TestIpcModeOlderClient [2023-11-08T11:58:02.065Z] === PAUSE TestIpcModeOlderClient [2023-11-08T11:58:02.065Z] === RUN TestKillContainerInvalidSignal [2023-11-08T11:58:02.633Z] --- PASS: TestKillContainerInvalidSignal (0.49s) [2023-11-08T11:58:02.633Z] === RUN TestKillContainer [2023-11-08T11:58:02.633Z] === RUN TestKillContainer/no_signal [2023-11-08T11:58:02.891Z] === RUN TestKillContainer/non_killing_signal [2023-11-08T11:58:03.150Z] === RUN TestKillContainer/killing_signal [2023-11-08T11:58:04.085Z] --- PASS: TestKillContainer (1.46s) [2023-11-08T11:58:04.085Z] --- PASS: TestKillContainer/no_signal (0.43s) [2023-11-08T11:58:04.085Z] --- PASS: TestKillContainer/non_killing_signal (0.27s) [2023-11-08T11:58:04.085Z] --- PASS: TestKillContainer/killing_signal (0.48s) [2023-11-08T11:58:04.085Z] === RUN TestKillWithStopSignalAndRestartPolicies [2023-11-08T11:58:04.085Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2023-11-08T11:58:04.653Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2023-11-08T11:58:04.911Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.98s) [2023-11-08T11:58:04.911Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.46s) [2023-11-08T11:58:04.911Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.29s) [2023-11-08T11:58:04.911Z] === RUN TestKillStoppedContainer [2023-11-08T11:58:05.170Z] --- PASS: TestKillStoppedContainer (0.08s) [2023-11-08T11:58:05.170Z] === RUN TestKillStoppedContainerAPIPre120 [2023-11-08T11:58:05.170Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2023-11-08T11:58:05.170Z] === RUN TestKillDifferentUserContainer [2023-11-08T11:58:05.737Z] --- PASS: TestKillDifferentUserContainer (0.48s) [2023-11-08T11:58:05.737Z] === RUN TestInspectOomKilledTrue [2023-11-08T11:58:06.304Z] --- PASS: TestInspectOomKilledTrue (0.55s) [2023-11-08T11:58:06.304Z] === RUN TestInspectOomKilledFalse [2023-11-08T11:58:06.563Z] --- PASS: TestInspectOomKilledFalse (0.45s) [2023-11-08T11:58:06.563Z] === RUN TestLinksEtcHostsContentMatch [2023-11-08T11:58:06.822Z] --- PASS: TestLinksEtcHostsContentMatch (0.31s) [2023-11-08T11:58:06.822Z] === RUN TestLinksContainerNames [2023-11-08T11:58:07.758Z] --- PASS: TestLinksContainerNames (0.92s) [2023-11-08T11:58:07.758Z] === RUN TestLogsFollowTailEmpty [2023-11-08T11:58:08.325Z] --- PASS: TestLogsFollowTailEmpty (0.47s) [2023-11-08T11:58:08.325Z] === RUN TestLogs [2023-11-08T11:58:08.325Z] === RUN TestLogs/driver_local [2023-11-08T11:58:08.325Z] === RUN TestLogs/driver_local/tty/stdout_and_stderr [2023-11-08T11:58:08.325Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr [2023-11-08T11:58:08.325Z] === RUN TestLogs/driver_local/tty/only_stdout [2023-11-08T11:58:08.325Z] === PAUSE TestLogs/driver_local/tty/only_stdout [2023-11-08T11:58:08.325Z] === RUN TestLogs/driver_local/tty/only_stderr [2023-11-08T11:58:08.325Z] === PAUSE TestLogs/driver_local/tty/only_stderr [2023-11-08T11:58:08.325Z] === RUN TestLogs/driver_local/without_tty/stdout_and_stderr [2023-11-08T11:58:08.325Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr [2023-11-08T11:58:08.325Z] === RUN TestLogs/driver_local/without_tty/only_stdout [2023-11-08T11:58:08.325Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout [2023-11-08T11:58:08.325Z] === RUN TestLogs/driver_local/without_tty/only_stderr [2023-11-08T11:58:08.325Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr [2023-11-08T11:58:08.325Z] === CONT TestLogs/driver_local/tty/stdout_and_stderr [2023-11-08T11:58:08.325Z] === CONT TestLogs/driver_local/without_tty/stdout_and_stderr [2023-11-08T11:58:08.325Z] === CONT TestLogs/driver_local/tty/only_stderr [2023-11-08T11:58:08.325Z] === CONT TestLogs/driver_local/without_tty/only_stderr [2023-11-08T11:58:08.325Z] === CONT TestLogs/driver_local/without_tty/only_stdout [2023-11-08T11:58:08.325Z] === CONT TestLogs/driver_local/tty/only_stdout [2023-11-08T11:58:10.229Z] === RUN TestLogs/driver_json-file [2023-11-08T11:58:10.229Z] === RUN TestLogs/driver_json-file/tty/stdout_and_stderr [2023-11-08T11:58:10.229Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr [2023-11-08T11:58:10.229Z] === RUN TestLogs/driver_json-file/tty/only_stdout [2023-11-08T11:58:10.229Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout [2023-11-08T11:58:10.229Z] === RUN TestLogs/driver_json-file/tty/only_stderr [2023-11-08T11:58:10.229Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr [2023-11-08T11:58:10.229Z] === RUN TestLogs/driver_json-file/without_tty/stdout_and_stderr [2023-11-08T11:58:10.229Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr [2023-11-08T11:58:10.229Z] === RUN TestLogs/driver_json-file/without_tty/only_stdout [2023-11-08T11:58:10.229Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout [2023-11-08T11:58:10.229Z] === RUN TestLogs/driver_json-file/without_tty/only_stderr [2023-11-08T11:58:10.229Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr [2023-11-08T11:58:10.229Z] === CONT TestLogs/driver_json-file/tty/stdout_and_stderr [2023-11-08T11:58:10.229Z] === CONT TestLogs/driver_json-file/without_tty/stdout_and_stderr [2023-11-08T11:58:10.229Z] === CONT TestLogs/driver_json-file/tty/only_stderr [2023-11-08T11:58:10.229Z] === CONT TestLogs/driver_json-file/tty/only_stdout [2023-11-08T11:58:10.229Z] === CONT TestLogs/driver_json-file/without_tty/only_stderr [2023-11-08T11:58:10.229Z] === CONT TestLogs/driver_json-file/without_tty/only_stdout [2023-11-08T11:58:11.605Z] --- PASS: TestLogs (3.41s) [2023-11-08T11:58:11.605Z] --- PASS: TestLogs/driver_local (0.01s) [2023-11-08T11:58:11.605Z] --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (1.07s) [2023-11-08T11:58:11.605Z] --- PASS: TestLogs/driver_local/tty/only_stderr (1.16s) [2023-11-08T11:58:11.605Z] --- PASS: TestLogs/driver_local/without_tty/only_stderr (1.39s) [2023-11-08T11:58:11.605Z] --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (1.56s) [2023-11-08T11:58:11.605Z] --- PASS: TestLogs/driver_local/tty/only_stdout (1.61s) [2023-11-08T11:58:11.605Z] --- PASS: TestLogs/driver_local/without_tty/only_stdout (1.67s) [2023-11-08T11:58:11.605Z] --- PASS: TestLogs/driver_json-file (0.01s) [2023-11-08T11:58:11.605Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.87s) [2023-11-08T11:58:11.605Z] --- PASS: TestLogs/driver_json-file/tty/only_stderr (1.06s) [2023-11-08T11:58:11.605Z] --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (1.25s) [2023-11-08T11:58:11.605Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (1.59s) [2023-11-08T11:58:11.605Z] --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (1.64s) [2023-11-08T11:58:11.605Z] --- PASS: TestLogs/driver_json-file/tty/only_stdout (1.72s) [2023-11-08T11:58:11.605Z] === RUN TestContainerNetworkMountsNoChown [2023-11-08T11:58:12.173Z] --- PASS: TestContainerNetworkMountsNoChown (0.44s) [2023-11-08T11:58:12.173Z] === RUN TestMountDaemonRoot [2023-11-08T11:58:12.173Z] === RUN TestMountDaemonRoot/default [2023-11-08T11:58:12.173Z] === PAUSE TestMountDaemonRoot/default [2023-11-08T11:58:12.173Z] === RUN TestMountDaemonRoot/private [2023-11-08T11:58:12.173Z] === PAUSE TestMountDaemonRoot/private [2023-11-08T11:58:12.173Z] === RUN TestMountDaemonRoot/rprivate [2023-11-08T11:58:12.173Z] === PAUSE TestMountDaemonRoot/rprivate [2023-11-08T11:58:12.173Z] === RUN TestMountDaemonRoot/slave [2023-11-08T11:58:12.173Z] === PAUSE TestMountDaemonRoot/slave [2023-11-08T11:58:12.173Z] === RUN TestMountDaemonRoot/rslave [2023-11-08T11:58:12.173Z] === PAUSE TestMountDaemonRoot/rslave [2023-11-08T11:58:12.173Z] === RUN TestMountDaemonRoot/shared [2023-11-08T11:58:12.173Z] === PAUSE TestMountDaemonRoot/shared [2023-11-08T11:58:12.173Z] === RUN TestMountDaemonRoot/rshared [2023-11-08T11:58:12.173Z] === PAUSE TestMountDaemonRoot/rshared [2023-11-08T11:58:12.173Z] === CONT TestMountDaemonRoot/default [2023-11-08T11:58:12.173Z] === CONT TestMountDaemonRoot/rslave [2023-11-08T11:58:12.173Z] === RUN TestMountDaemonRoot/default/bind_root [2023-11-08T11:58:12.173Z] === PAUSE TestMountDaemonRoot/default/bind_root [2023-11-08T11:58:12.173Z] === RUN TestMountDaemonRoot/default/bind_subpath [2023-11-08T11:58:12.173Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2023-11-08T11:58:12.173Z] === CONT TestMountDaemonRoot/rprivate [2023-11-08T11:58:12.173Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2023-11-08T11:58:12.173Z] === RUN TestMountDaemonRoot/rslave/bind_root [2023-11-08T11:58:12.173Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2023-11-08T11:58:12.173Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2023-11-08T11:58:12.173Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2023-11-08T11:58:12.173Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2023-11-08T11:58:12.173Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2023-11-08T11:58:12.173Z] === RUN TestMountDaemonRoot/default/mount_root [2023-11-08T11:58:12.173Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2023-11-08T11:58:12.173Z] === PAUSE TestMountDaemonRoot/default/mount_root [2023-11-08T11:58:12.173Z] === RUN TestMountDaemonRoot/default/mount_subpath [2023-11-08T11:58:12.173Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2023-11-08T11:58:12.173Z] === CONT TestMountDaemonRoot/default/bind_root [2023-11-08T11:58:12.173Z] === CONT TestMountDaemonRoot/default/mount_subpath [2023-11-08T11:58:12.173Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2023-11-08T11:58:12.173Z] === CONT TestMountDaemonRoot/shared [2023-11-08T11:58:12.173Z] === RUN TestMountDaemonRoot/shared/mount_root [2023-11-08T11:58:12.173Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2023-11-08T11:58:12.173Z] === CONT TestMountDaemonRoot/slave [2023-11-08T11:58:12.173Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2023-11-08T11:58:12.173Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2023-11-08T11:58:12.173Z] === RUN TestMountDaemonRoot/shared/bind_root [2023-11-08T11:58:12.173Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2023-11-08T11:58:12.173Z] === RUN TestMountDaemonRoot/slave/bind_root [2023-11-08T11:58:12.173Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2023-11-08T11:58:12.173Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2023-11-08T11:58:12.173Z] === CONT TestMountDaemonRoot/rshared [2023-11-08T11:58:12.173Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2023-11-08T11:58:12.173Z] === CONT TestMountDaemonRoot/default/mount_root [2023-11-08T11:58:12.173Z] === RUN TestMountDaemonRoot/rshared/bind_root [2023-11-08T11:58:12.173Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2023-11-08T11:58:12.173Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2023-11-08T11:58:12.173Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2023-11-08T11:58:12.173Z] === RUN TestMountDaemonRoot/rshared/mount_root [2023-11-08T11:58:12.173Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2023-11-08T11:58:12.173Z] === CONT TestMountDaemonRoot/private [2023-11-08T11:58:12.173Z] === RUN TestMountDaemonRoot/private/bind_root [2023-11-08T11:58:12.173Z] === PAUSE TestMountDaemonRoot/private/bind_root [2023-11-08T11:58:12.173Z] === RUN TestMountDaemonRoot/private/bind_subpath [2023-11-08T11:58:12.173Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2023-11-08T11:58:12.173Z] === RUN TestMountDaemonRoot/private/mount_root [2023-11-08T11:58:12.173Z] === PAUSE TestMountDaemonRoot/private/mount_root [2023-11-08T11:58:12.173Z] === RUN TestMountDaemonRoot/private/mount_subpath [2023-11-08T11:58:12.173Z] === RUN TestMountDaemonRoot/rslave/mount_root [2023-11-08T11:58:12.173Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2023-11-08T11:58:12.173Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2023-11-08T11:58:12.173Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2023-11-08T11:58:12.173Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2023-11-08T11:58:12.173Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2023-11-08T11:58:12.173Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2023-11-08T11:58:12.173Z] === CONT TestMountDaemonRoot/default/bind_subpath [2023-11-08T11:58:12.173Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2023-11-08T11:58:12.173Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2023-11-08T11:58:12.173Z] === RUN TestMountDaemonRoot/slave/mount_root [2023-11-08T11:58:12.173Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2023-11-08T11:58:12.173Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2023-11-08T11:58:12.173Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2023-11-08T11:58:12.173Z] === CONT TestMountDaemonRoot/shared/mount_root [2023-11-08T11:58:12.173Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2023-11-08T11:58:12.173Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2023-11-08T11:58:12.173Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2023-11-08T11:58:12.173Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2023-11-08T11:58:12.173Z] === CONT TestMountDaemonRoot/shared/bind_root [2023-11-08T11:58:12.173Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2023-11-08T11:58:12.173Z] === CONT TestMountDaemonRoot/rslave/bind_root [2023-11-08T11:58:12.173Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2023-11-08T11:58:12.173Z] === CONT TestMountDaemonRoot/slave/bind_root [2023-11-08T11:58:12.173Z] === CONT TestMountDaemonRoot/rslave/mount_root [2023-11-08T11:58:12.173Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2023-11-08T11:58:12.173Z] === CONT TestMountDaemonRoot/private/bind_root [2023-11-08T11:58:12.173Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2023-11-08T11:58:12.173Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2023-11-08T11:58:12.432Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2023-11-08T11:58:12.432Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2023-11-08T11:58:12.432Z] === CONT TestMountDaemonRoot/rshared/bind_root [2023-11-08T11:58:12.432Z] === CONT TestMountDaemonRoot/private/mount_subpath [2023-11-08T11:58:12.432Z] === CONT TestMountDaemonRoot/private/mount_root [2023-11-08T11:58:12.432Z] === CONT TestMountDaemonRoot/private/bind_subpath [2023-11-08T11:58:12.432Z] === CONT TestMountDaemonRoot/rshared/mount_root [2023-11-08T11:58:12.432Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2023-11-08T11:58:12.432Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2023-11-08T11:58:12.432Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2023-11-08T11:58:12.432Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2023-11-08T11:58:12.432Z] === CONT TestMountDaemonRoot/slave/mount_root [2023-11-08T11:58:12.432Z] --- PASS: TestMountDaemonRoot (0.02s) [2023-11-08T11:58:12.432Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2023-11-08T11:58:12.432Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.08s) [2023-11-08T11:58:12.432Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.08s) [2023-11-08T11:58:12.432Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.08s) [2023-11-08T11:58:12.432Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.08s) [2023-11-08T11:58:12.432Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2023-11-08T11:58:12.432Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.09s) [2023-11-08T11:58:12.432Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.09s) [2023-11-08T11:58:12.432Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.11s) [2023-11-08T11:58:12.432Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.11s) [2023-11-08T11:58:12.432Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2023-11-08T11:58:12.432Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.07s) [2023-11-08T11:58:12.432Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.07s) [2023-11-08T11:58:12.432Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.08s) [2023-11-08T11:58:12.432Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.07s) [2023-11-08T11:58:12.432Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2023-11-08T11:58:12.432Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.11s) [2023-11-08T11:58:12.432Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.10s) [2023-11-08T11:58:12.432Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.10s) [2023-11-08T11:58:12.432Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.10s) [2023-11-08T11:58:12.432Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2023-11-08T11:58:12.432Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.07s) [2023-11-08T11:58:12.432Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.07s) [2023-11-08T11:58:12.432Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.07s) [2023-11-08T11:58:12.432Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.07s) [2023-11-08T11:58:12.432Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2023-11-08T11:58:12.432Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.09s) [2023-11-08T11:58:12.432Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.09s) [2023-11-08T11:58:12.432Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.10s) [2023-11-08T11:58:12.432Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.09s) [2023-11-08T11:58:12.432Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2023-11-08T11:58:12.432Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.06s) [2023-11-08T11:58:12.432Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.06s) [2023-11-08T11:58:12.432Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.06s) [2023-11-08T11:58:12.432Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.06s) [2023-11-08T11:58:12.432Z] === RUN TestContainerBindMountNonRecursive [2023-11-08T11:58:13.811Z] --- PASS: TestContainerBindMountNonRecursive (1.39s) [2023-11-08T11:58:13.811Z] === RUN TestContainerVolumesMountedAsShared [2023-11-08T11:58:14.378Z] --- PASS: TestContainerVolumesMountedAsShared (0.45s) [2023-11-08T11:58:14.379Z] === RUN TestContainerVolumesMountedAsSlave [2023-11-08T11:58:14.637Z] --- PASS: TestContainerVolumesMountedAsSlave (0.35s) [2023-11-08T11:58:14.637Z] === RUN TestContainerCopyLeaksMounts [2023-11-08T11:58:15.205Z] --- PASS: TestContainerCopyLeaksMounts (0.55s) [2023-11-08T11:58:15.205Z] === RUN TestContainerBindMountRecursivelyReadOnly [2023-11-08T11:58:17.109Z] --- PASS: TestContainerBindMountRecursivelyReadOnly (1.93s) [2023-11-08T11:58:17.109Z] === RUN TestNetworkNat [2023-11-08T11:58:17.677Z] --- PASS: TestNetworkNat (0.47s) [2023-11-08T11:58:17.677Z] === RUN TestNetworkLocalhostTCPNat [2023-11-08T11:58:18.244Z] --- PASS: TestNetworkLocalhostTCPNat (0.52s) [2023-11-08T11:58:18.244Z] === RUN TestNetworkLoopbackNat [2023-11-08T11:58:20.776Z] --- PASS: TestNetworkLoopbackNat (2.65s) [2023-11-08T11:58:20.776Z] === RUN TestNoOverlayfsWarningsAboutUndefinedBehaviors [2023-11-08T11:58:21.035Z] === RUN TestNoOverlayfsWarningsAboutUndefinedBehaviors/diff [2023-11-08T11:58:21.035Z] === RUN TestNoOverlayfsWarningsAboutUndefinedBehaviors/export [2023-11-08T11:58:21.035Z] === RUN TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_to_container [2023-11-08T11:58:21.035Z] === RUN TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_from_container [2023-11-08T11:58:21.294Z] --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors (0.56s) [2023-11-08T11:58:21.294Z] --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/diff (0.01s) [2023-11-08T11:58:21.294Z] --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/export (0.01s) [2023-11-08T11:58:21.294Z] --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_to_container (0.01s) [2023-11-08T11:58:21.294Z] --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_from_container (0.01s) [2023-11-08T11:58:21.294Z] === RUN TestPause [2023-11-08T11:58:21.861Z] --- PASS: TestPause (0.49s) [2023-11-08T11:58:21.862Z] === RUN TestPauseFailsOnWindowsServerContainers [2023-11-08T11:58:21.862Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2023-11-08T11:58:21.862Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2023-11-08T11:58:21.862Z] === RUN TestPauseStopPausedContainer [2023-11-08T11:58:22.429Z] --- PASS: TestPauseStopPausedContainer (0.51s) [2023-11-08T11:58:22.429Z] === RUN TestPIDModeHost [2023-11-08T11:58:23.805Z] --- PASS: TestPIDModeHost (1.13s) [2023-11-08T11:58:23.806Z] === RUN TestPIDModeContainer [2023-11-08T11:58:23.806Z] === RUN TestPIDModeContainer/non-existing_container [2023-11-08T11:58:23.806Z] === RUN TestPIDModeContainer/non-running_container [2023-11-08T11:58:23.806Z] === RUN TestPIDModeContainer/running_container [2023-11-08T11:58:24.742Z] --- PASS: TestPIDModeContainer (1.15s) [2023-11-08T11:58:24.742Z] --- PASS: TestPIDModeContainer/non-existing_container (0.00s) [2023-11-08T11:58:24.742Z] --- PASS: TestPIDModeContainer/non-running_container (0.15s) [2023-11-08T11:58:24.742Z] --- PASS: TestPIDModeContainer/running_container (0.54s) [2023-11-08T11:58:24.742Z] === RUN TestPsFilter [2023-11-08T11:58:24.742Z] === RUN TestPsFilter/since [2023-11-08T11:58:24.742Z] === RUN TestPsFilter/before [2023-11-08T11:58:24.742Z] --- PASS: TestPsFilter (0.14s) [2023-11-08T11:58:24.742Z] --- PASS: TestPsFilter/since (0.00s) [2023-11-08T11:58:24.742Z] --- PASS: TestPsFilter/before (0.00s) [2023-11-08T11:58:24.742Z] === RUN TestRemoveContainerWithRemovedVolume [2023-11-08T11:58:25.310Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.44s) [2023-11-08T11:58:25.310Z] === RUN TestRemoveContainerWithVolume [2023-11-08T11:58:25.877Z] --- PASS: TestRemoveContainerWithVolume (0.48s) [2023-11-08T11:58:25.877Z] === RUN TestRemoveContainerRunning [2023-11-08T11:58:26.136Z] --- PASS: TestRemoveContainerRunning (0.46s) [2023-11-08T11:58:26.136Z] === RUN TestRemoveContainerForceRemoveRunning [2023-11-08T11:58:26.703Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.47s) [2023-11-08T11:58:26.703Z] === RUN TestRemoveInvalidContainer [2023-11-08T11:58:26.703Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2023-11-08T11:58:26.703Z] === RUN TestRenameLinkedContainer [2023-11-08T11:58:28.607Z] --- PASS: TestRenameLinkedContainer (2.01s) [2023-11-08T11:58:28.607Z] === RUN TestRenameStoppedContainer [2023-11-08T11:58:29.174Z] --- PASS: TestRenameStoppedContainer (0.51s) [2023-11-08T11:58:29.174Z] === RUN TestRenameRunningContainerAndReuse [2023-11-08T11:58:30.110Z] --- PASS: TestRenameRunningContainerAndReuse (0.99s) [2023-11-08T11:58:30.110Z] === RUN TestRenameInvalidName [2023-11-08T11:58:30.677Z] --- PASS: TestRenameInvalidName (0.50s) [2023-11-08T11:58:30.677Z] === RUN TestRenameAnonymousContainer [2023-11-08T11:58:32.580Z] --- PASS: TestRenameAnonymousContainer (1.70s) [2023-11-08T11:58:32.580Z] === RUN TestRenameContainerWithSameName [2023-11-08T11:58:32.839Z] --- PASS: TestRenameContainerWithSameName (0.50s) [2023-11-08T11:58:32.839Z] === RUN TestRenameContainerWithLinkedContainer [2023-11-08T11:58:33.774Z] --- PASS: TestRenameContainerWithLinkedContainer (0.96s) [2023-11-08T11:58:33.774Z] === RUN TestResize [2023-11-08T11:58:33.774Z] === RUN TestResize/success [2023-11-08T11:58:34.033Z] === RUN TestResize/invalid_size [2023-11-08T11:58:34.292Z] === RUN TestResize/invalid_state [2023-11-08T11:58:34.861Z] --- PASS: TestResize (1.07s) [2023-11-08T11:58:34.861Z] --- PASS: TestResize/success (0.29s) [2023-11-08T11:58:34.861Z] --- PASS: TestResize/invalid_size (0.26s) [2023-11-08T11:58:34.861Z] --- PASS: TestResize/invalid_state (0.04s) [2023-11-08T11:58:34.861Z] === RUN TestDaemonRestartKillContainers [2023-11-08T11:58:34.861Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2023-11-08T11:58:34.861Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2023-11-08T11:58:34.861Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2023-11-08T11:58:34.861Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2023-11-08T11:58:34.861Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2023-11-08T11:58:34.861Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2023-11-08T11:58:34.861Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2023-11-08T11:58:34.861Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2023-11-08T11:58:34.861Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2023-11-08T11:58:34.861Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2023-11-08T11:58:34.861Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2023-11-08T11:58:34.861Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2023-11-08T11:58:34.861Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2023-11-08T11:58:34.861Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2023-11-08T11:58:34.861Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2023-11-08T11:58:34.861Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2023-11-08T11:58:34.861Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2023-11-08T11:58:34.861Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2023-11-08T11:58:34.861Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2023-11-08T11:58:34.861Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2023-11-08T11:58:34.861Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2023-11-08T11:58:34.861Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2023-11-08T11:58:34.861Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2023-11-08T11:58:34.861Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2023-11-08T11:58:34.861Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2023-11-08T11:58:34.861Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2023-11-08T11:58:34.861Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2023-11-08T11:58:34.861Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2023-11-08T11:58:34.861Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2023-11-08T11:58:34.861Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2023-11-08T11:58:34.861Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2023-11-08T11:58:34.861Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2023-11-08T11:58:34.861Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2023-11-08T11:58:34.861Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2023-11-08T11:58:34.861Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2023-11-08T11:58:34.861Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2023-11-08T11:58:34.861Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2023-11-08T11:58:34.861Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2023-11-08T11:58:34.861Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2023-11-08T11:58:34.861Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2023-11-08T11:58:36.240Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2023-11-08T11:58:36.812Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2023-11-08T11:58:37.380Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2023-11-08T11:58:37.380Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2023-11-08T11:58:37.380Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2023-11-08T11:58:37.639Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2023-11-08T11:58:37.639Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2023-11-08T11:58:38.577Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2023-11-08T11:58:41.865Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2023-11-08T11:58:41.865Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.36s) [2023-11-08T11:58:41.865Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.96s) [2023-11-08T11:58:41.865Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.37s) [2023-11-08T11:58:41.865Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.50s) [2023-11-08T11:58:41.865Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.50s) [2023-11-08T11:58:41.865Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.64s) [2023-11-08T11:58:41.865Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.69s) [2023-11-08T11:58:41.865Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.79s) [2023-11-08T11:58:41.865Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.29s) [2023-11-08T11:58:41.865Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.25s) [2023-11-08T11:58:41.865Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.69s) [2023-11-08T11:58:41.865Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.66s) [2023-11-08T11:58:41.865Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.21s) [2023-11-08T11:58:41.865Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.46s) [2023-11-08T11:58:41.865Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.68s) [2023-11-08T11:58:41.865Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.17s) [2023-11-08T11:58:41.865Z] === RUN TestContainerWithAutoRemoveCanBeRestarted [2023-11-08T11:58:41.865Z] === RUN TestContainerWithAutoRemoveCanBeRestarted/kill [2023-11-08T11:58:42.433Z] === RUN TestContainerWithAutoRemoveCanBeRestarted/stop [2023-11-08T11:58:43.810Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (1.99s) [2023-11-08T11:58:43.810Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (0.98s) [2023-11-08T11:58:43.810Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (1.00s) [2023-11-08T11:58:43.810Z] === RUN TestContainerRestartWithCancelledRequest [2023-11-08T11:58:45.714Z] --- PASS: TestContainerRestartWithCancelledRequest (1.96s) [2023-11-08T11:58:45.714Z] === RUN TestCgroupNamespacesRun [2023-11-08T11:58:46.650Z] --- PASS: TestCgroupNamespacesRun (1.14s) [2023-11-08T11:58:46.650Z] === RUN TestCgroupNamespacesRunPrivileged [2023-11-08T11:58:48.027Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.14s) [2023-11-08T11:58:48.027Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2023-11-08T11:58:48.962Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.12s) [2023-11-08T11:58:48.962Z] === RUN TestCgroupNamespacesRunHostMode [2023-11-08T11:58:50.339Z] --- PASS: TestCgroupNamespacesRunHostMode (1.14s) [2023-11-08T11:58:50.339Z] === RUN TestCgroupNamespacesRunPrivateMode [2023-11-08T11:58:51.276Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.15s) [2023-11-08T11:58:51.276Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2023-11-08T11:58:52.212Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.13s) [2023-11-08T11:58:52.212Z] === RUN TestCgroupNamespacesRunInvalidMode [2023-11-08T11:58:53.148Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.60s) [2023-11-08T11:58:53.148Z] === RUN TestCgroupNamespacesRunOlderClient [2023-11-08T11:58:54.084Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.23s) [2023-11-08T11:58:54.084Z] === RUN TestNISDomainname [2023-11-08T11:58:54.651Z] --- PASS: TestNISDomainname (0.57s) [2023-11-08T11:58:54.651Z] === RUN TestHostnameDnsResolution [2023-11-08T11:58:55.587Z] --- PASS: TestHostnameDnsResolution (0.78s) [2023-11-08T11:58:55.587Z] === RUN TestUnprivilegedPortsAndPing [2023-11-08T11:58:56.154Z] --- PASS: TestUnprivilegedPortsAndPing (0.58s) [2023-11-08T11:58:56.154Z] === RUN TestPrivilegedHostDevices [2023-11-08T11:58:56.721Z] --- PASS: TestPrivilegedHostDevices (0.57s) [2023-11-08T11:58:56.721Z] === RUN TestRunConsoleSize [2023-11-08T11:58:57.288Z] --- PASS: TestRunConsoleSize (0.46s) [2023-11-08T11:58:57.288Z] === RUN TestRunWithAlternativeContainerdShim [2023-11-08T11:59:02.558Z] --- PASS: TestRunWithAlternativeContainerdShim (5.51s) [2023-11-08T11:59:02.558Z] === RUN TestMacAddressIsAppliedToMainNetworkWithShortID [2023-11-08T11:59:03.935Z] --- PASS: TestMacAddressIsAppliedToMainNetworkWithShortID (1.17s) [2023-11-08T11:59:03.935Z] === RUN TestStats [2023-11-08T11:59:05.311Z] --- PASS: TestStats (1.50s) [2023-11-08T11:59:05.311Z] === RUN TestStopContainerWithTimeout [2023-11-08T11:59:05.311Z] === RUN TestStopContainerWithTimeout/0 [2023-11-08T11:59:05.311Z] === PAUSE TestStopContainerWithTimeout/0 [2023-11-08T11:59:05.311Z] === RUN TestStopContainerWithTimeout/1 [2023-11-08T11:59:05.311Z] === PAUSE TestStopContainerWithTimeout/1 [2023-11-08T11:59:05.311Z] === RUN TestStopContainerWithTimeout/3 [2023-11-08T11:59:05.311Z] === PAUSE TestStopContainerWithTimeout/3 [2023-11-08T11:59:05.311Z] === RUN TestStopContainerWithTimeout/-1 [2023-11-08T11:59:05.311Z] === PAUSE TestStopContainerWithTimeout/-1 [2023-11-08T11:59:05.311Z] === CONT TestStopContainerWithTimeout/0 [2023-11-08T11:59:05.311Z] === CONT TestStopContainerWithTimeout/3 [2023-11-08T11:59:05.311Z] === CONT TestStopContainerWithTimeout/-1 [2023-11-08T11:59:05.311Z] === CONT TestStopContainerWithTimeout/1 [2023-11-08T11:59:08.597Z] --- PASS: TestStopContainerWithTimeout (0.05s) [2023-11-08T11:59:08.597Z] --- PASS: TestStopContainerWithTimeout/0 (0.90s) [2023-11-08T11:59:08.597Z] --- PASS: TestStopContainerWithTimeout/1 (2.03s) [2023-11-08T11:59:08.597Z] --- PASS: TestStopContainerWithTimeout/-1 (2.76s) [2023-11-08T11:59:08.597Z] --- PASS: TestStopContainerWithTimeout/3 (3.03s) [2023-11-08T11:59:08.597Z] === RUN TestStopContainerWithTimeoutCancel [2023-11-08T11:59:08.597Z] === PAUSE TestStopContainerWithTimeoutCancel [2023-11-08T11:59:08.597Z] === RUN TestStopContainerWithRestartPolicyAlways [2023-11-08T11:59:11.131Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.36s) [2023-11-08T11:59:11.131Z] === RUN TestUpdateMemory [2023-11-08T11:59:11.389Z] --- PASS: TestUpdateMemory (0.61s) [2023-11-08T11:59:11.389Z] === RUN TestUpdateCPUQuota [2023-11-08T11:59:12.326Z] --- PASS: TestUpdateCPUQuota (0.95s) [2023-11-08T11:59:12.326Z] === RUN TestUpdatePidsLimit [2023-11-08T11:59:12.326Z] === RUN TestUpdatePidsLimit/update_from_none [2023-11-08T11:59:12.585Z] === RUN TestUpdatePidsLimit/no_change [2023-11-08T11:59:12.844Z] === RUN TestUpdatePidsLimit/update_lower [2023-11-08T11:59:13.102Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2023-11-08T11:59:13.361Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2023-11-08T11:59:13.620Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2023-11-08T11:59:13.878Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2023-11-08T11:59:14.446Z] --- PASS: TestUpdatePidsLimit (2.22s) [2023-11-08T11:59:14.446Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.24s) [2023-11-08T11:59:14.446Z] --- PASS: TestUpdatePidsLimit/no_change (0.25s) [2023-11-08T11:59:14.446Z] --- PASS: TestUpdatePidsLimit/update_lower (0.26s) [2023-11-08T11:59:14.446Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.24s) [2023-11-08T11:59:14.446Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.24s) [2023-11-08T11:59:14.446Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.23s) [2023-11-08T11:59:14.446Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.25s) [2023-11-08T11:59:14.446Z] === RUN TestUpdateRestartPolicy [2023-11-08T11:59:26.652Z] --- PASS: TestUpdateRestartPolicy (10.89s) [2023-11-08T11:59:26.652Z] === RUN TestUpdateRestartWithAutoRemove [2023-11-08T11:59:26.652Z] --- PASS: TestUpdateRestartWithAutoRemove (0.51s) [2023-11-08T11:59:26.652Z] === RUN TestWaitNonBlocked [2023-11-08T11:59:26.652Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2023-11-08T11:59:26.652Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2023-11-08T11:59:26.652Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2023-11-08T11:59:26.652Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2023-11-08T11:59:26.652Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2023-11-08T11:59:26.652Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2023-11-08T11:59:26.652Z] --- PASS: TestWaitNonBlocked (0.03s) [2023-11-08T11:59:26.652Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.73s) [2023-11-08T11:59:26.652Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.76s) [2023-11-08T11:59:26.652Z] === RUN TestWaitBlocked [2023-11-08T11:59:26.652Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2023-11-08T11:59:26.652Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2023-11-08T11:59:26.652Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2023-11-08T11:59:26.652Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2023-11-08T11:59:26.652Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2023-11-08T11:59:26.652Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2023-11-08T11:59:27.589Z] --- PASS: TestWaitBlocked (0.04s) [2023-11-08T11:59:27.589Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.81s) [2023-11-08T11:59:27.589Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.86s) [2023-11-08T11:59:27.589Z] === RUN TestWaitConditions [2023-11-08T11:59:27.589Z] === RUN TestWaitConditions/default [2023-11-08T11:59:27.589Z] === PAUSE TestWaitConditions/default [2023-11-08T11:59:27.589Z] === RUN TestWaitConditions/not-running [2023-11-08T11:59:27.589Z] === PAUSE TestWaitConditions/not-running [2023-11-08T11:59:27.589Z] === RUN TestWaitConditions/next-exit [2023-11-08T11:59:27.589Z] === PAUSE TestWaitConditions/next-exit [2023-11-08T11:59:27.589Z] === RUN TestWaitConditions/removed [2023-11-08T11:59:27.589Z] === PAUSE TestWaitConditions/removed [2023-11-08T11:59:27.589Z] === CONT TestWaitConditions/default [2023-11-08T11:59:27.589Z] === CONT TestWaitConditions/next-exit [2023-11-08T11:59:27.589Z] === CONT TestWaitConditions/removed [2023-11-08T11:59:27.589Z] === CONT TestWaitConditions/not-running [2023-11-08T11:59:27.589Z] wait_test.go:145: ContainerID = 89b8884043afab9f9bf5728453516a5e3b2582da00d013e7efccb314782a975a [2023-11-08T11:59:27.589Z] wait_test.go:145: ContainerID = bd22ac45fc9e9e1a0fe0c587889beb3e0f837b22733139a373e026b7913d5c51 [2023-11-08T11:59:27.589Z] wait_test.go:145: ContainerID = 77e0fb761761b899cd2d64f9050a5918a737145ba90b7d8e3bf1e7fc8bde2f97 [2023-11-08T11:59:27.589Z] wait_test.go:145: ContainerID = af33e43aa49ba18c5ef187bf0fb61bab0cfc417fc7e4a69657523ec3cb70dece [2023-11-08T11:59:28.966Z] --- PASS: TestWaitConditions (0.04s) [2023-11-08T11:59:28.966Z] --- PASS: TestWaitConditions/removed (0.83s) [2023-11-08T11:59:28.966Z] --- PASS: TestWaitConditions/next-exit (0.88s) [2023-11-08T11:59:28.966Z] --- PASS: TestWaitConditions/not-running (1.26s) [2023-11-08T11:59:28.966Z] --- PASS: TestWaitConditions/default (1.32s) [2023-11-08T11:59:28.966Z] === RUN TestWaitRestartedContainer [2023-11-08T11:59:28.966Z] === RUN TestWaitRestartedContainer/default [2023-11-08T11:59:28.966Z] === PAUSE TestWaitRestartedContainer/default [2023-11-08T11:59:28.966Z] === RUN TestWaitRestartedContainer/not-running [2023-11-08T11:59:28.966Z] === PAUSE TestWaitRestartedContainer/not-running [2023-11-08T11:59:28.966Z] === RUN TestWaitRestartedContainer/next-exit [2023-11-08T11:59:28.966Z] === PAUSE TestWaitRestartedContainer/next-exit [2023-11-08T11:59:28.966Z] === CONT TestWaitRestartedContainer/default [2023-11-08T11:59:28.966Z] === CONT TestWaitRestartedContainer/next-exit [2023-11-08T11:59:28.966Z] === CONT TestWaitRestartedContainer/not-running [2023-11-08T11:59:31.500Z] --- PASS: TestWaitRestartedContainer (0.01s) [2023-11-08T11:59:31.500Z] --- PASS: TestWaitRestartedContainer/next-exit (1.69s) [2023-11-08T11:59:31.500Z] --- PASS: TestWaitRestartedContainer/default (1.83s) [2023-11-08T11:59:31.500Z] --- PASS: TestWaitRestartedContainer/not-running (2.03s) [2023-11-08T11:59:31.500Z] === CONT TestHardRestartWhenContainerIsRunning [2023-11-08T11:59:31.500Z] === CONT TestDaemonHostGatewayIP [2023-11-08T11:59:31.500Z] === CONT TestIpcModeOlderClient [2023-11-08T11:59:31.500Z] === CONT TestDaemonRestartIpcMode [2023-11-08T11:59:31.500Z] === CONT TestRestartDaemonWithRestartingContainer [2023-11-08T11:59:31.500Z] === CONT TestStopContainerWithTimeoutCancel [2023-11-08T11:59:31.500Z] === CONT TestContainerKillOnDaemonStart [2023-11-08T11:59:31.500Z] === CONT TestContainerStartOnDaemonRestart [2023-11-08T11:59:31.500Z] --- PASS: TestIpcModeOlderClient (0.13s) [2023-11-08T11:59:32.879Z] === RUN TestHardRestartWhenContainerIsRunning/RestartPolicy=none [2023-11-08T11:59:32.879Z] === RUN TestHardRestartWhenContainerIsRunning/RestartPolicy=on-failure [2023-11-08T11:59:33.447Z] --- PASS: TestHardRestartWhenContainerIsRunning (2.27s) [2023-11-08T11:59:33.447Z] --- PASS: TestHardRestartWhenContainerIsRunning/RestartPolicy=none (0.00s) [2023-11-08T11:59:33.447Z] --- PASS: TestHardRestartWhenContainerIsRunning/RestartPolicy=on-failure (0.32s) [2023-11-08T11:59:34.016Z] --- PASS: TestContainerStartOnDaemonRestart (2.87s) [2023-11-08T11:59:34.583Z] --- PASS: TestDaemonHostGatewayIP (3.44s) [2023-11-08T11:59:34.583Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.62s) [2023-11-08T11:59:34.842Z] --- PASS: TestDaemonRestartIpcMode (3.74s) [2023-11-08T11:59:34.842Z] --- PASS: TestStopContainerWithTimeoutCancel (3.79s) [2023-11-08T11:59:42.955Z] --- PASS: TestContainerKillOnDaemonStart (11.78s) [2023-11-08T11:59:42.955Z] PASS [2023-11-08T11:59:42.955Z] [2023-11-08T11:59:42.955Z] === Skipped [2023-11-08T11:59:42.955Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2023-11-08T11:59:42.955Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2023-11-08T11:59:42.955Z] [2023-11-08T11:59:42.955Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2023-11-08T11:59:42.955Z] pause_test.go:54: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2023-11-08T11:59:42.955Z] [2023-11-08T11:59:42.955Z] DONE 320 tests, 2 skipped in 174.613s [2023-11-08T11:59:42.955Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m [2023-11-08T11:59:42.955Z] ++ '[' -n '' ']' [2023-11-08T11:59:42.955Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2023-11-08T11:59:42.955Z] ++ set -e [2023-11-08T11:59:42.955Z] ++ '[' -n 0 ']' [2023-11-08T11:59:42.955Z] ++ set -x [2023-11-08T11:59:42.955Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.M9HUc6QD4N/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2023-11-08T11:59:42.955Z] INFO: Testing against a local daemon [2023-11-08T11:59:42.955Z] === RUN TestConfigDaemonID [2023-11-08T11:59:43.890Z] daemon_test.go:60: [da6505563ddf6] daemon is not started [2023-11-08T11:59:43.890Z] --- PASS: TestConfigDaemonID (1.04s) [2023-11-08T11:59:43.890Z] === RUN TestDaemonConfigValidation [2023-11-08T11:59:43.890Z] === RUN TestDaemonConfigValidation/config_with_no_content [2023-11-08T11:59:43.890Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2023-11-08T11:59:43.890Z] === RUN TestDaemonConfigValidation/config_with_{} [2023-11-08T11:59:43.890Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2023-11-08T11:59:43.890Z] === RUN TestDaemonConfigValidation/invalid_config [2023-11-08T11:59:43.890Z] === PAUSE TestDaemonConfigValidation/invalid_config [2023-11-08T11:59:43.890Z] === RUN TestDaemonConfigValidation/malformed_config [2023-11-08T11:59:43.890Z] === PAUSE TestDaemonConfigValidation/malformed_config [2023-11-08T11:59:43.890Z] === RUN TestDaemonConfigValidation/valid_config [2023-11-08T11:59:43.890Z] === PAUSE TestDaemonConfigValidation/valid_config [2023-11-08T11:59:43.890Z] === CONT TestDaemonConfigValidation/config_with_no_content [2023-11-08T11:59:43.890Z] === CONT TestDaemonConfigValidation/malformed_config [2023-11-08T11:59:43.890Z] === CONT TestDaemonConfigValidation/valid_config [2023-11-08T11:59:43.890Z] === CONT TestDaemonConfigValidation/invalid_config [2023-11-08T11:59:43.890Z] === CONT TestDaemonConfigValidation/config_with_{} [2023-11-08T11:59:43.890Z] --- PASS: TestDaemonConfigValidation (0.00s) [2023-11-08T11:59:43.890Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.06s) [2023-11-08T11:59:43.890Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.06s) [2023-11-08T11:59:43.890Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.06s) [2023-11-08T11:59:43.890Z] --- PASS: TestDaemonConfigValidation/valid_config (0.07s) [2023-11-08T11:59:43.890Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.07s) [2023-11-08T11:59:43.890Z] === RUN TestConfigDaemonSeccompProfiles [2023-11-08T11:59:43.890Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2023-11-08T11:59:45.267Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2023-11-08T11:59:46.203Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2023-11-08T11:59:47.138Z] daemon_test.go:179: [dd91da79c54a2] daemon is not started [2023-11-08T11:59:47.138Z] --- PASS: TestConfigDaemonSeccompProfiles (3.13s) [2023-11-08T11:59:47.138Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2023-11-08T11:59:47.138Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2023-11-08T11:59:47.138Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.05s) [2023-11-08T11:59:47.138Z] === RUN TestDaemonProxy [2023-11-08T11:59:47.138Z] === RUN TestDaemonProxy/environment_variables [2023-11-08T11:59:47.138Z] === PAUSE TestDaemonProxy/environment_variables [2023-11-08T11:59:47.138Z] === RUN TestDaemonProxy/command-line_options [2023-11-08T11:59:47.138Z] === PAUSE TestDaemonProxy/command-line_options [2023-11-08T11:59:47.138Z] === RUN TestDaemonProxy/configuration_file [2023-11-08T11:59:47.138Z] === PAUSE TestDaemonProxy/configuration_file [2023-11-08T11:59:47.138Z] === RUN TestDaemonProxy/conflicting_options [2023-11-08T11:59:47.705Z] === RUN TestDaemonProxy/reload_sanitized [2023-11-08T11:59:47.705Z] === PAUSE TestDaemonProxy/reload_sanitized [2023-11-08T11:59:47.705Z] === CONT TestDaemonProxy/environment_variables [2023-11-08T11:59:47.705Z] === CONT TestDaemonProxy/configuration_file [2023-11-08T11:59:47.705Z] === CONT TestDaemonProxy/reload_sanitized [2023-11-08T11:59:47.705Z] === CONT TestDaemonProxy/command-line_options [2023-11-08T11:59:49.608Z] --- PASS: TestDaemonProxy (0.50s) [2023-11-08T11:59:49.608Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2023-11-08T11:59:49.608Z] --- PASS: TestDaemonProxy/reload_sanitized (0.62s) [2023-11-08T11:59:49.608Z] --- PASS: TestDaemonProxy/command-line_options (1.75s) [2023-11-08T11:59:49.608Z] --- PASS: TestDaemonProxy/configuration_file (1.75s) [2023-11-08T11:59:49.608Z] --- PASS: TestDaemonProxy/environment_variables (1.76s) [2023-11-08T11:59:49.608Z] === RUN TestLiveRestore [2023-11-08T11:59:49.608Z] === RUN TestLiveRestore/volume_references [2023-11-08T11:59:49.608Z] === PAUSE TestLiveRestore/volume_references [2023-11-08T11:59:49.608Z] === CONT TestLiveRestore/volume_references [2023-11-08T11:59:49.867Z] === RUN TestLiveRestore/volume_references/restartPolicy [2023-11-08T11:59:49.867Z] === RUN TestLiveRestore/volume_references/restartPolicy/always [2023-11-08T11:59:51.245Z] === RUN TestLiveRestore/volume_references/restartPolicy/unless-stopped [2023-11-08T11:59:52.180Z] === RUN TestLiveRestore/volume_references/restartPolicy/on-failure [2023-11-08T11:59:53.116Z] === RUN TestLiveRestore/volume_references/restartPolicy/no [2023-11-08T11:59:54.051Z] === RUN TestLiveRestore/volume_references/local_volume_with_mount_options [2023-11-08T11:59:54.619Z] === RUN TestLiveRestore/volume_references/local_volume_with_mount_options/volume_still_mounted [2023-11-08T11:59:55.554Z] === RUN TestLiveRestore/volume_references/container_with_bind-mounts [2023-11-08T11:59:56.490Z] --- PASS: TestLiveRestore (0.00s) [2023-11-08T11:59:56.490Z] --- PASS: TestLiveRestore/volume_references (7.06s) [2023-11-08T11:59:56.490Z] --- PASS: TestLiveRestore/volume_references/restartPolicy (3.98s) [2023-11-08T11:59:56.490Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/always (0.99s) [2023-11-08T11:59:56.490Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/unless-stopped (1.00s) [2023-11-08T11:59:56.490Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/on-failure (0.99s) [2023-11-08T11:59:56.490Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/no (0.99s) [2023-11-08T11:59:56.490Z] --- PASS: TestLiveRestore/volume_references/local_volume_with_mount_options (1.50s) [2023-11-08T11:59:56.490Z] --- PASS: TestLiveRestore/volume_references/local_volume_with_mount_options/volume_still_mounted (0.51s) [2023-11-08T11:59:56.490Z] --- PASS: TestLiveRestore/volume_references/container_with_bind-mounts (0.98s) [2023-11-08T11:59:56.490Z] === RUN TestDaemonDefaultBridgeWithFixedCidrButNoBip [2023-11-08T11:59:57.057Z] --- PASS: TestDaemonDefaultBridgeWithFixedCidrButNoBip (0.68s) [2023-11-08T11:59:57.057Z] PASS [2023-11-08T11:59:57.057Z] [2023-11-08T11:59:57.057Z] DONE 28 tests in 14.295s [2023-11-08T11:59:57.057Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2023-11-08T11:59:57.057Z] ++ '[' -n '' ']' [2023-11-08T11:59:57.057Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m [2023-11-08T11:59:57.057Z] ++ set -e [2023-11-08T11:59:57.057Z] ++ '[' -n 0 ']' [2023-11-08T11:59:57.057Z] ++ set -x [2023-11-08T11:59:57.057Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.M9HUc6QD4N/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m [2023-11-08T11:59:57.057Z] INFO: Testing against a local daemon [2023-11-08T11:59:57.057Z] === RUN TestCommitInheritsEnv [2023-11-08T11:59:57.316Z] --- PASS: TestCommitInheritsEnv (0.19s) [2023-11-08T11:59:57.316Z] === RUN TestImportExtremelyLargeImageWorks [2023-11-08T11:59:57.316Z] import_test.go:23: runtime.GOARCH == "arm64": effective test will be time out [2023-11-08T11:59:57.316Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2023-11-08T11:59:57.316Z] === RUN TestImportWithCustomPlatform [2023-11-08T11:59:57.316Z] === RUN TestImportWithCustomPlatform/#00 [2023-11-08T11:59:57.316Z] === RUN TestImportWithCustomPlatform/linux [2023-11-08T11:59:57.316Z] === RUN TestImportWithCustomPlatform/LINUX [2023-11-08T11:59:57.316Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2023-11-08T11:59:57.574Z] --- PASS: TestImportWithCustomPlatform (0.13s) [2023-11-08T11:59:57.574Z] --- PASS: TestImportWithCustomPlatform/#00 (0.03s) [2023-11-08T11:59:57.574Z] --- PASS: TestImportWithCustomPlatform/linux (0.03s) [2023-11-08T11:59:57.574Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.02s) [2023-11-08T11:59:57.574Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.02s) [2023-11-08T11:59:57.574Z] === RUN TestImportWithCustomPlatformReject [2023-11-08T11:59:57.574Z] === RUN TestImportWithCustomPlatformReject/_______ [2023-11-08T11:59:57.574Z] === RUN TestImportWithCustomPlatformReject// [2023-11-08T11:59:57.574Z] === RUN TestImportWithCustomPlatformReject/macos [2023-11-08T11:59:57.574Z] === RUN TestImportWithCustomPlatformReject/macos/arm64 [2023-11-08T11:59:57.574Z] === RUN TestImportWithCustomPlatformReject/nintendo64 [2023-11-08T11:59:57.574Z] --- PASS: TestImportWithCustomPlatformReject (0.01s) [2023-11-08T11:59:57.574Z] --- PASS: TestImportWithCustomPlatformReject/_______ (0.00s) [2023-11-08T11:59:57.574Z] --- PASS: TestImportWithCustomPlatformReject// (0.00s) [2023-11-08T11:59:57.574Z] --- PASS: TestImportWithCustomPlatformReject/macos (0.00s) [2023-11-08T11:59:57.574Z] --- PASS: TestImportWithCustomPlatformReject/macos/arm64 (0.00s) [2023-11-08T11:59:57.574Z] --- PASS: TestImportWithCustomPlatformReject/nintendo64 (0.00s) [2023-11-08T11:59:57.574Z] === RUN TestImageInspectEmptyTagsAndDigests [2023-11-08T11:59:57.574Z] --- PASS: TestImageInspectEmptyTagsAndDigests (0.01s) [2023-11-08T11:59:57.574Z] === RUN TestImagesFilterMultiReference [2023-11-08T11:59:57.574Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2023-11-08T11:59:57.574Z] === RUN TestImagesFilterUntil [2023-11-08T11:59:57.833Z] list_test.go:98: ImageList: ID=sha256:d92603bbae19f76cf7885236f6b63169a66e374129ac77f0f148752ceb3d4f6c RepoTags=[testimagesfilteruntil:v1] [2023-11-08T11:59:57.833Z] --- PASS: TestImagesFilterUntil (0.29s) [2023-11-08T11:59:57.833Z] === RUN TestImagesFilterBeforeSince [2023-11-08T11:59:58.092Z] list_test.go:132: ImageList: ID=sha256:952271e87fd04f2f1caf9a60f1a106f22b48b13630ffbef21351533f9dea69c0 RepoTags=[testimagesfilterbeforesince:v2] [2023-11-08T11:59:58.092Z] list_test.go:132: ImageList: ID=sha256:4a8712016cd04a957c107970e9bbec412ba2f1b110623fc78bd5565aa65e2635 RepoTags=[testimagesfilterbeforesince:v1] [2023-11-08T11:59:58.092Z] list_test.go:132: ImageList: ID=sha256:fdf021c8a1abce4cbaba431fe9ae806580b2e0790c22265ee1cd2cbd2689c8a9 RepoTags=[testimagesfilterbeforesince:v3] [2023-11-08T11:59:58.092Z] --- PASS: TestImagesFilterBeforeSince (0.26s) [2023-11-08T11:59:58.092Z] === RUN TestAPIImagesFilters [2023-11-08T11:59:58.092Z] === RUN TestAPIImagesFilters/repository_regex [2023-11-08T11:59:58.092Z] === PAUSE TestAPIImagesFilters/repository_regex [2023-11-08T11:59:58.092Z] === RUN TestAPIImagesFilters/image_name_regex [2023-11-08T11:59:58.092Z] === PAUSE TestAPIImagesFilters/image_name_regex [2023-11-08T11:59:58.092Z] === RUN TestAPIImagesFilters/image_name_without_a_tag [2023-11-08T11:59:58.092Z] === PAUSE TestAPIImagesFilters/image_name_without_a_tag [2023-11-08T11:59:58.092Z] === RUN TestAPIImagesFilters/registry_port_regex [2023-11-08T11:59:58.092Z] === PAUSE TestAPIImagesFilters/registry_port_regex [2023-11-08T11:59:58.092Z] === CONT TestAPIImagesFilters/registry_port_regex [2023-11-08T11:59:58.092Z] === CONT TestAPIImagesFilters/repository_regex [2023-11-08T11:59:58.092Z] === CONT TestAPIImagesFilters/image_name_without_a_tag [2023-11-08T11:59:58.092Z] === CONT TestAPIImagesFilters/image_name_regex [2023-11-08T11:59:58.092Z] --- PASS: TestAPIImagesFilters (0.04s) [2023-11-08T11:59:58.092Z] --- PASS: TestAPIImagesFilters/repository_regex (0.00s) [2023-11-08T11:59:58.092Z] --- PASS: TestAPIImagesFilters/image_name_without_a_tag (0.00s) [2023-11-08T11:59:58.092Z] --- PASS: TestAPIImagesFilters/image_name_regex (0.00s) [2023-11-08T11:59:58.092Z] --- PASS: TestAPIImagesFilters/registry_port_regex (0.00s) [2023-11-08T11:59:58.092Z] === RUN TestPruneDontDeleteUsedDangling [2023-11-08T11:59:58.092Z] --- PASS: TestPruneDontDeleteUsedDangling (0.04s) [2023-11-08T11:59:58.092Z] === RUN TestImagePullPlatformInvalid [2023-11-08T11:59:58.092Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2023-11-08T11:59:58.092Z] === RUN TestImagePullStoredfDigestForOtherRepo [2023-11-08T11:59:58.354Z] time="2023-11-08T11:59:58.100873944Z" 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.20.8 instance.id=5643b602-195d-4a83-a325-6432495b0063 version=2.8.3 [2023-11-08T11:59:58.354Z] time="2023-11-08T11:59:58.100991828Z" level=info msg="redis not configured" go.version=go1.20.8 instance.id=5643b602-195d-4a83-a325-6432495b0063 version=2.8.3 [2023-11-08T11:59:58.354Z] time="2023-11-08T11:59:58.10099598Z" level=info msg="Starting upload purge in 21m0s" go.version=go1.20.8 instance.id=5643b602-195d-4a83-a325-6432495b0063 version=2.8.3 [2023-11-08T11:59:58.354Z] time="2023-11-08T11:59:58.101231444Z" level=info msg="listening on 127.0.0.1:5000" go.version=go1.20.8 instance.id=5643b602-195d-4a83-a325-6432495b0063 version=2.8.3 [2023-11-08T11:59:58.354Z] time="2023-11-08T11:59:58.195133664Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=6dd1eb6f-9878-4a91-89f1-1f5a72548e25 http.request.method=GET http.request.remoteaddr="127.0.0.1:44630" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" [2023-11-08T11:59:58.354Z] time="2023-11-08T11:59:58.195187556Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=6dd1eb6f-9878-4a91-89f1-1f5a72548e25 http.request.method=GET http.request.remoteaddr="127.0.0.1:44630" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.939516ms http.response.status=200 http.response.written=2 [2023-11-08T11:59:58.354Z] 127.0.0.1 - - [08/Nov/2023:11:59:58 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1" [2023-11-08T11:59:58.354Z] time="2023-11-08T11:59:58.197633439Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=139b34b7-361f-41fd-a092-6bd46cff3188 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44638" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.8+unknown" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2023-11-08T11:59:58.354Z] time="2023-11-08T11:59:58.19768125Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=139b34b7-361f-41fd-a092-6bd46cff3188 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44638" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.8+unknown" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2023-11-08T11:59:58.354Z] time="2023-11-08T11:59:58.197704389Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=8d9d778e-e9cd-432f-9dae-c3f874d90a53 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44636" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.8+unknown" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2023-11-08T11:59:58.354Z] time="2023-11-08T11:59:58.197745234Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=8d9d778e-e9cd-432f-9dae-c3f874d90a53 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44636" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.8+unknown" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2023-11-08T11:59:58.354Z] time="2023-11-08T11:59:58.197793809Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=139b34b7-361f-41fd-a092-6bd46cff3188 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44638" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.8+unknown" trace.duration=40.042µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=31123e74-cf92-406d-89f9-c91b2b22a7d9 trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2023-11-08T11:59:58.354Z] time="2023-11-08T11:59:58.19780624Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_layers/sha256/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=8d9d778e-e9cd-432f-9dae-c3f874d90a53 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44636" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.8+unknown" trace.duration=27.233µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=739c0e24-6974-46a6-bebc-800e7c454297 trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2023-11-08T11:59:58.354Z] time="2023-11-08T11:59:58.197908682Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 err.message="blob unknown to registry" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=139b34b7-361f-41fd-a092-6bd46cff3188 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44638" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.8+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.193854ms http.response.status=404 http.response.written=157 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2023-11-08T11:59:58.354Z] 127.0.0.1 - - [08/Nov/2023:11:59:58 +0000] "HEAD /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 404 157 "" "containerd/1.7.8+unknown" [2023-11-08T11:59:58.354Z] time="2023-11-08T11:59:58.197978491Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b err.message="blob unknown to registry" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=8d9d778e-e9cd-432f-9dae-c3f874d90a53 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44636" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.8+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.181382ms http.response.status=404 http.response.written=157 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2023-11-08T11:59:58.354Z] 127.0.0.1 - - [08/Nov/2023:11:59:58 +0000] "HEAD /v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 404 157 "" "containerd/1.7.8+unknown" [2023-11-08T11:59:58.354Z] time="2023-11-08T11:59:58.199747167Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=e15e9b5f-7e8e-4f5c-84a8-e1ad00660ebf http.request.method=POST http.request.remoteaddr="127.0.0.1:44636" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.8+unknown" vars.name=test [2023-11-08T11:59:58.354Z] time="2023-11-08T11:59:58.199790179Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=e15e9b5f-7e8e-4f5c-84a8-e1ad00660ebf http.request.method=POST http.request.remoteaddr="127.0.0.1:44636" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.8+unknown" vars.name=test [2023-11-08T11:59:58.354Z] time="2023-11-08T11:59:58.199788374Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=4b07410f-11b3-46dc-a34b-e50153914c35 http.request.method=POST http.request.remoteaddr="127.0.0.1:44638" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.8+unknown" vars.name=test [2023-11-08T11:59:58.354Z] time="2023-11-08T11:59:58.199822844Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=4b07410f-11b3-46dc-a34b-e50153914c35 http.request.method=POST http.request.remoteaddr="127.0.0.1:44638" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.8+unknown" vars.name=test [2023-11-08T11:59:58.354Z] time="2023-11-08T11:59:58.199945101Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/db1ddd23-93a5-4cbc-ae2a-28b57285f0e4/startedat")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=4b07410f-11b3-46dc-a34b-e50153914c35 http.request.method=POST http.request.remoteaddr="127.0.0.1:44638" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.8+unknown" trace.duration=89.33µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=0b40b4f1-3dff-44ad-a8f2-5b1a8567a71b trace.line=110 vars.name=test [2023-11-08T11:59:58.354Z] time="2023-11-08T11:59:58.19999928Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/db1ddd23-93a5-4cbc-ae2a-28b57285f0e4/data", false)" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=4b07410f-11b3-46dc-a34b-e50153914c35 http.request.method=POST http.request.remoteaddr="127.0.0.1:44638" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.8+unknown" trace.duration=21.826µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Writer" trace.id=9c177881-13fa-40c1-9334-12f0a6a1ffed trace.line=142 vars.name=test [2023-11-08T11:59:58.354Z] time="2023-11-08T11:59:58.200024749Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/6a3c35ec-6638-44bb-ab07-2aa7799afcce/startedat")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=e15e9b5f-7e8e-4f5c-84a8-e1ad00660ebf http.request.method=POST http.request.remoteaddr="127.0.0.1:44636" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.8+unknown" trace.duration=199.534µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=69d5d5ff-03e9-4b7f-a8fe-58a630c91b6b trace.line=110 vars.name=test [2023-11-08T11:59:58.354Z] time="2023-11-08T11:59:58.2000727Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/db1ddd23-93a5-4cbc-ae2a-28b57285f0e4/hashstates/sha256/0")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=4b07410f-11b3-46dc-a34b-e50153914c35 http.request.method=POST http.request.remoteaddr="127.0.0.1:44638" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.8+unknown" trace.duration=40.468µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=83f8add0-4407-4629-a038-0e90868a906e trace.line=110 vars.name=test [2023-11-08T11:59:58.354Z] time="2023-11-08T11:59:58.200102731Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/6a3c35ec-6638-44bb-ab07-2aa7799afcce/data", false)" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=e15e9b5f-7e8e-4f5c-84a8-e1ad00660ebf http.request.method=POST http.request.remoteaddr="127.0.0.1:44636" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.8+unknown" trace.duration=46.261µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Writer" trace.id=694925f8-6c02-4aaa-bc84-fe650fb2c4df trace.line=142 vars.name=test [2023-11-08T11:59:58.354Z] time="2023-11-08T11:59:58.200178112Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=4b07410f-11b3-46dc-a34b-e50153914c35 http.request.method=POST http.request.remoteaddr="127.0.0.1:44638" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.8+unknown" http.response.duration=2.026598ms http.response.status=202 http.response.written=0 [2023-11-08T11:59:58.354Z] time="2023-11-08T11:59:58.200185488Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/6a3c35ec-6638-44bb-ab07-2aa7799afcce/hashstates/sha256/0")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=e15e9b5f-7e8e-4f5c-84a8-e1ad00660ebf http.request.method=POST http.request.remoteaddr="127.0.0.1:44636" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.8+unknown" trace.duration=48.402µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=852bb36b-c837-49f2-89fd-c848e2dc3204 trace.line=110 vars.name=test [2023-11-08T11:59:58.354Z] 127.0.0.1 - - [08/Nov/2023:11:59:58 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.7.8+unknown" [2023-11-08T11:59:58.354Z] time="2023-11-08T11:59:58.200251622Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=e15e9b5f-7e8e-4f5c-84a8-e1ad00660ebf http.request.method=POST http.request.remoteaddr="127.0.0.1:44636" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.8+unknown" http.response.duration=1.938064ms http.response.status=202 http.response.written=0 [2023-11-08T11:59:58.354Z] 127.0.0.1 - - [08/Nov/2023:11:59:58 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.7.8+unknown" [2023-11-08T11:59:58.354Z] time="2023-11-08T11:59:58.202337207Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a799fb81-d5dd-4ef0-ae7e-7075528dfb5b http.request.method=PUT http.request.remoteaddr="127.0.0.1:44636" http.request.uri="/v2/test/blobs/uploads/db1ddd23-93a5-4cbc-ae2a-28b57285f0e4?_state=224S3XqLfOXHs1G4qGgzUyvGxcCYnkFHC0r6wUdwCc57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRiMWRkZDIzLTkzYTUtNGNiYy1hZTJhLTI4YjU3Mjg1ZjBlNCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMS0wOFQxMTo1OTo1OC4xOTk4Mzc5MzNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.8+unknown" vars.name=test vars.uuid=db1ddd23-93a5-4cbc-ae2a-28b57285f0e4 [2023-11-08T11:59:58.354Z] time="2023-11-08T11:59:58.202409396Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=f0afddad-19b0-4703-9815-7ebeef2960cf http.request.method=PUT http.request.remoteaddr="127.0.0.1:44638" http.request.uri="/v2/test/blobs/uploads/6a3c35ec-6638-44bb-ab07-2aa7799afcce?_state=fZY50Xt0wVMGwugxvljs2sf9BpO1WLHoBfsdRM4PMcV7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZhM2MzNWVjLTY2MzgtNDRiYi1hYjA3LTJhYTc3OTlhZmNjZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMS0wOFQxMTo1OTo1OC4xOTk4MDE2NzRaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.8+unknown" vars.name=test vars.uuid=6a3c35ec-6638-44bb-ab07-2aa7799afcce [2023-11-08T11:59:58.354Z] time="2023-11-08T11:59:58.202473298Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=f0afddad-19b0-4703-9815-7ebeef2960cf http.request.method=PUT http.request.remoteaddr="127.0.0.1:44638" http.request.uri="/v2/test/blobs/uploads/6a3c35ec-6638-44bb-ab07-2aa7799afcce?_state=fZY50Xt0wVMGwugxvljs2sf9BpO1WLHoBfsdRM4PMcV7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZhM2MzNWVjLTY2MzgtNDRiYi1hYjA3LTJhYTc3OTlhZmNjZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMS0wOFQxMTo1OTo1OC4xOTk4MDE2NzRaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.8+unknown" vars.name=test vars.uuid=6a3c35ec-6638-44bb-ab07-2aa7799afcce [2023-11-08T11:59:58.354Z] time="2023-11-08T11:59:58.202414418Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a799fb81-d5dd-4ef0-ae7e-7075528dfb5b http.request.method=PUT http.request.remoteaddr="127.0.0.1:44636" http.request.uri="/v2/test/blobs/uploads/db1ddd23-93a5-4cbc-ae2a-28b57285f0e4?_state=224S3XqLfOXHs1G4qGgzUyvGxcCYnkFHC0r6wUdwCc57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRiMWRkZDIzLTkzYTUtNGNiYy1hZTJhLTI4YjU3Mjg1ZjBlNCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMS0wOFQxMTo1OTo1OC4xOTk4Mzc5MzNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.8+unknown" vars.name=test vars.uuid=db1ddd23-93a5-4cbc-ae2a-28b57285f0e4 [2023-11-08T11:59:58.354Z] time="2023-11-08T11:59:58.202554989Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_uploads/6a3c35ec-6638-44bb-ab07-2aa7799afcce/startedat")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=f0afddad-19b0-4703-9815-7ebeef2960cf http.request.method=PUT http.request.remoteaddr="127.0.0.1:44638" http.request.uri="/v2/test/blobs/uploads/6a3c35ec-6638-44bb-ab07-2aa7799afcce?_state=fZY50Xt0wVMGwugxvljs2sf9BpO1WLHoBfsdRM4PMcV7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZhM2MzNWVjLTY2MzgtNDRiYi1hYjA3LTJhYTc3OTlhZmNjZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMS0wOFQxMTo1OTo1OC4xOTk4MDE2NzRaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.8+unknown" trace.duration=47.869µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=36f5f347-5a0a-4d49-8ef0-4f35e5e3357e trace.line=95 vars.name=test vars.uuid=6a3c35ec-6638-44bb-ab07-2aa7799afcce [2023-11-08T11:59:58.354Z] time="2023-11-08T11:59:58.202582591Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_uploads/db1ddd23-93a5-4cbc-ae2a-28b57285f0e4/startedat")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a799fb81-d5dd-4ef0-ae7e-7075528dfb5b http.request.method=PUT http.request.remoteaddr="127.0.0.1:44636" http.request.uri="/v2/test/blobs/uploads/db1ddd23-93a5-4cbc-ae2a-28b57285f0e4?_state=224S3XqLfOXHs1G4qGgzUyvGxcCYnkFHC0r6wUdwCc57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRiMWRkZDIzLTkzYTUtNGNiYy1hZTJhLTI4YjU3Mjg1ZjBlNCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMS0wOFQxMTo1OTo1OC4xOTk4Mzc5MzNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.8+unknown" trace.duration=39.762µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=15fecea8-40a1-4d21-a15b-f2a68f2293d4 trace.line=95 vars.name=test vars.uuid=db1ddd23-93a5-4cbc-ae2a-28b57285f0e4 [2023-11-08T11:59:58.354Z] time="2023-11-08T11:59:58.202615379Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/6a3c35ec-6638-44bb-ab07-2aa7799afcce/data", true)" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=f0afddad-19b0-4703-9815-7ebeef2960cf http.request.method=PUT http.request.remoteaddr="127.0.0.1:44638" http.request.uri="/v2/test/blobs/uploads/6a3c35ec-6638-44bb-ab07-2aa7799afcce?_state=fZY50Xt0wVMGwugxvljs2sf9BpO1WLHoBfsdRM4PMcV7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZhM2MzNWVjLTY2MzgtNDRiYi1hYjA3LTJhYTc3OTlhZmNjZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMS0wOFQxMTo1OTo1OC4xOTk4MDE2NzRaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.8+unknown" trace.duration=24µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Writer" trace.id=87ec7490-ec47-46da-a80d-d677bf5dda18 trace.line=142 vars.name=test vars.uuid=6a3c35ec-6638-44bb-ab07-2aa7799afcce [2023-11-08T11:59:58.354Z] time="2023-11-08T11:59:58.202634776Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/db1ddd23-93a5-4cbc-ae2a-28b57285f0e4/data", true)" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a799fb81-d5dd-4ef0-ae7e-7075528dfb5b http.request.method=PUT http.request.remoteaddr="127.0.0.1:44636" http.request.uri="/v2/test/blobs/uploads/db1ddd23-93a5-4cbc-ae2a-28b57285f0e4?_state=224S3XqLfOXHs1G4qGgzUyvGxcCYnkFHC0r6wUdwCc57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRiMWRkZDIzLTkzYTUtNGNiYy1hZTJhLTI4YjU3Mjg1ZjBlNCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMS0wOFQxMTo1OTo1OC4xOTk4Mzc5MzNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.8+unknown" trace.duration=21.177µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Writer" trace.id=41910365-ce9f-4331-a1f0-56d3dc04f9f8 trace.line=142 vars.name=test vars.uuid=db1ddd23-93a5-4cbc-ae2a-28b57285f0e4 [2023-11-08T11:59:58.354Z] time="2023-11-08T11:59:58.202663995Z" level=debug msg="(*blobWriter).Commit" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a799fb81-d5dd-4ef0-ae7e-7075528dfb5b http.request.method=PUT http.request.remoteaddr="127.0.0.1:44636" http.request.uri="/v2/test/blobs/uploads/db1ddd23-93a5-4cbc-ae2a-28b57285f0e4?_state=224S3XqLfOXHs1G4qGgzUyvGxcCYnkFHC0r6wUdwCc57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRiMWRkZDIzLTkzYTUtNGNiYy1hZTJhLTI4YjU3Mjg1ZjBlNCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMS0wOFQxMTo1OTo1OC4xOTk4Mzc5MzNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.8+unknown" vars.name=test vars.uuid=db1ddd23-93a5-4cbc-ae2a-28b57285f0e4 [2023-11-08T11:59:58.354Z] time="2023-11-08T11:59:58.202670452Z" level=debug msg="(*blobWriter).Commit" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=f0afddad-19b0-4703-9815-7ebeef2960cf http.request.method=PUT http.request.remoteaddr="127.0.0.1:44638" http.request.uri="/v2/test/blobs/uploads/6a3c35ec-6638-44bb-ab07-2aa7799afcce?_state=fZY50Xt0wVMGwugxvljs2sf9BpO1WLHoBfsdRM4PMcV7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZhM2MzNWVjLTY2MzgtNDRiYi1hYjA3LTJhYTc3OTlhZmNjZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMS0wOFQxMTo1OTo1OC4xOTk4MDE2NzRaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.8+unknown" vars.name=test vars.uuid=6a3c35ec-6638-44bb-ab07-2aa7799afcce [2023-11-08T11:59:58.355Z] time="2023-11-08T11:59:58.202746227Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/db1ddd23-93a5-4cbc-ae2a-28b57285f0e4/hashstates/sha256/68")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a799fb81-d5dd-4ef0-ae7e-7075528dfb5b http.request.method=PUT http.request.remoteaddr="127.0.0.1:44636" http.request.uri="/v2/test/blobs/uploads/db1ddd23-93a5-4cbc-ae2a-28b57285f0e4?_state=224S3XqLfOXHs1G4qGgzUyvGxcCYnkFHC0r6wUdwCc57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRiMWRkZDIzLTkzYTUtNGNiYy1hZTJhLTI4YjU3Mjg1ZjBlNCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMS0wOFQxMTo1OTo1OC4xOTk4Mzc5MzNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.8+unknown" trace.duration=38.925µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=ec6616d3-9960-4f68-bd49-c40ee149f0a3 trace.line=110 vars.name=test vars.uuid=db1ddd23-93a5-4cbc-ae2a-28b57285f0e4 [2023-11-08T11:59:58.355Z] time="2023-11-08T11:59:58.20276473Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/6a3c35ec-6638-44bb-ab07-2aa7799afcce/hashstates/sha256/194")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=f0afddad-19b0-4703-9815-7ebeef2960cf http.request.method=PUT http.request.remoteaddr="127.0.0.1:44638" http.request.uri="/v2/test/blobs/uploads/6a3c35ec-6638-44bb-ab07-2aa7799afcce?_state=fZY50Xt0wVMGwugxvljs2sf9BpO1WLHoBfsdRM4PMcV7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZhM2MzNWVjLTY2MzgtNDRiYi1hYjA3LTJhYTc3OTlhZmNjZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMS0wOFQxMTo1OTo1OC4xOTk4MDE2NzRaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.8+unknown" trace.duration=53.916µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=d03571f1-09db-4262-9f37-f3d94c2d5288 trace.line=110 vars.name=test vars.uuid=6a3c35ec-6638-44bb-ab07-2aa7799afcce [2023-11-08T11:59:58.355Z] time="2023-11-08T11:59:58.202791249Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/db1ddd23-93a5-4cbc-ae2a-28b57285f0e4/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a799fb81-d5dd-4ef0-ae7e-7075528dfb5b http.request.method=PUT http.request.remoteaddr="127.0.0.1:44636" http.request.uri="/v2/test/blobs/uploads/db1ddd23-93a5-4cbc-ae2a-28b57285f0e4?_state=224S3XqLfOXHs1G4qGgzUyvGxcCYnkFHC0r6wUdwCc57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRiMWRkZDIzLTkzYTUtNGNiYy1hZTJhLTI4YjU3Mjg1ZjBlNCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMS0wOFQxMTo1OTo1OC4xOTk4Mzc5MzNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.8+unknown" trace.duration=13.481µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=4c090e65-1353-46c0-8732-d86586b60b30 trace.line=155 vars.name=test vars.uuid=db1ddd23-93a5-4cbc-ae2a-28b57285f0e4 [2023-11-08T11:59:58.355Z] time="2023-11-08T11:59:58.202799159Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/6a3c35ec-6638-44bb-ab07-2aa7799afcce/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=f0afddad-19b0-4703-9815-7ebeef2960cf http.request.method=PUT http.request.remoteaddr="127.0.0.1:44638" http.request.uri="/v2/test/blobs/uploads/6a3c35ec-6638-44bb-ab07-2aa7799afcce?_state=fZY50Xt0wVMGwugxvljs2sf9BpO1WLHoBfsdRM4PMcV7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZhM2MzNWVjLTY2MzgtNDRiYi1hYjA3LTJhYTc3OTlhZmNjZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMS0wOFQxMTo1OTo1OC4xOTk4MDE2NzRaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.8+unknown" trace.duration=10.659µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=44356139-607a-42d3-8ebf-90fa0bc14438 trace.line=155 vars.name=test vars.uuid=6a3c35ec-6638-44bb-ab07-2aa7799afcce [2023-11-08T11:59:58.355Z] time="2023-11-08T11:59:58.202831914Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a799fb81-d5dd-4ef0-ae7e-7075528dfb5b http.request.method=PUT http.request.remoteaddr="127.0.0.1:44636" http.request.uri="/v2/test/blobs/uploads/db1ddd23-93a5-4cbc-ae2a-28b57285f0e4?_state=224S3XqLfOXHs1G4qGgzUyvGxcCYnkFHC0r6wUdwCc57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRiMWRkZDIzLTkzYTUtNGNiYy1hZTJhLTI4YjU3Mjg1ZjBlNCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMS0wOFQxMTo1OTo1OC4xOTk4Mzc5MzNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.8+unknown" trace.duration=12.677µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=e55b41f2-576a-4181-b62a-901ce3bae425 trace.line=155 vars.name=test vars.uuid=db1ddd23-93a5-4cbc-ae2a-28b57285f0e4 [2023-11-08T11:59:58.355Z] time="2023-11-08T11:59:58.202836878Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=f0afddad-19b0-4703-9815-7ebeef2960cf http.request.method=PUT http.request.remoteaddr="127.0.0.1:44638" http.request.uri="/v2/test/blobs/uploads/6a3c35ec-6638-44bb-ab07-2aa7799afcce?_state=fZY50Xt0wVMGwugxvljs2sf9BpO1WLHoBfsdRM4PMcV7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZhM2MzNWVjLTY2MzgtNDRiYi1hYjA3LTJhYTc3OTlhZmNjZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMS0wOFQxMTo1OTo1OC4xOTk4MDE2NzRaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.8+unknown" trace.duration=12.472µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=bf9c701b-1515-4b6c-a530-84380e6d0a75 trace.line=155 vars.name=test vars.uuid=6a3c35ec-6638-44bb-ab07-2aa7799afcce [2023-11-08T11:59:58.355Z] time="2023-11-08T11:59:58.202858884Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/db1ddd23-93a5-4cbc-ae2a-28b57285f0e4/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a799fb81-d5dd-4ef0-ae7e-7075528dfb5b http.request.method=PUT http.request.remoteaddr="127.0.0.1:44636" http.request.uri="/v2/test/blobs/uploads/db1ddd23-93a5-4cbc-ae2a-28b57285f0e4?_state=224S3XqLfOXHs1G4qGgzUyvGxcCYnkFHC0r6wUdwCc57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRiMWRkZDIzLTkzYTUtNGNiYy1hZTJhLTI4YjU3Mjg1ZjBlNCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMS0wOFQxMTo1OTo1OC4xOTk4Mzc5MzNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.8+unknown" trace.duration=8.771µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=824a6578-9d79-49e7-a686-39e36226ac7e trace.line=155 vars.name=test vars.uuid=db1ddd23-93a5-4cbc-ae2a-28b57285f0e4 [2023-11-08T11:59:58.355Z] time="2023-11-08T11:59:58.202865826Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/6a3c35ec-6638-44bb-ab07-2aa7799afcce/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=f0afddad-19b0-4703-9815-7ebeef2960cf http.request.method=PUT http.request.remoteaddr="127.0.0.1:44638" http.request.uri="/v2/test/blobs/uploads/6a3c35ec-6638-44bb-ab07-2aa7799afcce?_state=fZY50Xt0wVMGwugxvljs2sf9BpO1WLHoBfsdRM4PMcV7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZhM2MzNWVjLTY2MzgtNDRiYi1hYjA3LTJhYTc3OTlhZmNjZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMS0wOFQxMTo1OTo1OC4xOTk4MDE2NzRaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.8+unknown" trace.duration=8.862µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=85aaac7e-5d26-41b6-9051-6a2f25991b95 trace.line=155 vars.name=test vars.uuid=6a3c35ec-6638-44bb-ab07-2aa7799afcce [2023-11-08T11:59:58.355Z] time="2023-11-08T11:59:58.202937531Z" level=debug msg="filesystem.Move("/docker/registry/v2/repositories/test/_uploads/db1ddd23-93a5-4cbc-ae2a-28b57285f0e4/data", "/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data"" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a799fb81-d5dd-4ef0-ae7e-7075528dfb5b http.request.method=PUT http.request.remoteaddr="127.0.0.1:44636" http.request.uri="/v2/test/blobs/uploads/db1ddd23-93a5-4cbc-ae2a-28b57285f0e4?_state=224S3XqLfOXHs1G4qGgzUyvGxcCYnkFHC0r6wUdwCc57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRiMWRkZDIzLTkzYTUtNGNiYy1hZTJhLTI4YjU3Mjg1ZjBlNCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMS0wOFQxMTo1OTo1OC4xOTk4Mzc5MzNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.8+unknown" trace.duration=57.24µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Move" trace.id=7b6a1d12-c450-400e-8a37-add9de80cfa5 trace.line=185 vars.name=test vars.uuid=db1ddd23-93a5-4cbc-ae2a-28b57285f0e4 [2023-11-08T11:59:58.355Z] time="2023-11-08T11:59:58.202939853Z" level=debug msg="filesystem.Move("/docker/registry/v2/repositories/test/_uploads/6a3c35ec-6638-44bb-ab07-2aa7799afcce/data", "/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data"" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=f0afddad-19b0-4703-9815-7ebeef2960cf http.request.method=PUT http.request.remoteaddr="127.0.0.1:44638" http.request.uri="/v2/test/blobs/uploads/6a3c35ec-6638-44bb-ab07-2aa7799afcce?_state=fZY50Xt0wVMGwugxvljs2sf9BpO1WLHoBfsdRM4PMcV7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZhM2MzNWVjLTY2MzgtNDRiYi1hYjA3LTJhYTc3OTlhZmNjZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMS0wOFQxMTo1OTo1OC4xOTk4MDE2NzRaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.8+unknown" trace.duration=53.809µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Move" trace.id=9ca183d5-fcbb-4218-8a24-19b7ff975181 trace.line=185 vars.name=test vars.uuid=6a3c35ec-6638-44bb-ab07-2aa7799afcce [2023-11-08T11:59:58.355Z] time="2023-11-08T11:59:58.20302947Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a799fb81-d5dd-4ef0-ae7e-7075528dfb5b http.request.method=PUT http.request.remoteaddr="127.0.0.1:44636" http.request.uri="/v2/test/blobs/uploads/db1ddd23-93a5-4cbc-ae2a-28b57285f0e4?_state=224S3XqLfOXHs1G4qGgzUyvGxcCYnkFHC0r6wUdwCc57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRiMWRkZDIzLTkzYTUtNGNiYy1hZTJhLTI4YjU3Mjg1ZjBlNCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMS0wOFQxMTo1OTo1OC4xOTk4Mzc5MzNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.8+unknown" trace.duration=55.311µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=eb3cdd12-7287-4155-9e0e-388361abe7ec trace.line=110 vars.name=test vars.uuid=db1ddd23-93a5-4cbc-ae2a-28b57285f0e4 [2023-11-08T11:59:58.355Z] time="2023-11-08T11:59:58.203033671Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_layers/sha256/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/link")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=f0afddad-19b0-4703-9815-7ebeef2960cf http.request.method=PUT http.request.remoteaddr="127.0.0.1:44638" http.request.uri="/v2/test/blobs/uploads/6a3c35ec-6638-44bb-ab07-2aa7799afcce?_state=fZY50Xt0wVMGwugxvljs2sf9BpO1WLHoBfsdRM4PMcV7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZhM2MzNWVjLTY2MzgtNDRiYi1hYjA3LTJhYTc3OTlhZmNjZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMS0wOFQxMTo1OTo1OC4xOTk4MDE2NzRaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.8+unknown" trace.duration=42.569µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=6a657909-822d-46f7-b748-6d3d9567fd01 trace.line=110 vars.name=test vars.uuid=6a3c35ec-6638-44bb-ab07-2aa7799afcce [2023-11-08T11:59:58.355Z] time="2023-11-08T11:59:58.203145869Z" level=debug msg="filesystem.Delete("/docker/registry/v2/repositories/test/_uploads/db1ddd23-93a5-4cbc-ae2a-28b57285f0e4")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a799fb81-d5dd-4ef0-ae7e-7075528dfb5b http.request.method=PUT http.request.remoteaddr="127.0.0.1:44636" http.request.uri="/v2/test/blobs/uploads/db1ddd23-93a5-4cbc-ae2a-28b57285f0e4?_state=224S3XqLfOXHs1G4qGgzUyvGxcCYnkFHC0r6wUdwCc57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRiMWRkZDIzLTkzYTUtNGNiYy1hZTJhLTI4YjU3Mjg1ZjBlNCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMS0wOFQxMTo1OTo1OC4xOTk4Mzc5MzNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.8+unknown" trace.duration=93.243µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Delete" trace.id=926fdb5a-7644-4bb3-a79e-8b9e9977e890 trace.line=202 vars.name=test vars.uuid=db1ddd23-93a5-4cbc-ae2a-28b57285f0e4 [2023-11-08T11:59:58.355Z] time="2023-11-08T11:59:58.203282936Z" level=info msg="response completed" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=a799fb81-d5dd-4ef0-ae7e-7075528dfb5b http.request.method=PUT http.request.remoteaddr="127.0.0.1:44636" http.request.uri="/v2/test/blobs/uploads/db1ddd23-93a5-4cbc-ae2a-28b57285f0e4?_state=224S3XqLfOXHs1G4qGgzUyvGxcCYnkFHC0r6wUdwCc57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRiMWRkZDIzLTkzYTUtNGNiYy1hZTJhLTI4YjU3Mjg1ZjBlNCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMS0wOFQxMTo1OTo1OC4xOTk4Mzc5MzNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.8+unknown" http.response.duration=2.151744ms http.response.status=201 http.response.written=0 [2023-11-08T11:59:58.355Z] 127.0.0.1 - - [08/Nov/2023:11:59:58 +0000] "PUT /v2/test/blobs/uploads/db1ddd23-93a5-4cbc-ae2a-28b57285f0e4?_state=224S3XqLfOXHs1G4qGgzUyvGxcCYnkFHC0r6wUdwCc57Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImRiMWRkZDIzLTkzYTUtNGNiYy1hZTJhLTI4YjU3Mjg1ZjBlNCIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMS0wOFQxMTo1OTo1OC4xOTk4Mzc5MzNaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 201 0 "" "containerd/1.7.8+unknown" [2023-11-08T11:59:58.355Z] time="2023-11-08T11:59:58.203185762Z" level=debug msg="filesystem.Delete("/docker/registry/v2/repositories/test/_uploads/6a3c35ec-6638-44bb-ab07-2aa7799afcce")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=f0afddad-19b0-4703-9815-7ebeef2960cf http.request.method=PUT http.request.remoteaddr="127.0.0.1:44638" http.request.uri="/v2/test/blobs/uploads/6a3c35ec-6638-44bb-ab07-2aa7799afcce?_state=fZY50Xt0wVMGwugxvljs2sf9BpO1WLHoBfsdRM4PMcV7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZhM2MzNWVjLTY2MzgtNDRiYi1hYjA3LTJhYTc3OTlhZmNjZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMS0wOFQxMTo1OTo1OC4xOTk4MDE2NzRaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.8+unknown" trace.duration=129.978µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Delete" trace.id=a206831c-c94d-4c3e-9cfa-ad0807c17e4a trace.line=202 vars.name=test vars.uuid=6a3c35ec-6638-44bb-ab07-2aa7799afcce [2023-11-08T11:59:58.355Z] time="2023-11-08T11:59:58.203420759Z" level=info msg="response completed" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=f0afddad-19b0-4703-9815-7ebeef2960cf http.request.method=PUT http.request.remoteaddr="127.0.0.1:44638" http.request.uri="/v2/test/blobs/uploads/6a3c35ec-6638-44bb-ab07-2aa7799afcce?_state=fZY50Xt0wVMGwugxvljs2sf9BpO1WLHoBfsdRM4PMcV7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZhM2MzNWVjLTY2MzgtNDRiYi1hYjA3LTJhYTc3OTlhZmNjZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMS0wOFQxMTo1OTo1OC4xOTk4MDE2NzRaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.8+unknown" http.response.duration=2.310513ms http.response.status=201 http.response.written=0 [2023-11-08T11:59:58.355Z] 127.0.0.1 - - [08/Nov/2023:11:59:58 +0000] "PUT /v2/test/blobs/uploads/6a3c35ec-6638-44bb-ab07-2aa7799afcce?_state=fZY50Xt0wVMGwugxvljs2sf9BpO1WLHoBfsdRM4PMcV7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6IjZhM2MzNWVjLTY2MzgtNDRiYi1hYjA3LTJhYTc3OTlhZmNjZSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyMy0xMS0wOFQxMTo1OTo1OC4xOTk4MDE2NzRaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 201 0 "" "containerd/1.7.8+unknown" [2023-11-08T11:59:58.355Z] time="2023-11-08T11:59:58.204970094Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=d990ccbd-ffe8-4baf-aadd-7059b5208cce http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44638" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.8+unknown" vars.name=test vars.reference=latest [2023-11-08T11:59:58.355Z] time="2023-11-08T11:59:58.2050097Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=d990ccbd-ffe8-4baf-aadd-7059b5208cce http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44638" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.8+unknown" vars.name=test vars.reference=latest [2023-11-08T11:59:58.355Z] time="2023-11-08T11:59:58.205078148Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=d990ccbd-ffe8-4baf-aadd-7059b5208cce http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44638" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.8+unknown" trace.duration=34.223µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=c10f0a5d-d07d-44c4-9b18-88d58dfb632c trace.line=95 vars.name=test vars.reference=latest [2023-11-08T11:59:58.355Z] time="2023-11-08T11:59:58.205145718Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown tag=latest" err.message="manifest unknown" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=d990ccbd-ffe8-4baf-aadd-7059b5208cce http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44638" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.8+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.370897ms http.response.status=404 http.response.written=96 vars.name=test vars.reference=latest [2023-11-08T11:59:58.355Z] 127.0.0.1 - - [08/Nov/2023:11:59:58 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 404 96 "" "containerd/1.7.8+unknown" [2023-11-08T11:59:58.355Z] time="2023-11-08T11:59:58.206178726Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=3e83484c-e413-4014-a74c-37eaef6255cb http.request.method=PUT http.request.remoteaddr="127.0.0.1:44638" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.8+unknown" vars.name=test vars.reference=latest [2023-11-08T11:59:58.355Z] time="2023-11-08T11:59:58.206216051Z" level=debug msg=PutImageManifest go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=3e83484c-e413-4014-a74c-37eaef6255cb http.request.method=PUT http.request.remoteaddr="127.0.0.1:44638" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.8+unknown" vars.name=test vars.reference=latest [2023-11-08T11:59:58.355Z] time="2023-11-08T11:59:58.206400692Z" level=debug msg="Putting a Docker Manifest!" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=3e83484c-e413-4014-a74c-37eaef6255cb http.request.method=PUT http.request.remoteaddr="127.0.0.1:44638" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.8+unknown" vars.name=test vars.reference=latest [2023-11-08T11:59:58.355Z] time="2023-11-08T11:59:58.206418161Z" level=debug msg="(*manifestStore).Put" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=3e83484c-e413-4014-a74c-37eaef6255cb http.request.method=PUT http.request.remoteaddr="127.0.0.1:44638" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.8+unknown" vars.name=test vars.reference=latest [2023-11-08T11:59:58.355Z] time="2023-11-08T11:59:58.206427392Z" level=debug msg="(*schema2ManifestHandler).Put" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=3e83484c-e413-4014-a74c-37eaef6255cb http.request.method=PUT http.request.remoteaddr="127.0.0.1:44638" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.8+unknown" vars.name=test vars.reference=latest [2023-11-08T11:59:58.355Z] time="2023-11-08T11:59:58.206505522Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_layers/sha256/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/link")" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=3e83484c-e413-4014-a74c-37eaef6255cb http.request.method=PUT http.request.remoteaddr="127.0.0.1:44638" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.8+unknown" trace.duration=45.817µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=3909af3b-2406-4313-8ce5-0d5e3f7ca0fd trace.line=95 vars.name=test vars.reference=latest [2023-11-08T11:59:58.355Z] time="2023-11-08T11:59:58.206558831Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data")" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=3e83484c-e413-4014-a74c-37eaef6255cb http.request.method=PUT http.request.remoteaddr="127.0.0.1:44638" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.8+unknown" trace.duration=17.895µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=a4248944-2d88-4949-843c-03cb7ad6de4f trace.line=155 vars.name=test vars.reference=latest [2023-11-08T11:59:58.355Z] time="2023-11-08T11:59:58.206606773Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link")" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=3e83484c-e413-4014-a74c-37eaef6255cb http.request.method=PUT http.request.remoteaddr="127.0.0.1:44638" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.8+unknown" trace.duration=20.242µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=253fc5e9-098a-4f69-9477-1acfc01c59ed trace.line=95 vars.name=test vars.reference=latest [2023-11-08T11:59:58.356Z] time="2023-11-08T11:59:58.206644837Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data")" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=3e83484c-e413-4014-a74c-37eaef6255cb http.request.method=PUT http.request.remoteaddr="127.0.0.1:44638" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.8+unknown" trace.duration=11.495µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=9d1c3e8a-de5f-4df8-8e31-ea71915424be trace.line=155 vars.name=test vars.reference=latest [2023-11-08T11:59:58.356Z] time="2023-11-08T11:59:58.206684879Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/a2/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/data")" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=3e83484c-e413-4014-a74c-37eaef6255cb http.request.method=PUT http.request.remoteaddr="127.0.0.1:44638" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.8+unknown" trace.duration=13.334µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=bd45bbcd-5339-4836-84a7-6d0430566746 trace.line=155 vars.name=test vars.reference=latest [2023-11-08T11:59:58.356Z] time="2023-11-08T11:59:58.206766914Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/blobs/sha256/a2/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/data")" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=3e83484c-e413-4014-a74c-37eaef6255cb http.request.method=PUT http.request.remoteaddr="127.0.0.1:44638" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.8+unknown" trace.duration=58.372µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=e9547747-0dfd-4bd1-9244-69cf2625096d trace.line=110 vars.name=test vars.reference=latest [2023-11-08T11:59:58.356Z] time="2023-11-08T11:59:58.206849745Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_manifests/revisions/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link")" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=3e83484c-e413-4014-a74c-37eaef6255cb http.request.method=PUT http.request.remoteaddr="127.0.0.1:44638" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.8+unknown" trace.duration=50.33µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=d9c08ecf-cad2-49b5-ac95-ba090cd06e66 trace.line=110 vars.name=test vars.reference=latest [2023-11-08T11:59:58.356Z] time="2023-11-08T11:59:58.207009443Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_manifests/tags/latest/index/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link")" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=3e83484c-e413-4014-a74c-37eaef6255cb http.request.method=PUT http.request.remoteaddr="127.0.0.1:44638" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.8+unknown" trace.duration=60.809µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=48c48082-05c2-4667-8321-2cfc8e872524 trace.line=110 vars.name=test vars.reference=latest [2023-11-08T11:59:58.356Z] time="2023-11-08T11:59:58.207066813Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link")" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=3e83484c-e413-4014-a74c-37eaef6255cb http.request.method=PUT http.request.remoteaddr="127.0.0.1:44638" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.8+unknown" trace.duration=34.429µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=853413c4-1f18-4868-bece-4917991ffdfb trace.line=110 vars.name=test vars.reference=latest [2023-11-08T11:59:58.356Z] time="2023-11-08T11:59:58.207104295Z" level=debug msg="Succeeded in putting manifest!" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=3e83484c-e413-4014-a74c-37eaef6255cb http.request.method=PUT http.request.remoteaddr="127.0.0.1:44638" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.8+unknown" vars.name=test vars.reference=latest [2023-11-08T11:59:58.356Z] time="2023-11-08T11:59:58.20712155Z" level=info msg="response completed" go.version=go1.20.8 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="127.0.0.1:5000" http.request.id=3e83484c-e413-4014-a74c-37eaef6255cb http.request.method=PUT http.request.remoteaddr="127.0.0.1:44638" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.8+unknown" http.response.duration=1.620138ms http.response.status=201 http.response.written=0 [2023-11-08T11:59:58.356Z] 127.0.0.1 - - [08/Nov/2023:11:59:58 +0000] "PUT /v2/test/manifests/latest HTTP/1.1" 201 0 "" "containerd/1.7.8+unknown" [2023-11-08T11:59:58.356Z] time="2023-11-08T11:59:58.211989242Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=f0596a04-7e98-490d-87eb-41f53bbaeca1 http.request.method=GET http.request.remoteaddr="127.0.0.1:44676" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.3 git-commit/7995e3288fad2ab6b1825ca512023fb43c3dcee5 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2023-11-08T11:59:58.356Z] time="2023-11-08T11:59:58.212030908Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=f0596a04-7e98-490d-87eb-41f53bbaeca1 http.request.method=GET http.request.remoteaddr="127.0.0.1:44676" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.3 git-commit/7995e3288fad2ab6b1825ca512023fb43c3dcee5 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration="920.688µs" http.response.status=200 http.response.written=2 [2023-11-08T11:59:58.356Z] 127.0.0.1 - - [08/Nov/2023:11:59:58 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.21.3 git-commit/7995e3288fad2ab6b1825ca512023fb43c3dcee5 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2023-11-08T11:59:58.356Z] time="2023-11-08T11:59:58.214640451Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=9bccd1d1-d97f-40fc-8917-ec0b70ee4bdd http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44690" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.3 git-commit/7995e3288fad2ab6b1825ca512023fb43c3dcee5 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest [2023-11-08T11:59:58.356Z] time="2023-11-08T11:59:58.214681821Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=9bccd1d1-d97f-40fc-8917-ec0b70ee4bdd http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44690" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.3 git-commit/7995e3288fad2ab6b1825ca512023fb43c3dcee5 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest [2023-11-08T11:59:58.356Z] time="2023-11-08T11:59:58.214765219Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_manifests/tags/latest/current/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=9bccd1d1-d97f-40fc-8917-ec0b70ee4bdd http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44690" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.3 git-commit/7995e3288fad2ab6b1825ca512023fb43c3dcee5 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=49.264µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=fc173c3a-383a-4ad2-8008-84ae499d25a3 trace.line=95 vars.name=test vars.reference=latest [2023-11-08T11:59:58.356Z] time="2023-11-08T11:59:58.214790064Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=9bccd1d1-d97f-40fc-8917-ec0b70ee4bdd http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44690" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.3 git-commit/7995e3288fad2ab6b1825ca512023fb43c3dcee5 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest [2023-11-08T11:59:58.356Z] time="2023-11-08T11:59:58.214838384Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_manifests/revisions/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=9bccd1d1-d97f-40fc-8917-ec0b70ee4bdd http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44690" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.3 git-commit/7995e3288fad2ab6b1825ca512023fb43c3dcee5 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=23.992µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=42a3a624-bba9-4fe8-b9cb-2d8668524ca9 trace.line=95 vars.name=test vars.reference=latest [2023-11-08T11:59:58.356Z] time="2023-11-08T11:59:58.21488252Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/a2/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/data")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=9bccd1d1-d97f-40fc-8917-ec0b70ee4bdd http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44690" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.3 git-commit/7995e3288fad2ab6b1825ca512023fb43c3dcee5 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=17.025µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=773e89ea-cc0d-4e83-890f-ab7a9bad1ce9 trace.line=155 vars.name=test vars.reference=latest [2023-11-08T11:59:58.356Z] time="2023-11-08T11:59:58.214917761Z" level=debug msg="filesystem.Reader("/docker/registry/v2/blobs/sha256/a2/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/data", 0)" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=9bccd1d1-d97f-40fc-8917-ec0b70ee4bdd http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44690" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.3 git-commit/7995e3288fad2ab6b1825ca512023fb43c3dcee5 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=12.767µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Reader" trace.id=bc7d1f65-b0ed-4492-879a-8f4622993384 trace.line=125 vars.name=test vars.reference=latest [2023-11-08T11:59:58.356Z] time="2023-11-08T11:59:58.214964605Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=9bccd1d1-d97f-40fc-8917-ec0b70ee4bdd http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44690" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.3 git-commit/7995e3288fad2ab6b1825ca512023fb43c3dcee5 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest [2023-11-08T11:59:58.356Z] time="2023-11-08T11:59:58.215056166Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=9bccd1d1-d97f-40fc-8917-ec0b70ee4bdd http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44690" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.3 git-commit/7995e3288fad2ab6b1825ca512023fb43c3dcee5 kernel/5.15.0-1039-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.754137ms http.response.status=200 http.response.written=417 [2023-11-08T11:59:58.356Z] 127.0.0.1 - - [08/Nov/2023:11:59:58 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 200 417 "" "docker/dev go/go1.21.3 git-commit/7995e3288fad2ab6b1825ca512023fb43c3dcee5 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2023-11-08T11:59:58.356Z] time="2023-11-08T11:59:58.225891388Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=3547e29f-10c6-44b1-9dfe-d61c6403ddfc http.request.method=GET http.request.remoteaddr="127.0.0.1:44694" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.3 git-commit/7995e3288fad2ab6b1825ca512023fb43c3dcee5 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2023-11-08T11:59:58.356Z] time="2023-11-08T11:59:58.225943491Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=3547e29f-10c6-44b1-9dfe-d61c6403ddfc http.request.method=GET http.request.remoteaddr="127.0.0.1:44694" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.3 git-commit/7995e3288fad2ab6b1825ca512023fb43c3dcee5 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2023-11-08T11:59:58.356Z] time="2023-11-08T11:59:58.225959672Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=3547e29f-10c6-44b1-9dfe-d61c6403ddfc http.request.method=GET http.request.remoteaddr="127.0.0.1:44694" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.3 git-commit/7995e3288fad2ab6b1825ca512023fb43c3dcee5 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2023-11-08T11:59:58.356Z] time="2023-11-08T11:59:58.226047369Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_manifests/revisions/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=3547e29f-10c6-44b1-9dfe-d61c6403ddfc http.request.method=GET http.request.remoteaddr="127.0.0.1:44694" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.3 git-commit/7995e3288fad2ab6b1825ca512023fb43c3dcee5 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=51.906µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=f6e9be7a-fb61-469f-8082-bc90c7fc206e trace.line=95 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2023-11-08T11:59:58.356Z] time="2023-11-08T11:59:58.226104879Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/a2/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/data")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=3547e29f-10c6-44b1-9dfe-d61c6403ddfc http.request.method=GET http.request.remoteaddr="127.0.0.1:44694" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.3 git-commit/7995e3288fad2ab6b1825ca512023fb43c3dcee5 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=20.218µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=c27789ce-9345-4ed2-8bb5-746cc39b82d3 trace.line=155 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2023-11-08T11:59:58.356Z] time="2023-11-08T11:59:58.22615123Z" level=debug msg="filesystem.Reader("/docker/registry/v2/blobs/sha256/a2/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/data", 0)" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=3547e29f-10c6-44b1-9dfe-d61c6403ddfc http.request.method=GET http.request.remoteaddr="127.0.0.1:44694" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.3 git-commit/7995e3288fad2ab6b1825ca512023fb43c3dcee5 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=15.081µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Reader" trace.id=f4fd766e-9cf3-4b16-a924-7b643890f19f trace.line=125 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2023-11-08T11:59:58.356Z] time="2023-11-08T11:59:58.226188949Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=3547e29f-10c6-44b1-9dfe-d61c6403ddfc http.request.method=GET http.request.remoteaddr="127.0.0.1:44694" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.3 git-commit/7995e3288fad2ab6b1825ca512023fb43c3dcee5 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2023-11-08T11:59:58.356Z] time="2023-11-08T11:59:58.226305381Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=3547e29f-10c6-44b1-9dfe-d61c6403ddfc http.request.method=GET http.request.remoteaddr="127.0.0.1:44694" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.3 git-commit/7995e3288fad2ab6b1825ca512023fb43c3dcee5 kernel/5.15.0-1039-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.320969ms http.response.status=200 http.response.written=417 [2023-11-08T11:59:58.356Z] 127.0.0.1 - - [08/Nov/2023:11:59:58 +0000] "GET /v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 200 417 "" "docker/dev go/go1.21.3 git-commit/7995e3288fad2ab6b1825ca512023fb43c3dcee5 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2023-11-08T11:59:58.356Z] time="2023-11-08T11:59:58.233264639Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=078cbdf1-9619-493b-a8db-6ac937c67cbc http.request.method=GET http.request.remoteaddr="127.0.0.1:44718" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.3 git-commit/7995e3288fad2ab6b1825ca512023fb43c3dcee5 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2023-11-08T11:59:58.356Z] time="2023-11-08T11:59:58.233311499Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=078cbdf1-9619-493b-a8db-6ac937c67cbc http.request.method=GET http.request.remoteaddr="127.0.0.1:44718" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.3 git-commit/7995e3288fad2ab6b1825ca512023fb43c3dcee5 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2023-11-08T11:59:58.356Z] time="2023-11-08T11:59:58.233349956Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=43e6e817-65e6-4a9b-a3b0-d8b2120cfdd1 http.request.method=GET http.request.remoteaddr="127.0.0.1:44702" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.3 git-commit/7995e3288fad2ab6b1825ca512023fb43c3dcee5 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2023-11-08T11:59:58.356Z] time="2023-11-08T11:59:58.233388594Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=43e6e817-65e6-4a9b-a3b0-d8b2120cfdd1 http.request.method=GET http.request.remoteaddr="127.0.0.1:44702" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.3 git-commit/7995e3288fad2ab6b1825ca512023fb43c3dcee5 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2023-11-08T11:59:58.357Z] time="2023-11-08T11:59:58.233395602Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=078cbdf1-9619-493b-a8db-6ac937c67cbc http.request.method=GET http.request.remoteaddr="127.0.0.1:44718" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.3 git-commit/7995e3288fad2ab6b1825ca512023fb43c3dcee5 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=44.866µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=2de7419a-41fd-4032-ba46-9bf5db24c055 trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2023-11-08T11:59:58.357Z] time="2023-11-08T11:59:58.233441821Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=078cbdf1-9619-493b-a8db-6ac937c67cbc http.request.method=GET http.request.remoteaddr="127.0.0.1:44718" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.3 git-commit/7995e3288fad2ab6b1825ca512023fb43c3dcee5 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=16.336µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=e26f25f5-6641-4c78-92ab-d935b90de5a6 trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2023-11-08T11:59:58.357Z] time="2023-11-08T11:59:58.233463975Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_layers/sha256/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=43e6e817-65e6-4a9b-a3b0-d8b2120cfdd1 http.request.method=GET http.request.remoteaddr="127.0.0.1:44702" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.3 git-commit/7995e3288fad2ab6b1825ca512023fb43c3dcee5 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=41.444µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=08caf5e5-d0bd-4586-82aa-05cf1abe7a1f trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2023-11-08T11:59:58.357Z] time="2023-11-08T11:59:58.233491332Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=078cbdf1-9619-493b-a8db-6ac937c67cbc http.request.method=GET http.request.remoteaddr="127.0.0.1:44718" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.3 git-commit/7995e3288fad2ab6b1825ca512023fb43c3dcee5 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=20.587µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=a7045ed5-fc1f-4844-bfef-e0a714922ce9 trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2023-11-08T11:59:58.357Z] time="2023-11-08T11:59:58.233507438Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=43e6e817-65e6-4a9b-a3b0-d8b2120cfdd1 http.request.method=GET http.request.remoteaddr="127.0.0.1:44702" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.3 git-commit/7995e3288fad2ab6b1825ca512023fb43c3dcee5 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=15.016µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=1c1ebaa8-9ae8-4b63-9bd6-ba1fecd693f6 trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2023-11-08T11:59:58.357Z] time="2023-11-08T11:59:58.233529888Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=078cbdf1-9619-493b-a8db-6ac937c67cbc http.request.method=GET http.request.remoteaddr="127.0.0.1:44718" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.3 git-commit/7995e3288fad2ab6b1825ca512023fb43c3dcee5 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=10.396µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=f861eab0-669c-4cac-8366-d5329039fb50 trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2023-11-08T11:59:58.357Z] time="2023-11-08T11:59:58.233550458Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_layers/sha256/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=43e6e817-65e6-4a9b-a3b0-d8b2120cfdd1 http.request.method=GET http.request.remoteaddr="127.0.0.1:44702" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.3 git-commit/7995e3288fad2ab6b1825ca512023fb43c3dcee5 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=18.511µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=750df198-78a2-4750-ab57-c31c091f4d2f trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2023-11-08T11:59:58.357Z] time="2023-11-08T11:59:58.233564423Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=078cbdf1-9619-493b-a8db-6ac937c67cbc http.request.method=GET http.request.remoteaddr="127.0.0.1:44718" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.3 git-commit/7995e3288fad2ab6b1825ca512023fb43c3dcee5 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=10.921µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=e57f93a1-f2c7-4041-ac90-bda3a22da352 trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2023-11-08T11:59:58.357Z] time="2023-11-08T11:59:58.233588842Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=43e6e817-65e6-4a9b-a3b0-d8b2120cfdd1 http.request.method=GET http.request.remoteaddr="127.0.0.1:44702" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.3 git-commit/7995e3288fad2ab6b1825ca512023fb43c3dcee5 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=11.766µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=dc0b6d79-d897-4f86-a787-da52d089c396 trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2023-11-08T11:59:58.357Z] time="2023-11-08T11:59:58.233599213Z" level=debug msg="filesystem.URLFor("/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=078cbdf1-9619-493b-a8db-6ac937c67cbc http.request.method=GET http.request.remoteaddr="127.0.0.1:44718" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.3 git-commit/7995e3288fad2ab6b1825ca512023fb43c3dcee5 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=11.11µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).URLFor" trace.id=004b7b72-5258-4b42-a6da-a30bf261519c trace.line=217 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2023-11-08T11:59:58.357Z] time="2023-11-08T11:59:58.234270799Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=43e6e817-65e6-4a9b-a3b0-d8b2120cfdd1 http.request.method=GET http.request.remoteaddr="127.0.0.1:44702" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.3 git-commit/7995e3288fad2ab6b1825ca512023fb43c3dcee5 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=106.044µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=54eb23a0-0efd-4e6e-98b9-506e8ad0850d trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2023-11-08T11:59:58.357Z] time="2023-11-08T11:59:58.23430682Z" level=debug msg="filesystem.Reader("/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data", 0)" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=078cbdf1-9619-493b-a8db-6ac937c67cbc http.request.method=GET http.request.remoteaddr="127.0.0.1:44718" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.3 git-commit/7995e3288fad2ab6b1825ca512023fb43c3dcee5 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=39.59µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Reader" trace.id=8a6fc047-80aa-405a-a546-25c76b7116ac trace.line=125 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2023-11-08T11:59:58.357Z] time="2023-11-08T11:59:58.234555716Z" level=debug msg="filesystem.URLFor("/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=43e6e817-65e6-4a9b-a3b0-d8b2120cfdd1 http.request.method=GET http.request.remoteaddr="127.0.0.1:44702" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.3 git-commit/7995e3288fad2ab6b1825ca512023fb43c3dcee5 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=152.288µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).URLFor" trace.id=f0c07352-cc17-48ce-bf87-86ff28c9b439 trace.line=217 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2023-11-08T11:59:58.357Z] time="2023-11-08T11:59:58.234631606Z" level=debug msg="filesystem.Reader("/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data", 0)" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=43e6e817-65e6-4a9b-a3b0-d8b2120cfdd1 http.request.method=GET http.request.remoteaddr="127.0.0.1:44702" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.3 git-commit/7995e3288fad2ab6b1825ca512023fb43c3dcee5 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=25.772µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Reader" trace.id=b28b10d5-dea7-4157-94e6-dcf92007906a trace.line=125 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2023-11-08T11:59:58.357Z] time="2023-11-08T11:59:58.235214805Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_layers/sha256/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=078cbdf1-9619-493b-a8db-6ac937c67cbc http.request.method=GET http.request.remoteaddr="127.0.0.1:44718" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.3 git-commit/7995e3288fad2ab6b1825ca512023fb43c3dcee5 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=38.613µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=664239fc-2216-4e4b-9174-c52c16f4981e trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2023-11-08T11:59:58.357Z] time="2023-11-08T11:59:58.235365699Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/5d/5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923/data")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=078cbdf1-9619-493b-a8db-6ac937c67cbc http.request.method=GET http.request.remoteaddr="127.0.0.1:44718" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.3 git-commit/7995e3288fad2ab6b1825ca512023fb43c3dcee5 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=24.419µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=393a3a42-da03-4f92-bb19-c4047745bda1 trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2023-11-08T11:59:58.357Z] time="2023-11-08T11:59:58.235500731Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=078cbdf1-9619-493b-a8db-6ac937c67cbc http.request.method=GET http.request.remoteaddr="127.0.0.1:44718" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.3 git-commit/7995e3288fad2ab6b1825ca512023fb43c3dcee5 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/octet-stream" http.response.duration=3.046461ms http.response.status=200 http.response.written=68 [2023-11-08T11:59:58.357Z] 127.0.0.1 - - [08/Nov/2023:11:59:58 +0000] "GET /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 200 68 "" "docker/dev go/go1.21.3 git-commit/7995e3288fad2ab6b1825ca512023fb43c3dcee5 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2023-11-08T11:59:58.357Z] time="2023-11-08T11:59:58.236524697Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_layers/sha256/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=43e6e817-65e6-4a9b-a3b0-d8b2120cfdd1 http.request.method=GET http.request.remoteaddr="127.0.0.1:44702" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.3 git-commit/7995e3288fad2ab6b1825ca512023fb43c3dcee5 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=39.746µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=bb2b545f-3c09-4570-9841-1bc5a38aed8f trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2023-11-08T11:59:58.357Z] time="2023-11-08T11:59:58.23658759Z" level=debug msg="filesystem.Stat("/docker/registry/v2/blobs/sha256/cf/cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b/data")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=43e6e817-65e6-4a9b-a3b0-d8b2120cfdd1 http.request.method=GET http.request.remoteaddr="127.0.0.1:44702" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.3 git-commit/7995e3288fad2ab6b1825ca512023fb43c3dcee5 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=15.648µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=aa245695-f6a1-47ef-bd2a-af58e7334dc7 trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2023-11-08T11:59:58.357Z] time="2023-11-08T11:59:58.236669281Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=43e6e817-65e6-4a9b-a3b0-d8b2120cfdd1 http.request.method=GET http.request.remoteaddr="127.0.0.1:44702" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.3 git-commit/7995e3288fad2ab6b1825ca512023fb43c3dcee5 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/octet-stream" http.response.duration=4.241513ms http.response.status=200 http.response.written=194 [2023-11-08T11:59:58.357Z] 127.0.0.1 - - [08/Nov/2023:11:59:58 +0000] "GET /v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 200 194 "" "docker/dev go/go1.21.3 git-commit/7995e3288fad2ab6b1825ca512023fb43c3dcee5 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2023-11-08T11:59:58.357Z] time="2023-11-08T11:59:58.249884678Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=4f411a4b-691c-4698-a510-a09f51be4900 http.request.method=GET http.request.remoteaddr="127.0.0.1:44742" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.3 git-commit/7995e3288fad2ab6b1825ca512023fb43c3dcee5 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2023-11-08T11:59:58.357Z] time="2023-11-08T11:59:58.249926976Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=4f411a4b-691c-4698-a510-a09f51be4900 http.request.method=GET http.request.remoteaddr="127.0.0.1:44742" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.3 git-commit/7995e3288fad2ab6b1825ca512023fb43c3dcee5 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration="898.985µs" http.response.status=200 http.response.written=2 [2023-11-08T11:59:58.357Z] 127.0.0.1 - - [08/Nov/2023:11:59:58 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.21.3 git-commit/7995e3288fad2ab6b1825ca512023fb43c3dcee5 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2023-11-08T11:59:58.357Z] time="2023-11-08T11:59:58.25627032Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=3942da5e-8798-4169-9598-dfe79d70773a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44750" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.3 git-commit/7995e3288fad2ab6b1825ca512023fb43c3dcee5 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2023-11-08T11:59:58.357Z] time="2023-11-08T11:59:58.256315941Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=3942da5e-8798-4169-9598-dfe79d70773a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44750" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.3 git-commit/7995e3288fad2ab6b1825ca512023fb43c3dcee5 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2023-11-08T11:59:58.357Z] time="2023-11-08T11:59:58.256330965Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=3942da5e-8798-4169-9598-dfe79d70773a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44750" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.3 git-commit/7995e3288fad2ab6b1825ca512023fb43c3dcee5 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2023-11-08T11:59:58.357Z] time="2023-11-08T11:59:58.25639965Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/other/_manifests/revisions/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=3942da5e-8798-4169-9598-dfe79d70773a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44750" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.3 git-commit/7995e3288fad2ab6b1825ca512023fb43c3dcee5 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=36.554µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=9cf4622b-3ef5-4380-9cf0-145b9ee0834c trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2023-11-08T11:59:58.357Z] time="2023-11-08T11:59:58.256459195Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/other/_layers/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=3942da5e-8798-4169-9598-dfe79d70773a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44750" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.3 git-commit/7995e3288fad2ab6b1825ca512023fb43c3dcee5 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=21.293µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=82d9518a-b3a9-497e-a602-2a762719acc8 trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2023-11-08T11:59:58.358Z] time="2023-11-08T11:59:58.256538794Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown manifest name=other revision=sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" err.message="manifest unknown" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=3942da5e-8798-4169-9598-dfe79d70773a http.request.method=HEAD http.request.remoteaddr="127.0.0.1:44750" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.3 git-commit/7995e3288fad2ab6b1825ca512023fb43c3dcee5 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.11611ms http.response.status=404 http.response.written=181 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2023-11-08T11:59:58.358Z] 127.0.0.1 - - [08/Nov/2023:11:59:58 +0000] "HEAD /v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 404 181 "" "docker/dev go/go1.21.3 git-commit/7995e3288fad2ab6b1825ca512023fb43c3dcee5 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2023-11-08T11:59:58.358Z] time="2023-11-08T11:59:58.257873055Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=78e58059-8f61-4242-a72d-33f0654b55ff http.request.method=GET http.request.remoteaddr="127.0.0.1:44758" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.3 git-commit/7995e3288fad2ab6b1825ca512023fb43c3dcee5 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2023-11-08T11:59:58.358Z] time="2023-11-08T11:59:58.257913958Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=78e58059-8f61-4242-a72d-33f0654b55ff http.request.method=GET http.request.remoteaddr="127.0.0.1:44758" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.3 git-commit/7995e3288fad2ab6b1825ca512023fb43c3dcee5 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2023-11-08T11:59:58.358Z] time="2023-11-08T11:59:58.257930064Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=78e58059-8f61-4242-a72d-33f0654b55ff http.request.method=GET http.request.remoteaddr="127.0.0.1:44758" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.3 git-commit/7995e3288fad2ab6b1825ca512023fb43c3dcee5 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2023-11-08T11:59:58.358Z] time="2023-11-08T11:59:58.257988945Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/other/_manifests/revisions/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=78e58059-8f61-4242-a72d-33f0654b55ff http.request.method=GET http.request.remoteaddr="127.0.0.1:44758" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.3 git-commit/7995e3288fad2ab6b1825ca512023fb43c3dcee5 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=29.727µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=d9efc7ee-42c5-4658-bff3-6eb9c143753d trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2023-11-08T11:59:58.358Z] time="2023-11-08T11:59:58.258037995Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/other/_layers/sha256/a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda/link")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=78e58059-8f61-4242-a72d-33f0654b55ff http.request.method=GET http.request.remoteaddr="127.0.0.1:44758" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.3 git-commit/7995e3288fad2ab6b1825ca512023fb43c3dcee5 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=13.76µs trace.file="github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=24809b61-5cb8-42e7-865a-6b9ece89f940 trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2023-11-08T11:59:58.358Z] time="2023-11-08T11:59:58.258088301Z" level=error msg="response completed with error" err.code="manifest unknown" err.detail="unknown manifest name=other revision=sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" err.message="manifest unknown" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=78e58059-8f61-4242-a72d-33f0654b55ff http.request.method=GET http.request.remoteaddr="127.0.0.1:44758" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.3 git-commit/7995e3288fad2ab6b1825ca512023fb43c3dcee5 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.031186ms http.response.status=404 http.response.written=181 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2023-11-08T11:59:58.358Z] 127.0.0.1 - - [08/Nov/2023:11:59:58 +0000] "GET /v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 404 181 "" "docker/dev go/go1.21.3 git-commit/7995e3288fad2ab6b1825ca512023fb43c3dcee5 kernel/5.15.0-1039-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2023-11-08T11:59:58.358Z] --- PASS: TestImagePullStoredfDigestForOtherRepo (0.18s) [2023-11-08T11:59:58.358Z] === RUN TestImagePullNonExisting [2023-11-08T11:59:58.358Z] === RUN TestImagePullNonExisting/asdfasdf:foobar [2023-11-08T11:59:58.358Z] === PAUSE TestImagePullNonExisting/asdfasdf:foobar [2023-11-08T11:59:58.358Z] === RUN TestImagePullNonExisting/library/asdfasdf:foobar [2023-11-08T11:59:58.358Z] === PAUSE TestImagePullNonExisting/library/asdfasdf:foobar [2023-11-08T11:59:58.358Z] === RUN TestImagePullNonExisting/asdfasdf [2023-11-08T11:59:58.358Z] === PAUSE TestImagePullNonExisting/asdfasdf [2023-11-08T11:59:58.358Z] === RUN TestImagePullNonExisting/asdfasdf:latest [2023-11-08T11:59:58.358Z] === PAUSE TestImagePullNonExisting/asdfasdf:latest [2023-11-08T11:59:58.358Z] === RUN TestImagePullNonExisting/library/asdfasdf [2023-11-08T11:59:58.358Z] === PAUSE TestImagePullNonExisting/library/asdfasdf [2023-11-08T11:59:58.358Z] === RUN TestImagePullNonExisting/library/asdfasdf:latest [2023-11-08T11:59:58.358Z] === PAUSE TestImagePullNonExisting/library/asdfasdf:latest [2023-11-08T11:59:58.358Z] === CONT TestImagePullNonExisting/asdfasdf:foobar [2023-11-08T11:59:58.358Z] === CONT TestImagePullNonExisting/asdfasdf:latest [2023-11-08T11:59:58.358Z] === CONT TestImagePullNonExisting/library/asdfasdf:latest [2023-11-08T11:59:58.358Z] === CONT TestImagePullNonExisting/library/asdfasdf [2023-11-08T11:59:58.358Z] === CONT TestImagePullNonExisting/asdfasdf [2023-11-08T11:59:58.358Z] === CONT TestImagePullNonExisting/library/asdfasdf:foobar [2023-11-08T11:59:59.735Z] --- PASS: TestImagePullNonExisting (0.01s) [2023-11-08T11:59:59.735Z] --- PASS: TestImagePullNonExisting/library/asdfasdf:foobar (0.98s) [2023-11-08T11:59:59.735Z] --- PASS: TestImagePullNonExisting/asdfasdf:latest (0.98s) [2023-11-08T11:59:59.735Z] --- PASS: TestImagePullNonExisting/asdfasdf:foobar (0.99s) [2023-11-08T11:59:59.735Z] --- PASS: TestImagePullNonExisting/library/asdfasdf:latest (1.00s) [2023-11-08T11:59:59.735Z] --- PASS: TestImagePullNonExisting/asdfasdf (1.32s) [2023-11-08T11:59:59.735Z] --- PASS: TestImagePullNonExisting/library/asdfasdf (1.39s) [2023-11-08T11:59:59.735Z] === RUN TestRemoveImageOrphaning [2023-11-08T11:59:59.994Z] --- PASS: TestRemoveImageOrphaning (0.18s) [2023-11-08T11:59:59.994Z] === RUN TestRemoveByDigest [2023-11-08T11:59:59.994Z] remove_test.go:64: !testEnv.UsingSnapshotter(): RepoDigests doesn't include tags when using graphdrivers [2023-11-08T11:59:59.994Z] --- SKIP: TestRemoveByDigest (0.00s) [2023-11-08T11:59:59.994Z] === RUN TestRemoveImageGarbageCollector [2023-11-08T11:59:59.994Z] remove_unix_test.go:34: (*Execution).NotAmd64-fm [2023-11-08T11:59:59.994Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2023-11-08T11:59:59.994Z] === RUN TestSaveCheckTimes [2023-11-08T11:59:59.994Z] === PAUSE TestSaveCheckTimes [2023-11-08T11:59:59.994Z] === RUN TestSaveRepoWithMultipleImages [2023-11-08T12:00:00.253Z] --- PASS: TestSaveRepoWithMultipleImages (0.21s) [2023-11-08T12:00:00.253Z] === RUN TestSaveDirectoryPermissions [2023-11-08T12:00:01.189Z] --- PASS: TestSaveDirectoryPermissions (1.08s) [2023-11-08T12:00:01.189Z] === RUN TestTagUnprefixedRepoByNameOrName [2023-11-08T12:00:01.189Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2023-11-08T12:00:01.189Z] === RUN TestTagUsingDigestAlgorithmAsName [2023-11-08T12:00:01.189Z] --- PASS: TestTagUsingDigestAlgorithmAsName (0.01s) [2023-11-08T12:00:01.189Z] === RUN TestTagValidPrefixedRepo [2023-11-08T12:00:01.189Z] === RUN TestTagValidPrefixedRepo/fooo/bar [2023-11-08T12:00:01.189Z] === PAUSE TestTagValidPrefixedRepo/fooo/bar [2023-11-08T12:00:01.189Z] === RUN TestTagValidPrefixedRepo/fooaa/test [2023-11-08T12:00:01.189Z] === PAUSE TestTagValidPrefixedRepo/fooaa/test [2023-11-08T12:00:01.189Z] === RUN TestTagValidPrefixedRepo/foooo:t [2023-11-08T12:00:01.189Z] === PAUSE TestTagValidPrefixedRepo/foooo:t [2023-11-08T12:00:01.189Z] === RUN TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar [2023-11-08T12:00:01.189Z] === PAUSE TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar [2023-11-08T12:00:01.189Z] === CONT TestTagValidPrefixedRepo/fooo/bar [2023-11-08T12:00:01.189Z] === CONT TestTagValidPrefixedRepo/foooo:t [2023-11-08T12:00:01.189Z] === CONT TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar [2023-11-08T12:00:01.189Z] === CONT TestTagValidPrefixedRepo/fooaa/test [2023-11-08T12:00:01.449Z] --- PASS: TestTagValidPrefixedRepo (0.02s) [2023-11-08T12:00:01.449Z] --- PASS: TestTagValidPrefixedRepo/foooo:t (0.01s) [2023-11-08T12:00:01.449Z] --- PASS: TestTagValidPrefixedRepo/fooo/bar (0.01s) [2023-11-08T12:00:01.449Z] --- PASS: TestTagValidPrefixedRepo/fooaa/test (0.02s) [2023-11-08T12:00:01.449Z] --- PASS: TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar (0.02s) [2023-11-08T12:00:01.449Z] === RUN TestTagExistedNameWithoutForce [2023-11-08T12:00:01.449Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2023-11-08T12:00:01.449Z] === RUN TestTagOfficialNames [2023-11-08T12:00:01.449Z] === RUN TestTagOfficialNames/tag_from_busybox_to_docker.io/busybox [2023-11-08T12:00:01.449Z] === RUN TestTagOfficialNames/tag_from_busybox_to_index.docker.io/busybox [2023-11-08T12:00:01.449Z] === RUN TestTagOfficialNames/tag_from_busybox_to_library/busybox [2023-11-08T12:00:01.449Z] === RUN TestTagOfficialNames/tag_from_busybox_to_docker.io/library/busybox [2023-11-08T12:00:01.449Z] === RUN TestTagOfficialNames/tag_from_busybox_to_index.docker.io/library/busybox [2023-11-08T12:00:01.449Z] --- PASS: TestTagOfficialNames (0.06s) [2023-11-08T12:00:01.449Z] --- PASS: TestTagOfficialNames/tag_from_busybox_to_docker.io/busybox (0.01s) [2023-11-08T12:00:01.449Z] --- PASS: TestTagOfficialNames/tag_from_busybox_to_index.docker.io/busybox (0.01s) [2023-11-08T12:00:01.449Z] --- PASS: TestTagOfficialNames/tag_from_busybox_to_library/busybox (0.01s) [2023-11-08T12:00:01.449Z] --- PASS: TestTagOfficialNames/tag_from_busybox_to_docker.io/library/busybox (0.01s) [2023-11-08T12:00:01.449Z] --- PASS: TestTagOfficialNames/tag_from_busybox_to_index.docker.io/library/busybox (0.01s) [2023-11-08T12:00:01.449Z] === RUN TestTagMatchesDigest [2023-11-08T12:00:01.449Z] --- PASS: TestTagMatchesDigest (0.01s) [2023-11-08T12:00:01.449Z] === CONT TestSaveCheckTimes [2023-11-08T12:00:01.449Z] --- PASS: TestSaveCheckTimes (0.03s) [2023-11-08T12:00:01.449Z] PASS [2023-11-08T12:00:01.449Z] [2023-11-08T12:00:01.449Z] === Skipped [2023-11-08T12:00:01.449Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2023-11-08T12:00:01.449Z] import_test.go:23: runtime.GOARCH == "arm64": effective test will be time out [2023-11-08T12:00:01.449Z] [2023-11-08T12:00:01.449Z] === SKIP: arm64.integration.image TestRemoveByDigest (0.00s) [2023-11-08T12:00:01.449Z] remove_test.go:64: !testEnv.UsingSnapshotter(): RepoDigests doesn't include tags when using graphdrivers [2023-11-08T12:00:01.449Z] [2023-11-08T12:00:01.449Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2023-11-08T12:00:01.449Z] remove_unix_test.go:34: (*Execution).NotAmd64-fm [2023-11-08T12:00:01.449Z] [2023-11-08T12:00:01.449Z] DONE 53 tests, 3 skipped in 4.351s [2023-11-08T12:00:01.449Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (arm64.integration.internal.termtest) flags=-test.v -test.timeout=120m [2023-11-08T12:00:01.449Z] ++ '[' -n '' ']' [2023-11-08T12:00:01.449Z] ++ 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 [2023-11-08T12:00:01.449Z] ++ set -e [2023-11-08T12:00:01.449Z] ++ '[' -n 0 ']' [2023-11-08T12:00:01.449Z] ++ set -x [2023-11-08T12:00:01.449Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.M9HUc6QD4N/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= 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 [2023-11-08T12:00:01.449Z] === RUN TestStripANSICommands [2023-11-08T12:00:01.449Z] === RUN TestStripANSICommands/#00 [2023-11-08T12:00:01.449Z] === RUN TestStripANSICommands/#01 [2023-11-08T12:00:01.449Z] --- PASS: TestStripANSICommands (0.00s) [2023-11-08T12:00:01.449Z] --- PASS: TestStripANSICommands/#00 (0.00s) [2023-11-08T12:00:01.449Z] --- PASS: TestStripANSICommands/#01 (0.00s) [2023-11-08T12:00:01.449Z] PASS [2023-11-08T12:00:01.449Z] [2023-11-08T12:00:01.449Z] DONE 3 tests in 0.009s [2023-11-08T12:00:01.449Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2023-11-08T12:00:01.449Z] ++ '[' -n '' ']' [2023-11-08T12:00:01.449Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m [2023-11-08T12:00:01.449Z] ++ set -e [2023-11-08T12:00:01.449Z] ++ '[' -n 0 ']' [2023-11-08T12:00:01.449Z] ++ set -x [2023-11-08T12:00:01.449Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.M9HUc6QD4N/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m [2023-11-08T12:00:01.449Z] INFO: Testing against a local daemon [2023-11-08T12:00:01.449Z] === RUN TestCreateWithMultiNetworks [2023-11-08T12:00:02.826Z] --- PASS: TestCreateWithMultiNetworks (1.10s) [2023-11-08T12:00:02.826Z] === RUN TestNetworkCreateDelete [2023-11-08T12:00:02.826Z] --- PASS: TestNetworkCreateDelete (0.18s) [2023-11-08T12:00:02.826Z] === RUN TestDockerNetworkDeletePreferID [2023-11-08T12:00:03.393Z] --- PASS: TestDockerNetworkDeletePreferID (0.52s) [2023-11-08T12:00:03.393Z] === RUN TestDaemonDNSFallback [2023-11-08T12:00:09.957Z] --- PASS: TestDaemonDNSFallback (6.24s) [2023-11-08T12:00:09.957Z] === RUN TestInspectNetwork [2023-11-08T12:00:12.490Z] === RUN TestInspectNetwork/full_network_id [2023-11-08T12:00:12.490Z] === RUN TestInspectNetwork/partial_network_id [2023-11-08T12:00:12.490Z] === RUN TestInspectNetwork/network_name [2023-11-08T12:00:12.490Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2023-11-08T12:00:16.680Z] --- PASS: TestInspectNetwork (7.05s) [2023-11-08T12:00:16.680Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2023-11-08T12:00:16.680Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2023-11-08T12:00:16.680Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2023-11-08T12:00:16.680Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2023-11-08T12:00:16.680Z] === RUN TestRunContainerWithBridgeNone [2023-11-08T12:00:18.057Z] --- PASS: TestRunContainerWithBridgeNone (1.43s) [2023-11-08T12:00:18.057Z] === RUN TestNetworkInvalidJSON [2023-11-08T12:00:18.057Z] === RUN TestNetworkInvalidJSON/networks/create [2023-11-08T12:00:18.057Z] === PAUSE TestNetworkInvalidJSON/networks/create [2023-11-08T12:00:18.057Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2023-11-08T12:00:18.057Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2023-11-08T12:00:18.057Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2023-11-08T12:00:18.057Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2023-11-08T12:00:18.057Z] === CONT TestNetworkInvalidJSON/networks/create [2023-11-08T12:00:18.057Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2023-11-08T12:00:18.057Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2023-11-08T12:00:18.057Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2023-11-08T12:00:18.057Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2023-11-08T12:00:18.057Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2023-11-08T12:00:18.057Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2023-11-08T12:00:18.057Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2023-11-08T12:00:18.057Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2023-11-08T12:00:18.057Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2023-11-08T12:00:18.057Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2023-11-08T12:00:18.057Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2023-11-08T12:00:18.057Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2023-11-08T12:00:18.057Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2023-11-08T12:00:18.057Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2023-11-08T12:00:18.057Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2023-11-08T12:00:18.057Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.00s) [2023-11-08T12:00:18.057Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2023-11-08T12:00:18.057Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2023-11-08T12:00:18.057Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2023-11-08T12:00:18.057Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2023-11-08T12:00:18.057Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2023-11-08T12:00:18.057Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2023-11-08T12:00:18.057Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2023-11-08T12:00:18.057Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2023-11-08T12:00:18.057Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2023-11-08T12:00:18.057Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) [2023-11-08T12:00:18.057Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2023-11-08T12:00:18.057Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2023-11-08T12:00:18.057Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2023-11-08T12:00:18.057Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2023-11-08T12:00:18.057Z] === RUN TestNetworkList [2023-11-08T12:00:18.057Z] === RUN TestNetworkList//networks [2023-11-08T12:00:18.057Z] === PAUSE TestNetworkList//networks [2023-11-08T12:00:18.057Z] === RUN TestNetworkList//networks/ [2023-11-08T12:00:18.057Z] === PAUSE TestNetworkList//networks/ [2023-11-08T12:00:18.057Z] === CONT TestNetworkList//networks [2023-11-08T12:00:18.057Z] === CONT TestNetworkList//networks/ [2023-11-08T12:00:18.057Z] --- PASS: TestNetworkList (0.01s) [2023-11-08T12:00:18.057Z] --- PASS: TestNetworkList//networks/ (0.00s) [2023-11-08T12:00:18.057Z] --- PASS: TestNetworkList//networks (0.00s) [2023-11-08T12:00:18.057Z] === RUN TestHostIPv4BridgeLabel [2023-11-08T12:00:18.624Z] --- PASS: TestHostIPv4BridgeLabel (0.57s) [2023-11-08T12:00:18.624Z] === RUN TestDefaultNetworkOpts [2023-11-08T12:00:18.624Z] === RUN TestDefaultNetworkOpts/default_value [2023-11-08T12:00:20.001Z] === RUN TestDefaultNetworkOpts/cmdline_value [2023-11-08T12:00:21.378Z] === RUN TestDefaultNetworkOpts/config-from_value [2023-11-08T12:00:22.755Z] --- PASS: TestDefaultNetworkOpts (4.00s) [2023-11-08T12:00:22.755Z] --- PASS: TestDefaultNetworkOpts/default_value (1.30s) [2023-11-08T12:00:22.755Z] --- PASS: TestDefaultNetworkOpts/cmdline_value (1.35s) [2023-11-08T12:00:22.755Z] --- PASS: TestDefaultNetworkOpts/config-from_value (1.35s) [2023-11-08T12:00:22.755Z] === RUN TestForbidDuplicateNetworkNames [2023-11-08T12:00:23.323Z] --- PASS: TestForbidDuplicateNetworkNames (0.66s) [2023-11-08T12:00:23.323Z] === RUN TestDaemonRestartWithLiveRestore [2023-11-08T12:00:24.260Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2023-11-08T12:00:24.260Z] === RUN TestDaemonDefaultNetworkPools [2023-11-08T12:00:25.196Z] --- PASS: TestDaemonDefaultNetworkPools (0.83s) [2023-11-08T12:00:25.196Z] === RUN TestDaemonRestartWithExistingNetwork [2023-11-08T12:00:26.573Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.18s) [2023-11-08T12:00:26.573Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2023-11-08T12:00:27.951Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.27s) [2023-11-08T12:00:27.951Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2023-11-08T12:00:28.210Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.61s) [2023-11-08T12:00:28.210Z] === RUN TestServiceWithPredefinedNetwork [2023-11-08T12:00:30.744Z] --- PASS: TestServiceWithPredefinedNetwork (2.12s) [2023-11-08T12:00:30.744Z] === RUN TestServiceRemoveKeepsIngressNetwork [2023-11-08T12:00:30.744Z] service_test.go:256: FLAKY_TEST [2023-11-08T12:00:30.744Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2023-11-08T12:00:30.744Z] === RUN TestServiceWithDataPathPortInit [2023-11-08T12:00:45.624Z] --- PASS: TestServiceWithDataPathPortInit (13.72s) [2023-11-08T12:00:45.624Z] === RUN TestServiceWithDefaultAddressPoolInit [2023-11-08T12:00:46.560Z] service_test.go:447: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:8g860llfhlbo9028lcv6r0q9k Created:2023-11-08 12:00:45.299953189 +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[19aa054b4aa0eda8619daa67f4bccf0002e0d20f14cd5bef54dfe1a2db9e6707:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.y0b8na8v7jcd9sdi6zq3i2vty EndpointID:8d2595bcf80673a1c7f6fe0ac8fa35c99b25be49906bd547b54e67fc7388eca6 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:6f6f8df65ccc91e3995eb4cf3092c8789260fbdcac4b0ed47caea362966f3170 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:427d822c2985 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.y0b8na8v7jcd9sdi6zq3i2vty EndpointID:8d2595bcf80673a1c7f6fe0ac8fa35c99b25be49906bd547b54e67fc7388eca6 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2023-11-08T12:00:51.831Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.80s) [2023-11-08T12:00:51.831Z] PASS [2023-11-08T12:00:51.831Z] [2023-11-08T12:00:51.831Z] === Skipped [2023-11-08T12:00:51.831Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2023-11-08T12:00:51.831Z] service_test.go:256: FLAKY_TEST [2023-11-08T12:00:51.831Z] [2023-11-08T12:00:51.831Z] DONE 44 tests, 1 skipped in 49.386s [2023-11-08T12:00:51.831Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2023-11-08T12:00:51.831Z] ++ '[' -n '' ']' [2023-11-08T12:00:51.831Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2023-11-08T12:00:51.831Z] ++ set -e [2023-11-08T12:00:51.831Z] ++ '[' -n 0 ']' [2023-11-08T12:00:51.831Z] ++ set -x [2023-11-08T12:00:51.831Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.M9HUc6QD4N/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m [2023-11-08T12:00:51.831Z] INFO: Testing against a local daemon [2023-11-08T12:00:51.831Z] === RUN TestDockerNetworkIpvlanPersistance [2023-11-08T12:00:51.831Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2023-11-08T12:00:51.831Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2023-11-08T12:00:51.831Z] === RUN TestDockerNetworkIpvlan [2023-11-08T12:00:51.831Z] ipvlan_test.go:55: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2023-11-08T12:00:51.831Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2023-11-08T12:00:51.831Z] PASS [2023-11-08T12:00:51.831Z] [2023-11-08T12:00:51.831Z] === Skipped [2023-11-08T12:00:51.831Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2023-11-08T12:00:51.831Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2023-11-08T12:00:51.831Z] [2023-11-08T12:00:51.831Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2023-11-08T12:00:51.831Z] ipvlan_test.go:55: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2023-11-08T12:00:51.831Z] [2023-11-08T12:00:51.831Z] DONE 2 tests, 2 skipped in 0.039s [2023-11-08T12:00:51.831Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2023-11-08T12:00:51.831Z] ++ '[' -n '' ']' [2023-11-08T12:00:51.831Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2023-11-08T12:00:51.831Z] ++ set -e [2023-11-08T12:00:51.831Z] ++ '[' -n 0 ']' [2023-11-08T12:00:51.831Z] ++ set -x [2023-11-08T12:00:51.831Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.M9HUc6QD4N/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m [2023-11-08T12:00:51.831Z] INFO: Testing against a local daemon [2023-11-08T12:00:51.831Z] === RUN TestDockerNetworkMacvlanPersistance [2023-11-08T12:00:52.399Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.31s) [2023-11-08T12:00:52.399Z] === RUN TestDockerNetworkMacvlan [2023-11-08T12:00:52.399Z] === RUN TestDockerNetworkMacvlan/Subinterface [2023-11-08T12:00:52.967Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2023-11-08T12:00:53.535Z] === RUN TestDockerNetworkMacvlan/NilParent [2023-11-08T12:00:54.102Z] === RUN TestDockerNetworkMacvlan/InternalMode [2023-11-08T12:00:54.670Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2023-11-08T12:00:55.238Z] === RUN TestDockerNetworkMacvlan/Addressing [2023-11-08T12:00:56.175Z] --- PASS: TestDockerNetworkMacvlan (3.62s) [2023-11-08T12:00:56.175Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.60s) [2023-11-08T12:00:56.175Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.60s) [2023-11-08T12:00:56.175Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.60s) [2023-11-08T12:00:56.175Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.61s) [2023-11-08T12:00:56.175Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (0.61s) [2023-11-08T12:00:56.175Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.60s) [2023-11-08T12:00:56.175Z] PASS [2023-11-08T12:00:56.175Z] [2023-11-08T12:00:56.175Z] DONE 8 tests in 4.968s [2023-11-08T12:00:56.175Z] Running /go/src/github.com/docker/docker/integration/networking (arm64.integration.networking) flags=-test.v -test.timeout=120m [2023-11-08T12:00:56.175Z] ++ '[' -n '' ']' [2023-11-08T12:00:56.175Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-networking-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-networking-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.networking -t ./test.main -test.v -test.timeout=120m [2023-11-08T12:00:56.175Z] ++ set -e [2023-11-08T12:00:56.175Z] ++ '[' -n 0 ']' [2023-11-08T12:00:56.175Z] ++ set -x [2023-11-08T12:00:56.175Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.M9HUc6QD4N/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-networking-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-networking-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.networking -t ./test.main -test.v -test.timeout=120m [2023-11-08T12:00:56.175Z] INFO: Testing against a local daemon [2023-11-08T12:00:56.175Z] === RUN TestBridgeICC [2023-11-08T12:00:56.749Z] === RUN TestBridgeICC/IPv4_non-internal_network [2023-11-08T12:00:57.687Z] === RUN TestBridgeICC/IPv4_internal_network [2023-11-08T12:00:59.081Z] === RUN TestBridgeICC/IPv6_ULA_on_non-internal_network [2023-11-08T12:01:00.497Z] === RUN TestBridgeICC/IPv6_ULA_on_internal_network [2023-11-08T12:01:01.464Z] === RUN TestBridgeICC/IPv6_link-local_address_on_non-internal_network [2023-11-08T12:01:02.872Z] === RUN TestBridgeICC/IPv6_link-local_address_on_internal_network [2023-11-08T12:01:03.827Z] === RUN TestBridgeICC/IPv6_non-internal_network_with_SLAAC_LL_address [2023-11-08T12:01:07.136Z] === RUN TestBridgeICC/IPv6_internal_network_with_SLAAC_LL_address [2023-11-08T12:01:09.670Z] --- PASS: TestBridgeICC (13.51s) [2023-11-08T12:01:09.670Z] --- PASS: TestBridgeICC/IPv4_non-internal_network (1.21s) [2023-11-08T12:01:09.670Z] --- PASS: TestBridgeICC/IPv4_internal_network (1.15s) [2023-11-08T12:01:09.670Z] --- PASS: TestBridgeICC/IPv6_ULA_on_non-internal_network (1.34s) [2023-11-08T12:01:09.670Z] --- PASS: TestBridgeICC/IPv6_ULA_on_internal_network (1.14s) [2023-11-08T12:01:09.670Z] --- PASS: TestBridgeICC/IPv6_link-local_address_on_non-internal_network (1.29s) [2023-11-08T12:01:09.670Z] --- PASS: TestBridgeICC/IPv6_link-local_address_on_internal_network (1.20s) [2023-11-08T12:01:09.670Z] --- PASS: TestBridgeICC/IPv6_non-internal_network_with_SLAAC_LL_address (3.28s) [2023-11-08T12:01:09.670Z] --- PASS: TestBridgeICC/IPv6_internal_network_with_SLAAC_LL_address (2.27s) [2023-11-08T12:01:09.670Z] === RUN TestBridgeINC [2023-11-08T12:01:10.237Z] === RUN TestBridgeINC/IPv4_non-internal_network [2023-11-08T12:01:14.424Z] === RUN TestBridgeINC/IPv4_internal_network [2023-11-08T12:01:15.801Z] === RUN TestBridgeINC/IPv6_ULA_on_non-internal_network [2023-11-08T12:01:21.069Z] === RUN TestBridgeINC/IPv6_ULA_on_internal_network [2023-11-08T12:01:21.637Z] --- PASS: TestBridgeINC (12.20s) [2023-11-08T12:01:21.637Z] --- PASS: TestBridgeINC/IPv4_non-internal_network (4.43s) [2023-11-08T12:01:21.637Z] --- PASS: TestBridgeINC/IPv4_internal_network (1.34s) [2023-11-08T12:01:21.637Z] --- PASS: TestBridgeINC/IPv6_ULA_on_non-internal_network (4.51s) [2023-11-08T12:01:21.637Z] --- PASS: TestBridgeINC/IPv6_ULA_on_internal_network (1.32s) [2023-11-08T12:01:21.637Z] PASS [2023-11-08T12:01:21.637Z] [2023-11-08T12:01:21.637Z] DONE 14 tests in 25.745s [2023-11-08T12:01:21.637Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2023-11-08T12:01:21.637Z] ++ '[' -n '' ']' [2023-11-08T12:01:21.637Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2023-11-08T12:01:21.637Z] ++ set -e [2023-11-08T12:01:21.637Z] ++ '[' -n 0 ']' [2023-11-08T12:01:21.637Z] ++ set -x [2023-11-08T12:01:21.637Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.M9HUc6QD4N/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m [2023-11-08T12:01:21.637Z] testing: warning: no tests to run [2023-11-08T12:01:21.637Z] PASS [2023-11-08T12:01:21.637Z] [2023-11-08T12:01:21.637Z] DONE 0 tests in 0.007s [2023-11-08T12:01:21.637Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2023-11-08T12:01:21.637Z] ++ '[' -n '' ']' [2023-11-08T12:01:21.637Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2023-11-08T12:01:21.637Z] ++ set -e [2023-11-08T12:01:21.637Z] ++ '[' -n 0 ']' [2023-11-08T12:01:21.637Z] ++ set -x [2023-11-08T12:01:21.637Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.M9HUc6QD4N/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m [2023-11-08T12:01:21.896Z] INFO: Testing against a local daemon [2023-11-08T12:01:21.896Z] === RUN TestAuthZPluginAllowRequest [2023-11-08T12:01:22.832Z] --- PASS: TestAuthZPluginAllowRequest (1.12s) [2023-11-08T12:01:22.832Z] === RUN TestAuthZPluginTLS [2023-11-08T12:01:23.401Z] --- PASS: TestAuthZPluginTLS (0.55s) [2023-11-08T12:01:23.401Z] === RUN TestAuthZPluginDenyRequest [2023-11-08T12:01:23.969Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2023-11-08T12:01:23.969Z] === RUN TestAuthZPluginAPIDenyResponse [2023-11-08T12:01:24.536Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2023-11-08T12:01:24.536Z] === RUN TestAuthZPluginDenyResponse [2023-11-08T12:01:25.104Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2023-11-08T12:01:25.104Z] === RUN TestAuthZPluginAllowEventStream [2023-11-08T12:01:26.041Z] 2023/11/08 12:01:25 http: panic serving 127.0.0.1:38580: runtime error: invalid memory address or nil pointer dereference [2023-11-08T12:01:26.041Z] goroutine 162 [running]: [2023-11-08T12:01:26.041Z] net/http.(*conn).serve.func1() [2023-11-08T12:01:26.041Z] /usr/local/go/src/net/http/server.go:1868 +0xb0 [2023-11-08T12:01:26.041Z] panic({0xa721a0?, 0x1589980?}) [2023-11-08T12:01:26.041Z] /usr/local/go/src/runtime/panic.go:920 +0x26c [2023-11-08T12:01:26.041Z] github.com/docker/docker/integration/plugin/authz.setupSuite.func3({0xd6b090, 0x4000600120}, 0xffff45c886d0?) [2023-11-08T12:01:26.041Z] /go/src/github.com/docker/docker/integration/plugin/authz/main_test.go:159 +0x14c [2023-11-08T12:01:26.041Z] net/http.HandlerFunc.ServeHTTP(0x40001c8600?, {0xd6b090?, 0x4000600120?}, 0x408b68?) [2023-11-08T12:01:26.041Z] /usr/local/go/src/net/http/server.go:2136 +0x38 [2023-11-08T12:01:26.041Z] net/http.(*ServeMux).ServeHTTP(0xd71158?, {0xd6b090, 0x4000600120}, 0x40001c8600) [2023-11-08T12:01:26.041Z] /usr/local/go/src/net/http/server.go:2514 +0x144 [2023-11-08T12:01:26.041Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*Handler).ServeHTTP(0x4000112c00, {0xd69c80?, 0x4000152000}, 0x40001c8500) [2023-11-08T12:01:26.041Z] /go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:213 +0xf40 [2023-11-08T12:01:26.041Z] net/http.serverHandler.ServeHTTP({0xd667e8?}, {0xd69c80?, 0x4000152000?}, 0x6?) [2023-11-08T12:01:26.041Z] /usr/local/go/src/net/http/server.go:2938 +0xbc [2023-11-08T12:01:26.041Z] net/http.(*conn).serve(0x40000df170, {0xd71158, 0x400028c180}) [2023-11-08T12:01:26.041Z] /usr/local/go/src/net/http/server.go:2009 +0x518 [2023-11-08T12:01:26.041Z] created by net/http.(*Server).Serve in goroutine 22 [2023-11-08T12:01:26.041Z] /usr/local/go/src/net/http/server.go:3086 +0x4cc [2023-11-08T12:01:26.976Z] 2023/11/08 12:01:26 http: panic serving 127.0.0.1:38594: could not unmarshal json for /AuthZPlugin.AuthZRes: unexpected end of JSON input [2023-11-08T12:01:26.976Z] goroutine 192 [running]: [2023-11-08T12:01:26.976Z] net/http.(*conn).serve.func1() [2023-11-08T12:01:26.976Z] /usr/local/go/src/net/http/server.go:1868 +0xb0 [2023-11-08T12:01:26.976Z] panic({0xa096c0?, 0x40006822b0?}) [2023-11-08T12:01:26.976Z] /usr/local/go/src/runtime/panic.go:920 +0x26c [2023-11-08T12:01:26.976Z] github.com/docker/docker/integration/plugin/authz.setupSuite.func3({0xd6b090, 0x40006001e0}, 0xffff45c886d0?) [2023-11-08T12:01:26.976Z] /go/src/github.com/docker/docker/integration/plugin/authz/main_test.go:149 +0x360 [2023-11-08T12:01:26.976Z] net/http.HandlerFunc.ServeHTTP(0x40001c8700?, {0xd6b090?, 0x40006001e0?}, 0x408b68?) [2023-11-08T12:01:26.976Z] /usr/local/go/src/net/http/server.go:2136 +0x38 [2023-11-08T12:01:26.976Z] net/http.(*ServeMux).ServeHTTP(0xd71158?, {0xd6b090, 0x40006001e0}, 0x40001c8700) [2023-11-08T12:01:26.976Z] /usr/local/go/src/net/http/server.go:2514 +0x144 [2023-11-08T12:01:26.976Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*Handler).ServeHTTP(0x4000112c00, {0xd69c80?, 0x40001520e0}, 0x400041e500) [2023-11-08T12:01:26.976Z] /go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:213 +0xf40 [2023-11-08T12:01:26.976Z] net/http.serverHandler.ServeHTTP({0x400025b2f0?}, {0xd69c80?, 0x40001520e0?}, 0x6?) [2023-11-08T12:01:26.976Z] /usr/local/go/src/net/http/server.go:2938 +0xbc [2023-11-08T12:01:26.976Z] net/http.(*conn).serve(0x400034bb90, {0xd71158, 0x400028c180}) [2023-11-08T12:01:26.976Z] /usr/local/go/src/net/http/server.go:2009 +0x518 [2023-11-08T12:01:26.976Z] created by net/http.(*Server).Serve in goroutine 22 [2023-11-08T12:01:26.976Z] /usr/local/go/src/net/http/server.go:3086 +0x4cc [2023-11-08T12:01:28.879Z] 2023/11/08 12:01:28 http: panic serving 127.0.0.1:38604: could not unmarshal json for /AuthZPlugin.AuthZRes: unexpected end of JSON input [2023-11-08T12:01:28.879Z] goroutine 93 [running]: [2023-11-08T12:01:28.879Z] net/http.(*conn).serve.func1() [2023-11-08T12:01:28.879Z] /usr/local/go/src/net/http/server.go:1868 +0xb0 [2023-11-08T12:01:28.879Z] panic({0xa096c0?, 0x4000286600?}) [2023-11-08T12:01:28.879Z] /usr/local/go/src/runtime/panic.go:920 +0x26c [2023-11-08T12:01:28.879Z] github.com/docker/docker/integration/plugin/authz.setupSuite.func3({0xd6b090, 0x40001103c0}, 0xffff4594e850?) [2023-11-08T12:01:28.879Z] /go/src/github.com/docker/docker/integration/plugin/authz/main_test.go:149 +0x360 [2023-11-08T12:01:28.879Z] net/http.HandlerFunc.ServeHTTP(0x40005c2600?, {0xd6b090?, 0x40001103c0?}, 0x408b68?) [2023-11-08T12:01:28.879Z] /usr/local/go/src/net/http/server.go:2136 +0x38 [2023-11-08T12:01:28.879Z] net/http.(*ServeMux).ServeHTTP(0xd71158?, {0xd6b090, 0x40001103c0}, 0x40005c2600) [2023-11-08T12:01:28.879Z] /usr/local/go/src/net/http/server.go:2514 +0x144 [2023-11-08T12:01:28.879Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*Handler).ServeHTTP(0x4000112c00, {0xd69c80?, 0x40005ce0e0}, 0x40005c2500) [2023-11-08T12:01:28.879Z] /go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:213 +0xf40 [2023-11-08T12:01:28.879Z] net/http.serverHandler.ServeHTTP({0x400028c3c0?}, {0xd69c80?, 0x40005ce0e0?}, 0x6?) [2023-11-08T12:01:28.879Z] /usr/local/go/src/net/http/server.go:2938 +0xbc [2023-11-08T12:01:28.879Z] net/http.(*conn).serve(0x40000de240, {0xd71158, 0x400028c180}) [2023-11-08T12:01:28.879Z] /usr/local/go/src/net/http/server.go:2009 +0x518 [2023-11-08T12:01:28.879Z] created by net/http.(*Server).Serve in goroutine 22 [2023-11-08T12:01:28.879Z] /usr/local/go/src/net/http/server.go:3086 +0x4cc [2023-11-08T12:01:31.411Z] --- PASS: TestAuthZPluginAllowEventStream (6.11s) [2023-11-08T12:01:31.411Z] === RUN TestAuthZPluginErrorResponse [2023-11-08T12:01:31.670Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2023-11-08T12:01:31.670Z] === RUN TestAuthZPluginErrorRequest [2023-11-08T12:01:32.238Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2023-11-08T12:01:32.238Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2023-11-08T12:01:32.806Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2023-11-08T12:01:32.806Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2023-11-08T12:01:34.182Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.24s) [2023-11-08T12:01:34.182Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2023-11-08T12:01:35.119Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.19s) [2023-11-08T12:01:35.119Z] === RUN TestAuthZPluginHeader [2023-11-08T12:01:35.686Z] --- PASS: TestAuthZPluginHeader (0.63s) [2023-11-08T12:01:35.686Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2023-11-08T12:01:35.686Z] authz_plugin_v2_test.go:40: (*Execution).NotAmd64-fm [2023-11-08T12:01:35.686Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2023-11-08T12:01:35.686Z] === RUN TestAuthZPluginV2Disable [2023-11-08T12:01:35.686Z] authz_plugin_v2_test.go:61: (*Execution).NotAmd64-fm [2023-11-08T12:01:35.686Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2023-11-08T12:01:35.686Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2023-11-08T12:01:35.686Z] authz_plugin_v2_test.go:87: (*Execution).NotAmd64-fm [2023-11-08T12:01:35.686Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2023-11-08T12:01:35.686Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2023-11-08T12:01:35.686Z] authz_plugin_v2_test.go:122: (*Execution).NotAmd64-fm [2023-11-08T12:01:35.686Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2023-11-08T12:01:35.686Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2023-11-08T12:01:53.771Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.89s) [2023-11-08T12:01:53.771Z] PASS [2023-11-08T12:01:53.771Z] [2023-11-08T12:01:53.771Z] === Skipped [2023-11-08T12:01:53.771Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2023-11-08T12:01:53.771Z] authz_plugin_v2_test.go:40: (*Execution).NotAmd64-fm [2023-11-08T12:01:53.771Z] [2023-11-08T12:01:53.771Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2023-11-08T12:01:53.771Z] authz_plugin_v2_test.go:61: (*Execution).NotAmd64-fm [2023-11-08T12:01:53.771Z] [2023-11-08T12:01:53.771Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2023-11-08T12:01:53.771Z] authz_plugin_v2_test.go:87: (*Execution).NotAmd64-fm [2023-11-08T12:01:53.771Z] [2023-11-08T12:01:53.771Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2023-11-08T12:01:53.771Z] authz_plugin_v2_test.go:122: (*Execution).NotAmd64-fm [2023-11-08T12:01:53.771Z] [2023-11-08T12:01:53.771Z] DONE 17 tests, 4 skipped in 30.966s [2023-11-08T12:01:53.771Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2023-11-08T12:01:53.771Z] ++ '[' -n '' ']' [2023-11-08T12:01:53.771Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2023-11-08T12:01:53.771Z] ++ set -e [2023-11-08T12:01:53.771Z] ++ '[' -n 0 ']' [2023-11-08T12:01:53.771Z] ++ set -x [2023-11-08T12:01:53.771Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.M9HUc6QD4N/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m [2023-11-08T12:01:53.771Z] INFO: Testing against a local daemon [2023-11-08T12:01:53.771Z] === RUN TestPluginInvalidJSON [2023-11-08T12:01:53.771Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2023-11-08T12:01:53.771Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2023-11-08T12:01:53.771Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2023-11-08T12:01:53.771Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2023-11-08T12:01:53.771Z] === RUN TestPluginInvalidJSON/plugins/pull [2023-11-08T12:01:53.771Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2023-11-08T12:01:53.771Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2023-11-08T12:01:53.771Z] === CONT TestPluginInvalidJSON/plugins/pull [2023-11-08T12:01:53.771Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2023-11-08T12:01:53.771Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2023-11-08T12:01:53.771Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2023-11-08T12:01:53.771Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2023-11-08T12:01:53.771Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2023-11-08T12:01:53.771Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2023-11-08T12:01:53.771Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2023-11-08T12:01:53.771Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2023-11-08T12:01:53.771Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2023-11-08T12:01:53.771Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2023-11-08T12:01:53.771Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2023-11-08T12:01:53.771Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2023-11-08T12:01:53.771Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2023-11-08T12:01:53.771Z] --- PASS: TestPluginInvalidJSON (0.01s) [2023-11-08T12:01:53.771Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s) [2023-11-08T12:01:53.771Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2023-11-08T12:01:53.771Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2023-11-08T12:01:53.771Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2023-11-08T12:01:53.771Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2023-11-08T12:01:53.771Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s) [2023-11-08T12:01:53.771Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2023-11-08T12:01:53.771Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2023-11-08T12:01:53.771Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2023-11-08T12:01:53.771Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2023-11-08T12:01:53.771Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2023-11-08T12:01:53.771Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2023-11-08T12:01:53.771Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2023-11-08T12:01:53.771Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2023-11-08T12:01:53.771Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2023-11-08T12:01:53.771Z] === RUN TestPluginInstall [2023-11-08T12:01:53.771Z] === RUN TestPluginInstall/no_auth [2023-11-08T12:01:56.305Z] time="2023-11-08T12:01:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2023-11-08T12:01:56.305Z] time="2023-11-08T12:01:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d4f4825cab8e4940334fb9a90afb1096d688618eb14de5d9624bf8240ccb19e5" mediatype=application/vnd.docker.plugin.v1+json size=522 [2023-11-08T12:01:56.305Z] time="2023-11-08T12:01:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2023-11-08T12:01:56.305Z] time="2023-11-08T12:01:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d4f4825cab8e4940334fb9a90afb1096d688618eb14de5d9624bf8240ccb19e5" mediatype=application/vnd.docker.plugin.v1+json size=522 [2023-11-08T12:01:56.564Z] === RUN TestPluginInstall/with_htpasswd [2023-11-08T12:01:56.823Z] time="2023-11-08T12:01:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2023-11-08T12:01:56.823Z] time="2023-11-08T12:01:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:153ddd99a0b9f1d4fcac6ccdc4ae421c0e84850cca2d0e1a202b885ae0dbd0c9" mediatype=application/vnd.docker.plugin.v1+json size=522 [2023-11-08T12:01:56.823Z] time="2023-11-08T12:01:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2023-11-08T12:01:56.823Z] time="2023-11-08T12:01:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:153ddd99a0b9f1d4fcac6ccdc4ae421c0e84850cca2d0e1a202b885ae0dbd0c9" mediatype=application/vnd.docker.plugin.v1+json size=522 [2023-11-08T12:01:57.082Z] === RUN TestPluginInstall/with_insecure [2023-11-08T12:01:58.018Z] time="2023-11-08T12:01:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2023-11-08T12:01:58.018Z] time="2023-11-08T12:01:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:03ba52d763ecba58777c8ce5730d83e00758c3f041142fda7de269b12cf89808" mediatype=application/vnd.docker.plugin.v1+json size=522 [2023-11-08T12:01:58.018Z] time="2023-11-08T12:01:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2023-11-08T12:01:58.018Z] time="2023-11-08T12:01:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:03ba52d763ecba58777c8ce5730d83e00758c3f041142fda7de269b12cf89808" mediatype=application/vnd.docker.plugin.v1+json size=522 [2023-11-08T12:01:58.018Z] plugin_test.go:204: [d25885be1431a] daemon is not started [2023-11-08T12:01:58.018Z] --- PASS: TestPluginInstall (5.15s) [2023-11-08T12:01:58.018Z] --- PASS: TestPluginInstall/no_auth (3.75s) [2023-11-08T12:01:58.018Z] --- PASS: TestPluginInstall/with_htpasswd (0.46s) [2023-11-08T12:01:58.018Z] --- PASS: TestPluginInstall/with_insecure (0.93s) [2023-11-08T12:01:58.018Z] === RUN TestPluginsWithRuntimes [2023-11-08T12:01:59.394Z] === RUN TestPluginsWithRuntimes/No_Args [2023-11-08T12:02:00.330Z] === RUN TestPluginsWithRuntimes/With_Args [2023-11-08T12:02:01.266Z] --- PASS: TestPluginsWithRuntimes (3.40s) [2023-11-08T12:02:01.266Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.93s) [2023-11-08T12:02:01.266Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.94s) [2023-11-08T12:02:01.266Z] === RUN TestPluginBackCompatMediaTypes [2023-11-08T12:02:01.833Z] --- PASS: TestPluginBackCompatMediaTypes (0.51s) [2023-11-08T12:02:01.833Z] PASS [2023-11-08T12:02:01.833Z] [2023-11-08T12:02:01.833Z] DONE 24 tests in 9.116s [2023-11-08T12:02:01.833Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2023-11-08T12:02:01.833Z] ++ '[' -n '' ']' [2023-11-08T12:02:01.833Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2023-11-08T12:02:01.833Z] ++ set -e [2023-11-08T12:02:01.833Z] ++ '[' -n 0 ']' [2023-11-08T12:02:01.833Z] ++ set -x [2023-11-08T12:02:01.833Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.M9HUc6QD4N/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m [2023-11-08T12:02:01.833Z] INFO: Testing against a local daemon [2023-11-08T12:02:01.833Z] === RUN TestExternalGraphDriver [2023-11-08T12:02:02.401Z] === RUN TestExternalGraphDriver/json [2023-11-08T12:02:02.401Z] === RUN TestExternalGraphDriver/spec [2023-11-08T12:02:02.401Z] === RUN TestExternalGraphDriver/pull [2023-11-08T12:02:02.401Z] --- PASS: TestExternalGraphDriver (0.34s) [2023-11-08T12:02:02.401Z] --- PASS: TestExternalGraphDriver/json (0.00s) [2023-11-08T12:02:02.401Z] --- PASS: TestExternalGraphDriver/spec (0.00s) [2023-11-08T12:02:02.401Z] --- PASS: TestExternalGraphDriver/pull (0.00s) [2023-11-08T12:02:02.401Z] === RUN TestGraphdriverPluginV2 [2023-11-08T12:02:02.660Z] external_test.go:415: (*Execution).NotAmd64-fm [2023-11-08T12:02:02.660Z] --- SKIP: TestGraphdriverPluginV2 (0.32s) [2023-11-08T12:02:02.660Z] PASS [2023-11-08T12:02:02.660Z] [2023-11-08T12:02:02.660Z] === Skipped [2023-11-08T12:02:02.660Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.32s) [2023-11-08T12:02:02.660Z] external_test.go:415: (*Execution).NotAmd64-fm [2023-11-08T12:02:02.660Z] [2023-11-08T12:02:02.660Z] DONE 5 tests, 1 skipped in 0.698s [2023-11-08T12:02:02.660Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2023-11-08T12:02:02.660Z] ++ '[' -n '' ']' [2023-11-08T12:02:02.660Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2023-11-08T12:02:02.660Z] ++ set -e [2023-11-08T12:02:02.660Z] ++ '[' -n 0 ']' [2023-11-08T12:02:02.660Z] ++ set -x [2023-11-08T12:02:02.660Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.M9HUc6QD4N/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m [2023-11-08T12:02:02.660Z] INFO: Testing against a local daemon [2023-11-08T12:02:02.660Z] === RUN TestContinueAfterPluginCrash [2023-11-08T12:02:02.660Z] === PAUSE TestContinueAfterPluginCrash [2023-11-08T12:02:02.660Z] === RUN TestReadPluginNoRead [2023-11-08T12:02:02.660Z] === PAUSE TestReadPluginNoRead [2023-11-08T12:02:02.660Z] === RUN TestDaemonStartWithLogOpt [2023-11-08T12:02:02.660Z] === PAUSE TestDaemonStartWithLogOpt [2023-11-08T12:02:02.660Z] === CONT TestContinueAfterPluginCrash [2023-11-08T12:02:02.660Z] === CONT TestDaemonStartWithLogOpt [2023-11-08T12:02:02.660Z] === CONT TestReadPluginNoRead [2023-11-08T12:02:05.195Z] === RUN TestReadPluginNoRead/disabled_caching [2023-11-08T12:02:05.453Z] --- PASS: TestDaemonStartWithLogOpt (2.84s) [2023-11-08T12:02:06.021Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2023-11-08T12:02:07.398Z] === RUN TestReadPluginNoRead/default [2023-11-08T12:02:08.774Z] read_test.go:93: [d4e576bab5558] daemon is not started [2023-11-08T12:02:08.774Z] --- PASS: TestReadPluginNoRead (6.02s) [2023-11-08T12:02:08.774Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.33s) [2023-11-08T12:02:08.774Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.25s) [2023-11-08T12:02:08.774Z] --- PASS: TestReadPluginNoRead/default (1.30s) [2023-11-08T12:02:10.151Z] --- PASS: TestContinueAfterPluginCrash (7.66s) [2023-11-08T12:02:10.151Z] PASS [2023-11-08T12:02:10.151Z] [2023-11-08T12:02:10.151Z] DONE 6 tests in 7.698s [2023-11-08T12:02:10.151Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2023-11-08T12:02:10.151Z] ++ '[' -n '' ']' [2023-11-08T12:02:10.151Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2023-11-08T12:02:10.151Z] ++ set -e [2023-11-08T12:02:10.151Z] ++ '[' -n 0 ']' [2023-11-08T12:02:10.151Z] ++ set -x [2023-11-08T12:02:10.151Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.M9HUc6QD4N/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m [2023-11-08T12:02:10.410Z] testing: warning: no tests to run [2023-11-08T12:02:10.410Z] PASS [2023-11-08T12:02:10.410Z] [2023-11-08T12:02:10.410Z] DONE 0 tests in 0.008s [2023-11-08T12:02:10.410Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2023-11-08T12:02:10.410Z] ++ '[' -n '' ']' [2023-11-08T12:02:10.410Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2023-11-08T12:02:10.410Z] ++ set -e [2023-11-08T12:02:10.410Z] ++ '[' -n 0 ']' [2023-11-08T12:02:10.410Z] ++ set -x [2023-11-08T12:02:10.410Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.M9HUc6QD4N/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m [2023-11-08T12:02:10.410Z] INFO: Testing against a local daemon [2023-11-08T12:02:10.410Z] === RUN TestPluginWithDevMounts [2023-11-08T12:02:10.410Z] === PAUSE TestPluginWithDevMounts [2023-11-08T12:02:10.410Z] === CONT TestPluginWithDevMounts [2023-11-08T12:02:11.786Z] --- PASS: TestPluginWithDevMounts (1.53s) [2023-11-08T12:02:11.786Z] PASS [2023-11-08T12:02:11.786Z] [2023-11-08T12:02:11.786Z] DONE 1 tests in 1.563s [2023-11-08T12:02:11.786Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2023-11-08T12:02:11.786Z] ++ '[' -n '' ']' [2023-11-08T12:02:11.786Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m [2023-11-08T12:02:11.786Z] ++ set -e [2023-11-08T12:02:11.786Z] ++ '[' -n 0 ']' [2023-11-08T12:02:11.786Z] ++ set -x [2023-11-08T12:02:11.786Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.M9HUc6QD4N/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m [2023-11-08T12:02:11.786Z] INFO: Testing against a local daemon [2023-11-08T12:02:11.786Z] === RUN TestSecretInspect [2023-11-08T12:02:14.320Z] --- PASS: TestSecretInspect (1.93s) [2023-11-08T12:02:14.320Z] === RUN TestSecretList [2023-11-08T12:02:15.696Z] --- PASS: TestSecretList (1.91s) [2023-11-08T12:02:15.696Z] === RUN TestSecretsCreateAndDelete [2023-11-08T12:02:17.600Z] --- PASS: TestSecretsCreateAndDelete (1.96s) [2023-11-08T12:02:17.600Z] === RUN TestSecretsUpdate [2023-11-08T12:02:19.502Z] --- PASS: TestSecretsUpdate (1.84s) [2023-11-08T12:02:19.502Z] === RUN TestTemplatedSecret [2023-11-08T12:02:22.789Z] --- PASS: TestTemplatedSecret (2.65s) [2023-11-08T12:02:22.789Z] === RUN TestSecretCreateResolve [2023-11-08T12:02:24.166Z] --- PASS: TestSecretCreateResolve (1.87s) [2023-11-08T12:02:24.166Z] PASS [2023-11-08T12:02:24.166Z] [2023-11-08T12:02:24.166Z] DONE 6 tests in 12.193s [2023-11-08T12:02:24.166Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2023-11-08T12:02:24.166Z] ++ '[' -n '' ']' [2023-11-08T12:02:24.166Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m [2023-11-08T12:02:24.166Z] ++ set -e [2023-11-08T12:02:24.166Z] ++ '[' -n 0 ']' [2023-11-08T12:02:24.166Z] ++ set -x [2023-11-08T12:02:24.166Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.M9HUc6QD4N/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m [2023-11-08T12:02:24.166Z] INFO: Testing against a local daemon [2023-11-08T12:02:24.166Z] === RUN TestServiceCreateInit [2023-11-08T12:02:24.166Z] === RUN TestServiceCreateInit/daemonInitDisabled [2023-11-08T12:02:28.356Z] === RUN TestServiceCreateInit/daemonInitEnabled [2023-11-08T12:02:32.546Z] --- PASS: TestServiceCreateInit (7.71s) [2023-11-08T12:02:32.546Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.92s) [2023-11-08T12:02:32.546Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.78s) [2023-11-08T12:02:32.546Z] === RUN TestCreateServiceMultipleTimes [2023-11-08T12:02:47.428Z] --- PASS: TestCreateServiceMultipleTimes (15.10s) [2023-11-08T12:02:47.428Z] === RUN TestCreateServiceConflict [2023-11-08T12:02:48.805Z] --- PASS: TestCreateServiceConflict (1.93s) [2023-11-08T12:02:48.805Z] === RUN TestCreateServiceMaxReplicas [2023-11-08T12:02:52.091Z] --- PASS: TestCreateServiceMaxReplicas (3.02s) [2023-11-08T12:02:52.091Z] === RUN TestCreateServiceSecretFileMode [2023-11-08T12:03:06.969Z] --- PASS: TestCreateServiceSecretFileMode (12.62s) [2023-11-08T12:03:06.969Z] === RUN TestCreateServiceConfigFileMode [2023-11-08T12:03:19.249Z] --- PASS: TestCreateServiceConfigFileMode (12.68s) [2023-11-08T12:03:19.249Z] === RUN TestCreateServiceSysctls [2023-11-08T12:03:20.626Z] --- PASS: TestCreateServiceSysctls (3.19s) [2023-11-08T12:03:20.626Z] === RUN TestCreateServiceCapabilities [2023-11-08T12:03:23.159Z] --- PASS: TestCreateServiceCapabilities (2.70s) [2023-11-08T12:03:23.159Z] === RUN TestInspect [2023-11-08T12:03:25.691Z] --- PASS: TestInspect (2.72s) [2023-11-08T12:03:25.691Z] === RUN TestCreateJob [2023-11-08T12:03:28.977Z] --- PASS: TestCreateJob (3.22s) [2023-11-08T12:03:28.977Z] === RUN TestReplicatedJob [2023-11-08T12:03:35.541Z] --- PASS: TestReplicatedJob (5.59s) [2023-11-08T12:03:35.541Z] === RUN TestUpdateReplicatedJob [2023-11-08T12:03:38.074Z] --- PASS: TestUpdateReplicatedJob (3.29s) [2023-11-08T12:03:38.074Z] === RUN TestServiceListWithStatuses [2023-11-08T12:03:38.074Z] list_test.go:33: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2023-11-08T12:03:38.074Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2023-11-08T12:03:38.074Z] === RUN TestDockerNetworkConnectAlias [2023-11-08T12:03:42.264Z] --- PASS: TestDockerNetworkConnectAlias (4.19s) [2023-11-08T12:03:42.264Z] === RUN TestDockerNetworkReConnect [2023-11-08T12:03:45.551Z] --- PASS: TestDockerNetworkReConnect (3.48s) [2023-11-08T12:03:45.551Z] === RUN TestServicePlugin [2023-11-08T12:03:45.551Z] plugin_test.go:25: (*Execution).NotAmd64-fm [2023-11-08T12:03:45.551Z] --- SKIP: TestServicePlugin (0.00s) [2023-11-08T12:03:45.551Z] === RUN TestServiceUpdateLabel [2023-11-08T12:03:48.084Z] --- PASS: TestServiceUpdateLabel (2.05s) [2023-11-08T12:03:48.084Z] === RUN TestServiceUpdateSecrets [2023-11-08T12:04:02.965Z] --- PASS: TestServiceUpdateSecrets (14.48s) [2023-11-08T12:04:02.965Z] === RUN TestServiceUpdateConfigs [2023-11-08T12:04:17.844Z] --- PASS: TestServiceUpdateConfigs (14.48s) [2023-11-08T12:04:17.844Z] === RUN TestServiceUpdateNetwork [2023-11-08T12:04:30.050Z] --- PASS: TestServiceUpdateNetwork (12.20s) [2023-11-08T12:04:30.050Z] === RUN TestServiceUpdatePidsLimit [2023-11-08T12:04:30.050Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2023-11-08T12:04:30.618Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2023-11-08T12:04:38.733Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2023-11-08T12:04:45.297Z] --- PASS: TestServiceUpdatePidsLimit (16.39s) [2023-11-08T12:04:45.297Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.72s) [2023-11-08T12:04:45.297Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.88s) [2023-11-08T12:04:45.298Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.88s) [2023-11-08T12:04:45.298Z] PASS [2023-11-08T12:04:45.298Z] [2023-11-08T12:04:45.298Z] === Skipped [2023-11-08T12:04:45.298Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2023-11-08T12:04:45.298Z] list_test.go:33: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2023-11-08T12:04:45.298Z] [2023-11-08T12:04:45.298Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2023-11-08T12:04:45.298Z] plugin_test.go:25: (*Execution).NotAmd64-fm [2023-11-08T12:04:45.298Z] [2023-11-08T12:04:45.298Z] DONE 26 tests, 2 skipped in 141.067s [2023-11-08T12:04:45.298Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2023-11-08T12:04:45.298Z] ++ '[' -n '' ']' [2023-11-08T12:04:45.298Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m [2023-11-08T12:04:45.298Z] ++ set -e [2023-11-08T12:04:45.298Z] ++ '[' -n 0 ']' [2023-11-08T12:04:45.298Z] ++ set -x [2023-11-08T12:04:45.298Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.M9HUc6QD4N/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m [2023-11-08T12:04:45.298Z] INFO: Testing against a local daemon [2023-11-08T12:04:45.298Z] === RUN TestSessionCreate [2023-11-08T12:04:45.298Z] --- PASS: TestSessionCreate (0.02s) [2023-11-08T12:04:45.298Z] === RUN TestSessionCreateWithBadUpgrade [2023-11-08T12:04:45.298Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2023-11-08T12:04:45.298Z] PASS [2023-11-08T12:04:45.298Z] [2023-11-08T12:04:45.298Z] DONE 2 tests in 0.065s [2023-11-08T12:04:45.298Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2023-11-08T12:04:45.298Z] ++ '[' -n '' ']' [2023-11-08T12:04:45.298Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m [2023-11-08T12:04:45.298Z] ++ set -e [2023-11-08T12:04:45.298Z] ++ '[' -n 0 ']' [2023-11-08T12:04:45.298Z] ++ set -x [2023-11-08T12:04:45.298Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.M9HUc6QD4N/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m [2023-11-08T12:04:45.298Z] INFO: Testing against a local daemon [2023-11-08T12:04:45.298Z] === RUN TestCgroupDriverSystemdMemoryLimit [2023-11-08T12:04:45.298Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2023-11-08T12:04:45.298Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2023-11-08T12:04:45.298Z] === RUN TestDiskUsage [2023-11-08T12:04:45.298Z] === PAUSE TestDiskUsage [2023-11-08T12:04:45.298Z] === RUN TestEventsExecDie [2023-11-08T12:04:45.865Z] --- PASS: TestEventsExecDie (0.55s) [2023-11-08T12:04:45.865Z] === RUN TestEventsBackwardsCompatible [2023-11-08T12:04:45.865Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2023-11-08T12:04:45.865Z] === RUN TestEventsVolumeCreate [2023-11-08T12:04:45.865Z] --- PASS: TestEventsVolumeCreate (0.07s) [2023-11-08T12:04:45.865Z] === RUN TestInfoBinaryCommits [2023-11-08T12:04:45.865Z] --- PASS: TestInfoBinaryCommits (0.02s) [2023-11-08T12:04:45.865Z] === RUN TestInfoAPIVersioned [2023-11-08T12:04:45.865Z] --- PASS: TestInfoAPIVersioned (0.01s) [2023-11-08T12:04:45.865Z] === RUN TestInfoAPI [2023-11-08T12:04:46.124Z] --- PASS: TestInfoAPI (0.02s) [2023-11-08T12:04:46.124Z] === RUN TestInfoAPIWarnings [2023-11-08T12:05:04.207Z] --- PASS: TestInfoAPIWarnings (16.55s) [2023-11-08T12:05:04.207Z] === RUN TestInfoDebug [2023-11-08T12:05:04.207Z] --- PASS: TestInfoDebug (0.52s) [2023-11-08T12:05:04.207Z] === RUN TestInfoInsecureRegistries [2023-11-08T12:05:04.207Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2023-11-08T12:05:04.207Z] === RUN TestInfoRegistryMirrors [2023-11-08T12:05:04.207Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2023-11-08T12:05:04.207Z] === RUN TestLoginFailsWithBadCredentials [2023-11-08T12:05:05.142Z] --- PASS: TestLoginFailsWithBadCredentials (1.00s) [2023-11-08T12:05:05.142Z] === RUN TestPingCacheHeaders [2023-11-08T12:05:05.142Z] --- PASS: TestPingCacheHeaders (0.02s) [2023-11-08T12:05:05.142Z] === RUN TestPingGet [2023-11-08T12:05:05.142Z] --- PASS: TestPingGet (0.01s) [2023-11-08T12:05:05.142Z] === RUN TestPingHead [2023-11-08T12:05:05.142Z] --- PASS: TestPingHead (0.02s) [2023-11-08T12:05:05.142Z] === RUN TestPingSwarmHeader [2023-11-08T12:05:05.710Z] === RUN TestPingSwarmHeader/before_swarm_init [2023-11-08T12:05:06.277Z] === RUN TestPingSwarmHeader/after_swarm_init [2023-11-08T12:05:07.213Z] === RUN TestPingSwarmHeader/after_swarm_leave [2023-11-08T12:05:07.213Z] --- PASS: TestPingSwarmHeader (1.91s) [2023-11-08T12:05:07.213Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2023-11-08T12:05:07.213Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2023-11-08T12:05:07.213Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2023-11-08T12:05:07.213Z] === RUN TestPingBuilderHeader [2023-11-08T12:05:07.213Z] === RUN TestPingBuilderHeader/default_config [2023-11-08T12:05:07.471Z] === RUN TestPingBuilderHeader/buildkit_disabled [2023-11-08T12:05:08.039Z] --- PASS: TestPingBuilderHeader (1.04s) [2023-11-08T12:05:08.039Z] --- PASS: TestPingBuilderHeader/default_config (0.52s) [2023-11-08T12:05:08.039Z] --- PASS: TestPingBuilderHeader/buildkit_disabled (0.52s) [2023-11-08T12:05:08.039Z] === RUN TestVersion [2023-11-08T12:05:08.039Z] --- PASS: TestVersion (0.02s) [2023-11-08T12:05:08.039Z] === CONT TestDiskUsage [2023-11-08T12:05:08.607Z] === RUN TestDiskUsage/empty [2023-11-08T12:05:08.607Z] === RUN TestDiskUsage/empty/container_types [2023-11-08T12:05:08.607Z] === RUN TestDiskUsage/empty/image_types [2023-11-08T12:05:08.607Z] === RUN TestDiskUsage/empty/volume_types [2023-11-08T12:05:08.607Z] === RUN TestDiskUsage/empty/build-cache_types [2023-11-08T12:05:08.607Z] === RUN TestDiskUsage/empty/container,_volume_types [2023-11-08T12:05:08.607Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2023-11-08T12:05:08.607Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2023-11-08T12:05:08.607Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2023-11-08T12:05:08.607Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2023-11-08T12:05:08.607Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2023-11-08T12:05:08.607Z] === RUN TestDiskUsage/after_LoadBusybox [2023-11-08T12:05:08.607Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2023-11-08T12:05:08.607Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2023-11-08T12:05:08.607Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2023-11-08T12:05:08.607Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2023-11-08T12:05:08.607Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2023-11-08T12:05:08.607Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2023-11-08T12:05:08.607Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2023-11-08T12:05:08.607Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2023-11-08T12:05:08.607Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2023-11-08T12:05:08.607Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2023-11-08T12:05:08.607Z] === RUN TestDiskUsage/after_container.Run [2023-11-08T12:05:08.868Z] === RUN TestDiskUsage/after_container.Run/container_types [2023-11-08T12:05:08.868Z] === RUN TestDiskUsage/after_container.Run/image_types [2023-11-08T12:05:08.868Z] === RUN TestDiskUsage/after_container.Run/volume_types [2023-11-08T12:05:08.868Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2023-11-08T12:05:08.868Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2023-11-08T12:05:08.868Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2023-11-08T12:05:09.127Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2023-11-08T12:05:09.127Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2023-11-08T12:05:09.127Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2023-11-08T12:05:09.127Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2023-11-08T12:05:09.127Z] --- PASS: TestDiskUsage (1.09s) [2023-11-08T12:05:09.127Z] --- PASS: TestDiskUsage/empty (0.01s) [2023-11-08T12:05:09.127Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2023-11-08T12:05:09.127Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2023-11-08T12:05:09.127Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2023-11-08T12:05:09.127Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2023-11-08T12:05:09.127Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2023-11-08T12:05:09.127Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2023-11-08T12:05:09.127Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2023-11-08T12:05:09.127Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2023-11-08T12:05:09.127Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2023-11-08T12:05:09.127Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2023-11-08T12:05:09.127Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.09s) [2023-11-08T12:05:09.127Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2023-11-08T12:05:09.127Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2023-11-08T12:05:09.127Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2023-11-08T12:05:09.127Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2023-11-08T12:05:09.127Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2023-11-08T12:05:09.127Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2023-11-08T12:05:09.127Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2023-11-08T12:05:09.127Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2023-11-08T12:05:09.127Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2023-11-08T12:05:09.127Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2023-11-08T12:05:09.127Z] --- PASS: TestDiskUsage/after_container.Run (0.27s) [2023-11-08T12:05:09.127Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2023-11-08T12:05:09.127Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2023-11-08T12:05:09.127Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2023-11-08T12:05:09.127Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2023-11-08T12:05:09.127Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2023-11-08T12:05:09.127Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2023-11-08T12:05:09.127Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2023-11-08T12:05:09.127Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2023-11-08T12:05:09.127Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2023-11-08T12:05:09.127Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2023-11-08T12:05:09.127Z] PASS [2023-11-08T12:05:09.127Z] [2023-11-08T12:05:09.127Z] === Skipped [2023-11-08T12:05:09.127Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2023-11-08T12:05:09.127Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2023-11-08T12:05:09.127Z] [2023-11-08T12:05:09.127Z] DONE 57 tests, 1 skipped in 23.971s [2023-11-08T12:05:09.127Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2023-11-08T12:05:09.127Z] ++ '[' -n '' ']' [2023-11-08T12:05:09.127Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m [2023-11-08T12:05:09.127Z] ++ set -e [2023-11-08T12:05:09.127Z] ++ '[' -n 0 ']' [2023-11-08T12:05:09.127Z] ++ set -x [2023-11-08T12:05:09.127Z] ++ 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_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///run/docker/tmp.M9HUc6QD4N/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= GITHUB_ACTIONS= GO111MODULE=off 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=/usr/local/cli-integration/docker TEST_INTEGRATION_USE_SNAPSHOTTER= OTEL_EXPORTER_OTLP_ENDPOINT= OTEL_SERVICE_NAME= gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m [2023-11-08T12:05:09.386Z] INFO: Testing against a local daemon [2023-11-08T12:05:09.386Z] === RUN TestVolumesCreateAndList [2023-11-08T12:05:09.386Z] --- PASS: TestVolumesCreateAndList (0.02s) [2023-11-08T12:05:09.386Z] === RUN TestVolumesRemove [2023-11-08T12:05:09.386Z] === RUN TestVolumesRemove/volume_in_use [2023-11-08T12:05:09.386Z] === RUN TestVolumesRemove/volume_not_in_use [2023-11-08T12:05:09.386Z] === RUN TestVolumesRemove/non-existing_volume [2023-11-08T12:05:09.386Z] === RUN TestVolumesRemove/non-existing_volume_force [2023-11-08T12:05:09.386Z] --- PASS: TestVolumesRemove (0.06s) [2023-11-08T12:05:09.386Z] --- PASS: TestVolumesRemove/volume_in_use (0.00s) [2023-11-08T12:05:09.386Z] --- PASS: TestVolumesRemove/volume_not_in_use (0.01s) [2023-11-08T12:05:09.386Z] --- PASS: TestVolumesRemove/non-existing_volume (0.00s) [2023-11-08T12:05:09.386Z] --- PASS: TestVolumesRemove/non-existing_volume_force (0.00s) [2023-11-08T12:05:09.386Z] === RUN TestVolumesRemoveSwarmEnabled [2023-11-08T12:05:09.386Z] === PAUSE TestVolumesRemoveSwarmEnabled [2023-11-08T12:05:09.386Z] === RUN TestVolumesInspect [2023-11-08T12:05:09.386Z] --- PASS: TestVolumesInspect (0.02s) [2023-11-08T12:05:09.386Z] === RUN TestVolumesInvalidJSON [2023-11-08T12:05:09.386Z] === RUN TestVolumesInvalidJSON/volumes/create [2023-11-08T12:05:09.386Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2023-11-08T12:05:09.386Z] === CONT TestVolumesInvalidJSON/volumes/create [2023-11-08T12:05:09.386Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2023-11-08T12:05:09.386Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2023-11-08T12:05:09.386Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2023-11-08T12:05:09.386Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2023-11-08T12:05:09.386Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2023-11-08T12:05:09.386Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2023-11-08T12:05:09.386Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2023-11-08T12:05:09.386Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2023-11-08T12:05:09.386Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2023-11-08T12:05:09.386Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2023-11-08T12:05:09.386Z] === RUN TestVolumePruneAnonymous [2023-11-08T12:05:09.386Z] --- PASS: TestVolumePruneAnonymous (0.03s) [2023-11-08T12:05:09.386Z] === RUN TestVolumePruneAnonFromImage [2023-11-08T12:05:09.645Z] --- PASS: TestVolumePruneAnonFromImage (0.16s) [2023-11-08T12:05:09.645Z] === CONT TestVolumesRemoveSwarmEnabled [2023-11-08T12:05:11.021Z] === RUN TestVolumesRemoveSwarmEnabled/volume_in_use [2023-11-08T12:05:11.021Z] === RUN TestVolumesRemoveSwarmEnabled/volume_not_in_use [2023-11-08T12:05:11.021Z] === RUN TestVolumesRemoveSwarmEnabled/non-existing_volume [2023-11-08T12:05:11.021Z] === RUN TestVolumesRemoveSwarmEnabled/non-existing_volume_force [2023-11-08T12:05:11.589Z] --- PASS: TestVolumesRemoveSwarmEnabled (1.98s) [2023-11-08T12:05:11.589Z] --- PASS: TestVolumesRemoveSwarmEnabled/volume_in_use (0.00s) [2023-11-08T12:05:11.589Z] --- PASS: TestVolumesRemoveSwarmEnabled/volume_not_in_use (0.01s) [2023-11-08T12:05:11.589Z] --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume (0.00s) [2023-11-08T12:05:11.589Z] --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume_force (0.00s) [2023-11-08T12:05:11.589Z] PASS [2023-11-08T12:05:11.589Z] [2023-11-08T12:05:11.589Z] DONE 20 tests in 2.310s [2023-11-08T12:05:11.589Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2023-11-08T12:05:11.589Z] ++++ cat bundles/test-integration/docker.pid [2023-11-08T12:05:11.589Z] +++ kill 24011 [2023-11-08T12:05:13.491Z] +++ /etc/init.d/apparmor stop [2023-11-08T12:05:13.491Z] Leaving: AppArmorNo profiles have been unloaded. [2023-11-08T12:05:13.491Z] [2023-11-08T12:05:13.491Z] Unloading profiles will leave already running processes permanently [2023-11-08T12:05:13.491Z] unconfined, which can lead to unexpected situations. [2023-11-08T12:05:13.491Z] [2023-11-08T12:05:13.491Z] To set a process to complain mode, use the command line tool [2023-11-08T12:05:13.491Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2023-11-08T12:05:13.491Z] +++ true [2023-11-08T12:05:13.491Z] exiting test-integration [2023-11-08T12:05:13.491Z] ++ exit 0 [2023-11-08T12:05:13.491Z] Post stage [Pipeline] junit [2023-11-08T12:05:14.074Z] Recording test results [2023-11-08T12:05:14.268Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2023-11-08T12:05:14.565Z] + echo Ensuring container killed. [2023-11-08T12:05:14.565Z] Ensuring container killed. [2023-11-08T12:05:14.565Z] + docker rm -vf docker-pr20 [2023-11-08T12:05:14.565Z] Error response from daemon: No such container: docker-pr20 [Pipeline] sh [2023-11-08T12:05:14.848Z] + echo Chowning /workspace to jenkins user [2023-11-08T12:05:14.848Z] Chowning /workspace to jenkins user [2023-11-08T12:05:14.848Z] + id -u [2023-11-08T12:05:14.848Z] + id -g [2023-11-08T12:05:14.848Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-46577:/workspace busybox chown -R 1000:1000 /workspace [2023-11-08T12:05:14.848Z] Unable to find image 'busybox:latest' locally [2023-11-08T12:05:14.848Z] latest: Pulling from library/busybox [2023-11-08T12:05:15.110Z] 8a0af25e8c2e: Already exists [2023-11-08T12:05:15.110Z] Digest: sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79 [2023-11-08T12:05:15.110Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2023-11-08T12:05:16.776Z] + bundleName=arm64-integration [2023-11-08T12:05:16.776Z] + echo Creating arm64-integration-bundles.tar.gz [2023-11-08T12:05:16.776Z] Creating arm64-integration-bundles.tar.gz [2023-11-08T12:05:16.776Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name+ *-report.xml ) -print [2023-11-08T12:05:16.776Z] xargs tar -czf arm64-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2023-11-08T12:05:17.049Z] Archiving artifacts [2023-11-08T12:05:18.939Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-46577/20/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2023-11-08T12:05:19.232Z] + make clean [2023-11-08T12:05:19.232Z] docker volume rm -f docker-dev-cache docker-mod-cache [2023-11-08T12:05:19.232Z] docker-dev-cache [2023-11-08T12:05:19.232Z] 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