07:38:41 Started by user Robert Varga 07:38:41 Running as SYSTEM 07:38:41 [EnvInject] - Loading node environment variables. 07:38:41 Building remotely on prd-ubuntu2204-builder-4c-4g-2970 (ubuntu2204-builder-4c-4g) in workspace /w/workspace/autorelease-gerrit-branch-lock-vanadium 07:38:41 [ssh-agent] Looking for ssh-agent implementation... 07:38:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:38:41 $ ssh-agent 07:38:41 SSH_AUTH_SOCK=/tmp/ssh-XXXXXX1PKT7k/agent.1561 07:38:41 SSH_AGENT_PID=1563 07:38:41 [ssh-agent] Started. 07:38:41 Running ssh-add (command line suppressed) 07:38:41 Identity added: /w/workspace/autorelease-gerrit-branch-lock-vanadium@tmp/private_key_12042077021589956056.key (/w/workspace/autorelease-gerrit-branch-lock-vanadium@tmp/private_key_12042077021589956056.key) 07:38:41 [ssh-agent] Using credentials jenkins (jenkins-ssh) 07:38:41 The recommended git tool is: NONE 07:38:43 using credential jenkins-ssh 07:38:43 Wiping out workspace first. 07:38:43 Cloning the remote Git repository 07:38:43 Cloning repository git://devvexx.opendaylight.org/mirror/releng/autorelease 07:38:43 > git init /w/workspace/autorelease-gerrit-branch-lock-vanadium # timeout=10 07:38:43 Fetching upstream changes from git://devvexx.opendaylight.org/mirror/releng/autorelease 07:38:43 > git --version # timeout=10 07:38:44 > git --version # 'git version 2.34.1' 07:38:44 using GIT_SSH to set credentials jenkins-ssh 07:38:44 Verifying host key using known hosts file 07:38:44 You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Security' -> 'Git Host Key Verification Configuration' and configure host key verification. 07:38:44 > git fetch --tags --force --progress -- git://devvexx.opendaylight.org/mirror/releng/autorelease +refs/heads/*:refs/remotes/origin/* # timeout=10 07:38:47 > git config remote.origin.url git://devvexx.opendaylight.org/mirror/releng/autorelease # timeout=10 07:38:47 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:38:47 Avoid second fetch 07:38:47 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 07:38:47 Checking out Revision c603870567c31dcc07f96a944f2f1805d2ba5688 (refs/remotes/origin/master) 07:38:47 > git config core.sparsecheckout # timeout=10 07:38:47 > git checkout -f c603870567c31dcc07f96a944f2f1805d2ba5688 # timeout=10 07:38:47 Commit message: "Update git submodules" 07:38:47 > git rev-list --no-walk eca42d5d26072c005fc3509a685519f944a1a99d # timeout=10 07:38:50 provisioning config files... 07:38:50 copy managed file [npmrc] to file:/home/jenkins/.npmrc 07:38:50 copy managed file [pipconf] to file:/home/jenkins/.config/pip/pip.conf 07:38:50 [autorelease-gerrit-branch-lock-vanadium] $ /bin/bash /tmp/jenkins130711082756955313.sh 07:38:50 ---> autorelease-gerrit-branch-lock.sh 07:38:50 Cloning into 'All-Projects'... 07:38:53 Total 1944 (delta 627), reused 1944 (delta 627) 07:38:53 Note: switching to '0ad034227f4b417c46e6eaf74ee20ddf6c04b83b'. 07:38:53 07:38:53 You are in 'detached HEAD' state. You can look around, make experimental 07:38:53 changes and commit them, and you can discard any commits you make in this 07:38:53 state without impacting any branches by switching back to a branch. 07:38:53 07:38:53 If you want to create a new branch to retain commits you create, you may 07:38:53 do so (now or later) by using -c with the switch command. Example: 07:38:53 07:38:53 git switch -c 07:38:53 07:38:53 Or undo this operation with: 07:38:53 07:38:53 git switch - 07:38:53 07:38:53 Turn off this advice by setting config variable advice.detachedHead to false 07:38:53 07:38:54 From ssh://git.opendaylight.org:29418/All-Projects 07:38:54 * [new ref] refs/meta/config -> config 07:38:55 Switched to branch 'config' 07:39:00 + case $mode in 07:39:00 + echo 'INFO: Unlocking branch: master' 07:39:00 INFO: Unlocking branch: master 07:39:00 + git config -f project.config --remove-section access.refs/heads/master 07:39:00 + git commit -asm 'Chore: Unlock branch master' 07:39:00 [config 53a7a5a] Chore: Unlock branch master 07:39:00 1 file changed, 6 deletions(-) 07:39:00 + git diff HEAD~1 07:39:00 diff --git a/project.config b/project.config 07:39:00 index c85221b..cd43c3b 100644 07:39:00 --- a/project.config 07:39:00 +++ b/project.config 07:39:00 @@ -147,9 +147,3 @@ 07:39:00 exclusiveGroupPermissions = create 07:39:00 create = block group Registered Users 07:39:00 create = group Release Engineering Team 07:39:00 -[access "refs/heads/master"] 07:39:00 - exclusiveGroupPermissions = submit 07:39:00 - submit = group Release Engineering Team 07:39:00 - removeReviewer = group Release Engineering Team 07:39:00 - label-Code-Review = -2..+2 group Release Engineering Team 07:39:00 - label-Verified = -1..+1 group Release Engineering Team 07:39:00 + '[' false = true ']' 07:39:00 + echo 'INFO: Pushing changes to the repository.' 07:39:00 INFO: Pushing changes to the repository. 07:39:00 + git push origin HEAD:refs/meta/config 07:39:02 remote: remote: Processing changes: refs: 1 remote: Processing changes: refs: 1 remote: Processing changes: refs: 1, done 07:39:02 To ssh://git.opendaylight.org:29418/All-Projects 07:39:02 0ad0342..53a7a5a HEAD -> refs/meta/config 07:39:02 $ ssh-agent -k 07:39:02 unset SSH_AUTH_SOCK; 07:39:02 unset SSH_AGENT_PID; 07:39:02 echo Agent pid 1563 killed; 07:39:02 [ssh-agent] Stopped. 07:39:02 [PostBuildScript] - [INFO] Executing post build scripts. 07:39:02 [autorelease-gerrit-branch-lock-vanadium] $ /bin/bash /tmp/jenkins5120979682102490678.sh 07:39:02 ---> sysstat.sh 07:39:03 [autorelease-gerrit-branch-lock-vanadium] $ /bin/bash /tmp/jenkins7070295647955516862.sh 07:39:03 ---> package-listing.sh 07:39:03 ++ tr '[:upper:]' '[:lower:]' 07:39:03 ++ facter osfamily 07:39:03 + OS_FAMILY=debian 07:39:03 + workspace=/w/workspace/autorelease-gerrit-branch-lock-vanadium 07:39:03 + START_PACKAGES=/tmp/packages_start.txt 07:39:03 + END_PACKAGES=/tmp/packages_end.txt 07:39:03 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:39:03 + PACKAGES=/tmp/packages_start.txt 07:39:03 + '[' /w/workspace/autorelease-gerrit-branch-lock-vanadium ']' 07:39:03 + PACKAGES=/tmp/packages_end.txt 07:39:03 + case "${OS_FAMILY}" in 07:39:03 + dpkg -l 07:39:03 + grep '^ii' 07:39:03 + '[' -f /tmp/packages_start.txt ']' 07:39:03 + '[' -f /tmp/packages_end.txt ']' 07:39:03 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:39:03 + '[' /w/workspace/autorelease-gerrit-branch-lock-vanadium ']' 07:39:03 + mkdir -p /w/workspace/autorelease-gerrit-branch-lock-vanadium/archives/ 07:39:03 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/autorelease-gerrit-branch-lock-vanadium/archives/ 07:39:03 [autorelease-gerrit-branch-lock-vanadium] $ /bin/bash /tmp/jenkins2987707147726380019.sh 07:39:03 ---> capture-instance-metadata.sh 07:39:03 Setup pyenv: 07:39:03 * system (set by /opt/pyenv/version) 07:39:03 * 3.8.20 (set by /opt/pyenv/version) 07:39:03 * 3.9.20 (set by /opt/pyenv/version) 07:39:03 * 3.10.15 (set by /opt/pyenv/version) 07:39:03 * 3.11.10 (set by /opt/pyenv/version) 07:39:08 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Bmx4 07:39:08 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 07:39:12 lf-activate-venv(): INFO: Installing: lftools 07:39:37 lf-activate-venv(): INFO: Adding /tmp/venv-Bmx4/bin to PATH 07:39:37 INFO: Running in OpenStack, capturing instance metadata 07:39:37 [autorelease-gerrit-branch-lock-vanadium] $ /bin/bash /tmp/jenkins8224415777504085002.sh 07:39:37 provisioning config files... 07:39:37 Could not find credentials [logs] for autorelease-gerrit-branch-lock-vanadium #8 07:39:37 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/autorelease-gerrit-branch-lock-vanadium@tmp/config1918514223316216023tmp 07:39:37 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[odl-logs-s3-cloudfront-index] 07:39:37 Run condition [Regular expression match] enabling perform for step [Provide Configuration files] 07:39:37 provisioning config files... 07:39:37 copy managed file [jenkins-s3-log-ship] to file:/home/jenkins/.aws/credentials 07:39:37 [EnvInject] - Injecting environment variables from a build step. 07:39:38 [EnvInject] - Injecting as environment variables the properties content 07:39:38 SERVER_ID=logs 07:39:38 07:39:38 [EnvInject] - Variables injected successfully. 07:39:38 [autorelease-gerrit-branch-lock-vanadium] $ /bin/bash /tmp/jenkins7558447090435029967.sh 07:39:38 ---> create-netrc.sh 07:39:38 WARN: Log server credential not found. 07:39:38 [autorelease-gerrit-branch-lock-vanadium] $ /bin/bash /tmp/jenkins9133968683765152554.sh 07:39:38 ---> python-tools-install.sh 07:39:38 Setup pyenv: 07:39:38 system 07:39:38 3.8.20 07:39:38 3.9.20 07:39:38 3.10.15 07:39:38 * 3.11.10 (set by /w/workspace/autorelease-gerrit-branch-lock-vanadium/.python-version) 07:39:38 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-Bmx4 from file:/tmp/.os_lf_venv 07:39:40 lf-activate-venv(): INFO: Installing: lftools 07:39:49 lf-activate-venv(): INFO: Adding /tmp/venv-Bmx4/bin to PATH 07:39:49 Generating Requirements File 07:40:12 Python 3.11.10 07:40:12 pip 25.2 from /tmp/venv-Bmx4/lib/python3.11/site-packages/pip (python 3.11) 07:40:13 appdirs==1.4.4 07:40:13 argcomplete==3.6.2 07:40:13 aspy.yaml==1.3.0 07:40:13 attrs==25.3.0 07:40:13 autopage==0.5.2 07:40:13 beautifulsoup4==4.13.4 07:40:13 boto3==1.40.14 07:40:13 botocore==1.40.14 07:40:13 bs4==0.0.2 07:40:13 cachetools==5.5.2 07:40:13 certifi==2025.8.3 07:40:13 cffi==1.17.1 07:40:13 cfgv==3.4.0 07:40:13 chardet==5.2.0 07:40:13 charset-normalizer==3.4.3 07:40:13 click==8.2.1 07:40:13 cliff==4.10.0 07:40:13 cmd2==2.7.0 07:40:13 cryptography==3.3.2 07:40:13 debtcollector==3.0.0 07:40:13 decorator==5.2.1 07:40:13 defusedxml==0.7.1 07:40:13 Deprecated==1.2.18 07:40:13 distlib==0.4.0 07:40:13 dnspython==2.7.0 07:40:13 docker==7.1.0 07:40:13 dogpile.cache==1.4.0 07:40:13 durationpy==0.10 07:40:13 email_validator==2.2.0 07:40:13 filelock==3.19.1 07:40:13 future==1.0.0 07:40:13 gitdb==4.0.12 07:40:13 GitPython==3.1.45 07:40:13 google-auth==2.40.3 07:40:13 httplib2==0.22.0 07:40:13 identify==2.6.13 07:40:13 idna==3.10 07:40:13 importlib-resources==1.5.0 07:40:13 iso8601==2.1.0 07:40:13 Jinja2==3.1.6 07:40:13 jmespath==1.0.1 07:40:13 jsonpatch==1.33 07:40:13 jsonpointer==3.0.0 07:40:13 jsonschema==4.25.1 07:40:13 jsonschema-specifications==2025.4.1 07:40:13 keystoneauth1==5.11.1 07:40:13 kubernetes==33.1.0 07:40:13 lftools==0.37.13 07:40:13 lxml==6.0.0 07:40:13 markdown-it-py==4.0.0 07:40:13 MarkupSafe==3.0.2 07:40:13 mdurl==0.1.2 07:40:13 msgpack==1.1.1 07:40:13 multi_key_dict==2.0.3 07:40:13 munch==4.0.0 07:40:13 netaddr==1.3.0 07:40:13 niet==1.4.2 07:40:13 nodeenv==1.9.1 07:40:13 oauth2client==4.1.3 07:40:13 oauthlib==3.3.1 07:40:13 openstacksdk==4.7.0 07:40:13 os-client-config==2.3.0 07:40:13 os-service-types==1.8.0 07:40:13 osc-lib==4.1.0 07:40:13 oslo.config==10.0.0 07:40:13 oslo.context==6.0.0 07:40:13 oslo.i18n==6.5.1 07:40:13 oslo.log==7.2.0 07:40:13 oslo.serialization==5.7.0 07:40:13 oslo.utils==9.0.0 07:40:13 packaging==25.0 07:40:13 pbr==7.0.0 07:40:13 platformdirs==4.3.8 07:40:13 prettytable==3.16.0 07:40:13 psutil==7.0.0 07:40:13 pyasn1==0.6.1 07:40:13 pyasn1_modules==0.4.2 07:40:13 pycparser==2.22 07:40:13 pygerrit2==2.0.15 07:40:13 PyGithub==2.7.0 07:40:13 Pygments==2.19.2 07:40:13 PyJWT==2.10.1 07:40:13 PyNaCl==1.5.0 07:40:13 pyparsing==2.4.7 07:40:13 pyperclip==1.9.0 07:40:13 pyrsistent==0.20.0 07:40:13 python-cinderclient==9.7.0 07:40:13 python-dateutil==2.9.0.post0 07:40:13 python-heatclient==4.3.0 07:40:13 python-jenkins==1.8.3 07:40:13 python-keystoneclient==5.6.0 07:40:13 python-magnumclient==4.8.1 07:40:13 python-openstackclient==8.1.0 07:40:13 python-swiftclient==4.8.0 07:40:13 PyYAML==6.0.2 07:40:13 referencing==0.36.2 07:40:13 requests==2.32.5 07:40:13 requests-oauthlib==2.0.0 07:40:13 requestsexceptions==1.4.0 07:40:13 rfc3986==2.0.0 07:40:13 rich==14.1.0 07:40:13 rich-argparse==1.7.1 07:40:13 rpds-py==0.27.0 07:40:13 rsa==4.9.1 07:40:13 ruamel.yaml==0.18.15 07:40:13 ruamel.yaml.clib==0.2.12 07:40:13 s3transfer==0.13.1 07:40:13 simplejson==3.20.1 07:40:13 six==1.17.0 07:40:13 smmap==5.0.2 07:40:13 soupsieve==2.7 07:40:13 stevedore==5.4.1 07:40:13 tabulate==0.9.0 07:40:13 toml==0.10.2 07:40:13 tomlkit==0.13.3 07:40:13 tqdm==4.67.1 07:40:13 typing_extensions==4.14.1 07:40:13 tzdata==2025.2 07:40:13 urllib3==1.26.20 07:40:13 virtualenv==20.34.0 07:40:13 wcwidth==0.2.13 07:40:13 websocket-client==1.8.0 07:40:13 wrapt==1.17.3 07:40:13 xdg==6.0.0 07:40:13 xmltodict==0.14.2 07:40:13 yq==3.4.3 07:40:13 [autorelease-gerrit-branch-lock-vanadium] $ /bin/bash /tmp/jenkins9280564694886453460.sh 07:40:13 ---> sudo-logs.sh 07:40:13 Archiving 'sudo' log.. 07:40:13 [autorelease-gerrit-branch-lock-vanadium] $ /bin/bash /tmp/jenkins5354102256743103277.sh 07:40:13 ---> job-cost.sh 07:40:13 Setup pyenv: 07:40:13 system 07:40:13 3.8.20 07:40:13 3.9.20 07:40:13 3.10.15 07:40:13 * 3.11.10 (set by /w/workspace/autorelease-gerrit-branch-lock-vanadium/.python-version) 07:40:13 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-Bmx4 from file:/tmp/.os_lf_venv 07:40:15 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 07:40:21 lf-activate-venv(): INFO: Adding /tmp/venv-Bmx4/bin to PATH 07:40:21 INFO: No Stack... 07:40:21 INFO: Retrieving Pricing Info for: v3-standard-4 07:40:22 INFO: Archiving Costs 07:40:22 [autorelease-gerrit-branch-lock-vanadium] $ /bin/bash -l /tmp/jenkins17184619807826158040.sh 07:40:22 ---> logs-deploy.sh 07:40:22 Setup pyenv: 07:40:22 system 07:40:22 3.8.20 07:40:22 3.9.20 07:40:22 3.10.15 07:40:22 * 3.11.10 (set by /w/workspace/autorelease-gerrit-branch-lock-vanadium/.python-version) 07:40:22 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-Bmx4 from file:/tmp/.os_lf_venv 07:40:24 lf-activate-venv(): INFO: Installing: lftools 07:40:34 lf-activate-venv(): INFO: Adding /tmp/venv-Bmx4/bin to PATH 07:40:34 WARNING: Nexus logging server not set 07:40:34 INFO: S3 path logs/releng/vex-yul-odl-jenkins-1/autorelease-gerrit-branch-lock-vanadium/8/ 07:40:34 INFO: archiving logs to S3 07:40:35 ---> uname -a: 07:40:35 Linux prd-ubuntu2204-builder-4c-4g-2970 5.15.0-131-generic #141-Ubuntu SMP Fri Jan 10 21:18:28 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux 07:40:35 07:40:35 07:40:35 ---> lscpu: 07:40:35 Architecture: x86_64 07:40:35 CPU op-mode(s): 32-bit, 64-bit 07:40:35 Address sizes: 40 bits physical, 48 bits virtual 07:40:35 Byte Order: Little Endian 07:40:35 CPU(s): 4 07:40:35 On-line CPU(s) list: 0-3 07:40:35 Vendor ID: AuthenticAMD 07:40:35 Model name: AMD EPYC-Rome Processor 07:40:35 CPU family: 23 07:40:35 Model: 49 07:40:35 Thread(s) per core: 1 07:40:35 Core(s) per socket: 1 07:40:35 Socket(s): 4 07:40:35 Stepping: 0 07:40:35 BogoMIPS: 5599.99 07:40:35 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 07:40:35 Virtualization: AMD-V 07:40:35 Hypervisor vendor: KVM 07:40:35 Virtualization type: full 07:40:35 L1d cache: 128 KiB (4 instances) 07:40:35 L1i cache: 128 KiB (4 instances) 07:40:35 L2 cache: 2 MiB (4 instances) 07:40:35 L3 cache: 64 MiB (4 instances) 07:40:35 NUMA node(s): 1 07:40:35 NUMA node0 CPU(s): 0-3 07:40:35 Vulnerability Gather data sampling: Not affected 07:40:35 Vulnerability Itlb multihit: Not affected 07:40:35 Vulnerability L1tf: Not affected 07:40:35 Vulnerability Mds: Not affected 07:40:35 Vulnerability Meltdown: Not affected 07:40:35 Vulnerability Mmio stale data: Not affected 07:40:35 Vulnerability Reg file data sampling: Not affected 07:40:35 Vulnerability Retbleed: Mitigation; untrained return thunk; SMT disabled 07:40:35 Vulnerability Spec rstack overflow: Mitigation; SMT disabled 07:40:35 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:40:35 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 07:40:35 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 07:40:35 Vulnerability Srbds: Not affected 07:40:35 Vulnerability Tsx async abort: Not affected 07:40:35 07:40:35 07:40:35 ---> nproc: 07:40:35 4 07:40:35 07:40:35 07:40:35 ---> df -h: 07:40:35 Filesystem Size Used Avail Use% Mounted on 07:40:35 tmpfs 1.6G 1.1M 1.6G 1% /run 07:40:35 /dev/vda1 78G 8.2G 70G 11% / 07:40:35 tmpfs 7.9G 0 7.9G 0% /dev/shm 07:40:35 tmpfs 5.0M 0 5.0M 0% /run/lock 07:40:35 /dev/vda15 105M 6.1M 99M 6% /boot/efi 07:40:35 tmpfs 1.6G 4.0K 1.6G 1% /run/user/1001 07:40:35 07:40:35 07:40:35 ---> free -m: 07:40:35 total used free shared buff/cache available 07:40:35 Mem: 15989 625 12999 4 2364 15041 07:40:35 Swap: 1023 0 1023 07:40:35 07:40:35 07:40:35 ---> ip addr: 07:40:35 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 07:40:35 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 07:40:35 inet 127.0.0.1/8 scope host lo 07:40:35 valid_lft forever preferred_lft forever 07:40:35 inet6 ::1/128 scope host 07:40:35 valid_lft forever preferred_lft forever 07:40:35 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 07:40:35 link/ether fa:16:3e:f9:fb:39 brd ff:ff:ff:ff:ff:ff 07:40:35 altname enp0s3 07:40:35 inet 10.30.171.3/23 metric 100 brd 10.30.171.255 scope global dynamic ens3 07:40:35 valid_lft 86249sec preferred_lft 86249sec 07:40:35 inet6 fe80::f816:3eff:fef9:fb39/64 scope link 07:40:35 valid_lft forever preferred_lft forever 07:40:35 3: docker0: mtu 1458 qdisc noqueue state DOWN group default 07:40:35 link/ether 02:42:ee:75:7d:09 brd ff:ff:ff:ff:ff:ff 07:40:35 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 07:40:35 valid_lft forever preferred_lft forever 07:40:35 07:40:35 07:40:35 ---> sar -b -r -n DEV: 07:40:35 Linux 5.15.0-131-generic (prd-ubuntu2204-builder-4c-4g-2970) 08/21/25 _x86_64_ (4 CPU) 07:40:35 07:40:35 07:38:06 LINUX RESTART (4 CPU) 07:40:35 07:40:35 07:40:35 ---> sar -P ALL: 07:40:35 Linux 5.15.0-131-generic (prd-ubuntu2204-builder-4c-4g-2970) 08/21/25 _x86_64_ (4 CPU) 07:40:35 07:40:35 07:38:06 LINUX RESTART (4 CPU) 07:40:35 07:40:35 07:40:35