12:03:44 Started by timer 12:03:44 Running as SYSTEM 12:03:44 [EnvInject] - Loading node environment variables. 12:03:44 Building remotely on prd-centos8-builder-2c-1g-1059 (centos8-builder-2c-1g) in workspace /w/workspace/ci-management-openstack-cron 12:03:44 [ssh-agent] Looking for ssh-agent implementation... 12:03:44 $ ssh-agent 12:03:45 SSH_AUTH_SOCK=/tmp/ssh-mhP2KXDG5RH8/agent.14291 12:03:45 SSH_AGENT_PID=14294 12:03:45 [ssh-agent] Started. 12:03:45 Running ssh-add (command line suppressed) 12:03:45 Identity added: /w/workspace/ci-management-openstack-cron@tmp/private_key_4218318827177399929.key (/w/workspace/ci-management-openstack-cron@tmp/private_key_4218318827177399929.key) 12:03:45 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 12:03:45 The recommended git tool is: NONE 12:03:46 using credential onap-jenkins-ssh 12:03:46 Wiping out workspace first. 12:03:46 Cloning the remote Git repository 12:03:46 Cloning repository git://cloud.onap.org/mirror/ci-management 12:03:46 > git init /w/workspace/ci-management-openstack-cron # timeout=10 12:03:47 Fetching upstream changes from git://cloud.onap.org/mirror/ci-management 12:03:47 > git --version # timeout=10 12:03:47 > git --version # 'git version 2.39.0' 12:03:47 using GIT_SSH to set credentials Gerrit user 12:03:47 [INFO] Currently running in a labeled security context 12:03:47 [INFO] Currently SELinux is 'enforcing' on the host 12:03:47 > /usr/bin/chcon --type=ssh_home_t /w/workspace/ci-management-openstack-cron@tmp/jenkins-gitclient-ssh15715590807210878291.key 12:03:47 Verifying host key using manually-configured host key entries 12:03:47 > git fetch --tags --force --progress -- git://cloud.onap.org/mirror/ci-management +refs/heads/*:refs/remotes/origin/* # timeout=10 12:04:02 ERROR: Error cloning remote repo 'origin' 12:04:02 hudson.plugins.git.GitException: Command "git fetch --tags --force --progress -- git://cloud.onap.org/mirror/ci-management +refs/heads/*:refs/remotes/origin/*" returned status code 128: 12:04:02 stdout: 12:04:02 stderr: fatal: unable to look up cloud.onap.org (port 9418) (Name or service not known) 12:04:02 12:04:02 at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2846) 12:04:02 at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2185) 12:04:02 at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:635) 12:04:02 at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:871) 12:04:02 at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:170) 12:04:02 at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161) 12:04:02 at hudson.remoting.UserRequest.perform(UserRequest.java:211) 12:04:02 at hudson.remoting.UserRequest.perform(UserRequest.java:54) 12:04:02 at hudson.remoting.Request$2.run(Request.java:377) 12:04:02 at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78) 12:04:02 at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) 12:04:02 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) 12:04:02 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) 12:04:02 at java.base/java.lang.Thread.run(Thread.java:829) 12:04:02 Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to prd-centos8-builder-2c-1g-1059 12:04:02 at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1826) 12:04:02 at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356) 12:04:02 at hudson.remoting.Channel.call(Channel.java:1042) 12:04:02 at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:153) 12:04:02 at jdk.internal.reflect.GeneratedMethodAccessor934.invoke(Unknown Source) 12:04:02 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 12:04:02 at java.base/java.lang.reflect.Method.invoke(Method.java:566) 12:04:02 at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:138) 12:04:02 at PluginClassLoader for git-client//com.sun.proxy.$Proxy250.execute(Unknown Source) 12:04:02 at PluginClassLoader for git//hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1220) 12:04:02 at PluginClassLoader for git//hudson.plugins.git.GitSCM._checkout(GitSCM.java:1310) 12:04:02 at PluginClassLoader for git//hudson.plugins.git.GitSCM.checkout(GitSCM.java:1277) 12:04:02 at hudson.scm.SCM.checkout(SCM.java:540) 12:04:02 at hudson.model.AbstractProject.checkout(AbstractProject.java:1247) 12:04:02 at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:649) 12:04:02 at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85) 12:04:02 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:521) 12:04:02 at hudson.model.Run.execute(Run.java:1894) 12:04:02 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44) 12:04:02 at hudson.model.ResourceController.execute(ResourceController.java:101) 12:04:02 at hudson.model.Executor.run(Executor.java:446) 12:04:02 ERROR: Error cloning remote repo 'origin' 12:04:02 $ ssh-agent -k 12:04:02 unset SSH_AUTH_SOCK; 12:04:02 unset SSH_AGENT_PID; 12:04:02 echo Agent pid 14294 killed; 12:04:02 [ssh-agent] Stopped. 12:04:02 [PostBuildScript] - [INFO] Executing post build scripts. 12:04:02 [ci-management-openstack-cron] $ /bin/bash /tmp/jenkins15205225543850047210.sh 12:04:02 ---> sysstat.sh 12:04:02 [ci-management-openstack-cron] $ /bin/bash /tmp/jenkins17001527179187284020.sh 12:04:02 ---> package-listing.sh 12:04:02 ++ facter osfamily 12:04:02 ++ tr '[:upper:]' '[:lower:]' 12:04:02 + OS_FAMILY=redhat 12:04:02 + workspace=/w/workspace/ci-management-openstack-cron 12:04:02 + START_PACKAGES=/tmp/packages_start.txt 12:04:02 + END_PACKAGES=/tmp/packages_end.txt 12:04:02 + DIFF_PACKAGES=/tmp/packages_diff.txt 12:04:02 + PACKAGES=/tmp/packages_start.txt 12:04:02 + '[' /w/workspace/ci-management-openstack-cron ']' 12:04:02 + PACKAGES=/tmp/packages_end.txt 12:04:02 + case "${OS_FAMILY}" in 12:04:02 + sort 12:04:02 + rpm -qa 12:04:03 + '[' -f /tmp/packages_start.txt ']' 12:04:03 + '[' -f /tmp/packages_end.txt ']' 12:04:03 + diff /tmp/packages_start.txt /tmp/packages_end.txt 12:04:03 + '[' /w/workspace/ci-management-openstack-cron ']' 12:04:03 + mkdir -p /w/workspace/ci-management-openstack-cron/archives/ 12:04:03 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ci-management-openstack-cron/archives/ 12:04:03 [ci-management-openstack-cron] $ /bin/bash /tmp/jenkins14306267488085390761.sh 12:04:03 ---> capture-instance-metadata.sh 12:04:03 Setup pyenv: 12:04:03 system 12:04:03 * 3.8.13 (set by /opt/pyenv/version) 12:04:03 * 3.9.13 (set by /opt/pyenv/version) 12:04:03 * 3.10.6 (set by /opt/pyenv/version) 12:04:07 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-KiND 12:04:07 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 12:04:07 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 12:04:07 lf-activate-venv(): INFO: Attempting to install with network-safe options... 12:04:11 lf-activate-venv(): INFO: Base packages installed successfully 12:04:11 lf-activate-venv(): INFO: Installing additional packages: lftools 12:04:32 lf-activate-venv(): INFO: Adding /tmp/venv-KiND/bin to PATH 12:04:32 INFO: Running in OpenStack, capturing instance metadata 12:04:33 [ci-management-openstack-cron] $ /bin/bash /tmp/jenkins7237693916187630654.sh 12:04:33 provisioning config files... 12:04:33 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ci-management-openstack-cron@tmp/config8636785365698074363tmp 12:04:33 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 12:04:33 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 12:04:33 [EnvInject] - Injecting environment variables from a build step. 12:04:33 [EnvInject] - Injecting as environment variables the properties content 12:04:33 SERVER_ID=logs 12:04:33 12:04:33 [EnvInject] - Variables injected successfully. 12:04:33 [ci-management-openstack-cron] $ /bin/bash /tmp/jenkins12184877728389880060.sh 12:04:33 ---> create-netrc.sh 12:04:33 [ci-management-openstack-cron] $ /bin/bash /tmp/jenkins16922063508908850879.sh 12:04:33 ---> python-tools-install.sh 12:04:33 Setup pyenv: 12:04:33 system 12:04:33 3.8.13 12:04:33 3.9.13 12:04:33 * 3.10.6 (set by /w/workspace/ci-management-openstack-cron/.python-version) 12:04:33 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-KiND from file:/tmp/.os_lf_venv 12:04:33 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 12:04:33 lf-activate-venv(): INFO: Attempting to install with network-safe options... 12:04:35 lf-activate-venv(): INFO: Base packages installed successfully 12:04:35 lf-activate-venv(): INFO: Installing additional packages: lftools 12:04:42 lf-activate-venv(): INFO: Adding /tmp/venv-KiND/bin to PATH 12:04:42 Generating Requirements File 12:04:58 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. 12:05:13 httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 12:05:13 Python 3.10.6 12:05:13 pip 26.0.1 from /tmp/venv-KiND/lib/python3.10/site-packages/pip (python 3.10) 12:05:13 appdirs==1.4.4 12:05:13 argcomplete==3.6.3 12:05:13 aspy.yaml==1.3.0 12:05:13 attrs==26.1.0 12:05:13 autopage==0.6.0 12:05:13 backports.strenum==1.3.1 12:05:13 beautifulsoup4==4.14.3 12:05:13 boto3==1.42.88 12:05:13 botocore==1.42.88 12:05:13 bs4==0.0.2 12:05:13 certifi==2026.2.25 12:05:13 cffi==2.0.0 12:05:13 cfgv==3.5.0 12:05:13 chardet==7.4.2 12:05:13 charset-normalizer==3.4.7 12:05:13 click==8.3.2 12:05:13 cliff==4.13.3 12:05:13 cmd2==3.4.0 12:05:13 cryptography==3.3.2 12:05:13 debtcollector==3.1.0 12:05:13 decorator==5.2.1 12:05:13 defusedxml==0.7.1 12:05:13 Deprecated==1.3.1 12:05:13 distlib==0.4.0 12:05:13 dnspython==2.8.0 12:05:13 docker==7.1.0 12:05:13 dogpile.cache==1.5.0 12:05:13 durationpy==0.10 12:05:13 email-validator==2.3.0 12:05:13 filelock==3.25.2 12:05:13 future==1.0.0 12:05:13 gitdb==4.0.12 12:05:13 GitPython==3.1.46 12:05:13 httplib2==0.30.2 12:05:13 identify==2.6.18 12:05:13 idna==3.11 12:05:13 importlib-resources==1.5.0 12:05:13 iso8601==2.1.0 12:05:13 Jinja2==3.1.6 12:05:13 jmespath==1.1.0 12:05:13 jsonpatch==1.33 12:05:13 jsonpointer==3.1.1 12:05:13 jsonschema==4.26.0 12:05:13 jsonschema-specifications==2025.9.1 12:05:13 keystoneauth1==5.13.1 12:05:13 kubernetes==35.0.0 12:05:13 lftools==0.37.22 12:05:13 lxml==6.0.4 12:05:13 markdown-it-py==4.0.0 12:05:13 MarkupSafe==3.0.3 12:05:13 mdurl==0.1.2 12:05:13 msgpack==1.1.2 12:05:13 multi_key_dict==2.0.3 12:05:13 munch==4.0.0 12:05:13 netaddr==1.3.0 12:05:13 niet==1.4.2 12:05:13 nodeenv==1.10.0 12:05:13 oauth2client==4.1.3 12:05:13 oauthlib==3.3.1 12:05:13 openstacksdk==4.11.0 12:05:13 os-service-types==1.8.2 12:05:13 osc-lib==4.4.0 12:05:13 oslo.config==10.3.0 12:05:13 oslo.context==6.3.0 12:05:13 oslo.i18n==6.7.2 12:05:13 oslo.log==8.1.0 12:05:13 oslo.serialization==5.9.1 12:05:13 oslo.utils==10.0.1 12:05:13 packaging==26.0 12:05:13 pbr==7.0.3 12:05:13 platformdirs==4.9.6 12:05:13 prettytable==3.17.0 12:05:13 psutil==7.2.2 12:05:13 pyasn1==0.6.3 12:05:13 pyasn1_modules==0.4.2 12:05:13 pycparser==3.0 12:05:13 pygerrit2==2.0.15 12:05:13 PyGithub==2.9.0 12:05:13 Pygments==2.20.0 12:05:13 PyJWT==2.12.1 12:05:13 PyNaCl==1.6.2 12:05:13 pyparsing==2.4.7 12:05:13 pyperclip==1.11.0 12:05:13 pyrsistent==0.20.0 12:05:13 python-cinderclient==9.9.0 12:05:13 python-dateutil==2.9.0.post0 12:05:13 python-discovery==1.2.2 12:05:13 python-heatclient==5.1.0 12:05:13 python-jenkins==1.8.3 12:05:13 python-keystoneclient==5.8.0 12:05:13 python-magnumclient==4.10.0 12:05:13 python-openstackclient==9.0.0 12:05:13 python-swiftclient==4.10.0 12:05:13 PyYAML==6.0.3 12:05:13 referencing==0.37.0 12:05:13 requests==2.33.1 12:05:13 requests-oauthlib==2.0.0 12:05:13 rfc3986==2.0.0 12:05:13 rich==15.0.0 12:05:13 rich-argparse==1.7.2 12:05:13 rpds-py==0.30.0 12:05:13 rsa==4.9.1 12:05:13 ruamel.yaml==0.19.1 12:05:13 ruamel.yaml.clib==0.2.15 12:05:13 s3transfer==0.16.0 12:05:13 simplejson==3.20.2 12:05:13 six==1.17.0 12:05:13 smmap==5.0.3 12:05:13 soupsieve==2.8.3 12:05:13 stevedore==5.7.0 12:05:13 tabulate==0.10.0 12:05:13 toml==0.10.2 12:05:13 tomlkit==0.14.0 12:05:13 tqdm==4.67.3 12:05:13 typing_extensions==4.15.0 12:05:13 urllib3==1.26.20 12:05:13 virtualenv==21.2.1 12:05:13 wcwidth==0.6.0 12:05:13 websocket-client==1.9.0 12:05:13 wrapt==2.1.2 12:05:13 xdg==6.0.0 12:05:13 xmltodict==1.0.4 12:05:13 yq==3.4.3 12:05:13 [ci-management-openstack-cron] $ /bin/sh /tmp/jenkins8596559989028938761.sh 12:05:13 ---> uv-install.sh 12:05:13 Installing uv/uvx (latest) using shell installer 12:05:14 2026-04-13 12:05:14 URL:https://release-assets.githubusercontent.com/github-production-release-asset/699532645/e5a89072-3ff8-4346-b98a-88e3a5e84d39?sp=r&sv=2018-11-09&sr=b&spr=https&se=2026-04-13T12%3A44%3A23Z&rscd=attachment%3B+filename%3Duv-installer.sh&rsct=application%2Foctet-stream&skoid=96c2d410-5711-43a1-aedd-ab1947aa7ab0&sktid=398a6654-997b-47e9-b12b-9515b896b4de&skt=2026-04-13T11%3A43%3A53Z&ske=2026-04-13T12%3A44%3A23Z&sks=b&skv=2018-11-09&sig=DfJvp2sjWF9aMYy4xhSIlPueEgcQcYBoxVz1xUiHmcg%3D&jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmVsZWFzZS1hc3NldHMuZ2l0aHVidXNlcmNvbnRlbnQuY29tIiwia2V5Ijoia2V5MSIsImV4cCI6MTc3NjA4MjE5MywibmJmIjoxNzc2MDgxODkzLCJwYXRoIjoicmVsZWFzZWFzc2V0cHJvZHVjdGlvbi5ibG9iLmNvcmUud2luZG93cy5uZXQifQ.OMrRqlp8ZdPmq4u_NeuMR9gIAcfSBFmKEjOgQmA_Xn0&response-content-disposition=attachment%3B%20filename%3Duv-installer.sh&response-content-type=application%2Foctet-stream [71225/71225] -> "/tmp/uv-install-GnbAy1.sh" [1] 12:05:14 downloading uv 0.11.6 x86_64-unknown-linux-gnu 12:05:15 installing to /home/jenkins/.local/bin 12:05:15 uv 12:05:15 uvx 12:05:15 everything's installed! 12:05:15 ---> Validating uv/uvx install 12:05:15 uvx 0.11.6 (x86_64-unknown-linux-gnu) 12:05:15 [ci-management-openstack-cron] $ /bin/bash /tmp/jenkins1304563186420887974.sh 12:05:15 ---> sudo-logs.sh 12:05:15 Archiving 'sudo' log.. 12:05:15 [ci-management-openstack-cron] $ /bin/bash /tmp/jenkins4663319397024115926.sh 12:05:15 ---> job-cost.sh 12:05:15 INFO: Activating Python virtual environment... 12:05:15 Setup pyenv: 12:05:15 system 12:05:15 3.8.13 12:05:15 3.9.13 12:05:15 * 3.10.6 (set by /w/workspace/ci-management-openstack-cron/.python-version) 12:05:15 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-KiND from file:/tmp/.os_lf_venv 12:05:15 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 12:05:15 lf-activate-venv(): INFO: Attempting to install with network-safe options... 12:05:17 lf-activate-venv(): INFO: Base packages installed successfully 12:05:17 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 12:05:21 lf-activate-venv(): INFO: Adding /tmp/venv-KiND/bin to PATH 12:05:21 INFO: No stack-cost file found 12:05:21 INFO: Instance uptime: 127s 12:05:21 INFO: Fetching instance metadata (attempt 1 of 3)... 12:05:21 DEBUG: URL: http://169.254.169.254/latest/meta-data/instance-type 12:05:22 INFO: Successfully fetched instance metadata 12:05:22 INFO: Instance type: v3-standard-2 12:05:22 INFO: Retrieving pricing info for: v3-standard-2 12:05:22 INFO: Fetching Vexxhost pricing API (attempt 1 of 3)... 12:05:22 DEBUG: URL: https://pricing.vexxhost.net/v1/pricing/v3-standard-2/cost?seconds=127 12:05:22 INFO: Successfully fetched Vexxhost pricing API 12:05:22 INFO: Retrieved cost: 0.06 12:05:22 INFO: Retrieved resource: v3-standard-2 12:05:22 INFO: Creating archive directory: /w/workspace/ci-management-openstack-cron/archives/cost 12:05:22 INFO: Archiving costs to: /w/workspace/ci-management-openstack-cron/archives/cost.csv 12:05:22 INFO: Successfully archived job cost data 12:05:22 DEBUG: Cost data: ci-management-openstack-cron,61672,2026-04-13 12:05:22,v3-standard-2,127,0.06,0.00,FAILURE 12:05:22 [ci-management-openstack-cron] $ /bin/bash -l /tmp/jenkins2170974843720728831.sh 12:05:22 ---> logs-deploy.sh 12:05:22 Setup pyenv: 12:05:22 system 12:05:22 3.8.13 12:05:22 3.9.13 12:05:22 * 3.10.6 (set by /w/workspace/ci-management-openstack-cron/.python-version) 12:05:22 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-KiND from file:/tmp/.os_lf_venv 12:05:22 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 12:05:22 lf-activate-venv(): INFO: Attempting to install with network-safe options... 12:05:24 lf-activate-venv(): INFO: Base packages installed successfully 12:05:24 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 12:05:31 lf-activate-venv(): INFO: Adding /tmp/venv-KiND/bin to PATH 12:05:31 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/ci-management-openstack-cron/61672 12:05:31 INFO: archiving workspace using pattern(s): 12:05:32 Archives upload complete. 12:05:32 INFO: archiving logs to Nexus 12:05:33 ---> uname -a: 12:05:33 Linux prd-centos8-builder-2c-1g-1059.novalocal 4.18.0-448.el8.x86_64 #1 SMP Wed Jan 18 15:02:46 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux 12:05:33 12:05:33 12:05:33 ---> lscpu: 12:05:33 Architecture: x86_64 12:05:33 CPU op-mode(s): 32-bit, 64-bit 12:05:33 Byte Order: Little Endian 12:05:33 CPU(s): 2 12:05:33 On-line CPU(s) list: 0,1 12:05:33 Thread(s) per core: 1 12:05:33 Core(s) per socket: 1 12:05:33 Socket(s): 2 12:05:33 NUMA node(s): 1 12:05:33 Vendor ID: AuthenticAMD 12:05:33 CPU family: 23 12:05:33 Model: 49 12:05:33 Model name: AMD EPYC-Rome Processor 12:05:33 Stepping: 0 12:05:33 CPU MHz: 2799.934 12:05:33 BogoMIPS: 5599.86 12:05:33 Virtualization: AMD-V 12:05:33 Hypervisor vendor: KVM 12:05:33 Virtualization type: full 12:05:33 L1d cache: 32K 12:05:33 L1i cache: 32K 12:05:33 L2 cache: 512K 12:05:33 L3 cache: 16384K 12:05:33 NUMA node0 CPU(s): 0,1 12:05:33 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 12:05:33 12:05:33 12:05:33 ---> nproc: 12:05:33 2 12:05:33 12:05:33 12:05:33 ---> df -h: 12:05:33 Filesystem Size Used Avail Use% Mounted on 12:05:33 devtmpfs 3.8G 0 3.8G 0% /dev 12:05:33 tmpfs 3.8G 0 3.8G 0% /dev/shm 12:05:33 tmpfs 3.8G 17M 3.8G 1% /run 12:05:33 tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup 12:05:33 /dev/vda1 40G 8.4G 32G 21% / 12:05:33 tmpfs 770M 0 770M 0% /run/user/1001 12:05:33 12:05:33 12:05:33 ---> free -m: 12:05:33 total used free shared buff/cache available 12:05:33 Mem: 7699 542 5044 19 2113 6855 12:05:33 Swap: 1023 0 1023 12:05:33 12:05:33 12:05:33 ---> ip addr: 12:05:33 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 12:05:33 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 12:05:33 inet 127.0.0.1/8 scope host lo 12:05:33 valid_lft forever preferred_lft forever 12:05:33 inet6 ::1/128 scope host 12:05:33 valid_lft forever preferred_lft forever 12:05:33 2: eth0: mtu 1458 qdisc mq state UP group default qlen 1000 12:05:33 link/ether fa:16:3e:32:93:3d brd ff:ff:ff:ff:ff:ff 12:05:33 altname enp0s3 12:05:33 altname ens3 12:05:33 inet 10.30.107.28/23 brd 10.30.107.255 scope global dynamic noprefixroute eth0 12:05:33 valid_lft 86270sec preferred_lft 86270sec 12:05:33 inet6 fe80::f816:3eff:fe32:933d/64 scope link 12:05:33 valid_lft forever preferred_lft forever 12:05:33 12:05:33 12:05:33 ---> sar -b -r -n DEV: 12:05:33 Linux 4.18.0-448.el8.x86_64 (centos-stream-8-builder-63d9752a-2c92-2a07-2618-33e2bb46e6c7.nov) 04/13/2026 _x86_64_ (2 CPU) 12:05:33 12:05:33 12:03:21 LINUX RESTART (2 CPU) 12:05:33 12:05:33 12:04:01 PM tps rtps wtps bread/s bwrtn/s 12:05:33 12:05:01 PM 174.53 52.05 122.48 1434.59 9610.21 12:05:33 Average: 174.53 52.05 122.48 1434.59 9610.21 12:05:33 12:05:33 12:04:01 PM kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 12:05:33 12:05:01 PM 5320404 7100620 2564032 32.52 2688 1950816 618692 6.93 352688 1859952 139016 12:05:33 Average: 5320404 7100620 2564032 32.52 2688 1950816 618692 6.93 352688 1859952 139016 12:05:33 12:05:33 12:04:01 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 12:05:33 12:05:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:05:33 12:05:01 PM eth0 103.68 77.81 1158.52 14.11 0.00 0.00 0.00 0.00 12:05:33 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:05:33 Average: eth0 103.68 77.81 1158.52 14.11 0.00 0.00 0.00 0.00 12:05:33 12:05:33 12:05:33 ---> sar -P ALL: 12:05:33 Linux 4.18.0-448.el8.x86_64 (centos-stream-8-builder-63d9752a-2c92-2a07-2618-33e2bb46e6c7.nov) 04/13/2026 _x86_64_ (2 CPU) 12:05:33 12:05:33 12:03:21 LINUX RESTART (2 CPU) 12:05:33 12:05:33 12:04:01 PM CPU %user %nice %system %iowait %steal %idle 12:05:33 12:05:01 PM all 40.55 0.69 8.65 1.70 0.11 48.30 12:05:33 12:05:01 PM 0 56.76 0.13 6.42 1.27 0.10 35.33 12:05:33 12:05:01 PM 1 24.22 1.26 10.90 2.13 0.12 61.37 12:05:33 Average: all 40.55 0.69 8.65 1.70 0.11 48.30 12:05:33 Average: 0 56.76 0.13 6.42 1.27 0.10 35.33 12:05:33 Average: 1 24.22 1.26 10.90 2.13 0.12 61.37 12:05:33 12:05:33 12:05:33