Started by timer Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on prd-centos8-builder-2c-4g-7827 (centos8-builder-2c-4g) in workspace /w/workspace/ci-management-openstack-cron [ssh-agent] Looking for ssh-agent implementation... $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-5BvSLJwPj8mA/agent.5224 SSH_AGENT_PID=5226 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /w/workspace/ci-management-openstack-cron@tmp/private_key_13567047553786177244.key (jenkins-ssh) [ssh-agent] Using credentials jenkins (jenkins) The recommended git tool is: NONE using credential jenkins Wiping out workspace first. Cloning the remote Git repository Cloning repository ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/ci-management > git init /w/workspace/ci-management-openstack-cron # timeout=10 Fetching upstream changes from ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/ci-management > git --version # timeout=10 > git --version # 'git version 2.43.0' using GIT_SSH to set credentials jenkins [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/ci-management-openstack-cron@tmp/jenkins-gitclient-ssh100646258423353763.key > git fetch --tags --force --progress -- ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/ci-management +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/ci-management # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 Checking out Revision 0f515fe81fce861092290e32cfe61c892a8beab7 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0f515fe81fce861092290e32cfe61c892a8beab7 # timeout=10 Commit message: "ci: nonrtric-plt-rappmanager: Fix staging jobs" > git rev-list --no-walk 0f515fe81fce861092290e32cfe61c892a8beab7 # timeout=10 > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.packer/common-packer.url # timeout=10 > git config -f .gitmodules --get submodule.packer/common-packer.path # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive packer/common-packer # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Run condition [Boolean condition] enabling prebuild for step [Execute shell] Run condition [Boolean condition] enabling prebuild for step [Execute shell] Run condition [Boolean condition] enabling prebuild for step [Execute shell] Run condition [Boolean condition] enabling prebuild for step [Execute shell] Run condition [Boolean condition] enabling prebuild for step [Execute shell] Run condition [Boolean condition] enabling prebuild for step [Execute shell] Run condition [Boolean condition] enabling prebuild for step [BuilderChain] provisioning config files... copy managed file [clouds-yaml] to file:/home/jenkins/.config/openstack/clouds.yaml copy managed file [npmrc] to file:/home/jenkins/.npmrc copy managed file [pipconf] to file:/home/jenkins/.config/pip/pip.conf [ci-management-openstack-cron] $ /bin/bash /tmp/jenkins4337941004446695758.sh ---> python-tools-install.sh Setup pyenv: system * 3.8.13 (set by /opt/pyenv/version) * 3.9.13 (set by /opt/pyenv/version) * 3.10.6 (set by /opt/pyenv/version) lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-2rtv lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) lf-activate-venv(): INFO: Attempting to install with network-safe options... lf-activate-venv(): INFO: Base packages installed successfully lf-activate-venv(): INFO: Installing additional packages: lftools ERROR: Exception: Traceback (most recent call last): File "/tmp/venv-2rtv/lib/python3.10/site-packages/pip/_internal/cli/base_command.py", line 107, in _run_wrapper status = _inner_run() File "/tmp/venv-2rtv/lib/python3.10/site-packages/pip/_internal/cli/base_command.py", line 98, in _inner_run return self.run(options, args) File "/tmp/venv-2rtv/lib/python3.10/site-packages/pip/_internal/cli/req_command.py", line 96, in wrapper return func(self, options, args) File "/tmp/venv-2rtv/lib/python3.10/site-packages/pip/_internal/commands/install.py", line 392, in run requirement_set = resolver.resolve( File "/tmp/venv-2rtv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 99, in resolve result = self._result = resolver.resolve( File "/tmp/venv-2rtv/lib/python3.10/site-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 601, in resolve state = resolution.resolve(requirements, max_rounds=max_rounds) File "/tmp/venv-2rtv/lib/python3.10/site-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 513, in resolve failure_criterion = self._attempt_to_pin_criterion(name) File "/tmp/venv-2rtv/lib/python3.10/site-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 220, in _attempt_to_pin_criterion criteria = self._get_updated_criteria(candidate) File "/tmp/venv-2rtv/lib/python3.10/site-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 211, in _get_updated_criteria self._add_to_criteria(criteria, requirement, parent=candidate) File "/tmp/venv-2rtv/lib/python3.10/site-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 150, in _add_to_criteria if not criterion.candidates: File "/tmp/venv-2rtv/lib/python3.10/site-packages/pip/_vendor/resolvelib/structs.py", line 194, in __bool__ return bool(self._sequence) File "/tmp/venv-2rtv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 165, in __bool__ self._bool = any(self) File "/tmp/venv-2rtv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 149, in return (c for c in iterator if id(c) not in self._incompatible_ids) File "/tmp/venv-2rtv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 39, in _iter_built candidate = func() File "/tmp/venv-2rtv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/factory.py", line 180, in _make_candidate_from_link base: BaseCandidate | None = self._make_base_candidate_from_link( File "/tmp/venv-2rtv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/factory.py", line 226, in _make_base_candidate_from_link self._link_candidate_cache[link] = LinkCandidate( File "/tmp/venv-2rtv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/candidates.py", line 318, in __init__ super().__init__( File "/tmp/venv-2rtv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/candidates.py", line 161, in __init__ self.dist = self._prepare() File "/tmp/venv-2rtv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/candidates.py", line 238, in _prepare dist = self._prepare_distribution() File "/tmp/venv-2rtv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/candidates.py", line 329, in _prepare_distribution return preparer.prepare_linked_requirement(self._ireq, parallel_builds=True) File "/tmp/venv-2rtv/lib/python3.10/site-packages/pip/_internal/operations/prepare.py", line 542, in prepare_linked_requirement return self._prepare_linked_requirement(req, parallel_builds) File "/tmp/venv-2rtv/lib/python3.10/site-packages/pip/_internal/operations/prepare.py", line 613, in _prepare_linked_requirement local_file = unpack_url( File "/tmp/venv-2rtv/lib/python3.10/site-packages/pip/_internal/operations/prepare.py", line 180, in unpack_url file = get_http_url( File "/tmp/venv-2rtv/lib/python3.10/site-packages/pip/_internal/operations/prepare.py", line 121, in get_http_url from_path, content_type = download(link, temp_dir.path) File "/tmp/venv-2rtv/lib/python3.10/site-packages/pip/_internal/network/download.py", line 188, in __call__ resp = self._http_get(link) File "/tmp/venv-2rtv/lib/python3.10/site-packages/pip/_internal/network/download.py", line 333, in _http_get resp = self._session.get(target_url, headers=headers, stream=True) File "/tmp/venv-2rtv/lib/python3.10/site-packages/pip/_vendor/requests/sessions.py", line 602, in get return self.request("GET", url, **kwargs) File "/tmp/venv-2rtv/lib/python3.10/site-packages/pip/_internal/network/session.py", line 532, in request return super().request(method, url, *args, **kwargs) File "/tmp/venv-2rtv/lib/python3.10/site-packages/pip/_vendor/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/tmp/venv-2rtv/lib/python3.10/site-packages/pip/_vendor/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/tmp/venv-2rtv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/adapter.py", line 76, in send resp = super().send(request, stream, timeout, verify, cert, proxies) File "/tmp/venv-2rtv/lib/python3.10/site-packages/pip/_vendor/requests/adapters.py", line 644, in send resp = conn.urlopen( File "/tmp/venv-2rtv/lib/python3.10/site-packages/pip/_vendor/urllib3/connectionpool.py", line 716, in urlopen httplib_response = self._make_request( File "/tmp/venv-2rtv/lib/python3.10/site-packages/pip/_vendor/urllib3/connectionpool.py", line 404, in _make_request self._validate_conn(conn) File "/tmp/venv-2rtv/lib/python3.10/site-packages/pip/_vendor/urllib3/connectionpool.py", line 1061, in _validate_conn conn.connect() File "/tmp/venv-2rtv/lib/python3.10/site-packages/pip/_vendor/urllib3/connection.py", line 419, in connect self.sock = ssl_wrap_socket( File "/tmp/venv-2rtv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/ssl_.py", line 458, in ssl_wrap_socket ssl_sock = _ssl_wrap_socket_impl( File "/tmp/venv-2rtv/lib/python3.10/site-packages/pip/_vendor/urllib3/util/ssl_.py", line 502, in _ssl_wrap_socket_impl return ssl_context.wrap_socket(sock, server_hostname=server_hostname) File "/tmp/venv-2rtv/lib/python3.10/site-packages/pip/_vendor/truststore/_api.py", line 130, in wrap_socket _verify_peercerts(ssl_sock, server_hostname=server_hostname) File "/tmp/venv-2rtv/lib/python3.10/site-packages/pip/_vendor/truststore/_api.py", line 338, in _verify_peercerts cert_bytes = _get_unverified_chain_bytes(sslobj) File "/tmp/venv-2rtv/lib/python3.10/site-packages/pip/_vendor/truststore/_api.py", line 320, in _get_unverified_chain_bytes unverified_chain = sslobj.get_unverified_chain() or () # type: ignore[attr-defined] AttributeError: 'NoneType' object has no attribute 'get_unverified_chain' lf-activate-venv(): ERROR: Failed to install packages: lftools Build step 'Execute shell' marked build as failure $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 5226 killed; [ssh-agent] Stopped. [PostBuildScript] - [INFO] Executing post build scripts. [ci-management-openstack-cron] $ /bin/bash /tmp/jenkins6358826360603207413.sh ---> sysstat.sh [ci-management-openstack-cron] $ /bin/bash /tmp/jenkins12916320299511867270.sh ---> package-listing.sh ++ facter osfamily ++ tr '[:upper:]' '[:lower:]' + OS_FAMILY=redhat + workspace=/w/workspace/ci-management-openstack-cron + START_PACKAGES=/tmp/packages_start.txt + END_PACKAGES=/tmp/packages_end.txt + DIFF_PACKAGES=/tmp/packages_diff.txt + PACKAGES=/tmp/packages_start.txt + '[' /w/workspace/ci-management-openstack-cron ']' + PACKAGES=/tmp/packages_end.txt + case "${OS_FAMILY}" in + rpm -qa + sort + '[' -f /tmp/packages_start.txt ']' + '[' -f /tmp/packages_end.txt ']' + diff /tmp/packages_start.txt /tmp/packages_end.txt + '[' /w/workspace/ci-management-openstack-cron ']' + mkdir -p /w/workspace/ci-management-openstack-cron/archives/ + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ci-management-openstack-cron/archives/ [ci-management-openstack-cron] $ /bin/bash /tmp/jenkins4182138473314344963.sh ---> capture-instance-metadata.sh Setup pyenv: system 3.8.13 3.9.13 * 3.10.6 (set by /w/workspace/ci-management-openstack-cron/.python-version) lf-activate-venv(): INFO: Reuse venv:/tmp/venv-2rtv from file:/tmp/.os_lf_venv lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) lf-activate-venv(): INFO: Attempting to install with network-safe options... lf-activate-venv(): INFO: Base packages installed successfully lf-activate-venv(): INFO: Installing additional packages: lftools lf-activate-venv(): INFO: Adding /tmp/venv-2rtv/bin to PATH INFO: Running in OpenStack, capturing instance metadata [ci-management-openstack-cron] $ /bin/bash /tmp/jenkins8237597960864813025.sh provisioning config files... copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ci-management-openstack-cron@tmp/config15792082805373029724tmp Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] Run condition [Regular expression match] preventing perform for step [Provide Configuration files] [EnvInject] - Injecting environment variables from a build step. [EnvInject] - Injecting as environment variables the properties content SERVER_ID=logs [EnvInject] - Variables injected successfully. [ci-management-openstack-cron] $ /bin/bash /tmp/jenkins9783812687207784047.sh ---> create-netrc.sh [ci-management-openstack-cron] $ /bin/bash /tmp/jenkins14156271541073842227.sh ---> python-tools-install.sh Setup pyenv: system 3.8.13 3.9.13 * 3.10.6 (set by /w/workspace/ci-management-openstack-cron/.python-version) lf-activate-venv(): INFO: Reuse venv:/tmp/venv-2rtv from file:/tmp/.os_lf_venv lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) lf-activate-venv(): INFO: Attempting to install with network-safe options... lf-activate-venv(): INFO: Base packages installed successfully lf-activate-venv(): INFO: Installing additional packages: lftools lf-activate-venv(): INFO: Adding /tmp/venv-2rtv/bin to PATH Generating Requirements File 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. httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. Python 3.10.6 pip 26.0.1 from /tmp/venv-2rtv/lib/python3.10/site-packages/pip (python 3.10) appdirs==1.4.4 argcomplete==3.6.3 aspy.yaml==1.3.0 attrs==25.4.0 autopage==0.6.0 backports.strenum==1.3.1 beautifulsoup4==4.14.3 boto3==1.42.59 botocore==1.42.59 bs4==0.0.2 certifi==2026.2.25 cffi==2.0.0 cfgv==3.5.0 chardet==6.0.0.post1 charset-normalizer==3.4.4 click==8.3.1 cliff==4.13.2 cmd2==3.2.2 cryptography==3.3.2 debtcollector==3.0.0 decorator==5.2.1 defusedxml==0.7.1 Deprecated==1.3.1 distlib==0.4.0 dnspython==2.8.0 docker==7.1.0 dogpile.cache==1.5.0 durationpy==0.10 email-validator==2.3.0 filelock==3.24.3 future==1.0.0 gitdb==4.0.12 GitPython==3.1.46 httplib2==0.30.2 identify==2.6.16 idna==3.11 importlib-resources==1.5.0 iso8601==2.1.0 Jinja2==3.1.6 jmespath==1.1.0 jsonpatch==1.33 jsonpointer==3.0.0 jsonschema==4.26.0 jsonschema-specifications==2025.9.1 keystoneauth1==5.13.1 kubernetes==35.0.0 lftools==0.37.21 lxml==6.0.2 markdown-it-py==4.0.0 MarkupSafe==3.0.3 mdurl==0.1.2 msgpack==1.1.2 multi_key_dict==2.0.3 munch==4.0.0 netaddr==1.3.0 niet==1.4.2 nodeenv==1.10.0 oauth2client==4.1.3 oauthlib==3.3.1 openstacksdk==4.10.0 os-service-types==1.8.2 osc-lib==4.4.0 oslo.config==10.3.0 oslo.context==6.3.0 oslo.i18n==6.7.2 oslo.log==8.1.0 oslo.serialization==5.9.1 oslo.utils==10.0.0 packaging==26.0 pbr==7.0.3 platformdirs==4.9.2 prettytable==3.17.0 psutil==7.2.2 pyasn1==0.6.2 pyasn1_modules==0.4.2 pycparser==3.0 pygerrit2==2.0.15 PyGithub==2.8.1 Pygments==2.19.2 PyJWT==2.11.0 PyNaCl==1.6.2 pyparsing==2.4.7 pyperclip==1.11.0 pyrsistent==0.20.0 python-cinderclient==9.8.0 python-dateutil==2.9.0.post0 python-discovery==1.1.0 python-heatclient==5.1.0 python-jenkins==1.8.3 python-keystoneclient==5.8.0 python-magnumclient==4.10.0 python-openstackclient==9.0.0 python-swiftclient==4.10.0 PyYAML==6.0.3 referencing==0.37.0 requests==2.32.5 requests-oauthlib==2.0.0 requestsexceptions==1.4.0 rfc3986==2.0.0 rich==14.3.3 rich-argparse==1.7.2 rpds-py==0.30.0 rsa==4.9.1 ruamel.yaml==0.19.1 ruamel.yaml.clib==0.2.15 s3transfer==0.16.0 simplejson==3.20.2 six==1.17.0 smmap==5.0.2 soupsieve==2.8.3 stevedore==5.7.0 tabulate==0.9.0 toml==0.10.2 tomlkit==0.14.0 tqdm==4.67.3 typing_extensions==4.15.0 urllib3==1.26.20 virtualenv==21.1.0 wcwidth==0.6.0 websocket-client==1.9.0 wrapt==2.1.1 xdg==6.0.0 xmltodict==1.0.4 yq==3.4.3 [ci-management-openstack-cron] $ /bin/bash /tmp/jenkins8701425878678726560.sh ---> sudo-logs.sh Archiving 'sudo' log.. [ci-management-openstack-cron] $ /bin/bash /tmp/jenkins12039941975572281049.sh ---> job-cost.sh Setup pyenv: system 3.8.13 3.9.13 * 3.10.6 (set by /w/workspace/ci-management-openstack-cron/.python-version) lf-activate-venv(): INFO: Reuse venv:/tmp/venv-2rtv from file:/tmp/.os_lf_venv lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) lf-activate-venv(): INFO: Attempting to install with network-safe options... lf-activate-venv(): INFO: Base packages installed successfully lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 lf-activate-venv(): INFO: Adding /tmp/venv-2rtv/bin to PATH INFO: No Stack... INFO: Retrieving Pricing Info for: v3-starter-2 INFO: Archiving Costs [ci-management-openstack-cron] $ /bin/bash -l /tmp/jenkins9015713414339523545.sh ---> logs-deploy.sh Setup pyenv: system 3.8.13 3.9.13 * 3.10.6 (set by /w/workspace/ci-management-openstack-cron/.python-version) lf-activate-venv(): INFO: Reuse venv:/tmp/venv-2rtv from file:/tmp/.os_lf_venv lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) lf-activate-venv(): INFO: Attempting to install with network-safe options... lf-activate-venv(): INFO: Base packages installed successfully lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 lf-activate-venv(): INFO: Adding /tmp/venv-2rtv/bin to PATH INFO: Nexus URL https://nexus.o-ran-sc.org path production/vex-sjc-oran-jenkins-prod-1/ci-management-openstack-cron/57670 INFO: archiving workspace using pattern(s): /tmp/venv-2rtv/lib/python3.10/site-packages/requests/__init__.py:113: RequestsDependencyWarning: urllib3 (1.26.20) or chardet (6.0.0.post1)/charset_normalizer (3.4.4) doesn't match a supported version! warnings.warn( Archives upload complete. INFO: archiving logs to Nexus /tmp/venv-2rtv/lib/python3.10/site-packages/requests/__init__.py:113: RequestsDependencyWarning: urllib3 (1.26.20) or chardet (6.0.0.post1)/charset_normalizer (3.4.4) doesn't match a supported version! warnings.warn( ---> uname -a: Linux prd-centos8-builder-2c-4g-7827.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 ---> lscpu: Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian CPU(s): 2 On-line CPU(s) list: 0,1 Thread(s) per core: 1 Core(s) per socket: 1 Socket(s): 2 NUMA node(s): 1 Vendor ID: AuthenticAMD CPU family: 23 Model: 49 Model name: AMD EPYC-Rome Processor Stepping: 0 CPU MHz: 2800.000 BogoMIPS: 5600.00 Virtualization: AMD-V Hypervisor vendor: KVM Virtualization type: full L1d cache: 32K L1i cache: 32K L2 cache: 512K L3 cache: 16384K NUMA node0 CPU(s): 0,1 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 ---> nproc: 2 ---> df -h: Filesystem Size Used Avail Use% Mounted on devtmpfs 1.8G 0 1.8G 0% /dev tmpfs 1.8G 0 1.8G 0% /dev/shm tmpfs 1.8G 17M 1.8G 1% /run tmpfs 1.8G 0 1.8G 0% /sys/fs/cgroup /dev/vda1 20G 9.0G 12G 45% / tmpfs 367M 0 367M 0% /run/user/1001 ---> free -m: total used free shared buff/cache available Mem: 3665 498 1157 17 2009 2893 Swap: 1023 0 1023 ---> ip addr: 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: mtu 1450 qdisc fq_codel state UP group default qlen 1000 link/ether fa:16:3e:eb:8b:cc brd ff:ff:ff:ff:ff:ff altname enp0s3 altname ens3 inet 10.32.6.152/23 brd 10.32.7.255 scope global dynamic noprefixroute eth0 valid_lft 86151sec preferred_lft 86151sec inet6 fe80::f816:3eff:feeb:8bcc/64 scope link valid_lft forever preferred_lft forever ---> sar -b -r -n DEV: Linux 4.18.0-529.el8.x86_64 (centos-stream-8-builder-7e611857-ce8d-42da-b0f0-357f5fb5fb5a.nov) 03/01/2026 _x86_64_ (2 CPU) 00:03:55 LINUX RESTART (2 CPU) 12:05:01 AM tps rtps wtps bread/s bwrtn/s 12:06:01 AM 44.70 0.48 44.22 20.93 4811.06 12:07:01 AM 57.55 0.38 57.16 54.12 6610.93 12:08:01 AM 40.74 0.28 40.45 24.26 4374.51 Average: 47.66 0.38 47.28 33.10 5265.50 12:05:01 AM kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 12:06:01 AM 1392640 2966900 2361036 62.90 2104 1750112 681508 14.19 332524 1767724 62720 12:07:01 AM 1332932 3028528 2420744 64.49 2104 1863312 608640 12.67 330764 1796328 37016 12:08:01 AM 1162680 2940020 2590996 69.03 2104 1939344 662552 13.80 339396 1934832 23080 Average: 1296084 2978483 2457592 65.47 2104 1850923 650900 13.55 334228 1832961 40939 12:05:01 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 12:06:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:06:01 AM eth0 74.86 64.75 814.37 12.12 0.00 0.00 0.00 0.00 12:07:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:07:01 AM eth0 16.29 14.31 115.02 3.85 0.00 0.00 0.00 0.00 12:08:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:08:01 AM eth0 22.68 22.38 150.60 5.53 0.00 0.00 0.00 0.00 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 Average: eth0 37.94 33.81 360.00 7.17 0.00 0.00 0.00 0.00 ---> sar -P ALL: Linux 4.18.0-529.el8.x86_64 (centos-stream-8-builder-7e611857-ce8d-42da-b0f0-357f5fb5fb5a.nov) 03/01/2026 _x86_64_ (2 CPU) 00:03:55 LINUX RESTART (2 CPU) 12:05:01 AM CPU %user %nice %system %iowait %steal %idle 12:06:01 AM all 37.30 0.00 3.72 0.94 2.66 55.39 12:06:01 AM 0 48.52 0.00 4.51 1.16 2.49 43.32 12:06:01 AM 1 26.17 0.00 2.93 0.72 2.83 67.35 12:07:01 AM all 32.43 0.00 3.84 2.55 2.31 58.86 12:07:01 AM 0 35.29 0.00 3.24 2.45 2.10 56.93 12:07:01 AM 1 29.58 0.00 4.44 2.66 2.53 60.79 12:08:01 AM all 33.24 0.00 3.40 1.22 2.61 59.53 12:08:01 AM 0 52.40 0.00 4.34 1.40 2.21 39.65 12:08:01 AM 1 14.43 0.00 2.48 1.04 3.00 79.04 Average: all 34.32 0.00 3.65 1.57 2.53 57.93 Average: 0 45.39 0.00 4.03 1.67 2.27 46.65 Average: 1 23.36 0.00 3.28 1.47 2.79 69.10