23:36:13 Started by user Anil Belur 23:36:13 Running as SYSTEM 23:36:13 [EnvInject] - Loading node environment variables. 23:36:13 Building remotely on prd-ubuntu2204-builder-4c-4g-52434 (ubuntu2204-builder-4c-4g) in workspace /w/workspace/autorelease-gerrit-branch-lock-titanium 23:36:14 [ssh-agent] Looking for ssh-agent implementation... 23:36:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:36:14 $ ssh-agent 23:36:14 SSH_AUTH_SOCK=/tmp/ssh-XXXXXX3Us6Ev/agent.1561 23:36:14 SSH_AGENT_PID=1563 23:36:14 [ssh-agent] Started. 23:36:14 Running ssh-add (command line suppressed) 23:36:14 Identity added: /w/workspace/autorelease-gerrit-branch-lock-titanium@tmp/private_key_2049607013450545191.key (/w/workspace/autorelease-gerrit-branch-lock-titanium@tmp/private_key_2049607013450545191.key) 23:36:14 [ssh-agent] Using credentials jenkins (jenkins-ssh) 23:36:14 The recommended git tool is: NONE 23:36:16 using credential jenkins-ssh 23:36:16 Wiping out workspace first. 23:36:16 Cloning the remote Git repository 23:36:16 Cloning repository git://devvexx.opendaylight.org/mirror/releng/autorelease 23:36:16 > git init /w/workspace/autorelease-gerrit-branch-lock-titanium # timeout=10 23:36:16 Fetching upstream changes from git://devvexx.opendaylight.org/mirror/releng/autorelease 23:36:16 > git --version # timeout=10 23:36:16 > git --version # 'git version 2.34.1' 23:36:16 using GIT_SSH to set credentials jenkins-ssh 23:36:16 Verifying host key using known hosts file 23:36:16 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. 23:36:16 > git fetch --tags --force --progress -- git://devvexx.opendaylight.org/mirror/releng/autorelease +refs/heads/*:refs/remotes/origin/* # timeout=10 23:36:20 > git config remote.origin.url git://devvexx.opendaylight.org/mirror/releng/autorelease # timeout=10 23:36:20 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:36:20 Avoid second fetch 23:36:20 > git rev-parse refs/remotes/origin/stable/titanium^{commit} # timeout=10 23:36:20 Checking out Revision 0af220e6e5203749d5a3b1f35de4ac9fbb45e4ad (refs/remotes/origin/stable/titanium) 23:36:20 > git config core.sparsecheckout # timeout=10 23:36:20 > git checkout -f 0af220e6e5203749d5a3b1f35de4ac9fbb45e4ad # timeout=10 23:36:21 Commit message: "Update git submodules" 23:36:21 > git rev-list --no-walk 9031973adb5846129a1b2592f483c93e4934c490 # timeout=10 23:36:24 provisioning config files... 23:36:24 copy managed file [npmrc] to file:/home/jenkins/.npmrc 23:36:24 copy managed file [pipconf] to file:/home/jenkins/.config/pip/pip.conf 23:36:24 [autorelease-gerrit-branch-lock-titanium] $ /bin/bash /tmp/jenkins12978974798775855252.sh 23:36:24 ---> autorelease-gerrit-branch-lock.sh 23:36:24 Cloning into 'All-Projects'... 23:36:26 Total 1938 (delta 627), reused 1938 (delta 627) 23:36:26 Note: switching to '1a508613ec1bc733a76c52f3fa35541d9984d266'. 23:36:26 23:36:26 You are in 'detached HEAD' state. You can look around, make experimental 23:36:26 changes and commit them, and you can discard any commits you make in this 23:36:26 state without impacting any branches by switching back to a branch. 23:36:26 23:36:26 If you want to create a new branch to retain commits you create, you may 23:36:26 do so (now or later) by using -c with the switch command. Example: 23:36:26 23:36:26 git switch -c 23:36:26 23:36:26 Or undo this operation with: 23:36:26 23:36:26 git switch - 23:36:26 23:36:26 Turn off this advice by setting config variable advice.detachedHead to false 23:36:26 23:36:28 From ssh://git.opendaylight.org:29418/All-Projects 23:36:28 * [new ref] refs/meta/config -> config 23:36:28 Switched to branch 'config' 23:36:34 + case $mode in 23:36:34 + echo 'INFO: Unlocking branch: stable/titanium' 23:36:34 INFO: Unlocking branch: stable/titanium 23:36:34 + git config -f project.config --remove-section access.refs/heads/stable/titanium 23:36:34 + git commit -asm 'Chore: Unlock branch stable/titanium' 23:36:34 [config 13e5ac4] Chore: Unlock branch stable/titanium 23:36:34 1 file changed, 6 deletions(-) 23:36:34 + git diff HEAD~1 23:36:34 diff --git a/project.config b/project.config 23:36:34 index f391053..cd43c3b 100644 23:36:34 --- a/project.config 23:36:34 +++ b/project.config 23:36:34 @@ -147,9 +147,3 @@ 23:36:34 exclusiveGroupPermissions = create 23:36:34 create = block group Registered Users 23:36:34 create = group Release Engineering Team 23:36:34 -[access "refs/heads/stable/titanium"] 23:36:34 - exclusiveGroupPermissions = submit 23:36:34 - submit = block group Registered Users 23:36:34 - submit = group Release Engineering Team 23:36:34 - label-Code-Review = -2..+2 group Release Engineering Team 23:36:34 - label-Verified = -1..+1 group Release Engineering Team 23:36:34 + '[' false = true ']' 23:36:34 + echo 'INFO: Pushing changes to the repository.' 23:36:34 INFO: Pushing changes to the repository. 23:36:34 + git push origin HEAD:refs/meta/config 23:36:35 remote: remote: Processing changes: refs: 1 remote: Processing changes: refs: 1 remote: Processing changes: refs: 1, done 23:36:35 To ssh://git.opendaylight.org:29418/All-Projects 23:36:35 1a50861..13e5ac4 HEAD -> refs/meta/config 23:36:35 $ ssh-agent -k 23:36:35 unset SSH_AUTH_SOCK; 23:36:35 unset SSH_AGENT_PID; 23:36:35 echo Agent pid 1563 killed; 23:36:35 [ssh-agent] Stopped. 23:36:35 [PostBuildScript] - [INFO] Executing post build scripts. 23:36:35 [autorelease-gerrit-branch-lock-titanium] $ /bin/bash /tmp/jenkins7966780671564740075.sh 23:36:35 ---> sysstat.sh 23:36:36 [autorelease-gerrit-branch-lock-titanium] $ /bin/bash /tmp/jenkins10818737714293100233.sh 23:36:36 ---> package-listing.sh 23:36:36 ++ tr '[:upper:]' '[:lower:]' 23:36:36 ++ facter osfamily 23:36:36 + OS_FAMILY=debian 23:36:36 + workspace=/w/workspace/autorelease-gerrit-branch-lock-titanium 23:36:36 + START_PACKAGES=/tmp/packages_start.txt 23:36:36 + END_PACKAGES=/tmp/packages_end.txt 23:36:36 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:36:36 + PACKAGES=/tmp/packages_start.txt 23:36:36 + '[' /w/workspace/autorelease-gerrit-branch-lock-titanium ']' 23:36:36 + PACKAGES=/tmp/packages_end.txt 23:36:36 + case "${OS_FAMILY}" in 23:36:36 + dpkg -l 23:36:36 + grep '^ii' 23:36:36 + '[' -f /tmp/packages_start.txt ']' 23:36:36 + '[' -f /tmp/packages_end.txt ']' 23:36:36 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:36:36 + '[' /w/workspace/autorelease-gerrit-branch-lock-titanium ']' 23:36:36 + mkdir -p /w/workspace/autorelease-gerrit-branch-lock-titanium/archives/ 23:36:36 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/autorelease-gerrit-branch-lock-titanium/archives/ 23:36:36 [autorelease-gerrit-branch-lock-titanium] $ /bin/bash /tmp/jenkins2944086128061921942.sh 23:36:36 ---> capture-instance-metadata.sh 23:36:36 Setup pyenv: 23:36:36 * system (set by /opt/pyenv/version) 23:36:36 * 3.8.20 (set by /opt/pyenv/version) 23:36:36 * 3.9.20 (set by /opt/pyenv/version) 23:36:36 * 3.10.15 (set by /opt/pyenv/version) 23:36:36 * 3.11.10 (set by /opt/pyenv/version) 23:36:41 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-NJBb 23:36:41 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 23:36:45 lf-activate-venv(): INFO: Installing: lftools 23:37:10 lf-activate-venv(): INFO: Adding /tmp/venv-NJBb/bin to PATH 23:37:10 INFO: Running in OpenStack, capturing instance metadata 23:37:10 [autorelease-gerrit-branch-lock-titanium] $ /bin/bash /tmp/jenkins13132988823106669550.sh 23:37:10 provisioning config files... 23:37:11 Could not find credentials [logs] for autorelease-gerrit-branch-lock-titanium #31 23:37:11 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/autorelease-gerrit-branch-lock-titanium@tmp/config5617090461998113487tmp 23:37:11 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[odl-logs-s3-cloudfront-index] 23:37:11 Run condition [Regular expression match] enabling perform for step [Provide Configuration files] 23:37:11 provisioning config files... 23:37:11 copy managed file [jenkins-s3-log-ship] to file:/home/jenkins/.aws/credentials 23:37:11 [EnvInject] - Injecting environment variables from a build step. 23:37:11 [EnvInject] - Injecting as environment variables the properties content 23:37:11 SERVER_ID=logs 23:37:11 23:37:11 [EnvInject] - Variables injected successfully. 23:37:11 [autorelease-gerrit-branch-lock-titanium] $ /bin/bash /tmp/jenkins16040915479213934099.sh 23:37:11 ---> create-netrc.sh 23:37:11 WARN: Log server credential not found. 23:37:11 [autorelease-gerrit-branch-lock-titanium] $ /bin/bash /tmp/jenkins17918721742792743533.sh 23:37:11 ---> python-tools-install.sh 23:37:11 Setup pyenv: 23:37:11 system 23:37:11 3.8.20 23:37:11 3.9.20 23:37:11 3.10.15 23:37:11 * 3.11.10 (set by /w/workspace/autorelease-gerrit-branch-lock-titanium/.python-version) 23:37:12 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-NJBb from file:/tmp/.os_lf_venv 23:37:14 lf-activate-venv(): INFO: Installing: lftools 23:37:25 lf-activate-venv(): INFO: Adding /tmp/venv-NJBb/bin to PATH 23:37:25 Generating Requirements File 23:37:47 Python 3.11.10 23:37:47 pip 25.2 from /tmp/venv-NJBb/lib/python3.11/site-packages/pip (python 3.11) 23:37:47 appdirs==1.4.4 23:37:47 argcomplete==3.6.2 23:37:47 aspy.yaml==1.3.0 23:37:47 attrs==25.3.0 23:37:47 autopage==0.5.2 23:37:47 beautifulsoup4==4.13.4 23:37:47 boto3==1.40.7 23:37:47 botocore==1.40.7 23:37:47 bs4==0.0.2 23:37:47 cachetools==5.5.2 23:37:47 certifi==2025.8.3 23:37:47 cffi==1.17.1 23:37:47 cfgv==3.4.0 23:37:47 chardet==5.2.0 23:37:47 charset-normalizer==3.4.3 23:37:47 click==8.2.1 23:37:47 cliff==4.10.0 23:37:47 cmd2==2.7.0 23:37:47 cryptography==3.3.2 23:37:47 debtcollector==3.0.0 23:37:47 decorator==5.2.1 23:37:47 defusedxml==0.7.1 23:37:47 Deprecated==1.2.18 23:37:47 distlib==0.4.0 23:37:47 dnspython==2.7.0 23:37:47 docker==7.1.0 23:37:47 dogpile.cache==1.4.0 23:37:47 durationpy==0.10 23:37:47 email_validator==2.2.0 23:37:47 filelock==3.18.0 23:37:47 future==1.0.0 23:37:47 gitdb==4.0.12 23:37:47 GitPython==3.1.45 23:37:47 google-auth==2.40.3 23:37:47 httplib2==0.22.0 23:37:47 identify==2.6.13 23:37:47 idna==3.10 23:37:47 importlib-resources==1.5.0 23:37:47 iso8601==2.1.0 23:37:47 Jinja2==3.1.6 23:37:47 jmespath==1.0.1 23:37:47 jsonpatch==1.33 23:37:47 jsonpointer==3.0.0 23:37:47 jsonschema==4.25.0 23:37:47 jsonschema-specifications==2025.4.1 23:37:47 keystoneauth1==5.11.1 23:37:47 kubernetes==33.1.0 23:37:47 lftools==0.37.13 23:37:47 lxml==6.0.0 23:37:47 markdown-it-py==4.0.0 23:37:47 MarkupSafe==3.0.2 23:37:47 mdurl==0.1.2 23:37:47 msgpack==1.1.1 23:37:47 multi_key_dict==2.0.3 23:37:47 munch==4.0.0 23:37:47 netaddr==1.3.0 23:37:47 niet==1.4.2 23:37:47 nodeenv==1.9.1 23:37:47 oauth2client==4.1.3 23:37:47 oauthlib==3.3.1 23:37:47 openstacksdk==4.6.0 23:37:47 os-client-config==2.3.0 23:37:47 os-service-types==1.8.0 23:37:47 osc-lib==4.1.0 23:37:47 oslo.config==10.0.0 23:37:47 oslo.context==6.0.0 23:37:47 oslo.i18n==6.5.1 23:37:47 oslo.log==7.2.0 23:37:47 oslo.serialization==5.7.0 23:37:47 oslo.utils==9.0.0 23:37:47 packaging==25.0 23:37:47 pbr==6.1.1 23:37:47 platformdirs==4.3.8 23:37:47 prettytable==3.16.0 23:37:47 psutil==7.0.0 23:37:47 pyasn1==0.6.1 23:37:47 pyasn1_modules==0.4.2 23:37:47 pycparser==2.22 23:37:47 pygerrit2==2.0.15 23:37:47 PyGithub==2.7.0 23:37:47 Pygments==2.19.2 23:37:47 PyJWT==2.10.1 23:37:47 PyNaCl==1.5.0 23:37:47 pyparsing==2.4.7 23:37:47 pyperclip==1.9.0 23:37:47 pyrsistent==0.20.0 23:37:47 python-cinderclient==9.7.0 23:37:47 python-dateutil==2.9.0.post0 23:37:47 python-heatclient==4.3.0 23:37:47 python-jenkins==1.8.3 23:37:47 python-keystoneclient==5.6.0 23:37:47 python-magnumclient==4.8.1 23:37:47 python-openstackclient==8.1.0 23:37:47 python-swiftclient==4.8.0 23:37:47 PyYAML==6.0.2 23:37:47 referencing==0.36.2 23:37:47 requests==2.32.4 23:37:47 requests-oauthlib==2.0.0 23:37:47 requestsexceptions==1.4.0 23:37:47 rfc3986==2.0.0 23:37:47 rich==14.1.0 23:37:47 rich-argparse==1.7.1 23:37:47 rpds-py==0.27.0 23:37:47 rsa==4.9.1 23:37:47 ruamel.yaml==0.18.14 23:37:47 ruamel.yaml.clib==0.2.12 23:37:47 s3transfer==0.13.1 23:37:47 simplejson==3.20.1 23:37:47 six==1.17.0 23:37:47 smmap==5.0.2 23:37:47 soupsieve==2.7 23:37:47 stevedore==5.4.1 23:37:47 tabulate==0.9.0 23:37:47 toml==0.10.2 23:37:47 tomlkit==0.13.3 23:37:47 tqdm==4.67.1 23:37:47 typing_extensions==4.14.1 23:37:47 tzdata==2025.2 23:37:47 urllib3==1.26.20 23:37:47 virtualenv==20.33.1 23:37:47 wcwidth==0.2.13 23:37:47 websocket-client==1.8.0 23:37:47 wrapt==1.17.2 23:37:47 xdg==6.0.0 23:37:47 xmltodict==0.14.2 23:37:47 yq==3.4.3 23:37:47 [autorelease-gerrit-branch-lock-titanium] $ /bin/bash /tmp/jenkins16398285721579418879.sh 23:37:47 ---> sudo-logs.sh 23:37:47 Archiving 'sudo' log.. 23:37:47 [autorelease-gerrit-branch-lock-titanium] $ /bin/bash /tmp/jenkins7508938333006260585.sh 23:37:47 ---> job-cost.sh 23:37:47 Setup pyenv: 23:37:48 system 23:37:48 3.8.20 23:37:48 3.9.20 23:37:48 3.10.15 23:37:48 * 3.11.10 (set by /w/workspace/autorelease-gerrit-branch-lock-titanium/.python-version) 23:37:48 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-NJBb from file:/tmp/.os_lf_venv 23:37:50 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 23:37:56 lf-activate-venv(): INFO: Adding /tmp/venv-NJBb/bin to PATH 23:37:56 INFO: No Stack... 23:37:56 INFO: Retrieving Pricing Info for: v3-standard-4 23:37:56 INFO: Archiving Costs 23:37:56 [autorelease-gerrit-branch-lock-titanium] $ /bin/bash -l /tmp/jenkins9365000963330389840.sh 23:37:56 ---> logs-deploy.sh 23:37:56 Setup pyenv: 23:37:56 system 23:37:56 3.8.20 23:37:56 3.9.20 23:37:56 3.10.15 23:37:56 * 3.11.10 (set by /w/workspace/autorelease-gerrit-branch-lock-titanium/.python-version) 23:37:57 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-NJBb from file:/tmp/.os_lf_venv 23:37:58 lf-activate-venv(): INFO: Installing: lftools 23:38:08 lf-activate-venv(): INFO: Adding /tmp/venv-NJBb/bin to PATH 23:38:08 WARNING: Nexus logging server not set 23:38:08 INFO: S3 path logs/releng/vex-yul-odl-jenkins-1/autorelease-gerrit-branch-lock-titanium/31/ 23:38:08 INFO: archiving logs to S3 23:38:10 ---> uname -a: 23:38:10 Linux prd-ubuntu2204-builder-4c-4g-52434 5.15.0-131-generic #141-Ubuntu SMP Fri Jan 10 21:18:28 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux 23:38:10 23:38:10 23:38:10 ---> lscpu: 23:38:10 Architecture: x86_64 23:38:10 CPU op-mode(s): 32-bit, 64-bit 23:38:10 Address sizes: 40 bits physical, 48 bits virtual 23:38:10 Byte Order: Little Endian 23:38:10 CPU(s): 4 23:38:10 On-line CPU(s) list: 0-3 23:38:10 Vendor ID: AuthenticAMD 23:38:10 Model name: AMD EPYC-Rome Processor 23:38:10 CPU family: 23 23:38:10 Model: 49 23:38:10 Thread(s) per core: 1 23:38:10 Core(s) per socket: 1 23:38:10 Socket(s): 4 23:38:10 Stepping: 0 23:38:10 BogoMIPS: 5599.99 23:38:10 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 23:38:10 Virtualization: AMD-V 23:38:10 Hypervisor vendor: KVM 23:38:10 Virtualization type: full 23:38:10 L1d cache: 128 KiB (4 instances) 23:38:10 L1i cache: 128 KiB (4 instances) 23:38:10 L2 cache: 2 MiB (4 instances) 23:38:10 L3 cache: 64 MiB (4 instances) 23:38:10 NUMA node(s): 1 23:38:10 NUMA node0 CPU(s): 0-3 23:38:10 Vulnerability Gather data sampling: Not affected 23:38:10 Vulnerability Itlb multihit: Not affected 23:38:10 Vulnerability L1tf: Not affected 23:38:10 Vulnerability Mds: Not affected 23:38:10 Vulnerability Meltdown: Not affected 23:38:10 Vulnerability Mmio stale data: Not affected 23:38:10 Vulnerability Reg file data sampling: Not affected 23:38:10 Vulnerability Retbleed: Mitigation; untrained return thunk; SMT disabled 23:38:10 Vulnerability Spec rstack overflow: Mitigation; SMT disabled 23:38:10 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 23:38:10 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 23:38:10 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 23:38:10 Vulnerability Srbds: Not affected 23:38:10 Vulnerability Tsx async abort: Not affected 23:38:10 23:38:10 23:38:10 ---> nproc: 23:38:10 4 23:38:10 23:38:10 23:38:10 ---> df -h: 23:38:10 Filesystem Size Used Avail Use% Mounted on 23:38:10 tmpfs 1.6G 1.1M 1.6G 1% /run 23:38:10 /dev/vda1 78G 8.2G 70G 11% / 23:38:10 tmpfs 7.9G 0 7.9G 0% /dev/shm 23:38:10 tmpfs 5.0M 0 5.0M 0% /run/lock 23:38:10 /dev/vda15 105M 6.1M 99M 6% /boot/efi 23:38:10 tmpfs 1.6G 4.0K 1.6G 1% /run/user/1001 23:38:10 23:38:10 23:38:10 ---> free -m: 23:38:10 total used free shared buff/cache available 23:38:10 Mem: 15989 649 12975 4 2363 15018 23:38:10 Swap: 1023 0 1023 23:38:10 23:38:10 23:38:10 ---> ip addr: 23:38:10 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 23:38:10 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 23:38:10 inet 127.0.0.1/8 scope host lo 23:38:10 valid_lft forever preferred_lft forever 23:38:10 inet6 ::1/128 scope host 23:38:10 valid_lft forever preferred_lft forever 23:38:10 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 23:38:10 link/ether fa:16:3e:4f:64:23 brd ff:ff:ff:ff:ff:ff 23:38:10 altname enp0s3 23:38:10 inet 10.30.170.232/23 metric 100 brd 10.30.171.255 scope global dynamic ens3 23:38:10 valid_lft 86246sec preferred_lft 86246sec 23:38:10 inet6 fe80::f816:3eff:fe4f:6423/64 scope link 23:38:10 valid_lft forever preferred_lft forever 23:38:10 3: docker0: mtu 1458 qdisc noqueue state DOWN group default 23:38:10 link/ether 02:42:53:ff:2a:b0 brd ff:ff:ff:ff:ff:ff 23:38:10 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 23:38:10 valid_lft forever preferred_lft forever 23:38:10 23:38:10 23:38:10 ---> sar -b -r -n DEV: 23:38:10 Linux 5.15.0-131-generic (prd-ubuntu2204-builder-4c-4g-52434) 08/11/25 _x86_64_ (4 CPU) 23:38:10 23:38:10 23:35:38 LINUX RESTART (4 CPU) 23:38:10 23:38:10 23:38:10 ---> sar -P ALL: 23:38:10 Linux 5.15.0-131-generic (prd-ubuntu2204-builder-4c-4g-52434) 08/11/25 _x86_64_ (4 CPU) 23:38:10 23:38:10 23:35:38 LINUX RESTART (4 CPU) 23:38:10 23:38:10 23:38:10