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