07:04:51 Started by timer 07:04:51 Running as SYSTEM 07:04:51 [EnvInject] - Loading node environment variables. 07:04:51 Building remotely on prd-centos8-builder-2c-4g-4298 (centos8-builder-2c-4g) in workspace /w/workspace/ci-management-openstack-cron 07:04:51 [ssh-agent] Looking for ssh-agent implementation... 07:04:51 $ ssh-agent 07:04:51 SSH_AUTH_SOCK=/tmp/ssh-9Es8g7WjqOtb/agent.5220 07:04:51 SSH_AGENT_PID=5222 07:04:51 [ssh-agent] Started. 07:04:51 Running ssh-add (command line suppressed) 07:04:51 Identity added: /w/workspace/ci-management-openstack-cron@tmp/private_key_4338020114558889820.key (jenkins-ssh) 07:04:51 [ssh-agent] Using credentials jenkins (jenkins) 07:04:51 The recommended git tool is: NONE 07:04:54 using credential jenkins 07:04:55 Wiping out workspace first. 07:04:55 Cloning the remote Git repository 07:04:55 Cloning repository ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/ci-management 07:04:55 > git init /w/workspace/ci-management-openstack-cron # timeout=10 07:04:55 Fetching upstream changes from ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/ci-management 07:04:55 > git --version # timeout=10 07:04:55 > git --version # 'git version 2.43.0' 07:04:55 using GIT_SSH to set credentials jenkins 07:04:55 [INFO] Currently running in a labeled security context 07:04:55 [INFO] Currently SELinux is 'enforcing' on the host 07:04:55 > /usr/bin/chcon --type=ssh_home_t /w/workspace/ci-management-openstack-cron@tmp/jenkins-gitclient-ssh9528386768625345534.key 07:04:55 > git fetch --tags --force --progress -- ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/ci-management +refs/heads/*:refs/remotes/origin/* # timeout=10 07:05:56 ERROR: Error cloning remote repo 'origin' 07:05:56 hudson.plugins.git.GitException: Command "git fetch --tags --force --progress -- ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/ci-management +refs/heads/*:refs/remotes/origin/*" returned status code 128: 07:05:56 stdout: 07:05:56 stderr: Warning: Permanently added '[gerrit.o-ran-sc.org]:29418,[54.184.158.42]:29418' (ECDSA) to the list of known hosts. 07:05:56 client_loop: send disconnect: Broken pipe 07:05:56 fetch-pack: unexpected disconnect while reading sideband packet 07:05:56 fatal: early EOF 07:05:56 fatal: fetch-pack: invalid index-pack output 07:05:56 07:05:56 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2846) 07:05:56 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2185) 07:05:56 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:635) 07:05:56 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:871) 07:05:56 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:170) 07:05:56 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161) 07:05:56 at hudson.remoting.UserRequest.perform(UserRequest.java:211) 07:05:56 at hudson.remoting.UserRequest.perform(UserRequest.java:54) 07:05:56 at hudson.remoting.Request$2.run(Request.java:377) 07:05:56 at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78) 07:05:56 at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) 07:05:56 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) 07:05:56 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) 07:05:56 at java.base/java.lang.Thread.run(Thread.java:829) 07:05:56 Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to prd-centos8-builder-2c-4g-4298 07:05:56 at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1787) 07:05:56 at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356) 07:05:56 at hudson.remoting.Channel.call(Channel.java:1003) 07:05:56 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:153) 07:05:56 at jdk.internal.reflect.GeneratedMethodAccessor451.invoke(Unknown Source) 07:05:56 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 07:05:56 at java.base/java.lang.reflect.Method.invoke(Method.java:566) 07:05:56 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:138) 07:05:56 at com.sun.proxy.$Proxy168.execute(Unknown Source) 07:05:56 at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1220) 07:05:56 at hudson.plugins.git.GitSCM._checkout(GitSCM.java:1310) 07:05:56 at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1277) 07:05:56 at hudson.scm.SCM.checkout(SCM.java:540) 07:05:56 at hudson.model.AbstractProject.checkout(AbstractProject.java:1248) 07:05:56 at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:649) 07:05:56 at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85) 07:05:56 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:521) 07:05:56 at hudson.model.Run.execute(Run.java:1895) 07:05:56 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44) 07:05:56 at hudson.model.ResourceController.execute(ResourceController.java:101) 07:05:56 at hudson.model.Executor.run(Executor.java:442) 07:05:56 ERROR: Error cloning remote repo 'origin' 07:05:56 $ ssh-agent -k 07:05:56 unset SSH_AUTH_SOCK; 07:05:56 unset SSH_AGENT_PID; 07:05:56 echo Agent pid 5222 killed; 07:05:56 [ssh-agent] Stopped. 07:05:56 [PostBuildScript] - [INFO] Executing post build scripts. 07:05:56 [ci-management-openstack-cron] $ /bin/bash /tmp/jenkins10648417344611213491.sh 07:05:56 ---> sysstat.sh 07:05:56 [ci-management-openstack-cron] $ /bin/bash /tmp/jenkins464793662927172176.sh 07:05:56 ---> package-listing.sh 07:05:56 ++ facter osfamily 07:05:56 ++ tr '[:upper:]' '[:lower:]' 07:05:57 + OS_FAMILY=redhat 07:05:57 + workspace=/w/workspace/ci-management-openstack-cron 07:05:57 + START_PACKAGES=/tmp/packages_start.txt 07:05:57 + END_PACKAGES=/tmp/packages_end.txt 07:05:57 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:05:57 + PACKAGES=/tmp/packages_start.txt 07:05:57 + '[' /w/workspace/ci-management-openstack-cron ']' 07:05:57 + PACKAGES=/tmp/packages_end.txt 07:05:57 + case "${OS_FAMILY}" in 07:05:57 + rpm -qa 07:05:57 + sort 07:05:58 + '[' -f /tmp/packages_start.txt ']' 07:05:58 + '[' -f /tmp/packages_end.txt ']' 07:05:58 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:05:58 + '[' /w/workspace/ci-management-openstack-cron ']' 07:05:58 + mkdir -p /w/workspace/ci-management-openstack-cron/archives/ 07:05:58 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ci-management-openstack-cron/archives/ 07:05:58 [ci-management-openstack-cron] $ /bin/bash /tmp/jenkins8022850383354901397.sh 07:05:58 ---> capture-instance-metadata.sh 07:05:58 Setup pyenv: 07:05:58 system 07:05:58 * 3.8.13 (set by /opt/pyenv/version) 07:05:58 * 3.9.13 (set by /opt/pyenv/version) 07:05:58 * 3.10.6 (set by /opt/pyenv/version) 07:06:06 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-ahRJ 07:06:06 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 07:06:06 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 07:06:06 lf-activate-venv(): INFO: Attempting to install with network-safe options... 07:06:14 lf-activate-venv(): INFO: Base packages installed successfully 07:06:14 lf-activate-venv(): INFO: Installing additional packages: lftools 07:06:58 lf-activate-venv(): INFO: Adding /tmp/venv-ahRJ/bin to PATH 07:06:58 INFO: Running in OpenStack, capturing instance metadata 07:06:58 [ci-management-openstack-cron] $ /bin/bash /tmp/jenkins12094439423457962970.sh 07:06:58 provisioning config files... 07:06:58 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ci-management-openstack-cron@tmp/config11401356714731774762tmp 07:06:58 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 07:06:58 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 07:06:58 [EnvInject] - Injecting environment variables from a build step. 07:06:58 [EnvInject] - Injecting as environment variables the properties content 07:06:58 SERVER_ID=logs 07:06:58 07:06:58 [EnvInject] - Variables injected successfully. 07:06:58 [ci-management-openstack-cron] $ /bin/bash /tmp/jenkins16080032020837839908.sh 07:06:59 ---> create-netrc.sh 07:06:59 [ci-management-openstack-cron] $ /bin/bash /tmp/jenkins16770198249239522723.sh 07:06:59 ---> python-tools-install.sh 07:06:59 Setup pyenv: 07:06:59 system 07:06:59 3.8.13 07:06:59 3.9.13 07:06:59 * 3.10.6 (set by /w/workspace/ci-management-openstack-cron/.python-version) 07:06:59 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-ahRJ from file:/tmp/.os_lf_venv 07:06:59 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 07:06:59 lf-activate-venv(): INFO: Attempting to install with network-safe options... 07:07:02 lf-activate-venv(): INFO: Base packages installed successfully 07:07:02 lf-activate-venv(): INFO: Installing additional packages: lftools 07:07:17 lf-activate-venv(): INFO: Adding /tmp/venv-ahRJ/bin to PATH 07:07:17 Generating Requirements File 07:07:51 ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. 07:07:51 httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 07:07:52 Python 3.10.6 07:07:52 pip 25.3 from /tmp/venv-ahRJ/lib/python3.10/site-packages/pip (python 3.10) 07:07:53 appdirs==1.4.4 07:07:53 argcomplete==3.6.3 07:07:53 aspy.yaml==1.3.0 07:07:53 attrs==25.4.0 07:07:53 autopage==0.5.2 07:07:53 backports.strenum==1.3.1 07:07:53 beautifulsoup4==4.14.3 07:07:53 boto3==1.42.36 07:07:53 botocore==1.42.36 07:07:53 bs4==0.0.2 07:07:53 certifi==2026.1.4 07:07:53 cffi==2.0.0 07:07:53 cfgv==3.5.0 07:07:53 chardet==5.2.0 07:07:53 charset-normalizer==3.4.4 07:07:53 click==8.3.1 07:07:53 cliff==4.13.1 07:07:53 cmd2==3.1.2 07:07:53 cryptography==3.3.2 07:07:53 debtcollector==3.0.0 07:07:53 decorator==5.2.1 07:07:53 defusedxml==0.7.1 07:07:53 Deprecated==1.3.1 07:07:53 distlib==0.4.0 07:07:53 dnspython==2.8.0 07:07:53 docker==7.1.0 07:07:53 dogpile.cache==1.5.0 07:07:53 durationpy==0.10 07:07:53 email-validator==2.3.0 07:07:53 filelock==3.20.3 07:07:53 future==1.0.0 07:07:53 gitdb==4.0.12 07:07:53 GitPython==3.1.46 07:07:53 httplib2==0.30.2 07:07:53 identify==2.6.16 07:07:53 idna==3.11 07:07:53 importlib-resources==1.5.0 07:07:53 iso8601==2.1.0 07:07:53 Jinja2==3.1.6 07:07:53 jmespath==1.1.0 07:07:53 jsonpatch==1.33 07:07:53 jsonpointer==3.0.0 07:07:53 jsonschema==4.26.0 07:07:53 jsonschema-specifications==2025.9.1 07:07:53 keystoneauth1==5.13.0 07:07:53 kubernetes==35.0.0 07:07:53 lftools==0.37.21 07:07:53 lxml==6.0.2 07:07:53 markdown-it-py==4.0.0 07:07:53 MarkupSafe==3.0.3 07:07:53 mdurl==0.1.2 07:07:53 msgpack==1.1.2 07:07:53 multi_key_dict==2.0.3 07:07:53 munch==4.0.0 07:07:53 netaddr==1.3.0 07:07:53 niet==1.4.2 07:07:53 nodeenv==1.10.0 07:07:53 oauth2client==4.1.3 07:07:53 oauthlib==3.3.1 07:07:53 openstacksdk==4.9.0 07:07:53 os-service-types==1.8.2 07:07:53 osc-lib==4.3.0 07:07:53 oslo.config==10.2.0 07:07:53 oslo.context==6.2.0 07:07:53 oslo.i18n==6.7.1 07:07:53 oslo.log==8.0.0 07:07:53 oslo.serialization==5.9.0 07:07:53 oslo.utils==9.2.0 07:07:53 packaging==26.0 07:07:53 pbr==7.0.3 07:07:53 platformdirs==4.5.1 07:07:53 prettytable==3.17.0 07:07:53 psutil==7.2.1 07:07:53 pyasn1==0.6.2 07:07:53 pyasn1_modules==0.4.2 07:07:53 pycparser==3.0 07:07:53 pygerrit2==2.0.15 07:07:53 PyGithub==2.8.1 07:07:53 Pygments==2.19.2 07:07:53 PyJWT==2.10.1 07:07:53 PyNaCl==1.6.2 07:07:53 pyparsing==2.4.7 07:07:53 pyperclip==1.11.0 07:07:53 pyrsistent==0.20.0 07:07:53 python-cinderclient==9.8.0 07:07:53 python-dateutil==2.9.0.post0 07:07:53 python-heatclient==5.0.0 07:07:53 python-jenkins==1.8.3 07:07:53 python-keystoneclient==5.7.0 07:07:53 python-magnumclient==4.9.0 07:07:53 python-openstackclient==8.3.0 07:07:53 python-swiftclient==4.9.0 07:07:53 PyYAML==6.0.3 07:07:53 referencing==0.37.0 07:07:53 requests==2.32.5 07:07:53 requests-oauthlib==2.0.0 07:07:53 requestsexceptions==1.4.0 07:07:53 rfc3986==2.0.0 07:07:53 rich==14.3.1 07:07:53 rich-argparse==1.7.2 07:07:53 rpds-py==0.30.0 07:07:53 rsa==4.9.1 07:07:53 ruamel.yaml==0.19.1 07:07:53 ruamel.yaml.clib==0.2.15 07:07:53 s3transfer==0.16.0 07:07:53 simplejson==3.20.2 07:07:53 six==1.17.0 07:07:53 smmap==5.0.2 07:07:53 soupsieve==2.8.3 07:07:53 stevedore==5.6.0 07:07:53 tabulate==0.9.0 07:07:53 toml==0.10.2 07:07:53 tomlkit==0.14.0 07:07:53 tqdm==4.67.1 07:07:53 typing_extensions==4.15.0 07:07:53 tzdata==2025.3 07:07:53 urllib3==1.26.20 07:07:53 virtualenv==20.36.1 07:07:53 wcwidth==0.5.0 07:07:53 websocket-client==1.9.0 07:07:53 wrapt==2.0.1 07:07:53 xdg==6.0.0 07:07:53 xmltodict==1.0.2 07:07:53 yq==3.4.3 07:07:53 [ci-management-openstack-cron] $ /bin/bash /tmp/jenkins12480657512058778624.sh 07:07:53 ---> sudo-logs.sh 07:07:53 Archiving 'sudo' log.. 07:07:53 [ci-management-openstack-cron] $ /bin/bash /tmp/jenkins9013269183389774773.sh 07:07:53 ---> job-cost.sh 07:07:53 Setup pyenv: 07:07:54 system 07:07:54 3.8.13 07:07:54 3.9.13 07:07:54 * 3.10.6 (set by /w/workspace/ci-management-openstack-cron/.python-version) 07:07:54 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-ahRJ from file:/tmp/.os_lf_venv 07:07:54 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 07:07:54 lf-activate-venv(): INFO: Attempting to install with network-safe options... 07:07:57 lf-activate-venv(): INFO: Base packages installed successfully 07:07:57 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 07:08:08 lf-activate-venv(): INFO: Adding /tmp/venv-ahRJ/bin to PATH 07:08:08 INFO: No Stack... 07:08:08 INFO: Retrieving Pricing Info for: v3-starter-2 07:08:08 INFO: Archiving Costs 07:08:08 [ci-management-openstack-cron] $ /bin/bash -l /tmp/jenkins8403026509596260847.sh 07:08:08 ---> logs-deploy.sh 07:08:08 Setup pyenv: 07:08:08 system 07:08:08 3.8.13 07:08:08 3.9.13 07:08:08 * 3.10.6 (set by /w/workspace/ci-management-openstack-cron/.python-version) 07:08:09 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-ahRJ from file:/tmp/.os_lf_venv 07:08:09 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 07:08:09 lf-activate-venv(): INFO: Attempting to install with network-safe options... 07:08:12 lf-activate-venv(): INFO: Base packages installed successfully 07:08:12 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 07:08:26 lf-activate-venv(): INFO: Adding /tmp/venv-ahRJ/bin to PATH 07:08:26 INFO: Nexus URL https://nexus.o-ran-sc.org path production/vex-sjc-oran-jenkins-prod-1/ci-management-openstack-cron/56909 07:08:26 INFO: archiving workspace using pattern(s): 07:08:28 Archives upload complete. 07:08:29 INFO: archiving logs to Nexus 07:08:31 ---> uname -a: 07:08:31 Linux prd-centos8-builder-2c-4g-4298.novalocal 4.18.0-529.el8.x86_64 #1 SMP Wed Dec 6 01:03:46 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux 07:08:31 07:08:31 07:08:31 ---> lscpu: 07:08:31 Architecture: x86_64 07:08:31 CPU op-mode(s): 32-bit, 64-bit 07:08:31 Byte Order: Little Endian 07:08:31 CPU(s): 2 07:08:31 On-line CPU(s) list: 0,1 07:08:31 Thread(s) per core: 1 07:08:31 Core(s) per socket: 1 07:08:31 Socket(s): 2 07:08:31 NUMA node(s): 1 07:08:31 Vendor ID: AuthenticAMD 07:08:31 CPU family: 23 07:08:31 Model: 49 07:08:31 Model name: AMD EPYC-Rome Processor 07:08:31 Stepping: 0 07:08:31 CPU MHz: 2800.000 07:08:31 BogoMIPS: 5600.00 07:08:31 Virtualization: AMD-V 07:08:31 Hypervisor vendor: KVM 07:08:31 Virtualization type: full 07:08:31 L1d cache: 32K 07:08:31 L1i cache: 32K 07:08:31 L2 cache: 512K 07:08:31 L3 cache: 16384K 07:08:31 NUMA node0 CPU(s): 0,1 07:08:31 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 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 07:08:31 07:08:31 07:08:31 ---> nproc: 07:08:31 2 07:08:31 07:08:31 07:08:31 ---> df -h: 07:08:31 Filesystem Size Used Avail Use% Mounted on 07:08:31 devtmpfs 1.8G 0 1.8G 0% /dev 07:08:31 tmpfs 1.8G 0 1.8G 0% /dev/shm 07:08:31 tmpfs 1.8G 17M 1.8G 1% /run 07:08:31 tmpfs 1.8G 0 1.8G 0% /sys/fs/cgroup 07:08:31 /dev/vda1 20G 9.0G 12G 45% / 07:08:31 tmpfs 367M 0 367M 0% /run/user/1001 07:08:31 07:08:31 07:08:31 ---> free -m: 07:08:31 total used free shared buff/cache available 07:08:31 Mem: 3665 480 1201 17 1983 2911 07:08:31 Swap: 1023 0 1023 07:08:31 07:08:31 07:08:31 ---> ip addr: 07:08:31 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 07:08:31 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 07:08:31 inet 127.0.0.1/8 scope host lo 07:08:31 valid_lft forever preferred_lft forever 07:08:31 inet6 ::1/128 scope host 07:08:31 valid_lft forever preferred_lft forever 07:08:31 2: eth0: mtu 1450 qdisc fq_codel state UP group default qlen 1000 07:08:31 link/ether fa:16:3e:c2:24:55 brd ff:ff:ff:ff:ff:ff 07:08:31 altname enp0s3 07:08:31 altname ens3 07:08:31 inet 10.32.7.46/23 brd 10.32.7.255 scope global dynamic noprefixroute eth0 07:08:31 valid_lft 86137sec preferred_lft 86137sec 07:08:31 inet6 fe80::f816:3eff:fec2:2455/64 scope link 07:08:31 valid_lft forever preferred_lft forever 07:08:31 07:08:31 07:08:31 ---> sar -b -r -n DEV: 07:08:31 Linux 4.18.0-529.el8.x86_64 (centos-stream-8-builder-7e611857-ce8d-42da-b0f0-357f5fb5fb5a.nov) 01/28/2026 _x86_64_ (2 CPU) 07:08:31 07:08:31 07:04:00 LINUX RESTART (2 CPU) 07:08:31 07:08:31 07:05:01 AM tps rtps wtps bread/s bwrtn/s 07:08:31 07:06:01 AM 7.45 4.48 2.97 786.94 1010.68 07:08:31 07:07:01 AM 59.20 2.63 56.56 191.67 4255.36 07:08:31 07:08:01 AM 69.32 0.20 69.12 23.32 7116.51 07:08:31 Average: 45.32 2.44 42.89 333.94 4127.85 07:08:31 07:08:31 07:05:01 AM kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:08:31 07:06:01 AM 1658760 3066496 2094912 55.81 2104 1590968 607648 12.65 303060 1556352 3628 07:08:31 07:07:01 AM 1405676 3035428 2347996 62.55 2104 1799944 601900 12.53 316736 1748756 131572 07:08:31 07:08:01 AM 1255608 2999196 2498064 66.55 2104 1906532 616464 12.84 323320 1865152 84992 07:08:31 Average: 1440015 3033707 2313657 61.64 2104 1765815 608671 12.67 314372 1723420 73397 07:08:31 07:08:31 07:05:01 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:08:31 07:06:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:31 07:06:01 AM eth0 2.85 1.78 2.25 1.19 0.00 0.00 0.00 0.00 07:08:31 07:07:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:31 07:07:01 AM eth0 158.26 78.17 887.66 9.22 0.00 0.00 0.00 0.00 07:08:31 07:08:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:31 07:08:01 AM eth0 50.57 34.43 258.29 6.33 0.00 0.00 0.00 0.00 07:08:31 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:08:31 Average: eth0 70.56 38.13 382.72 5.58 0.00 0.00 0.00 0.00 07:08:31 07:08:31 07:08:31 ---> sar -P ALL: 07:08:31 Linux 4.18.0-529.el8.x86_64 (centos-stream-8-builder-7e611857-ce8d-42da-b0f0-357f5fb5fb5a.nov) 01/28/2026 _x86_64_ (2 CPU) 07:08:31 07:08:31 07:04:00 LINUX RESTART (2 CPU) 07:08:31 07:08:31 07:05:01 AM CPU %user %nice %system %iowait %steal %idle 07:08:31 07:06:01 AM all 4.48 0.00 0.91 0.31 0.17 94.13 07:08:31 07:06:01 AM 0 3.80 0.00 0.60 0.03 0.12 95.45 07:08:31 07:06:01 AM 1 5.17 0.00 1.22 0.59 0.22 92.81 07:08:31 07:07:01 AM all 38.61 0.00 4.70 1.33 2.11 53.24 07:08:31 07:07:01 AM 0 52.16 0.00 6.16 1.03 2.26 38.38 07:08:31 07:07:01 AM 1 25.06 0.00 3.25 1.63 1.96 68.10 07:08:31 07:08:01 AM all 39.84 0.00 4.35 2.85 2.35 50.60 07:08:31 07:08:01 AM 0 48.29 0.00 5.12 2.88 3.02 40.68 07:08:31 07:08:01 AM 1 31.32 0.00 3.57 2.82 1.68 60.60 07:08:31 Average: all 27.70 0.00 3.33 1.50 1.55 65.93 07:08:31 Average: 0 34.82 0.00 3.97 1.32 1.80 58.09 07:08:31 Average: 1 20.55 0.00 2.68 1.68 1.29 73.80 07:08:31 07:08:31 07:08:31