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