Pull request #47309 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from 89470a7114703efd44a07be535a9556bef4d1e78+701dd989f153c0aa072c1668c02c99be42591cd5 (73340559d7bb14c70034d04fb04184a74b7c1c35) 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-47309@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 [2024-02-02T18:33:18.068Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2024-02-02T18:33:18.073Z] Trying to pass milestone 2 [Pipeline] milestone [2024-02-02T18:33:18.237Z] Trying to pass milestone 3 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2024-02-02T18:33:18.453Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-01f1677fb3bf2e693) in /home/ubuntu/workspace/moby_PR-47309 [Pipeline] { [Pipeline] checkout [2024-02-02T18:33:18.477Z] The recommended git tool is: git [2024-02-02T18:33:18.483Z] using credential docker-jenkins-github-credentials [2024-02-02T18:33:18.508Z] Cloning the remote Git repository [2024-02-02T18:33:18.508Z] Cloning with configured refspecs honoured and without tags [2024-02-02T18:33:18.508Z] Cloning repository https://github.com/moby/moby.git [2024-02-02T18:33:18.509Z] > git init /home/ubuntu/workspace/moby_PR-47309 # timeout=10 [2024-02-02T18:33:18.513Z] Fetching upstream changes from https://github.com/moby/moby.git [2024-02-02T18:33:18.513Z] > git --version # timeout=10 [2024-02-02T18:33:18.515Z] > git --version # 'git version 2.25.1' [2024-02-02T18:33:18.515Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2024-02-02T18:33:18.516Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/47309/head:refs/remotes/origin/PR-47309 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2024-02-02T18:33:30.375Z] Fetching without tags [2024-02-02T18:33:30.565Z] Merging remotes/origin/master commit 701dd989f153c0aa072c1668c02c99be42591cd5 into PR head commit 89470a7114703efd44a07be535a9556bef4d1e78 [2024-02-02T18:33:30.361Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2024-02-02T18:33:30.364Z] > git config --add remote.origin.fetch +refs/pull/47309/head:refs/remotes/origin/PR-47309 # timeout=10 [2024-02-02T18:33:30.366Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2024-02-02T18:33:30.371Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2024-02-02T18:33:30.375Z] Fetching upstream changes from https://github.com/moby/moby.git [2024-02-02T18:33:30.376Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2024-02-02T18:33:30.376Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/47309/head:refs/remotes/origin/PR-47309 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2024-02-02T18:33:30.566Z] > git config core.sparsecheckout # timeout=10 [2024-02-02T18:33:30.568Z] > git checkout -f 89470a7114703efd44a07be535a9556bef4d1e78 # timeout=10 [2024-02-02T18:33:31.716Z] Merge succeeded, producing 639ffb912a709b9d43c79c31257085f00c3aac7c [2024-02-02T18:33:31.716Z] Checking out Revision 639ffb912a709b9d43c79c31257085f00c3aac7c (PR-47309) [2024-02-02T18:33:32.041Z] Commit message: "Merge commit '701dd989f153c0aa072c1668c02c99be42591cd5' into HEAD" [2024-02-02T18:33:32.046Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-02T18:33:32.609Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-47309:/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 [2024-02-02T18:33:31.231Z] > git remote # timeout=10 [2024-02-02T18:33:31.233Z] > git config --get remote.origin.url # timeout=10 [2024-02-02T18:33:31.236Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2024-02-02T18:33:31.236Z] > git merge 701dd989f153c0aa072c1668c02c99be42591cd5 # timeout=10 [2024-02-02T18:33:31.711Z] > git rev-parse HEAD^{commit} # timeout=10 [2024-02-02T18:33:31.716Z] > git config core.sparsecheckout # timeout=10 [2024-02-02T18:33:31.718Z] > git checkout -f 639ffb912a709b9d43c79c31257085f00c3aac7c # timeout=10 [2024-02-02T18:33:32.042Z] > git rev-list --no-walk 70dc88887cb25b1169719e146dc443271f5aa615 # timeout=10 [2024-02-02T18:33:35.125Z] 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 [2024-02-02T18:33:35.201Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0d8ee2b2cd3a14c06) in /home/ubuntu/workspace/moby_PR-47309 [Pipeline] { [Pipeline] checkout [2024-02-02T18:33:35.217Z] The recommended git tool is: git [2024-02-02T18:33:35.225Z] using credential docker-jenkins-github-credentials [2024-02-02T18:33:35.247Z] Cloning the remote Git repository [2024-02-02T18:33:35.247Z] Cloning with configured refspecs honoured and without tags [2024-02-02T18:33:35.263Z] Cloning repository https://github.com/moby/moby.git [2024-02-02T18:33:35.263Z] > git init /home/ubuntu/workspace/moby_PR-47309 # timeout=10 [2024-02-02T18:33:35.267Z] Fetching upstream changes from https://github.com/moby/moby.git [2024-02-02T18:33:35.268Z] > git --version # timeout=10 [2024-02-02T18:33:35.270Z] > git --version # 'git version 2.25.1' [2024-02-02T18:33:35.270Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2024-02-02T18:33:35.271Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/47309/head:refs/remotes/origin/PR-47309 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2024-02-02T18:33:47.104Z] Fetching without tags [2024-02-02T18:33:47.284Z] Merging remotes/origin/master commit 701dd989f153c0aa072c1668c02c99be42591cd5 into PR head commit 89470a7114703efd44a07be535a9556bef4d1e78 [2024-02-02T18:33:47.104Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2024-02-02T18:33:47.107Z] > git config --add remote.origin.fetch +refs/pull/47309/head:refs/remotes/origin/PR-47309 # timeout=10 [2024-02-02T18:33:47.109Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2024-02-02T18:33:47.114Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2024-02-02T18:33:47.120Z] Fetching upstream changes from https://github.com/moby/moby.git [2024-02-02T18:33:47.120Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2024-02-02T18:33:47.121Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/47309/head:refs/remotes/origin/PR-47309 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2024-02-02T18:33:47.300Z] > git config core.sparsecheckout # timeout=10 [2024-02-02T18:33:47.303Z] > git checkout -f 89470a7114703efd44a07be535a9556bef4d1e78 # timeout=10 [2024-02-02T18:33:48.847Z] Merge succeeded, producing a07e5c50335a89377a7397f30b6cfc645cb93de7 [2024-02-02T18:33:48.848Z] Checking out Revision a07e5c50335a89377a7397f30b6cfc645cb93de7 (PR-47309) [2024-02-02T18:33:48.899Z] Commit message: "Merge commit '701dd989f153c0aa072c1668c02c99be42591cd5' into HEAD" [2024-02-02T18:33:48.904Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2024-02-02T18:33:47.972Z] > git remote # timeout=10 [2024-02-02T18:33:47.975Z] > git config --get remote.origin.url # timeout=10 [2024-02-02T18:33:47.977Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2024-02-02T18:33:47.978Z] > git merge 701dd989f153c0aa072c1668c02c99be42591cd5 # timeout=10 [2024-02-02T18:33:48.858Z] > git rev-parse HEAD^{commit} # timeout=10 [2024-02-02T18:33:48.864Z] > git config core.sparsecheckout # timeout=10 [2024-02-02T18:33:48.866Z] > git checkout -f a07e5c50335a89377a7397f30b6cfc645cb93de7 # timeout=10 [2024-02-02T18:33:48.915Z] > git rev-list --no-walk 70dc88887cb25b1169719e146dc443271f5aa615 # timeout=10 [2024-02-02T18:33:49.494Z] + docker version [2024-02-02T18:33:49.495Z] Client: Docker Engine - Community [2024-02-02T18:33:49.495Z] Version: 25.0.2 [2024-02-02T18:33:49.495Z] API version: 1.44 [2024-02-02T18:33:49.495Z] Go version: go1.21.6 [2024-02-02T18:33:49.495Z] Git commit: 29cf629 [2024-02-02T18:33:49.495Z] Built: Thu Feb 1 00:23:26 2024 [2024-02-02T18:33:49.495Z] OS/Arch: linux/arm64 [2024-02-02T18:33:49.495Z] Context: default [2024-02-02T18:33:49.495Z] [2024-02-02T18:33:49.495Z] Server: Docker Engine - Community [2024-02-02T18:33:49.495Z] Engine: [2024-02-02T18:33:49.495Z] Version: 25.0.2 [2024-02-02T18:33:49.495Z] API version: 1.44 (minimum version 1.24) [2024-02-02T18:33:49.495Z] Go version: go1.21.6 [2024-02-02T18:33:49.495Z] Git commit: fce6e0c [2024-02-02T18:33:49.495Z] Built: Thu Feb 1 00:23:26 2024 [2024-02-02T18:33:49.495Z] OS/Arch: linux/arm64 [2024-02-02T18:33:49.495Z] Experimental: true [2024-02-02T18:33:49.495Z] containerd: [2024-02-02T18:33:49.495Z] Version: 1.6.28 [2024-02-02T18:33:49.495Z] GitCommit: ae07eda36dd25f8a1b98dfbf587313b99c0190bb [2024-02-02T18:33:49.495Z] runc: [2024-02-02T18:33:49.495Z] Version: 1.1.12 [2024-02-02T18:33:49.495Z] GitCommit: v1.1.12-0-g51d5e94 [2024-02-02T18:33:49.495Z] docker-init: [2024-02-02T18:33:49.495Z] Version: 0.19.0 [2024-02-02T18:33:49.495Z] GitCommit: de40ad0 [Pipeline] sh [2024-02-02T18:33:49.772Z] + docker info [2024-02-02T18:33:49.772Z] Client: Docker Engine - Community [2024-02-02T18:33:49.772Z] Version: 25.0.2 [2024-02-02T18:33:49.772Z] Context: default [2024-02-02T18:33:49.772Z] Debug Mode: false [2024-02-02T18:33:49.772Z] Plugins: [2024-02-02T18:33:49.772Z] buildx: Docker Buildx (Docker Inc.) [2024-02-02T18:33:49.772Z] Version: v0.12.1 [2024-02-02T18:33:49.772Z] Path: /usr/libexec/docker/cli-plugins/docker-buildx [2024-02-02T18:33:49.772Z] compose: Docker Compose (Docker Inc.) [2024-02-02T18:33:49.772Z] Version: v2.24.5 [2024-02-02T18:33:49.772Z] Path: /usr/libexec/docker/cli-plugins/docker-compose [2024-02-02T18:33:49.772Z] [2024-02-02T18:33:49.772Z] Server: [2024-02-02T18:33:49.772Z] Containers: 0 [2024-02-02T18:33:49.772Z] Running: 0 [2024-02-02T18:33:49.772Z] Paused: 0 [2024-02-02T18:33:49.772Z] Stopped: 0 [2024-02-02T18:33:49.772Z] Images: 3 [2024-02-02T18:33:49.772Z] Server Version: 25.0.2 [2024-02-02T18:33:49.772Z] Storage Driver: overlay2 [2024-02-02T18:33:49.772Z] Backing Filesystem: extfs [2024-02-02T18:33:49.772Z] Supports d_type: true [2024-02-02T18:33:49.772Z] Using metacopy: false [2024-02-02T18:33:49.772Z] Native Overlay Diff: true [2024-02-02T18:33:49.772Z] userxattr: false [2024-02-02T18:33:49.772Z] Logging Driver: json-file [2024-02-02T18:33:49.772Z] Cgroup Driver: cgroupfs [2024-02-02T18:33:49.772Z] Cgroup Version: 1 [2024-02-02T18:33:49.772Z] Plugins: [2024-02-02T18:33:49.772Z] Volume: local [2024-02-02T18:33:49.772Z] Network: bridge host ipvlan macvlan null overlay [2024-02-02T18:33:49.772Z] Log: awslogs fluentd gcplogs gelf journald json-file local splunk syslog [2024-02-02T18:33:49.772Z] Swarm: inactive [2024-02-02T18:33:49.772Z] Runtimes: io.containerd.runc.v2 runc [2024-02-02T18:33:49.772Z] Default Runtime: runc [2024-02-02T18:33:49.772Z] Init Binary: docker-init [2024-02-02T18:33:49.772Z] containerd version: ae07eda36dd25f8a1b98dfbf587313b99c0190bb [2024-02-02T18:33:49.772Z] runc version: v1.1.12-0-g51d5e94 [2024-02-02T18:33:49.772Z] init version: de40ad0 [2024-02-02T18:33:49.772Z] Security Options: [2024-02-02T18:33:49.772Z] apparmor [2024-02-02T18:33:49.772Z] seccomp [2024-02-02T18:33:49.772Z] Profile: builtin [2024-02-02T18:33:49.772Z] Kernel Version: 5.15.0-1052-aws [2024-02-02T18:33:49.772Z] Operating System: Ubuntu 20.04.6 LTS [2024-02-02T18:33:49.772Z] OSType: linux [2024-02-02T18:33:49.772Z] Architecture: aarch64 [2024-02-02T18:33:49.772Z] CPUs: 8 [2024-02-02T18:33:49.772Z] Total Memory: 30.64GiB [2024-02-02T18:33:49.772Z] Name: ip-10-100-114-124 [2024-02-02T18:33:49.772Z] ID: e2ed5a2e-3000-4923-9ca7-270269b4b7b4 [2024-02-02T18:33:49.772Z] Docker Root Dir: /var/lib/docker [2024-02-02T18:33:49.772Z] Debug Mode: false [2024-02-02T18:33:49.772Z] Experimental: true [2024-02-02T18:33:49.772Z] Insecure Registries: [2024-02-02T18:33:49.772Z] 127.0.0.0/8 [2024-02-02T18:33:49.772Z] Live Restore Enabled: true [2024-02-02T18:33:49.772Z] [Pipeline] sh [2024-02-02T18:33:50.051Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2024-02-02T18:33:50.051Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2024-02-02T18:33:50.051Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-47309/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2024-02-02T18:33:50.051Z] + bash /home/ubuntu/workspace/moby_PR-47309/check-config.sh [2024-02-02T18:33:50.051Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2024-02-02T18:33:50.051Z] info: reading kernel config from /boot/config-5.15.0-1052-aws ... [2024-02-02T18:33:50.051Z] [2024-02-02T18:33:50.051Z] Generally Necessary: [2024-02-02T18:33:50.051Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2024-02-02T18:33:50.051Z] - apparmor: enabled and tools installed [2024-02-02T18:33:50.051Z] - CONFIG_NAMESPACES: enabled [2024-02-02T18:33:50.051Z] - CONFIG_NET_NS: enabled [2024-02-02T18:33:50.051Z] - CONFIG_PID_NS: enabled [2024-02-02T18:33:50.051Z] - CONFIG_IPC_NS: enabled [2024-02-02T18:33:50.051Z] - CONFIG_UTS_NS: enabled [2024-02-02T18:33:50.051Z] - CONFIG_CGROUPS: enabled [2024-02-02T18:33:50.051Z] - CONFIG_CGROUP_CPUACCT: enabled [2024-02-02T18:33:50.051Z] - CONFIG_CGROUP_DEVICE: enabled [2024-02-02T18:33:50.051Z] - CONFIG_CGROUP_FREEZER: enabled [2024-02-02T18:33:50.051Z] - CONFIG_CGROUP_SCHED: enabled [2024-02-02T18:33:50.051Z] - CONFIG_CPUSETS: enabled [2024-02-02T18:33:50.051Z] - CONFIG_MEMCG: enabled [2024-02-02T18:33:50.051Z] - CONFIG_KEYS: enabled [2024-02-02T18:33:50.051Z] - CONFIG_VETH: enabled (as module) [2024-02-02T18:33:50.051Z] - CONFIG_BRIDGE: enabled (as module) [2024-02-02T18:33:50.308Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2024-02-02T18:33:50.308Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2024-02-02T18:33:50.308Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2024-02-02T18:33:50.308Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2024-02-02T18:33:50.308Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2024-02-02T18:33:50.308Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2024-02-02T18:33:50.308Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2024-02-02T18:33:50.308Z] - CONFIG_IP_NF_NAT: enabled (as module) [2024-02-02T18:33:50.308Z] - CONFIG_NF_NAT: enabled (as module) [2024-02-02T18:33:50.308Z] - CONFIG_POSIX_MQUEUE: enabled [2024-02-02T18:33:50.308Z] - CONFIG_CGROUP_BPF: enabled [2024-02-02T18:33:50.308Z] [2024-02-02T18:33:50.308Z] Optional Features: [2024-02-02T18:33:50.308Z] - CONFIG_USER_NS: enabled [2024-02-02T18:33:50.308Z] - CONFIG_SECCOMP: enabled [2024-02-02T18:33:50.308Z] - CONFIG_SECCOMP_FILTER: enabled [2024-02-02T18:33:50.308Z] - CONFIG_CGROUP_PIDS: enabled [2024-02-02T18:33:50.308Z] - CONFIG_MEMCG_SWAP: enabled [2024-02-02T18:33:50.308Z] (cgroup swap accounting is currently enabled) [2024-02-02T18:33:50.308Z] - CONFIG_BLK_CGROUP: enabled [2024-02-02T18:33:50.308Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2024-02-02T18:33:50.308Z] - CONFIG_CGROUP_PERF: enabled [2024-02-02T18:33:50.308Z] - CONFIG_CGROUP_HUGETLB: enabled [2024-02-02T18:33:50.308Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2024-02-02T18:33:50.308Z] - CONFIG_CGROUP_NET_PRIO: enabled [2024-02-02T18:33:50.308Z] - CONFIG_CFS_BANDWIDTH: enabled [2024-02-02T18:33:50.566Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2024-02-02T18:33:50.566Z] - CONFIG_RT_GROUP_SCHED: missing [2024-02-02T18:33:50.566Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2024-02-02T18:33:50.566Z] - CONFIG_IP_VS: enabled (as module) [2024-02-02T18:33:50.566Z] - CONFIG_IP_VS_NFCT: enabled [2024-02-02T18:33:50.566Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2024-02-02T18:33:50.566Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2024-02-02T18:33:50.566Z] - CONFIG_IP_VS_RR: enabled (as module) [2024-02-02T18:33:50.566Z] - CONFIG_SECURITY_SELINUX: enabled [2024-02-02T18:33:50.566Z] - CONFIG_SECURITY_APPARMOR: enabled [2024-02-02T18:33:50.566Z] - CONFIG_EXT4_FS: enabled [2024-02-02T18:33:50.566Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2024-02-02T18:33:50.566Z] - CONFIG_EXT4_FS_SECURITY: enabled [2024-02-02T18:33:50.566Z] - Network Drivers: [2024-02-02T18:33:50.566Z] - "overlay": [2024-02-02T18:33:50.566Z] - CONFIG_VXLAN: enabled (as module) [2024-02-02T18:33:50.566Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2024-02-02T18:33:50.566Z] Optional (for encrypted networks): [2024-02-02T18:33:50.824Z] - CONFIG_CRYPTO: enabled [2024-02-02T18:33:50.824Z] - CONFIG_CRYPTO_AEAD: enabled [2024-02-02T18:33:50.824Z] - CONFIG_CRYPTO_GCM: enabled [2024-02-02T18:33:50.824Z] - CONFIG_CRYPTO_SEQIV: enabled [2024-02-02T18:33:50.824Z] - CONFIG_CRYPTO_GHASH: enabled [2024-02-02T18:33:50.824Z] - CONFIG_XFRM: enabled [2024-02-02T18:33:50.824Z] - CONFIG_XFRM_USER: enabled (as module) [2024-02-02T18:33:50.824Z] - CONFIG_XFRM_ALGO: enabled (as module) [2024-02-02T18:33:50.824Z] - CONFIG_INET_ESP: enabled (as module) [2024-02-02T18:33:50.824Z] - "ipvlan": [2024-02-02T18:33:50.824Z] - CONFIG_IPVLAN: enabled (as module) [2024-02-02T18:33:50.824Z] - "macvlan": [2024-02-02T18:33:50.824Z] - CONFIG_MACVLAN: enabled (as module) [2024-02-02T18:33:50.824Z] - CONFIG_DUMMY: enabled (as module) [2024-02-02T18:33:50.824Z] - "ftp,tftp client in container": [2024-02-02T18:33:50.824Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2024-02-02T18:33:50.824Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2024-02-02T18:33:50.824Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2024-02-02T18:33:50.824Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2024-02-02T18:33:50.824Z] - Storage Drivers: [2024-02-02T18:33:50.824Z] - "aufs": [2024-02-02T18:33:50.824Z] - CONFIG_AUFS_FS: enabled (as module) [2024-02-02T18:33:50.824Z] - "btrfs": [2024-02-02T18:33:50.824Z] - CONFIG_BTRFS_FS: enabled (as module) [2024-02-02T18:33:50.824Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2024-02-02T18:33:50.824Z] - "devicemapper": [2024-02-02T18:33:50.824Z] - CONFIG_BLK_DEV_DM: enabled [2024-02-02T18:33:50.824Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2024-02-02T18:33:50.824Z] - "overlay": [2024-02-02T18:33:50.824Z] - CONFIG_OVERLAY_FS: enabled (as module) [2024-02-02T18:33:50.824Z] - "zfs": [2024-02-02T18:33:50.824Z] - /dev/zfs: present [2024-02-02T18:33:50.824Z] - zfs command: missing [2024-02-02T18:33:50.824Z] - zpool command: missing [2024-02-02T18:33:50.824Z] [2024-02-02T18:33:50.824Z] Limits: [2024-02-02T18:33:50.824Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2024-02-02T18:33:50.824Z] [2024-02-02T18:33:50.824Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2024-02-02T18:33:51.119Z] + docker build --force-rm -t docker:a07e5c50335a89377a7397f30b6cfc645cb93de7 . [2024-02-02T18:33:51.376Z] #0 building with "default" instance using docker driver [2024-02-02T18:33:51.376Z] [2024-02-02T18:33:51.376Z] #1 [internal] load build definition from Dockerfile [2024-02-02T18:33:51.376Z] #1 transferring dockerfile: 27.92kB done [2024-02-02T18:33:51.376Z] #1 DONE 0.0s [2024-02-02T18:33:51.376Z] [2024-02-02T18:33:51.376Z] #2 resolve image config for docker.io/docker/dockerfile:1 [2024-02-02T18:33:51.376Z] #2 DONE 0.1s [2024-02-02T18:33:51.634Z] [2024-02-02T18:33:51.634Z] #3 docker-image://docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 [2024-02-02T18:33:51.634Z] #3 CACHED [2024-02-02T18:33:51.634Z] [2024-02-02T18:33:51.634Z] #4 [internal] load metadata for docker.io/library/busybox:latest [2024-02-02T18:33:51.634Z] #4 DONE 0.0s [2024-02-02T18:33:51.634Z] [2024-02-02T18:33:51.634Z] #5 [internal] load metadata for docker.io/library/debian:bookworm [2024-02-02T18:33:51.634Z] #5 DONE 0.1s [2024-02-02T18:33:51.634Z] [2024-02-02T18:33:51.634Z] #6 [internal] load metadata for docker.io/distribution/distribution:2.8.3 [2024-02-02T18:33:51.634Z] #6 DONE 0.2s [2024-02-02T18:33:51.634Z] [2024-02-02T18:33:51.634Z] #7 [internal] load metadata for docker.io/docker/buildx-bin:0.12.1 [2024-02-02T18:33:51.634Z] #7 DONE 0.1s [2024-02-02T18:33:51.634Z] [2024-02-02T18:33:51.634Z] #8 [internal] load metadata for docker.io/docker/compose-bin:v2.24.3 [2024-02-02T18:33:51.634Z] #8 DONE 0.2s [2024-02-02T18:33:51.634Z] [2024-02-02T18:33:51.634Z] #9 [internal] load metadata for docker.io/tonistiigi/xx:1.2.1 [2024-02-02T18:33:51.634Z] #9 DONE 0.2s [2024-02-02T18:33:51.634Z] [2024-02-02T18:33:51.634Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2024-02-02T18:33:51.634Z] #10 DONE 0.2s [2024-02-02T18:33:51.634Z] [2024-02-02T18:33:51.634Z] #11 [internal] load metadata for docker.io/library/golang:1.21.6-bookworm [2024-02-02T18:33:51.634Z] #11 DONE 0.2s [2024-02-02T18:33:51.634Z] [2024-02-02T18:33:51.634Z] #12 [internal] load .dockerignore [2024-02-02T18:33:51.634Z] #12 transferring context: 113B done [2024-02-02T18:33:51.634Z] #12 DONE 0.0s [2024-02-02T18:33:51.893Z] [2024-02-02T18:33:51.893Z] #13 [base 1/4] FROM docker.io/library/golang:1.21.6-bookworm@sha256:3efef61ff1d99c8a90845100e2a7e934b4a5d11b639075dc605ff53c141044fc [2024-02-02T18:33:51.893Z] #13 DONE 0.0s [2024-02-02T18:33:51.893Z] [2024-02-02T18:33:51.893Z] #14 [xx 1/1] FROM docker.io/tonistiigi/xx:1.2.1@sha256:8879a398dedf0aadaacfbd332b29ff2f84bc39ae6d4e9c0a1109db27ac5ba012 [2024-02-02T18:33:51.893Z] #14 DONE 0.0s [2024-02-02T18:33:51.893Z] [2024-02-02T18:33:51.893Z] #15 [compose 1/1] FROM docker.io/docker/compose-bin:v2.24.3@sha256:12fb891dd6fff0871ee36734f021b30d10833e057094ed666cdb17330ee47397 [2024-02-02T18:33:51.893Z] #15 DONE 0.0s [2024-02-02T18:33:51.893Z] [2024-02-02T18:33:51.893Z] #16 [buildx 1/1] FROM docker.io/docker/buildx-bin:0.12.1@sha256:c7a37a2a92f28656bdd44c52bdf2a0f1fce8912d41fde136df781d419fd9ce43 [2024-02-02T18:33:51.893Z] #16 DONE 0.0s [2024-02-02T18:33:51.893Z] [2024-02-02T18:33:51.893Z] #17 [vpnkit-linux-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2024-02-02T18:33:51.893Z] #17 DONE 0.0s [2024-02-02T18:33:51.893Z] [2024-02-02T18:33:51.893Z] #18 [build-dummy 1/2] FROM docker.io/library/busybox:latest [2024-02-02T18:33:51.893Z] #18 DONE 0.0s [2024-02-02T18:33:51.893Z] [2024-02-02T18:33:51.893Z] #19 [registry-v2 1/2] FROM docker.io/distribution/distribution:2.8.3@sha256:f84b2078238ff03cdbc2a08f1cb90ca4c11683a1f15cd9817120f5cabbc48ebb [2024-02-02T18:33:51.893Z] #19 DONE 0.0s [2024-02-02T18:33:51.893Z] [2024-02-02T18:33:51.893Z] #20 [frozen-images 1/4] FROM docker.io/library/debian:bookworm@sha256:79becb70a6247d277b59c09ca340bbe0349af6aacb5afa90ec349528b53ce2c9 [2024-02-02T18:33:51.893Z] #20 DONE 0.0s [2024-02-02T18:33:51.893Z] [2024-02-02T18:33:51.893Z] #21 [internal] load build context [2024-02-02T18:33:52.828Z] #21 transferring context: 75.08MB 0.9s done [2024-02-02T18:33:52.828Z] #21 DONE 1.0s [2024-02-02T18:33:52.828Z] [2024-02-02T18:33:52.828Z] #22 [base 2/4] COPY --from=xx / / [2024-02-02T18:33:52.828Z] #22 CACHED [2024-02-02T18:33:52.828Z] [2024-02-02T18:33:52.828Z] #23 [swagger 2/2] RUN --mount=from=swagger-src,src=/usr/src/swagger,rw --mount=type=cache,target=/root/.cache/go-build,id=swagger-build-linux/arm64 --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ < /etc/apt/apt.conf.d/keep-cache [2024-02-02T18:33:52.828Z] #63 CACHED [2024-02-02T18:33:52.828Z] [2024-02-02T18:33:52.828Z] #64 [delve-src 2/3] RUN git init . && git remote add origin "https://github.com/go-delve/delve.git" [2024-02-02T18:33:52.828Z] #64 CACHED [2024-02-02T18:33:52.828Z] [2024-02-02T18:33:52.828Z] #65 [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 ; [2024-02-02T18:33:52.828Z] #65 CACHED [2024-02-02T18:33:52.828Z] [2024-02-02T18:33:52.828Z] #66 [rootlesskit-src 1/3] WORKDIR /usr/src/rootlesskit [2024-02-02T18:33:52.828Z] #66 CACHED [2024-02-02T18:33:52.828Z] [2024-02-02T18:33:52.828Z] #67 [rootlesskit-src 3/3] RUN git fetch -q --depth 1 origin "v2.0.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD [2024-02-02T18:33:52.828Z] #67 CACHED [2024-02-02T18:33:52.828Z] [2024-02-02T18:33:52.828Z] #68 [dev-systemd-false 1/21] COPY --link --from=frozen-images /build/ /docker-frozen-images [2024-02-02T18:33:52.828Z] #68 CACHED [2024-02-02T18:33:52.828Z] [2024-02-02T18:33:52.828Z] #69 [tini-src 2/3] RUN git init . && git remote add origin "https://github.com/krallin/tini.git" [2024-02-02T18:33:52.828Z] #69 CACHED [2024-02-02T18:33:52.828Z] [2024-02-02T18:33:52.828Z] #70 [binary-dummy 1/1] COPY --from=build-dummy /build /build [2024-02-02T18:33:52.828Z] #70 CACHED [2024-02-02T18:33:52.828Z] [2024-02-02T18:33:52.828Z] #71 [dev-base 3/12] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2024-02-02T18:33:52.828Z] #71 CACHED [2024-02-02T18:33:52.828Z] [2024-02-02T18:33:52.828Z] #72 [tini-src 3/3] RUN git fetch -q --depth 1 origin "v0.19.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD [2024-02-02T18:33:52.828Z] #72 CACHED [2024-02-02T18:33:52.828Z] [2024-02-02T18:33:52.828Z] #73 [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 [2024-02-02T18:33:52.828Z] #73 CACHED [2024-02-02T18:33:52.828Z] [2024-02-02T18:33:52.828Z] #74 [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 <> /etc/bash.bashrc [2024-02-02T18:33:52.828Z] #79 CACHED [2024-02-02T18:33:52.828Z] [2024-02-02T18:33:52.828Z] #80 [dev-systemd-false 19/21] COPY --link --from=buildx /buildx /usr/local/libexec/docker/cli-plugins/docker-buildx [2024-02-02T18:33:52.828Z] #80 CACHED [2024-02-02T18:33:52.828Z] [2024-02-02T18:33:52.828Z] #81 [dev-base 8/12] 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 sudo systemd-journal-remote thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2024-02-02T18:33:52.828Z] #81 CACHED [2024-02-02T18:33:52.828Z] [2024-02-02T18:33:52.828Z] #82 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2024-02-02T18:33:52.828Z] #82 CACHED [2024-02-02T18:33:52.828Z] [2024-02-02T18:33:52.828Z] #83 [rootlesskit-src 2/3] RUN git init . && git remote add origin "https://github.com/rootless-containers/rootlesskit.git" [2024-02-02T18:33:52.828Z] #83 CACHED [2024-02-02T18:33:52.828Z] [2024-02-02T18:33:52.828Z] #84 [swagger-src 3/3] RUN git fetch -q --depth 1 origin "c56166c036004ba7a3a321e5951ba472b9ae298c" && git checkout -q FETCH_HEAD [2024-02-02T18:33:52.828Z] #84 CACHED [2024-02-02T18:33:52.828Z] [2024-02-02T18:33:52.828Z] #85 [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 pkg-config [2024-02-02T18:33:52.828Z] #85 CACHED [2024-02-02T18:33:52.828Z] [2024-02-02T18:33:52.828Z] #86 [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 pkg-config [2024-02-02T18:33:52.828Z] #86 CACHED [2024-02-02T18:33:52.828Z] [2024-02-02T18:33:52.828Z] #87 [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 v25.0.1 https://github.com/docker/cli.git /build && /build/docker --version [2024-02-02T18:33:52.828Z] #87 CACHED [2024-02-02T18:33:52.828Z] [2024-02-02T18:33:52.828Z] #88 [dev-systemd-false 10/21] COPY --link --from=golangci_lint /build/ /usr/local/bin/ [2024-02-02T18:33:52.828Z] #88 CACHED [2024-02-02T18:33:52.828Z] [2024-02-02T18:33:52.828Z] #89 [tini-build 1/4] WORKDIR /go/src/github.com/krallin/tini [2024-02-02T18:33:52.828Z] #89 CACHED [2024-02-02T18:33:52.828Z] [2024-02-02T18:33:52.828Z] #90 [tini-src 1/3] WORKDIR /usr/src/tini [2024-02-02T18:33:52.828Z] #90 CACHED [2024-02-02T18:33:52.828Z] [2024-02-02T18:33:52.828Z] #91 [dev-systemd-false 5/21] COPY --link --from=gowinres /build/ /usr/local/bin/ [2024-02-02T18:33:52.828Z] #91 CACHED [2024-02-02T18:33:52.828Z] [2024-02-02T18:33:52.828Z] #92 [dev-systemd-false 14/21] COPY --link --from=rootlesskit /build/ /usr/local/bin/ [2024-02-02T18:33:52.828Z] #92 CACHED [2024-02-02T18:33:52.828Z] [2024-02-02T18:33:52.828Z] #93 [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 [2024-02-02T18:33:52.828Z] #93 CACHED [2024-02-02T18:33:52.828Z] [2024-02-02T18:33:52.828Z] #94 [dev-systemd-false 9/21] COPY --link --from=gotestsum /build/ /usr/local/bin/ [2024-02-02T18:33:52.828Z] #94 CACHED [2024-02-02T18:33:52.828Z] [2024-02-02T18:33:52.828Z] #95 [rootlesskit-build 5/5] COPY --link ./contrib/dockerd-rootless-setuptool.sh /build/ [2024-02-02T18:33:52.828Z] #95 CACHED [2024-02-02T18:33:52.828Z] [2024-02-02T18:33:52.828Z] #96 [dev-base 1/12] RUN groupadd -r docker [2024-02-02T18:33:52.828Z] #96 CACHED [2024-02-02T18:33:52.828Z] [2024-02-02T18:33:52.828Z] #97 [runc-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.12" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD [2024-02-02T18:33:52.828Z] #97 CACHED [2024-02-02T18:33:52.828Z] [2024-02-02T18:33:52.828Z] #98 [dev-systemd-false 12/21] COPY --link --from=runc /build/ /usr/local/bin/ [2024-02-02T18:33:52.828Z] #98 CACHED [2024-02-02T18:33:52.828Z] [2024-02-02T18:33:52.828Z] #99 [dev-base 7/12] RUN git config --global --add safe.directory /go/src/github.com/docker/docker [2024-02-02T18:33:52.828Z] #99 CACHED [2024-02-02T18:33:52.828Z] [2024-02-02T18:33:52.828Z] #100 [dev-systemd-false 3/21] COPY --link --from=delve /build/ /usr/local/bin/ [2024-02-02T18:33:52.828Z] #100 CACHED [2024-02-02T18:33:52.828Z] [2024-02-02T18:33:52.828Z] #101 [runc-src 2/3] RUN git init . && git remote add origin "https://github.com/opencontainers/runc.git" [2024-02-02T18:33:52.828Z] #101 CACHED [2024-02-02T18:33:52.828Z] [2024-02-02T18:33:52.828Z] #102 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2024-02-02T18:33:52.828Z] #102 CACHED [2024-02-02T18:33:52.828Z] [2024-02-02T18:33:52.828Z] #103 [containerd-build 1/3] WORKDIR /go/src/github.com/containerd/containerd [2024-02-02T18:33:52.828Z] #103 CACHED [2024-02-02T18:33:52.828Z] [2024-02-02T18:33:52.828Z] #104 [dev-base 6/12] RUN ldconfig [2024-02-02T18:33:52.828Z] #104 CACHED [2024-02-02T18:33:52.828Z] [2024-02-02T18:33:52.828Z] #105 [runc-src 1/3] WORKDIR /usr/src/runc [2024-02-02T18:33:52.828Z] #105 CACHED [2024-02-02T18:33:52.828Z] [2024-02-02T18:33:52.828Z] #106 [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 [2024-02-02T18:33:52.828Z] #106 CACHED [2024-02-02T18:33:52.828Z] [2024-02-02T18:33:52.828Z] #107 [containerd-src 1/3] WORKDIR /usr/src/containerd [2024-02-02T18:33:52.828Z] #107 CACHED [2024-02-02T18:33:52.828Z] [2024-02-02T18:33:52.828Z] #108 [containerd-src 2/3] RUN git init . && git remote add origin "https://github.com/containerd/containerd.git" [2024-02-02T18:33:52.828Z] #108 CACHED [2024-02-02T18:33:52.828Z] [2024-02-02T18:33:52.828Z] #109 [dev-base 11/12] COPY --link --from=dockercli /build/ /usr/local/cli [2024-02-02T18:33:52.828Z] #109 CACHED [2024-02-02T18:33:52.828Z] [2024-02-02T18:33:52.828Z] #110 [delve-src 1/3] WORKDIR /usr/src/delve [2024-02-02T18:33:52.828Z] #110 CACHED [2024-02-02T18:33:52.828Z] [2024-02-02T18:33:52.828Z] #111 [swagger-src 2/3] RUN git init . && git remote add origin "https://github.com/kolyshkin/go-swagger.git" [2024-02-02T18:33:52.828Z] #111 CACHED [2024-02-02T18:33:52.828Z] [2024-02-02T18:33:52.828Z] #112 [dev-systemd-false 6/21] COPY --link --from=tini /build/ /usr/local/bin/ [2024-02-02T18:33:52.828Z] #112 CACHED [2024-02-02T18:33:52.828Z] [2024-02-02T18:33:52.828Z] #113 [dev-base 12/12] COPY --link --from=dockercli-integration /build/ /usr/local/cli-integration [2024-02-02T18:33:52.828Z] #113 CACHED [2024-02-02T18:33:53.086Z] [2024-02-02T18:33:53.086Z] #114 [dev 1/1] COPY --link . . [2024-02-02T18:33:54.458Z] #114 DONE 1.3s [2024-02-02T18:33:54.458Z] [2024-02-02T18:33:54.458Z] #115 exporting to image [2024-02-02T18:33:54.458Z] #115 exporting layers [2024-02-02T18:33:55.023Z] #115 exporting layers 0.9s done [2024-02-02T18:33:55.023Z] #115 writing image sha256:1194e055c7008620ae1f697d0b0d8e699df27315a0134ce5ac194601eba469b4 done [2024-02-02T18:33:55.023Z] #115 naming to docker.io/library/docker:a07e5c50335a89377a7397f30b6cfc645cb93de7 0.0s done [2024-02-02T18:33:55.023Z] #115 DONE 0.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2024-02-02T18:33:55.322Z] + sudo modprobe ip6table_filter [Pipeline] sh [2024-02-02T18:33:55.601Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-47309/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a07e5c50335a89377a7397f30b6cfc645cb93de7 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a07e5c50335a89377a7397f30b6cfc645cb93de7 hack/test/unit [2024-02-02T18:33:55.859Z] + BUILDFLAGS=(-tags 'netgo journald') [2024-02-02T18:33:55.859Z] + TESTFLAGS+=' -test.timeout=5m' [2024-02-02T18:33:55.859Z] + TESTDIRS=./... [2024-02-02T18:33:55.859Z] + exclude_paths='/vendor/|/integration' [2024-02-02T18:33:55.859Z] ++ go list ./... [2024-02-02T18:33:55.859Z] ++ grep -vE '(/vendor/|/integration)' [2024-02-02T18:33:56.426Z] + pkg_list='github.com/docker/docker/api [2024-02-02T18:33:56.426Z] github.com/docker/docker/api/server [2024-02-02T18:33:56.426Z] github.com/docker/docker/api/server/backend/build [2024-02-02T18:33:56.426Z] github.com/docker/docker/api/server/httpstatus [2024-02-02T18:33:56.426Z] github.com/docker/docker/api/server/httputils [2024-02-02T18:33:56.426Z] github.com/docker/docker/api/server/middleware [2024-02-02T18:33:56.426Z] github.com/docker/docker/api/server/router [2024-02-02T18:33:56.426Z] github.com/docker/docker/api/server/router/build [2024-02-02T18:33:56.426Z] github.com/docker/docker/api/server/router/checkpoint [2024-02-02T18:33:56.426Z] github.com/docker/docker/api/server/router/container [2024-02-02T18:33:56.426Z] github.com/docker/docker/api/server/router/debug [2024-02-02T18:33:56.426Z] github.com/docker/docker/api/server/router/distribution [2024-02-02T18:33:56.426Z] github.com/docker/docker/api/server/router/grpc [2024-02-02T18:33:56.426Z] github.com/docker/docker/api/server/router/image [2024-02-02T18:33:56.426Z] github.com/docker/docker/api/server/router/network [2024-02-02T18:33:56.426Z] github.com/docker/docker/api/server/router/plugin [2024-02-02T18:33:56.426Z] github.com/docker/docker/api/server/router/session [2024-02-02T18:33:56.426Z] github.com/docker/docker/api/server/router/swarm [2024-02-02T18:33:56.426Z] github.com/docker/docker/api/server/router/system [2024-02-02T18:33:56.426Z] github.com/docker/docker/api/server/router/volume [2024-02-02T18:33:56.426Z] github.com/docker/docker/api/types [2024-02-02T18:33:56.426Z] github.com/docker/docker/api/types/backend [2024-02-02T18:33:56.426Z] github.com/docker/docker/api/types/blkiodev [2024-02-02T18:33:56.426Z] github.com/docker/docker/api/types/checkpoint [2024-02-02T18:33:56.426Z] github.com/docker/docker/api/types/container [2024-02-02T18:33:56.426Z] github.com/docker/docker/api/types/events [2024-02-02T18:33:56.426Z] github.com/docker/docker/api/types/filters [2024-02-02T18:33:56.426Z] github.com/docker/docker/api/types/image [2024-02-02T18:33:56.426Z] github.com/docker/docker/api/types/mount [2024-02-02T18:33:56.426Z] github.com/docker/docker/api/types/network [2024-02-02T18:33:56.426Z] github.com/docker/docker/api/types/plugins/logdriver [2024-02-02T18:33:56.426Z] github.com/docker/docker/api/types/registry [2024-02-02T18:33:56.426Z] github.com/docker/docker/api/types/strslice [2024-02-02T18:33:56.426Z] github.com/docker/docker/api/types/swarm [2024-02-02T18:33:56.426Z] github.com/docker/docker/api/types/swarm/runtime [2024-02-02T18:33:56.426Z] github.com/docker/docker/api/types/system [2024-02-02T18:33:56.426Z] github.com/docker/docker/api/types/time [2024-02-02T18:33:56.426Z] github.com/docker/docker/api/types/versions [2024-02-02T18:33:56.426Z] github.com/docker/docker/api/types/versions/v1p19 [2024-02-02T18:33:56.426Z] github.com/docker/docker/api/types/versions/v1p20 [2024-02-02T18:33:56.426Z] github.com/docker/docker/api/types/volume [2024-02-02T18:33:56.426Z] github.com/docker/docker/builder [2024-02-02T18:33:56.426Z] github.com/docker/docker/builder/builder-next [2024-02-02T18:33:56.426Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2024-02-02T18:33:56.426Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2024-02-02T18:33:56.426Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2024-02-02T18:33:56.426Z] github.com/docker/docker/builder/builder-next/exporter [2024-02-02T18:33:56.426Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter [2024-02-02T18:33:56.426Z] github.com/docker/docker/builder/builder-next/exporter/overrides [2024-02-02T18:33:56.426Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2024-02-02T18:33:56.426Z] github.com/docker/docker/builder/builder-next/worker [2024-02-02T18:33:56.426Z] github.com/docker/docker/builder/builder-next/worker/label [2024-02-02T18:33:56.426Z] github.com/docker/docker/builder/dockerfile [2024-02-02T18:33:56.426Z] github.com/docker/docker/builder/remotecontext [2024-02-02T18:33:56.426Z] github.com/docker/docker/builder/remotecontext/git [2024-02-02T18:33:56.426Z] github.com/docker/docker/builder/remotecontext/urlutil [2024-02-02T18:33:56.426Z] github.com/docker/docker/cli/debug [2024-02-02T18:33:56.426Z] github.com/docker/docker/cli/winresources/docker-proxy [2024-02-02T18:33:56.426Z] github.com/docker/docker/cli/winresources/dockerd [2024-02-02T18:33:56.426Z] github.com/docker/docker/client [2024-02-02T18:33:56.426Z] github.com/docker/docker/client/buildkit [2024-02-02T18:33:56.426Z] github.com/docker/docker/cmd/docker-proxy [2024-02-02T18:33:56.426Z] github.com/docker/docker/cmd/dockerd [2024-02-02T18:33:56.426Z] github.com/docker/docker/cmd/dockerd/trap [2024-02-02T18:33:56.426Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2024-02-02T18:33:56.426Z] github.com/docker/docker/container [2024-02-02T18:33:56.426Z] github.com/docker/docker/container/stream [2024-02-02T18:33:56.426Z] github.com/docker/docker/contrib/apparmor [2024-02-02T18:33:56.426Z] github.com/docker/docker/contrib/httpserver [2024-02-02T18:33:56.426Z] github.com/docker/docker/daemon [2024-02-02T18:33:56.426Z] github.com/docker/docker/daemon/cluster [2024-02-02T18:33:56.426Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2024-02-02T18:33:56.426Z] github.com/docker/docker/daemon/cluster/convert [2024-02-02T18:33:56.426Z] github.com/docker/docker/daemon/cluster/executor [2024-02-02T18:33:56.426Z] github.com/docker/docker/daemon/cluster/executor/container [2024-02-02T18:33:56.426Z] github.com/docker/docker/daemon/cluster/provider [2024-02-02T18:33:56.426Z] github.com/docker/docker/daemon/config [2024-02-02T18:33:56.426Z] github.com/docker/docker/daemon/containerd [2024-02-02T18:33:56.426Z] github.com/docker/docker/daemon/events [2024-02-02T18:33:56.426Z] github.com/docker/docker/daemon/events/testutils [2024-02-02T18:33:56.426Z] github.com/docker/docker/daemon/graphdriver [2024-02-02T18:33:56.426Z] github.com/docker/docker/daemon/graphdriver/btrfs [2024-02-02T18:33:56.426Z] github.com/docker/docker/daemon/graphdriver/copy [2024-02-02T18:33:56.426Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2024-02-02T18:33:56.426Z] github.com/docker/docker/daemon/graphdriver/graphtest [2024-02-02T18:33:56.426Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2024-02-02T18:33:56.426Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2024-02-02T18:33:56.426Z] github.com/docker/docker/daemon/graphdriver/register [2024-02-02T18:33:56.426Z] github.com/docker/docker/daemon/graphdriver/vfs [2024-02-02T18:33:56.426Z] github.com/docker/docker/daemon/graphdriver/zfs [2024-02-02T18:33:56.426Z] github.com/docker/docker/daemon/images [2024-02-02T18:33:56.426Z] github.com/docker/docker/daemon/initlayer [2024-02-02T18:33:56.426Z] github.com/docker/docker/daemon/links [2024-02-02T18:33:56.426Z] github.com/docker/docker/daemon/listeners [2024-02-02T18:33:56.426Z] github.com/docker/docker/daemon/logger [2024-02-02T18:33:56.426Z] github.com/docker/docker/daemon/logger/awslogs [2024-02-02T18:33:56.426Z] github.com/docker/docker/daemon/logger/fluentd [2024-02-02T18:33:56.426Z] github.com/docker/docker/daemon/logger/gcplogs [2024-02-02T18:33:56.426Z] github.com/docker/docker/daemon/logger/gelf [2024-02-02T18:33:56.426Z] github.com/docker/docker/daemon/logger/journald [2024-02-02T18:33:56.426Z] github.com/docker/docker/daemon/logger/journald/internal/export [2024-02-02T18:33:56.426Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2024-02-02T18:33:56.426Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2024-02-02T18:33:56.426Z] github.com/docker/docker/daemon/logger/jsonfilelog [2024-02-02T18:33:56.426Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2024-02-02T18:33:56.426Z] github.com/docker/docker/daemon/logger/local [2024-02-02T18:33:56.426Z] github.com/docker/docker/daemon/logger/loggertest [2024-02-02T18:33:56.426Z] github.com/docker/docker/daemon/logger/loggerutils [2024-02-02T18:33:56.426Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2024-02-02T18:33:56.426Z] github.com/docker/docker/daemon/logger/splunk [2024-02-02T18:33:56.426Z] github.com/docker/docker/daemon/logger/syslog [2024-02-02T18:33:56.426Z] github.com/docker/docker/daemon/logger/templates [2024-02-02T18:33:56.426Z] github.com/docker/docker/daemon/names [2024-02-02T18:33:56.426Z] github.com/docker/docker/daemon/network [2024-02-02T18:33:56.426Z] github.com/docker/docker/daemon/snapshotter [2024-02-02T18:33:56.426Z] github.com/docker/docker/daemon/stats [2024-02-02T18:33:56.426Z] github.com/docker/docker/distribution [2024-02-02T18:33:56.426Z] github.com/docker/docker/distribution/metadata [2024-02-02T18:33:56.426Z] github.com/docker/docker/distribution/utils [2024-02-02T18:33:56.426Z] github.com/docker/docker/distribution/xfer [2024-02-02T18:33:56.426Z] github.com/docker/docker/dockerversion [2024-02-02T18:33:56.426Z] github.com/docker/docker/errdefs [2024-02-02T18:33:56.426Z] github.com/docker/docker/image [2024-02-02T18:33:56.426Z] github.com/docker/docker/image/cache [2024-02-02T18:33:56.426Z] github.com/docker/docker/image/spec/specs-go [2024-02-02T18:33:56.426Z] github.com/docker/docker/image/spec/specs-go/v1 [2024-02-02T18:33:56.426Z] github.com/docker/docker/image/tarexport [2024-02-02T18:33:56.426Z] github.com/docker/docker/image/v1 [2024-02-02T18:33:56.426Z] github.com/docker/docker/internal/cleanups [2024-02-02T18:33:56.426Z] github.com/docker/docker/internal/compatcontext [2024-02-02T18:33:56.426Z] github.com/docker/docker/internal/mod [2024-02-02T18:33:56.426Z] github.com/docker/docker/internal/mounttree [2024-02-02T18:33:56.426Z] github.com/docker/docker/internal/multierror [2024-02-02T18:33:56.426Z] github.com/docker/docker/internal/safepath [2024-02-02T18:33:56.426Z] github.com/docker/docker/internal/sliceutil [2024-02-02T18:33:56.426Z] github.com/docker/docker/internal/test/suite [2024-02-02T18:33:56.426Z] github.com/docker/docker/internal/testutils [2024-02-02T18:33:56.426Z] github.com/docker/docker/internal/testutils/netnsutils [2024-02-02T18:33:56.426Z] github.com/docker/docker/internal/testutils/specialimage [2024-02-02T18:33:56.426Z] github.com/docker/docker/internal/unix_noeintr [2024-02-02T18:33:56.426Z] github.com/docker/docker/internal/unshare [2024-02-02T18:33:56.426Z] github.com/docker/docker/layer [2024-02-02T18:33:56.426Z] github.com/docker/docker/libcontainerd [2024-02-02T18:33:56.426Z] github.com/docker/docker/libcontainerd/queue [2024-02-02T18:33:56.426Z] github.com/docker/docker/libcontainerd/remote [2024-02-02T18:33:56.426Z] github.com/docker/docker/libcontainerd/shimopts [2024-02-02T18:33:56.426Z] github.com/docker/docker/libcontainerd/supervisor [2024-02-02T18:33:56.426Z] github.com/docker/docker/libcontainerd/types [2024-02-02T18:33:56.426Z] github.com/docker/docker/libnetwork [2024-02-02T18:33:56.426Z] github.com/docker/docker/libnetwork/bitmap [2024-02-02T18:33:56.426Z] github.com/docker/docker/libnetwork/cluster [2024-02-02T18:33:56.426Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2024-02-02T18:33:56.426Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2024-02-02T18:33:56.426Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2024-02-02T18:33:56.426Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2024-02-02T18:33:56.426Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2024-02-02T18:33:56.426Z] github.com/docker/docker/libnetwork/config [2024-02-02T18:33:56.426Z] github.com/docker/docker/libnetwork/datastore [2024-02-02T18:33:56.426Z] github.com/docker/docker/libnetwork/diagnostic [2024-02-02T18:33:56.426Z] github.com/docker/docker/libnetwork/discoverapi [2024-02-02T18:33:56.426Z] github.com/docker/docker/libnetwork/driverapi [2024-02-02T18:33:56.426Z] github.com/docker/docker/libnetwork/drivers/bridge [2024-02-02T18:33:56.426Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2024-02-02T18:33:56.426Z] github.com/docker/docker/libnetwork/drivers/host [2024-02-02T18:33:56.426Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2024-02-02T18:33:56.426Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2024-02-02T18:33:56.426Z] github.com/docker/docker/libnetwork/drivers/macvlan [2024-02-02T18:33:56.426Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2024-02-02T18:33:56.426Z] github.com/docker/docker/libnetwork/drivers/null [2024-02-02T18:33:56.426Z] github.com/docker/docker/libnetwork/drivers/overlay [2024-02-02T18:33:56.426Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2024-02-02T18:33:56.426Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2024-02-02T18:33:56.426Z] github.com/docker/docker/libnetwork/drivers/remote [2024-02-02T18:33:56.426Z] github.com/docker/docker/libnetwork/drivers/remote/api [2024-02-02T18:33:56.426Z] github.com/docker/docker/libnetwork/drivers/windows [2024-02-02T18:33:56.426Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2024-02-02T18:33:56.426Z] github.com/docker/docker/libnetwork/drvregistry [2024-02-02T18:33:56.426Z] github.com/docker/docker/libnetwork/etchosts [2024-02-02T18:33:56.426Z] github.com/docker/docker/libnetwork/internal/caller [2024-02-02T18:33:56.426Z] github.com/docker/docker/libnetwork/internal/kvstore [2024-02-02T18:33:56.426Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb [2024-02-02T18:33:56.426Z] github.com/docker/docker/libnetwork/internal/netiputil [2024-02-02T18:33:56.426Z] github.com/docker/docker/libnetwork/internal/setmatrix [2024-02-02T18:33:56.426Z] github.com/docker/docker/libnetwork/ipam [2024-02-02T18:33:56.426Z] github.com/docker/docker/libnetwork/ipamapi [2024-02-02T18:33:56.426Z] github.com/docker/docker/libnetwork/ipams/builtin [2024-02-02T18:33:56.426Z] github.com/docker/docker/libnetwork/ipams/null [2024-02-02T18:33:56.426Z] github.com/docker/docker/libnetwork/ipams/remote [2024-02-02T18:33:56.426Z] github.com/docker/docker/libnetwork/ipams/remote/api [2024-02-02T18:33:56.426Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2024-02-02T18:33:56.426Z] github.com/docker/docker/libnetwork/ipamutils [2024-02-02T18:33:56.426Z] github.com/docker/docker/libnetwork/ipbits [2024-02-02T18:33:56.426Z] github.com/docker/docker/libnetwork/iptables [2024-02-02T18:33:56.426Z] github.com/docker/docker/libnetwork/netlabel [2024-02-02T18:33:56.426Z] github.com/docker/docker/libnetwork/netutils [2024-02-02T18:33:56.426Z] github.com/docker/docker/libnetwork/networkdb [2024-02-02T18:33:56.426Z] github.com/docker/docker/libnetwork/ns [2024-02-02T18:33:56.426Z] github.com/docker/docker/libnetwork/options [2024-02-02T18:33:56.426Z] github.com/docker/docker/libnetwork/osl [2024-02-02T18:33:56.426Z] github.com/docker/docker/libnetwork/osl/kernel [2024-02-02T18:33:56.426Z] github.com/docker/docker/libnetwork/portallocator [2024-02-02T18:33:56.426Z] github.com/docker/docker/libnetwork/portmapper [2024-02-02T18:33:56.426Z] github.com/docker/docker/libnetwork/resolvconf [2024-02-02T18:33:56.426Z] github.com/docker/docker/libnetwork/scope [2024-02-02T18:33:56.426Z] github.com/docker/docker/libnetwork/types [2024-02-02T18:33:56.426Z] github.com/docker/docker/oci [2024-02-02T18:33:56.426Z] github.com/docker/docker/oci/caps [2024-02-02T18:33:56.426Z] github.com/docker/docker/opts [2024-02-02T18:33:56.426Z] github.com/docker/docker/pkg/archive [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/authorization [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/broadcaster [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/capabilities [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/chrootarchive [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/containerfs [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/directory [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/dmesg [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/fileutils [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/homedir [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/idtools [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/ioutils [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/jsonmessage [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/longpath [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/meminfo [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/namesgenerator [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/parsers [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/parsers/kernel [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/parsers/operatingsystem [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/pidfile [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/platform [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/plugingetter [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/plugins [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/plugins/transport [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/pools [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/process [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/progress [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/reexec [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/rootless [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/rootless/specconv [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/stack [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/stdcopy [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/streamformatter [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/stringid [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/sysinfo [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/system [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/tailfile [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/tarsum [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/useragent [2024-02-02T18:33:56.427Z] github.com/docker/docker/plugin [2024-02-02T18:33:56.427Z] github.com/docker/docker/plugin/executor/containerd [2024-02-02T18:33:56.427Z] github.com/docker/docker/plugin/v2 [2024-02-02T18:33:56.427Z] github.com/docker/docker/profiles/apparmor [2024-02-02T18:33:56.427Z] github.com/docker/docker/profiles/seccomp [2024-02-02T18:33:56.427Z] github.com/docker/docker/quota [2024-02-02T18:33:56.427Z] github.com/docker/docker/reference [2024-02-02T18:33:56.427Z] github.com/docker/docker/registry [2024-02-02T18:33:56.427Z] github.com/docker/docker/registry/resumable [2024-02-02T18:33:56.427Z] github.com/docker/docker/restartmanager [2024-02-02T18:33:56.427Z] github.com/docker/docker/runconfig [2024-02-02T18:33:56.427Z] github.com/docker/docker/runconfig/opts [2024-02-02T18:33:56.427Z] github.com/docker/docker/testutil [2024-02-02T18:33:56.427Z] github.com/docker/docker/testutil/daemon [2024-02-02T18:33:56.427Z] github.com/docker/docker/testutil/environment [2024-02-02T18:33:56.427Z] github.com/docker/docker/testutil/fakecontext [2024-02-02T18:33:56.427Z] github.com/docker/docker/testutil/fakegit [2024-02-02T18:33:56.427Z] github.com/docker/docker/testutil/fakestorage [2024-02-02T18:33:56.427Z] github.com/docker/docker/testutil/fixtures/load [2024-02-02T18:33:56.427Z] github.com/docker/docker/testutil/fixtures/plugin [2024-02-02T18:33:56.427Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2024-02-02T18:33:56.427Z] github.com/docker/docker/testutil/registry [2024-02-02T18:33:56.427Z] github.com/docker/docker/testutil/request [2024-02-02T18:33:56.427Z] github.com/docker/docker/volume [2024-02-02T18:33:56.427Z] github.com/docker/docker/volume/drivers [2024-02-02T18:33:56.427Z] github.com/docker/docker/volume/local [2024-02-02T18:33:56.427Z] github.com/docker/docker/volume/mounts [2024-02-02T18:33:56.427Z] github.com/docker/docker/volume/service [2024-02-02T18:33:56.427Z] github.com/docker/docker/volume/service/opts [2024-02-02T18:33:56.427Z] github.com/docker/docker/volume/testutils' [2024-02-02T18:33:56.427Z] ++ grep --fixed-strings -v /libnetwork [2024-02-02T18:33:56.427Z] ++ echo 'github.com/docker/docker/api [2024-02-02T18:33:56.427Z] github.com/docker/docker/api/server [2024-02-02T18:33:56.427Z] github.com/docker/docker/api/server/backend/build [2024-02-02T18:33:56.427Z] github.com/docker/docker/api/server/httpstatus [2024-02-02T18:33:56.427Z] github.com/docker/docker/api/server/httputils [2024-02-02T18:33:56.427Z] github.com/docker/docker/api/server/middleware [2024-02-02T18:33:56.427Z] github.com/docker/docker/api/server/router [2024-02-02T18:33:56.427Z] github.com/docker/docker/api/server/router/build [2024-02-02T18:33:56.427Z] github.com/docker/docker/api/server/router/checkpoint [2024-02-02T18:33:56.427Z] github.com/docker/docker/api/server/router/container [2024-02-02T18:33:56.427Z] github.com/docker/docker/api/server/router/debug [2024-02-02T18:33:56.427Z] github.com/docker/docker/api/server/router/distribution [2024-02-02T18:33:56.427Z] github.com/docker/docker/api/server/router/grpc [2024-02-02T18:33:56.427Z] github.com/docker/docker/api/server/router/image [2024-02-02T18:33:56.427Z] github.com/docker/docker/api/server/router/network [2024-02-02T18:33:56.427Z] github.com/docker/docker/api/server/router/plugin [2024-02-02T18:33:56.427Z] github.com/docker/docker/api/server/router/session [2024-02-02T18:33:56.427Z] github.com/docker/docker/api/server/router/swarm [2024-02-02T18:33:56.427Z] github.com/docker/docker/api/server/router/system [2024-02-02T18:33:56.427Z] github.com/docker/docker/api/server/router/volume [2024-02-02T18:33:56.427Z] github.com/docker/docker/api/types [2024-02-02T18:33:56.427Z] github.com/docker/docker/api/types/backend [2024-02-02T18:33:56.427Z] github.com/docker/docker/api/types/blkiodev [2024-02-02T18:33:56.427Z] github.com/docker/docker/api/types/checkpoint [2024-02-02T18:33:56.427Z] github.com/docker/docker/api/types/container [2024-02-02T18:33:56.427Z] github.com/docker/docker/api/types/events [2024-02-02T18:33:56.427Z] github.com/docker/docker/api/types/filters [2024-02-02T18:33:56.427Z] github.com/docker/docker/api/types/image [2024-02-02T18:33:56.427Z] github.com/docker/docker/api/types/mount [2024-02-02T18:33:56.427Z] github.com/docker/docker/api/types/network [2024-02-02T18:33:56.427Z] github.com/docker/docker/api/types/plugins/logdriver [2024-02-02T18:33:56.427Z] github.com/docker/docker/api/types/registry [2024-02-02T18:33:56.427Z] github.com/docker/docker/api/types/strslice [2024-02-02T18:33:56.427Z] github.com/docker/docker/api/types/swarm [2024-02-02T18:33:56.427Z] github.com/docker/docker/api/types/swarm/runtime [2024-02-02T18:33:56.427Z] github.com/docker/docker/api/types/system [2024-02-02T18:33:56.427Z] github.com/docker/docker/api/types/time [2024-02-02T18:33:56.427Z] github.com/docker/docker/api/types/versions [2024-02-02T18:33:56.427Z] github.com/docker/docker/api/types/versions/v1p19 [2024-02-02T18:33:56.427Z] github.com/docker/docker/api/types/versions/v1p20 [2024-02-02T18:33:56.427Z] github.com/docker/docker/api/types/volume [2024-02-02T18:33:56.427Z] github.com/docker/docker/builder [2024-02-02T18:33:56.427Z] github.com/docker/docker/builder/builder-next [2024-02-02T18:33:56.427Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2024-02-02T18:33:56.427Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2024-02-02T18:33:56.427Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2024-02-02T18:33:56.427Z] github.com/docker/docker/builder/builder-next/exporter [2024-02-02T18:33:56.427Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter [2024-02-02T18:33:56.427Z] github.com/docker/docker/builder/builder-next/exporter/overrides [2024-02-02T18:33:56.427Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2024-02-02T18:33:56.427Z] github.com/docker/docker/builder/builder-next/worker [2024-02-02T18:33:56.427Z] github.com/docker/docker/builder/builder-next/worker/label [2024-02-02T18:33:56.427Z] github.com/docker/docker/builder/dockerfile [2024-02-02T18:33:56.427Z] github.com/docker/docker/builder/remotecontext [2024-02-02T18:33:56.427Z] github.com/docker/docker/builder/remotecontext/git [2024-02-02T18:33:56.427Z] github.com/docker/docker/builder/remotecontext/urlutil [2024-02-02T18:33:56.427Z] github.com/docker/docker/cli/debug [2024-02-02T18:33:56.427Z] github.com/docker/docker/cli/winresources/docker-proxy [2024-02-02T18:33:56.427Z] github.com/docker/docker/cli/winresources/dockerd [2024-02-02T18:33:56.427Z] github.com/docker/docker/client [2024-02-02T18:33:56.427Z] github.com/docker/docker/client/buildkit [2024-02-02T18:33:56.427Z] github.com/docker/docker/cmd/docker-proxy [2024-02-02T18:33:56.427Z] github.com/docker/docker/cmd/dockerd [2024-02-02T18:33:56.427Z] github.com/docker/docker/cmd/dockerd/trap [2024-02-02T18:33:56.427Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2024-02-02T18:33:56.427Z] github.com/docker/docker/container [2024-02-02T18:33:56.427Z] github.com/docker/docker/container/stream [2024-02-02T18:33:56.427Z] github.com/docker/docker/contrib/apparmor [2024-02-02T18:33:56.427Z] github.com/docker/docker/contrib/httpserver [2024-02-02T18:33:56.427Z] github.com/docker/docker/daemon [2024-02-02T18:33:56.427Z] github.com/docker/docker/daemon/cluster [2024-02-02T18:33:56.427Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2024-02-02T18:33:56.427Z] github.com/docker/docker/daemon/cluster/convert [2024-02-02T18:33:56.427Z] github.com/docker/docker/daemon/cluster/executor [2024-02-02T18:33:56.427Z] github.com/docker/docker/daemon/cluster/executor/container [2024-02-02T18:33:56.427Z] github.com/docker/docker/daemon/cluster/provider [2024-02-02T18:33:56.427Z] github.com/docker/docker/daemon/config [2024-02-02T18:33:56.427Z] github.com/docker/docker/daemon/containerd [2024-02-02T18:33:56.427Z] github.com/docker/docker/daemon/events [2024-02-02T18:33:56.427Z] github.com/docker/docker/daemon/events/testutils [2024-02-02T18:33:56.427Z] github.com/docker/docker/daemon/graphdriver [2024-02-02T18:33:56.427Z] github.com/docker/docker/daemon/graphdriver/btrfs [2024-02-02T18:33:56.427Z] github.com/docker/docker/daemon/graphdriver/copy [2024-02-02T18:33:56.427Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2024-02-02T18:33:56.427Z] github.com/docker/docker/daemon/graphdriver/graphtest [2024-02-02T18:33:56.427Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2024-02-02T18:33:56.427Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2024-02-02T18:33:56.427Z] github.com/docker/docker/daemon/graphdriver/register [2024-02-02T18:33:56.427Z] github.com/docker/docker/daemon/graphdriver/vfs [2024-02-02T18:33:56.427Z] github.com/docker/docker/daemon/graphdriver/zfs [2024-02-02T18:33:56.427Z] github.com/docker/docker/daemon/images [2024-02-02T18:33:56.427Z] github.com/docker/docker/daemon/initlayer [2024-02-02T18:33:56.427Z] github.com/docker/docker/daemon/links [2024-02-02T18:33:56.427Z] github.com/docker/docker/daemon/listeners [2024-02-02T18:33:56.427Z] github.com/docker/docker/daemon/logger [2024-02-02T18:33:56.427Z] github.com/docker/docker/daemon/logger/awslogs [2024-02-02T18:33:56.427Z] github.com/docker/docker/daemon/logger/fluentd [2024-02-02T18:33:56.427Z] github.com/docker/docker/daemon/logger/gcplogs [2024-02-02T18:33:56.427Z] github.com/docker/docker/daemon/logger/gelf [2024-02-02T18:33:56.427Z] github.com/docker/docker/daemon/logger/journald [2024-02-02T18:33:56.427Z] github.com/docker/docker/daemon/logger/journald/internal/export [2024-02-02T18:33:56.427Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2024-02-02T18:33:56.427Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2024-02-02T18:33:56.427Z] github.com/docker/docker/daemon/logger/jsonfilelog [2024-02-02T18:33:56.427Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2024-02-02T18:33:56.427Z] github.com/docker/docker/daemon/logger/local [2024-02-02T18:33:56.427Z] github.com/docker/docker/daemon/logger/loggertest [2024-02-02T18:33:56.427Z] github.com/docker/docker/daemon/logger/loggerutils [2024-02-02T18:33:56.427Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2024-02-02T18:33:56.427Z] github.com/docker/docker/daemon/logger/splunk [2024-02-02T18:33:56.427Z] github.com/docker/docker/daemon/logger/syslog [2024-02-02T18:33:56.427Z] github.com/docker/docker/daemon/logger/templates [2024-02-02T18:33:56.427Z] github.com/docker/docker/daemon/names [2024-02-02T18:33:56.427Z] github.com/docker/docker/daemon/network [2024-02-02T18:33:56.427Z] github.com/docker/docker/daemon/snapshotter [2024-02-02T18:33:56.427Z] github.com/docker/docker/daemon/stats [2024-02-02T18:33:56.427Z] github.com/docker/docker/distribution [2024-02-02T18:33:56.427Z] github.com/docker/docker/distribution/metadata [2024-02-02T18:33:56.427Z] github.com/docker/docker/distribution/utils [2024-02-02T18:33:56.427Z] github.com/docker/docker/distribution/xfer [2024-02-02T18:33:56.427Z] github.com/docker/docker/dockerversion [2024-02-02T18:33:56.427Z] github.com/docker/docker/errdefs [2024-02-02T18:33:56.427Z] github.com/docker/docker/image [2024-02-02T18:33:56.427Z] github.com/docker/docker/image/cache [2024-02-02T18:33:56.427Z] github.com/docker/docker/image/spec/specs-go [2024-02-02T18:33:56.427Z] github.com/docker/docker/image/spec/specs-go/v1 [2024-02-02T18:33:56.427Z] github.com/docker/docker/image/tarexport [2024-02-02T18:33:56.427Z] github.com/docker/docker/image/v1 [2024-02-02T18:33:56.427Z] github.com/docker/docker/internal/cleanups [2024-02-02T18:33:56.427Z] github.com/docker/docker/internal/compatcontext [2024-02-02T18:33:56.427Z] github.com/docker/docker/internal/mod [2024-02-02T18:33:56.427Z] github.com/docker/docker/internal/mounttree [2024-02-02T18:33:56.427Z] github.com/docker/docker/internal/multierror [2024-02-02T18:33:56.427Z] github.com/docker/docker/internal/safepath [2024-02-02T18:33:56.427Z] github.com/docker/docker/internal/sliceutil [2024-02-02T18:33:56.427Z] github.com/docker/docker/internal/test/suite [2024-02-02T18:33:56.427Z] github.com/docker/docker/internal/testutils [2024-02-02T18:33:56.427Z] github.com/docker/docker/internal/testutils/netnsutils [2024-02-02T18:33:56.427Z] github.com/docker/docker/internal/testutils/specialimage [2024-02-02T18:33:56.427Z] github.com/docker/docker/internal/unix_noeintr [2024-02-02T18:33:56.427Z] github.com/docker/docker/internal/unshare [2024-02-02T18:33:56.427Z] github.com/docker/docker/layer [2024-02-02T18:33:56.427Z] github.com/docker/docker/libcontainerd [2024-02-02T18:33:56.427Z] github.com/docker/docker/libcontainerd/queue [2024-02-02T18:33:56.427Z] github.com/docker/docker/libcontainerd/remote [2024-02-02T18:33:56.427Z] github.com/docker/docker/libcontainerd/shimopts [2024-02-02T18:33:56.427Z] github.com/docker/docker/libcontainerd/supervisor [2024-02-02T18:33:56.427Z] github.com/docker/docker/libcontainerd/types [2024-02-02T18:33:56.427Z] github.com/docker/docker/libnetwork [2024-02-02T18:33:56.427Z] github.com/docker/docker/libnetwork/bitmap [2024-02-02T18:33:56.427Z] github.com/docker/docker/libnetwork/cluster [2024-02-02T18:33:56.427Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2024-02-02T18:33:56.427Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2024-02-02T18:33:56.427Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2024-02-02T18:33:56.427Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2024-02-02T18:33:56.427Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2024-02-02T18:33:56.427Z] github.com/docker/docker/libnetwork/config [2024-02-02T18:33:56.427Z] github.com/docker/docker/libnetwork/datastore [2024-02-02T18:33:56.427Z] github.com/docker/docker/libnetwork/diagnostic [2024-02-02T18:33:56.427Z] github.com/docker/docker/libnetwork/discoverapi [2024-02-02T18:33:56.427Z] github.com/docker/docker/libnetwork/driverapi [2024-02-02T18:33:56.427Z] github.com/docker/docker/libnetwork/drivers/bridge [2024-02-02T18:33:56.427Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2024-02-02T18:33:56.427Z] github.com/docker/docker/libnetwork/drivers/host [2024-02-02T18:33:56.427Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2024-02-02T18:33:56.427Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2024-02-02T18:33:56.427Z] github.com/docker/docker/libnetwork/drivers/macvlan [2024-02-02T18:33:56.427Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2024-02-02T18:33:56.427Z] github.com/docker/docker/libnetwork/drivers/null [2024-02-02T18:33:56.427Z] github.com/docker/docker/libnetwork/drivers/overlay [2024-02-02T18:33:56.427Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2024-02-02T18:33:56.427Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2024-02-02T18:33:56.427Z] github.com/docker/docker/libnetwork/drivers/remote [2024-02-02T18:33:56.427Z] github.com/docker/docker/libnetwork/drivers/remote/api [2024-02-02T18:33:56.427Z] github.com/docker/docker/libnetwork/drivers/windows [2024-02-02T18:33:56.427Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2024-02-02T18:33:56.427Z] github.com/docker/docker/libnetwork/drvregistry [2024-02-02T18:33:56.427Z] github.com/docker/docker/libnetwork/etchosts [2024-02-02T18:33:56.427Z] github.com/docker/docker/libnetwork/internal/caller [2024-02-02T18:33:56.427Z] github.com/docker/docker/libnetwork/internal/kvstore [2024-02-02T18:33:56.427Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb [2024-02-02T18:33:56.427Z] github.com/docker/docker/libnetwork/internal/netiputil [2024-02-02T18:33:56.427Z] github.com/docker/docker/libnetwork/internal/setmatrix [2024-02-02T18:33:56.427Z] github.com/docker/docker/libnetwork/ipam [2024-02-02T18:33:56.427Z] github.com/docker/docker/libnetwork/ipamapi [2024-02-02T18:33:56.427Z] github.com/docker/docker/libnetwork/ipams/builtin [2024-02-02T18:33:56.427Z] github.com/docker/docker/libnetwork/ipams/null [2024-02-02T18:33:56.427Z] github.com/docker/docker/libnetwork/ipams/remote [2024-02-02T18:33:56.427Z] github.com/docker/docker/libnetwork/ipams/remote/api [2024-02-02T18:33:56.427Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2024-02-02T18:33:56.427Z] github.com/docker/docker/libnetwork/ipamutils [2024-02-02T18:33:56.427Z] github.com/docker/docker/libnetwork/ipbits [2024-02-02T18:33:56.427Z] github.com/docker/docker/libnetwork/iptables [2024-02-02T18:33:56.427Z] github.com/docker/docker/libnetwork/netlabel [2024-02-02T18:33:56.427Z] github.com/docker/docker/libnetwork/netutils [2024-02-02T18:33:56.427Z] github.com/docker/docker/libnetwork/networkdb [2024-02-02T18:33:56.427Z] github.com/docker/docker/libnetwork/ns [2024-02-02T18:33:56.427Z] github.com/docker/docker/libnetwork/options [2024-02-02T18:33:56.427Z] github.com/docker/docker/libnetwork/osl [2024-02-02T18:33:56.427Z] github.com/docker/docker/libnetwork/osl/kernel [2024-02-02T18:33:56.427Z] github.com/docker/docker/libnetwork/portallocator [2024-02-02T18:33:56.427Z] github.com/docker/docker/libnetwork/portmapper [2024-02-02T18:33:56.427Z] github.com/docker/docker/libnetwork/resolvconf [2024-02-02T18:33:56.427Z] github.com/docker/docker/libnetwork/scope [2024-02-02T18:33:56.427Z] github.com/docker/docker/libnetwork/types [2024-02-02T18:33:56.427Z] github.com/docker/docker/oci [2024-02-02T18:33:56.427Z] github.com/docker/docker/oci/caps [2024-02-02T18:33:56.427Z] github.com/docker/docker/opts [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/archive [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/authorization [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/broadcaster [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/capabilities [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/chrootarchive [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/containerfs [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/directory [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/dmesg [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/fileutils [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/homedir [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/idtools [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/ioutils [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/jsonmessage [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/longpath [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/meminfo [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/namesgenerator [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/parsers [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/parsers/kernel [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/parsers/operatingsystem [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/pidfile [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/platform [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/plugingetter [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/plugins [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/plugins/transport [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/pools [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/process [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/progress [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/reexec [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/rootless [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/rootless/specconv [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/stack [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/stdcopy [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/streamformatter [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/stringid [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/sysinfo [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/system [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/tailfile [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/tarsum [2024-02-02T18:33:56.427Z] github.com/docker/docker/pkg/useragent [2024-02-02T18:33:56.427Z] github.com/docker/docker/plugin [2024-02-02T18:33:56.427Z] github.com/docker/docker/plugin/executor/containerd [2024-02-02T18:33:56.427Z] github.com/docker/docker/plugin/v2 [2024-02-02T18:33:56.427Z] github.com/docker/docker/profiles/apparmor [2024-02-02T18:33:56.427Z] github.com/docker/docker/profiles/seccomp [2024-02-02T18:33:56.427Z] github.com/docker/docker/quota [2024-02-02T18:33:56.427Z] github.com/docker/docker/reference [2024-02-02T18:33:56.427Z] github.com/docker/docker/registry [2024-02-02T18:33:56.427Z] github.com/docker/docker/registry/resumable [2024-02-02T18:33:56.427Z] github.com/docker/docker/restartmanager [2024-02-02T18:33:56.427Z] github.com/docker/docker/runconfig [2024-02-02T18:33:56.427Z] github.com/docker/docker/runconfig/opts [2024-02-02T18:33:56.427Z] github.com/docker/docker/testutil [2024-02-02T18:33:56.427Z] github.com/docker/docker/testutil/daemon [2024-02-02T18:33:56.427Z] github.com/docker/docker/testutil/environment [2024-02-02T18:33:56.427Z] github.com/docker/docker/testutil/fakecontext [2024-02-02T18:33:56.427Z] github.com/docker/docker/testutil/fakegit [2024-02-02T18:33:56.427Z] github.com/docker/docker/testutil/fakestorage [2024-02-02T18:33:56.427Z] github.com/docker/docker/testutil/fixtures/load [2024-02-02T18:33:56.427Z] github.com/docker/docker/testutil/fixtures/plugin [2024-02-02T18:33:56.427Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2024-02-02T18:33:56.427Z] github.com/docker/docker/testutil/registry [2024-02-02T18:33:56.427Z] github.com/docker/docker/testutil/request [2024-02-02T18:33:56.427Z] github.com/docker/docker/volume [2024-02-02T18:33:56.427Z] github.com/docker/docker/volume/drivers [2024-02-02T18:33:56.427Z] github.com/docker/docker/volume/local [2024-02-02T18:33:56.427Z] github.com/docker/docker/volume/mounts [2024-02-02T18:33:56.427Z] github.com/docker/docker/volume/service [2024-02-02T18:33:56.427Z] github.com/docker/docker/volume/service/opts [2024-02-02T18:33:56.427Z] github.com/docker/docker/volume/testutils' [2024-02-02T18:33:56.427Z] + base_pkg_list='github.com/docker/docker/api [2024-02-02T18:33:56.427Z] github.com/docker/docker/api/server [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/server/backend/build [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/server/httpstatus [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/server/httputils [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/server/middleware [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/server/router [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/server/router/build [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/server/router/checkpoint [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/server/router/container [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/server/router/debug [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/server/router/distribution [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/server/router/grpc [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/server/router/image [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/server/router/network [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/server/router/plugin [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/server/router/session [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/server/router/swarm [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/server/router/system [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/server/router/volume [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/types [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/types/backend [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/types/blkiodev [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/types/checkpoint [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/types/container [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/types/events [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/types/filters [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/types/image [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/types/mount [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/types/network [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/types/plugins/logdriver [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/types/registry [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/types/strslice [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/types/swarm [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/types/swarm/runtime [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/types/system [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/types/time [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/types/versions [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/types/versions/v1p19 [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/types/versions/v1p20 [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/types/volume [2024-02-02T18:33:56.428Z] github.com/docker/docker/builder [2024-02-02T18:33:56.428Z] github.com/docker/docker/builder/builder-next [2024-02-02T18:33:56.428Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2024-02-02T18:33:56.428Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2024-02-02T18:33:56.428Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2024-02-02T18:33:56.428Z] github.com/docker/docker/builder/builder-next/exporter [2024-02-02T18:33:56.428Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter [2024-02-02T18:33:56.428Z] github.com/docker/docker/builder/builder-next/exporter/overrides [2024-02-02T18:33:56.428Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2024-02-02T18:33:56.428Z] github.com/docker/docker/builder/builder-next/worker [2024-02-02T18:33:56.428Z] github.com/docker/docker/builder/builder-next/worker/label [2024-02-02T18:33:56.428Z] github.com/docker/docker/builder/dockerfile [2024-02-02T18:33:56.428Z] github.com/docker/docker/builder/remotecontext [2024-02-02T18:33:56.428Z] github.com/docker/docker/builder/remotecontext/git [2024-02-02T18:33:56.428Z] github.com/docker/docker/builder/remotecontext/urlutil [2024-02-02T18:33:56.428Z] github.com/docker/docker/cli/debug [2024-02-02T18:33:56.428Z] github.com/docker/docker/cli/winresources/docker-proxy [2024-02-02T18:33:56.428Z] github.com/docker/docker/cli/winresources/dockerd [2024-02-02T18:33:56.428Z] github.com/docker/docker/client [2024-02-02T18:33:56.428Z] github.com/docker/docker/client/buildkit [2024-02-02T18:33:56.428Z] github.com/docker/docker/cmd/docker-proxy [2024-02-02T18:33:56.428Z] github.com/docker/docker/cmd/dockerd [2024-02-02T18:33:56.428Z] github.com/docker/docker/cmd/dockerd/trap [2024-02-02T18:33:56.428Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2024-02-02T18:33:56.428Z] github.com/docker/docker/container [2024-02-02T18:33:56.428Z] github.com/docker/docker/container/stream [2024-02-02T18:33:56.428Z] github.com/docker/docker/contrib/apparmor [2024-02-02T18:33:56.428Z] github.com/docker/docker/contrib/httpserver [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/cluster [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/cluster/convert [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/cluster/executor [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/cluster/executor/container [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/cluster/provider [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/config [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/containerd [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/events [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/events/testutils [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/graphdriver [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/graphdriver/btrfs [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/graphdriver/copy [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/graphdriver/graphtest [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/graphdriver/register [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/graphdriver/vfs [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/graphdriver/zfs [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/images [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/initlayer [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/links [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/listeners [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/logger [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/logger/awslogs [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/logger/fluentd [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/logger/gcplogs [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/logger/gelf [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/logger/journald [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/logger/journald/internal/export [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/logger/jsonfilelog [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/logger/local [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/logger/loggertest [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/logger/loggerutils [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/logger/splunk [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/logger/syslog [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/logger/templates [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/names [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/network [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/snapshotter [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/stats [2024-02-02T18:33:56.428Z] github.com/docker/docker/distribution [2024-02-02T18:33:56.428Z] github.com/docker/docker/distribution/metadata [2024-02-02T18:33:56.428Z] github.com/docker/docker/distribution/utils [2024-02-02T18:33:56.428Z] github.com/docker/docker/distribution/xfer [2024-02-02T18:33:56.428Z] github.com/docker/docker/dockerversion [2024-02-02T18:33:56.428Z] github.com/docker/docker/errdefs [2024-02-02T18:33:56.428Z] github.com/docker/docker/image [2024-02-02T18:33:56.428Z] github.com/docker/docker/image/cache [2024-02-02T18:33:56.428Z] github.com/docker/docker/image/spec/specs-go [2024-02-02T18:33:56.428Z] github.com/docker/docker/image/spec/specs-go/v1 [2024-02-02T18:33:56.428Z] github.com/docker/docker/image/tarexport [2024-02-02T18:33:56.428Z] github.com/docker/docker/image/v1 [2024-02-02T18:33:56.428Z] github.com/docker/docker/internal/cleanups [2024-02-02T18:33:56.428Z] github.com/docker/docker/internal/compatcontext [2024-02-02T18:33:56.428Z] github.com/docker/docker/internal/mod [2024-02-02T18:33:56.428Z] github.com/docker/docker/internal/mounttree [2024-02-02T18:33:56.428Z] github.com/docker/docker/internal/multierror [2024-02-02T18:33:56.428Z] github.com/docker/docker/internal/safepath [2024-02-02T18:33:56.428Z] github.com/docker/docker/internal/sliceutil [2024-02-02T18:33:56.428Z] github.com/docker/docker/internal/test/suite [2024-02-02T18:33:56.428Z] github.com/docker/docker/internal/testutils [2024-02-02T18:33:56.428Z] github.com/docker/docker/internal/testutils/netnsutils [2024-02-02T18:33:56.428Z] github.com/docker/docker/internal/testutils/specialimage [2024-02-02T18:33:56.428Z] github.com/docker/docker/internal/unix_noeintr [2024-02-02T18:33:56.428Z] github.com/docker/docker/internal/unshare [2024-02-02T18:33:56.428Z] github.com/docker/docker/layer [2024-02-02T18:33:56.428Z] github.com/docker/docker/libcontainerd [2024-02-02T18:33:56.428Z] github.com/docker/docker/libcontainerd/queue [2024-02-02T18:33:56.428Z] github.com/docker/docker/libcontainerd/remote [2024-02-02T18:33:56.428Z] github.com/docker/docker/libcontainerd/shimopts [2024-02-02T18:33:56.428Z] github.com/docker/docker/libcontainerd/supervisor [2024-02-02T18:33:56.428Z] github.com/docker/docker/libcontainerd/types [2024-02-02T18:33:56.428Z] github.com/docker/docker/oci [2024-02-02T18:33:56.428Z] github.com/docker/docker/oci/caps [2024-02-02T18:33:56.428Z] github.com/docker/docker/opts [2024-02-02T18:33:56.428Z] github.com/docker/docker/pkg/archive [2024-02-02T18:33:56.428Z] github.com/docker/docker/pkg/authorization [2024-02-02T18:33:56.428Z] github.com/docker/docker/pkg/broadcaster [2024-02-02T18:33:56.428Z] github.com/docker/docker/pkg/capabilities [2024-02-02T18:33:56.428Z] github.com/docker/docker/pkg/chrootarchive [2024-02-02T18:33:56.428Z] github.com/docker/docker/pkg/containerfs [2024-02-02T18:33:56.428Z] github.com/docker/docker/pkg/directory [2024-02-02T18:33:56.428Z] github.com/docker/docker/pkg/dmesg [2024-02-02T18:33:56.428Z] github.com/docker/docker/pkg/fileutils [2024-02-02T18:33:56.428Z] github.com/docker/docker/pkg/homedir [2024-02-02T18:33:56.428Z] github.com/docker/docker/pkg/idtools [2024-02-02T18:33:56.428Z] github.com/docker/docker/pkg/ioutils [2024-02-02T18:33:56.428Z] github.com/docker/docker/pkg/jsonmessage [2024-02-02T18:33:56.428Z] github.com/docker/docker/pkg/longpath [2024-02-02T18:33:56.428Z] github.com/docker/docker/pkg/meminfo [2024-02-02T18:33:56.428Z] github.com/docker/docker/pkg/namesgenerator [2024-02-02T18:33:56.428Z] github.com/docker/docker/pkg/parsers [2024-02-02T18:33:56.428Z] github.com/docker/docker/pkg/parsers/kernel [2024-02-02T18:33:56.428Z] github.com/docker/docker/pkg/parsers/operatingsystem [2024-02-02T18:33:56.428Z] github.com/docker/docker/pkg/pidfile [2024-02-02T18:33:56.428Z] github.com/docker/docker/pkg/platform [2024-02-02T18:33:56.428Z] github.com/docker/docker/pkg/plugingetter [2024-02-02T18:33:56.428Z] github.com/docker/docker/pkg/plugins [2024-02-02T18:33:56.428Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2024-02-02T18:33:56.428Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2024-02-02T18:33:56.428Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2024-02-02T18:33:56.428Z] github.com/docker/docker/pkg/plugins/transport [2024-02-02T18:33:56.428Z] github.com/docker/docker/pkg/pools [2024-02-02T18:33:56.428Z] github.com/docker/docker/pkg/process [2024-02-02T18:33:56.428Z] github.com/docker/docker/pkg/progress [2024-02-02T18:33:56.428Z] github.com/docker/docker/pkg/reexec [2024-02-02T18:33:56.428Z] github.com/docker/docker/pkg/rootless [2024-02-02T18:33:56.428Z] github.com/docker/docker/pkg/rootless/specconv [2024-02-02T18:33:56.428Z] github.com/docker/docker/pkg/stack [2024-02-02T18:33:56.428Z] github.com/docker/docker/pkg/stdcopy [2024-02-02T18:33:56.428Z] github.com/docker/docker/pkg/streamformatter [2024-02-02T18:33:56.428Z] github.com/docker/docker/pkg/stringid [2024-02-02T18:33:56.428Z] github.com/docker/docker/pkg/sysinfo [2024-02-02T18:33:56.428Z] github.com/docker/docker/pkg/system [2024-02-02T18:33:56.428Z] github.com/docker/docker/pkg/tailfile [2024-02-02T18:33:56.428Z] github.com/docker/docker/pkg/tarsum [2024-02-02T18:33:56.428Z] github.com/docker/docker/pkg/useragent [2024-02-02T18:33:56.428Z] github.com/docker/docker/plugin [2024-02-02T18:33:56.428Z] github.com/docker/docker/plugin/executor/containerd [2024-02-02T18:33:56.428Z] github.com/docker/docker/plugin/v2 [2024-02-02T18:33:56.428Z] github.com/docker/docker/profiles/apparmor [2024-02-02T18:33:56.428Z] github.com/docker/docker/profiles/seccomp [2024-02-02T18:33:56.428Z] github.com/docker/docker/quota [2024-02-02T18:33:56.428Z] github.com/docker/docker/reference [2024-02-02T18:33:56.428Z] github.com/docker/docker/registry [2024-02-02T18:33:56.428Z] github.com/docker/docker/registry/resumable [2024-02-02T18:33:56.428Z] github.com/docker/docker/restartmanager [2024-02-02T18:33:56.428Z] github.com/docker/docker/runconfig [2024-02-02T18:33:56.428Z] github.com/docker/docker/runconfig/opts [2024-02-02T18:33:56.428Z] github.com/docker/docker/testutil [2024-02-02T18:33:56.428Z] github.com/docker/docker/testutil/daemon [2024-02-02T18:33:56.428Z] github.com/docker/docker/testutil/environment [2024-02-02T18:33:56.428Z] github.com/docker/docker/testutil/fakecontext [2024-02-02T18:33:56.428Z] github.com/docker/docker/testutil/fakegit [2024-02-02T18:33:56.428Z] github.com/docker/docker/testutil/fakestorage [2024-02-02T18:33:56.428Z] github.com/docker/docker/testutil/fixtures/load [2024-02-02T18:33:56.428Z] github.com/docker/docker/testutil/fixtures/plugin [2024-02-02T18:33:56.428Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2024-02-02T18:33:56.428Z] github.com/docker/docker/testutil/registry [2024-02-02T18:33:56.428Z] github.com/docker/docker/testutil/request [2024-02-02T18:33:56.428Z] github.com/docker/docker/volume [2024-02-02T18:33:56.428Z] github.com/docker/docker/volume/drivers [2024-02-02T18:33:56.428Z] github.com/docker/docker/volume/local [2024-02-02T18:33:56.428Z] github.com/docker/docker/volume/mounts [2024-02-02T18:33:56.428Z] github.com/docker/docker/volume/service [2024-02-02T18:33:56.428Z] github.com/docker/docker/volume/service/opts [2024-02-02T18:33:56.428Z] github.com/docker/docker/volume/testutils' [2024-02-02T18:33:56.428Z] ++ grep --fixed-strings /libnetwork [2024-02-02T18:33:56.428Z] ++ echo 'github.com/docker/docker/api [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/server [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/server/backend/build [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/server/httpstatus [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/server/httputils [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/server/middleware [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/server/router [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/server/router/build [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/server/router/checkpoint [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/server/router/container [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/server/router/debug [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/server/router/distribution [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/server/router/grpc [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/server/router/image [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/server/router/network [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/server/router/plugin [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/server/router/session [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/server/router/swarm [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/server/router/system [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/server/router/volume [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/types [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/types/backend [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/types/blkiodev [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/types/checkpoint [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/types/container [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/types/events [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/types/filters [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/types/image [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/types/mount [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/types/network [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/types/plugins/logdriver [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/types/registry [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/types/strslice [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/types/swarm [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/types/swarm/runtime [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/types/system [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/types/time [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/types/versions [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/types/versions/v1p19 [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/types/versions/v1p20 [2024-02-02T18:33:56.428Z] github.com/docker/docker/api/types/volume [2024-02-02T18:33:56.428Z] github.com/docker/docker/builder [2024-02-02T18:33:56.428Z] github.com/docker/docker/builder/builder-next [2024-02-02T18:33:56.428Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2024-02-02T18:33:56.428Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2024-02-02T18:33:56.428Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2024-02-02T18:33:56.428Z] github.com/docker/docker/builder/builder-next/exporter [2024-02-02T18:33:56.428Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter [2024-02-02T18:33:56.428Z] github.com/docker/docker/builder/builder-next/exporter/overrides [2024-02-02T18:33:56.428Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2024-02-02T18:33:56.428Z] github.com/docker/docker/builder/builder-next/worker [2024-02-02T18:33:56.428Z] github.com/docker/docker/builder/builder-next/worker/label [2024-02-02T18:33:56.428Z] github.com/docker/docker/builder/dockerfile [2024-02-02T18:33:56.428Z] github.com/docker/docker/builder/remotecontext [2024-02-02T18:33:56.428Z] github.com/docker/docker/builder/remotecontext/git [2024-02-02T18:33:56.428Z] github.com/docker/docker/builder/remotecontext/urlutil [2024-02-02T18:33:56.428Z] github.com/docker/docker/cli/debug [2024-02-02T18:33:56.428Z] github.com/docker/docker/cli/winresources/docker-proxy [2024-02-02T18:33:56.428Z] github.com/docker/docker/cli/winresources/dockerd [2024-02-02T18:33:56.428Z] github.com/docker/docker/client [2024-02-02T18:33:56.428Z] github.com/docker/docker/client/buildkit [2024-02-02T18:33:56.428Z] github.com/docker/docker/cmd/docker-proxy [2024-02-02T18:33:56.428Z] github.com/docker/docker/cmd/dockerd [2024-02-02T18:33:56.428Z] github.com/docker/docker/cmd/dockerd/trap [2024-02-02T18:33:56.428Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2024-02-02T18:33:56.428Z] github.com/docker/docker/container [2024-02-02T18:33:56.428Z] github.com/docker/docker/container/stream [2024-02-02T18:33:56.428Z] github.com/docker/docker/contrib/apparmor [2024-02-02T18:33:56.428Z] github.com/docker/docker/contrib/httpserver [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/cluster [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/cluster/convert [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/cluster/executor [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/cluster/executor/container [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/cluster/provider [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/config [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/containerd [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/events [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/events/testutils [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/graphdriver [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/graphdriver/btrfs [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/graphdriver/copy [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/graphdriver/graphtest [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/graphdriver/register [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/graphdriver/vfs [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/graphdriver/zfs [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/images [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/initlayer [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/links [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/listeners [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/logger [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/logger/awslogs [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/logger/fluentd [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/logger/gcplogs [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/logger/gelf [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/logger/journald [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/logger/journald/internal/export [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2024-02-02T18:33:56.428Z] github.com/docker/docker/daemon/logger/jsonfilelog [2024-02-02T18:33:56.429Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2024-02-02T18:33:56.429Z] github.com/docker/docker/daemon/logger/local [2024-02-02T18:33:56.429Z] github.com/docker/docker/daemon/logger/loggertest [2024-02-02T18:33:56.429Z] github.com/docker/docker/daemon/logger/loggerutils [2024-02-02T18:33:56.429Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2024-02-02T18:33:56.429Z] github.com/docker/docker/daemon/logger/splunk [2024-02-02T18:33:56.429Z] github.com/docker/docker/daemon/logger/syslog [2024-02-02T18:33:56.429Z] github.com/docker/docker/daemon/logger/templates [2024-02-02T18:33:56.429Z] github.com/docker/docker/daemon/names [2024-02-02T18:33:56.429Z] github.com/docker/docker/daemon/network [2024-02-02T18:33:56.429Z] github.com/docker/docker/daemon/snapshotter [2024-02-02T18:33:56.429Z] github.com/docker/docker/daemon/stats [2024-02-02T18:33:56.429Z] github.com/docker/docker/distribution [2024-02-02T18:33:56.429Z] github.com/docker/docker/distribution/metadata [2024-02-02T18:33:56.429Z] github.com/docker/docker/distribution/utils [2024-02-02T18:33:56.429Z] github.com/docker/docker/distribution/xfer [2024-02-02T18:33:56.429Z] github.com/docker/docker/dockerversion [2024-02-02T18:33:56.429Z] github.com/docker/docker/errdefs [2024-02-02T18:33:56.429Z] github.com/docker/docker/image [2024-02-02T18:33:56.429Z] github.com/docker/docker/image/cache [2024-02-02T18:33:56.429Z] github.com/docker/docker/image/spec/specs-go [2024-02-02T18:33:56.429Z] github.com/docker/docker/image/spec/specs-go/v1 [2024-02-02T18:33:56.429Z] github.com/docker/docker/image/tarexport [2024-02-02T18:33:56.429Z] github.com/docker/docker/image/v1 [2024-02-02T18:33:56.429Z] github.com/docker/docker/internal/cleanups [2024-02-02T18:33:56.429Z] github.com/docker/docker/internal/compatcontext [2024-02-02T18:33:56.429Z] github.com/docker/docker/internal/mod [2024-02-02T18:33:56.429Z] github.com/docker/docker/internal/mounttree [2024-02-02T18:33:56.429Z] github.com/docker/docker/internal/multierror [2024-02-02T18:33:56.429Z] github.com/docker/docker/internal/safepath [2024-02-02T18:33:56.429Z] github.com/docker/docker/internal/sliceutil [2024-02-02T18:33:56.429Z] github.com/docker/docker/internal/test/suite [2024-02-02T18:33:56.429Z] github.com/docker/docker/internal/testutils [2024-02-02T18:33:56.429Z] github.com/docker/docker/internal/testutils/netnsutils [2024-02-02T18:33:56.429Z] github.com/docker/docker/internal/testutils/specialimage [2024-02-02T18:33:56.429Z] github.com/docker/docker/internal/unix_noeintr [2024-02-02T18:33:56.429Z] github.com/docker/docker/internal/unshare [2024-02-02T18:33:56.429Z] github.com/docker/docker/layer [2024-02-02T18:33:56.429Z] github.com/docker/docker/libcontainerd [2024-02-02T18:33:56.429Z] github.com/docker/docker/libcontainerd/queue [2024-02-02T18:33:56.429Z] github.com/docker/docker/libcontainerd/remote [2024-02-02T18:33:56.429Z] github.com/docker/docker/libcontainerd/shimopts [2024-02-02T18:33:56.429Z] github.com/docker/docker/libcontainerd/supervisor [2024-02-02T18:33:56.429Z] github.com/docker/docker/libcontainerd/types [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/bitmap [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/cluster [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/config [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/datastore [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/diagnostic [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/discoverapi [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/driverapi [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/drivers/bridge [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/drivers/host [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/drivers/macvlan [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/drivers/null [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/drivers/overlay [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/drivers/remote [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/drivers/remote/api [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/drivers/windows [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/drvregistry [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/etchosts [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/internal/caller [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/internal/kvstore [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/internal/netiputil [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/internal/setmatrix [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/ipam [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/ipamapi [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/ipams/builtin [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/ipams/null [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/ipams/remote [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/ipams/remote/api [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/ipamutils [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/ipbits [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/iptables [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/netlabel [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/netutils [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/networkdb [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/ns [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/options [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/osl [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/osl/kernel [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/portallocator [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/portmapper [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/resolvconf [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/scope [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/types [2024-02-02T18:33:56.429Z] github.com/docker/docker/oci [2024-02-02T18:33:56.429Z] github.com/docker/docker/oci/caps [2024-02-02T18:33:56.429Z] github.com/docker/docker/opts [2024-02-02T18:33:56.429Z] github.com/docker/docker/pkg/archive [2024-02-02T18:33:56.429Z] github.com/docker/docker/pkg/authorization [2024-02-02T18:33:56.429Z] github.com/docker/docker/pkg/broadcaster [2024-02-02T18:33:56.429Z] github.com/docker/docker/pkg/capabilities [2024-02-02T18:33:56.429Z] github.com/docker/docker/pkg/chrootarchive [2024-02-02T18:33:56.429Z] github.com/docker/docker/pkg/containerfs [2024-02-02T18:33:56.429Z] github.com/docker/docker/pkg/directory [2024-02-02T18:33:56.429Z] github.com/docker/docker/pkg/dmesg [2024-02-02T18:33:56.429Z] github.com/docker/docker/pkg/fileutils [2024-02-02T18:33:56.429Z] github.com/docker/docker/pkg/homedir [2024-02-02T18:33:56.429Z] github.com/docker/docker/pkg/idtools [2024-02-02T18:33:56.429Z] github.com/docker/docker/pkg/ioutils [2024-02-02T18:33:56.429Z] github.com/docker/docker/pkg/jsonmessage [2024-02-02T18:33:56.429Z] github.com/docker/docker/pkg/longpath [2024-02-02T18:33:56.429Z] github.com/docker/docker/pkg/meminfo [2024-02-02T18:33:56.429Z] github.com/docker/docker/pkg/namesgenerator [2024-02-02T18:33:56.429Z] github.com/docker/docker/pkg/parsers [2024-02-02T18:33:56.429Z] github.com/docker/docker/pkg/parsers/kernel [2024-02-02T18:33:56.429Z] github.com/docker/docker/pkg/parsers/operatingsystem [2024-02-02T18:33:56.429Z] github.com/docker/docker/pkg/pidfile [2024-02-02T18:33:56.429Z] github.com/docker/docker/pkg/platform [2024-02-02T18:33:56.429Z] github.com/docker/docker/pkg/plugingetter [2024-02-02T18:33:56.429Z] github.com/docker/docker/pkg/plugins [2024-02-02T18:33:56.429Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2024-02-02T18:33:56.429Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2024-02-02T18:33:56.429Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2024-02-02T18:33:56.429Z] github.com/docker/docker/pkg/plugins/transport [2024-02-02T18:33:56.429Z] github.com/docker/docker/pkg/pools [2024-02-02T18:33:56.429Z] github.com/docker/docker/pkg/process [2024-02-02T18:33:56.429Z] github.com/docker/docker/pkg/progress [2024-02-02T18:33:56.429Z] github.com/docker/docker/pkg/reexec [2024-02-02T18:33:56.429Z] github.com/docker/docker/pkg/rootless [2024-02-02T18:33:56.429Z] github.com/docker/docker/pkg/rootless/specconv [2024-02-02T18:33:56.429Z] github.com/docker/docker/pkg/stack [2024-02-02T18:33:56.429Z] github.com/docker/docker/pkg/stdcopy [2024-02-02T18:33:56.429Z] github.com/docker/docker/pkg/streamformatter [2024-02-02T18:33:56.429Z] github.com/docker/docker/pkg/stringid [2024-02-02T18:33:56.429Z] github.com/docker/docker/pkg/sysinfo [2024-02-02T18:33:56.429Z] github.com/docker/docker/pkg/system [2024-02-02T18:33:56.429Z] github.com/docker/docker/pkg/tailfile [2024-02-02T18:33:56.429Z] github.com/docker/docker/pkg/tarsum [2024-02-02T18:33:56.429Z] github.com/docker/docker/pkg/useragent [2024-02-02T18:33:56.429Z] github.com/docker/docker/plugin [2024-02-02T18:33:56.429Z] github.com/docker/docker/plugin/executor/containerd [2024-02-02T18:33:56.429Z] github.com/docker/docker/plugin/v2 [2024-02-02T18:33:56.429Z] github.com/docker/docker/profiles/apparmor [2024-02-02T18:33:56.429Z] github.com/docker/docker/profiles/seccomp [2024-02-02T18:33:56.429Z] github.com/docker/docker/quota [2024-02-02T18:33:56.429Z] github.com/docker/docker/reference [2024-02-02T18:33:56.429Z] github.com/docker/docker/registry [2024-02-02T18:33:56.429Z] github.com/docker/docker/registry/resumable [2024-02-02T18:33:56.429Z] github.com/docker/docker/restartmanager [2024-02-02T18:33:56.429Z] github.com/docker/docker/runconfig [2024-02-02T18:33:56.429Z] github.com/docker/docker/runconfig/opts [2024-02-02T18:33:56.429Z] github.com/docker/docker/testutil [2024-02-02T18:33:56.429Z] github.com/docker/docker/testutil/daemon [2024-02-02T18:33:56.429Z] github.com/docker/docker/testutil/environment [2024-02-02T18:33:56.429Z] github.com/docker/docker/testutil/fakecontext [2024-02-02T18:33:56.429Z] github.com/docker/docker/testutil/fakegit [2024-02-02T18:33:56.429Z] github.com/docker/docker/testutil/fakestorage [2024-02-02T18:33:56.429Z] github.com/docker/docker/testutil/fixtures/load [2024-02-02T18:33:56.429Z] github.com/docker/docker/testutil/fixtures/plugin [2024-02-02T18:33:56.429Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2024-02-02T18:33:56.429Z] github.com/docker/docker/testutil/registry [2024-02-02T18:33:56.429Z] github.com/docker/docker/testutil/request [2024-02-02T18:33:56.429Z] github.com/docker/docker/volume [2024-02-02T18:33:56.429Z] github.com/docker/docker/volume/drivers [2024-02-02T18:33:56.429Z] github.com/docker/docker/volume/local [2024-02-02T18:33:56.429Z] github.com/docker/docker/volume/mounts [2024-02-02T18:33:56.429Z] github.com/docker/docker/volume/service [2024-02-02T18:33:56.429Z] github.com/docker/docker/volume/service/opts [2024-02-02T18:33:56.429Z] github.com/docker/docker/volume/testutils' [2024-02-02T18:33:56.429Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/bitmap [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/cluster [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/config [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/datastore [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/diagnostic [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/discoverapi [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/driverapi [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/drivers/bridge [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/drivers/host [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/drivers/macvlan [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/drivers/null [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/drivers/overlay [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/drivers/remote [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/drivers/remote/api [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/drivers/windows [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/drvregistry [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/etchosts [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/internal/caller [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/internal/kvstore [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/internal/netiputil [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/internal/setmatrix [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/ipam [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/ipamapi [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/ipams/builtin [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/ipams/null [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/ipams/remote [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/ipams/remote/api [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/ipamutils [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/ipbits [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/iptables [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/netlabel [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/netutils [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/networkdb [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/ns [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/options [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/osl [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/osl/kernel [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/portallocator [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/portmapper [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/resolvconf [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/scope [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/types' [2024-02-02T18:33:56.429Z] + echo 'github.com/docker/docker/libnetwork [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/bitmap [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/cluster [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/config [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/datastore [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/diagnostic [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/discoverapi [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/driverapi [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/drivers/bridge [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/drivers/host [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/drivers/macvlan [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/drivers/null [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/drivers/overlay [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/drivers/remote [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/drivers/remote/api [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/drivers/windows [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/drvregistry [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/etchosts [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/internal/caller [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/internal/kvstore [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/internal/netiputil [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/internal/setmatrix [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/ipam [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/ipamapi [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/ipams/builtin [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/ipams/null [2024-02-02T18:33:56.429Z] git+ grep --fixed-strings libnetwork/drivers/bridge [2024-02-02T18:33:56.429Z] hub.com/docker/docker/libnetwork/ipams/remote [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/ipams/remote/api [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/ipamutils [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/ipbits [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/iptables [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/netlabel [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/netutils [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/networkdb [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/ns [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/options [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/osl [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/osl/kernel [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/portallocator [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/portmapper [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/resolvconf [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/scope [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/types' [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/drivers/bridge [2024-02-02T18:33:56.429Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2024-02-02T18:33:56.429Z] + type docker-proxy [2024-02-02T18:33:56.429Z] hack/test/unit: line 25: type: docker-proxy: not found [2024-02-02T18:33:56.429Z] + hack/make.sh binary-proxy install-proxy [2024-02-02T18:33:56.429Z] [2024-02-02T18:33:56.429Z] Removing bundles/ [2024-02-02T18:33:56.429Z] [2024-02-02T18:33:56.429Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2024-02-02T18:33:56.429Z] Building static bundles/binary-proxy/docker-proxy (linux/arm64)... [2024-02-02T18:33:56.429Z] + tee /go/src/github.com/docker/docker/go.mod [2024-02-02T18:33:56.429Z] module github.com/docker/docker [2024-02-02T18:33:56.429Z] [2024-02-02T18:33:56.429Z] go 1.20 [2024-02-02T18:33:56.429Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT [2024-02-02T18:33:56.429Z] + GO111MODULE=on [2024-02-02T18:33:56.429Z] + 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=a07e5c50335a89377a7397f30b6cfc645cb93de7" -X "github.com/docker/docker/dockerversion.BuildTime=2024-02-02T18:33:56.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 [2024-02-02T18:34:00.614Z] + rm -f /go/src/github.com/docker/docker/go.mod [2024-02-02T18:34:00.614Z] Created binary: bundles/binary-proxy/docker-proxy [2024-02-02T18:34:00.614Z] [2024-02-02T18:34:00.614Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2024-02-02T18:34:00.614Z] Installing docker-proxy to /usr/local/bin/ [2024-02-02T18:34:00.614Z] [2024-02-02T18:34:00.614Z] + mkdir -p bundles [2024-02-02T18:34:00.614Z] + '[' -n 'github.com/docker/docker/api [2024-02-02T18:34:00.614Z] github.com/docker/docker/api/server [2024-02-02T18:34:00.614Z] github.com/docker/docker/api/server/backend/build [2024-02-02T18:34:00.614Z] github.com/docker/docker/api/server/httpstatus [2024-02-02T18:34:00.614Z] github.com/docker/docker/api/server/httputils [2024-02-02T18:34:00.614Z] github.com/docker/docker/api/server/middleware [2024-02-02T18:34:00.614Z] github.com/docker/docker/api/server/router [2024-02-02T18:34:00.614Z] github.com/docker/docker/api/server/router/build [2024-02-02T18:34:00.614Z] github.com/docker/docker/api/server/router/checkpoint [2024-02-02T18:34:00.614Z] github.com/docker/docker/api/server/router/container [2024-02-02T18:34:00.614Z] github.com/docker/docker/api/server/router/debug [2024-02-02T18:34:00.614Z] github.com/docker/docker/api/server/router/distribution [2024-02-02T18:34:00.614Z] github.com/docker/docker/api/server/router/grpc [2024-02-02T18:34:00.614Z] github.com/docker/docker/api/server/router/image [2024-02-02T18:34:00.614Z] github.com/docker/docker/api/server/router/network [2024-02-02T18:34:00.614Z] github.com/docker/docker/api/server/router/plugin [2024-02-02T18:34:00.614Z] github.com/docker/docker/api/server/router/session [2024-02-02T18:34:00.614Z] github.com/docker/docker/api/server/router/swarm [2024-02-02T18:34:00.614Z] github.com/docker/docker/api/server/router/system [2024-02-02T18:34:00.614Z] github.com/docker/docker/api/server/router/volume [2024-02-02T18:34:00.614Z] github.com/docker/docker/api/types [2024-02-02T18:34:00.614Z] github.com/docker/docker/api/types/backend [2024-02-02T18:34:00.614Z] github.com/docker/docker/api/types/blkiodev [2024-02-02T18:34:00.614Z] github.com/docker/docker/api/types/checkpoint [2024-02-02T18:34:00.614Z] github.com/docker/docker/api/types/container [2024-02-02T18:34:00.614Z] github.com/docker/docker/api/types/events [2024-02-02T18:34:00.614Z] github.com/docker/docker/api/types/filters [2024-02-02T18:34:00.614Z] github.com/docker/docker/api/types/image [2024-02-02T18:34:00.614Z] github.com/docker/docker/api/types/mount [2024-02-02T18:34:00.614Z] github.com/docker/docker/api/types/network [2024-02-02T18:34:00.614Z] github.com/docker/docker/api/types/plugins/logdriver [2024-02-02T18:34:00.614Z] github.com/docker/docker/api/types/registry [2024-02-02T18:34:00.614Z] github.com/docker/docker/api/types/strslice [2024-02-02T18:34:00.614Z] github.com/docker/docker/api/types/swarm [2024-02-02T18:34:00.614Z] github.com/docker/docker/api/types/swarm/runtime [2024-02-02T18:34:00.614Z] github.com/docker/docker/api/types/system [2024-02-02T18:34:00.614Z] github.com/docker/docker/api/types/time [2024-02-02T18:34:00.614Z] github.com/docker/docker/api/types/versions [2024-02-02T18:34:00.614Z] github.com/docker/docker/api/types/versions/v1p19 [2024-02-02T18:34:00.614Z] github.com/docker/docker/api/types/versions/v1p20 [2024-02-02T18:34:00.614Z] github.com/docker/docker/api/types/volume [2024-02-02T18:34:00.614Z] github.com/docker/docker/builder [2024-02-02T18:34:00.614Z] github.com/docker/docker/builder/builder-next [2024-02-02T18:34:00.614Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2024-02-02T18:34:00.614Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2024-02-02T18:34:00.614Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2024-02-02T18:34:00.614Z] github.com/docker/docker/builder/builder-next/exporter [2024-02-02T18:34:00.614Z] github.com/docker/docker/builder/builder-next/exporter/mobyexporter [2024-02-02T18:34:00.614Z] github.com/docker/docker/builder/builder-next/exporter/overrides [2024-02-02T18:34:00.614Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2024-02-02T18:34:00.614Z] github.com/docker/docker/builder/builder-next/worker [2024-02-02T18:34:00.614Z] github.com/docker/docker/builder/builder-next/worker/label [2024-02-02T18:34:00.614Z] github.com/docker/docker/builder/dockerfile [2024-02-02T18:34:00.614Z] github.com/docker/docker/builder/remotecontext [2024-02-02T18:34:00.614Z] github.com/docker/docker/builder/remotecontext/git [2024-02-02T18:34:00.614Z] github.com/docker/docker/builder/remotecontext/urlutil [2024-02-02T18:34:00.614Z] github.com/docker/docker/cli/debug [2024-02-02T18:34:00.614Z] github.com/docker/docker/cli/winresources/docker-proxy [2024-02-02T18:34:00.614Z] github.com/docker/docker/cli/winresources/dockerd [2024-02-02T18:34:00.614Z] github.com/docker/docker/client [2024-02-02T18:34:00.614Z] github.com/docker/docker/client/buildkit [2024-02-02T18:34:00.614Z] github.com/docker/docker/cmd/docker-proxy [2024-02-02T18:34:00.614Z] github.com/docker/docker/cmd/dockerd [2024-02-02T18:34:00.614Z] github.com/docker/docker/cmd/dockerd/trap [2024-02-02T18:34:00.614Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2024-02-02T18:34:00.614Z] github.com/docker/docker/container [2024-02-02T18:34:00.614Z] github.com/docker/docker/container/stream [2024-02-02T18:34:00.614Z] github.com/docker/docker/contrib/apparmor [2024-02-02T18:34:00.614Z] github.com/docker/docker/contrib/httpserver [2024-02-02T18:34:00.614Z] github.com/docker/docker/daemon [2024-02-02T18:34:00.614Z] github.com/docker/docker/daemon/cluster [2024-02-02T18:34:00.614Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2024-02-02T18:34:00.614Z] github.com/docker/docker/daemon/cluster/convert [2024-02-02T18:34:00.614Z] github.com/docker/docker/daemon/cluster/executor [2024-02-02T18:34:00.614Z] github.com/docker/docker/daemon/cluster/executor/container [2024-02-02T18:34:00.614Z] github.com/docker/docker/daemon/cluster/provider [2024-02-02T18:34:00.614Z] github.com/docker/docker/daemon/config [2024-02-02T18:34:00.614Z] github.com/docker/docker/daemon/containerd [2024-02-02T18:34:00.614Z] github.com/docker/docker/daemon/events [2024-02-02T18:34:00.614Z] github.com/docker/docker/daemon/events/testutils [2024-02-02T18:34:00.614Z] github.com/docker/docker/daemon/graphdriver [2024-02-02T18:34:00.614Z] github.com/docker/docker/daemon/graphdriver/btrfs [2024-02-02T18:34:00.614Z] github.com/docker/docker/daemon/graphdriver/copy [2024-02-02T18:34:00.614Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2024-02-02T18:34:00.614Z] github.com/docker/docker/daemon/graphdriver/graphtest [2024-02-02T18:34:00.614Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2024-02-02T18:34:00.614Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2024-02-02T18:34:00.614Z] github.com/docker/docker/daemon/graphdriver/register [2024-02-02T18:34:00.614Z] github.com/docker/docker/daemon/graphdriver/vfs [2024-02-02T18:34:00.614Z] github.com/docker/docker/daemon/graphdriver/zfs [2024-02-02T18:34:00.614Z] github.com/docker/docker/daemon/images [2024-02-02T18:34:00.614Z] github.com/docker/docker/daemon/initlayer [2024-02-02T18:34:00.614Z] github.com/docker/docker/daemon/links [2024-02-02T18:34:00.614Z] github.com/docker/docker/daemon/listeners [2024-02-02T18:34:00.614Z] github.com/docker/docker/daemon/logger [2024-02-02T18:34:00.614Z] github.com/docker/docker/daemon/logger/awslogs [2024-02-02T18:34:00.614Z] github.com/docker/docker/daemon/logger/fluentd [2024-02-02T18:34:00.614Z] github.com/docker/docker/daemon/logger/gcplogs [2024-02-02T18:34:00.614Z] github.com/docker/docker/daemon/logger/gelf [2024-02-02T18:34:00.614Z] github.com/docker/docker/daemon/logger/journald [2024-02-02T18:34:00.614Z] github.com/docker/docker/daemon/logger/journald/internal/export [2024-02-02T18:34:00.614Z] github.com/docker/docker/daemon/logger/journald/internal/fake [2024-02-02T18:34:00.614Z] github.com/docker/docker/daemon/logger/journald/internal/sdjournal [2024-02-02T18:34:00.614Z] github.com/docker/docker/daemon/logger/jsonfilelog [2024-02-02T18:34:00.614Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2024-02-02T18:34:00.614Z] github.com/docker/docker/daemon/logger/local [2024-02-02T18:34:00.614Z] github.com/docker/docker/daemon/logger/loggertest [2024-02-02T18:34:00.614Z] github.com/docker/docker/daemon/logger/loggerutils [2024-02-02T18:34:00.614Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2024-02-02T18:34:00.614Z] github.com/docker/docker/daemon/logger/splunk [2024-02-02T18:34:00.614Z] github.com/docker/docker/daemon/logger/syslog [2024-02-02T18:34:00.614Z] github.com/docker/docker/daemon/logger/templates [2024-02-02T18:34:00.614Z] github.com/docker/docker/daemon/names [2024-02-02T18:34:00.614Z] github.com/docker/docker/daemon/network [2024-02-02T18:34:00.614Z] github.com/docker/docker/daemon/snapshotter [2024-02-02T18:34:00.614Z] github.com/docker/docker/daemon/stats [2024-02-02T18:34:00.614Z] github.com/docker/docker/distribution [2024-02-02T18:34:00.614Z] github.com/docker/docker/distribution/metadata [2024-02-02T18:34:00.614Z] github.com/docker/docker/distribution/utils [2024-02-02T18:34:00.614Z] github.com/docker/docker/distribution/xfer [2024-02-02T18:34:00.614Z] github.com/docker/docker/dockerversion [2024-02-02T18:34:00.614Z] github.com/docker/docker/errdefs [2024-02-02T18:34:00.614Z] github.com/docker/docker/image [2024-02-02T18:34:00.614Z] github.com/docker/docker/image/cache [2024-02-02T18:34:00.614Z] github.com/docker/docker/image/spec/specs-go [2024-02-02T18:34:00.614Z] github.com/docker/docker/image/spec/specs-go/v1 [2024-02-02T18:34:00.614Z] github.com/docker/docker/image/tarexport [2024-02-02T18:34:00.614Z] github.com/docker/docker/image/v1 [2024-02-02T18:34:00.614Z] github.com/docker/docker/internal/cleanups [2024-02-02T18:34:00.614Z] github.com/docker/docker/internal/compatcontext [2024-02-02T18:34:00.614Z] github.com/docker/docker/internal/mod [2024-02-02T18:34:00.614Z] github.com/docker/docker/internal/mounttree [2024-02-02T18:34:00.614Z] github.com/docker/docker/internal/multierror [2024-02-02T18:34:00.614Z] github.com/docker/docker/internal/safepath [2024-02-02T18:34:00.614Z] github.com/docker/docker/internal/sliceutil [2024-02-02T18:34:00.614Z] github.com/docker/docker/internal/test/suite [2024-02-02T18:34:00.614Z] github.com/docker/docker/internal/testutils [2024-02-02T18:34:00.614Z] github.com/docker/docker/internal/testutils/netnsutils [2024-02-02T18:34:00.614Z] github.com/docker/docker/internal/testutils/specialimage [2024-02-02T18:34:00.614Z] github.com/docker/docker/internal/unix_noeintr [2024-02-02T18:34:00.614Z] github.com/docker/docker/internal/unshare [2024-02-02T18:34:00.614Z] github.com/docker/docker/layer [2024-02-02T18:34:00.614Z] github.com/docker/docker/libcontainerd [2024-02-02T18:34:00.614Z] github.com/docker/docker/libcontainerd/queue [2024-02-02T18:34:00.614Z] github.com/docker/docker/libcontainerd/remote [2024-02-02T18:34:00.614Z] github.com/docker/docker/libcontainerd/shimopts [2024-02-02T18:34:00.614Z] github.com/docker/docker/libcontainerd/supervisor [2024-02-02T18:34:00.614Z] github.com/docker/docker/libcontainerd/types [2024-02-02T18:34:00.614Z] github.com/docker/docker/oci [2024-02-02T18:34:00.614Z] github.com/docker/docker/oci/caps [2024-02-02T18:34:00.614Z] github.com/docker/docker/opts [2024-02-02T18:34:00.614Z] github.com/docker/docker/pkg/archive [2024-02-02T18:34:00.614Z] github.com/docker/docker/pkg/authorization [2024-02-02T18:34:00.614Z] github.com/docker/docker/pkg/broadcaster [2024-02-02T18:34:00.614Z] github.com/docker/docker/pkg/capabilities [2024-02-02T18:34:00.614Z] github.com/docker/docker/pkg/chrootarchive [2024-02-02T18:34:00.614Z] github.com/docker/docker/pkg/containerfs [2024-02-02T18:34:00.614Z] github.com/docker/docker/pkg/directory [2024-02-02T18:34:00.614Z] github.com/docker/docker/pkg/dmesg [2024-02-02T18:34:00.614Z] github.com/docker/docker/pkg/fileutils [2024-02-02T18:34:00.614Z] github.com/docker/docker/pkg/homedir [2024-02-02T18:34:00.614Z] github.com/docker/docker/pkg/idtools [2024-02-02T18:34:00.614Z] github.com/docker/docker/pkg/ioutils [2024-02-02T18:34:00.614Z] github.com/docker/docker/pkg/jsonmessage [2024-02-02T18:34:00.614Z] github.com/docker/docker/pkg/longpath [2024-02-02T18:34:00.614Z] github.com/docker/docker/pkg/meminfo [2024-02-02T18:34:00.614Z] github.com/docker/docker/pkg/namesgenerator [2024-02-02T18:34:00.614Z] github.com/docker/docker/pkg/parsers [2024-02-02T18:34:00.614Z] github.com/docker/docker/pkg/parsers/kernel [2024-02-02T18:34:00.614Z] github.com/docker/docker/pkg/parsers/operatingsystem [2024-02-02T18:34:00.614Z] github.com/docker/docker/pkg/pidfile [2024-02-02T18:34:00.614Z] github.com/docker/docker/pkg/platform [2024-02-02T18:34:00.614Z] github.com/docker/docker/pkg/plugingetter [2024-02-02T18:34:00.614Z] github.com/docker/docker/pkg/plugins [2024-02-02T18:34:00.614Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2024-02-02T18:34:00.615Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2024-02-02T18:34:00.615Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2024-02-02T18:34:00.615Z] github.com/docker/docker/pkg/plugins/transport [2024-02-02T18:34:00.615Z] github.com/docker/docker/pkg/pools [2024-02-02T18:34:00.615Z] github.com/docker/docker/pkg/process [2024-02-02T18:34:00.615Z] github.com/docker/docker/pkg/progress [2024-02-02T18:34:00.615Z] github.com/docker/docker/pkg/reexec [2024-02-02T18:34:00.615Z] github.com/docker/docker/pkg/rootless [2024-02-02T18:34:00.615Z] github.com/docker/docker/pkg/rootless/specconv [2024-02-02T18:34:00.615Z] github.com/docker/docker/pkg/stack [2024-02-02T18:34:00.615Z] github.com/docker/docker/pkg/stdcopy [2024-02-02T18:34:00.615Z] github.com/docker/docker/pkg/streamformatter [2024-02-02T18:34:00.615Z] github.com/docker/docker/pkg/stringid [2024-02-02T18:34:00.615Z] github.com/docker/docker/pkg/sysinfo [2024-02-02T18:34:00.615Z] github.com/docker/docker/pkg/system [2024-02-02T18:34:00.615Z] github.com/docker/docker/pkg/tailfile [2024-02-02T18:34:00.615Z] github.com/docker/docker/pkg/tarsum [2024-02-02T18:34:00.615Z] github.com/docker/docker/pkg/useragent [2024-02-02T18:34:00.615Z] github.com/docker/docker/plugin [2024-02-02T18:34:00.615Z] github.com/docker/docker/plugin/executor/containerd [2024-02-02T18:34:00.615Z] github.com/docker/docker/plugin/v2 [2024-02-02T18:34:00.615Z] github.com/docker/docker/profiles/apparmor [2024-02-02T18:34:00.615Z] github.com/docker/docker/profiles/seccomp [2024-02-02T18:34:00.615Z] github.com/docker/docker/quota [2024-02-02T18:34:00.615Z] github.com/docker/docker/reference [2024-02-02T18:34:00.615Z] github.com/docker/docker/registry [2024-02-02T18:34:00.615Z] github.com/docker/docker/registry/resumable [2024-02-02T18:34:00.615Z] github.com/docker/docker/restartmanager [2024-02-02T18:34:00.615Z] github.com/docker/docker/runconfig [2024-02-02T18:34:00.615Z] github.com/docker/docker/runconfig/opts [2024-02-02T18:34:00.615Z] github.com/docker/docker/testutil [2024-02-02T18:34:00.615Z] github.com/docker/docker/testutil/daemon [2024-02-02T18:34:00.615Z] github.com/docker/docker/testutil/environment [2024-02-02T18:34:00.615Z] github.com/docker/docker/testutil/fakecontext [2024-02-02T18:34:00.615Z] github.com/docker/docker/testutil/fakegit [2024-02-02T18:34:00.615Z] github.com/docker/docker/testutil/fakestorage [2024-02-02T18:34:00.615Z] github.com/docker/docker/testutil/fixtures/load [2024-02-02T18:34:00.615Z] github.com/docker/docker/testutil/fixtures/plugin [2024-02-02T18:34:00.615Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2024-02-02T18:34:00.615Z] github.com/docker/docker/testutil/registry [2024-02-02T18:34:00.615Z] github.com/docker/docker/testutil/request [2024-02-02T18:34:00.615Z] github.com/docker/docker/volume [2024-02-02T18:34:00.615Z] github.com/docker/docker/volume/drivers [2024-02-02T18:34:00.615Z] github.com/docker/docker/volume/local [2024-02-02T18:34:00.615Z] github.com/docker/docker/volume/mounts [2024-02-02T18:34:00.615Z] github.com/docker/docker/volume/service [2024-02-02T18:34:00.615Z] github.com/docker/docker/volume/service/opts [2024-02-02T18:34:00.615Z] github.com/docker/docker/volume/testutils' ']' [2024-02-02T18:34:00.615Z] + 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/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/cleanups 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/safepath github.com/docker/docker/internal/sliceutil 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/testutils/specialimage github.com/docker/docker/internal/unix_noeintr 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/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/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/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 [2024-02-02T18:34:01.187Z] ? github.com/docker/docker/api [no test files] [2024-02-02T18:34:09.308Z] ok github.com/docker/docker/api/server 0.019s coverage: 13.0% of statements [2024-02-02T18:34:31.243Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2024-02-02T18:34:31.243Z] ? github.com/docker/docker/api/server/httpstatus [no test files] [2024-02-02T18:34:31.243Z] ? github.com/docker/docker/api/server/router [no test files] [2024-02-02T18:34:31.243Z] ? github.com/docker/docker/api/server/router/build [no test files] [2024-02-02T18:34:31.243Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2024-02-02T18:34:31.243Z] ok github.com/docker/docker/api/server/middleware 0.006s coverage: 37.7% of statements [2024-02-02T18:34:31.243Z] ok github.com/docker/docker/api/server/httputils 0.015s coverage: 28.3% of statements [2024-02-02T18:34:31.243Z] ? github.com/docker/docker/api/server/router/container [no test files] [2024-02-02T18:34:31.243Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2024-02-02T18:34:31.243Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2024-02-02T18:34:31.243Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2024-02-02T18:34:31.243Z] ? github.com/docker/docker/api/server/router/image [no test files] [2024-02-02T18:34:31.243Z] ? github.com/docker/docker/api/server/router/network [no test files] [2024-02-02T18:34:31.243Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2024-02-02T18:34:31.243Z] ? github.com/docker/docker/api/server/router/session [no test files] [2024-02-02T18:34:31.243Z] ? github.com/docker/docker/api/server/router/system [no test files] [2024-02-02T18:34:31.243Z] ? github.com/docker/docker/api/types [no test files] [2024-02-02T18:34:31.243Z] ? github.com/docker/docker/api/types/backend [no test files] [2024-02-02T18:34:31.243Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2024-02-02T18:34:31.243Z] ? github.com/docker/docker/api/types/checkpoint [no test files] [2024-02-02T18:34:31.243Z] ok github.com/docker/docker/api/server/router/swarm 0.004s coverage: 7.3% of statements [2024-02-02T18:34:31.243Z] ok github.com/docker/docker/api/server/router/volume 0.008s coverage: 66.7% of statements [2024-02-02T18:34:31.243Z] ? github.com/docker/docker/api/types/events [no test files] [2024-02-02T18:34:31.243Z] ok github.com/docker/docker/api/types/container 0.008s coverage: 83.7% of statements [2024-02-02T18:34:31.243Z] ? github.com/docker/docker/api/types/image [no test files] [2024-02-02T18:34:31.243Z] ? github.com/docker/docker/api/types/mount [no test files] [2024-02-02T18:34:31.243Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2024-02-02T18:34:31.243Z] ok github.com/docker/docker/api/types/registry 0.004s coverage: 54.2% of statements [2024-02-02T18:34:31.243Z] ok github.com/docker/docker/api/types/filters 0.006s coverage: 94.0% of statements [2024-02-02T18:34:31.243Z] ok github.com/docker/docker/api/types/network 0.007s coverage: 80.0% of statements [2024-02-02T18:34:31.243Z] ? github.com/docker/docker/api/types/swarm [no test files] [2024-02-02T18:34:31.243Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2024-02-02T18:34:31.243Z] ? github.com/docker/docker/api/types/system [no test files] [2024-02-02T18:34:31.243Z] ok github.com/docker/docker/api/types/strslice 0.002s coverage: 90.0% of statements [2024-02-02T18:34:31.243Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2024-02-02T18:34:31.243Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2024-02-02T18:34:31.243Z] ? github.com/docker/docker/api/types/volume [no test files] [2024-02-02T18:34:31.243Z] ? github.com/docker/docker/builder [no test files] [2024-02-02T18:34:31.243Z] ? github.com/docker/docker/builder/builder-next [no test files] [2024-02-02T18:34:31.243Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2024-02-02T18:34:31.243Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2024-02-02T18:34:31.243Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2024-02-02T18:34:31.243Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2024-02-02T18:34:31.243Z] ? github.com/docker/docker/builder/builder-next/exporter/mobyexporter [no test files] [2024-02-02T18:34:31.243Z] ? github.com/docker/docker/builder/builder-next/exporter/overrides [no test files] [2024-02-02T18:34:31.243Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2024-02-02T18:34:31.243Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2024-02-02T18:34:31.243Z] ? github.com/docker/docker/builder/builder-next/worker/label [no test files] [2024-02-02T18:34:31.243Z] ok github.com/docker/docker/api/types/time 0.003s coverage: 100.0% of statements [2024-02-02T18:34:31.243Z] ok github.com/docker/docker/api/types/versions 0.004s coverage: 77.3% of statements [2024-02-02T18:34:31.501Z] ? github.com/docker/docker/cli/winresources/docker-proxy [no test files] [2024-02-02T18:34:31.501Z] ? github.com/docker/docker/cli/winresources/dockerd [no test files] [2024-02-02T18:34:31.501Z] ok github.com/docker/docker/cli/debug 0.015s coverage: 100.0% of statements [2024-02-02T18:34:31.501Z] ok github.com/docker/docker/builder/remotecontext/urlutil 0.016s coverage: 100.0% of statements [2024-02-02T18:34:31.501Z] ok github.com/docker/docker/builder/dockerfile 0.049s coverage: 50.2% of statements [2024-02-02T18:34:31.501Z] ok github.com/docker/docker/builder/remotecontext 0.050s coverage: 33.7% of statements [2024-02-02T18:34:33.406Z] ? github.com/docker/docker/client/buildkit [no test files] [2024-02-02T18:34:33.406Z] ok github.com/docker/docker/cmd/docker-proxy 0.023s coverage: 66.5% of statements [2024-02-02T18:34:33.406Z] ok github.com/docker/docker/client 0.104s coverage: 77.0% of statements [2024-02-02T18:34:35.310Z] ok github.com/docker/docker/builder/remotecontext/git 3.832s coverage: 82.5% of statements [2024-02-02T18:34:45.283Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2024-02-02T18:34:45.283Z] ? github.com/docker/docker/container/stream [no test files] [2024-02-02T18:34:45.283Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2024-02-02T18:34:45.283Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2024-02-02T18:34:45.283Z] ok github.com/docker/docker/container 0.139s coverage: 36.4% of statements [2024-02-02T18:34:45.541Z] ok github.com/docker/docker/cmd/dockerd 0.236s coverage: 30.0% of statements [2024-02-02T18:34:48.073Z] ok github.com/docker/docker/cmd/dockerd/trap 2.405s coverage: 0.0% of statements [2024-02-02T18:34:49.006Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2024-02-02T18:34:49.006Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.011s coverage: 65.3% of statements [2024-02-02T18:34:49.006Z] ok github.com/docker/docker/daemon/cluster/convert 0.020s coverage: 38.7% of statements [2024-02-02T18:34:49.006Z] ok github.com/docker/docker/daemon/cluster 0.063s coverage: 0.5% of statements [2024-02-02T18:34:49.264Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2024-02-02T18:34:49.264Z] ok github.com/docker/docker/daemon/config 0.060s coverage: 74.6% of statements [2024-02-02T18:34:50.637Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2024-02-02T18:34:50.637Z] ok github.com/docker/docker/daemon/graphdriver 0.007s coverage: 2.3% of statements [2024-02-02T18:34:50.637Z] ok github.com/docker/docker/daemon/containerd 0.034s coverage: 9.0% of statements [2024-02-02T18:34:50.637Z] ok github.com/docker/docker/daemon/events 0.058s coverage: 50.0% of statements [2024-02-02T18:34:50.637Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.008s coverage: 2.8% of statements [2024-02-02T18:34:50.895Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.187s coverage: 60.9% of statements [2024-02-02T18:34:51.461Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2024-02-02T18:34:51.461Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.008s coverage: 1.9% of statements [2024-02-02T18:34:51.719Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2024-02-02T18:34:51.719Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2024-02-02T18:34:51.719Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.194s coverage: 60.2% of statements [2024-02-02T18:34:51.977Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.018s coverage: 60.9% of statements [2024-02-02T18:34:52.235Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.008s coverage: 3.0% of statements [2024-02-02T18:34:52.493Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.453s coverage: 13.3% of statements [2024-02-02T18:34:53.060Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2024-02-02T18:34:53.060Z] ? github.com/docker/docker/daemon/listeners [no test files] [2024-02-02T18:34:53.060Z] ok github.com/docker/docker/daemon/links 0.003s coverage: 93.0% of statements [2024-02-02T18:34:53.060Z] ok github.com/docker/docker/daemon/images 0.020s coverage: 3.0% of statements [2024-02-02T18:34:53.060Z] ok github.com/docker/docker/daemon/logger 0.220s coverage: 43.2% of statements [2024-02-02T18:34:53.319Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2024-02-02T18:34:53.319Z] ok github.com/docker/docker/daemon/logger/fluentd 0.010s coverage: 53.6% of statements [2024-02-02T18:34:53.578Z] ok github.com/docker/docker/daemon/logger/awslogs 0.104s coverage: 78.3% of statements [2024-02-02T18:34:53.578Z] ok github.com/docker/docker/daemon/logger/gelf 0.008s coverage: 68.2% of statements [2024-02-02T18:34:54.144Z] ? github.com/docker/docker/daemon/logger/journald/internal/fake [no test files] [2024-02-02T18:34:54.144Z] ? github.com/docker/docker/daemon/logger/journald/internal/sdjournal [no test files] [2024-02-02T18:34:54.144Z] ok github.com/docker/docker/daemon/logger/journald/internal/export 0.003s coverage: 88.2% of statements [2024-02-02T18:34:54.144Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.017s coverage: 87.2% of statements [2024-02-02T18:34:54.144Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.118s coverage: 76.8% of statements [2024-02-02T18:34:54.144Z] ? github.com/docker/docker/daemon/logger/loggertest [no test files] [2024-02-02T18:34:54.403Z] ok github.com/docker/docker/daemon/logger/local 0.047s coverage: 79.4% of statements [2024-02-02T18:34:54.970Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.020s coverage: 63.5% of statements [2024-02-02T18:34:54.970Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.022s coverage: 31.5% of statements [2024-02-02T18:34:54.970Z] ? github.com/docker/docker/daemon/names [no test files] [2024-02-02T18:34:54.970Z] ok github.com/docker/docker/daemon/logger/templates 0.005s coverage: 8.3% of statements [2024-02-02T18:34:54.970Z] ok github.com/docker/docker/daemon/logger/syslog 0.009s coverage: 46.8% of statements [2024-02-02T18:34:55.537Z] ? github.com/docker/docker/daemon/snapshotter [no test files] [2024-02-02T18:34:55.537Z] ? github.com/docker/docker/daemon/stats [no test files] [2024-02-02T18:34:55.537Z] ok github.com/docker/docker/daemon/network 0.016s coverage: 63.8% of statements [2024-02-02T18:34:55.795Z] ok github.com/docker/docker/daemon/logger/journald 1.739s coverage: 72.7% of statements [2024-02-02T18:34:56.053Z] ? github.com/docker/docker/distribution/utils [no test files] [2024-02-02T18:34:56.053Z] ok github.com/docker/docker/dockerversion 0.004s coverage: 100.0% of statements [2024-02-02T18:34:56.053Z] ok github.com/docker/docker/distribution/metadata 0.032s coverage: 44.4% of statements [2024-02-02T18:34:56.053Z] ok github.com/docker/docker/errdefs 0.004s coverage: 77.2% of statements [2024-02-02T18:34:56.310Z] ok github.com/docker/docker/daemon/logger/splunk 1.410s coverage: 82.5% of statements [2024-02-02T18:34:56.876Z] ? github.com/docker/docker/image/spec/specs-go [no test files] [2024-02-02T18:34:56.876Z] ? github.com/docker/docker/image/spec/specs-go/v1 [no test files] [2024-02-02T18:34:56.876Z] ok github.com/docker/docker/image/cache 0.006s coverage: 24.1% of statements [2024-02-02T18:34:56.876Z] ok github.com/docker/docker/image 0.026s coverage: 82.8% of statements [2024-02-02T18:34:57.134Z] ? github.com/docker/docker/image/v1 [no test files] [2024-02-02T18:34:57.134Z] ? github.com/docker/docker/internal/compatcontext [no test files] [2024-02-02T18:34:57.134Z] ok github.com/docker/docker/internal/cleanups 0.003s coverage: 69.2% of statements [2024-02-02T18:34:57.134Z] ? github.com/docker/docker/internal/mounttree [no test files] [2024-02-02T18:34:57.134Z] ok github.com/docker/docker/internal/mod 0.003s coverage: 66.7% of statements [2024-02-02T18:34:57.134Z] ok github.com/docker/docker/image/tarexport 0.008s coverage: 0.6% of statements [2024-02-02T18:34:57.134Z] ok github.com/docker/docker/internal/multierror 0.003s coverage: 88.9% of statements [2024-02-02T18:34:57.392Z] ? github.com/docker/docker/internal/test/suite [no test files] [2024-02-02T18:34:57.392Z] ? github.com/docker/docker/internal/testutils [no test files] [2024-02-02T18:34:57.392Z] ? github.com/docker/docker/internal/testutils/netnsutils [no test files] [2024-02-02T18:34:57.392Z] ok github.com/docker/docker/internal/sliceutil 0.002s coverage: 56.2% of statements [2024-02-02T18:34:57.392Z] ok github.com/docker/docker/internal/safepath 0.005s coverage: 42.9% of statements [2024-02-02T18:34:57.392Z] ? github.com/docker/docker/internal/testutils/specialimage [no test files] [2024-02-02T18:34:57.392Z] ? github.com/docker/docker/internal/unix_noeintr [no test files] [2024-02-02T18:34:57.392Z] ? github.com/docker/docker/internal/unshare [no test files] [2024-02-02T18:34:57.650Z] ok github.com/docker/docker/distribution 1.494s coverage: 28.9% of statements [2024-02-02T18:34:58.216Z] ok github.com/docker/docker/daemon 10.689s coverage: 16.1% of statements [2024-02-02T18:34:58.216Z] ok github.com/docker/docker/distribution/xfer 2.170s coverage: 85.4% of statements [2024-02-02T18:34:58.474Z] ? github.com/docker/docker/libcontainerd [no test files] [2024-02-02T18:34:58.474Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2024-02-02T18:34:58.474Z] ? github.com/docker/docker/libcontainerd/shimopts [no test files] [2024-02-02T18:34:58.474Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2024-02-02T18:34:58.474Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2024-02-02T18:34:58.474Z] ok github.com/docker/docker/libcontainerd/queue 0.024s coverage: 100.0% of statements [2024-02-02T18:34:59.044Z] ? github.com/docker/docker/oci/caps [no test files] [2024-02-02T18:34:59.044Z] ok github.com/docker/docker/oci 0.014s coverage: 35.8% of statements [2024-02-02T18:34:59.044Z] ok github.com/docker/docker/opts 0.065s coverage: 67.9% of statements [2024-02-02T18:34:59.610Z] ok github.com/docker/docker/pkg/broadcaster 0.003s coverage: 100.0% of statements [2024-02-02T18:34:59.610Z] ok github.com/docker/docker/pkg/capabilities 0.004s coverage: 87.5% of statements [2024-02-02T18:34:59.610Z] ok github.com/docker/docker/pkg/containerfs 0.010s coverage: 26.7% of statements [2024-02-02T18:34:59.610Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 81.8% of statements [2024-02-02T18:34:59.610Z] ok github.com/docker/docker/pkg/dmesg 0.007s coverage: 83.3% of statements [2024-02-02T18:34:59.610Z] ok github.com/docker/docker/pkg/authorization 0.255s coverage: 68.3% of statements [2024-02-02T18:34:59.868Z] ok github.com/docker/docker/pkg/chrootarchive 0.269s coverage: 83.7% of statements [2024-02-02T18:34:59.868Z] ok github.com/docker/docker/pkg/fileutils 0.010s coverage: 51.7% of statements [2024-02-02T18:34:59.868Z] ok github.com/docker/docker/pkg/homedir 0.003s coverage: 6.5% of statements [2024-02-02T18:34:59.868Z] ok github.com/docker/docker/pkg/archive 0.510s coverage: 80.9% of statements [2024-02-02T18:35:00.127Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 45.5% of statements [2024-02-02T18:35:00.127Z] ok github.com/docker/docker/pkg/meminfo 0.002s coverage: 75.0% of statements [2024-02-02T18:35:00.127Z] ok github.com/docker/docker/pkg/jsonmessage 0.005s coverage: 92.3% of statements [2024-02-02T18:35:00.127Z] ok github.com/docker/docker/pkg/namesgenerator 0.005s coverage: 85.7% of statements [2024-02-02T18:35:00.127Z] ok github.com/docker/docker/pkg/parsers 0.003s coverage: 97.0% of statements [2024-02-02T18:35:00.385Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2024-02-02T18:35:00.385Z] ? github.com/docker/docker/pkg/platform [no test files] [2024-02-02T18:35:00.385Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2024-02-02T18:35:00.385Z] ok github.com/docker/docker/pkg/pidfile 0.005s coverage: 94.1% of statements [2024-02-02T18:35:00.385Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.006s coverage: 90.2% of statements [2024-02-02T18:35:00.385Z] ok github.com/docker/docker/pkg/ioutils 0.375s coverage: 69.5% of statements [2024-02-02T18:35:00.385Z] ok github.com/docker/docker/pkg/idtools 0.492s coverage: 69.7% of statements [2024-02-02T18:35:00.951Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2024-02-02T18:35:00.951Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2024-02-02T18:35:00.951Z] ok github.com/docker/docker/pkg/process 0.004s coverage: 21.7% of statements [2024-02-02T18:35:00.951Z] ok github.com/docker/docker/pkg/pools 0.004s coverage: 88.2% of statements [2024-02-02T18:35:00.951Z] ok github.com/docker/docker/pkg/plugins/transport 0.004s coverage: 90.0% of statements [2024-02-02T18:35:00.951Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.005s coverage: 56.8% of statements [2024-02-02T18:35:01.210Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2024-02-02T18:35:01.210Z] ? github.com/docker/docker/pkg/rootless [no test files] [2024-02-02T18:35:01.210Z] ? github.com/docker/docker/pkg/rootless/specconv [no test files] [2024-02-02T18:35:01.210Z] ok github.com/docker/docker/pkg/reexec 0.031s coverage: 82.4% of statements [2024-02-02T18:35:01.210Z] ok github.com/docker/docker/pkg/stack 0.030s coverage: 90.9% of statements [2024-02-02T18:35:01.210Z] ok github.com/docker/docker/pkg/stdcopy 0.015s coverage: 100.0% of statements [2024-02-02T18:35:01.468Z] ok github.com/docker/docker/pkg/stringid 0.004s coverage: 61.9% of statements [2024-02-02T18:35:01.468Z] ok github.com/docker/docker/pkg/streamformatter 0.005s coverage: 66.2% of statements [2024-02-02T18:35:01.725Z] ok github.com/docker/docker/pkg/system 0.006s coverage: 41.0% of statements [2024-02-02T18:35:01.726Z] ok github.com/docker/docker/pkg/sysinfo 0.010s coverage: 53.4% of statements [2024-02-02T18:35:01.726Z] ok github.com/docker/docker/pkg/tailfile 0.032s coverage: 88.6% of statements [2024-02-02T18:35:01.726Z] ok github.com/docker/docker/pkg/useragent 0.016s coverage: 88.9% of statements [2024-02-02T18:35:01.726Z] ok github.com/docker/docker/pkg/tarsum 0.048s coverage: 89.6% of statements [2024-02-02T18:35:02.660Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2024-02-02T18:35:02.660Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2024-02-02T18:35:02.660Z] ok github.com/docker/docker/plugin/v2 0.007s coverage: 14.4% of statements [2024-02-02T18:35:02.660Z] ok github.com/docker/docker/profiles/seccomp 0.010s coverage: 86.0% of statements [2024-02-02T18:35:02.918Z] ok github.com/docker/docker/reference 0.010s coverage: 83.7% of statements [2024-02-02T18:35:02.918Z] ok github.com/docker/docker/pkg/plugins 2.015s coverage: 74.9% of statements [2024-02-02T18:35:02.918Z] ok github.com/docker/docker/quota 0.200s coverage: 69.3% of statements [2024-02-02T18:35:03.176Z] ok github.com/docker/docker/plugin 0.522s coverage: 23.3% of statements [2024-02-02T18:35:03.435Z] ok github.com/docker/docker/restartmanager 0.004s coverage: 51.9% of statements [2024-02-02T18:35:03.435Z] ok github.com/docker/docker/registry/resumable 0.019s coverage: 100.0% of statements [2024-02-02T18:35:03.435Z] ? github.com/docker/docker/runconfig/opts [no test files] [2024-02-02T18:35:03.435Z] ok github.com/docker/docker/runconfig 0.015s coverage: 63.8% of statements [2024-02-02T18:35:03.435Z] ok github.com/docker/docker/registry 0.139s coverage: 63.9% of statements [2024-02-02T18:35:03.694Z] ok github.com/docker/docker/testutil 0.007s coverage: 6.8% of statements [2024-02-02T18:35:03.694Z] ? github.com/docker/docker/testutil/daemon [no test files] [2024-02-02T18:35:03.694Z] ? github.com/docker/docker/testutil/environment [no test files] [2024-02-02T18:35:03.694Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2024-02-02T18:35:03.694Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2024-02-02T18:35:03.694Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2024-02-02T18:35:03.694Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2024-02-02T18:35:03.694Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2024-02-02T18:35:03.952Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2024-02-02T18:35:03.952Z] ? github.com/docker/docker/testutil/registry [no test files] [2024-02-02T18:35:03.952Z] ? github.com/docker/docker/testutil/request [no test files] [2024-02-02T18:35:03.952Z] ? github.com/docker/docker/volume [no test files] [2024-02-02T18:35:04.211Z] ok github.com/docker/docker/volume/drivers 0.006s coverage: 36.1% of statements [2024-02-02T18:35:04.469Z] ok github.com/docker/docker/volume/mounts 0.009s coverage: 62.2% of statements [2024-02-02T18:35:04.727Z] ok github.com/docker/docker/volume/local 0.096s coverage: 77.2% of statements [2024-02-02T18:35:04.985Z] ? github.com/docker/docker/volume/service/opts [no test files] [2024-02-02T18:35:04.985Z] ? github.com/docker/docker/volume/testutils [no test files] [2024-02-02T18:35:04.985Z] ok github.com/docker/docker/volume/service 0.013s coverage: 71.8% of statements [2024-02-02T18:35:06.357Z] ok github.com/docker/docker/layer 7.725s coverage: 68.1% of statements [2024-02-02T18:35:06.357Z] [2024-02-02T18:35:06.357Z] === Skipped [2024-02-02T18:35:06.357Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2024-02-02T18:35:06.357Z] network_proxy_test.go:195: Need to start CI docker with --ipv6 [2024-02-02T18:35:06.357Z] [2024-02-02T18:35:06.357Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2024-02-02T18:35:06.357Z] network_proxy_test.go:210: No support for dual stack yet [2024-02-02T18:35:06.357Z] [2024-02-02T18:35:06.357Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2024-02-02T18:35:06.357Z] network_proxy_test.go:239: Need to start CI docker with --ipv6 [2024-02-02T18:35:06.357Z] [2024-02-02T18:35:06.357Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2024-02-02T18:35:06.357Z] network_proxy_test.go:300: Need to start CI docker with --ipv6 [2024-02-02T18:35:06.357Z] [2024-02-02T18:35:06.357Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2024-02-02T18:35:06.357Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-02-02T18:35:06.357Z] graphtest_unix.go:41: Driver btrfs not supported [2024-02-02T18:35:06.357Z] [2024-02-02T18:35:06.357Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2024-02-02T18:35:06.357Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-02-02T18:35:06.357Z] graphtest_unix.go:41: Driver btrfs not supported [2024-02-02T18:35:06.357Z] [2024-02-02T18:35:06.357Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2024-02-02T18:35:06.357Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-02-02T18:35:06.357Z] graphtest_unix.go:41: Driver btrfs not supported [2024-02-02T18:35:06.357Z] [2024-02-02T18:35:06.357Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2024-02-02T18:35:06.357Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-02-02T18:35:06.357Z] graphtest_unix.go:41: Driver btrfs not supported [2024-02-02T18:35:06.357Z] [2024-02-02T18:35:06.357Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2024-02-02T18:35:06.357Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-02-02T18:35:06.357Z] graphtest_unix.go:41: Driver btrfs not supported [2024-02-02T18:35:06.357Z] [2024-02-02T18:35:06.357Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2024-02-02T18:35:06.357Z] graphtest_unix.go:68: No driver to put! [2024-02-02T18:35:06.357Z] [2024-02-02T18:35:06.357Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2024-02-02T18:35:06.357Z] time="2024-02-02T18:34:51Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2024-02-02T18:35:06.357Z] graphtest_unix.go:39: graphdriver: driver not supported [2024-02-02T18:35:06.357Z] graphtest_unix.go:41: Driver fuse-overlayfs not supported [2024-02-02T18:35:06.357Z] [2024-02-02T18:35:06.357Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2024-02-02T18:35:06.357Z] time="2024-02-02T18:34:51Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2024-02-02T18:35:06.357Z] graphtest_unix.go:39: graphdriver: driver not supported [2024-02-02T18:35:06.357Z] graphtest_unix.go:41: Driver fuse-overlayfs not supported [2024-02-02T18:35:06.357Z] [2024-02-02T18:35:06.357Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2024-02-02T18:35:06.357Z] time="2024-02-02T18:34:51Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2024-02-02T18:35:06.357Z] graphtest_unix.go:39: graphdriver: driver not supported [2024-02-02T18:35:06.357Z] graphtest_unix.go:41: Driver fuse-overlayfs not supported [2024-02-02T18:35:06.357Z] [2024-02-02T18:35:06.357Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2024-02-02T18:35:06.357Z] time="2024-02-02T18:34:51Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2024-02-02T18:35:06.357Z] graphtest_unix.go:39: graphdriver: driver not supported [2024-02-02T18:35:06.357Z] graphtest_unix.go:41: Driver fuse-overlayfs not supported [2024-02-02T18:35:06.357Z] [2024-02-02T18:35:06.357Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2024-02-02T18:35:06.357Z] time="2024-02-02T18:34:51Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2024-02-02T18:35:06.357Z] graphtest_unix.go:39: graphdriver: driver not supported [2024-02-02T18:35:06.357Z] graphtest_unix.go:41: Driver fuse-overlayfs not supported [2024-02-02T18:35:06.357Z] [2024-02-02T18:35:06.357Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2024-02-02T18:35:06.357Z] graphtest_unix.go:68: No driver to put! [2024-02-02T18:35:06.357Z] [2024-02-02T18:35:06.357Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2024-02-02T18:35:06.357Z] overlay_test.go:61: Cannot run test with naive change algorithm [2024-02-02T18:35:06.357Z] [2024-02-02T18:35:06.357Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2024-02-02T18:35:06.357Z] graphtest_unix.go:311: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2024-02-02T18:35:06.357Z] [2024-02-02T18:35:06.357Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2024-02-02T18:35:06.357Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-02-02T18:35:06.357Z] graphtest_unix.go:41: Driver zfs not supported [2024-02-02T18:35:06.357Z] [2024-02-02T18:35:06.357Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2024-02-02T18:35:06.357Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-02-02T18:35:06.357Z] graphtest_unix.go:41: Driver zfs not supported [2024-02-02T18:35:06.357Z] [2024-02-02T18:35:06.357Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2024-02-02T18:35:06.357Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-02-02T18:35:06.357Z] graphtest_unix.go:41: Driver zfs not supported [2024-02-02T18:35:06.357Z] [2024-02-02T18:35:06.357Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2024-02-02T18:35:06.357Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-02-02T18:35:06.357Z] graphtest_unix.go:41: Driver zfs not supported [2024-02-02T18:35:06.357Z] [2024-02-02T18:35:06.357Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2024-02-02T18:35:06.357Z] graphtest_unix.go:39: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2024-02-02T18:35:06.357Z] graphtest_unix.go:41: Driver zfs not supported [2024-02-02T18:35:06.357Z] [2024-02-02T18:35:06.357Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2024-02-02T18:35:06.357Z] graphtest_unix.go:68: No driver to put! [2024-02-02T18:35:06.357Z] [2024-02-02T18:35:06.357Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2024-02-02T18:35:06.357Z] sysinfo_linux_test.go:86: AppArmor Must be Disabled [2024-02-02T18:35:06.357Z] [2024-02-02T18:35:06.357Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2024-02-02T18:35:06.357Z] sysinfo_linux_test.go:106: cgroup namespaces must be disabled [2024-02-02T18:35:06.357Z] [2024-02-02T18:35:06.357Z] === SKIP: volume/mounts TestValidateLCOWMount (0.00s) [2024-02-02T18:35:06.357Z] validate_test.go:73: only tested on Windows [2024-02-02T18:35:06.357Z] [2024-02-02T18:35:06.357Z] DONE 3249 tests, 27 skipped in 65.563s [2024-02-02T18:35:06.357Z] + '[' -n 'github.com/docker/docker/libnetwork [2024-02-02T18:35:06.357Z] github.com/docker/docker/libnetwork/bitmap [2024-02-02T18:35:06.357Z] github.com/docker/docker/libnetwork/cluster [2024-02-02T18:35:06.357Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2024-02-02T18:35:06.357Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2024-02-02T18:35:06.357Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2024-02-02T18:35:06.357Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2024-02-02T18:35:06.357Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2024-02-02T18:35:06.357Z] github.com/docker/docker/libnetwork/config [2024-02-02T18:35:06.357Z] github.com/docker/docker/libnetwork/datastore [2024-02-02T18:35:06.357Z] github.com/docker/docker/libnetwork/diagnostic [2024-02-02T18:35:06.357Z] github.com/docker/docker/libnetwork/discoverapi [2024-02-02T18:35:06.357Z] github.com/docker/docker/libnetwork/driverapi [2024-02-02T18:35:06.357Z] github.com/docker/docker/libnetwork/drivers/bridge [2024-02-02T18:35:06.357Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2024-02-02T18:35:06.357Z] github.com/docker/docker/libnetwork/drivers/host [2024-02-02T18:35:06.357Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2024-02-02T18:35:06.357Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2024-02-02T18:35:06.357Z] github.com/docker/docker/libnetwork/drivers/macvlan [2024-02-02T18:35:06.357Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2024-02-02T18:35:06.358Z] github.com/docker/docker/libnetwork/drivers/null [2024-02-02T18:35:06.358Z] github.com/docker/docker/libnetwork/drivers/overlay [2024-02-02T18:35:06.358Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2024-02-02T18:35:06.358Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2024-02-02T18:35:06.358Z] github.com/docker/docker/libnetwork/drivers/remote [2024-02-02T18:35:06.358Z] github.com/docker/docker/libnetwork/drivers/remote/api [2024-02-02T18:35:06.358Z] github.com/docker/docker/libnetwork/drivers/windows [2024-02-02T18:35:06.358Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2024-02-02T18:35:06.358Z] github.com/docker/docker/libnetwork/drvregistry [2024-02-02T18:35:06.358Z] github.com/docker/docker/libnetwork/etchosts [2024-02-02T18:35:06.358Z] github.com/docker/docker/libnetwork/internal/caller [2024-02-02T18:35:06.358Z] github.com/docker/docker/libnetwork/internal/kvstore [2024-02-02T18:35:06.358Z] github.com/docker/docker/libnetwork/internal/kvstore/boltdb [2024-02-02T18:35:06.358Z] github.com/docker/docker/libnetwork/internal/netiputil [2024-02-02T18:35:06.358Z] github.com/docker/docker/libnetwork/internal/setmatrix [2024-02-02T18:35:06.358Z] github.com/docker/docker/libnetwork/ipam [2024-02-02T18:35:06.358Z] github.com/docker/docker/libnetwork/ipamapi [2024-02-02T18:35:06.358Z] github.com/docker/docker/libnetwork/ipams/builtin [2024-02-02T18:35:06.358Z] github.com/docker/docker/libnetwork/ipams/null [2024-02-02T18:35:06.358Z] github.com/docker/docker/libnetwork/ipams/remote [2024-02-02T18:35:06.358Z] github.com/docker/docker/libnetwork/ipams/remote/api [2024-02-02T18:35:06.358Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2024-02-02T18:35:06.358Z] github.com/docker/docker/libnetwork/ipamutils [2024-02-02T18:35:06.358Z] github.com/docker/docker/libnetwork/ipbits [2024-02-02T18:35:06.358Z] github.com/docker/docker/libnetwork/iptables [2024-02-02T18:35:06.358Z] github.com/docker/docker/libnetwork/netlabel [2024-02-02T18:35:06.358Z] github.com/docker/docker/libnetwork/netutils [2024-02-02T18:35:06.358Z] github.com/docker/docker/libnetwork/networkdb [2024-02-02T18:35:06.358Z] github.com/docker/docker/libnetwork/ns [2024-02-02T18:35:06.358Z] github.com/docker/docker/libnetwork/options [2024-02-02T18:35:06.358Z] github.com/docker/docker/libnetwork/osl [2024-02-02T18:35:06.358Z] github.com/docker/docker/libnetwork/osl/kernel [2024-02-02T18:35:06.358Z] github.com/docker/docker/libnetwork/portallocator [2024-02-02T18:35:06.358Z] github.com/docker/docker/libnetwork/portmapper [2024-02-02T18:35:06.358Z] github.com/docker/docker/libnetwork/resolvconf [2024-02-02T18:35:06.358Z] github.com/docker/docker/libnetwork/scope [2024-02-02T18:35:06.358Z] github.com/docker/docker/libnetwork/types' ']' [2024-02-02T18:35:06.358Z] + 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/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/netiputil 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 [2024-02-02T18:36:02.563Z] ok github.com/docker/docker/libnetwork 44.096s coverage: 43.3% of statements [2024-02-02T18:36:02.563Z] ok github.com/docker/docker/libnetwork/bitmap 0.007s coverage: 96.1% of statements [2024-02-02T18:36:02.563Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2024-02-02T18:36:02.563Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2024-02-02T18:36:02.563Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2024-02-02T18:36:02.563Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2024-02-02T18:36:02.563Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2024-02-02T18:36:02.563Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2024-02-02T18:36:02.563Z] ok github.com/docker/docker/libnetwork/config 0.012s coverage: 10.3% of statements [2024-02-02T18:36:02.563Z] ok github.com/docker/docker/libnetwork/datastore 0.004s coverage: 38.8% of statements [2024-02-02T18:36:02.563Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2024-02-02T18:36:02.563Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2024-02-02T18:36:02.563Z] ok github.com/docker/docker/libnetwork/driverapi 0.003s coverage: 68.9% of statements [2024-02-02T18:36:02.563Z] ok github.com/docker/docker/libnetwork/drivers/bridge 4.263s coverage: 63.0% of statements [2024-02-02T18:36:02.563Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2024-02-02T18:36:02.563Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 40.0% of statements [2024-02-02T18:36:03.935Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.933s coverage: 5.1% of statements [2024-02-02T18:36:03.935Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2024-02-02T18:36:04.193Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.004s coverage: 4.6% of statements [2024-02-02T18:36:04.193Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2024-02-02T18:36:04.451Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 40.0% of statements [2024-02-02T18:36:05.384Z] ok github.com/docker/docker/libnetwork/drivers/overlay 0.011s coverage: 1.4% of statements [2024-02-02T18:36:05.642Z] ok github.com/docker/docker/libnetwork/drivers/overlay/overlayutils 0.004s coverage: 45.0% of statements [2024-02-02T18:36:05.900Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.004s coverage: 62.7% of statements [2024-02-02T18:36:06.465Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.012s coverage: 57.2% of statements [2024-02-02T18:36:06.465Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2024-02-02T18:36:06.465Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2024-02-02T18:36:06.465Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2024-02-02T18:36:07.031Z] ok github.com/docker/docker/libnetwork/drvregistry 0.019s coverage: 87.0% of statements [2024-02-02T18:36:07.289Z] ok github.com/docker/docker/libnetwork/etchosts 0.018s coverage: 82.1% of statements [2024-02-02T18:36:07.289Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2024-02-02T18:36:07.289Z] ? github.com/docker/docker/libnetwork/internal/kvstore [no test files] [2024-02-02T18:36:07.289Z] ? github.com/docker/docker/libnetwork/internal/kvstore/boltdb [no test files] [2024-02-02T18:36:07.289Z] ? github.com/docker/docker/libnetwork/internal/netiputil [no test files] [2024-02-02T18:36:19.485Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.004s coverage: 100.0% of statements [2024-02-02T18:36:21.383Z] ok github.com/docker/docker/libnetwork/ipam 3.166s coverage: 80.3% of statements [2024-02-02T18:36:21.383Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2024-02-02T18:36:21.383Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2024-02-02T18:36:21.383Z] ok github.com/docker/docker/libnetwork/ipams/null 0.003s coverage: 63.2% of statements [2024-02-02T18:36:21.948Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.009s coverage: 48.7% of statements [2024-02-02T18:36:21.948Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2024-02-02T18:36:22.206Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.003s coverage: 80.0% of statements [2024-02-02T18:36:22.771Z] ok github.com/docker/docker/libnetwork/ipamutils 0.317s coverage: 86.4% of statements [2024-02-02T18:36:22.771Z] ok github.com/docker/docker/libnetwork/ipbits 0.002s coverage: 100.0% of statements [2024-02-02T18:36:23.705Z] ok github.com/docker/docker/libnetwork/iptables 0.211s coverage: 39.9% of statements [2024-02-02T18:36:23.705Z] ? github.com/docker/docker/libnetwork/netlabel [no test files] [2024-02-02T18:36:23.963Z] ok github.com/docker/docker/libnetwork/netutils 0.018s coverage: 50.6% of statements [2024-02-02T18:38:15.391Z] ok github.com/docker/docker/libnetwork/networkdb 103.068s coverage: 59.1% of statements [2024-02-02T18:38:15.391Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2024-02-02T18:38:15.391Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2024-02-02T18:38:15.391Z] ok github.com/docker/docker/libnetwork/osl 4.402s coverage: 37.8% of statements [2024-02-02T18:38:15.391Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.004s coverage: 20.0% of statements [2024-02-02T18:38:15.391Z] ok github.com/docker/docker/libnetwork/portallocator 0.016s coverage: 80.5% of statements [2024-02-02T18:38:15.391Z] ok github.com/docker/docker/libnetwork/portmapper 0.717s coverage: 47.9% of statements [2024-02-02T18:38:15.391Z] ok github.com/docker/docker/libnetwork/resolvconf 0.004s coverage: 84.9% of statements [2024-02-02T18:38:15.391Z] ? github.com/docker/docker/libnetwork/scope [no test files] [2024-02-02T18:38:15.649Z] ok github.com/docker/docker/libnetwork/types 0.003s coverage: 41.7% of statements [2024-02-02T18:38:15.649Z] [2024-02-02T18:38:15.649Z] === Skipped [2024-02-02T18:38:15.649Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2024-02-02T18:38:15.649Z] 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 [2024-02-02T18:38:15.649Z] [2024-02-02T18:38:15.649Z] === SKIP: libnetwork/iptables TestPassthrough (0.00s) [2024-02-02T18:38:15.649Z] 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 [2024-02-02T18:38:15.649Z] [2024-02-02T18:38:15.649Z] DONE 374 tests, 2 skipped in 189.297s Post stage [Pipeline] junit [2024-02-02T18:38:16.598Z] Recording test results [2024-02-02T18:38:16.702Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-02T18:38:17.001Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-47309/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a07e5c50335a89377a7397f30b6cfc645cb93de7 -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:a07e5c50335a89377a7397f30b6cfc645cb93de7 hack/make.sh dynbinary test-integration [2024-02-02T18:38:17.260Z] [2024-02-02T18:38:17.260Z] Removing bundles/ [2024-02-02T18:38:17.260Z] [2024-02-02T18:38:17.260Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2024-02-02T18:38:17.260Z] Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)... [2024-02-02T18:38:17.260Z] + tee /go/src/github.com/docker/docker/go.mod [2024-02-02T18:38:17.260Z] module github.com/docker/docker [2024-02-02T18:38:17.260Z] [2024-02-02T18:38:17.260Z] go 1.20 [2024-02-02T18:38:17.260Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT [2024-02-02T18:38:17.260Z] + GO111MODULE=on [2024-02-02T18:38:17.260Z] + 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=a07e5c50335a89377a7397f30b6cfc645cb93de7" -X "github.com/docker/docker/dockerversion.BuildTime=2024-02-02T18:38:17.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 [2024-02-02T18:38:55.993Z] + rm -f /go/src/github.com/docker/docker/go.mod [2024-02-02T18:38:55.993Z] Created binary: bundles/dynbinary-daemon/dockerd [2024-02-02T18:38:55.993Z] Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)... [2024-02-02T18:38:55.993Z] + tee /go/src/github.com/docker/docker/go.mod [2024-02-02T18:38:55.993Z] module github.com/docker/docker [2024-02-02T18:38:55.993Z] [2024-02-02T18:38:55.993Z] go 1.20 [2024-02-02T18:38:55.993Z] + trap 'rm -f "${ROOTDIR}/go.mod"' EXIT [2024-02-02T18:38:55.993Z] + GO111MODULE=on [2024-02-02T18:38:55.993Z] + 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=a07e5c50335a89377a7397f30b6cfc645cb93de7" -X "github.com/docker/docker/dockerversion.BuildTime=2024-02-02T18:38:17.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 [2024-02-02T18:38:55.993Z] + rm -f /go/src/github.com/docker/docker/go.mod [2024-02-02T18:38:55.993Z] Created binary: bundles/dynbinary-daemon/docker-proxy [2024-02-02T18:38:55.993Z] [2024-02-02T18:38:55.993Z] ---> Making bundle: test-integration (in bundles/test-integration) [2024-02-02T18:38:55.993Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2024-02-02T18:38:55.993Z] HOSTNAME=a36eb1296cc1 [2024-02-02T18:38:55.993Z] TESTDEBUG=0 [2024-02-02T18:38:55.993Z] DEST=bundles/test-integration [2024-02-02T18:38:55.993Z] PWD=/go/src/github.com/docker/docker [2024-02-02T18:38:55.993Z] CONTAINERD_ADDRESS=/run/docker/containerd/containerd.sock [2024-02-02T18:38:55.993Z] DOCKER_GITCOMMIT=a07e5c50335a89377a7397f30b6cfc645cb93de7 [2024-02-02T18:38:55.993Z] container=docker [2024-02-02T18:38:55.993Z] HOME=/root [2024-02-02T18:38:55.993Z] CONTAINERD_NAMESPACE=moby [2024-02-02T18:38:55.993Z] GOLANG_VERSION=1.21.6 [2024-02-02T18:38:55.993Z] VALIDATE_REPO=https://github.com/moby/moby.git [2024-02-02T18:38:55.993Z] VALIDATE_BRANCH=master [2024-02-02T18:38:55.993Z] TERM=xterm [2024-02-02T18:38:55.993Z] DOCKER_PKG=github.com/docker/docker [2024-02-02T18:38:55.993Z] TEST_CLIENT_BINARY=/usr/local/cli-integration/docker [2024-02-02T18:38:55.993Z] SHLVL=1 [2024-02-02T18:38:55.993Z] TIMEOUT=120m [2024-02-02T18:38:55.993Z] GOTOOLCHAIN=local [2024-02-02T18:38:55.993Z] DOCKER_GRAPHDRIVER=overlay2 [2024-02-02T18:38:55.993Z] GO111MODULE=off [2024-02-02T18:38:55.993Z] DOCKER_EXPERIMENTAL=1 [2024-02-02T18:38:55.993Z] TEST_SKIP_INTEGRATION_CLI=1 [2024-02-02T18:38:55.993Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2024-02-02T18:38:55.993Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2024-02-02T18:38:55.993Z] GOPATH=/go [2024-02-02T18:38:55.993Z] PKG_CONFIG=pkg-config [2024-02-02T18:38:55.993Z] _=/usr/bin/env [2024-02-02T18:38:55.993Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2024-02-02T18:39:17.923Z] Building test suite binary /go/src/github.com/docker/docker/integration/capabilities/test.main [2024-02-02T18:39:17.923Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2024-02-02T18:39:17.923Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2024-02-02T18:39:19.352Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2024-02-02T18:39:24.741Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2024-02-02T18:39:28.065Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main [2024-02-02T18:39:28.065Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2024-02-02T18:39:29.438Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2024-02-02T18:39:30.811Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2024-02-02T18:39:31.745Z] Building test suite binary /go/src/github.com/docker/docker/integration/networking/test.main [2024-02-02T18:39:33.119Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2024-02-02T18:39:33.119Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2024-02-02T18:39:34.492Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2024-02-02T18:39:36.390Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2024-02-02T18:39:37.762Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2024-02-02T18:39:39.136Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2024-02-02T18:39:39.136Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2024-02-02T18:39:40.507Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2024-02-02T18:39:41.879Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2024-02-02T18:39:42.812Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2024-02-02T18:39:43.745Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2024-02-02T18:39:45.117Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2024-02-02T18:39:46.050Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2024-02-02T18:39:46.050Z] Using test binary /usr/local/cli-integration/docker [2024-02-02T18:39:46.050Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2024-02-02T18:39:46.050Z] +++ /etc/init.d/apparmor start [2024-02-02T18:39:46.050Z] Not: starting. [2024-02-02T18:39:46.050Z] INFO: Waiting for daemon to start... [2024-02-02T18:39:46.050Z] Starting dockerd [2024-02-02T18:39:46.050Z] +++ exec dockerd --debug --host unix:///run/docker/tmp.4T7ti6DPmc/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2024-02-02T18:39:48.575Z] . [2024-02-02T18:39:48.575Z] Running integration-test (iteration 1) [2024-02-02T18:39:48.575Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2024-02-02T18:39:48.575Z] ++ '[' -n '' ']' [2024-02-02T18:39:48.575Z] ++ 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 [2024-02-02T18:39:48.575Z] ++ set -e [2024-02-02T18:39:48.575Z] ++ '[' -n 0 ']' [2024-02-02T18:39:48.575Z] ++ set -x [2024-02-02T18:39:48.575Z] ++ 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.4T7ti6DPmc/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 [2024-02-02T18:39:48.832Z] Loaded image: busybox:latest [2024-02-02T18:39:48.832Z] Loaded image: busybox:glibc [2024-02-02T18:39:49.765Z] Loaded image: debian:bookworm-slim [2024-02-02T18:39:49.765Z] Loaded image: hello-world:latest [2024-02-02T18:39:49.765Z] Loaded image: arm32v7/hello-world:latest [2024-02-02T18:39:49.765Z] INFO: Testing against a local daemon [2024-02-02T18:39:49.765Z] === RUN TestCgroupNamespacesBuild [2024-02-02T18:39:51.138Z] --- PASS: TestCgroupNamespacesBuild (1.08s) [2024-02-02T18:39:51.138Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2024-02-02T18:39:52.071Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.10s) [2024-02-02T18:39:52.071Z] === RUN TestBuildWithSession [2024-02-02T18:39:52.071Z] build_session_test.go:25: TODO: BuildKit [2024-02-02T18:39:52.071Z] --- SKIP: TestBuildWithSession (0.00s) [2024-02-02T18:39:52.071Z] === RUN TestBuildSquashParent [2024-02-02T18:39:55.350Z] --- PASS: TestBuildSquashParent (3.05s) [2024-02-02T18:39:55.350Z] === RUN TestBuildWithRemoveAndForceRemove [2024-02-02T18:39:55.350Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2024-02-02T18:39:55.350Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2024-02-02T18:39:55.350Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2024-02-02T18:39:55.350Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2024-02-02T18:39:55.350Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2024-02-02T18:39:55.350Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2024-02-02T18:39:55.350Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2024-02-02T18:39:55.350Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2024-02-02T18:39:55.350Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2024-02-02T18:39:55.350Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2024-02-02T18:39:55.350Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2024-02-02T18:39:55.350Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2024-02-02T18:39:55.350Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2024-02-02T18:39:55.350Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2024-02-02T18:39:55.350Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2024-02-02T18:39:55.350Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2024-02-02T18:39:55.350Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2024-02-02T18:39:55.350Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2024-02-02T18:39:57.878Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.06s) [2024-02-02T18:39:57.878Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.95s) [2024-02-02T18:39:57.878Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.28s) [2024-02-02T18:39:57.878Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.38s) [2024-02-02T18:39:57.878Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.43s) [2024-02-02T18:39:57.878Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.54s) [2024-02-02T18:39:57.878Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.57s) [2024-02-02T18:39:57.878Z] === RUN TestBuildMultiStageCopy [2024-02-02T18:39:57.878Z] === RUN TestBuildMultiStageCopy/copy_to_root [2024-02-02T18:39:58.811Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2024-02-02T18:39:58.811Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2024-02-02T18:39:58.811Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2024-02-02T18:39:58.811Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2024-02-02T18:39:59.068Z] --- PASS: TestBuildMultiStageCopy (1.37s) [2024-02-02T18:39:59.068Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (0.92s) [2024-02-02T18:39:59.068Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.08s) [2024-02-02T18:39:59.068Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.09s) [2024-02-02T18:39:59.068Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.11s) [2024-02-02T18:39:59.068Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.13s) [2024-02-02T18:39:59.068Z] === RUN TestBuildMultiStageParentConfig [2024-02-02T18:39:59.326Z] --- PASS: TestBuildMultiStageParentConfig (0.40s) [2024-02-02T18:39:59.326Z] === RUN TestBuildLabelWithTargets [2024-02-02T18:40:00.279Z] --- PASS: TestBuildLabelWithTargets (0.61s) [2024-02-02T18:40:00.279Z] === RUN TestBuildWithEmptyLayers [2024-02-02T18:40:00.279Z] --- PASS: TestBuildWithEmptyLayers (0.15s) [2024-02-02T18:40:00.279Z] === RUN TestBuildMultiStageOnBuild [2024-02-02T18:40:01.217Z] --- PASS: TestBuildMultiStageOnBuild (1.14s) [2024-02-02T18:40:01.217Z] === RUN TestBuildUncleanTarFilenames [2024-02-02T18:40:01.474Z] --- PASS: TestBuildUncleanTarFilenames (0.13s) [2024-02-02T18:40:01.474Z] === RUN TestBuildMultiStageLayerLeak [2024-02-02T18:40:02.407Z] --- PASS: TestBuildMultiStageLayerLeak (1.01s) [2024-02-02T18:40:02.407Z] === RUN TestBuildWithHugeFile [2024-02-02T18:40:49.061Z] --- PASS: TestBuildWithHugeFile (43.77s) [2024-02-02T18:40:49.061Z] === RUN TestBuildWCOWSandboxSize [2024-02-02T18:40:49.061Z] build_test.go:531: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2024-02-02T18:40:49.061Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2024-02-02T18:40:49.061Z] === RUN TestBuildWithEmptyDockerfile [2024-02-02T18:40:49.061Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2024-02-02T18:40:49.061Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2024-02-02T18:40:49.061Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2024-02-02T18:40:49.061Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2024-02-02T18:40:49.061Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2024-02-02T18:40:49.061Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2024-02-02T18:40:49.061Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2024-02-02T18:40:49.061Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2024-02-02T18:40:49.061Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2024-02-02T18:40:49.061Z] --- PASS: TestBuildWithEmptyDockerfile (0.01s) [2024-02-02T18:40:49.061Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2024-02-02T18:40:49.061Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.00s) [2024-02-02T18:40:49.061Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s) [2024-02-02T18:40:49.061Z] === RUN TestBuildPreserveOwnership [2024-02-02T18:40:49.061Z] === RUN TestBuildPreserveOwnership/copy_from [2024-02-02T18:40:49.061Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2024-02-02T18:40:49.061Z] --- PASS: TestBuildPreserveOwnership (2.11s) [2024-02-02T18:40:49.061Z] --- PASS: TestBuildPreserveOwnership/copy_from (1.46s) [2024-02-02T18:40:49.061Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.63s) [2024-02-02T18:40:49.061Z] === RUN TestBuildPlatformInvalid [2024-02-02T18:40:49.061Z] --- PASS: TestBuildPlatformInvalid (0.01s) [2024-02-02T18:40:49.061Z] === RUN TestBuildkitHistoryTracePropagation [2024-02-02T18:40:49.061Z] time="2024-02-02T18:40:48Z" level=info msg="[core] [Channel #1] Channel created" module=grpc [2024-02-02T18:40:49.061Z] time="2024-02-02T18:40:48Z" level=info msg="[core] [Channel #1] original dial target is: \"unix:///run/buildkit/buildkitd.sock\"" module=grpc [2024-02-02T18:40:49.061Z] time="2024-02-02T18:40:48Z" 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 [2024-02-02T18:40:49.061Z] time="2024-02-02T18:40:48Z" level=info msg="[core] [Channel #1] Channel authority set to \"localhost\"" module=grpc [2024-02-02T18:40:49.061Z] time="2024-02-02T18:40:48Z" 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 [2024-02-02T18:40:49.061Z] time="2024-02-02T18:40:48Z" level=info msg="[core] [Channel #1] Channel switches to new LB policy \"pick_first\"" module=grpc [2024-02-02T18:40:49.061Z] time="2024-02-02T18:40:48Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel created" module=grpc [2024-02-02T18:40:49.061Z] time="2024-02-02T18:40:48Z" level=info msg="[core] [Channel #1] Channel Connectivity change to CONNECTING" module=grpc [2024-02-02T18:40:49.061Z] time="2024-02-02T18:40:48Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel Connectivity change to CONNECTING" module=grpc [2024-02-02T18:40:49.061Z] time="2024-02-02T18:40:48Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel picks a new address \"/run/buildkit/buildkitd.sock\" to connect" module=grpc [2024-02-02T18:40:49.061Z] time="2024-02-02T18:40:48Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel Connectivity change to READY" module=grpc [2024-02-02T18:40:49.061Z] time="2024-02-02T18:40:48Z" level=info msg="[core] [Channel #1] Channel Connectivity change to READY" module=grpc [2024-02-02T18:40:49.061Z] time="2024-02-02T18:40:48Z" level=info msg="[core] [Server #4] Server created" module=grpc [2024-02-02T18:40:49.061Z] build_traces_test.go:84: Waiting for trace to be available [2024-02-02T18:40:52.339Z] time="2024-02-02T18:40:52Z" level=info msg="[core] [Channel #1] Channel Connectivity change to SHUTDOWN" module=grpc [2024-02-02T18:40:52.339Z] time="2024-02-02T18:40:52Z" level=info msg="[core] [Channel #1] ccBalancerWrapper: closing" module=grpc [2024-02-02T18:40:52.339Z] time="2024-02-02T18:40:52Z" level=info msg="[core] [Channel #1] Closing the name resolver" module=grpc [2024-02-02T18:40:52.339Z] time="2024-02-02T18:40:52Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel Connectivity change to SHUTDOWN" module=grpc [2024-02-02T18:40:52.339Z] time="2024-02-02T18:40:52Z" level=info msg="[core] [Channel #1 SubChannel #2] Subchannel deleted" module=grpc [2024-02-02T18:40:52.339Z] time="2024-02-02T18:40:52Z" level=info msg="[core] [Channel #1] Channel deleted" module=grpc [2024-02-02T18:40:52.339Z] --- PASS: TestBuildkitHistoryTracePropagation (4.04s) [2024-02-02T18:40:52.339Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2024-02-02T18:40:52.904Z] Loaded image: busybox:latest [2024-02-02T18:40:53.162Z] Loaded image: busybox:glibc [2024-02-02T18:40:54.096Z] Loaded image: debian:bookworm-slim [2024-02-02T18:40:54.096Z] Loaded image: hello-world:latest [2024-02-02T18:40:54.096Z] Loaded image: arm32v7/hello-world:latest [2024-02-02T18:41:02.200Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (9.32s) [2024-02-02T18:41:02.200Z] PASS [2024-02-02T18:41:02.200Z] [2024-02-02T18:41:02.200Z] === Skipped [2024-02-02T18:41:02.200Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2024-02-02T18:41:02.200Z] build_session_test.go:25: TODO: BuildKit [2024-02-02T18:41:02.200Z] [2024-02-02T18:41:02.200Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s) [2024-02-02T18:41:02.200Z] build_test.go:531: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2024-02-02T18:41:02.200Z] [2024-02-02T18:41:02.200Z] DONE 35 tests, 2 skipped in 73.140s [2024-02-02T18:41:02.200Z] Running /go/src/github.com/docker/docker/integration/capabilities (arm64.integration.capabilities) flags=-test.v -test.timeout=120m [2024-02-02T18:41:02.200Z] ++ '[' -n '' ']' [2024-02-02T18:41:02.200Z] ++ 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 [2024-02-02T18:41:02.200Z] ++ set -e [2024-02-02T18:41:02.200Z] ++ '[' -n 0 ']' [2024-02-02T18:41:02.200Z] ++ set -x [2024-02-02T18:41:02.200Z] ++ 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.4T7ti6DPmc/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 [2024-02-02T18:41:02.200Z] INFO: Testing against a local daemon [2024-02-02T18:41:02.200Z] === RUN TestNoNewPrivileges [2024-02-02T18:41:12.163Z] === RUN TestNoNewPrivileges/CapabilityRequested=true [2024-02-02T18:41:12.163Z] === RUN TestNoNewPrivileges/CapabilityRequested=false [2024-02-02T18:41:12.163Z] --- PASS: TestNoNewPrivileges (9.65s) [2024-02-02T18:41:12.163Z] --- PASS: TestNoNewPrivileges/CapabilityRequested=true (0.35s) [2024-02-02T18:41:12.163Z] --- PASS: TestNoNewPrivileges/CapabilityRequested=false (0.36s) [2024-02-02T18:41:12.163Z] PASS [2024-02-02T18:41:12.163Z] [2024-02-02T18:41:12.163Z] DONE 3 tests in 9.678s [2024-02-02T18:41:12.163Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2024-02-02T18:41:12.163Z] ++ '[' -n '' ']' [2024-02-02T18:41:12.163Z] ++ 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 [2024-02-02T18:41:12.163Z] ++ set -e [2024-02-02T18:41:12.163Z] ++ '[' -n 0 ']' [2024-02-02T18:41:12.163Z] ++ set -x [2024-02-02T18:41:12.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.4T7ti6DPmc/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 [2024-02-02T18:41:12.163Z] INFO: Testing against a local daemon [2024-02-02T18:41:12.163Z] === RUN TestConfigInspect [2024-02-02T18:41:13.535Z] --- PASS: TestConfigInspect (1.91s) [2024-02-02T18:41:13.535Z] === RUN TestConfigList [2024-02-02T18:41:14.468Z] === RUN TestConfigList/test_filter_by_name [2024-02-02T18:41:14.468Z] === RUN TestConfigList/test_filter_by_id [2024-02-02T18:41:14.468Z] === RUN TestConfigList/test_filter_by_label_key_only [2024-02-02T18:41:14.468Z] === RUN TestConfigList/test_filter_by_label_key=value_test0-TestConfigList [2024-02-02T18:41:14.468Z] === RUN TestConfigList/test_filter_by_label_key=value_test1-TestConfigList [2024-02-02T18:41:15.403Z] --- PASS: TestConfigList (1.94s) [2024-02-02T18:41:15.403Z] --- PASS: TestConfigList/test_filter_by_name (0.00s) [2024-02-02T18:41:15.403Z] --- PASS: TestConfigList/test_filter_by_id (0.00s) [2024-02-02T18:41:15.403Z] --- PASS: TestConfigList/test_filter_by_label_key_only (0.00s) [2024-02-02T18:41:15.403Z] --- PASS: TestConfigList/test_filter_by_label_key=value_test0-TestConfigList (0.00s) [2024-02-02T18:41:15.403Z] --- PASS: TestConfigList/test_filter_by_label_key=value_test1-TestConfigList (0.00s) [2024-02-02T18:41:15.403Z] === RUN TestConfigsCreateAndDelete [2024-02-02T18:41:17.304Z] --- PASS: TestConfigsCreateAndDelete (1.95s) [2024-02-02T18:41:17.304Z] === RUN TestConfigsUpdate [2024-02-02T18:41:19.210Z] --- PASS: TestConfigsUpdate (2.05s) [2024-02-02T18:41:19.210Z] === RUN TestTemplatedConfig [2024-02-02T18:41:21.737Z] --- PASS: TestTemplatedConfig (2.36s) [2024-02-02T18:41:21.737Z] === RUN TestConfigCreateResolve [2024-02-02T18:41:23.109Z] --- PASS: TestConfigCreateResolve (1.54s) [2024-02-02T18:41:23.109Z] PASS [2024-02-02T18:41:23.109Z] [2024-02-02T18:41:23.109Z] DONE 11 tests in 11.781s [2024-02-02T18:41:23.109Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2024-02-02T18:41:23.109Z] ++ '[' -n '' ']' [2024-02-02T18:41:23.109Z] ++ 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 [2024-02-02T18:41:23.109Z] ++ set -e [2024-02-02T18:41:23.109Z] ++ '[' -n 0 ']' [2024-02-02T18:41:23.109Z] ++ set -x [2024-02-02T18:41:23.109Z] ++ 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.4T7ti6DPmc/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 [2024-02-02T18:41:23.367Z] INFO: Testing against a local daemon [2024-02-02T18:41:23.367Z] === RUN TestAttach [2024-02-02T18:41:23.367Z] === RUN TestAttach/without_TTY [2024-02-02T18:41:23.367Z] === PAUSE TestAttach/without_TTY [2024-02-02T18:41:23.367Z] === RUN TestAttach/with_TTY [2024-02-02T18:41:23.367Z] === PAUSE TestAttach/with_TTY [2024-02-02T18:41:23.367Z] === CONT TestAttach/without_TTY [2024-02-02T18:41:23.367Z] === CONT TestAttach/with_TTY [2024-02-02T18:41:23.367Z] --- PASS: TestAttach (0.02s) [2024-02-02T18:41:23.367Z] --- PASS: TestAttach/with_TTY (0.06s) [2024-02-02T18:41:23.367Z] --- PASS: TestAttach/without_TTY (0.06s) [2024-02-02T18:41:23.367Z] === RUN TestCreateWithCDIDevices [2024-02-02T18:41:24.301Z] --- PASS: TestCreateWithCDIDevices (1.03s) [2024-02-02T18:41:24.301Z] === RUN TestCDISpecDirsAreInSystemInfo [2024-02-02T18:41:24.301Z] === RUN TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_no_spec_dirs_specified_returns_default [2024-02-02T18:41:24.866Z] === RUN TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_specified_spec_dirs_are_returned [2024-02-02T18:41:25.431Z] === RUN TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_empty_string_as_spec_dir_returns_empty_slice [2024-02-02T18:41:25.997Z] === RUN TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_empty_config_option_returns_empty_slice [2024-02-02T18:41:26.561Z] === RUN TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_no_spec_dirs_specified_returns_empty_slice [2024-02-02T18:41:27.126Z] === RUN TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_specified_spec_dirs_returns_empty_slice [2024-02-02T18:41:27.691Z] === RUN TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_empty_string_as_spec_dir_returns_empty_slice [2024-02-02T18:41:27.949Z] === RUN TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_empty_config_option_returns_empty_slice [2024-02-02T18:41:28.515Z] --- PASS: TestCDISpecDirsAreInSystemInfo (4.18s) [2024-02-02T18:41:28.515Z] --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_no_spec_dirs_specified_returns_default (0.52s) [2024-02-02T18:41:28.515Z] --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_specified_spec_dirs_are_returned (0.52s) [2024-02-02T18:41:28.515Z] --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_empty_string_as_spec_dir_returns_empty_slice (0.52s) [2024-02-02T18:41:28.515Z] --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_enabled_with_empty_config_option_returns_empty_slice (0.52s) [2024-02-02T18:41:28.515Z] --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_no_spec_dirs_specified_returns_empty_slice (0.52s) [2024-02-02T18:41:28.515Z] --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_specified_spec_dirs_returns_empty_slice (0.52s) [2024-02-02T18:41:28.515Z] --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_empty_string_as_spec_dir_returns_empty_slice (0.52s) [2024-02-02T18:41:28.515Z] --- PASS: TestCDISpecDirsAreInSystemInfo/CDI_disabled_with_empty_config_option_returns_empty_slice (0.52s) [2024-02-02T18:41:28.515Z] === RUN TestCheckpoint [2024-02-02T18:41:28.515Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2024-02-02T18:41:28.515Z] --- SKIP: TestCheckpoint (0.00s) [2024-02-02T18:41:28.515Z] === RUN TestContainerInvalidJSON [2024-02-02T18:41:28.515Z] === RUN TestContainerInvalidJSON/commit [2024-02-02T18:41:28.515Z] === PAUSE TestContainerInvalidJSON/commit [2024-02-02T18:41:28.515Z] === RUN TestContainerInvalidJSON/containers/create [2024-02-02T18:41:28.515Z] === PAUSE TestContainerInvalidJSON/containers/create [2024-02-02T18:41:28.515Z] === RUN TestContainerInvalidJSON/containers/foobar/exec [2024-02-02T18:41:28.515Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec [2024-02-02T18:41:28.515Z] === RUN TestContainerInvalidJSON/containers/foobar/update [2024-02-02T18:41:28.515Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update [2024-02-02T18:41:28.515Z] === RUN TestContainerInvalidJSON/exec/foobar/start [2024-02-02T18:41:28.515Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start [2024-02-02T18:41:28.515Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy [2024-02-02T18:41:28.515Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy [2024-02-02T18:41:28.515Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start [2024-02-02T18:41:28.515Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start [2024-02-02T18:41:28.515Z] === CONT TestContainerInvalidJSON/commit [2024-02-02T18:41:28.515Z] === RUN TestContainerInvalidJSON/commit/invalid_content_type [2024-02-02T18:41:28.515Z] === CONT TestContainerInvalidJSON/exec/foobar/start [2024-02-02T18:41:28.515Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/start [2024-02-02T18:41:28.515Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_content_type [2024-02-02T18:41:28.515Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type [2024-02-02T18:41:28.515Z] === CONT TestContainerInvalidJSON/v1.23/containers/foobar/copy [2024-02-02T18:41:28.515Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type [2024-02-02T18:41:28.515Z] === CONT TestContainerInvalidJSON/containers/foobar/update [2024-02-02T18:41:28.515Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_content_type [2024-02-02T18:41:28.515Z] === CONT TestContainerInvalidJSON/containers/foobar/exec [2024-02-02T18:41:28.515Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type [2024-02-02T18:41:28.515Z] === CONT TestContainerInvalidJSON/containers/create [2024-02-02T18:41:28.515Z] === RUN TestContainerInvalidJSON/containers/create/invalid_content_type [2024-02-02T18:41:28.515Z] === RUN TestContainerInvalidJSON/exec/foobar/start/invalid_JSON [2024-02-02T18:41:28.515Z] === RUN TestContainerInvalidJSON/commit/invalid_JSON [2024-02-02T18:41:28.515Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON [2024-02-02T18:41:28.515Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON [2024-02-02T18:41:28.515Z] === RUN TestContainerInvalidJSON/containers/create/invalid_JSON [2024-02-02T18:41:28.515Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON [2024-02-02T18:41:28.515Z] === RUN TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON [2024-02-02T18:41:28.515Z] === RUN TestContainerInvalidJSON/commit/extra_content_after_JSON [2024-02-02T18:41:28.515Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON [2024-02-02T18:41:28.515Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON [2024-02-02T18:41:28.515Z] === RUN TestContainerInvalidJSON/containers/create/extra_content_after_JSON [2024-02-02T18:41:28.515Z] === RUN TestContainerInvalidJSON/containers/foobar/update/invalid_JSON [2024-02-02T18:41:28.515Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body [2024-02-02T18:41:28.515Z] === RUN TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body [2024-02-02T18:41:28.515Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON [2024-02-02T18:41:28.515Z] === RUN TestContainerInvalidJSON/containers/create/empty_body [2024-02-02T18:41:28.515Z] === RUN TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON [2024-02-02T18:41:28.515Z] === RUN TestContainerInvalidJSON/commit/empty_body [2024-02-02T18:41:28.515Z] === RUN TestContainerInvalidJSON/exec/foobar/start/empty_body [2024-02-02T18:41:28.515Z] === RUN TestContainerInvalidJSON/containers/foobar/exec/empty_body [2024-02-02T18:41:28.515Z] === RUN TestContainerInvalidJSON/containers/foobar/update/empty_body [2024-02-02T18:41:28.515Z] --- PASS: TestContainerInvalidJSON (0.01s) [2024-02-02T18:41:28.515Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s) [2024-02-02T18:41:28.515Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s) [2024-02-02T18:41:28.515Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s) [2024-02-02T18:41:28.515Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s) [2024-02-02T18:41:28.515Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s) [2024-02-02T18:41:28.515Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s) [2024-02-02T18:41:28.515Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s) [2024-02-02T18:41:28.515Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s) [2024-02-02T18:41:28.515Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s) [2024-02-02T18:41:28.515Z] --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s) [2024-02-02T18:41:28.515Z] --- PASS: TestContainerInvalidJSON/containers/create (0.00s) [2024-02-02T18:41:28.515Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s) [2024-02-02T18:41:28.515Z] --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s) [2024-02-02T18:41:28.515Z] --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s) [2024-02-02T18:41:28.515Z] --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s) [2024-02-02T18:41:28.515Z] --- PASS: TestContainerInvalidJSON/commit (0.00s) [2024-02-02T18:41:28.515Z] --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s) [2024-02-02T18:41:28.515Z] --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s) [2024-02-02T18:41:28.515Z] --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s) [2024-02-02T18:41:28.515Z] --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s) [2024-02-02T18:41:28.515Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s) [2024-02-02T18:41:28.515Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s) [2024-02-02T18:41:28.515Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s) [2024-02-02T18:41:28.515Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s) [2024-02-02T18:41:28.515Z] --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s) [2024-02-02T18:41:28.515Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s) [2024-02-02T18:41:28.515Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s) [2024-02-02T18:41:28.515Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s) [2024-02-02T18:41:28.515Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s) [2024-02-02T18:41:28.515Z] --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s) [2024-02-02T18:41:28.515Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s) [2024-02-02T18:41:28.515Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s) [2024-02-02T18:41:28.515Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s) [2024-02-02T18:41:28.515Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s) [2024-02-02T18:41:28.515Z] --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s) [2024-02-02T18:41:28.515Z] === RUN TestCopyFromContainerPathDoesNotExist [2024-02-02T18:41:28.515Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2024-02-02T18:41:28.515Z] === RUN TestCopyFromContainerPathIsNotDir [2024-02-02T18:41:28.773Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s) [2024-02-02T18:41:28.773Z] === RUN TestCopyToContainerPathDoesNotExist [2024-02-02T18:41:28.773Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s) [2024-02-02T18:41:28.773Z] === RUN TestCopyEmptyFile [2024-02-02T18:41:28.773Z] --- PASS: TestCopyEmptyFile (0.07s) [2024-02-02T18:41:28.773Z] === RUN TestCopyToContainerPathIsNotDir [2024-02-02T18:41:28.773Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2024-02-02T18:41:28.773Z] === RUN TestCopyFromContainer [2024-02-02T18:41:29.338Z] === RUN TestCopyFromContainer// [2024-02-02T18:41:29.338Z] === RUN TestCopyFromContainer/. [2024-02-02T18:41:29.338Z] === RUN TestCopyFromContainer//. [2024-02-02T18:41:29.596Z] === RUN TestCopyFromContainer/./ [2024-02-02T18:41:29.596Z] === RUN TestCopyFromContainer//./ [2024-02-02T18:41:29.596Z] === RUN TestCopyFromContainer//bar/root [2024-02-02T18:41:29.596Z] === RUN TestCopyFromContainer//bar/root/ [2024-02-02T18:41:29.596Z] === RUN TestCopyFromContainer//bar/root/. [2024-02-02T18:41:29.596Z] === RUN TestCopyFromContainer/bar/quux [2024-02-02T18:41:29.596Z] === RUN TestCopyFromContainer/bar/quux/ [2024-02-02T18:41:29.596Z] === RUN TestCopyFromContainer/bar/quux/. [2024-02-02T18:41:29.596Z] === RUN TestCopyFromContainer/bar/quux/baz [2024-02-02T18:41:29.596Z] === RUN TestCopyFromContainer/bar/filesymlink [2024-02-02T18:41:29.596Z] === RUN TestCopyFromContainer/bar/dirsymlink [2024-02-02T18:41:29.596Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2024-02-02T18:41:29.596Z] === RUN TestCopyFromContainer/bar/dirsymlink/. [2024-02-02T18:41:29.596Z] === RUN TestCopyFromContainer/bar/notarget [2024-02-02T18:41:29.596Z] --- PASS: TestCopyFromContainer (0.75s) [2024-02-02T18:41:29.596Z] --- PASS: TestCopyFromContainer// (0.01s) [2024-02-02T18:41:29.596Z] --- PASS: TestCopyFromContainer/. (0.01s) [2024-02-02T18:41:29.596Z] --- PASS: TestCopyFromContainer//. (0.01s) [2024-02-02T18:41:29.596Z] --- PASS: TestCopyFromContainer/./ (0.01s) [2024-02-02T18:41:29.596Z] --- PASS: TestCopyFromContainer//./ (0.01s) [2024-02-02T18:41:29.596Z] --- PASS: TestCopyFromContainer//bar/root (0.01s) [2024-02-02T18:41:29.596Z] --- PASS: TestCopyFromContainer//bar/root/ (0.01s) [2024-02-02T18:41:29.596Z] --- PASS: TestCopyFromContainer//bar/root/. (0.01s) [2024-02-02T18:41:29.596Z] --- PASS: TestCopyFromContainer/bar/quux (0.01s) [2024-02-02T18:41:29.596Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.00s) [2024-02-02T18:41:29.596Z] --- PASS: TestCopyFromContainer/bar/quux/. (0.01s) [2024-02-02T18:41:29.596Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.01s) [2024-02-02T18:41:29.596Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.00s) [2024-02-02T18:41:29.596Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.01s) [2024-02-02T18:41:29.596Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.01s) [2024-02-02T18:41:29.596Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/. (0.00s) [2024-02-02T18:41:29.596Z] --- PASS: TestCopyFromContainer/bar/notarget (0.01s) [2024-02-02T18:41:29.596Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2024-02-02T18:41:29.596Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2024-02-02T18:41:29.596Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2024-02-02T18:41:29.596Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2024-02-02T18:41:29.596Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2024-02-02T18:41:29.596Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2024-02-02T18:41:29.596Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2024-02-02T18:41:29.596Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2024-02-02T18:41:29.596Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2024-02-02T18:41:29.596Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2024-02-02T18:41:29.596Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2024-02-02T18:41:29.596Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2024-02-02T18:41:29.596Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2024-02-02T18:41:29.596Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2024-02-02T18:41:29.596Z] === RUN TestCreateLinkToNonExistingContainer [2024-02-02T18:41:29.596Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2024-02-02T18:41:29.596Z] === RUN TestCreateWithInvalidEnv [2024-02-02T18:41:29.596Z] === RUN TestCreateWithInvalidEnv/0 [2024-02-02T18:41:29.596Z] === PAUSE TestCreateWithInvalidEnv/0 [2024-02-02T18:41:29.596Z] === RUN TestCreateWithInvalidEnv/1 [2024-02-02T18:41:29.596Z] === PAUSE TestCreateWithInvalidEnv/1 [2024-02-02T18:41:29.596Z] === RUN TestCreateWithInvalidEnv/2 [2024-02-02T18:41:29.596Z] === PAUSE TestCreateWithInvalidEnv/2 [2024-02-02T18:41:29.596Z] === CONT TestCreateWithInvalidEnv/0 [2024-02-02T18:41:29.596Z] === CONT TestCreateWithInvalidEnv/2 [2024-02-02T18:41:29.596Z] === CONT TestCreateWithInvalidEnv/1 [2024-02-02T18:41:29.596Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2024-02-02T18:41:29.596Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2024-02-02T18:41:29.596Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2024-02-02T18:41:29.596Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2024-02-02T18:41:29.596Z] === RUN TestCreateTmpfsMountsTarget [2024-02-02T18:41:29.596Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2024-02-02T18:41:29.596Z] === RUN TestCreateWithCustomMaskedPaths [2024-02-02T18:41:30.968Z] --- PASS: TestCreateWithCustomMaskedPaths (1.23s) [2024-02-02T18:41:30.968Z] === RUN TestCreateWithCustomReadonlyPaths [2024-02-02T18:41:32.341Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.23s) [2024-02-02T18:41:32.341Z] === RUN TestCreateWithInvalidHealthcheckParams [2024-02-02T18:41:32.341Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2024-02-02T18:41:32.341Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2024-02-02T18:41:32.341Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2024-02-02T18:41:32.341Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2024-02-02T18:41:32.341Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2024-02-02T18:41:32.341Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2024-02-02T18:41:32.341Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2024-02-02T18:41:32.341Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2024-02-02T18:41:32.341Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2024-02-02T18:41:32.341Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2024-02-02T18:41:32.341Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms [2024-02-02T18:41:32.341Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms [2024-02-02T18:41:32.341Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2024-02-02T18:41:32.341Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2024-02-02T18:41:32.341Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2024-02-02T18:41:32.341Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2024-02-02T18:41:32.341Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms [2024-02-02T18:41:32.341Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2024-02-02T18:41:32.341Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2024-02-02T18:41:32.341Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.00s) [2024-02-02T18:41:32.341Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.00s) [2024-02-02T18:41:32.341Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartInterval_in_Healthcheck:_not_0_and_less_than_1ms (0.00s) [2024-02-02T18:41:32.341Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.00s) [2024-02-02T18:41:32.341Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2024-02-02T18:41:32.341Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.00s) [2024-02-02T18:41:32.341Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2024-02-02T18:41:32.599Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.39s) [2024-02-02T18:41:32.599Z] === RUN TestCreateDifferentPlatform [2024-02-02T18:41:32.599Z] === RUN TestCreateDifferentPlatform/different_os [2024-02-02T18:41:32.599Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2024-02-02T18:41:32.599Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2024-02-02T18:41:32.599Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2024-02-02T18:41:32.599Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2024-02-02T18:41:32.599Z] === RUN TestCreateVolumesFromNonExistingContainer [2024-02-02T18:41:32.599Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2024-02-02T18:41:32.599Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2024-02-02T18:41:32.599Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2024-02-02T18:41:32.599Z] === RUN TestCreateInvalidHostConfig [2024-02-02T18:41:32.599Z] === RUN TestCreateInvalidHostConfig/invalid_IpcMode [2024-02-02T18:41:32.599Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode [2024-02-02T18:41:32.599Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode [2024-02-02T18:41:32.599Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode [2024-02-02T18:41:32.599Z] === RUN TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2024-02-02T18:41:32.599Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2024-02-02T18:41:32.599Z] === RUN TestCreateInvalidHostConfig/invalid_UTSMode [2024-02-02T18:41:32.599Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode [2024-02-02T18:41:32.599Z] === RUN TestCreateInvalidHostConfig/invalid_Annotations [2024-02-02T18:41:32.599Z] === PAUSE TestCreateInvalidHostConfig/invalid_Annotations [2024-02-02T18:41:32.599Z] === CONT TestCreateInvalidHostConfig/invalid_IpcMode [2024-02-02T18:41:32.599Z] === CONT TestCreateInvalidHostConfig/invalid_UTSMode [2024-02-02T18:41:32.599Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID [2024-02-02T18:41:32.599Z] === CONT TestCreateInvalidHostConfig/invalid_Annotations [2024-02-02T18:41:32.599Z] === CONT TestCreateInvalidHostConfig/invalid_PidMode [2024-02-02T18:41:32.599Z] --- PASS: TestCreateInvalidHostConfig (0.01s) [2024-02-02T18:41:32.599Z] --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s) [2024-02-02T18:41:32.599Z] --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s) [2024-02-02T18:41:32.599Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s) [2024-02-02T18:41:32.599Z] --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s) [2024-02-02T18:41:32.599Z] --- PASS: TestCreateInvalidHostConfig/invalid_Annotations (0.00s) [2024-02-02T18:41:32.599Z] === RUN TestCreateWithMultipleEndpointSettings [2024-02-02T18:41:32.599Z] === RUN TestCreateWithMultipleEndpointSettings/with_API_v1.44 [2024-02-02T18:41:32.599Z] === RUN TestCreateWithMultipleEndpointSettings/with_API_v1.43 [2024-02-02T18:41:32.599Z] --- PASS: TestCreateWithMultipleEndpointSettings (0.05s) [2024-02-02T18:41:32.599Z] --- PASS: TestCreateWithMultipleEndpointSettings/with_API_v1.44 (0.04s) [2024-02-02T18:41:32.599Z] --- PASS: TestCreateWithMultipleEndpointSettings/with_API_v1.43 (0.00s) [2024-02-02T18:41:32.599Z] === RUN TestCreateWithCustomMACs [2024-02-02T18:41:33.164Z] --- PASS: TestCreateWithCustomMACs (0.50s) [2024-02-02T18:41:33.164Z] === RUN TestContainerStartOnDaemonRestart [2024-02-02T18:41:33.164Z] === PAUSE TestContainerStartOnDaemonRestart [2024-02-02T18:41:33.164Z] === RUN TestDaemonRestartIpcMode [2024-02-02T18:41:33.164Z] === PAUSE TestDaemonRestartIpcMode [2024-02-02T18:41:33.164Z] === RUN TestDaemonHostGatewayIP [2024-02-02T18:41:33.164Z] === PAUSE TestDaemonHostGatewayIP [2024-02-02T18:41:33.164Z] === RUN TestRestartDaemonWithRestartingContainer [2024-02-02T18:41:33.164Z] === PAUSE TestRestartDaemonWithRestartingContainer [2024-02-02T18:41:33.164Z] === RUN TestHardRestartWhenContainerIsRunning [2024-02-02T18:41:33.164Z] === PAUSE TestHardRestartWhenContainerIsRunning [2024-02-02T18:41:33.164Z] === RUN TestContainerKillOnDaemonStart [2024-02-02T18:41:33.164Z] === PAUSE TestContainerKillOnDaemonStart [2024-02-02T18:41:33.164Z] === RUN TestDiff [2024-02-02T18:41:33.730Z] --- PASS: TestDiff (0.37s) [2024-02-02T18:41:33.730Z] === RUN TestDiffStoppedContainer [2024-02-02T18:41:33.987Z] --- PASS: TestDiffStoppedContainer (0.45s) [2024-02-02T18:41:33.987Z] === RUN TestExecConsoleSize [2024-02-02T18:41:34.553Z] --- PASS: TestExecConsoleSize (0.45s) [2024-02-02T18:41:34.553Z] === RUN TestExecWithCloseStdin [2024-02-02T18:41:35.118Z] --- PASS: TestExecWithCloseStdin (0.53s) [2024-02-02T18:41:35.118Z] === RUN TestExec [2024-02-02T18:41:35.376Z] --- PASS: TestExec (0.46s) [2024-02-02T18:41:35.376Z] === RUN TestExecUser [2024-02-02T18:41:35.941Z] --- PASS: TestExecUser (0.42s) [2024-02-02T18:41:35.941Z] === RUN TestExecWithGroupAdd [2024-02-02T18:41:36.199Z] --- PASS: TestExecWithGroupAdd (0.44s) [2024-02-02T18:41:36.199Z] === RUN TestExportContainerAndImportImage [2024-02-02T18:41:36.764Z] --- PASS: TestExportContainerAndImportImage (0.47s) [2024-02-02T18:41:36.764Z] === RUN TestExportContainerAfterDaemonRestart [2024-02-02T18:41:43.317Z] --- PASS: TestExportContainerAfterDaemonRestart (6.15s) [2024-02-02T18:41:43.317Z] === RUN TestHealthCheckWorkdir [2024-02-02T18:41:43.317Z] --- PASS: TestHealthCheckWorkdir (0.50s) [2024-02-02T18:41:43.317Z] === RUN TestHealthKillContainer [2024-02-02T18:41:51.421Z] --- PASS: TestHealthKillContainer (7.68s) [2024-02-02T18:41:51.421Z] === RUN TestHealthCheckProcessKilled [2024-02-02T18:41:51.679Z] --- PASS: TestHealthCheckProcessKilled (0.63s) [2024-02-02T18:41:51.679Z] === RUN TestHealthStartInterval [2024-02-02T18:41:53.083Z] health_test.go:141: &{2024-02-02 18:41:52.850692753 +0000 UTC 2024-02-02 18:41:52.880440671 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2024-02-02T18:41:53.083Z] } [2024-02-02T18:41:53.083Z] health_test.go:141: &{2024-02-02 18:41:52.850692753 +0000 UTC 2024-02-02 18:41:52.880440671 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2024-02-02T18:41:53.083Z] } [2024-02-02T18:41:53.341Z] health_test.go:141: &{2024-02-02 18:41:52.850692753 +0000 UTC 2024-02-02 18:41:52.880440671 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2024-02-02T18:41:53.341Z] } [2024-02-02T18:41:53.341Z] health_test.go:141: &{2024-02-02 18:41:52.850692753 +0000 UTC 2024-02-02 18:41:52.880440671 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2024-02-02T18:41:53.341Z] } [2024-02-02T18:41:53.599Z] health_test.go:141: &{2024-02-02 18:41:52.850692753 +0000 UTC 2024-02-02 18:41:52.880440671 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2024-02-02T18:41:53.599Z] } [2024-02-02T18:41:53.599Z] health_test.go:141: &{2024-02-02 18:41:52.850692753 +0000 UTC 2024-02-02 18:41:52.880440671 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2024-02-02T18:41:53.599Z] } [2024-02-02T18:41:53.599Z] health_test.go:141: &{2024-02-02 18:41:52.850692753 +0000 UTC 2024-02-02 18:41:52.880440671 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2024-02-02T18:41:53.599Z] } [2024-02-02T18:41:53.857Z] health_test.go:141: &{2024-02-02 18:41:52.850692753 +0000 UTC 2024-02-02 18:41:52.880440671 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2024-02-02T18:41:53.857Z] } [2024-02-02T18:41:53.857Z] health_test.go:141: &{2024-02-02 18:41:52.850692753 +0000 UTC 2024-02-02 18:41:52.880440671 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2024-02-02T18:41:53.857Z] } [2024-02-02T18:41:53.857Z] health_test.go:141: &{2024-02-02 18:41:52.850692753 +0000 UTC 2024-02-02 18:41:52.880440671 +0000 UTC 1 1cat: can't open '/tmp/health': No such file or directory [2024-02-02T18:41:53.857Z] } [2024-02-02T18:41:54.114Z] health_test.go:141: &{2024-02-02 18:41:53.880843978 +0000 UTC 2024-02-02 18:41:53.90969095 +0000 UTC 1 2} [2024-02-02T18:41:54.114Z] health_test.go:141: &{2024-02-02 18:41:53.880843978 +0000 UTC 2024-02-02 18:41:53.90969095 +0000 UTC 1 2} [2024-02-02T18:41:54.372Z] health_test.go:141: &{2024-02-02 18:41:53.880843978 +0000 UTC 2024-02-02 18:41:53.90969095 +0000 UTC 1 2} [2024-02-02T18:41:54.372Z] health_test.go:141: &{2024-02-02 18:41:53.880843978 +0000 UTC 2024-02-02 18:41:53.90969095 +0000 UTC 1 2} [2024-02-02T18:41:54.372Z] health_test.go:141: &{2024-02-02 18:41:53.880843978 +0000 UTC 2024-02-02 18:41:53.90969095 +0000 UTC 1 2} [2024-02-02T18:41:54.629Z] health_test.go:141: &{2024-02-02 18:41:53.880843978 +0000 UTC 2024-02-02 18:41:53.90969095 +0000 UTC 1 2} [2024-02-02T18:41:54.629Z] health_test.go:141: &{2024-02-02 18:41:53.880843978 +0000 UTC 2024-02-02 18:41:53.90969095 +0000 UTC 1 2} [2024-02-02T18:41:54.886Z] health_test.go:141: &{2024-02-02 18:41:53.880843978 +0000 UTC 2024-02-02 18:41:53.90969095 +0000 UTC 1 2} [2024-02-02T18:41:54.887Z] health_test.go:141: &{2024-02-02 18:41:53.880843978 +0000 UTC 2024-02-02 18:41:53.90969095 +0000 UTC 1 2} [2024-02-02T18:41:54.887Z] health_test.go:141: &{2024-02-02 18:41:53.880843978 +0000 UTC 2024-02-02 18:41:53.90969095 +0000 UTC 1 2} [2024-02-02T18:41:55.144Z] health_test.go:169: 1.029513673s [2024-02-02T18:41:56.076Z] health_test.go:169: 1.029513673s [2024-02-02T18:41:57.008Z] health_test.go:169: 1.029513673s [2024-02-02T18:41:58.380Z] health_test.go:169: 1.029513673s [2024-02-02T18:41:59.312Z] health_test.go:169: 1.029513673s [2024-02-02T18:42:00.244Z] health_test.go:169: 1.029513673s [2024-02-02T18:42:01.177Z] health_test.go:169: 1.029513673s [2024-02-02T18:42:02.109Z] health_test.go:169: 1.029513673s [2024-02-02T18:42:03.042Z] health_test.go:169: 1.029513673s [2024-02-02T18:42:04.413Z] health_test.go:169: 1.029513673s [2024-02-02T18:42:04.979Z] health_test.go:169: 1.029513673s [2024-02-02T18:42:06.350Z] health_test.go:169: 1.029513673s [2024-02-02T18:42:07.282Z] health_test.go:169: 1.029513673s [2024-02-02T18:42:08.215Z] health_test.go:169: 1.029513673s [2024-02-02T18:42:09.147Z] health_test.go:169: 1.029513673s [2024-02-02T18:42:10.079Z] health_test.go:169: 1.029513673s [2024-02-02T18:42:11.011Z] health_test.go:169: 1.029513673s [2024-02-02T18:42:12.383Z] health_test.go:169: 1.029513673s [2024-02-02T18:42:13.315Z] health_test.go:169: 1.029513673s [2024-02-02T18:42:14.247Z] health_test.go:169: 1.029513673s [2024-02-02T18:42:15.179Z] health_test.go:169: 1.029513673s [2024-02-02T18:42:16.111Z] health_test.go:169: 1.029513673s [2024-02-02T18:42:17.043Z] health_test.go:169: 1.029513673s [2024-02-02T18:42:18.414Z] health_test.go:169: 1.029513673s [2024-02-02T18:42:19.346Z] health_test.go:169: 1.029513673s [2024-02-02T18:42:20.284Z] health_test.go:169: 1.029513673s [2024-02-02T18:42:21.223Z] health_test.go:169: 1.029513673s [2024-02-02T18:42:22.155Z] health_test.go:169: 1.029513673s [2024-02-02T18:42:23.088Z] health_test.go:169: 1.029513673s [2024-02-02T18:42:24.020Z] health_test.go:169: 1.029513673s [2024-02-02T18:42:25.392Z] --- PASS: TestHealthStartInterval (33.57s) [2024-02-02T18:42:25.392Z] === RUN TestInspectCpusetInConfigPre120 [2024-02-02T18:42:25.650Z] --- PASS: TestInspectCpusetInConfigPre120 (0.39s) [2024-02-02T18:42:25.650Z] === RUN TestInspectAnnotations [2024-02-02T18:42:25.650Z] --- PASS: TestInspectAnnotations (0.04s) [2024-02-02T18:42:25.650Z] === RUN TestNetworkAliasesAreEmpty [2024-02-02T18:42:25.650Z] === RUN TestNetworkAliasesAreEmpty/host [2024-02-02T18:42:25.908Z] === RUN TestNetworkAliasesAreEmpty/bridge [2024-02-02T18:42:25.908Z] === RUN TestNetworkAliasesAreEmpty/none [2024-02-02T18:42:25.908Z] --- PASS: TestNetworkAliasesAreEmpty (0.17s) [2024-02-02T18:42:25.908Z] --- PASS: TestNetworkAliasesAreEmpty/host (0.07s) [2024-02-02T18:42:25.908Z] --- PASS: TestNetworkAliasesAreEmpty/bridge (0.05s) [2024-02-02T18:42:25.908Z] --- PASS: TestNetworkAliasesAreEmpty/none (0.03s) [2024-02-02T18:42:25.908Z] === RUN TestIpcModeNone [2024-02-02T18:42:26.473Z] --- PASS: TestIpcModeNone (0.43s) [2024-02-02T18:42:26.473Z] === RUN TestIpcModePrivate [2024-02-02T18:42:26.473Z] ipcmode_linux_test.go:87: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:78, shared: false, mustBeShared: false [2024-02-02T18:42:26.730Z] --- PASS: TestIpcModePrivate (0.42s) [2024-02-02T18:42:26.730Z] === RUN TestIpcModeShareable [2024-02-02T18:42:26.988Z] ipcmode_linux_test.go:87: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:72, shared: true, mustBeShared: true [2024-02-02T18:42:27.245Z] --- PASS: TestIpcModeShareable (0.48s) [2024-02-02T18:42:27.245Z] === RUN TestAPIIpcModeShareableAndContainer [2024-02-02T18:42:28.178Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.01s) [2024-02-02T18:42:28.178Z] === RUN TestAPIIpcModeHost [2024-02-02T18:42:28.436Z] --- PASS: TestAPIIpcModeHost (0.30s) [2024-02-02T18:42:28.436Z] === RUN TestDaemonIpcModeShareable [2024-02-02T18:42:29.368Z] ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:104, shared: true, mustBeShared: true [2024-02-02T18:42:29.626Z] --- PASS: TestDaemonIpcModeShareable (1.03s) [2024-02-02T18:42:29.626Z] === RUN TestDaemonIpcModePrivate [2024-02-02T18:42:30.559Z] ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:110, shared: false, mustBeShared: false [2024-02-02T18:42:30.559Z] --- PASS: TestDaemonIpcModePrivate (1.06s) [2024-02-02T18:42:30.559Z] === RUN TestDaemonIpcModePrivateFromConfig [2024-02-02T18:42:31.491Z] ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:110, shared: false, mustBeShared: false [2024-02-02T18:42:31.748Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.02s) [2024-02-02T18:42:31.749Z] === RUN TestDaemonIpcModeShareableFromConfig [2024-02-02T18:42:32.681Z] ipcmode_linux_test.go:255: [testDaemonIpcPrivateShareable] ipcdev: 0:104, shared: true, mustBeShared: true [2024-02-02T18:42:32.681Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.04s) [2024-02-02T18:42:32.681Z] === RUN TestIpcModeOlderClient [2024-02-02T18:42:32.681Z] === PAUSE TestIpcModeOlderClient [2024-02-02T18:42:32.681Z] === RUN TestKillContainerInvalidSignal [2024-02-02T18:42:33.247Z] --- PASS: TestKillContainerInvalidSignal (0.42s) [2024-02-02T18:42:33.247Z] === RUN TestKillContainer [2024-02-02T18:42:33.247Z] === RUN TestKillContainer/no_signal [2024-02-02T18:42:33.505Z] === RUN TestKillContainer/non_killing_signal [2024-02-02T18:42:33.763Z] === RUN TestKillContainer/killing_signal [2024-02-02T18:42:34.328Z] --- PASS: TestKillContainer (1.26s) [2024-02-02T18:42:34.328Z] --- PASS: TestKillContainer/no_signal (0.40s) [2024-02-02T18:42:34.328Z] --- PASS: TestKillContainer/non_killing_signal (0.22s) [2024-02-02T18:42:34.328Z] --- PASS: TestKillContainer/killing_signal (0.39s) [2024-02-02T18:42:34.328Z] === RUN TestKillWithStopSignalAndRestartPolicies [2024-02-02T18:42:34.328Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2024-02-02T18:42:34.894Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2024-02-02T18:42:35.152Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.88s) [2024-02-02T18:42:35.152Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.43s) [2024-02-02T18:42:35.152Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.23s) [2024-02-02T18:42:35.152Z] === RUN TestKillStoppedContainer [2024-02-02T18:42:35.409Z] --- PASS: TestKillStoppedContainer (0.05s) [2024-02-02T18:42:35.409Z] === RUN TestKillStoppedContainerAPIPre120 [2024-02-02T18:42:35.409Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2024-02-02T18:42:35.409Z] === RUN TestKillDifferentUserContainer [2024-02-02T18:42:35.667Z] --- PASS: TestKillDifferentUserContainer (0.38s) [2024-02-02T18:42:35.667Z] === RUN TestInspectOomKilledTrue [2024-02-02T18:42:36.232Z] --- PASS: TestInspectOomKilledTrue (0.46s) [2024-02-02T18:42:36.232Z] === RUN TestInspectOomKilledFalse [2024-02-02T18:42:36.489Z] --- PASS: TestInspectOomKilledFalse (0.41s) [2024-02-02T18:42:36.489Z] === RUN TestLinksEtcHostsContentMatch [2024-02-02T18:42:36.747Z] --- PASS: TestLinksEtcHostsContentMatch (0.22s) [2024-02-02T18:42:36.747Z] === RUN TestLinksContainerNames [2024-02-02T18:42:37.680Z] --- PASS: TestLinksContainerNames (0.82s) [2024-02-02T18:42:37.680Z] === RUN TestLogsFollowTailEmpty [2024-02-02T18:42:38.246Z] --- PASS: TestLogsFollowTailEmpty (0.42s) [2024-02-02T18:42:38.246Z] === RUN TestLogs [2024-02-02T18:42:38.246Z] === RUN TestLogs/driver_local [2024-02-02T18:42:38.246Z] === RUN TestLogs/driver_local/tty/stdout_and_stderr [2024-02-02T18:42:38.246Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr [2024-02-02T18:42:38.246Z] === RUN TestLogs/driver_local/tty/only_stdout [2024-02-02T18:42:38.246Z] === PAUSE TestLogs/driver_local/tty/only_stdout [2024-02-02T18:42:38.246Z] === RUN TestLogs/driver_local/tty/only_stderr [2024-02-02T18:42:38.246Z] === PAUSE TestLogs/driver_local/tty/only_stderr [2024-02-02T18:42:38.246Z] === RUN TestLogs/driver_local/without_tty/stdout_and_stderr [2024-02-02T18:42:38.246Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr [2024-02-02T18:42:38.246Z] === RUN TestLogs/driver_local/without_tty/only_stdout [2024-02-02T18:42:38.246Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout [2024-02-02T18:42:38.246Z] === RUN TestLogs/driver_local/without_tty/only_stderr [2024-02-02T18:42:38.246Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr [2024-02-02T18:42:38.246Z] === CONT TestLogs/driver_local/tty/stdout_and_stderr [2024-02-02T18:42:38.246Z] === CONT TestLogs/driver_local/without_tty/stdout_and_stderr [2024-02-02T18:42:38.246Z] === CONT TestLogs/driver_local/tty/only_stderr [2024-02-02T18:42:38.246Z] === CONT TestLogs/driver_local/tty/only_stdout [2024-02-02T18:42:38.246Z] === CONT TestLogs/driver_local/without_tty/only_stderr [2024-02-02T18:42:38.246Z] === CONT TestLogs/driver_local/without_tty/only_stdout [2024-02-02T18:42:39.619Z] === RUN TestLogs/driver_json-file [2024-02-02T18:42:39.619Z] === RUN TestLogs/driver_json-file/tty/stdout_and_stderr [2024-02-02T18:42:39.619Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr [2024-02-02T18:42:39.619Z] === RUN TestLogs/driver_json-file/tty/only_stdout [2024-02-02T18:42:39.619Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout [2024-02-02T18:42:39.619Z] === RUN TestLogs/driver_json-file/tty/only_stderr [2024-02-02T18:42:39.619Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr [2024-02-02T18:42:39.619Z] === RUN TestLogs/driver_json-file/without_tty/stdout_and_stderr [2024-02-02T18:42:39.619Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr [2024-02-02T18:42:39.619Z] === RUN TestLogs/driver_json-file/without_tty/only_stdout [2024-02-02T18:42:39.619Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout [2024-02-02T18:42:39.619Z] === RUN TestLogs/driver_json-file/without_tty/only_stderr [2024-02-02T18:42:39.619Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr [2024-02-02T18:42:39.619Z] === CONT TestLogs/driver_json-file/tty/stdout_and_stderr [2024-02-02T18:42:39.619Z] === CONT TestLogs/driver_json-file/without_tty/stdout_and_stderr [2024-02-02T18:42:39.619Z] === CONT TestLogs/driver_json-file/without_tty/only_stderr [2024-02-02T18:42:39.619Z] === CONT TestLogs/driver_json-file/without_tty/only_stdout [2024-02-02T18:42:39.619Z] === CONT TestLogs/driver_json-file/tty/only_stderr [2024-02-02T18:42:39.619Z] === CONT TestLogs/driver_json-file/tty/only_stdout [2024-02-02T18:42:40.992Z] --- PASS: TestLogs (2.64s) [2024-02-02T18:42:40.992Z] --- PASS: TestLogs/driver_local (0.01s) [2024-02-02T18:42:40.992Z] --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.83s) [2024-02-02T18:42:40.992Z] --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.92s) [2024-02-02T18:42:40.992Z] --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (1.12s) [2024-02-02T18:42:40.992Z] --- PASS: TestLogs/driver_local/without_tty/only_stdout (1.21s) [2024-02-02T18:42:40.992Z] --- PASS: TestLogs/driver_local/tty/only_stderr (1.25s) [2024-02-02T18:42:40.992Z] --- PASS: TestLogs/driver_local/tty/only_stdout (1.32s) [2024-02-02T18:42:40.992Z] --- PASS: TestLogs/driver_json-file (0.01s) [2024-02-02T18:42:40.992Z] --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.70s) [2024-02-02T18:42:40.992Z] --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.83s) [2024-02-02T18:42:40.992Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.95s) [2024-02-02T18:42:40.992Z] --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (1.15s) [2024-02-02T18:42:40.992Z] --- PASS: TestLogs/driver_json-file/tty/only_stderr (1.22s) [2024-02-02T18:42:40.992Z] --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (1.30s) [2024-02-02T18:42:40.992Z] === RUN TestContainerNetworkMountsNoChown [2024-02-02T18:42:40.992Z] --- PASS: TestContainerNetworkMountsNoChown (0.39s) [2024-02-02T18:42:40.992Z] === RUN TestMountDaemonRoot [2024-02-02T18:42:40.992Z] === RUN TestMountDaemonRoot/default [2024-02-02T18:42:40.992Z] === PAUSE TestMountDaemonRoot/default [2024-02-02T18:42:40.992Z] === RUN TestMountDaemonRoot/private [2024-02-02T18:42:40.992Z] === PAUSE TestMountDaemonRoot/private [2024-02-02T18:42:40.992Z] === RUN TestMountDaemonRoot/rprivate [2024-02-02T18:42:40.992Z] === PAUSE TestMountDaemonRoot/rprivate [2024-02-02T18:42:40.992Z] === RUN TestMountDaemonRoot/slave [2024-02-02T18:42:40.992Z] === PAUSE TestMountDaemonRoot/slave [2024-02-02T18:42:40.992Z] === RUN TestMountDaemonRoot/rslave [2024-02-02T18:42:40.992Z] === PAUSE TestMountDaemonRoot/rslave [2024-02-02T18:42:40.992Z] === RUN TestMountDaemonRoot/shared [2024-02-02T18:42:40.992Z] === PAUSE TestMountDaemonRoot/shared [2024-02-02T18:42:40.992Z] === RUN TestMountDaemonRoot/rshared [2024-02-02T18:42:40.992Z] === PAUSE TestMountDaemonRoot/rshared [2024-02-02T18:42:40.992Z] === CONT TestMountDaemonRoot/default [2024-02-02T18:42:40.992Z] === RUN TestMountDaemonRoot/default/mount_root [2024-02-02T18:42:40.992Z] === PAUSE TestMountDaemonRoot/default/mount_root [2024-02-02T18:42:40.992Z] === RUN TestMountDaemonRoot/default/mount_subpath [2024-02-02T18:42:40.992Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2024-02-02T18:42:40.992Z] === RUN TestMountDaemonRoot/default/bind_root [2024-02-02T18:42:40.992Z] === PAUSE TestMountDaemonRoot/default/bind_root [2024-02-02T18:42:40.992Z] === RUN TestMountDaemonRoot/default/bind_subpath [2024-02-02T18:42:40.992Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2024-02-02T18:42:40.992Z] === CONT TestMountDaemonRoot/default/mount_root [2024-02-02T18:42:40.992Z] === CONT TestMountDaemonRoot/rshared [2024-02-02T18:42:40.992Z] === CONT TestMountDaemonRoot/rprivate [2024-02-02T18:42:40.992Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2024-02-02T18:42:40.992Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2024-02-02T18:42:40.992Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2024-02-02T18:42:40.992Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2024-02-02T18:42:40.992Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2024-02-02T18:42:40.992Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2024-02-02T18:42:40.992Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2024-02-02T18:42:40.992Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2024-02-02T18:42:40.992Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2024-02-02T18:42:40.992Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2024-02-02T18:42:40.992Z] === RUN TestMountDaemonRoot/rshared/bind_root [2024-02-02T18:42:40.992Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2024-02-02T18:42:40.992Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2024-02-02T18:42:40.992Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2024-02-02T18:42:40.992Z] === RUN TestMountDaemonRoot/rshared/mount_root [2024-02-02T18:42:40.992Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2024-02-02T18:42:40.992Z] === CONT TestMountDaemonRoot/shared [2024-02-02T18:42:40.992Z] === RUN TestMountDaemonRoot/shared/mount_root [2024-02-02T18:42:40.992Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2024-02-02T18:42:40.992Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2024-02-02T18:42:40.992Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2024-02-02T18:42:40.992Z] === RUN TestMountDaemonRoot/shared/bind_root [2024-02-02T18:42:40.992Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2024-02-02T18:42:40.992Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2024-02-02T18:42:40.992Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2024-02-02T18:42:40.992Z] === CONT TestMountDaemonRoot/private [2024-02-02T18:42:40.992Z] === RUN TestMountDaemonRoot/private/bind_root [2024-02-02T18:42:40.992Z] === PAUSE TestMountDaemonRoot/private/bind_root [2024-02-02T18:42:40.992Z] === RUN TestMountDaemonRoot/private/bind_subpath [2024-02-02T18:42:40.992Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2024-02-02T18:42:40.992Z] === RUN TestMountDaemonRoot/private/mount_root [2024-02-02T18:42:40.992Z] === PAUSE TestMountDaemonRoot/private/mount_root [2024-02-02T18:42:40.992Z] === RUN TestMountDaemonRoot/private/mount_subpath [2024-02-02T18:42:40.992Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2024-02-02T18:42:40.992Z] === CONT TestMountDaemonRoot/slave [2024-02-02T18:42:40.992Z] === RUN TestMountDaemonRoot/slave/bind_root [2024-02-02T18:42:40.992Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2024-02-02T18:42:40.992Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2024-02-02T18:42:40.992Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2024-02-02T18:42:40.992Z] === RUN TestMountDaemonRoot/slave/mount_root [2024-02-02T18:42:40.992Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2024-02-02T18:42:40.992Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2024-02-02T18:42:40.992Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2024-02-02T18:42:40.992Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2024-02-02T18:42:40.992Z] === CONT TestMountDaemonRoot/default/bind_subpath [2024-02-02T18:42:40.992Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2024-02-02T18:42:40.992Z] === CONT TestMountDaemonRoot/shared/mount_root [2024-02-02T18:42:40.992Z] === CONT TestMountDaemonRoot/default/bind_root [2024-02-02T18:42:40.992Z] === CONT TestMountDaemonRoot/default/mount_subpath [2024-02-02T18:42:40.992Z] === CONT TestMountDaemonRoot/rslave [2024-02-02T18:42:40.992Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2024-02-02T18:42:40.992Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2024-02-02T18:42:40.992Z] === RUN TestMountDaemonRoot/rslave/mount_root [2024-02-02T18:42:40.992Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2024-02-02T18:42:40.992Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2024-02-02T18:42:40.992Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2024-02-02T18:42:40.992Z] === RUN TestMountDaemonRoot/rslave/bind_root [2024-02-02T18:42:40.992Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2024-02-02T18:42:40.992Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2024-02-02T18:42:41.250Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2024-02-02T18:42:41.250Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2024-02-02T18:42:41.250Z] === CONT TestMountDaemonRoot/private/bind_root [2024-02-02T18:42:41.250Z] === CONT TestMountDaemonRoot/slave/bind_root [2024-02-02T18:42:41.250Z] === CONT TestMountDaemonRoot/rshared/mount_root [2024-02-02T18:42:41.250Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2024-02-02T18:42:41.250Z] === CONT TestMountDaemonRoot/rshared/bind_root [2024-02-02T18:42:41.250Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2024-02-02T18:42:41.250Z] === CONT TestMountDaemonRoot/shared/bind_root [2024-02-02T18:42:41.250Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2024-02-02T18:42:41.250Z] === CONT TestMountDaemonRoot/private/bind_subpath [2024-02-02T18:42:41.250Z] === CONT TestMountDaemonRoot/private/mount_subpath [2024-02-02T18:42:41.250Z] === CONT TestMountDaemonRoot/private/mount_root [2024-02-02T18:42:41.250Z] === CONT TestMountDaemonRoot/slave/mount_root [2024-02-02T18:42:41.250Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2024-02-02T18:42:41.250Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2024-02-02T18:42:41.250Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2024-02-02T18:42:41.250Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2024-02-02T18:42:41.250Z] === CONT TestMountDaemonRoot/rslave/bind_root [2024-02-02T18:42:41.250Z] === CONT TestMountDaemonRoot/rslave/mount_root [2024-02-02T18:42:41.508Z] --- PASS: TestMountDaemonRoot (0.01s) [2024-02-02T18:42:41.508Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2024-02-02T18:42:41.508Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.11s) [2024-02-02T18:42:41.508Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.11s) [2024-02-02T18:42:41.508Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.11s) [2024-02-02T18:42:41.508Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.11s) [2024-02-02T18:42:41.508Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2024-02-02T18:42:41.508Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.06s) [2024-02-02T18:42:41.508Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.06s) [2024-02-02T18:42:41.508Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.09s) [2024-02-02T18:42:41.508Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.09s) [2024-02-02T18:42:41.508Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2024-02-02T18:42:41.508Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.11s) [2024-02-02T18:42:41.508Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.08s) [2024-02-02T18:42:41.508Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.09s) [2024-02-02T18:42:41.508Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.09s) [2024-02-02T18:42:41.508Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2024-02-02T18:42:41.508Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.06s) [2024-02-02T18:42:41.508Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.06s) [2024-02-02T18:42:41.508Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s) [2024-02-02T18:42:41.508Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.06s) [2024-02-02T18:42:41.508Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2024-02-02T18:42:41.508Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.09s) [2024-02-02T18:42:41.508Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.06s) [2024-02-02T18:42:41.508Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.06s) [2024-02-02T18:42:41.508Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.07s) [2024-02-02T18:42:41.508Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2024-02-02T18:42:41.508Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.06s) [2024-02-02T18:42:41.508Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.06s) [2024-02-02T18:42:41.508Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.06s) [2024-02-02T18:42:41.508Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.06s) [2024-02-02T18:42:41.508Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2024-02-02T18:42:41.508Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s) [2024-02-02T18:42:41.508Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s) [2024-02-02T18:42:41.508Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.08s) [2024-02-02T18:42:41.508Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s) [2024-02-02T18:42:41.508Z] === RUN TestContainerBindMountNonRecursive [2024-02-02T18:42:42.441Z] --- PASS: TestContainerBindMountNonRecursive (0.95s) [2024-02-02T18:42:42.441Z] === RUN TestContainerVolumesMountedAsShared [2024-02-02T18:42:42.699Z] --- PASS: TestContainerVolumesMountedAsShared (0.40s) [2024-02-02T18:42:42.699Z] === RUN TestContainerVolumesMountedAsSlave [2024-02-02T18:42:42.957Z] --- PASS: TestContainerVolumesMountedAsSlave (0.24s) [2024-02-02T18:42:42.957Z] === RUN TestContainerCopyLeaksMounts [2024-02-02T18:42:43.522Z] --- PASS: TestContainerCopyLeaksMounts (0.47s) [2024-02-02T18:42:43.522Z] === RUN TestContainerBindMountRecursivelyReadOnly [2024-02-02T18:42:44.894Z] --- PASS: TestContainerBindMountRecursivelyReadOnly (1.33s) [2024-02-02T18:42:44.895Z] === RUN TestNetworkNat [2024-02-02T18:42:45.152Z] --- PASS: TestNetworkNat (0.42s) [2024-02-02T18:42:45.152Z] === RUN TestNetworkLocalhostTCPNat [2024-02-02T18:42:45.718Z] --- PASS: TestNetworkLocalhostTCPNat (0.44s) [2024-02-02T18:42:45.718Z] === RUN TestNetworkLoopbackNat [2024-02-02T18:42:48.292Z] --- PASS: TestNetworkLoopbackNat (2.51s) [2024-02-02T18:42:48.292Z] === RUN TestNoOverlayfsWarningsAboutUndefinedBehaviors [2024-02-02T18:42:48.292Z] === RUN TestNoOverlayfsWarningsAboutUndefinedBehaviors/diff [2024-02-02T18:42:48.292Z] === RUN TestNoOverlayfsWarningsAboutUndefinedBehaviors/export [2024-02-02T18:42:48.292Z] === RUN TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_to_container [2024-02-02T18:42:48.292Z] === RUN TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_from_container [2024-02-02T18:42:48.549Z] --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors (0.42s) [2024-02-02T18:42:48.549Z] --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/diff (0.02s) [2024-02-02T18:42:48.550Z] --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/export (0.01s) [2024-02-02T18:42:48.550Z] --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_to_container (0.01s) [2024-02-02T18:42:48.550Z] --- PASS: TestNoOverlayfsWarningsAboutUndefinedBehaviors/cp_from_container (0.01s) [2024-02-02T18:42:48.550Z] === RUN TestPause [2024-02-02T18:42:49.115Z] --- PASS: TestPause (0.45s) [2024-02-02T18:42:49.115Z] === RUN TestPauseFailsOnWindowsServerContainers [2024-02-02T18:42:49.115Z] pause_test.go:53: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2024-02-02T18:42:49.115Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2024-02-02T18:42:49.115Z] === RUN TestPauseStopPausedContainer [2024-02-02T18:42:49.372Z] --- PASS: TestPauseStopPausedContainer (0.45s) [2024-02-02T18:42:49.372Z] === RUN TestPIDModeHost [2024-02-02T18:42:50.305Z] --- PASS: TestPIDModeHost (0.93s) [2024-02-02T18:42:50.305Z] === RUN TestPIDModeContainer [2024-02-02T18:42:50.305Z] === RUN TestPIDModeContainer/non-existing_container [2024-02-02T18:42:50.305Z] === RUN TestPIDModeContainer/non-running_container [2024-02-02T18:42:50.563Z] === RUN TestPIDModeContainer/running_container [2024-02-02T18:42:51.495Z] --- PASS: TestPIDModeContainer (1.09s) [2024-02-02T18:42:51.495Z] --- PASS: TestPIDModeContainer/non-existing_container (0.00s) [2024-02-02T18:42:51.495Z] --- PASS: TestPIDModeContainer/non-running_container (0.18s) [2024-02-02T18:42:51.495Z] --- PASS: TestPIDModeContainer/running_container (0.44s) [2024-02-02T18:42:51.495Z] === RUN TestPsFilter [2024-02-02T18:42:51.495Z] === RUN TestPsFilter/since [2024-02-02T18:42:51.495Z] === RUN TestPsFilter/before [2024-02-02T18:42:51.753Z] --- PASS: TestPsFilter (0.12s) [2024-02-02T18:42:51.753Z] --- PASS: TestPsFilter/since (0.00s) [2024-02-02T18:42:51.753Z] --- PASS: TestPsFilter/before (0.00s) [2024-02-02T18:42:51.753Z] === RUN TestRemoveContainerWithRemovedVolume [2024-02-02T18:42:52.010Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.37s) [2024-02-02T18:42:52.010Z] === RUN TestRemoveContainerWithVolume [2024-02-02T18:42:52.576Z] --- PASS: TestRemoveContainerWithVolume (0.41s) [2024-02-02T18:42:52.576Z] === RUN TestRemoveContainerRunning [2024-02-02T18:42:52.833Z] --- PASS: TestRemoveContainerRunning (0.41s) [2024-02-02T18:42:52.833Z] === RUN TestRemoveContainerForceRemoveRunning [2024-02-02T18:42:53.399Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.41s) [2024-02-02T18:42:53.399Z] === RUN TestRemoveInvalidContainer [2024-02-02T18:42:53.399Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2024-02-02T18:42:53.399Z] === RUN TestRenameLinkedContainer [2024-02-02T18:42:55.297Z] --- PASS: TestRenameLinkedContainer (1.68s) [2024-02-02T18:42:55.297Z] === RUN TestRenameStoppedContainer [2024-02-02T18:42:55.297Z] --- PASS: TestRenameStoppedContainer (0.42s) [2024-02-02T18:42:55.297Z] === RUN TestRenameRunningContainerAndReuse [2024-02-02T18:42:56.230Z] --- PASS: TestRenameRunningContainerAndReuse (0.86s) [2024-02-02T18:42:56.231Z] === RUN TestRenameInvalidName [2024-02-02T18:42:56.796Z] --- PASS: TestRenameInvalidName (0.42s) [2024-02-02T18:42:56.796Z] === RUN TestRenameAnonymousContainer [2024-02-02T18:42:58.168Z] --- PASS: TestRenameAnonymousContainer (1.40s) [2024-02-02T18:42:58.168Z] === RUN TestRenameContainerWithSameName [2024-02-02T18:42:58.425Z] --- PASS: TestRenameContainerWithSameName (0.40s) [2024-02-02T18:42:58.425Z] === RUN TestRenameContainerWithLinkedContainer [2024-02-02T18:42:59.358Z] --- PASS: TestRenameContainerWithLinkedContainer (0.83s) [2024-02-02T18:42:59.358Z] === RUN TestRenameContainerTwice [2024-02-02T18:42:59.616Z] --- PASS: TestRenameContainerTwice (0.44s) [2024-02-02T18:42:59.616Z] === RUN TestResize [2024-02-02T18:42:59.616Z] === RUN TestResize/success [2024-02-02T18:42:59.874Z] === RUN TestResize/invalid_size [2024-02-02T18:43:00.131Z] === RUN TestResize/invalid_state [2024-02-02T18:43:00.697Z] --- PASS: TestResize (0.85s) [2024-02-02T18:43:00.697Z] --- PASS: TestResize/success (0.21s) [2024-02-02T18:43:00.697Z] --- PASS: TestResize/invalid_size (0.20s) [2024-02-02T18:43:00.697Z] --- PASS: TestResize/invalid_state (0.03s) [2024-02-02T18:43:00.697Z] === RUN TestDaemonRestartKillContainers [2024-02-02T18:43:00.697Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2024-02-02T18:43:00.697Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2024-02-02T18:43:00.697Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2024-02-02T18:43:00.697Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2024-02-02T18:43:00.697Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2024-02-02T18:43:00.697Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2024-02-02T18:43:00.697Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2024-02-02T18:43:00.697Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2024-02-02T18:43:00.697Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2024-02-02T18:43:00.697Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2024-02-02T18:43:00.697Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2024-02-02T18:43:00.697Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2024-02-02T18:43:00.697Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2024-02-02T18:43:00.697Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2024-02-02T18:43:00.697Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2024-02-02T18:43:00.697Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2024-02-02T18:43:00.697Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2024-02-02T18:43:00.697Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2024-02-02T18:43:00.697Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2024-02-02T18:43:00.697Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2024-02-02T18:43:00.697Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2024-02-02T18:43:00.697Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2024-02-02T18:43:00.697Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2024-02-02T18:43:00.698Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2024-02-02T18:43:00.698Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2024-02-02T18:43:00.698Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2024-02-02T18:43:00.698Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2024-02-02T18:43:00.698Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2024-02-02T18:43:00.698Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2024-02-02T18:43:00.698Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2024-02-02T18:43:00.698Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2024-02-02T18:43:00.698Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2024-02-02T18:43:00.698Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2024-02-02T18:43:00.698Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2024-02-02T18:43:00.698Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2024-02-02T18:43:00.698Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2024-02-02T18:43:00.698Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2024-02-02T18:43:00.698Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2024-02-02T18:43:00.698Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2024-02-02T18:43:00.698Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2024-02-02T18:43:02.073Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2024-02-02T18:43:02.073Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2024-02-02T18:43:02.073Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2024-02-02T18:43:02.639Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2024-02-02T18:43:02.639Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2024-02-02T18:43:03.205Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2024-02-02T18:43:03.771Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2024-02-02T18:43:04.028Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2024-02-02T18:43:08.212Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2024-02-02T18:43:08.212Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.29s) [2024-02-02T18:43:08.212Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.30s) [2024-02-02T18:43:08.212Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.63s) [2024-02-02T18:43:08.212Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.09s) [2024-02-02T18:43:08.212Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.12s) [2024-02-02T18:43:08.212Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.20s) [2024-02-02T18:43:08.212Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.85s) [2024-02-02T18:43:08.212Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.87s) [2024-02-02T18:43:08.212Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.80s) [2024-02-02T18:43:08.212Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.70s) [2024-02-02T18:43:08.212Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.18s) [2024-02-02T18:43:08.212Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (5.00s) [2024-02-02T18:43:08.212Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (5.04s) [2024-02-02T18:43:08.212Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (5.12s) [2024-02-02T18:43:08.212Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.96s) [2024-02-02T18:43:08.212Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (5.47s) [2024-02-02T18:43:08.212Z] === RUN TestContainerWithAutoRemoveCanBeRestarted [2024-02-02T18:43:08.212Z] === RUN TestContainerWithAutoRemoveCanBeRestarted/kill [2024-02-02T18:43:09.144Z] === RUN TestContainerWithAutoRemoveCanBeRestarted/stop [2024-02-02T18:43:10.077Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted (1.91s) [2024-02-02T18:43:10.077Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted/kill (0.98s) [2024-02-02T18:43:10.077Z] --- PASS: TestContainerWithAutoRemoveCanBeRestarted/stop (0.92s) [2024-02-02T18:43:10.077Z] === RUN TestContainerRestartWithCancelledRequest [2024-02-02T18:43:11.975Z] --- PASS: TestContainerRestartWithCancelledRequest (1.81s) [2024-02-02T18:43:11.975Z] === RUN TestCgroupNamespacesRun [2024-02-02T18:43:12.907Z] --- PASS: TestCgroupNamespacesRun (1.01s) [2024-02-02T18:43:12.907Z] === RUN TestCgroupNamespacesRunPrivileged [2024-02-02T18:43:13.840Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.01s) [2024-02-02T18:43:13.840Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2024-02-02T18:43:15.212Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.11s) [2024-02-02T18:43:15.212Z] === RUN TestCgroupNamespacesRunHostMode [2024-02-02T18:43:16.144Z] --- PASS: TestCgroupNamespacesRunHostMode (1.05s) [2024-02-02T18:43:16.144Z] === RUN TestCgroupNamespacesRunPrivateMode [2024-02-02T18:43:17.081Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.02s) [2024-02-02T18:43:17.081Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2024-02-02T18:43:18.014Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.06s) [2024-02-02T18:43:18.014Z] === RUN TestCgroupNamespacesRunInvalidMode [2024-02-02T18:43:18.579Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.60s) [2024-02-02T18:43:18.579Z] === RUN TestCgroupNamespacesRunOlderClient [2024-02-02T18:43:19.951Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.06s) [2024-02-02T18:43:19.951Z] === RUN TestNISDomainname [2024-02-02T18:43:20.209Z] --- PASS: TestNISDomainname (0.48s) [2024-02-02T18:43:20.209Z] === RUN TestHostnameDnsResolution [2024-02-02T18:43:20.773Z] --- PASS: TestHostnameDnsResolution (0.62s) [2024-02-02T18:43:20.773Z] === RUN TestUnprivilegedPortsAndPing [2024-02-02T18:43:21.338Z] --- PASS: TestUnprivilegedPortsAndPing (0.49s) [2024-02-02T18:43:21.338Z] === RUN TestPrivilegedHostDevices [2024-02-02T18:43:21.903Z] --- PASS: TestPrivilegedHostDevices (0.47s) [2024-02-02T18:43:21.903Z] === RUN TestRunConsoleSize [2024-02-02T18:43:22.161Z] --- PASS: TestRunConsoleSize (0.43s) [2024-02-02T18:43:22.161Z] === RUN TestRunWithAlternativeContainerdShim [2024-02-02T18:43:28.714Z] --- PASS: TestRunWithAlternativeContainerdShim (5.42s) [2024-02-02T18:43:28.714Z] === RUN TestMacAddressIsAppliedToMainNetworkWithShortID [2024-02-02T18:43:28.714Z] --- PASS: TestMacAddressIsAppliedToMainNetworkWithShortID (1.07s) [2024-02-02T18:43:28.714Z] === RUN TestStaticIPOutsideSubpool [2024-02-02T18:43:30.086Z] --- PASS: TestStaticIPOutsideSubpool (1.13s) [2024-02-02T18:43:30.086Z] === RUN TestStats [2024-02-02T18:43:31.458Z] --- PASS: TestStats (1.40s) [2024-02-02T18:43:31.458Z] === RUN TestStopContainerWithTimeout [2024-02-02T18:43:31.458Z] === RUN TestStopContainerWithTimeout/0 [2024-02-02T18:43:31.458Z] === PAUSE TestStopContainerWithTimeout/0 [2024-02-02T18:43:31.458Z] === RUN TestStopContainerWithTimeout/1 [2024-02-02T18:43:31.458Z] === PAUSE TestStopContainerWithTimeout/1 [2024-02-02T18:43:31.458Z] === RUN TestStopContainerWithTimeout/3 [2024-02-02T18:43:31.458Z] === PAUSE TestStopContainerWithTimeout/3 [2024-02-02T18:43:31.458Z] === RUN TestStopContainerWithTimeout/-1 [2024-02-02T18:43:31.458Z] === PAUSE TestStopContainerWithTimeout/-1 [2024-02-02T18:43:31.458Z] === CONT TestStopContainerWithTimeout/0 [2024-02-02T18:43:31.458Z] === CONT TestStopContainerWithTimeout/3 [2024-02-02T18:43:31.458Z] === CONT TestStopContainerWithTimeout/-1 [2024-02-02T18:43:31.458Z] === CONT TestStopContainerWithTimeout/1 [2024-02-02T18:43:33.985Z] --- PASS: TestStopContainerWithTimeout (0.05s) [2024-02-02T18:43:33.985Z] --- PASS: TestStopContainerWithTimeout/0 (0.67s) [2024-02-02T18:43:33.985Z] --- PASS: TestStopContainerWithTimeout/1 (1.47s) [2024-02-02T18:43:33.985Z] --- PASS: TestStopContainerWithTimeout/3 (2.66s) [2024-02-02T18:43:33.985Z] --- PASS: TestStopContainerWithTimeout/-1 (2.71s) [2024-02-02T18:43:33.985Z] === RUN TestStopContainerWithTimeoutCancel [2024-02-02T18:43:33.985Z] === PAUSE TestStopContainerWithTimeoutCancel [2024-02-02T18:43:33.985Z] === RUN TestStopContainerWithRestartPolicyAlways [2024-02-02T18:43:35.358Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.24s) [2024-02-02T18:43:35.358Z] === RUN TestUpdateMemory [2024-02-02T18:43:35.923Z] --- PASS: TestUpdateMemory (0.50s) [2024-02-02T18:43:35.923Z] === RUN TestUpdateCPUQuota [2024-02-02T18:43:36.488Z] --- PASS: TestUpdateCPUQuota (0.70s) [2024-02-02T18:43:36.488Z] === RUN TestUpdatePidsLimit [2024-02-02T18:43:36.488Z] === RUN TestUpdatePidsLimit/update_from_none [2024-02-02T18:43:36.746Z] === RUN TestUpdatePidsLimit/no_change [2024-02-02T18:43:36.746Z] === RUN TestUpdatePidsLimit/update_lower [2024-02-02T18:43:37.004Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2024-02-02T18:43:37.262Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2024-02-02T18:43:37.262Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2024-02-02T18:43:37.519Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2024-02-02T18:43:38.084Z] --- PASS: TestUpdatePidsLimit (1.64s) [2024-02-02T18:43:38.084Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.17s) [2024-02-02T18:43:38.084Z] --- PASS: TestUpdatePidsLimit/no_change (0.17s) [2024-02-02T18:43:38.084Z] --- PASS: TestUpdatePidsLimit/update_lower (0.17s) [2024-02-02T18:43:38.084Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.16s) [2024-02-02T18:43:38.084Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.16s) [2024-02-02T18:43:38.084Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.16s) [2024-02-02T18:43:38.084Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.17s) [2024-02-02T18:43:38.084Z] === RUN TestUpdateRestartPolicy [2024-02-02T18:43:50.277Z] --- PASS: TestUpdateRestartPolicy (10.50s) [2024-02-02T18:43:50.277Z] === RUN TestUpdateRestartWithAutoRemove [2024-02-02T18:43:50.277Z] --- PASS: TestUpdateRestartWithAutoRemove (0.43s) [2024-02-02T18:43:50.277Z] === RUN TestWaitNonBlocked [2024-02-02T18:43:50.277Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2024-02-02T18:43:50.277Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2024-02-02T18:43:50.277Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2024-02-02T18:43:50.277Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2024-02-02T18:43:50.277Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2024-02-02T18:43:50.277Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2024-02-02T18:43:50.277Z] --- PASS: TestWaitNonBlocked (0.02s) [2024-02-02T18:43:50.277Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.54s) [2024-02-02T18:43:50.277Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.58s) [2024-02-02T18:43:50.277Z] === RUN TestWaitBlocked [2024-02-02T18:43:50.277Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2024-02-02T18:43:50.277Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2024-02-02T18:43:50.277Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2024-02-02T18:43:50.277Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2024-02-02T18:43:50.277Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2024-02-02T18:43:50.277Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2024-02-02T18:43:50.277Z] --- PASS: TestWaitBlocked (0.03s) [2024-02-02T18:43:50.277Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.59s) [2024-02-02T18:43:50.277Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.64s) [2024-02-02T18:43:50.277Z] === RUN TestWaitConditions [2024-02-02T18:43:50.277Z] === RUN TestWaitConditions/default [2024-02-02T18:43:50.277Z] === PAUSE TestWaitConditions/default [2024-02-02T18:43:50.277Z] === RUN TestWaitConditions/not-running [2024-02-02T18:43:50.277Z] === PAUSE TestWaitConditions/not-running [2024-02-02T18:43:50.277Z] === RUN TestWaitConditions/next-exit [2024-02-02T18:43:50.277Z] === PAUSE TestWaitConditions/next-exit [2024-02-02T18:43:50.277Z] === RUN TestWaitConditions/removed [2024-02-02T18:43:50.277Z] === PAUSE TestWaitConditions/removed [2024-02-02T18:43:50.277Z] === CONT TestWaitConditions/default [2024-02-02T18:43:50.277Z] === CONT TestWaitConditions/next-exit [2024-02-02T18:43:50.277Z] === CONT TestWaitConditions/not-running [2024-02-02T18:43:50.277Z] === CONT TestWaitConditions/removed [2024-02-02T18:43:50.277Z] wait_test.go:145: ContainerID = 838998c36305bb5864db0fbc8219d6cb2d4edbaff8b77da610afb4c74e0e6fa7 [2024-02-02T18:43:50.277Z] wait_test.go:145: ContainerID = a0b60b3dd6aee197a5b37ab03b560f10b392e7fcb0743705fcc558be11a57aa9 [2024-02-02T18:43:50.277Z] wait_test.go:145: ContainerID = 0a4c96b1a0541177e540983b80a9046ffabbfd269581020d7d613b4b0778ca0f [2024-02-02T18:43:50.277Z] wait_test.go:145: ContainerID = affdda1b462b2dd07c6af886357cea365023027e59feebe61d82b04b3143cd5e [2024-02-02T18:43:51.209Z] --- PASS: TestWaitConditions (0.03s) [2024-02-02T18:43:51.209Z] --- PASS: TestWaitConditions/not-running (0.69s) [2024-02-02T18:43:51.209Z] --- PASS: TestWaitConditions/next-exit (0.73s) [2024-02-02T18:43:51.209Z] --- PASS: TestWaitConditions/default (0.80s) [2024-02-02T18:43:51.209Z] --- PASS: TestWaitConditions/removed (0.93s) [2024-02-02T18:43:51.209Z] === RUN TestWaitRestartedContainer [2024-02-02T18:43:51.209Z] === RUN TestWaitRestartedContainer/default [2024-02-02T18:43:51.209Z] === PAUSE TestWaitRestartedContainer/default [2024-02-02T18:43:51.209Z] === RUN TestWaitRestartedContainer/not-running [2024-02-02T18:43:51.209Z] === PAUSE TestWaitRestartedContainer/not-running [2024-02-02T18:43:51.209Z] === RUN TestWaitRestartedContainer/next-exit [2024-02-02T18:43:51.209Z] === PAUSE TestWaitRestartedContainer/next-exit [2024-02-02T18:43:51.209Z] === CONT TestWaitRestartedContainer/next-exit [2024-02-02T18:43:51.209Z] === CONT TestWaitRestartedContainer/default [2024-02-02T18:43:51.209Z] === CONT TestWaitRestartedContainer/not-running [2024-02-02T18:43:53.107Z] --- PASS: TestWaitRestartedContainer (0.01s) [2024-02-02T18:43:53.107Z] --- PASS: TestWaitRestartedContainer/next-exit (1.21s) [2024-02-02T18:43:53.107Z] --- PASS: TestWaitRestartedContainer/not-running (1.34s) [2024-02-02T18:43:53.107Z] --- PASS: TestWaitRestartedContainer/default (1.54s) [2024-02-02T18:43:53.107Z] === CONT TestHardRestartWhenContainerIsRunning [2024-02-02T18:43:53.107Z] === CONT TestRestartDaemonWithRestartingContainer [2024-02-02T18:43:53.107Z] === CONT TestDaemonHostGatewayIP [2024-02-02T18:43:53.107Z] === CONT TestDaemonRestartIpcMode [2024-02-02T18:43:53.107Z] === CONT TestIpcModeOlderClient [2024-02-02T18:43:53.107Z] === CONT TestContainerKillOnDaemonStart [2024-02-02T18:43:53.107Z] === CONT TestStopContainerWithTimeoutCancel [2024-02-02T18:43:53.107Z] === CONT TestContainerStartOnDaemonRestart [2024-02-02T18:43:53.107Z] --- PASS: TestIpcModeOlderClient (0.13s) [2024-02-02T18:43:54.481Z] === RUN TestHardRestartWhenContainerIsRunning/RestartPolicy=none [2024-02-02T18:43:54.481Z] === RUN TestHardRestartWhenContainerIsRunning/RestartPolicy=on-failure [2024-02-02T18:43:54.738Z] --- PASS: TestHardRestartWhenContainerIsRunning (2.02s) [2024-02-02T18:43:54.738Z] --- PASS: TestHardRestartWhenContainerIsRunning/RestartPolicy=none (0.00s) [2024-02-02T18:43:54.738Z] --- PASS: TestHardRestartWhenContainerIsRunning/RestartPolicy=on-failure (0.38s) [2024-02-02T18:43:55.303Z] --- PASS: TestContainerStartOnDaemonRestart (2.56s) [2024-02-02T18:43:55.868Z] --- PASS: TestDaemonHostGatewayIP (3.14s) [2024-02-02T18:43:56.436Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.45s) [2024-02-02T18:43:56.436Z] --- PASS: TestDaemonRestartIpcMode (3.51s) [2024-02-02T18:43:56.436Z] --- PASS: TestStopContainerWithTimeoutCancel (3.58s) [2024-02-02T18:44:04.564Z] --- PASS: TestContainerKillOnDaemonStart (11.47s) [2024-02-02T18:44:04.564Z] PASS [2024-02-02T18:44:04.564Z] [2024-02-02T18:44:04.564Z] === Skipped [2024-02-02T18:44:04.564Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2024-02-02T18:44:04.564Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2024-02-02T18:44:04.564Z] [2024-02-02T18:44:04.564Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2024-02-02T18:44:04.564Z] pause_test.go:53: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2024-02-02T18:44:04.564Z] [2024-02-02T18:44:04.564Z] DONE 326 tests, 2 skipped in 161.042s [2024-02-02T18:44:04.564Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m [2024-02-02T18:44:04.564Z] ++ '[' -n '' ']' [2024-02-02T18:44:04.564Z] ++ 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 [2024-02-02T18:44:04.564Z] ++ set -e [2024-02-02T18:44:04.564Z] ++ '[' -n 0 ']' [2024-02-02T18:44:04.564Z] ++ set -x [2024-02-02T18:44:04.564Z] ++ 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.4T7ti6DPmc/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 [2024-02-02T18:44:04.564Z] INFO: Testing against a local daemon [2024-02-02T18:44:04.564Z] === RUN TestConfigDaemonID [2024-02-02T18:44:05.497Z] daemon_test.go:61: [d73827c25b65b] daemon is not started [2024-02-02T18:44:05.497Z] --- PASS: TestConfigDaemonID (1.05s) [2024-02-02T18:44:05.497Z] === RUN TestDaemonConfigValidation [2024-02-02T18:44:05.497Z] === RUN TestDaemonConfigValidation/config_with_no_content [2024-02-02T18:44:05.497Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2024-02-02T18:44:05.497Z] === RUN TestDaemonConfigValidation/config_with_{} [2024-02-02T18:44:05.497Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2024-02-02T18:44:05.497Z] === RUN TestDaemonConfigValidation/invalid_config [2024-02-02T18:44:05.497Z] === PAUSE TestDaemonConfigValidation/invalid_config [2024-02-02T18:44:05.497Z] === RUN TestDaemonConfigValidation/malformed_config [2024-02-02T18:44:05.497Z] === PAUSE TestDaemonConfigValidation/malformed_config [2024-02-02T18:44:05.497Z] === RUN TestDaemonConfigValidation/valid_config [2024-02-02T18:44:05.497Z] === PAUSE TestDaemonConfigValidation/valid_config [2024-02-02T18:44:05.497Z] === CONT TestDaemonConfigValidation/config_with_no_content [2024-02-02T18:44:05.497Z] === CONT TestDaemonConfigValidation/malformed_config [2024-02-02T18:44:05.497Z] === CONT TestDaemonConfigValidation/valid_config [2024-02-02T18:44:05.497Z] === CONT TestDaemonConfigValidation/invalid_config [2024-02-02T18:44:05.497Z] === CONT TestDaemonConfigValidation/config_with_{} [2024-02-02T18:44:05.497Z] --- PASS: TestDaemonConfigValidation (0.00s) [2024-02-02T18:44:05.497Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s) [2024-02-02T18:44:05.497Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.06s) [2024-02-02T18:44:05.497Z] --- PASS: TestDaemonConfigValidation/valid_config (0.06s) [2024-02-02T18:44:05.497Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.07s) [2024-02-02T18:44:05.497Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.07s) [2024-02-02T18:44:05.497Z] === RUN TestConfigDaemonSeccompProfiles [2024-02-02T18:44:05.497Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2024-02-02T18:44:06.430Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2024-02-02T18:44:07.802Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2024-02-02T18:44:08.734Z] daemon_test.go:180: [dbccb3042a100] daemon is not started [2024-02-02T18:44:08.734Z] --- PASS: TestConfigDaemonSeccompProfiles (3.14s) [2024-02-02T18:44:08.734Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.05s) [2024-02-02T18:44:08.734Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.05s) [2024-02-02T18:44:08.734Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) [2024-02-02T18:44:08.734Z] === RUN TestDaemonProxy [2024-02-02T18:44:08.734Z] === RUN TestDaemonProxy/environment_variables [2024-02-02T18:44:08.734Z] === PAUSE TestDaemonProxy/environment_variables [2024-02-02T18:44:08.734Z] === RUN TestDaemonProxy/command-line_options [2024-02-02T18:44:08.734Z] === PAUSE TestDaemonProxy/command-line_options [2024-02-02T18:44:08.734Z] === RUN TestDaemonProxy/configuration_file [2024-02-02T18:44:08.735Z] === PAUSE TestDaemonProxy/configuration_file [2024-02-02T18:44:08.735Z] === RUN TestDaemonProxy/conflicting_options [2024-02-02T18:44:08.992Z] === RUN TestDaemonProxy/reload_sanitized [2024-02-02T18:44:08.992Z] === PAUSE TestDaemonProxy/reload_sanitized [2024-02-02T18:44:08.992Z] === CONT TestDaemonProxy/environment_variables [2024-02-02T18:44:08.992Z] === CONT TestDaemonProxy/configuration_file [2024-02-02T18:44:08.992Z] === CONT TestDaemonProxy/reload_sanitized [2024-02-02T18:44:08.992Z] === CONT TestDaemonProxy/command-line_options [2024-02-02T18:44:10.891Z] --- PASS: TestDaemonProxy (0.50s) [2024-02-02T18:44:10.891Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2024-02-02T18:44:10.891Z] --- PASS: TestDaemonProxy/reload_sanitized (0.62s) [2024-02-02T18:44:10.891Z] --- PASS: TestDaemonProxy/environment_variables (1.73s) [2024-02-02T18:44:10.891Z] --- PASS: TestDaemonProxy/command-line_options (1.74s) [2024-02-02T18:44:10.891Z] --- PASS: TestDaemonProxy/configuration_file (1.74s) [2024-02-02T18:44:10.891Z] === RUN TestLiveRestore [2024-02-02T18:44:10.891Z] === RUN TestLiveRestore/volume_references [2024-02-02T18:44:10.891Z] === PAUSE TestLiveRestore/volume_references [2024-02-02T18:44:10.891Z] === RUN TestLiveRestore/autoremove [2024-02-02T18:44:10.891Z] === PAUSE TestLiveRestore/autoremove [2024-02-02T18:44:10.891Z] === CONT TestLiveRestore/volume_references [2024-02-02T18:44:10.891Z] === CONT TestLiveRestore/autoremove [2024-02-02T18:44:10.891Z] === RUN TestLiveRestore/autoremove/engine_restart_shouldnt_kill_alive_containers [2024-02-02T18:44:11.456Z] === RUN TestLiveRestore/volume_references/restartPolicy [2024-02-02T18:44:11.456Z] === RUN TestLiveRestore/volume_references/restartPolicy/always [2024-02-02T18:44:12.389Z] === RUN TestLiveRestore/volume_references/restartPolicy/unless-stopped [2024-02-02T18:44:12.648Z] === RUN TestLiveRestore/autoremove/engine_restart_should_remove_containers_that_exited [2024-02-02T18:44:13.580Z] === RUN TestLiveRestore/volume_references/restartPolicy/on-failure [2024-02-02T18:44:14.513Z] === RUN TestLiveRestore/volume_references/restartPolicy/no [2024-02-02T18:44:15.445Z] === RUN TestLiveRestore/volume_references/local_volume_with_mount_options [2024-02-02T18:44:16.377Z] === RUN TestLiveRestore/volume_references/local_volume_with_mount_options/volume_still_mounted [2024-02-02T18:44:16.942Z] === RUN TestLiveRestore/volume_references/container_with_bind-mounts [2024-02-02T18:44:17.875Z] --- PASS: TestLiveRestore (0.00s) [2024-02-02T18:44:17.875Z] --- PASS: TestLiveRestore/autoremove (3.34s) [2024-02-02T18:44:17.875Z] --- PASS: TestLiveRestore/autoremove/engine_restart_shouldnt_kill_alive_containers (1.84s) [2024-02-02T18:44:17.875Z] --- PASS: TestLiveRestore/autoremove/engine_restart_should_remove_containers_that_exited (1.50s) [2024-02-02T18:44:17.875Z] --- PASS: TestLiveRestore/volume_references (7.03s) [2024-02-02T18:44:17.875Z] --- PASS: TestLiveRestore/volume_references/restartPolicy (4.03s) [2024-02-02T18:44:17.875Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/always (1.03s) [2024-02-02T18:44:17.875Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/unless-stopped (1.06s) [2024-02-02T18:44:17.875Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/on-failure (0.97s) [2024-02-02T18:44:17.875Z] --- PASS: TestLiveRestore/volume_references/restartPolicy/no (0.96s) [2024-02-02T18:44:17.875Z] --- PASS: TestLiveRestore/volume_references/local_volume_with_mount_options (1.46s) [2024-02-02T18:44:17.875Z] --- PASS: TestLiveRestore/volume_references/local_volume_with_mount_options/volume_still_mounted (0.42s) [2024-02-02T18:44:17.875Z] --- PASS: TestLiveRestore/volume_references/container_with_bind-mounts (0.93s) [2024-02-02T18:44:17.875Z] === RUN TestDaemonDefaultBridgeWithFixedCidrButNoBip [2024-02-02T18:44:18.440Z] --- PASS: TestDaemonDefaultBridgeWithFixedCidrButNoBip (0.69s) [2024-02-02T18:44:18.440Z] PASS [2024-02-02T18:44:18.440Z] [2024-02-02T18:44:18.440Z] DONE 31 tests in 14.259s [2024-02-02T18:44:18.440Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2024-02-02T18:44:18.440Z] ++ '[' -n '' ']' [2024-02-02T18:44:18.440Z] ++ 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 [2024-02-02T18:44:18.440Z] ++ set -e [2024-02-02T18:44:18.440Z] ++ '[' -n 0 ']' [2024-02-02T18:44:18.440Z] ++ set -x [2024-02-02T18:44:18.440Z] ++ 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.4T7ti6DPmc/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 [2024-02-02T18:44:18.698Z] INFO: Testing against a local daemon [2024-02-02T18:44:18.698Z] === RUN TestCommitInheritsEnv [2024-02-02T18:44:18.698Z] --- PASS: TestCommitInheritsEnv (0.19s) [2024-02-02T18:44:18.698Z] === RUN TestUsernsCommit [2024-02-02T18:44:20.596Z] --- PASS: TestUsernsCommit (1.50s) [2024-02-02T18:44:20.596Z] === RUN TestImportExtremelyLargeImageWorks [2024-02-02T18:44:20.596Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2024-02-02T18:44:20.596Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2024-02-02T18:44:20.596Z] === RUN TestImportWithCustomPlatform [2024-02-02T18:44:20.596Z] === RUN TestImportWithCustomPlatform/#00 [2024-02-02T18:44:20.596Z] === RUN TestImportWithCustomPlatform/linux [2024-02-02T18:44:20.596Z] === RUN TestImportWithCustomPlatform/LINUX [2024-02-02T18:44:20.596Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2024-02-02T18:44:20.596Z] --- PASS: TestImportWithCustomPlatform (0.15s) [2024-02-02T18:44:20.596Z] --- PASS: TestImportWithCustomPlatform/#00 (0.03s) [2024-02-02T18:44:20.596Z] --- PASS: TestImportWithCustomPlatform/linux (0.03s) [2024-02-02T18:44:20.596Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.03s) [2024-02-02T18:44:20.596Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.04s) [2024-02-02T18:44:20.596Z] === RUN TestImportWithCustomPlatformReject [2024-02-02T18:44:20.596Z] === RUN TestImportWithCustomPlatformReject/_______ [2024-02-02T18:44:20.596Z] === RUN TestImportWithCustomPlatformReject// [2024-02-02T18:44:20.596Z] === RUN TestImportWithCustomPlatformReject/macos [2024-02-02T18:44:20.596Z] === RUN TestImportWithCustomPlatformReject/macos/arm64 [2024-02-02T18:44:20.596Z] === RUN TestImportWithCustomPlatformReject/nintendo64 [2024-02-02T18:44:20.596Z] --- PASS: TestImportWithCustomPlatformReject (0.01s) [2024-02-02T18:44:20.596Z] --- PASS: TestImportWithCustomPlatformReject/_______ (0.00s) [2024-02-02T18:44:20.596Z] --- PASS: TestImportWithCustomPlatformReject// (0.00s) [2024-02-02T18:44:20.596Z] --- PASS: TestImportWithCustomPlatformReject/macos (0.00s) [2024-02-02T18:44:20.596Z] --- PASS: TestImportWithCustomPlatformReject/macos/arm64 (0.00s) [2024-02-02T18:44:20.596Z] --- PASS: TestImportWithCustomPlatformReject/nintendo64 (0.00s) [2024-02-02T18:44:20.596Z] === RUN TestImageInspectEmptyTagsAndDigests [2024-02-02T18:44:20.596Z] --- PASS: TestImageInspectEmptyTagsAndDigests (0.01s) [2024-02-02T18:44:20.596Z] === RUN TestImagesFilterMultiReference [2024-02-02T18:44:20.596Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2024-02-02T18:44:20.596Z] === RUN TestImagesFilterUntil [2024-02-02T18:44:20.854Z] list_test.go:95: ImageList: ID=sha256:2d6d7ce57b5d3fad15cc250e9404761e8d437e7e5d6cd63a69124dba46d09d69 RepoTags=[testimagesfilteruntil:v1] [2024-02-02T18:44:20.854Z] --- PASS: TestImagesFilterUntil (0.34s) [2024-02-02T18:44:20.854Z] === RUN TestImagesFilterBeforeSince [2024-02-02T18:44:21.111Z] list_test.go:129: ImageList: ID=sha256:fb87107f49e11cb4a18b878abdfca7a44b004cb0b32f6eb586b4072879c4bfd5 RepoTags=[testimagesfilterbeforesince:v3] [2024-02-02T18:44:21.111Z] list_test.go:129: ImageList: ID=sha256:84a01d8b38bb407f2b54a43f86147510e3d1e88a8340b6a757beeebd3ed37ba3 RepoTags=[testimagesfilterbeforesince:v2] [2024-02-02T18:44:21.111Z] list_test.go:129: ImageList: ID=sha256:42c3629235e0cce4cac241c5cb16b0e3705cd602c0526bf093583a0cca3fdfb7 RepoTags=[testimagesfilterbeforesince:v1] [2024-02-02T18:44:21.111Z] --- PASS: TestImagesFilterBeforeSince (0.33s) [2024-02-02T18:44:21.111Z] === RUN TestAPIImagesFilters [2024-02-02T18:44:21.111Z] === RUN TestAPIImagesFilters/repository_regex [2024-02-02T18:44:21.111Z] === PAUSE TestAPIImagesFilters/repository_regex [2024-02-02T18:44:21.111Z] === RUN TestAPIImagesFilters/image_name_regex [2024-02-02T18:44:21.111Z] === PAUSE TestAPIImagesFilters/image_name_regex [2024-02-02T18:44:21.111Z] === RUN TestAPIImagesFilters/image_name_without_a_tag [2024-02-02T18:44:21.111Z] === PAUSE TestAPIImagesFilters/image_name_without_a_tag [2024-02-02T18:44:21.111Z] === RUN TestAPIImagesFilters/registry_port_regex [2024-02-02T18:44:21.111Z] === PAUSE TestAPIImagesFilters/registry_port_regex [2024-02-02T18:44:21.111Z] === CONT TestAPIImagesFilters/repository_regex [2024-02-02T18:44:21.111Z] === CONT TestAPIImagesFilters/image_name_without_a_tag [2024-02-02T18:44:21.111Z] === CONT TestAPIImagesFilters/registry_port_regex [2024-02-02T18:44:21.111Z] === CONT TestAPIImagesFilters/image_name_regex [2024-02-02T18:44:21.369Z] --- PASS: TestAPIImagesFilters (0.04s) [2024-02-02T18:44:21.369Z] --- PASS: TestAPIImagesFilters/registry_port_regex (0.00s) [2024-02-02T18:44:21.369Z] --- PASS: TestAPIImagesFilters/repository_regex (0.00s) [2024-02-02T18:44:21.369Z] --- PASS: TestAPIImagesFilters/image_name_without_a_tag (0.00s) [2024-02-02T18:44:21.369Z] --- PASS: TestAPIImagesFilters/image_name_regex (0.00s) [2024-02-02T18:44:21.369Z] === RUN TestPruneDontDeleteUsedDangling [2024-02-02T18:44:21.937Z] --- PASS: TestPruneDontDeleteUsedDangling (0.56s) [2024-02-02T18:44:21.937Z] === RUN TestImagePullPlatformInvalid [2024-02-02T18:44:21.937Z] --- PASS: TestImagePullPlatformInvalid (0.01s) [2024-02-02T18:44:21.937Z] === RUN TestImagePullStoredDigestForOtherRepo [2024-02-02T18:44:21.937Z] time="2024-02-02T18:44:21.717766657Z" 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=90c8810d-115a-4e61-b4cc-08ffcb45bf57 version=2.8.3 [2024-02-02T18:44:21.937Z] time="2024-02-02T18:44:21.717878812Z" level=info msg="redis not configured" go.version=go1.20.8 instance.id=90c8810d-115a-4e61-b4cc-08ffcb45bf57 version=2.8.3 [2024-02-02T18:44:21.937Z] time="2024-02-02T18:44:21.717911542Z" level=info msg="Starting upload purge in 14m0s" go.version=go1.20.8 instance.id=90c8810d-115a-4e61-b4cc-08ffcb45bf57 version=2.8.3 [2024-02-02T18:44:21.937Z] time="2024-02-02T18:44:21.718112934Z" level=info msg="listening on 127.0.0.1:5000" go.version=go1.20.8 instance.id=90c8810d-115a-4e61-b4cc-08ffcb45bf57 version=2.8.3 [2024-02-02T18:44:21.937Z] time="2024-02-02T18:44:21.812483307Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=c2a5538a-782f-4857-8e04-4b442b3b7e54 http.request.method=GET http.request.remoteaddr="127.0.0.1:45382" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" [2024-02-02T18:44:21.937Z] time="2024-02-02T18:44:21.81253897Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=c2a5538a-782f-4857-8e04-4b442b3b7e54 http.request.method=GET http.request.remoteaddr="127.0.0.1:45382" http.request.uri="/v2/" http.request.useragent="Go-http-client/1.1" http.response.contenttype="application/json; charset=utf-8" http.response.duration=2.109695ms http.response.status=200 http.response.written=2 [2024-02-02T18:44:21.937Z] 127.0.0.1 - - [02/Feb/2024:18:44:21 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "Go-http-client/1.1" [2024-02-02T18:44:21.937Z] time="2024-02-02T18:44:21.81552621Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=46214a35-3d3d-4a4d-9f84-4e79222ccb6b http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45400" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-02-02T18:44:21.937Z] time="2024-02-02T18:44:21.81557439Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=46214a35-3d3d-4a4d-9f84-4e79222ccb6b http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45400" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-02-02T18:44:21.937Z] time="2024-02-02T18:44:21.81559697Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=6022721d-6e39-40f3-841b-b91dded01bb3 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45398" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-02-02T18:44:21.937Z] time="2024-02-02T18:44:21.815631636Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=6022721d-6e39-40f3-841b-b91dded01bb3 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45398" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-02-02T18:44:21.937Z] time="2024-02-02T18:44:21.815683894Z" 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=46214a35-3d3d-4a4d-9f84-4e79222ccb6b http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45400" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=40.525µ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=b71eb8d1-9fd9-44da-ac80-eb8659f422d0 trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-02-02T18:44:21.937Z] time="2024-02-02T18:44:21.815696612Z" 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=6022721d-6e39-40f3-841b-b91dded01bb3 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45398" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=27.388µ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=c66df967-b0aa-4205-81c2-85287b8d9b6b trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-02-02T18:44:21.937Z] time="2024-02-02T18:44:21.815793924Z" 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=46214a35-3d3d-4a4d-9f84-4e79222ccb6b http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45400" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.219785ms http.response.status=404 http.response.written=157 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-02-02T18:44:21.937Z] 127.0.0.1 - - [02/Feb/2024:18:44:21 +0000] "HEAD /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 404 157 "" "containerd/1.7.12+unknown" [2024-02-02T18:44:21.937Z] time="2024-02-02T18:44:21.81582603Z" 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=6022721d-6e39-40f3-841b-b91dded01bb3 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45398" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.232084ms http.response.status=404 http.response.written=157 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-02-02T18:44:21.937Z] 127.0.0.1 - - [02/Feb/2024:18:44:21 +0000] "HEAD /v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 404 157 "" "containerd/1.7.12+unknown" [2024-02-02T18:44:21.937Z] time="2024-02-02T18:44:21.817404334Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=aa26bfcf-4dbc-459b-808e-0580cfea6de6 http.request.method=POST http.request.remoteaddr="127.0.0.1:45400" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" vars.name=test [2024-02-02T18:44:21.937Z] time="2024-02-02T18:44:21.817426594Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=7daf0481-b1bc-4f70-9c5b-4b1b27f17f80 http.request.method=POST http.request.remoteaddr="127.0.0.1:45398" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" vars.name=test [2024-02-02T18:44:21.937Z] time="2024-02-02T18:44:21.817454294Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=aa26bfcf-4dbc-459b-808e-0580cfea6de6 http.request.method=POST http.request.remoteaddr="127.0.0.1:45400" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" vars.name=test [2024-02-02T18:44:21.937Z] time="2024-02-02T18:44:21.817478909Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=7daf0481-b1bc-4f70-9c5b-4b1b27f17f80 http.request.method=POST http.request.remoteaddr="127.0.0.1:45398" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" vars.name=test [2024-02-02T18:44:21.937Z] time="2024-02-02T18:44:21.817610305Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/eb4ba011-b34b-4f28-a9f9-c9ad7b659d75/startedat")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=aa26bfcf-4dbc-459b-808e-0580cfea6de6 http.request.method=POST http.request.remoteaddr="127.0.0.1:45400" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" trace.duration=122.361µ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=1050e087-4a5a-45a5-8fc9-d1d222e800d0 trace.line=110 vars.name=test [2024-02-02T18:44:21.937Z] time="2024-02-02T18:44:21.817666969Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/eb4ba011-b34b-4f28-a9f9-c9ad7b659d75/data", false)" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=aa26bfcf-4dbc-459b-808e-0580cfea6de6 http.request.method=POST http.request.remoteaddr="127.0.0.1:45400" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" trace.duration=25.148µ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=e4c2269e-1669-4a03-be32-6f2d0e1cae0b trace.line=142 vars.name=test [2024-02-02T18:44:21.937Z] time="2024-02-02T18:44:21.81761037Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/ae33627f-90c7-4353-b4eb-7c8257f764db/startedat")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=7daf0481-b1bc-4f70-9c5b-4b1b27f17f80 http.request.method=POST http.request.remoteaddr="127.0.0.1:45398" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" trace.duration=90.174µ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=007de4f9-a5af-4d3b-b088-b61664be420b trace.line=110 vars.name=test [2024-02-02T18:44:21.937Z] time="2024-02-02T18:44:21.81774088Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/eb4ba011-b34b-4f28-a9f9-c9ad7b659d75/hashstates/sha256/0")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=aa26bfcf-4dbc-459b-808e-0580cfea6de6 http.request.method=POST http.request.remoteaddr="127.0.0.1:45400" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" trace.duration=39.188µ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=358328e5-ba93-4778-ad5e-66ac7462adab trace.line=110 vars.name=test [2024-02-02T18:44:21.937Z] time="2024-02-02T18:44:21.817777031Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/ae33627f-90c7-4353-b4eb-7c8257f764db/data", false)" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=7daf0481-b1bc-4f70-9c5b-4b1b27f17f80 http.request.method=POST http.request.remoteaddr="127.0.0.1:45398" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" trace.duration=40.714µ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=ae2f959b-ae13-4fcf-8fda-fffce5d0a296 trace.line=142 vars.name=test [2024-02-02T18:44:21.937Z] time="2024-02-02T18:44:21.817835344Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=aa26bfcf-4dbc-459b-808e-0580cfea6de6 http.request.method=POST http.request.remoteaddr="127.0.0.1:45400" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" http.response.duration=1.736029ms http.response.status=202 http.response.written=0 [2024-02-02T18:44:21.937Z] 127.0.0.1 - - [02/Feb/2024:18:44:21 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.7.12+unknown" [2024-02-02T18:44:21.937Z] time="2024-02-02T18:44:21.817867369Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/ae33627f-90c7-4353-b4eb-7c8257f764db/hashstates/sha256/0")" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=7daf0481-b1bc-4f70-9c5b-4b1b27f17f80 http.request.method=POST http.request.remoteaddr="127.0.0.1:45398" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" trace.duration=51.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).PutContent" trace.id=c205700d-5a90-47dd-9ce5-65ac7a8a1d1e trace.line=110 vars.name=test [2024-02-02T18:44:21.937Z] time="2024-02-02T18:44:21.817933567Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=7daf0481-b1bc-4f70-9c5b-4b1b27f17f80 http.request.method=POST http.request.remoteaddr="127.0.0.1:45398" http.request.uri="/v2/test/blobs/uploads/" http.request.useragent="containerd/1.7.12+unknown" http.response.duration=1.795909ms http.response.status=202 http.response.written=0 [2024-02-02T18:44:21.937Z] 127.0.0.1 - - [02/Feb/2024:18:44:21 +0000] "POST /v2/test/blobs/uploads/ HTTP/1.1" 202 0 "" "containerd/1.7.12+unknown" [2024-02-02T18:44:21.937Z] time="2024-02-02T18:44:21.818929789Z" 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=31d4a0e0-70cc-475d-af18-d6238213fcb9 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45398" http.request.uri="/v2/test/blobs/uploads/eb4ba011-b34b-4f28-a9f9-c9ad7b659d75?_state=6CJbESrO4adNclW5iMh7m5jeDGtsXO00sueBEGxWkSZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImViNGJhMDExLWIzNGItNGYyOC1hOWY5LWM5YWQ3YjY1OWQ3NSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wMlQxODo0NDoyMS44MTc0NjY2NzZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.uuid=eb4ba011-b34b-4f28-a9f9-c9ad7b659d75 [2024-02-02T18:44:21.937Z] time="2024-02-02T18:44:21.819003093Z" 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=31d4a0e0-70cc-475d-af18-d6238213fcb9 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45398" http.request.uri="/v2/test/blobs/uploads/eb4ba011-b34b-4f28-a9f9-c9ad7b659d75?_state=6CJbESrO4adNclW5iMh7m5jeDGtsXO00sueBEGxWkSZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImViNGJhMDExLWIzNGItNGYyOC1hOWY5LWM5YWQ3YjY1OWQ3NSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wMlQxODo0NDoyMS44MTc0NjY2NzZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.uuid=eb4ba011-b34b-4f28-a9f9-c9ad7b659d75 [2024-02-02T18:44:21.937Z] time="2024-02-02T18:44:21.819074075Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_uploads/eb4ba011-b34b-4f28-a9f9-c9ad7b659d75/startedat")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=31d4a0e0-70cc-475d-af18-d6238213fcb9 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45398" http.request.uri="/v2/test/blobs/uploads/eb4ba011-b34b-4f28-a9f9-c9ad7b659d75?_state=6CJbESrO4adNclW5iMh7m5jeDGtsXO00sueBEGxWkSZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImViNGJhMDExLWIzNGItNGYyOC1hOWY5LWM5YWQ3YjY1OWQ3NSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wMlQxODo0NDoyMS44MTc0NjY2NzZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=38.4µ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=d1548802-0c93-4fdc-9c5a-5670e9f42c50 trace.line=95 vars.name=test vars.uuid=eb4ba011-b34b-4f28-a9f9-c9ad7b659d75 [2024-02-02T18:44:21.937Z] time="2024-02-02T18:44:21.819141914Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/eb4ba011-b34b-4f28-a9f9-c9ad7b659d75/data", true)" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=31d4a0e0-70cc-475d-af18-d6238213fcb9 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45398" http.request.uri="/v2/test/blobs/uploads/eb4ba011-b34b-4f28-a9f9-c9ad7b659d75?_state=6CJbESrO4adNclW5iMh7m5jeDGtsXO00sueBEGxWkSZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImViNGJhMDExLWIzNGItNGYyOC1hOWY5LWM5YWQ3YjY1OWQ3NSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wMlQxODo0NDoyMS44MTc0NjY2NzZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=22.277µ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=ebd56410-f982-4a6f-86a8-3d6c8f1a4297 trace.line=142 vars.name=test vars.uuid=eb4ba011-b34b-4f28-a9f9-c9ad7b659d75 [2024-02-02T18:44:21.937Z] time="2024-02-02T18:44:21.819211189Z" 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=31d4a0e0-70cc-475d-af18-d6238213fcb9 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45398" http.request.uri="/v2/test/blobs/uploads/eb4ba011-b34b-4f28-a9f9-c9ad7b659d75?_state=6CJbESrO4adNclW5iMh7m5jeDGtsXO00sueBEGxWkSZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImViNGJhMDExLWIzNGItNGYyOC1hOWY5LWM5YWQ3YjY1OWQ3NSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wMlQxODo0NDoyMS44MTc0NjY2NzZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.uuid=eb4ba011-b34b-4f28-a9f9-c9ad7b659d75 [2024-02-02T18:44:21.937Z] time="2024-02-02T18:44:21.819287094Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/eb4ba011-b34b-4f28-a9f9-c9ad7b659d75/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=31d4a0e0-70cc-475d-af18-d6238213fcb9 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45398" http.request.uri="/v2/test/blobs/uploads/eb4ba011-b34b-4f28-a9f9-c9ad7b659d75?_state=6CJbESrO4adNclW5iMh7m5jeDGtsXO00sueBEGxWkSZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImViNGJhMDExLWIzNGItNGYyOC1hOWY5LWM5YWQ3YjY1OWQ3NSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wMlQxODo0NDoyMS44MTc0NjY2NzZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=39.294µ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=0a8b6eda-4e9e-4c53-9b6e-9893fb55859a trace.line=110 vars.name=test vars.uuid=eb4ba011-b34b-4f28-a9f9-c9ad7b659d75 [2024-02-02T18:44:21.938Z] time="2024-02-02T18:44:21.819331934Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/eb4ba011-b34b-4f28-a9f9-c9ad7b659d75/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=31d4a0e0-70cc-475d-af18-d6238213fcb9 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45398" http.request.uri="/v2/test/blobs/uploads/eb4ba011-b34b-4f28-a9f9-c9ad7b659d75?_state=6CJbESrO4adNclW5iMh7m5jeDGtsXO00sueBEGxWkSZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImViNGJhMDExLWIzNGItNGYyOC1hOWY5LWM5YWQ3YjY1OWQ3NSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wMlQxODo0NDoyMS44MTc0NjY2NzZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=13.35µ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=f196e73d-4d8f-4d39-bcbd-711b70ac7194 trace.line=155 vars.name=test vars.uuid=eb4ba011-b34b-4f28-a9f9-c9ad7b659d75 [2024-02-02T18:44:21.938Z] time="2024-02-02T18:44:21.819371425Z" 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=31d4a0e0-70cc-475d-af18-d6238213fcb9 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45398" http.request.uri="/v2/test/blobs/uploads/eb4ba011-b34b-4f28-a9f9-c9ad7b659d75?_state=6CJbESrO4adNclW5iMh7m5jeDGtsXO00sueBEGxWkSZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImViNGJhMDExLWIzNGItNGYyOC1hOWY5LWM5YWQ3YjY1OWQ3NSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wMlQxODo0NDoyMS44MTc0NjY2NzZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=11.987µ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=2515133e-c948-41d0-bfcb-8e901db68c5b trace.line=155 vars.name=test vars.uuid=eb4ba011-b34b-4f28-a9f9-c9ad7b659d75 [2024-02-02T18:44:21.938Z] time="2024-02-02T18:44:21.819402194Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/eb4ba011-b34b-4f28-a9f9-c9ad7b659d75/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=31d4a0e0-70cc-475d-af18-d6238213fcb9 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45398" http.request.uri="/v2/test/blobs/uploads/eb4ba011-b34b-4f28-a9f9-c9ad7b659d75?_state=6CJbESrO4adNclW5iMh7m5jeDGtsXO00sueBEGxWkSZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImViNGJhMDExLWIzNGItNGYyOC1hOWY5LWM5YWQ3YjY1OWQ3NSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wMlQxODo0NDoyMS44MTc0NjY2NzZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=8.722µ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=db574f59-06bf-45f1-9a40-775e3d02aa1c trace.line=155 vars.name=test vars.uuid=eb4ba011-b34b-4f28-a9f9-c9ad7b659d75 [2024-02-02T18:44:21.938Z] time="2024-02-02T18:44:21.819482562Z" level=debug msg="filesystem.Move("/docker/registry/v2/repositories/test/_uploads/eb4ba011-b34b-4f28-a9f9-c9ad7b659d75/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=31d4a0e0-70cc-475d-af18-d6238213fcb9 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45398" http.request.uri="/v2/test/blobs/uploads/eb4ba011-b34b-4f28-a9f9-c9ad7b659d75?_state=6CJbESrO4adNclW5iMh7m5jeDGtsXO00sueBEGxWkSZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImViNGJhMDExLWIzNGItNGYyOC1hOWY5LWM5YWQ3YjY1OWQ3NSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wMlQxODo0NDoyMS44MTc0NjY2NzZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=57.829µ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=e23cdf74-e4a0-451a-aeb5-9ca24dfe3568 trace.line=185 vars.name=test vars.uuid=eb4ba011-b34b-4f28-a9f9-c9ad7b659d75 [2024-02-02T18:44:21.938Z] time="2024-02-02T18:44:21.819567099Z" 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=31d4a0e0-70cc-475d-af18-d6238213fcb9 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45398" http.request.uri="/v2/test/blobs/uploads/eb4ba011-b34b-4f28-a9f9-c9ad7b659d75?_state=6CJbESrO4adNclW5iMh7m5jeDGtsXO00sueBEGxWkSZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImViNGJhMDExLWIzNGItNGYyOC1hOWY5LWM5YWQ3YjY1OWQ3NSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wMlQxODo0NDoyMS44MTc0NjY2NzZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=49.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).PutContent" trace.id=037935d0-94f0-4391-af3a-3381132c5798 trace.line=110 vars.name=test vars.uuid=eb4ba011-b34b-4f28-a9f9-c9ad7b659d75 [2024-02-02T18:44:21.938Z] time="2024-02-02T18:44:21.819696476Z" level=debug msg="filesystem.Delete("/docker/registry/v2/repositories/test/_uploads/eb4ba011-b34b-4f28-a9f9-c9ad7b659d75")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=31d4a0e0-70cc-475d-af18-d6238213fcb9 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45398" http.request.uri="/v2/test/blobs/uploads/eb4ba011-b34b-4f28-a9f9-c9ad7b659d75?_state=6CJbESrO4adNclW5iMh7m5jeDGtsXO00sueBEGxWkSZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImViNGJhMDExLWIzNGItNGYyOC1hOWY5LWM5YWQ3YjY1OWQ3NSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wMlQxODo0NDoyMS44MTc0NjY2NzZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" trace.duration=103.023µ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=91c92134-9be5-40b3-ad4d-627ad4ec143f trace.line=202 vars.name=test vars.uuid=eb4ba011-b34b-4f28-a9f9-c9ad7b659d75 [2024-02-02T18:44:21.938Z] time="2024-02-02T18:44:21.820040365Z" 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=31d4a0e0-70cc-475d-af18-d6238213fcb9 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45398" http.request.uri="/v2/test/blobs/uploads/eb4ba011-b34b-4f28-a9f9-c9ad7b659d75?_state=6CJbESrO4adNclW5iMh7m5jeDGtsXO00sueBEGxWkSZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImViNGJhMDExLWIzNGItNGYyOC1hOWY5LWM5YWQ3YjY1OWQ3NSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wMlQxODo0NDoyMS44MTc0NjY2NzZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="containerd/1.7.12+unknown" http.response.duration=1.83618ms http.response.status=201 http.response.written=0 [2024-02-02T18:44:21.938Z] 127.0.0.1 - - [02/Feb/2024:18:44:21 +0000] "PUT /v2/test/blobs/uploads/eb4ba011-b34b-4f28-a9f9-c9ad7b659d75?_state=6CJbESrO4adNclW5iMh7m5jeDGtsXO00sueBEGxWkSZ7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImViNGJhMDExLWIzNGItNGYyOC1hOWY5LWM5YWQ3YjY1OWQ3NSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wMlQxODo0NDoyMS44MTc0NjY2NzZaIn0%3D&digest=sha256%3A5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 201 0 "" "containerd/1.7.12+unknown" [2024-02-02T18:44:21.938Z] time="2024-02-02T18:44:21.820774133Z" 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=6c038f0d-56e7-4c0a-a04c-42e211da4466 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45400" http.request.uri="/v2/test/blobs/uploads/ae33627f-90c7-4353-b4eb-7c8257f764db?_state=1cva0pjosVnLxXZ6jJ1HKLuxwUTogdVNtOmPHtLQPDF7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImFlMzM2MjdmLTkwYzctNDM1My1iNGViLTdjODI1N2Y3NjRkYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wMlQxODo0NDoyMS44MTc1MDIwMzFaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.uuid=ae33627f-90c7-4353-b4eb-7c8257f764db [2024-02-02T18:44:21.938Z] time="2024-02-02T18:44:21.820907859Z" 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=6c038f0d-56e7-4c0a-a04c-42e211da4466 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45400" http.request.uri="/v2/test/blobs/uploads/ae33627f-90c7-4353-b4eb-7c8257f764db?_state=1cva0pjosVnLxXZ6jJ1HKLuxwUTogdVNtOmPHtLQPDF7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImFlMzM2MjdmLTkwYzctNDM1My1iNGViLTdjODI1N2Y3NjRkYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wMlQxODo0NDoyMS44MTc1MDIwMzFaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.uuid=ae33627f-90c7-4353-b4eb-7c8257f764db [2024-02-02T18:44:21.938Z] time="2024-02-02T18:44:21.820997458Z" level=debug msg="filesystem.GetContent("/docker/registry/v2/repositories/test/_uploads/ae33627f-90c7-4353-b4eb-7c8257f764db/startedat")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=6c038f0d-56e7-4c0a-a04c-42e211da4466 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45400" http.request.uri="/v2/test/blobs/uploads/ae33627f-90c7-4353-b4eb-7c8257f764db?_state=1cva0pjosVnLxXZ6jJ1HKLuxwUTogdVNtOmPHtLQPDF7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImFlMzM2MjdmLTkwYzctNDM1My1iNGViLTdjODI1N2Y3NjRkYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wMlQxODo0NDoyMS44MTc1MDIwMzFaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=48.041µ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=3e6b6eb8-f1d3-4595-99ba-826163737397 trace.line=95 vars.name=test vars.uuid=ae33627f-90c7-4353-b4eb-7c8257f764db [2024-02-02T18:44:21.938Z] time="2024-02-02T18:44:21.821072165Z" level=debug msg="filesystem.Writer("/docker/registry/v2/repositories/test/_uploads/ae33627f-90c7-4353-b4eb-7c8257f764db/data", true)" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=6c038f0d-56e7-4c0a-a04c-42e211da4466 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45400" http.request.uri="/v2/test/blobs/uploads/ae33627f-90c7-4353-b4eb-7c8257f764db?_state=1cva0pjosVnLxXZ6jJ1HKLuxwUTogdVNtOmPHtLQPDF7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImFlMzM2MjdmLTkwYzctNDM1My1iNGViLTdjODI1N2Y3NjRkYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wMlQxODo0NDoyMS44MTc1MDIwMzFaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=27.241µ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=74b72c35-7657-458b-8ec5-9d3b763c0746 trace.line=142 vars.name=test vars.uuid=ae33627f-90c7-4353-b4eb-7c8257f764db [2024-02-02T18:44:21.938Z] time="2024-02-02T18:44:21.821126031Z" 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=6c038f0d-56e7-4c0a-a04c-42e211da4466 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45400" http.request.uri="/v2/test/blobs/uploads/ae33627f-90c7-4353-b4eb-7c8257f764db?_state=1cva0pjosVnLxXZ6jJ1HKLuxwUTogdVNtOmPHtLQPDF7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImFlMzM2MjdmLTkwYzctNDM1My1iNGViLTdjODI1N2Y3NjRkYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wMlQxODo0NDoyMS44MTc1MDIwMzFaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.uuid=ae33627f-90c7-4353-b4eb-7c8257f764db [2024-02-02T18:44:21.938Z] time="2024-02-02T18:44:21.821237636Z" level=debug msg="filesystem.PutContent("/docker/registry/v2/repositories/test/_uploads/ae33627f-90c7-4353-b4eb-7c8257f764db/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=6c038f0d-56e7-4c0a-a04c-42e211da4466 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45400" http.request.uri="/v2/test/blobs/uploads/ae33627f-90c7-4353-b4eb-7c8257f764db?_state=1cva0pjosVnLxXZ6jJ1HKLuxwUTogdVNtOmPHtLQPDF7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImFlMzM2MjdmLTkwYzctNDM1My1iNGViLTdjODI1N2Y3NjRkYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wMlQxODo0NDoyMS44MTc1MDIwMzFaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=63.622µ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=03d5d5a0-fc53-4df7-99c2-5a41bf169cc1 trace.line=110 vars.name=test vars.uuid=ae33627f-90c7-4353-b4eb-7c8257f764db [2024-02-02T18:44:21.938Z] time="2024-02-02T18:44:21.821291961Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/ae33627f-90c7-4353-b4eb-7c8257f764db/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=6c038f0d-56e7-4c0a-a04c-42e211da4466 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45400" http.request.uri="/v2/test/blobs/uploads/ae33627f-90c7-4353-b4eb-7c8257f764db?_state=1cva0pjosVnLxXZ6jJ1HKLuxwUTogdVNtOmPHtLQPDF7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImFlMzM2MjdmLTkwYzctNDM1My1iNGViLTdjODI1N2Y3NjRkYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wMlQxODo0NDoyMS44MTc1MDIwMzFaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=12.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).Stat" trace.id=03203ef0-3744-42be-98e5-3cb24502247b trace.line=155 vars.name=test vars.uuid=ae33627f-90c7-4353-b4eb-7c8257f764db [2024-02-02T18:44:21.938Z] time="2024-02-02T18:44:21.821344777Z" 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=6c038f0d-56e7-4c0a-a04c-42e211da4466 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45400" http.request.uri="/v2/test/blobs/uploads/ae33627f-90c7-4353-b4eb-7c8257f764db?_state=1cva0pjosVnLxXZ6jJ1HKLuxwUTogdVNtOmPHtLQPDF7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImFlMzM2MjdmLTkwYzctNDM1My1iNGViLTdjODI1N2Y3NjRkYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wMlQxODo0NDoyMS44MTc1MDIwMzFaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=13.44µ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=e0a90ab1-a0e3-4542-91a4-27e9ba37b392 trace.line=155 vars.name=test vars.uuid=ae33627f-90c7-4353-b4eb-7c8257f764db [2024-02-02T18:44:21.938Z] time="2024-02-02T18:44:21.821389658Z" level=debug msg="filesystem.Stat("/docker/registry/v2/repositories/test/_uploads/ae33627f-90c7-4353-b4eb-7c8257f764db/data")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=6c038f0d-56e7-4c0a-a04c-42e211da4466 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45400" http.request.uri="/v2/test/blobs/uploads/ae33627f-90c7-4353-b4eb-7c8257f764db?_state=1cva0pjosVnLxXZ6jJ1HKLuxwUTogdVNtOmPHtLQPDF7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImFlMzM2MjdmLTkwYzctNDM1My1iNGViLTdjODI1N2Y3NjRkYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wMlQxODo0NDoyMS44MTc1MDIwMzFaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=16.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=7093e384-1cff-4864-bf16-0b208c395ebb trace.line=155 vars.name=test vars.uuid=ae33627f-90c7-4353-b4eb-7c8257f764db [2024-02-02T18:44:21.938Z] time="2024-02-02T18:44:21.821472464Z" level=debug msg="filesystem.Move("/docker/registry/v2/repositories/test/_uploads/ae33627f-90c7-4353-b4eb-7c8257f764db/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=6c038f0d-56e7-4c0a-a04c-42e211da4466 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45400" http.request.uri="/v2/test/blobs/uploads/ae33627f-90c7-4353-b4eb-7c8257f764db?_state=1cva0pjosVnLxXZ6jJ1HKLuxwUTogdVNtOmPHtLQPDF7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImFlMzM2MjdmLTkwYzctNDM1My1iNGViLTdjODI1N2Y3NjRkYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wMlQxODo0NDoyMS44MTc1MDIwMzFaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=42.174µ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=cc44bbd0-68e9-4f92-ab38-9155d4e2dc80 trace.line=185 vars.name=test vars.uuid=ae33627f-90c7-4353-b4eb-7c8257f764db [2024-02-02T18:44:21.938Z] time="2024-02-02T18:44:21.821561513Z" 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=6c038f0d-56e7-4c0a-a04c-42e211da4466 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45400" http.request.uri="/v2/test/blobs/uploads/ae33627f-90c7-4353-b4eb-7c8257f764db?_state=1cva0pjosVnLxXZ6jJ1HKLuxwUTogdVNtOmPHtLQPDF7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImFlMzM2MjdmLTkwYzctNDM1My1iNGViLTdjODI1N2Y3NjRkYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wMlQxODo0NDoyMS44MTc1MDIwMzFaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=40.418µ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=2fed2e43-8a12-4c1e-87ec-730f3f19e558 trace.line=110 vars.name=test vars.uuid=ae33627f-90c7-4353-b4eb-7c8257f764db [2024-02-02T18:44:21.938Z] time="2024-02-02T18:44:21.821688215Z" level=debug msg="filesystem.Delete("/docker/registry/v2/repositories/test/_uploads/ae33627f-90c7-4353-b4eb-7c8257f764db")" go.version=go1.20.8 http.request.contenttype="application/octet-stream" http.request.host="127.0.0.1:5000" http.request.id=6c038f0d-56e7-4c0a-a04c-42e211da4466 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45400" http.request.uri="/v2/test/blobs/uploads/ae33627f-90c7-4353-b4eb-7c8257f764db?_state=1cva0pjosVnLxXZ6jJ1HKLuxwUTogdVNtOmPHtLQPDF7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImFlMzM2MjdmLTkwYzctNDM1My1iNGViLTdjODI1N2Y3NjRkYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wMlQxODo0NDoyMS44MTc1MDIwMzFaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" trace.duration=93.603µ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=dcdfa269-9100-443d-b457-928282d3575e trace.line=202 vars.name=test vars.uuid=ae33627f-90c7-4353-b4eb-7c8257f764db [2024-02-02T18:44:21.938Z] time="2024-02-02T18:44:21.821789892Z" 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=6c038f0d-56e7-4c0a-a04c-42e211da4466 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45400" http.request.uri="/v2/test/blobs/uploads/ae33627f-90c7-4353-b4eb-7c8257f764db?_state=1cva0pjosVnLxXZ6jJ1HKLuxwUTogdVNtOmPHtLQPDF7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImFlMzM2MjdmLTkwYzctNDM1My1iNGViLTdjODI1N2Y3NjRkYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wMlQxODo0NDoyMS44MTc1MDIwMzFaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="containerd/1.7.12+unknown" http.response.duration=2.50919ms http.response.status=201 http.response.written=0 [2024-02-02T18:44:21.938Z] 127.0.0.1 - - [02/Feb/2024:18:44:21 +0000] "PUT /v2/test/blobs/uploads/ae33627f-90c7-4353-b4eb-7c8257f764db?_state=1cva0pjosVnLxXZ6jJ1HKLuxwUTogdVNtOmPHtLQPDF7Ik5hbWUiOiJ0ZXN0IiwiVVVJRCI6ImFlMzM2MjdmLTkwYzctNDM1My1iNGViLTdjODI1N2Y3NjRkYiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAyNC0wMi0wMlQxODo0NDoyMS44MTc1MDIwMzFaIn0%3D&digest=sha256%3Acf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 201 0 "" "containerd/1.7.12+unknown" [2024-02-02T18:44:21.938Z] time="2024-02-02T18:44:21.822848916Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=86c205f8-2952-4c7c-8fcb-cb51a1ef1dcb http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45400" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.reference=latest [2024-02-02T18:44:21.938Z] time="2024-02-02T18:44:21.822886864Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=86c205f8-2952-4c7c-8fcb-cb51a1ef1dcb http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45400" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.reference=latest [2024-02-02T18:44:21.938Z] time="2024-02-02T18:44:21.822946679Z" 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=86c205f8-2952-4c7c-8fcb-cb51a1ef1dcb http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45400" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=30.424µ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=0468ad59-8ea9-415a-b65a-36dd4fbcbf9e trace.line=95 vars.name=test vars.reference=latest [2024-02-02T18:44:21.939Z] time="2024-02-02T18:44:21.823011277Z" 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=86c205f8-2952-4c7c-8fcb-cb51a1ef1dcb http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45400" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" http.response.contenttype="application/json; charset=utf-8" http.response.duration="839.284µs" http.response.status=404 http.response.written=96 vars.name=test vars.reference=latest [2024-02-02T18:44:21.939Z] 127.0.0.1 - - [02/Feb/2024:18:44:21 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 404 96 "" "containerd/1.7.12+unknown" [2024-02-02T18:44:21.939Z] time="2024-02-02T18:44:21.824040607Z" 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=8d238801-c88c-4537-9995-e1fa0017cd84 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45400" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.reference=latest [2024-02-02T18:44:21.939Z] time="2024-02-02T18:44:21.824078826Z" 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=8d238801-c88c-4537-9995-e1fa0017cd84 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45400" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.reference=latest [2024-02-02T18:44:21.939Z] time="2024-02-02T18:44:21.824231694Z" 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=8d238801-c88c-4537-9995-e1fa0017cd84 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45400" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.reference=latest [2024-02-02T18:44:21.939Z] time="2024-02-02T18:44:21.824251919Z" 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=8d238801-c88c-4537-9995-e1fa0017cd84 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45400" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.reference=latest [2024-02-02T18:44:21.939Z] time="2024-02-02T18:44:21.824260452Z" 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=8d238801-c88c-4537-9995-e1fa0017cd84 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45400" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.reference=latest [2024-02-02T18:44:21.939Z] time="2024-02-02T18:44:21.824331811Z" 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=8d238801-c88c-4537-9995-e1fa0017cd84 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45400" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=41.674µ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=adf1860e-3171-4088-a027-051b42cc2a1d trace.line=95 vars.name=test vars.reference=latest [2024-02-02T18:44:21.939Z] time="2024-02-02T18:44:21.824381058Z" 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=8d238801-c88c-4537-9995-e1fa0017cd84 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45400" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=15.163µ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=b0303830-9cf1-4e4b-9df2-797524eb8d24 trace.line=155 vars.name=test vars.reference=latest [2024-02-02T18:44:21.939Z] time="2024-02-02T18:44:21.824430058Z" 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=8d238801-c88c-4537-9995-e1fa0017cd84 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45400" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=20.685µ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=cea66e18-aaf4-491d-8c58-64a20dcbe0bf trace.line=95 vars.name=test vars.reference=latest [2024-02-02T18:44:21.939Z] time="2024-02-02T18:44:21.824467621Z" 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=8d238801-c88c-4537-9995-e1fa0017cd84 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45400" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=11.135µ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=763b3cfa-8ed4-4c64-b3c8-134cc6a9ef1f trace.line=155 vars.name=test vars.reference=latest [2024-02-02T18:44:21.939Z] time="2024-02-02T18:44:21.824505832Z" 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=8d238801-c88c-4537-9995-e1fa0017cd84 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45400" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=12.734µ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=1553fd6c-51bf-4908-af08-13090b0872cc trace.line=155 vars.name=test vars.reference=latest [2024-02-02T18:44:21.939Z] time="2024-02-02T18:44:21.824582139Z" 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=8d238801-c88c-4537-9995-e1fa0017cd84 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45400" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=50.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).PutContent" trace.id=0ba7a498-0546-4436-b5a8-91e8e2dd3ffb trace.line=110 vars.name=test vars.reference=latest [2024-02-02T18:44:21.939Z] time="2024-02-02T18:44:21.82466784Z" 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=8d238801-c88c-4537-9995-e1fa0017cd84 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45400" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=55.532µ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=6916062f-3df8-4490-bbc4-220915765092 trace.line=110 vars.name=test vars.reference=latest [2024-02-02T18:44:21.939Z] time="2024-02-02T18:44:21.824825311Z" 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=8d238801-c88c-4537-9995-e1fa0017cd84 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45400" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=62.867µ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=c106bbd2-b33f-481c-b128-dd90408eac30 trace.line=110 vars.name=test vars.reference=latest [2024-02-02T18:44:21.939Z] time="2024-02-02T18:44:21.824881508Z" 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=8d238801-c88c-4537-9995-e1fa0017cd84 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45400" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" trace.duration=32.393µ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=f544b666-0579-4931-add5-2dc0eeeeafd9 trace.line=110 vars.name=test vars.reference=latest [2024-02-02T18:44:21.939Z] time="2024-02-02T18:44:21.824917995Z" 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=8d238801-c88c-4537-9995-e1fa0017cd84 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45400" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" vars.name=test vars.reference=latest [2024-02-02T18:44:21.939Z] time="2024-02-02T18:44:21.824933749Z" 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=8d238801-c88c-4537-9995-e1fa0017cd84 http.request.method=PUT http.request.remoteaddr="127.0.0.1:45400" http.request.uri="/v2/test/manifests/latest" http.request.useragent="containerd/1.7.12+unknown" http.response.duration=1.51917ms http.response.status=201 http.response.written=0 [2024-02-02T18:44:21.939Z] 127.0.0.1 - - [02/Feb/2024:18:44:21 +0000] "PUT /v2/test/manifests/latest HTTP/1.1" 201 0 "" "containerd/1.7.12+unknown" [2024-02-02T18:44:21.939Z] time="2024-02-02T18:44:21.830444504Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=0276ca8b-c086-4162-a9d1-050a46839ab8 http.request.method=GET http.request.remoteaddr="127.0.0.1:45420" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.6 git-commit/a07e5c50335a89377a7397f30b6cfc645cb93de7 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2024-02-02T18:44:21.939Z] time="2024-02-02T18:44:21.830488221Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=0276ca8b-c086-4162-a9d1-050a46839ab8 http.request.method=GET http.request.remoteaddr="127.0.0.1:45420" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.6 git-commit/a07e5c50335a89377a7397f30b6cfc645cb93de7 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.138769ms http.response.status=200 http.response.written=2 [2024-02-02T18:44:21.939Z] 127.0.0.1 - - [02/Feb/2024:18:44:21 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.21.6 git-commit/a07e5c50335a89377a7397f30b6cfc645cb93de7 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2024-02-02T18:44:21.939Z] time="2024-02-02T18:44:21.832703966Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=d25335e4-b0c9-4d2e-a912-dcb654a12e6c http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45430" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.6 git-commit/a07e5c50335a89377a7397f30b6cfc645cb93de7 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest [2024-02-02T18:44:21.939Z] time="2024-02-02T18:44:21.832746074Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=d25335e4-b0c9-4d2e-a912-dcb654a12e6c http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45430" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.6 git-commit/a07e5c50335a89377a7397f30b6cfc645cb93de7 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest [2024-02-02T18:44:21.939Z] time="2024-02-02T18:44:21.832825187Z" 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=d25335e4-b0c9-4d2e-a912-dcb654a12e6c http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45430" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.6 git-commit/a07e5c50335a89377a7397f30b6cfc645cb93de7 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=46.572µ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=67ccf029-9445-4bc2-95a1-917ed90a3d91 trace.line=95 vars.name=test vars.reference=latest [2024-02-02T18:44:21.939Z] time="2024-02-02T18:44:21.832850483Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=d25335e4-b0c9-4d2e-a912-dcb654a12e6c http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45430" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.6 git-commit/a07e5c50335a89377a7397f30b6cfc645cb93de7 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest [2024-02-02T18:44:21.939Z] time="2024-02-02T18:44:21.832896013Z" 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=d25335e4-b0c9-4d2e-a912-dcb654a12e6c http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45430" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.6 git-commit/a07e5c50335a89377a7397f30b6cfc645cb93de7 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=22.203µ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=be5d8c36-cdd9-45e8-a1a9-28064a9a2149 trace.line=95 vars.name=test vars.reference=latest [2024-02-02T18:44:21.939Z] time="2024-02-02T18:44:21.832942814Z" 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=d25335e4-b0c9-4d2e-a912-dcb654a12e6c http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45430" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.6 git-commit/a07e5c50335a89377a7397f30b6cfc645cb93de7 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=17.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).Stat" trace.id=7993409d-1a72-450a-b9ac-0f437808a9a0 trace.line=155 vars.name=test vars.reference=latest [2024-02-02T18:44:21.939Z] time="2024-02-02T18:44:21.832987761Z" 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=d25335e4-b0c9-4d2e-a912-dcb654a12e6c http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45430" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.6 git-commit/a07e5c50335a89377a7397f30b6cfc645cb93de7 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=14.868µ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=717fb30d-328f-4917-bb6e-335a7763e64a trace.line=125 vars.name=test vars.reference=latest [2024-02-02T18:44:21.939Z] time="2024-02-02T18:44:21.833039149Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=d25335e4-b0c9-4d2e-a912-dcb654a12e6c http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45430" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.6 git-commit/a07e5c50335a89377a7397f30b6cfc645cb93de7 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference=latest [2024-02-02T18:44:21.939Z] time="2024-02-02T18:44:21.833133991Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=d25335e4-b0c9-4d2e-a912-dcb654a12e6c http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45430" http.request.uri="/v2/test/manifests/latest" http.request.useragent="docker/dev go/go1.21.6 git-commit/a07e5c50335a89377a7397f30b6cfc645cb93de7 kernel/5.15.0-1052-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.252499ms http.response.status=200 http.response.written=417 [2024-02-02T18:44:21.939Z] 127.0.0.1 - - [02/Feb/2024:18:44:21 +0000] "HEAD /v2/test/manifests/latest HTTP/1.1" 200 417 "" "docker/dev go/go1.21.6 git-commit/a07e5c50335a89377a7397f30b6cfc645cb93de7 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2024-02-02T18:44:21.939Z] time="2024-02-02T18:44:21.844004472Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=014eada4-f1fa-4135-9564-167b0b17a444 http.request.method=GET http.request.remoteaddr="127.0.0.1:45438" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/a07e5c50335a89377a7397f30b6cfc645cb93de7 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-02-02T18:44:21.939Z] time="2024-02-02T18:44:21.844053833Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=014eada4-f1fa-4135-9564-167b0b17a444 http.request.method=GET http.request.remoteaddr="127.0.0.1:45438" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/a07e5c50335a89377a7397f30b6cfc645cb93de7 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-02-02T18:44:21.939Z] time="2024-02-02T18:44:21.844070194Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=014eada4-f1fa-4135-9564-167b0b17a444 http.request.method=GET http.request.remoteaddr="127.0.0.1:45438" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/a07e5c50335a89377a7397f30b6cfc645cb93de7 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-02-02T18:44:21.940Z] time="2024-02-02T18:44:21.844154099Z" 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=014eada4-f1fa-4135-9564-167b0b17a444 http.request.method=GET http.request.remoteaddr="127.0.0.1:45438" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/a07e5c50335a89377a7397f30b6cfc645cb93de7 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=50.42µ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=62c7dd52-8bdc-4e94-a82e-9c548f119f4d trace.line=95 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-02-02T18:44:21.940Z] time="2024-02-02T18:44:21.844211009Z" 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=014eada4-f1fa-4135-9564-167b0b17a444 http.request.method=GET http.request.remoteaddr="127.0.0.1:45438" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/a07e5c50335a89377a7397f30b6cfc645cb93de7 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=18.166µ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=3cad19be-112e-4372-a450-60e7c8d7c537 trace.line=155 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-02-02T18:44:21.940Z] time="2024-02-02T18:44:21.844249589Z" 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=014eada4-f1fa-4135-9564-167b0b17a444 http.request.method=GET http.request.remoteaddr="127.0.0.1:45438" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/a07e5c50335a89377a7397f30b6cfc645cb93de7 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=13.628µ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=a403d31f-af1b-4806-a7d8-739b55d92b78 trace.line=125 vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-02-02T18:44:21.940Z] time="2024-02-02T18:44:21.844289113Z" level=debug msg="(*schema2ManifestHandler).Unmarshal" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=014eada4-f1fa-4135-9564-167b0b17a444 http.request.method=GET http.request.remoteaddr="127.0.0.1:45438" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/a07e5c50335a89377a7397f30b6cfc645cb93de7 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=test vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-02-02T18:44:21.940Z] time="2024-02-02T18:44:21.84437927Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=014eada4-f1fa-4135-9564-167b0b17a444 http.request.method=GET http.request.remoteaddr="127.0.0.1:45438" http.request.uri="/v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/a07e5c50335a89377a7397f30b6cfc645cb93de7 kernel/5.15.0-1052-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.708904ms http.response.status=200 http.response.written=417 [2024-02-02T18:44:21.940Z] 127.0.0.1 - - [02/Feb/2024:18:44:21 +0000] "GET /v2/test/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 200 417 "" "docker/dev go/go1.21.6 git-commit/a07e5c50335a89377a7397f30b6cfc645cb93de7 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2024-02-02T18:44:21.940Z] time="2024-02-02T18:44:21.850819877Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=bd619602-db89-40ff-9edc-7a0af18231b3 http.request.method=GET http.request.remoteaddr="127.0.0.1:45452" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/a07e5c50335a89377a7397f30b6cfc645cb93de7 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-02-02T18:44:21.940Z] time="2024-02-02T18:44:21.850861304Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=bd619602-db89-40ff-9edc-7a0af18231b3 http.request.method=GET http.request.remoteaddr="127.0.0.1:45452" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/a07e5c50335a89377a7397f30b6cfc645cb93de7 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-02-02T18:44:21.940Z] time="2024-02-02T18:44:21.850901976Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=9fdb2a02-e136-4bf6-ad48-20687b2b4506 http.request.method=GET http.request.remoteaddr="127.0.0.1:45448" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/a07e5c50335a89377a7397f30b6cfc645cb93de7 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-02-02T18:44:21.940Z] time="2024-02-02T18:44:21.850944306Z" level=debug msg=GetBlob go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=9fdb2a02-e136-4bf6-ad48-20687b2b4506 http.request.method=GET http.request.remoteaddr="127.0.0.1:45448" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/a07e5c50335a89377a7397f30b6cfc645cb93de7 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-02-02T18:44:21.940Z] time="2024-02-02T18:44:21.850946653Z" 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=bd619602-db89-40ff-9edc-7a0af18231b3 http.request.method=GET http.request.remoteaddr="127.0.0.1:45452" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/a07e5c50335a89377a7397f30b6cfc645cb93de7 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=45.57µ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=213966be-aff2-4181-9caa-309f7f25f889 trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-02-02T18:44:21.940Z] time="2024-02-02T18:44:21.850992954Z" 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=bd619602-db89-40ff-9edc-7a0af18231b3 http.request.method=GET http.request.remoteaddr="127.0.0.1:45452" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/a07e5c50335a89377a7397f30b6cfc645cb93de7 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=16.295µ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=22ad3dc2-bf56-49eb-ad57-33419043631d trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-02-02T18:44:21.940Z] time="2024-02-02T18:44:21.851017389Z" 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=9fdb2a02-e136-4bf6-ad48-20687b2b4506 http.request.method=GET http.request.remoteaddr="127.0.0.1:45448" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/a07e5c50335a89377a7397f30b6cfc645cb93de7 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=38.416µ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=b94ccd9f-dbe2-4a30-abe0-9c4991c37616 trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-02-02T18:44:21.940Z] time="2024-02-02T18:44:21.851041405Z" 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=bd619602-db89-40ff-9edc-7a0af18231b3 http.request.method=GET http.request.remoteaddr="127.0.0.1:45452" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/a07e5c50335a89377a7397f30b6cfc645cb93de7 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=19.027µ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=efe88a92-d545-4b08-bdf7-0bbecd4d9c10 trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-02-02T18:44:21.940Z] time="2024-02-02T18:44:21.851065806Z" 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=9fdb2a02-e136-4bf6-ad48-20687b2b4506 http.request.method=GET http.request.remoteaddr="127.0.0.1:45448" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/a07e5c50335a89377a7397f30b6cfc645cb93de7 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=16.196µ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=fce81310-91f4-4b3a-9810-ef9464ab1345 trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-02-02T18:44:21.940Z] time="2024-02-02T18:44:21.851079369Z" 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=bd619602-db89-40ff-9edc-7a0af18231b3 http.request.method=GET http.request.remoteaddr="127.0.0.1:45452" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/a07e5c50335a89377a7397f30b6cfc645cb93de7 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=10.224µ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=026e4103-baf4-40de-84e1-6c0b2efb0c3d trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-02-02T18:44:21.940Z] time="2024-02-02T18:44:21.851124317Z" 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=9fdb2a02-e136-4bf6-ad48-20687b2b4506 http.request.method=GET http.request.remoteaddr="127.0.0.1:45448" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/a07e5c50335a89377a7397f30b6cfc645cb93de7 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=33.361µ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=c7ab5658-4811-4cde-bdc8-b26f507781d0 trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-02-02T18:44:21.940Z] time="2024-02-02T18:44:21.851173973Z" 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=9fdb2a02-e136-4bf6-ad48-20687b2b4506 http.request.method=GET http.request.remoteaddr="127.0.0.1:45448" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/a07e5c50335a89377a7397f30b6cfc645cb93de7 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=11.832µ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=fbd6054e-f455-411a-9527-79525f49d08f trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-02-02T18:44:21.940Z] time="2024-02-02T18:44:21.851212972Z" 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=9fdb2a02-e136-4bf6-ad48-20687b2b4506 http.request.method=GET http.request.remoteaddr="127.0.0.1:45448" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/a07e5c50335a89377a7397f30b6cfc645cb93de7 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=9.395µ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=0635090a-6e40-41b6-ad2e-58fb449ac4d6 trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-02-02T18:44:21.940Z] time="2024-02-02T18:44:21.851127672Z" 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=bd619602-db89-40ff-9edc-7a0af18231b3 http.request.method=GET http.request.remoteaddr="127.0.0.1:45452" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/a07e5c50335a89377a7397f30b6cfc645cb93de7 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=11.446µ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=509c84f3-2826-432f-9a32-5ee5a5486bb6 trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-02-02T18:44:21.940Z] time="2024-02-02T18:44:21.851246892Z" 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=9fdb2a02-e136-4bf6-ad48-20687b2b4506 http.request.method=GET http.request.remoteaddr="127.0.0.1:45448" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/a07e5c50335a89377a7397f30b6cfc645cb93de7 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=10.773µ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=38fc4689-4c94-4efe-9fdf-63863efe4d52 trace.line=217 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-02-02T18:44:21.940Z] time="2024-02-02T18:44:21.851253685Z" 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=bd619602-db89-40ff-9edc-7a0af18231b3 http.request.method=GET http.request.remoteaddr="127.0.0.1:45452" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/a07e5c50335a89377a7397f30b6cfc645cb93de7 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=8.312µ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=46d26d93-9b27-4918-adab-e9c4afafaa48 trace.line=217 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-02-02T18:44:21.940Z] time="2024-02-02T18:44:21.851312048Z" 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=9fdb2a02-e136-4bf6-ad48-20687b2b4506 http.request.method=GET http.request.remoteaddr="127.0.0.1:45448" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/a07e5c50335a89377a7397f30b6cfc645cb93de7 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=15.245µ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=5e0d4b7c-9cef-4a2b-8e7a-2db3d52a7a65 trace.line=125 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-02-02T18:44:21.940Z] time="2024-02-02T18:44:21.851319334Z" 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=bd619602-db89-40ff-9edc-7a0af18231b3 http.request.method=GET http.request.remoteaddr="127.0.0.1:45452" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/a07e5c50335a89377a7397f30b6cfc645cb93de7 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=17.715µ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=db6f61a4-10aa-43a5-a53c-7e1b0a60416a trace.line=125 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-02-02T18:44:21.940Z] time="2024-02-02T18:44:21.852158175Z" 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=bd619602-db89-40ff-9edc-7a0af18231b3 http.request.method=GET http.request.remoteaddr="127.0.0.1:45452" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/a07e5c50335a89377a7397f30b6cfc645cb93de7 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=31.409µ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=9699adfc-bb5f-4254-b7e1-136f5f441338 trace.line=95 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-02-02T18:44:21.940Z] time="2024-02-02T18:44:21.852253411Z" 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=bd619602-db89-40ff-9edc-7a0af18231b3 http.request.method=GET http.request.remoteaddr="127.0.0.1:45452" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/a07e5c50335a89377a7397f30b6cfc645cb93de7 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=16.804µ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=49819e99-8ac3-4849-a369-9307273f75f6 trace.line=155 vars.digest="sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" vars.name=test [2024-02-02T18:44:21.940Z] time="2024-02-02T18:44:21.852319199Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=bd619602-db89-40ff-9edc-7a0af18231b3 http.request.method=GET http.request.remoteaddr="127.0.0.1:45452" http.request.uri="/v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923" http.request.useragent="docker/dev go/go1.21.6 git-commit/a07e5c50335a89377a7397f30b6cfc645cb93de7 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/octet-stream" http.response.duration=2.405084ms http.response.status=200 http.response.written=68 [2024-02-02T18:44:21.941Z] 127.0.0.1 - - [02/Feb/2024:18:44:21 +0000] "GET /v2/test/blobs/sha256:5d6b514d5023c9b87d5f9688fb5812d6fbe2c27d90d935a4cd95b7a9b589e923 HTTP/1.1" 200 68 "" "docker/dev go/go1.21.6 git-commit/a07e5c50335a89377a7397f30b6cfc645cb93de7 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2024-02-02T18:44:21.941Z] time="2024-02-02T18:44:21.852814389Z" 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=9fdb2a02-e136-4bf6-ad48-20687b2b4506 http.request.method=GET http.request.remoteaddr="127.0.0.1:45448" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/a07e5c50335a89377a7397f30b6cfc645cb93de7 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=39.524µ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=720fa511-ed2e-4b5f-b23c-8ebacad70768 trace.line=95 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-02-02T18:44:21.941Z] time="2024-02-02T18:44:21.852900575Z" 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=9fdb2a02-e136-4bf6-ad48-20687b2b4506 http.request.method=GET http.request.remoteaddr="127.0.0.1:45448" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/a07e5c50335a89377a7397f30b6cfc645cb93de7 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=19.323µ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=ce3c7f94-ca59-4a2f-98e7-370d28603503 trace.line=155 vars.digest="sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" vars.name=test [2024-02-02T18:44:21.941Z] time="2024-02-02T18:44:21.853003893Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=9fdb2a02-e136-4bf6-ad48-20687b2b4506 http.request.method=GET http.request.remoteaddr="127.0.0.1:45448" http.request.uri="/v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b" http.request.useragent="docker/dev go/go1.21.6 git-commit/a07e5c50335a89377a7397f30b6cfc645cb93de7 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/octet-stream" http.response.duration=3.084961ms http.response.status=200 http.response.written=194 [2024-02-02T18:44:21.941Z] 127.0.0.1 - - [02/Feb/2024:18:44:21 +0000] "GET /v2/test/blobs/sha256:cf7f382020339d0028918c3868135c3f04f625f684b264b6a63a549bd84ee80b HTTP/1.1" 200 194 "" "docker/dev go/go1.21.6 git-commit/a07e5c50335a89377a7397f30b6cfc645cb93de7 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2024-02-02T18:44:21.941Z] time="2024-02-02T18:44:21.868467035Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=ca6f26e1-7bf2-47cc-8b35-08e12a8f314f http.request.method=GET http.request.remoteaddr="127.0.0.1:45472" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.6 git-commit/a07e5c50335a89377a7397f30b6cfc645cb93de7 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2024-02-02T18:44:21.941Z] time="2024-02-02T18:44:21.868509118Z" level=info msg="response completed" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=ca6f26e1-7bf2-47cc-8b35-08e12a8f314f http.request.method=GET http.request.remoteaddr="127.0.0.1:45472" http.request.uri="/v2/" http.request.useragent="docker/dev go/go1.21.6 git-commit/a07e5c50335a89377a7397f30b6cfc645cb93de7 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration="882.37µs" http.response.status=200 http.response.written=2 [2024-02-02T18:44:21.941Z] 127.0.0.1 - - [02/Feb/2024:18:44:21 +0000] "GET /v2/ HTTP/1.1" 200 2 "" "docker/dev go/go1.21.6 git-commit/a07e5c50335a89377a7397f30b6cfc645cb93de7 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2024-02-02T18:44:21.941Z] time="2024-02-02T18:44:21.875324786Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=2b11c6ee-9409-43b6-bcf2-c055f32ee396 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45476" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/a07e5c50335a89377a7397f30b6cfc645cb93de7 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-02-02T18:44:21.941Z] time="2024-02-02T18:44:21.875372941Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=2b11c6ee-9409-43b6-bcf2-c055f32ee396 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45476" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/a07e5c50335a89377a7397f30b6cfc645cb93de7 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-02-02T18:44:21.941Z] time="2024-02-02T18:44:21.875387169Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=2b11c6ee-9409-43b6-bcf2-c055f32ee396 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45476" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/a07e5c50335a89377a7397f30b6cfc645cb93de7 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-02-02T18:44:21.941Z] time="2024-02-02T18:44:21.875456435Z" 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=2b11c6ee-9409-43b6-bcf2-c055f32ee396 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45476" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/a07e5c50335a89377a7397f30b6cfc645cb93de7 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=36.751µ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=997eb182-599b-44e1-b789-3805810fc7b5 trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-02-02T18:44:21.941Z] time="2024-02-02T18:44:21.875501301Z" 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=2b11c6ee-9409-43b6-bcf2-c055f32ee396 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45476" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/a07e5c50335a89377a7397f30b6cfc645cb93de7 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=12.594µ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=1b166ee6-2c97-413c-a016-ba731e4a2ecb trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-02-02T18:44:21.941Z] time="2024-02-02T18:44:21.875577197Z" 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=2b11c6ee-9409-43b6-bcf2-c055f32ee396 http.request.method=HEAD http.request.remoteaddr="127.0.0.1:45476" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/a07e5c50335a89377a7397f30b6cfc645cb93de7 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration=1.12697ms http.response.status=404 http.response.written=181 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-02-02T18:44:21.941Z] 127.0.0.1 - - [02/Feb/2024:18:44:21 +0000] "HEAD /v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 404 181 "" "docker/dev go/go1.21.6 git-commit/a07e5c50335a89377a7397f30b6cfc645cb93de7 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2024-02-02T18:44:21.941Z] time="2024-02-02T18:44:21.876866389Z" level=debug msg="authorizing request" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=96a67110-ba80-4b94-a94c-1265709543fc http.request.method=GET http.request.remoteaddr="127.0.0.1:45486" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/a07e5c50335a89377a7397f30b6cfc645cb93de7 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-02-02T18:44:21.941Z] time="2024-02-02T18:44:21.876906158Z" level=debug msg=GetImageManifest go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=96a67110-ba80-4b94-a94c-1265709543fc http.request.method=GET http.request.remoteaddr="127.0.0.1:45486" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/a07e5c50335a89377a7397f30b6cfc645cb93de7 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-02-02T18:44:21.941Z] time="2024-02-02T18:44:21.876920205Z" level=debug msg="(*manifestStore).Get" go.version=go1.20.8 http.request.host="127.0.0.1:5000" http.request.id=96a67110-ba80-4b94-a94c-1265709543fc http.request.method=GET http.request.remoteaddr="127.0.0.1:45486" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/a07e5c50335a89377a7397f30b6cfc645cb93de7 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-02-02T18:44:21.941Z] time="2024-02-02T18:44:21.876977632Z" 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=96a67110-ba80-4b94-a94c-1265709543fc http.request.method=GET http.request.remoteaddr="127.0.0.1:45486" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/a07e5c50335a89377a7397f30b6cfc645cb93de7 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=29.489µ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=63cdb11f-f83f-4ba0-bb3b-605eb2d14240 trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-02-02T18:44:21.941Z] time="2024-02-02T18:44:21.87702162Z" 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=96a67110-ba80-4b94-a94c-1265709543fc http.request.method=GET http.request.remoteaddr="127.0.0.1:45486" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/a07e5c50335a89377a7397f30b6cfc645cb93de7 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" trace.duration=13.555µ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=a337c91a-aefb-4563-89c6-e63d8fe1fb77 trace.line=95 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-02-02T18:44:21.941Z] time="2024-02-02T18:44:21.877066641Z" 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=96a67110-ba80-4b94-a94c-1265709543fc http.request.method=GET http.request.remoteaddr="127.0.0.1:45486" http.request.uri="/v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" http.request.useragent="docker/dev go/go1.21.6 git-commit/a07e5c50335a89377a7397f30b6cfc645cb93de7 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" http.response.contenttype="application/json; charset=utf-8" http.response.duration="993.531µs" http.response.status=404 http.response.written=181 vars.name=other vars.reference="sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda" [2024-02-02T18:44:21.941Z] 127.0.0.1 - - [02/Feb/2024:18:44:21 +0000] "GET /v2/other/manifests/sha256:a250d50e44c6366699e845175235d1c4be154b0c4359b3d7ef5590bf2dcf8eda HTTP/1.1" 404 181 "" "docker/dev go/go1.21.6 git-commit/a07e5c50335a89377a7397f30b6cfc645cb93de7 kernel/5.15.0-1052-aws os/linux arch/arm64 UpstreamClient(Go-http-client/1.1)" [2024-02-02T18:44:21.941Z] --- PASS: TestImagePullStoredDigestForOtherRepo (0.18s) [2024-02-02T18:44:21.941Z] === RUN TestImagePullNonExisting [2024-02-02T18:44:21.941Z] === RUN TestImagePullNonExisting/asdfasdf:foobar [2024-02-02T18:44:21.941Z] === PAUSE TestImagePullNonExisting/asdfasdf:foobar [2024-02-02T18:44:21.941Z] === RUN TestImagePullNonExisting/library/asdfasdf:foobar [2024-02-02T18:44:21.941Z] === PAUSE TestImagePullNonExisting/library/asdfasdf:foobar [2024-02-02T18:44:21.941Z] === RUN TestImagePullNonExisting/asdfasdf [2024-02-02T18:44:21.941Z] === PAUSE TestImagePullNonExisting/asdfasdf [2024-02-02T18:44:21.941Z] === RUN TestImagePullNonExisting/asdfasdf:latest [2024-02-02T18:44:21.941Z] === PAUSE TestImagePullNonExisting/asdfasdf:latest [2024-02-02T18:44:21.941Z] === RUN TestImagePullNonExisting/library/asdfasdf [2024-02-02T18:44:21.941Z] === PAUSE TestImagePullNonExisting/library/asdfasdf [2024-02-02T18:44:21.941Z] === RUN TestImagePullNonExisting/library/asdfasdf:latest [2024-02-02T18:44:21.941Z] === PAUSE TestImagePullNonExisting/library/asdfasdf:latest [2024-02-02T18:44:21.941Z] === CONT TestImagePullNonExisting/asdfasdf:foobar [2024-02-02T18:44:21.941Z] === CONT TestImagePullNonExisting/asdfasdf:latest [2024-02-02T18:44:21.941Z] === CONT TestImagePullNonExisting/asdfasdf [2024-02-02T18:44:21.941Z] === CONT TestImagePullNonExisting/library/asdfasdf:foobar [2024-02-02T18:44:21.941Z] === CONT TestImagePullNonExisting/library/asdfasdf:latest [2024-02-02T18:44:21.941Z] === CONT TestImagePullNonExisting/library/asdfasdf [2024-02-02T18:44:23.839Z] --- PASS: TestImagePullNonExisting (0.01s) [2024-02-02T18:44:23.839Z] --- PASS: TestImagePullNonExisting/asdfasdf:latest (0.96s) [2024-02-02T18:44:23.839Z] --- PASS: TestImagePullNonExisting/asdfasdf:foobar (0.96s) [2024-02-02T18:44:23.839Z] --- PASS: TestImagePullNonExisting/library/asdfasdf:foobar (0.96s) [2024-02-02T18:44:23.839Z] --- PASS: TestImagePullNonExisting/library/asdfasdf:latest (0.97s) [2024-02-02T18:44:23.839Z] --- PASS: TestImagePullNonExisting/library/asdfasdf (1.27s) [2024-02-02T18:44:23.839Z] --- PASS: TestImagePullNonExisting/asdfasdf (1.54s) [2024-02-02T18:44:23.839Z] === RUN TestRemoveImageOrphaning [2024-02-02T18:44:23.839Z] --- PASS: TestRemoveImageOrphaning (0.20s) [2024-02-02T18:44:23.839Z] === RUN TestRemoveByDigest [2024-02-02T18:44:23.839Z] remove_test.go:64: !testEnv.UsingSnapshotter(): RepoDigests doesn't include tags when using graphdrivers [2024-02-02T18:44:23.839Z] --- SKIP: TestRemoveByDigest (0.00s) [2024-02-02T18:44:23.839Z] === RUN TestRemoveImageGarbageCollector [2024-02-02T18:44:23.839Z] remove_unix_test.go:35: (*Execution).NotAmd64-fm [2024-02-02T18:44:23.839Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2024-02-02T18:44:23.839Z] === RUN TestSaveCheckTimes [2024-02-02T18:44:23.839Z] === PAUSE TestSaveCheckTimes [2024-02-02T18:44:23.839Z] === RUN TestSaveCheckManifestLayers [2024-02-02T18:44:23.839Z] === PAUSE TestSaveCheckManifestLayers [2024-02-02T18:44:23.839Z] === RUN TestSaveRepoWithMultipleImages [2024-02-02T18:44:24.096Z] --- PASS: TestSaveRepoWithMultipleImages (0.26s) [2024-02-02T18:44:24.096Z] === RUN TestSaveDirectoryPermissions [2024-02-02T18:44:25.029Z] --- PASS: TestSaveDirectoryPermissions (0.98s) [2024-02-02T18:44:25.029Z] === RUN TestTagUnprefixedRepoByNameOrName [2024-02-02T18:44:25.029Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2024-02-02T18:44:25.029Z] === RUN TestTagUsingDigestAlgorithmAsName [2024-02-02T18:44:25.029Z] --- PASS: TestTagUsingDigestAlgorithmAsName (0.01s) [2024-02-02T18:44:25.029Z] === RUN TestTagValidPrefixedRepo [2024-02-02T18:44:25.029Z] === RUN TestTagValidPrefixedRepo/fooo/bar [2024-02-02T18:44:25.029Z] === PAUSE TestTagValidPrefixedRepo/fooo/bar [2024-02-02T18:44:25.029Z] === RUN TestTagValidPrefixedRepo/fooaa/test [2024-02-02T18:44:25.029Z] === PAUSE TestTagValidPrefixedRepo/fooaa/test [2024-02-02T18:44:25.029Z] === RUN TestTagValidPrefixedRepo/foooo:t [2024-02-02T18:44:25.029Z] === PAUSE TestTagValidPrefixedRepo/foooo:t [2024-02-02T18:44:25.029Z] === RUN TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar [2024-02-02T18:44:25.029Z] === PAUSE TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar [2024-02-02T18:44:25.029Z] === CONT TestTagValidPrefixedRepo/fooo/bar [2024-02-02T18:44:25.029Z] === CONT TestTagValidPrefixedRepo/foooo:t [2024-02-02T18:44:25.029Z] === CONT TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar [2024-02-02T18:44:25.029Z] === CONT TestTagValidPrefixedRepo/fooaa/test [2024-02-02T18:44:25.029Z] --- PASS: TestTagValidPrefixedRepo (0.02s) [2024-02-02T18:44:25.029Z] --- PASS: TestTagValidPrefixedRepo/foooo:t (0.01s) [2024-02-02T18:44:25.029Z] --- PASS: TestTagValidPrefixedRepo/fooo/bar (0.01s) [2024-02-02T18:44:25.029Z] --- PASS: TestTagValidPrefixedRepo/fooaa/test (0.02s) [2024-02-02T18:44:25.029Z] --- PASS: TestTagValidPrefixedRepo/HOSTNAME.DOMAIN.COM:443/foo/bar (0.02s) [2024-02-02T18:44:25.029Z] === RUN TestTagExistedNameWithoutForce [2024-02-02T18:44:25.029Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2024-02-02T18:44:25.029Z] === RUN TestTagOfficialNames [2024-02-02T18:44:25.029Z] === RUN TestTagOfficialNames/tag_from_busybox_to_docker.io/busybox [2024-02-02T18:44:25.029Z] === RUN TestTagOfficialNames/tag_from_busybox_to_index.docker.io/busybox [2024-02-02T18:44:25.029Z] === RUN TestTagOfficialNames/tag_from_busybox_to_library/busybox [2024-02-02T18:44:25.029Z] === RUN TestTagOfficialNames/tag_from_busybox_to_docker.io/library/busybox [2024-02-02T18:44:25.029Z] === RUN TestTagOfficialNames/tag_from_busybox_to_index.docker.io/library/busybox [2024-02-02T18:44:25.030Z] --- PASS: TestTagOfficialNames (0.05s) [2024-02-02T18:44:25.030Z] --- PASS: TestTagOfficialNames/tag_from_busybox_to_docker.io/busybox (0.01s) [2024-02-02T18:44:25.030Z] --- PASS: TestTagOfficialNames/tag_from_busybox_to_index.docker.io/busybox (0.01s) [2024-02-02T18:44:25.030Z] --- PASS: TestTagOfficialNames/tag_from_busybox_to_library/busybox (0.01s) [2024-02-02T18:44:25.030Z] --- PASS: TestTagOfficialNames/tag_from_busybox_to_docker.io/library/busybox (0.01s) [2024-02-02T18:44:25.030Z] --- PASS: TestTagOfficialNames/tag_from_busybox_to_index.docker.io/library/busybox (0.01s) [2024-02-02T18:44:25.030Z] === RUN TestTagMatchesDigest [2024-02-02T18:44:25.030Z] --- PASS: TestTagMatchesDigest (0.01s) [2024-02-02T18:44:25.030Z] === CONT TestSaveCheckTimes [2024-02-02T18:44:25.030Z] === CONT TestSaveCheckManifestLayers [2024-02-02T18:44:25.294Z] --- PASS: TestSaveCheckTimes (0.03s) [2024-02-02T18:44:25.294Z] --- PASS: TestSaveCheckManifestLayers (0.03s) [2024-02-02T18:44:25.294Z] PASS [2024-02-02T18:44:25.294Z] [2024-02-02T18:44:25.294Z] === Skipped [2024-02-02T18:44:25.294Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2024-02-02T18:44:25.294Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2024-02-02T18:44:25.294Z] [2024-02-02T18:44:25.294Z] === SKIP: arm64.integration.image TestRemoveByDigest (0.00s) [2024-02-02T18:44:25.294Z] remove_test.go:64: !testEnv.UsingSnapshotter(): RepoDigests doesn't include tags when using graphdrivers [2024-02-02T18:44:25.294Z] [2024-02-02T18:44:25.294Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2024-02-02T18:44:25.294Z] remove_unix_test.go:35: (*Execution).NotAmd64-fm [2024-02-02T18:44:25.294Z] [2024-02-02T18:44:25.294Z] DONE 55 tests, 3 skipped in 6.602s [2024-02-02T18:44:25.294Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (arm64.integration.internal.termtest) flags=-test.v -test.timeout=120m [2024-02-02T18:44:25.294Z] ++ '[' -n '' ']' [2024-02-02T18:44:25.294Z] ++ 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 [2024-02-02T18:44:25.294Z] ++ set -e [2024-02-02T18:44:25.294Z] ++ '[' -n 0 ']' [2024-02-02T18:44:25.294Z] ++ set -x [2024-02-02T18:44:25.294Z] ++ 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.4T7ti6DPmc/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 [2024-02-02T18:44:25.294Z] === RUN TestStripANSICommands [2024-02-02T18:44:25.294Z] === RUN TestStripANSICommands/#00 [2024-02-02T18:44:25.294Z] === RUN TestStripANSICommands/#01 [2024-02-02T18:44:25.294Z] --- PASS: TestStripANSICommands (0.00s) [2024-02-02T18:44:25.294Z] --- PASS: TestStripANSICommands/#00 (0.00s) [2024-02-02T18:44:25.294Z] --- PASS: TestStripANSICommands/#01 (0.00s) [2024-02-02T18:44:25.294Z] PASS [2024-02-02T18:44:25.294Z] [2024-02-02T18:44:25.294Z] DONE 3 tests in 0.009s [2024-02-02T18:44:25.294Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2024-02-02T18:44:25.294Z] ++ '[' -n '' ']' [2024-02-02T18:44:25.294Z] ++ 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 [2024-02-02T18:44:25.294Z] ++ set -e [2024-02-02T18:44:25.294Z] ++ '[' -n 0 ']' [2024-02-02T18:44:25.294Z] ++ set -x [2024-02-02T18:44:25.294Z] ++ 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.4T7ti6DPmc/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 [2024-02-02T18:44:25.294Z] INFO: Testing against a local daemon [2024-02-02T18:44:25.294Z] === RUN TestCreateWithMultiNetworks [2024-02-02T18:44:26.227Z] --- PASS: TestCreateWithMultiNetworks (0.91s) [2024-02-02T18:44:26.227Z] === RUN TestNetworkCreateDelete [2024-02-02T18:44:26.227Z] --- PASS: TestNetworkCreateDelete (0.15s) [2024-02-02T18:44:26.227Z] === RUN TestDockerNetworkDeletePreferID [2024-02-02T18:44:26.792Z] --- PASS: TestDockerNetworkDeletePreferID (0.48s) [2024-02-02T18:44:26.792Z] === RUN TestDaemonDNSFallback [2024-02-02T18:44:33.353Z] --- PASS: TestDaemonDNSFallback (6.20s) [2024-02-02T18:44:33.353Z] === RUN TestInspectNetwork [2024-02-02T18:44:35.879Z] === RUN TestInspectNetwork/full_network_id [2024-02-02T18:44:35.879Z] === RUN TestInspectNetwork/partial_network_id [2024-02-02T18:44:35.879Z] === RUN TestInspectNetwork/network_name [2024-02-02T18:44:35.879Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2024-02-02T18:44:40.058Z] --- PASS: TestInspectNetwork (7.10s) [2024-02-02T18:44:40.058Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2024-02-02T18:44:40.058Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2024-02-02T18:44:40.058Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2024-02-02T18:44:40.058Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2024-02-02T18:44:40.058Z] === RUN TestRunContainerWithBridgeNone [2024-02-02T18:44:41.430Z] --- PASS: TestRunContainerWithBridgeNone (1.26s) [2024-02-02T18:44:41.430Z] === RUN TestNetworkInvalidJSON [2024-02-02T18:44:41.430Z] === RUN TestNetworkInvalidJSON/networks/create [2024-02-02T18:44:41.430Z] === PAUSE TestNetworkInvalidJSON/networks/create [2024-02-02T18:44:41.430Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect [2024-02-02T18:44:41.430Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect [2024-02-02T18:44:41.430Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect [2024-02-02T18:44:41.430Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect [2024-02-02T18:44:41.430Z] === CONT TestNetworkInvalidJSON/networks/create [2024-02-02T18:44:41.430Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_content_type [2024-02-02T18:44:41.430Z] === CONT TestNetworkInvalidJSON/networks/bridge/disconnect [2024-02-02T18:44:41.430Z] === CONT TestNetworkInvalidJSON/networks/bridge/connect [2024-02-02T18:44:41.430Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type [2024-02-02T18:44:41.430Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type [2024-02-02T18:44:41.430Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON [2024-02-02T18:44:41.430Z] === RUN TestNetworkInvalidJSON/networks/create/invalid_JSON [2024-02-02T18:44:41.430Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON [2024-02-02T18:44:41.430Z] === RUN TestNetworkInvalidJSON/networks/create/extra_content_after_JSON [2024-02-02T18:44:41.430Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON [2024-02-02T18:44:41.430Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON [2024-02-02T18:44:41.430Z] === RUN TestNetworkInvalidJSON/networks/create/empty_body [2024-02-02T18:44:41.430Z] === RUN TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body [2024-02-02T18:44:41.430Z] === RUN TestNetworkInvalidJSON/networks/bridge/connect/empty_body [2024-02-02T18:44:41.430Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2024-02-02T18:44:41.430Z] --- PASS: TestNetworkInvalidJSON/networks/create (0.00s) [2024-02-02T18:44:41.430Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s) [2024-02-02T18:44:41.430Z] --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s) [2024-02-02T18:44:41.430Z] --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s) [2024-02-02T18:44:41.430Z] --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s) [2024-02-02T18:44:41.430Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s) [2024-02-02T18:44:41.430Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s) [2024-02-02T18:44:41.430Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s) [2024-02-02T18:44:41.430Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s) [2024-02-02T18:44:41.430Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s) [2024-02-02T18:44:41.430Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s) [2024-02-02T18:44:41.430Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s) [2024-02-02T18:44:41.430Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s) [2024-02-02T18:44:41.430Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s) [2024-02-02T18:44:41.430Z] --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s) [2024-02-02T18:44:41.430Z] === RUN TestNetworkList [2024-02-02T18:44:41.430Z] === RUN TestNetworkList//networks [2024-02-02T18:44:41.430Z] === PAUSE TestNetworkList//networks [2024-02-02T18:44:41.430Z] === RUN TestNetworkList//networks/ [2024-02-02T18:44:41.430Z] === PAUSE TestNetworkList//networks/ [2024-02-02T18:44:41.430Z] === CONT TestNetworkList//networks [2024-02-02T18:44:41.430Z] === CONT TestNetworkList//networks/ [2024-02-02T18:44:41.430Z] --- PASS: TestNetworkList (0.01s) [2024-02-02T18:44:41.430Z] --- PASS: TestNetworkList//networks/ (0.00s) [2024-02-02T18:44:41.430Z] --- PASS: TestNetworkList//networks (0.00s) [2024-02-02T18:44:41.430Z] === RUN TestHostIPv4BridgeLabel [2024-02-02T18:44:41.996Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2024-02-02T18:44:41.996Z] === RUN TestDefaultNetworkOpts [2024-02-02T18:44:41.996Z] === RUN TestDefaultNetworkOpts/default_value [2024-02-02T18:44:43.368Z] === RUN TestDefaultNetworkOpts/cmdline_value [2024-02-02T18:44:44.302Z] === RUN TestDefaultNetworkOpts/config-from_value [2024-02-02T18:44:45.675Z] --- PASS: TestDefaultNetworkOpts (3.67s) [2024-02-02T18:44:45.675Z] --- PASS: TestDefaultNetworkOpts/default_value (1.21s) [2024-02-02T18:44:45.675Z] --- PASS: TestDefaultNetworkOpts/cmdline_value (1.21s) [2024-02-02T18:44:45.675Z] --- PASS: TestDefaultNetworkOpts/config-from_value (1.25s) [2024-02-02T18:44:45.675Z] === RUN TestForbidDuplicateNetworkNames [2024-02-02T18:44:46.240Z] --- PASS: TestForbidDuplicateNetworkNames (0.65s) [2024-02-02T18:44:46.240Z] === RUN TestDaemonRestartWithLiveRestore [2024-02-02T18:44:47.172Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2024-02-02T18:44:47.172Z] === RUN TestDaemonDefaultNetworkPools [2024-02-02T18:44:48.104Z] --- PASS: TestDaemonDefaultNetworkPools (0.79s) [2024-02-02T18:44:48.104Z] === RUN TestDaemonRestartWithExistingNetwork [2024-02-02T18:44:49.476Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.17s) [2024-02-02T18:44:49.476Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2024-02-02T18:44:50.408Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.26s) [2024-02-02T18:44:50.408Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2024-02-02T18:44:51.340Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.61s) [2024-02-02T18:44:51.340Z] === RUN TestServiceWithPredefinedNetwork [2024-02-02T18:44:53.237Z] --- PASS: TestServiceWithPredefinedNetwork (2.17s) [2024-02-02T18:44:53.237Z] === RUN TestServiceRemoveKeepsIngressNetwork [2024-02-02T18:44:53.237Z] service_test.go:250: FLAKY_TEST [2024-02-02T18:44:53.237Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2024-02-02T18:44:53.237Z] === RUN TestServiceWithDataPathPortInit [2024-02-02T18:45:08.099Z] --- PASS: TestServiceWithDataPathPortInit (13.19s) [2024-02-02T18:45:08.099Z] === RUN TestServiceWithDefaultAddressPoolInit [2024-02-02T18:45:08.664Z] service_test.go:440: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:qlt14bfsab9dpeey8m9bs3eap Created:2024-02-02 18:45:07.694585055 +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[76af4e63f7d9cc604ff678c09098b8d1baccb8ad3dd0d7aae7460ee53ceceb5d:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.h6ogd19vnb1tzyfqdgkz673z0 EndpointID:2d65e048c6deb5cceaf5726b5b23733ae95ec3240d20b5e81b54ee2a46a37ce2 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:4a1037c64f1b97a10ca337bf66bc1b0740dc191b602b370c960dcb015699b35e 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:dbf1d428b15b IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.h6ogd19vnb1tzyfqdgkz673z0 EndpointID:2d65e048c6deb5cceaf5726b5b23733ae95ec3240d20b5e81b54ee2a46a37ce2 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2024-02-02T18:45:13.924Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.79s) [2024-02-02T18:45:13.924Z] PASS [2024-02-02T18:45:13.924Z] [2024-02-02T18:45:13.924Z] === Skipped [2024-02-02T18:45:13.924Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2024-02-02T18:45:13.924Z] service_test.go:250: FLAKY_TEST [2024-02-02T18:45:13.924Z] [2024-02-02T18:45:13.924Z] DONE 44 tests, 1 skipped in 48.052s [2024-02-02T18:45:13.924Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2024-02-02T18:45:13.924Z] ++ '[' -n '' ']' [2024-02-02T18:45:13.924Z] ++ 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 [2024-02-02T18:45:13.924Z] ++ set -e [2024-02-02T18:45:13.924Z] ++ '[' -n 0 ']' [2024-02-02T18:45:13.924Z] ++ set -x [2024-02-02T18:45:13.924Z] ++ 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.4T7ti6DPmc/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 [2024-02-02T18:45:13.924Z] INFO: Testing against a local daemon [2024-02-02T18:45:13.924Z] === RUN TestDockerNetworkIpvlanPersistance [2024-02-02T18:45:13.924Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2024-02-02T18:45:13.924Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2024-02-02T18:45:13.924Z] === RUN TestDockerNetworkIpvlan [2024-02-02T18:45:13.924Z] ipvlan_test.go:55: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2024-02-02T18:45:13.924Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2024-02-02T18:45:13.924Z] PASS [2024-02-02T18:45:13.924Z] [2024-02-02T18:45:13.924Z] === Skipped [2024-02-02T18:45:13.924Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2024-02-02T18:45:13.924Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2024-02-02T18:45:13.924Z] [2024-02-02T18:45:13.924Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2024-02-02T18:45:13.924Z] ipvlan_test.go:55: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2024-02-02T18:45:13.924Z] [2024-02-02T18:45:13.924Z] DONE 2 tests, 2 skipped in 0.040s [2024-02-02T18:45:13.924Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2024-02-02T18:45:13.924Z] ++ '[' -n '' ']' [2024-02-02T18:45:13.924Z] ++ 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 [2024-02-02T18:45:13.924Z] ++ set -e [2024-02-02T18:45:13.924Z] ++ '[' -n 0 ']' [2024-02-02T18:45:13.924Z] ++ set -x [2024-02-02T18:45:13.924Z] ++ 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.4T7ti6DPmc/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 [2024-02-02T18:45:13.924Z] INFO: Testing against a local daemon [2024-02-02T18:45:13.924Z] === RUN TestDockerNetworkMacvlanPersistance [2024-02-02T18:45:14.489Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.18s) [2024-02-02T18:45:14.489Z] === RUN TestDockerNetworkMacvlan [2024-02-02T18:45:14.489Z] === RUN TestDockerNetworkMacvlan/Subinterface [2024-02-02T18:45:15.055Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2024-02-02T18:45:15.620Z] === RUN TestDockerNetworkMacvlan/NilParent [2024-02-02T18:45:16.569Z] === RUN TestDockerNetworkMacvlan/InternalMode [2024-02-02T18:45:16.829Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2024-02-02T18:45:17.762Z] === RUN TestDockerNetworkMacvlan/Addressing [2024-02-02T18:45:18.020Z] --- PASS: TestDockerNetworkMacvlan (3.59s) [2024-02-02T18:45:18.020Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.60s) [2024-02-02T18:45:18.020Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.60s) [2024-02-02T18:45:18.020Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.60s) [2024-02-02T18:45:18.020Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.59s) [2024-02-02T18:45:18.020Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (0.60s) [2024-02-02T18:45:18.020Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.60s) [2024-02-02T18:45:18.020Z] PASS [2024-02-02T18:45:18.020Z] [2024-02-02T18:45:18.020Z] DONE 8 tests in 4.806s [2024-02-02T18:45:18.020Z] Running /go/src/github.com/docker/docker/integration/networking (arm64.integration.networking) flags=-test.v -test.timeout=120m [2024-02-02T18:45:18.020Z] ++ '[' -n '' ']' [2024-02-02T18:45:18.020Z] ++ 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 [2024-02-02T18:45:18.020Z] ++ set -e [2024-02-02T18:45:18.020Z] ++ '[' -n 0 ']' [2024-02-02T18:45:18.020Z] ++ set -x [2024-02-02T18:45:18.020Z] ++ 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.4T7ti6DPmc/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 [2024-02-02T18:45:18.278Z] INFO: Testing against a local daemon [2024-02-02T18:45:18.278Z] === RUN TestBridgeICC [2024-02-02T18:45:18.843Z] === RUN TestBridgeICC/IPv4_non-internal_network [2024-02-02T18:45:19.776Z] === RUN TestBridgeICC/IPv4_internal_network [2024-02-02T18:45:21.149Z] === RUN TestBridgeICC/IPv6_ULA_on_non-internal_network [2024-02-02T18:45:22.081Z] === RUN TestBridgeICC/IPv6_ULA_on_internal_network [2024-02-02T18:45:23.015Z] === RUN TestBridgeICC/IPv6_link-local_address_on_non-internal_network [2024-02-02T18:45:24.387Z] === RUN TestBridgeICC/IPv6_link-local_address_on_internal_network [2024-02-02T18:45:25.320Z] === RUN TestBridgeICC/IPv6_link-local_address_on_non-internal_network_ping_by_name [2024-02-02T18:45:26.252Z] === RUN TestBridgeICC/IPv6_nonstandard_link-local_subnet_on_non-internal_network_ping_by_name [2024-02-02T18:45:27.624Z] === RUN TestBridgeICC/IPv6_non-internal_network_with_SLAAC_LL_address [2024-02-02T18:45:30.903Z] === RUN TestBridgeICC/IPv6_internal_network_with_SLAAC_LL_address [2024-02-02T18:45:34.182Z] --- PASS: TestBridgeICC (15.50s) [2024-02-02T18:45:34.182Z] --- PASS: TestBridgeICC/IPv4_non-internal_network (1.07s) [2024-02-02T18:45:34.182Z] --- PASS: TestBridgeICC/IPv4_internal_network (1.05s) [2024-02-02T18:45:34.182Z] --- PASS: TestBridgeICC/IPv6_ULA_on_non-internal_network (1.11s) [2024-02-02T18:45:34.182Z] --- PASS: TestBridgeICC/IPv6_ULA_on_internal_network (1.02s) [2024-02-02T18:45:34.182Z] --- PASS: TestBridgeICC/IPv6_link-local_address_on_non-internal_network (1.14s) [2024-02-02T18:45:34.182Z] --- PASS: TestBridgeICC/IPv6_link-local_address_on_internal_network (1.07s) [2024-02-02T18:45:34.182Z] --- PASS: TestBridgeICC/IPv6_link-local_address_on_non-internal_network_ping_by_name (1.08s) [2024-02-02T18:45:34.182Z] --- PASS: TestBridgeICC/IPv6_nonstandard_link-local_subnet_on_non-internal_network_ping_by_name (1.12s) [2024-02-02T18:45:34.182Z] --- PASS: TestBridgeICC/IPv6_non-internal_network_with_SLAAC_LL_address (3.11s) [2024-02-02T18:45:34.182Z] --- PASS: TestBridgeICC/IPv6_internal_network_with_SLAAC_LL_address (3.14s) [2024-02-02T18:45:34.182Z] === RUN TestBridgeINC [2024-02-02T18:45:34.182Z] === RUN TestBridgeINC/IPv4_non-internal_network [2024-02-02T18:45:39.442Z] === RUN TestBridgeINC/IPv4_internal_network [2024-02-02T18:45:40.008Z] === RUN TestBridgeINC/IPv6_ULA_on_non-internal_network [2024-02-02T18:45:45.268Z] === RUN TestBridgeINC/IPv6_ULA_on_internal_network [2024-02-02T18:45:45.527Z] --- PASS: TestBridgeINC (11.77s) [2024-02-02T18:45:45.527Z] --- PASS: TestBridgeINC/IPv4_non-internal_network (4.38s) [2024-02-02T18:45:45.527Z] --- PASS: TestBridgeINC/IPv4_internal_network (1.33s) [2024-02-02T18:45:45.527Z] --- PASS: TestBridgeINC/IPv6_ULA_on_non-internal_network (4.35s) [2024-02-02T18:45:45.527Z] --- PASS: TestBridgeINC/IPv6_ULA_on_internal_network (1.10s) [2024-02-02T18:45:45.527Z] === RUN TestDefaultBridgeIPv6 [2024-02-02T18:45:45.527Z] === RUN TestDefaultBridgeIPv6/IPv6_ULA [2024-02-02T18:45:46.898Z] === RUN TestDefaultBridgeIPv6/IPv6_LLA_only [2024-02-02T18:45:48.270Z] === RUN TestDefaultBridgeIPv6/IPv6_nonstandard_LLA_only [2024-02-02T18:45:50.168Z] --- PASS: TestDefaultBridgeIPv6 (4.48s) [2024-02-02T18:45:50.168Z] --- PASS: TestDefaultBridgeIPv6/IPv6_ULA (1.47s) [2024-02-02T18:45:50.168Z] --- PASS: TestDefaultBridgeIPv6/IPv6_LLA_only (1.47s) [2024-02-02T18:45:50.168Z] --- PASS: TestDefaultBridgeIPv6/IPv6_nonstandard_LLA_only (1.53s) [2024-02-02T18:45:50.168Z] === RUN TestDefaultBridgeAddresses [2024-02-02T18:45:50.168Z] === RUN TestDefaultBridgeAddresses/Unique-Local_Subnet_Changes [2024-02-02T18:45:51.544Z] === RUN TestDefaultBridgeAddresses/Link-Local_Subnet_Changes [2024-02-02T18:45:53.445Z] --- PASS: TestDefaultBridgeAddresses (3.11s) [2024-02-02T18:45:53.445Z] --- PASS: TestDefaultBridgeAddresses/Unique-Local_Subnet_Changes (1.55s) [2024-02-02T18:45:53.445Z] --- PASS: TestDefaultBridgeAddresses/Link-Local_Subnet_Changes (1.55s) [2024-02-02T18:45:53.445Z] === RUN TestEtcHostsIpv6 [2024-02-02T18:45:53.703Z] === RUN TestEtcHostsIpv6/IPv6_enabled [2024-02-02T18:45:54.268Z] === RUN TestEtcHostsIpv6/IPv6_disabled [2024-02-02T18:45:57.546Z] --- PASS: TestEtcHostsIpv6 (4.60s) [2024-02-02T18:45:57.546Z] --- PASS: TestEtcHostsIpv6/IPv6_enabled (0.46s) [2024-02-02T18:45:57.546Z] --- PASS: TestEtcHostsIpv6/IPv6_disabled (3.53s) [2024-02-02T18:45:57.546Z] === RUN TestMACAddrOnRestart [2024-02-02T18:46:00.073Z] --- PASS: TestMACAddrOnRestart (2.07s) [2024-02-02T18:46:00.073Z] === RUN TestCfgdMACAddrOnRestart [2024-02-02T18:46:02.599Z] --- PASS: TestCfgdMACAddrOnRestart (2.45s) [2024-02-02T18:46:02.599Z] === RUN TestInspectCfgdMAC [2024-02-02T18:46:02.857Z] === RUN TestInspectCfgdMAC/generated_address_default_bridge [2024-02-02T18:46:02.857Z] === RUN TestInspectCfgdMAC/configured_address_default_bridge [2024-02-02T18:46:02.857Z] === RUN TestInspectCfgdMAC/generated_address_custom_bridge [2024-02-02T18:46:03.114Z] === RUN TestInspectCfgdMAC/configured_address_custom_bridge [2024-02-02T18:46:03.372Z] === RUN TestInspectCfgdMAC/ctr-wide_address_default_bridge [2024-02-02T18:46:03.372Z] --- PASS: TestInspectCfgdMAC (1.15s) [2024-02-02T18:46:03.372Z] --- PASS: TestInspectCfgdMAC/generated_address_default_bridge (0.05s) [2024-02-02T18:46:03.372Z] --- PASS: TestInspectCfgdMAC/configured_address_default_bridge (0.04s) [2024-02-02T18:46:03.372Z] --- PASS: TestInspectCfgdMAC/generated_address_custom_bridge (0.22s) [2024-02-02T18:46:03.372Z] --- PASS: TestInspectCfgdMAC/configured_address_custom_bridge (0.18s) [2024-02-02T18:46:03.372Z] --- PASS: TestInspectCfgdMAC/ctr-wide_address_default_bridge (0.05s) [2024-02-02T18:46:03.372Z] PASS [2024-02-02T18:46:03.372Z] [2024-02-02T18:46:03.372Z] DONE 34 tests in 45.161s [2024-02-02T18:46:03.372Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2024-02-02T18:46:03.372Z] ++ '[' -n '' ']' [2024-02-02T18:46:03.372Z] ++ 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 [2024-02-02T18:46:03.372Z] ++ set -e [2024-02-02T18:46:03.372Z] ++ '[' -n 0 ']' [2024-02-02T18:46:03.372Z] ++ set -x [2024-02-02T18:46:03.373Z] ++ 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.4T7ti6DPmc/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 [2024-02-02T18:46:03.373Z] testing: warning: no tests to run [2024-02-02T18:46:03.373Z] PASS [2024-02-02T18:46:03.373Z] [2024-02-02T18:46:03.373Z] DONE 0 tests in 0.007s [2024-02-02T18:46:03.373Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2024-02-02T18:46:03.373Z] ++ '[' -n '' ']' [2024-02-02T18:46:03.373Z] ++ 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 [2024-02-02T18:46:03.373Z] ++ set -e [2024-02-02T18:46:03.373Z] ++ '[' -n 0 ']' [2024-02-02T18:46:03.373Z] ++ set -x [2024-02-02T18:46:03.373Z] ++ 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.4T7ti6DPmc/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 [2024-02-02T18:46:03.373Z] INFO: Testing against a local daemon [2024-02-02T18:46:03.373Z] === RUN TestAuthZPluginAllowRequest [2024-02-02T18:46:04.305Z] --- PASS: TestAuthZPluginAllowRequest (1.04s) [2024-02-02T18:46:04.305Z] === RUN TestAuthZPluginTLS [2024-02-02T18:46:04.870Z] --- PASS: TestAuthZPluginTLS (0.55s) [2024-02-02T18:46:04.870Z] === RUN TestAuthZPluginDenyRequest [2024-02-02T18:46:05.434Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2024-02-02T18:46:05.434Z] === RUN TestAuthZPluginAPIDenyResponse [2024-02-02T18:46:05.999Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2024-02-02T18:46:05.999Z] === RUN TestAuthZPluginDenyResponse [2024-02-02T18:46:06.564Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2024-02-02T18:46:06.564Z] === RUN TestAuthZPluginAllowEventStream [2024-02-02T18:46:07.498Z] 2024/02/02 18:46:07 http: panic serving 127.0.0.1:60846: runtime error: invalid memory address or nil pointer dereference [2024-02-02T18:46:07.498Z] goroutine 177 [running]: [2024-02-02T18:46:07.498Z] net/http.(*conn).serve.func1() [2024-02-02T18:46:07.498Z] /usr/local/go/src/net/http/server.go:1868 +0xb0 [2024-02-02T18:46:07.498Z] panic({0xa74a00?, 0x1599ca0?}) [2024-02-02T18:46:07.498Z] /usr/local/go/src/runtime/panic.go:920 +0x26c [2024-02-02T18:46:07.498Z] github.com/docker/docker/integration/plugin/authz.setupSuite.func3({0xd72a48, 0x40004180c0}, 0xffffbac31c58?) [2024-02-02T18:46:07.498Z] /go/src/github.com/docker/docker/integration/plugin/authz/main_test.go:159 +0x14c [2024-02-02T18:46:07.498Z] net/http.HandlerFunc.ServeHTTP(0x40001ca600?, {0xd72a48?, 0x40004180c0?}, 0x4022e4?) [2024-02-02T18:46:07.498Z] /usr/local/go/src/net/http/server.go:2136 +0x38 [2024-02-02T18:46:07.498Z] net/http.(*ServeMux).ServeHTTP(0xd78ff8?, {0xd72a48, 0x40004180c0}, 0x40001ca600) [2024-02-02T18:46:07.498Z] /usr/local/go/src/net/http/server.go:2514 +0x144 [2024-02-02T18:46:07.498Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*middleware).serveHTTP(0x400055e0b0, {0xd71608?, 0x4000318000}, 0x40001ca500, {0xd67960, 0x4000752040}) [2024-02-02T18:46:07.498Z] /go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:217 +0xf44 [2024-02-02T18:46:07.498Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.NewMiddleware.func1.1({0xd71608?, 0x4000318000?}, 0x40004e0040?) [2024-02-02T18:46:07.498Z] /go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:81 +0x40 [2024-02-02T18:46:07.498Z] net/http.HandlerFunc.ServeHTTP(0x10?, {0xd71608?, 0x4000318000?}, 0x4000318000?) [2024-02-02T18:46:07.498Z] /usr/local/go/src/net/http/server.go:2136 +0x38 [2024-02-02T18:46:07.498Z] net/http.serverHandler.ServeHTTP({0xd6e1e8?}, {0xd71608?, 0x4000318000?}, 0x6?) [2024-02-02T18:46:07.498Z] /usr/local/go/src/net/http/server.go:2938 +0xbc [2024-02-02T18:46:07.498Z] net/http.(*conn).serve(0x4000129e60, {0xd78ff8, 0x4000754210}) [2024-02-02T18:46:07.498Z] /usr/local/go/src/net/http/server.go:2009 +0x518 [2024-02-02T18:46:07.498Z] created by net/http.(*Server).Serve in goroutine 9 [2024-02-02T18:46:07.498Z] /usr/local/go/src/net/http/server.go:3086 +0x4cc [2024-02-02T18:46:08.430Z] 2024/02/02 18:46:08 http: panic serving 127.0.0.1:60852: could not unmarshal json for /AuthZPlugin.AuthZRes: unexpected end of JSON input [2024-02-02T18:46:08.430Z] goroutine 176 [running]: [2024-02-02T18:46:08.430Z] net/http.(*conn).serve.func1() [2024-02-02T18:46:08.430Z] /usr/local/go/src/net/http/server.go:1868 +0xb0 [2024-02-02T18:46:08.430Z] panic({0xa0ae80?, 0x40003128d0?}) [2024-02-02T18:46:08.430Z] /usr/local/go/src/runtime/panic.go:920 +0x26c [2024-02-02T18:46:08.430Z] github.com/docker/docker/integration/plugin/authz.setupSuite.func3({0xd72a48, 0x400020b080}, 0xffff73ec67f8?) [2024-02-02T18:46:08.430Z] /go/src/github.com/docker/docker/integration/plugin/authz/main_test.go:149 +0x360 [2024-02-02T18:46:08.430Z] net/http.HandlerFunc.ServeHTTP(0x40005c1500?, {0xd72a48?, 0x400020b080?}, 0x4022e4?) [2024-02-02T18:46:08.430Z] /usr/local/go/src/net/http/server.go:2136 +0x38 [2024-02-02T18:46:08.430Z] net/http.(*ServeMux).ServeHTTP(0xd78ff8?, {0xd72a48, 0x400020b080}, 0x40005c1500) [2024-02-02T18:46:08.430Z] /usr/local/go/src/net/http/server.go:2514 +0x144 [2024-02-02T18:46:08.431Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*middleware).serveHTTP(0x400055e0b0, {0xd71608?, 0x4000026380}, 0x40005c1400, {0xd67960, 0x4000752040}) [2024-02-02T18:46:08.431Z] /go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:217 +0xf44 [2024-02-02T18:46:08.431Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.NewMiddleware.func1.1({0xd71608?, 0x4000026380?}, 0x40001de990?) [2024-02-02T18:46:08.431Z] /go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:81 +0x40 [2024-02-02T18:46:08.431Z] net/http.HandlerFunc.ServeHTTP(0x15f74a0?, {0xd71608?, 0x4000026380?}, 0x40003b3b40?) [2024-02-02T18:46:08.431Z] /usr/local/go/src/net/http/server.go:2136 +0x38 [2024-02-02T18:46:08.431Z] net/http.serverHandler.ServeHTTP({0x40001de990?}, {0xd71608?, 0x4000026380?}, 0x6?) [2024-02-02T18:46:08.431Z] /usr/local/go/src/net/http/server.go:2938 +0xbc [2024-02-02T18:46:08.431Z] net/http.(*conn).serve(0x40004285a0, {0xd78ff8, 0x4000754210}) [2024-02-02T18:46:08.431Z] /usr/local/go/src/net/http/server.go:2009 +0x518 [2024-02-02T18:46:08.431Z] created by net/http.(*Server).Serve in goroutine 9 [2024-02-02T18:46:08.431Z] /usr/local/go/src/net/http/server.go:3086 +0x4cc [2024-02-02T18:46:10.328Z] 2024/02/02 18:46:10 http: panic serving 127.0.0.1:60854: could not unmarshal json for /AuthZPlugin.AuthZRes: unexpected end of JSON input [2024-02-02T18:46:10.328Z] goroutine 209 [running]: [2024-02-02T18:46:10.328Z] net/http.(*conn).serve.func1() [2024-02-02T18:46:10.328Z] /usr/local/go/src/net/http/server.go:1868 +0xb0 [2024-02-02T18:46:10.328Z] panic({0xa0ae80?, 0x4000312970?}) [2024-02-02T18:46:10.328Z] /usr/local/go/src/runtime/panic.go:920 +0x26c [2024-02-02T18:46:10.328Z] github.com/docker/docker/integration/plugin/authz.setupSuite.func3({0xd72a48, 0x400020b140}, 0xffff73ec67f8?) [2024-02-02T18:46:10.328Z] /go/src/github.com/docker/docker/integration/plugin/authz/main_test.go:149 +0x360 [2024-02-02T18:46:10.328Z] net/http.HandlerFunc.ServeHTTP(0x40005c1700?, {0xd72a48?, 0x400020b140?}, 0x4022e4?) [2024-02-02T18:46:10.328Z] /usr/local/go/src/net/http/server.go:2136 +0x38 [2024-02-02T18:46:10.328Z] net/http.(*ServeMux).ServeHTTP(0xd78ff8?, {0xd72a48, 0x400020b140}, 0x40005c1700) [2024-02-02T18:46:10.328Z] /usr/local/go/src/net/http/server.go:2514 +0x144 [2024-02-02T18:46:10.328Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*middleware).serveHTTP(0x400055e0b0, {0xd71608?, 0x4000026460}, 0x40005c1600, {0xd67960, 0x4000752040}) [2024-02-02T18:46:10.328Z] /go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:217 +0xf44 [2024-02-02T18:46:10.328Z] github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.NewMiddleware.func1.1({0xd71608?, 0x4000026460?}, 0x400028ff50?) [2024-02-02T18:46:10.328Z] /go/src/github.com/docker/docker/vendor/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/handler.go:81 +0x40 [2024-02-02T18:46:10.328Z] net/http.HandlerFunc.ServeHTTP(0x15f74a0?, {0xd71608?, 0x4000026460?}, 0x40001a0b40?) [2024-02-02T18:46:10.328Z] /usr/local/go/src/net/http/server.go:2136 +0x38 [2024-02-02T18:46:10.328Z] net/http.serverHandler.ServeHTTP({0x400028ff50?}, {0xd71608?, 0x4000026460?}, 0x6?) [2024-02-02T18:46:10.328Z] /usr/local/go/src/net/http/server.go:2938 +0xbc [2024-02-02T18:46:10.328Z] net/http.(*conn).serve(0x40000aae10, {0xd78ff8, 0x4000754210}) [2024-02-02T18:46:10.328Z] /usr/local/go/src/net/http/server.go:2009 +0x518 [2024-02-02T18:46:10.328Z] created by net/http.(*Server).Serve in goroutine 9 [2024-02-02T18:46:10.328Z] /usr/local/go/src/net/http/server.go:3086 +0x4cc [2024-02-02T18:46:12.854Z] --- PASS: TestAuthZPluginAllowEventStream (6.01s) [2024-02-02T18:46:12.854Z] === RUN TestAuthZPluginErrorResponse [2024-02-02T18:46:13.111Z] --- PASS: TestAuthZPluginErrorResponse (0.53s) [2024-02-02T18:46:13.111Z] === RUN TestAuthZPluginErrorRequest [2024-02-02T18:46:13.677Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2024-02-02T18:46:13.677Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2024-02-02T18:46:14.243Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2024-02-02T18:46:14.243Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2024-02-02T18:46:15.176Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.14s) [2024-02-02T18:46:15.176Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2024-02-02T18:46:16.548Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.14s) [2024-02-02T18:46:16.548Z] === RUN TestAuthZPluginHeader [2024-02-02T18:46:17.113Z] --- PASS: TestAuthZPluginHeader (0.61s) [2024-02-02T18:46:17.114Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2024-02-02T18:46:17.114Z] authz_plugin_v2_test.go:40: (*Execution).NotAmd64-fm [2024-02-02T18:46:17.114Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2024-02-02T18:46:17.114Z] === RUN TestAuthZPluginV2Disable [2024-02-02T18:46:17.114Z] authz_plugin_v2_test.go:61: (*Execution).NotAmd64-fm [2024-02-02T18:46:17.114Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2024-02-02T18:46:17.114Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2024-02-02T18:46:17.114Z] authz_plugin_v2_test.go:87: (*Execution).NotAmd64-fm [2024-02-02T18:46:17.114Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2024-02-02T18:46:17.114Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2024-02-02T18:46:17.114Z] authz_plugin_v2_test.go:122: (*Execution).NotAmd64-fm [2024-02-02T18:46:17.114Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2024-02-02T18:46:17.114Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2024-02-02T18:46:35.182Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.89s) [2024-02-02T18:46:35.182Z] PASS [2024-02-02T18:46:35.182Z] [2024-02-02T18:46:35.182Z] === Skipped [2024-02-02T18:46:35.182Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2024-02-02T18:46:35.182Z] authz_plugin_v2_test.go:40: (*Execution).NotAmd64-fm [2024-02-02T18:46:35.182Z] [2024-02-02T18:46:35.182Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2024-02-02T18:46:35.182Z] authz_plugin_v2_test.go:61: (*Execution).NotAmd64-fm [2024-02-02T18:46:35.182Z] [2024-02-02T18:46:35.182Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2024-02-02T18:46:35.182Z] authz_plugin_v2_test.go:87: (*Execution).NotAmd64-fm [2024-02-02T18:46:35.182Z] [2024-02-02T18:46:35.182Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2024-02-02T18:46:35.182Z] authz_plugin_v2_test.go:122: (*Execution).NotAmd64-fm [2024-02-02T18:46:35.182Z] [2024-02-02T18:46:35.182Z] DONE 17 tests, 4 skipped in 30.593s [2024-02-02T18:46:35.182Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2024-02-02T18:46:35.182Z] ++ '[' -n '' ']' [2024-02-02T18:46:35.182Z] ++ 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 [2024-02-02T18:46:35.182Z] ++ set -e [2024-02-02T18:46:35.182Z] ++ '[' -n 0 ']' [2024-02-02T18:46:35.182Z] ++ set -x [2024-02-02T18:46:35.182Z] ++ 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.4T7ti6DPmc/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 [2024-02-02T18:46:35.182Z] INFO: Testing against a local daemon [2024-02-02T18:46:35.182Z] === RUN TestPluginInvalidJSON [2024-02-02T18:46:35.182Z] === RUN TestPluginInvalidJSON/plugins/foobar/set [2024-02-02T18:46:35.182Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set [2024-02-02T18:46:35.182Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade [2024-02-02T18:46:35.182Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade [2024-02-02T18:46:35.182Z] === RUN TestPluginInvalidJSON/plugins/pull [2024-02-02T18:46:35.182Z] === PAUSE TestPluginInvalidJSON/plugins/pull [2024-02-02T18:46:35.182Z] === CONT TestPluginInvalidJSON/plugins/foobar/set [2024-02-02T18:46:35.182Z] === CONT TestPluginInvalidJSON/plugins/pull [2024-02-02T18:46:35.182Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type [2024-02-02T18:46:35.182Z] === CONT TestPluginInvalidJSON/plugins/foobar/upgrade [2024-02-02T18:46:35.182Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type [2024-02-02T18:46:35.182Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_content_type [2024-02-02T18:46:35.182Z] === RUN TestPluginInvalidJSON/plugins/pull/invalid_JSON [2024-02-02T18:46:35.182Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON [2024-02-02T18:46:35.182Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON [2024-02-02T18:46:35.182Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON [2024-02-02T18:46:35.182Z] === RUN TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON [2024-02-02T18:46:35.182Z] === RUN TestPluginInvalidJSON/plugins/foobar/set/empty_body [2024-02-02T18:46:35.182Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON [2024-02-02T18:46:35.182Z] === RUN TestPluginInvalidJSON/plugins/pull/empty_body [2024-02-02T18:46:35.182Z] === RUN TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body [2024-02-02T18:46:35.182Z] --- PASS: TestPluginInvalidJSON (0.01s) [2024-02-02T18:46:35.182Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s) [2024-02-02T18:46:35.182Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s) [2024-02-02T18:46:35.182Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s) [2024-02-02T18:46:35.182Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s) [2024-02-02T18:46:35.182Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s) [2024-02-02T18:46:35.182Z] --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s) [2024-02-02T18:46:35.182Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s) [2024-02-02T18:46:35.182Z] --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s) [2024-02-02T18:46:35.182Z] --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s) [2024-02-02T18:46:35.182Z] --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s) [2024-02-02T18:46:35.182Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s) [2024-02-02T18:46:35.182Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s) [2024-02-02T18:46:35.182Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s) [2024-02-02T18:46:35.182Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s) [2024-02-02T18:46:35.182Z] --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s) [2024-02-02T18:46:35.182Z] === RUN TestPluginInstall [2024-02-02T18:46:35.182Z] === RUN TestPluginInstall/no_auth [2024-02-02T18:46:37.738Z] time="2024-02-02T18:46:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2024-02-02T18:46:37.738Z] time="2024-02-02T18:46:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:373ce1772b41a1d2a813196194f072b5ef74deee0f9599b7e78ee9aff8452d03" mediatype=application/vnd.docker.plugin.v1+json size=522 [2024-02-02T18:46:37.738Z] time="2024-02-02T18:46:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2024-02-02T18:46:37.738Z] time="2024-02-02T18:46:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:373ce1772b41a1d2a813196194f072b5ef74deee0f9599b7e78ee9aff8452d03" mediatype=application/vnd.docker.plugin.v1+json size=522 [2024-02-02T18:46:37.738Z] === RUN TestPluginInstall/with_htpasswd [2024-02-02T18:46:37.996Z] time="2024-02-02T18:46:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2024-02-02T18:46:37.996Z] time="2024-02-02T18:46:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:373ce1772b41a1d2a813196194f072b5ef74deee0f9599b7e78ee9aff8452d03" mediatype=application/vnd.docker.plugin.v1+json size=522 [2024-02-02T18:46:37.996Z] time="2024-02-02T18:46:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2024-02-02T18:46:37.996Z] time="2024-02-02T18:46:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:373ce1772b41a1d2a813196194f072b5ef74deee0f9599b7e78ee9aff8452d03" mediatype=application/vnd.docker.plugin.v1+json size=522 [2024-02-02T18:46:38.254Z] === RUN TestPluginInstall/with_insecure [2024-02-02T18:46:39.187Z] time="2024-02-02T18:46:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2024-02-02T18:46:39.187Z] time="2024-02-02T18:46:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:53b9f99cea434af8d77c0f2e556e5aa163ad564b90c913a721ce0ebca4190881" mediatype=application/vnd.docker.plugin.v1+json size=522 [2024-02-02T18:46:39.187Z] time="2024-02-02T18:46:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2024-02-02T18:46:39.187Z] time="2024-02-02T18:46:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:53b9f99cea434af8d77c0f2e556e5aa163ad564b90c913a721ce0ebca4190881" mediatype=application/vnd.docker.plugin.v1+json size=522 [2024-02-02T18:46:39.187Z] plugin_test.go:204: [dfe41d2381989] daemon is not started [2024-02-02T18:46:39.187Z] --- PASS: TestPluginInstall (5.10s) [2024-02-02T18:46:39.187Z] --- PASS: TestPluginInstall/no_auth (3.72s) [2024-02-02T18:46:39.187Z] --- PASS: TestPluginInstall/with_htpasswd (0.46s) [2024-02-02T18:46:39.187Z] --- PASS: TestPluginInstall/with_insecure (0.93s) [2024-02-02T18:46:39.187Z] === RUN TestPluginsWithRuntimes [2024-02-02T18:46:40.559Z] === RUN TestPluginsWithRuntimes/No_Args [2024-02-02T18:46:41.492Z] === RUN TestPluginsWithRuntimes/With_Args [2024-02-02T18:46:42.425Z] --- PASS: TestPluginsWithRuntimes (3.33s) [2024-02-02T18:46:42.425Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.91s) [2024-02-02T18:46:42.425Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.91s) [2024-02-02T18:46:42.425Z] === RUN TestPluginBackCompatMediaTypes [2024-02-02T18:46:42.993Z] --- PASS: TestPluginBackCompatMediaTypes (0.49s) [2024-02-02T18:46:42.993Z] PASS [2024-02-02T18:46:42.993Z] [2024-02-02T18:46:42.993Z] DONE 24 tests in 8.962s [2024-02-02T18:46:42.993Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2024-02-02T18:46:42.993Z] ++ '[' -n '' ']' [2024-02-02T18:46:42.993Z] ++ 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 [2024-02-02T18:46:42.993Z] ++ set -e [2024-02-02T18:46:42.993Z] ++ '[' -n 0 ']' [2024-02-02T18:46:42.993Z] ++ set -x [2024-02-02T18:46:42.993Z] ++ 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.4T7ti6DPmc/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 [2024-02-02T18:46:42.993Z] INFO: Testing against a local daemon [2024-02-02T18:46:42.993Z] === RUN TestExternalGraphDriver [2024-02-02T18:46:43.250Z] === RUN TestExternalGraphDriver/json [2024-02-02T18:46:43.250Z] === RUN TestExternalGraphDriver/spec [2024-02-02T18:46:43.250Z] === RUN TestExternalGraphDriver/pull [2024-02-02T18:46:43.250Z] --- PASS: TestExternalGraphDriver (0.34s) [2024-02-02T18:46:43.250Z] --- PASS: TestExternalGraphDriver/json (0.00s) [2024-02-02T18:46:43.250Z] --- PASS: TestExternalGraphDriver/spec (0.00s) [2024-02-02T18:46:43.250Z] --- PASS: TestExternalGraphDriver/pull (0.00s) [2024-02-02T18:46:43.250Z] === RUN TestGraphdriverPluginV2 [2024-02-02T18:46:43.508Z] external_test.go:416: (*Execution).NotAmd64-fm [2024-02-02T18:46:43.508Z] --- SKIP: TestGraphdriverPluginV2 (0.32s) [2024-02-02T18:46:43.508Z] PASS [2024-02-02T18:46:43.508Z] [2024-02-02T18:46:43.508Z] === Skipped [2024-02-02T18:46:43.508Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.32s) [2024-02-02T18:46:43.508Z] external_test.go:416: (*Execution).NotAmd64-fm [2024-02-02T18:46:43.508Z] [2024-02-02T18:46:43.508Z] DONE 5 tests, 1 skipped in 0.698s [2024-02-02T18:46:43.766Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2024-02-02T18:46:43.766Z] ++ '[' -n '' ']' [2024-02-02T18:46:43.766Z] ++ 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 [2024-02-02T18:46:43.766Z] ++ set -e [2024-02-02T18:46:43.766Z] ++ '[' -n 0 ']' [2024-02-02T18:46:43.766Z] ++ set -x [2024-02-02T18:46:43.766Z] ++ 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.4T7ti6DPmc/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 [2024-02-02T18:46:43.766Z] INFO: Testing against a local daemon [2024-02-02T18:46:43.766Z] === RUN TestContinueAfterPluginCrash [2024-02-02T18:46:43.766Z] === PAUSE TestContinueAfterPluginCrash [2024-02-02T18:46:43.766Z] === RUN TestReadPluginNoRead [2024-02-02T18:46:43.766Z] === PAUSE TestReadPluginNoRead [2024-02-02T18:46:43.766Z] === RUN TestDaemonStartWithLogOpt [2024-02-02T18:46:43.766Z] === PAUSE TestDaemonStartWithLogOpt [2024-02-02T18:46:43.766Z] === CONT TestDaemonStartWithLogOpt [2024-02-02T18:46:43.766Z] === CONT TestContinueAfterPluginCrash [2024-02-02T18:46:43.766Z] === CONT TestReadPluginNoRead [2024-02-02T18:46:46.295Z] === RUN TestReadPluginNoRead/default [2024-02-02T18:46:46.295Z] --- PASS: TestDaemonStartWithLogOpt (2.65s) [2024-02-02T18:46:47.228Z] === RUN TestReadPluginNoRead/disabled_caching [2024-02-02T18:46:48.160Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2024-02-02T18:46:49.533Z] read_test.go:93: [d593855c63892] daemon is not started [2024-02-02T18:46:49.533Z] --- PASS: TestReadPluginNoRead (5.76s) [2024-02-02T18:46:49.533Z] --- PASS: TestReadPluginNoRead/default (1.24s) [2024-02-02T18:46:49.533Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.19s) [2024-02-02T18:46:49.533Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.21s) [2024-02-02T18:46:51.430Z] --- PASS: TestContinueAfterPluginCrash (7.76s) [2024-02-02T18:46:51.430Z] PASS [2024-02-02T18:46:51.430Z] [2024-02-02T18:46:51.430Z] DONE 6 tests in 7.795s [2024-02-02T18:46:51.430Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2024-02-02T18:46:51.430Z] ++ '[' -n '' ']' [2024-02-02T18:46:51.430Z] ++ 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 [2024-02-02T18:46:51.430Z] ++ set -e [2024-02-02T18:46:51.430Z] ++ '[' -n 0 ']' [2024-02-02T18:46:51.430Z] ++ set -x [2024-02-02T18:46:51.430Z] ++ 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.4T7ti6DPmc/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 [2024-02-02T18:46:51.430Z] testing: warning: no tests to run [2024-02-02T18:46:51.430Z] PASS [2024-02-02T18:46:51.430Z] [2024-02-02T18:46:51.430Z] DONE 0 tests in 0.007s [2024-02-02T18:46:51.430Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2024-02-02T18:46:51.430Z] ++ '[' -n '' ']' [2024-02-02T18:46:51.430Z] ++ 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 [2024-02-02T18:46:51.430Z] ++ set -e [2024-02-02T18:46:51.430Z] ++ '[' -n 0 ']' [2024-02-02T18:46:51.430Z] ++ set -x [2024-02-02T18:46:51.430Z] ++ 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.4T7ti6DPmc/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 [2024-02-02T18:46:51.430Z] INFO: Testing against a local daemon [2024-02-02T18:46:51.430Z] === RUN TestPluginWithDevMounts [2024-02-02T18:46:51.430Z] === PAUSE TestPluginWithDevMounts [2024-02-02T18:46:51.430Z] === CONT TestPluginWithDevMounts [2024-02-02T18:46:53.338Z] --- PASS: TestPluginWithDevMounts (1.49s) [2024-02-02T18:46:53.338Z] PASS [2024-02-02T18:46:53.338Z] [2024-02-02T18:46:53.338Z] DONE 1 tests in 1.523s [2024-02-02T18:46:53.338Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2024-02-02T18:46:53.338Z] ++ '[' -n '' ']' [2024-02-02T18:46:53.338Z] ++ 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 [2024-02-02T18:46:53.338Z] ++ set -e [2024-02-02T18:46:53.338Z] ++ '[' -n 0 ']' [2024-02-02T18:46:53.338Z] ++ set -x [2024-02-02T18:46:53.338Z] ++ 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.4T7ti6DPmc/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 [2024-02-02T18:46:53.338Z] INFO: Testing against a local daemon [2024-02-02T18:46:53.338Z] === RUN TestSecretInspect [2024-02-02T18:46:55.279Z] --- PASS: TestSecretInspect (1.95s) [2024-02-02T18:46:55.279Z] === RUN TestSecretList [2024-02-02T18:46:57.176Z] --- PASS: TestSecretList (1.86s) [2024-02-02T18:46:57.176Z] === RUN TestSecretsCreateAndDelete [2024-02-02T18:46:59.074Z] --- PASS: TestSecretsCreateAndDelete (1.90s) [2024-02-02T18:46:59.074Z] === RUN TestSecretsUpdate [2024-02-02T18:47:00.972Z] --- PASS: TestSecretsUpdate (2.04s) [2024-02-02T18:47:00.972Z] === RUN TestTemplatedSecret [2024-02-02T18:47:03.497Z] --- PASS: TestTemplatedSecret (2.47s) [2024-02-02T18:47:03.497Z] === RUN TestSecretCreateResolve [2024-02-02T18:47:05.395Z] --- PASS: TestSecretCreateResolve (1.91s) [2024-02-02T18:47:05.395Z] PASS [2024-02-02T18:47:05.395Z] [2024-02-02T18:47:05.395Z] DONE 6 tests in 12.182s [2024-02-02T18:47:05.395Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2024-02-02T18:47:05.395Z] ++ '[' -n '' ']' [2024-02-02T18:47:05.395Z] ++ 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 [2024-02-02T18:47:05.395Z] ++ set -e [2024-02-02T18:47:05.395Z] ++ '[' -n 0 ']' [2024-02-02T18:47:05.395Z] ++ set -x [2024-02-02T18:47:05.395Z] ++ 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.4T7ti6DPmc/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 [2024-02-02T18:47:05.395Z] INFO: Testing against a local daemon [2024-02-02T18:47:05.395Z] === RUN TestServiceCreateInit [2024-02-02T18:47:05.395Z] === RUN TestServiceCreateInit/daemonInitDisabled [2024-02-02T18:47:09.583Z] === RUN TestServiceCreateInit/daemonInitEnabled [2024-02-02T18:47:12.863Z] --- PASS: TestServiceCreateInit (7.07s) [2024-02-02T18:47:12.863Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.57s) [2024-02-02T18:47:12.863Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.50s) [2024-02-02T18:47:12.863Z] === RUN TestCreateServiceMultipleTimes [2024-02-02T18:47:27.728Z] --- PASS: TestCreateServiceMultipleTimes (14.50s) [2024-02-02T18:47:27.728Z] === RUN TestCreateServiceConflict [2024-02-02T18:47:28.661Z] --- PASS: TestCreateServiceConflict (1.95s) [2024-02-02T18:47:28.661Z] === RUN TestCreateServiceMaxReplicas [2024-02-02T18:47:31.188Z] --- PASS: TestCreateServiceMaxReplicas (2.52s) [2024-02-02T18:47:31.188Z] === RUN TestCreateServiceSecretFileMode [2024-02-02T18:47:46.052Z] --- PASS: TestCreateServiceSecretFileMode (12.46s) [2024-02-02T18:47:46.052Z] === RUN TestCreateServiceConfigFileMode [2024-02-02T18:47:56.014Z] --- PASS: TestCreateServiceConfigFileMode (12.33s) [2024-02-02T18:47:56.014Z] === RUN TestCreateServiceSysctls [2024-02-02T18:47:59.293Z] --- PASS: TestCreateServiceSysctls (2.98s) [2024-02-02T18:47:59.293Z] === RUN TestCreateServiceCapabilities [2024-02-02T18:48:01.820Z] --- PASS: TestCreateServiceCapabilities (2.44s) [2024-02-02T18:48:01.820Z] === RUN TestInspect [2024-02-02T18:48:04.347Z] --- PASS: TestInspect (2.66s) [2024-02-02T18:48:04.347Z] === RUN TestCreateJob [2024-02-02T18:48:07.625Z] --- PASS: TestCreateJob (3.08s) [2024-02-02T18:48:07.625Z] === RUN TestReplicatedJob [2024-02-02T18:48:11.825Z] --- PASS: TestReplicatedJob (4.65s) [2024-02-02T18:48:11.825Z] === RUN TestUpdateReplicatedJob [2024-02-02T18:48:15.108Z] --- PASS: TestUpdateReplicatedJob (2.97s) [2024-02-02T18:48:15.108Z] === RUN TestServiceListWithStatuses [2024-02-02T18:48:19.289Z] --- PASS: TestServiceListWithStatuses (4.08s) [2024-02-02T18:48:19.289Z] === RUN TestDockerNetworkConnectAliasPreV144 [2024-02-02T18:48:23.470Z] --- PASS: TestDockerNetworkConnectAliasPreV144 (4.04s) [2024-02-02T18:48:23.470Z] === RUN TestDockerNetworkReConnect [2024-02-02T18:48:25.998Z] --- PASS: TestDockerNetworkReConnect (3.12s) [2024-02-02T18:48:25.998Z] === RUN TestServicePlugin [2024-02-02T18:48:25.998Z] plugin_test.go:25: (*Execution).NotAmd64-fm [2024-02-02T18:48:25.998Z] --- SKIP: TestServicePlugin (0.00s) [2024-02-02T18:48:25.998Z] === RUN TestServiceUpdateLabel [2024-02-02T18:48:27.896Z] --- PASS: TestServiceUpdateLabel (1.91s) [2024-02-02T18:48:27.896Z] === RUN TestServiceUpdateSecrets [2024-02-02T18:48:42.760Z] --- PASS: TestServiceUpdateSecrets (13.86s) [2024-02-02T18:48:42.760Z] === RUN TestServiceUpdateConfigs [2024-02-02T18:48:57.622Z] --- PASS: TestServiceUpdateConfigs (14.15s) [2024-02-02T18:48:57.622Z] === RUN TestServiceUpdateNetwork [2024-02-02T18:49:09.814Z] --- PASS: TestServiceUpdateNetwork (12.16s) [2024-02-02T18:49:09.814Z] === RUN TestServiceUpdatePidsLimit [2024-02-02T18:49:09.814Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2024-02-02T18:49:09.814Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2024-02-02T18:49:17.916Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2024-02-02T18:49:24.494Z] --- PASS: TestServiceUpdatePidsLimit (15.77s) [2024-02-02T18:49:24.494Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.51s) [2024-02-02T18:49:24.494Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.78s) [2024-02-02T18:49:24.494Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.68s) [2024-02-02T18:49:24.494Z] PASS [2024-02-02T18:49:24.494Z] [2024-02-02T18:49:24.494Z] === Skipped [2024-02-02T18:49:24.494Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2024-02-02T18:49:24.494Z] plugin_test.go:25: (*Execution).NotAmd64-fm [2024-02-02T18:49:24.494Z] [2024-02-02T18:49:24.494Z] DONE 26 tests, 1 skipped in 138.731s [2024-02-02T18:49:24.494Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2024-02-02T18:49:24.494Z] ++ '[' -n '' ']' [2024-02-02T18:49:24.494Z] ++ 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 [2024-02-02T18:49:24.494Z] ++ set -e [2024-02-02T18:49:24.494Z] ++ '[' -n 0 ']' [2024-02-02T18:49:24.494Z] ++ set -x [2024-02-02T18:49:24.494Z] ++ 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.4T7ti6DPmc/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 [2024-02-02T18:49:24.494Z] INFO: Testing against a local daemon [2024-02-02T18:49:24.494Z] === RUN TestSessionCreate [2024-02-02T18:49:24.494Z] --- PASS: TestSessionCreate (0.01s) [2024-02-02T18:49:24.494Z] === RUN TestSessionCreateWithBadUpgrade [2024-02-02T18:49:24.494Z] --- PASS: TestSessionCreateWithBadUpgrade (0.01s) [2024-02-02T18:49:24.494Z] PASS [2024-02-02T18:49:24.494Z] [2024-02-02T18:49:24.494Z] DONE 2 tests in 0.046s [2024-02-02T18:49:24.494Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2024-02-02T18:49:24.494Z] ++ '[' -n '' ']' [2024-02-02T18:49:24.494Z] ++ 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 [2024-02-02T18:49:24.494Z] ++ set -e [2024-02-02T18:49:24.494Z] ++ '[' -n 0 ']' [2024-02-02T18:49:24.494Z] ++ set -x [2024-02-02T18:49:24.494Z] ++ 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.4T7ti6DPmc/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 [2024-02-02T18:49:24.494Z] INFO: Testing against a local daemon [2024-02-02T18:49:24.494Z] === RUN TestCgroupDriverSystemdMemoryLimit [2024-02-02T18:49:24.494Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2024-02-02T18:49:24.494Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2024-02-02T18:49:24.494Z] === RUN TestDiskUsage [2024-02-02T18:49:24.494Z] === PAUSE TestDiskUsage [2024-02-02T18:49:24.494Z] === RUN TestEventsExecDie [2024-02-02T18:49:24.494Z] --- PASS: TestEventsExecDie (0.49s) [2024-02-02T18:49:24.494Z] === RUN TestEventsBackwardsCompatible [2024-02-02T18:49:24.494Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2024-02-02T18:49:24.494Z] === RUN TestEventsVolumeCreate [2024-02-02T18:49:24.751Z] --- PASS: TestEventsVolumeCreate (0.05s) [2024-02-02T18:49:24.751Z] === RUN TestInfoBinaryCommits [2024-02-02T18:49:24.751Z] --- PASS: TestInfoBinaryCommits (0.02s) [2024-02-02T18:49:24.751Z] === RUN TestInfoAPIVersioned [2024-02-02T18:49:24.751Z] --- PASS: TestInfoAPIVersioned (0.01s) [2024-02-02T18:49:24.751Z] === RUN TestInfoAPI [2024-02-02T18:49:24.751Z] --- PASS: TestInfoAPI (0.01s) [2024-02-02T18:49:24.751Z] === RUN TestInfoAPIWarnings [2024-02-02T18:49:42.817Z] --- PASS: TestInfoAPIWarnings (16.55s) [2024-02-02T18:49:42.817Z] === RUN TestInfoDebug [2024-02-02T18:49:42.817Z] --- PASS: TestInfoDebug (0.52s) [2024-02-02T18:49:42.817Z] === RUN TestInfoInsecureRegistries [2024-02-02T18:49:42.817Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2024-02-02T18:49:42.817Z] === RUN TestInfoRegistryMirrors [2024-02-02T18:49:42.817Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2024-02-02T18:49:42.817Z] === RUN TestLoginFailsWithBadCredentials [2024-02-02T18:49:43.749Z] --- PASS: TestLoginFailsWithBadCredentials (0.98s) [2024-02-02T18:49:43.749Z] === RUN TestPingCacheHeaders [2024-02-02T18:49:43.749Z] --- PASS: TestPingCacheHeaders (0.01s) [2024-02-02T18:49:43.749Z] === RUN TestPingGet [2024-02-02T18:49:43.749Z] --- PASS: TestPingGet (0.01s) [2024-02-02T18:49:43.749Z] === RUN TestPingHead [2024-02-02T18:49:43.749Z] --- PASS: TestPingHead (0.01s) [2024-02-02T18:49:43.749Z] === RUN TestPingSwarmHeader [2024-02-02T18:49:44.314Z] === RUN TestPingSwarmHeader/before_swarm_init [2024-02-02T18:49:44.879Z] === RUN TestPingSwarmHeader/after_swarm_init [2024-02-02T18:49:45.811Z] === RUN TestPingSwarmHeader/after_swarm_leave [2024-02-02T18:49:45.811Z] --- PASS: TestPingSwarmHeader (1.93s) [2024-02-02T18:49:45.811Z] --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s) [2024-02-02T18:49:45.811Z] --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s) [2024-02-02T18:49:45.811Z] --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s) [2024-02-02T18:49:45.811Z] === RUN TestPingBuilderHeader [2024-02-02T18:49:45.811Z] === RUN TestPingBuilderHeader/default_config [2024-02-02T18:49:46.376Z] === RUN TestPingBuilderHeader/buildkit_disabled [2024-02-02T18:49:46.634Z] --- PASS: TestPingBuilderHeader (1.04s) [2024-02-02T18:49:46.634Z] --- PASS: TestPingBuilderHeader/default_config (0.52s) [2024-02-02T18:49:46.634Z] --- PASS: TestPingBuilderHeader/buildkit_disabled (0.52s) [2024-02-02T18:49:46.634Z] === RUN TestVersion [2024-02-02T18:49:46.891Z] --- PASS: TestVersion (0.01s) [2024-02-02T18:49:46.891Z] === CONT TestDiskUsage [2024-02-02T18:49:47.149Z] === RUN TestDiskUsage/empty [2024-02-02T18:49:47.149Z] === RUN TestDiskUsage/empty/container_types [2024-02-02T18:49:47.149Z] === RUN TestDiskUsage/empty/image_types [2024-02-02T18:49:47.149Z] === RUN TestDiskUsage/empty/volume_types [2024-02-02T18:49:47.149Z] === RUN TestDiskUsage/empty/build-cache_types [2024-02-02T18:49:47.149Z] === RUN TestDiskUsage/empty/container,_volume_types [2024-02-02T18:49:47.149Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2024-02-02T18:49:47.149Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2024-02-02T18:49:47.407Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2024-02-02T18:49:47.407Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2024-02-02T18:49:47.407Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2024-02-02T18:49:47.407Z] === RUN TestDiskUsage/after_LoadBusybox [2024-02-02T18:49:47.407Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2024-02-02T18:49:47.407Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2024-02-02T18:49:47.407Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2024-02-02T18:49:47.407Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2024-02-02T18:49:47.407Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2024-02-02T18:49:47.407Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2024-02-02T18:49:47.407Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2024-02-02T18:49:47.407Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2024-02-02T18:49:47.407Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2024-02-02T18:49:47.407Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2024-02-02T18:49:47.407Z] === RUN TestDiskUsage/after_container.Run [2024-02-02T18:49:47.664Z] === RUN TestDiskUsage/after_container.Run/container_types [2024-02-02T18:49:47.664Z] === RUN TestDiskUsage/after_container.Run/image_types [2024-02-02T18:49:47.664Z] === RUN TestDiskUsage/after_container.Run/volume_types [2024-02-02T18:49:47.664Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2024-02-02T18:49:47.664Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2024-02-02T18:49:47.664Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2024-02-02T18:49:47.664Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2024-02-02T18:49:47.664Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2024-02-02T18:49:47.664Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2024-02-02T18:49:47.664Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2024-02-02T18:49:47.922Z] --- PASS: TestDiskUsage (1.07s) [2024-02-02T18:49:47.922Z] --- PASS: TestDiskUsage/empty (0.01s) [2024-02-02T18:49:47.922Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2024-02-02T18:49:47.922Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2024-02-02T18:49:47.922Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2024-02-02T18:49:47.922Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2024-02-02T18:49:47.922Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2024-02-02T18:49:47.922Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2024-02-02T18:49:47.922Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2024-02-02T18:49:47.922Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2024-02-02T18:49:47.922Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2024-02-02T18:49:47.922Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2024-02-02T18:49:47.922Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.08s) [2024-02-02T18:49:47.922Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2024-02-02T18:49:47.922Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2024-02-02T18:49:47.922Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2024-02-02T18:49:47.922Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2024-02-02T18:49:47.922Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2024-02-02T18:49:47.922Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2024-02-02T18:49:47.922Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2024-02-02T18:49:47.922Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2024-02-02T18:49:47.922Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2024-02-02T18:49:47.922Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2024-02-02T18:49:47.922Z] --- PASS: TestDiskUsage/after_container.Run (0.25s) [2024-02-02T18:49:47.922Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2024-02-02T18:49:47.922Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2024-02-02T18:49:47.922Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2024-02-02T18:49:47.922Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2024-02-02T18:49:47.922Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2024-02-02T18:49:47.922Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2024-02-02T18:49:47.922Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2024-02-02T18:49:47.922Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2024-02-02T18:49:47.922Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2024-02-02T18:49:47.922Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2024-02-02T18:49:47.922Z] PASS [2024-02-02T18:49:47.922Z] [2024-02-02T18:49:47.922Z] === Skipped [2024-02-02T18:49:47.922Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2024-02-02T18:49:47.922Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2024-02-02T18:49:47.922Z] [2024-02-02T18:49:47.922Z] DONE 57 tests, 1 skipped in 23.822s [2024-02-02T18:49:47.922Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2024-02-02T18:49:47.922Z] ++ '[' -n '' ']' [2024-02-02T18:49:47.922Z] ++ 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 [2024-02-02T18:49:47.922Z] ++ set -e [2024-02-02T18:49:47.922Z] ++ '[' -n 0 ']' [2024-02-02T18:49:47.922Z] ++ set -x [2024-02-02T18:49:47.922Z] ++ 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.4T7ti6DPmc/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 [2024-02-02T18:49:47.922Z] INFO: Testing against a local daemon [2024-02-02T18:49:47.922Z] === RUN TestRunMountVolumeSubdir [2024-02-02T18:49:48.487Z] mount_test.go:28: Setup stderr: [2024-02-02T18:49:48.487Z] mount_test.go:28: Setup stdout: [2024-02-02T18:49:48.487Z] /volume: [2024-02-02T18:49:48.487Z] total 24K [2024-02-02T18:49:48.487Z] drwxr-xr-x 5 root root 4.0K Feb 2 18:49 . [2024-02-02T18:49:48.487Z] drwxr-xr-x 1 root root 4.0K Feb 2 18:49 .. [2024-02-02T18:49:48.487Z] -rw-r--r-- 1 root root 4 Feb 2 18:49 bar.txt [2024-02-02T18:49:48.487Z] drwxr-xr-x 2 root root 4.0K Feb 2 18:49 bin [2024-02-02T18:49:48.487Z] drwxr-xr-x 3 root root 4.0K Feb 2 18:49 hack [2024-02-02T18:49:48.487Z] drwxr-xr-x 2 root root 4.0K Feb 2 18:49 subdir [2024-02-02T18:49:48.487Z] [2024-02-02T18:49:48.487Z] /volume/hack/: [2024-02-02T18:49:48.487Z] total 12K [2024-02-02T18:49:48.487Z] drwxr-xr-x 3 root root 4.0K Feb 2 18:49 . [2024-02-02T18:49:48.487Z] drwxr-xr-x 5 root root 4.0K Feb 2 18:49 .. [2024-02-02T18:49:48.487Z] lrwxrwxrwx 1 root root 4 Feb 2 18:49 bad -> root [2024-02-02T18:49:48.487Z] lrwxrwxrwx 1 root root 9 Feb 2 18:49 good -> ../subdir [2024-02-02T18:49:48.487Z] drwxr-xr-x 2 root root 4.0K Feb 2 18:49 iwanttobehackedwithtoctou [2024-02-02T18:49:48.487Z] lrwxrwxrwx 1 root root 1 Feb 2 18:49 root -> / [2024-02-02T18:49:48.487Z] === RUN TestRunMountVolumeSubdir/subdir [2024-02-02T18:49:48.745Z] mount_test.go:101: stdout: [2024-02-02T18:49:48.745Z] hello.txt [2024-02-02T18:49:48.745Z] mount_test.go:102: stderr: [2024-02-02T18:49:48.745Z] === RUN TestRunMountVolumeSubdir/subdir_link [2024-02-02T18:49:49.310Z] mount_test.go:101: stdout: [2024-02-02T18:49:49.310Z] hello.txt [2024-02-02T18:49:49.310Z] mount_test.go:102: stderr: [2024-02-02T18:49:49.310Z] === RUN TestRunMountVolumeSubdir/subdir_with_copy_data [2024-02-02T18:49:49.568Z] mount_test.go:101: stdout: [2024-02-02T18:49:49.568Z] /bin/busybox [2024-02-02T18:49:49.568Z] mount_test.go:102: stderr: [2024-02-02T18:49:49.568Z] === RUN TestRunMountVolumeSubdir/file [2024-02-02T18:49:49.826Z] mount_test.go:101: stdout: [2024-02-02T18:49:49.826Z] foo [2024-02-02T18:49:49.826Z] mount_test.go:102: stderr: [2024-02-02T18:49:50.083Z] === RUN TestRunMountVolumeSubdir/relative_with_backtracks [2024-02-02T18:49:50.083Z] === RUN TestRunMountVolumeSubdir/not_existing [2024-02-02T18:49:50.083Z] === RUN TestRunMountVolumeSubdir/mount_link [2024-02-02T18:49:50.341Z] === RUN TestRunMountVolumeSubdir/mount_link_link [2024-02-02T18:49:50.341Z] --- PASS: TestRunMountVolumeSubdir (2.50s) [2024-02-02T18:49:50.341Z] --- PASS: TestRunMountVolumeSubdir/subdir (0.40s) [2024-02-02T18:49:50.341Z] --- PASS: TestRunMountVolumeSubdir/subdir_link (0.42s) [2024-02-02T18:49:50.341Z] --- PASS: TestRunMountVolumeSubdir/subdir_with_copy_data (0.40s) [2024-02-02T18:49:50.341Z] --- PASS: TestRunMountVolumeSubdir/file (0.40s) [2024-02-02T18:49:50.341Z] --- PASS: TestRunMountVolumeSubdir/relative_with_backtracks (0.00s) [2024-02-02T18:49:50.341Z] --- PASS: TestRunMountVolumeSubdir/not_existing (0.14s) [2024-02-02T18:49:50.341Z] --- PASS: TestRunMountVolumeSubdir/mount_link (0.15s) [2024-02-02T18:49:50.341Z] --- PASS: TestRunMountVolumeSubdir/mount_link_link (0.13s) [2024-02-02T18:49:50.341Z] === RUN TestVolumesCreateAndList [2024-02-02T18:49:50.341Z] --- PASS: TestVolumesCreateAndList (0.01s) [2024-02-02T18:49:50.341Z] === RUN TestVolumesRemove [2024-02-02T18:49:50.341Z] === RUN TestVolumesRemove/volume_in_use [2024-02-02T18:49:50.341Z] === RUN TestVolumesRemove/volume_not_in_use [2024-02-02T18:49:50.341Z] === RUN TestVolumesRemove/non-existing_volume [2024-02-02T18:49:50.341Z] === RUN TestVolumesRemove/non-existing_volume_force [2024-02-02T18:49:50.341Z] --- PASS: TestVolumesRemove (0.06s) [2024-02-02T18:49:50.341Z] --- PASS: TestVolumesRemove/volume_in_use (0.00s) [2024-02-02T18:49:50.341Z] --- PASS: TestVolumesRemove/volume_not_in_use (0.01s) [2024-02-02T18:49:50.341Z] --- PASS: TestVolumesRemove/non-existing_volume (0.00s) [2024-02-02T18:49:50.341Z] --- PASS: TestVolumesRemove/non-existing_volume_force (0.00s) [2024-02-02T18:49:50.341Z] === RUN TestVolumesRemoveSwarmEnabled [2024-02-02T18:49:50.341Z] === PAUSE TestVolumesRemoveSwarmEnabled [2024-02-02T18:49:50.341Z] === RUN TestVolumesInspect [2024-02-02T18:49:50.341Z] --- PASS: TestVolumesInspect (0.01s) [2024-02-02T18:49:50.341Z] === RUN TestVolumesInvalidJSON [2024-02-02T18:49:50.598Z] === RUN TestVolumesInvalidJSON/volumes/create [2024-02-02T18:49:50.598Z] === PAUSE TestVolumesInvalidJSON/volumes/create [2024-02-02T18:49:50.598Z] === CONT TestVolumesInvalidJSON/volumes/create [2024-02-02T18:49:50.598Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_content_type [2024-02-02T18:49:50.598Z] === RUN TestVolumesInvalidJSON/volumes/create/invalid_JSON [2024-02-02T18:49:50.598Z] === RUN TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON [2024-02-02T18:49:50.598Z] === RUN TestVolumesInvalidJSON/volumes/create/empty_body [2024-02-02T18:49:50.598Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2024-02-02T18:49:50.598Z] --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s) [2024-02-02T18:49:50.598Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s) [2024-02-02T18:49:50.598Z] --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s) [2024-02-02T18:49:50.598Z] --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s) [2024-02-02T18:49:50.598Z] --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s) [2024-02-02T18:49:50.598Z] === RUN TestVolumePruneAnonymous [2024-02-02T18:49:50.598Z] --- PASS: TestVolumePruneAnonymous (0.03s) [2024-02-02T18:49:50.598Z] === RUN TestVolumePruneAnonFromImage [2024-02-02T18:49:50.598Z] --- PASS: TestVolumePruneAnonFromImage (0.13s) [2024-02-02T18:49:50.598Z] === CONT TestVolumesRemoveSwarmEnabled [2024-02-02T18:49:51.970Z] === RUN TestVolumesRemoveSwarmEnabled/volume_in_use [2024-02-02T18:49:51.970Z] === RUN TestVolumesRemoveSwarmEnabled/volume_not_in_use [2024-02-02T18:49:51.970Z] === RUN TestVolumesRemoveSwarmEnabled/non-existing_volume [2024-02-02T18:49:51.970Z] === RUN TestVolumesRemoveSwarmEnabled/non-existing_volume_force [2024-02-02T18:49:52.535Z] --- PASS: TestVolumesRemoveSwarmEnabled (1.96s) [2024-02-02T18:49:52.535Z] --- PASS: TestVolumesRemoveSwarmEnabled/volume_in_use (0.00s) [2024-02-02T18:49:52.535Z] --- PASS: TestVolumesRemoveSwarmEnabled/volume_not_in_use (0.01s) [2024-02-02T18:49:52.535Z] --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume (0.00s) [2024-02-02T18:49:52.535Z] --- PASS: TestVolumesRemoveSwarmEnabled/non-existing_volume_force (0.00s) [2024-02-02T18:49:52.535Z] PASS [2024-02-02T18:49:52.535Z] [2024-02-02T18:49:52.535Z] DONE 29 tests in 4.738s [2024-02-02T18:49:52.535Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2024-02-02T18:49:52.793Z] ++++ cat bundles/test-integration/TestUsernsCommit/d483067d963f0/docker.pid [2024-02-02T18:49:52.793Z] +++ kill 60413 [2024-02-02T18:49:52.793Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 60413 is not a child of this shell [2024-02-02T18:49:52.793Z] warning: PID 60413 from bundles/test-integration/TestUsernsCommit/d483067d963f0/docker.pid had a nonzero exit code [2024-02-02T18:49:52.793Z] umount: bundles/test-integration/TestUsernsCommit/d483067d963f0/root: not mounted. [2024-02-02T18:49:52.793Z] ++++ cat bundles/test-integration/docker.pid [2024-02-02T18:49:52.793Z] +++ kill 24414 [2024-02-02T18:49:54.165Z] +++ /etc/init.d/apparmor stop [2024-02-02T18:49:54.165Z] Leaving: AppArmorNo profiles have been unloaded. [2024-02-02T18:49:54.165Z] [2024-02-02T18:49:54.165Z] Unloading profiles will leave already running processes permanently [2024-02-02T18:49:54.165Z] unconfined, which can lead to unexpected situations. [2024-02-02T18:49:54.165Z] [2024-02-02T18:49:54.165Z] To set a process to complain mode, use the command line tool [2024-02-02T18:49:54.165Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2024-02-02T18:49:54.165Z] +++ true [2024-02-02T18:49:54.165Z] exiting test-integration [2024-02-02T18:49:54.165Z] ++ exit 0 [2024-02-02T18:49:54.165Z] Post stage [Pipeline] junit [2024-02-02T18:49:55.549Z] Recording test results [2024-02-02T18:49:55.734Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2024-02-02T18:49:56.047Z] + echo Ensuring container killed. [2024-02-02T18:49:56.047Z] Ensuring container killed. [2024-02-02T18:49:56.047Z] + docker rm -vf docker-pr3 [2024-02-02T18:49:56.047Z] Error response from daemon: No such container: docker-pr3 [Pipeline] sh [2024-02-02T18:49:56.325Z] + echo Chowning /workspace to jenkins user [2024-02-02T18:49:56.325Z] Chowning /workspace to jenkins user [2024-02-02T18:49:56.325Z] + id -u [2024-02-02T18:49:56.325Z] + id -g [2024-02-02T18:49:56.325Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-47309:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2024-02-02T18:49:57.540Z] + bundleName=arm64-integration [2024-02-02T18:49:57.540Z] + echo Creating arm64-integration-bundles.tar.gz [2024-02-02T18:49:57.540Z] Creating arm64-integration-bundles.tar.gz [2024-02-02T18:49:57.540Z] + find+ bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2024-02-02T18:49:57.540Z] xargs tar -czf arm64-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2024-02-02T18:49:57.808Z] Archiving artifacts [2024-02-02T18:49:58.080Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-47309/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2024-02-02T18:49:58.363Z] + make clean [2024-02-02T18:49:58.363Z] docker volume rm -f docker-dev-cache docker-mod-cache [2024-02-02T18:49:58.363Z] docker-dev-cache [2024-02-02T18:49:58.363Z] 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