13:04:32 Started by timer 13:04:32 Running as SYSTEM 13:04:32 [EnvInject] - Loading node environment variables. 13:04:32 Building remotely on prd-centos8-builder-1c-1g-3203 (centos8-builder-1c-1g) in workspace /w/workspace/ci-management-openstack-cron 13:04:32 [ssh-agent] Looking for ssh-agent implementation... 13:04:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:04:33 $ ssh-agent 13:04:33 SSH_AUTH_SOCK=/tmp/ssh-eynODah9oDcj/agent.5151 13:04:33 SSH_AGENT_PID=5152 13:04:33 [ssh-agent] Started. 13:04:33 Running ssh-add (command line suppressed) 13:04:33 Identity added: /w/workspace/ci-management-openstack-cron@tmp/private_key_2897271761899999067.key (jenkins-ssh) 13:04:33 [ssh-agent] Using credentials jenkins (jenkins) 13:04:33 The recommended git tool is: NONE 13:04:37 using credential jenkins 13:04:37 Wiping out workspace first. 13:04:37 Cloning the remote Git repository 13:04:37 Cloning repository ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/ci-management 13:04:37 > git init /w/workspace/ci-management-openstack-cron # timeout=10 13:04:37 Fetching upstream changes from ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/ci-management 13:04:37 > git --version # timeout=10 13:04:37 > git --version # 'git version 2.39.3' 13:04:37 using GIT_SSH to set credentials jenkins 13:04:37 [INFO] Currently running in a labeled security context 13:04:37 [INFO] Currently SELinux is 'enforcing' on the host 13:04:37 > /usr/bin/chcon --type=ssh_home_t /w/workspace/ci-management-openstack-cron@tmp/jenkins-gitclient-ssh16273254078177987478.key 13:04:37 > git fetch --tags --force --progress -- ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/ci-management +refs/heads/*:refs/remotes/origin/* # timeout=10 13:04:38 > git config remote.origin.url ssh://oran-jobbuilder@gerrit.o-ran-sc.org:29418/ci-management # timeout=10 13:04:38 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 13:04:39 Avoid second fetch 13:04:39 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 13:04:39 Checking out Revision 3350452d28f853a3c19e31519c71e2eb3b45ad8e (refs/remotes/origin/master) 13:04:39 > git config core.sparsecheckout # timeout=10 13:04:39 > git checkout -f 3350452d28f853a3c19e31519c71e2eb3b45ad8e # timeout=10 13:04:39 Commit message: "pti-rtp: add stream for i-release" 13:04:39 > git rev-list --no-walk 3350452d28f853a3c19e31519c71e2eb3b45ad8e # timeout=10 13:04:39 > git remote # timeout=10 13:04:39 > git submodule init # timeout=10 13:04:39 > git submodule sync # timeout=10 13:04:39 > git config --get remote.origin.url # timeout=10 13:04:39 > git submodule init # timeout=10 13:04:39 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 13:04:39 > git config --get submodule.packer/common-packer.url # timeout=10 13:04:39 > git config -f .gitmodules --get submodule.packer/common-packer.path # timeout=10 13:04:39 > git config --get submodule.global-jjb.url # timeout=10 13:04:39 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 13:04:39 > git submodule update --init --recursive packer/common-packer # timeout=10 13:04:40 > git submodule update --init --recursive global-jjb # timeout=10 13:04:43 hudson.plugins.git.GitException: Command "git submodule update --init --recursive global-jjb" returned status code 1: 13:04:43 stdout: 13:04:43 stderr: Cloning into '/w/workspace/ci-management-openstack-cron/global-jjb'... 13:04:43 error: RPC failed; HTTP 500 curl 22 The requested URL returned error: 500 13:04:43 fatal: expected 'packfile' 13:04:43 fatal: clone of 'https://github.com/lfit/releng-global-jjb.git' into submodule path '/w/workspace/ci-management-openstack-cron/global-jjb' failed 13:04:43 Failed to clone 'global-jjb'. Retry scheduled 13:04:43 Cloning into '/w/workspace/ci-management-openstack-cron/global-jjb'... 13:04:43 remote: Internal Server Error 13:04:43 fatal: unable to access 'https://github.com/lfit/releng-global-jjb.git/': The requested URL returned error: 500 13:04:43 fatal: clone of 'https://github.com/lfit/releng-global-jjb.git' into submodule path '/w/workspace/ci-management-openstack-cron/global-jjb' failed 13:04:43 Failed to clone 'global-jjb' a second time, aborting 13:04:43 13:04:43 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2842) 13:04:43 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2185) 13:04:43 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$7.lambda$execute$0(CliGitAPIImpl.java:1573) 13:04:43 at com.google.common.util.concurrent.TrustedListenableFutureTask$TrustedFutureInterruptibleTask.runInterruptibly(TrustedListenableFutureTask.java:131) 13:04:43 at com.google.common.util.concurrent.InterruptibleTask.run(InterruptibleTask.java:75) 13:04:43 at com.google.common.util.concurrent.TrustedListenableFutureTask.run(TrustedListenableFutureTask.java:82) 13:04:43 at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) 13:04:43 at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) 13:04:43 at com.google.common.util.concurrent.MoreExecutors$DirectExecutorService.execute(MoreExecutors.java:327) 13:04:43 at java.base/java.util.concurrent.ExecutorCompletionService.submit(ExecutorCompletionService.java:184) 13:04:43 at org.jenkinsci.plugins.gitclient.cgit.GitCommandsExecutor.submitRemainingCommand(GitCommandsExecutor.java:77) 13:04:43 at org.jenkinsci.plugins.gitclient.cgit.GitCommandsExecutor.invokeAll(GitCommandsExecutor.java:70) 13:04:43 Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to prd-centos8-builder-1c-1g-3203 13:04:43 at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1787) 13:04:43 at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356) 13:04:43 at hudson.remoting.Channel.call(Channel.java:1003) 13:04:43 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:153) 13:04:43 at jdk.internal.reflect.GeneratedMethodAccessor464.invoke(Unknown Source) 13:04:43 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 13:04:43 at java.base/java.lang.reflect.Method.invoke(Method.java:566) 13:04:43 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:138) 13:04:43 at com.sun.proxy.$Proxy160.execute(Unknown Source) 13:04:43 at hudson.plugins.git.extensions.impl.SubmoduleOption.onCheckoutCompleted(SubmoduleOption.java:196) 13:04:43 at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1390) 13:04:43 at hudson.scm.SCM.checkout(SCM.java:540) 13:04:43 at hudson.model.AbstractProject.checkout(AbstractProject.java:1248) 13:04:43 at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:649) 13:04:43 at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85) 13:04:43 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:521) 13:04:43 at hudson.model.Run.execute(Run.java:1895) 13:04:43 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44) 13:04:43 at hudson.model.ResourceController.execute(ResourceController.java:101) 13:04:43 at hudson.model.Executor.run(Executor.java:442) 13:04:43 Caused: hudson.plugins.git.GitException 13:04:43 at org.jenkinsci.plugins.gitclient.cgit.GitCommandsExecutor.checkResult(GitCommandsExecutor.java:89) 13:04:43 at org.jenkinsci.plugins.gitclient.cgit.GitCommandsExecutor.invokeAll(GitCommandsExecutor.java:69) 13:04:43 at org.jenkinsci.plugins.gitclient.cgit.GitCommandsExecutor.invokeAll(GitCommandsExecutor.java:47) 13:04:43 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$7.execute(CliGitAPIImpl.java:1576) 13:04:43 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:170) 13:04:43 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161) 13:04:43 at hudson.remoting.UserRequest.perform(UserRequest.java:211) 13:04:43 at hudson.remoting.UserRequest.perform(UserRequest.java:54) 13:04:43 at hudson.remoting.Request$2.run(Request.java:377) 13:04:43 at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78) 13:04:43 at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) 13:04:43 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) 13:04:43 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) 13:04:43 at java.base/java.lang.Thread.run(Thread.java:829) 13:04:43 Caused: java.io.IOException: Could not perform submodule update 13:04:43 at hudson.plugins.git.extensions.impl.SubmoduleOption.onCheckoutCompleted(SubmoduleOption.java:201) 13:04:43 at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1390) 13:04:43 at hudson.scm.SCM.checkout(SCM.java:540) 13:04:43 at hudson.model.AbstractProject.checkout(AbstractProject.java:1248) 13:04:43 at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:649) 13:04:43 at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85) 13:04:43 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:521) 13:04:43 at hudson.model.Run.execute(Run.java:1895) 13:04:43 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44) 13:04:43 at hudson.model.ResourceController.execute(ResourceController.java:101) 13:04:43 at hudson.model.Executor.run(Executor.java:442) 13:04:43 $ ssh-agent -k 13:04:43 unset SSH_AUTH_SOCK; 13:04:43 unset SSH_AGENT_PID; 13:04:43 echo Agent pid 5152 killed; 13:04:43 [ssh-agent] Stopped. 13:04:43 [PostBuildScript] - [INFO] Executing post build scripts. 13:04:43 [ci-management-openstack-cron] $ /bin/bash /tmp/jenkins1949784700185203839.sh 13:04:43 ---> sysstat.sh 13:04:43 [ci-management-openstack-cron] $ /bin/bash /tmp/jenkins6890927205444175461.sh 13:04:43 ---> package-listing.sh 13:04:44 ++ facter osfamily 13:04:44 ++ tr '[:upper:]' '[:lower:]' 13:04:44 + OS_FAMILY=redhat 13:04:44 + workspace=/w/workspace/ci-management-openstack-cron 13:04:44 + START_PACKAGES=/tmp/packages_start.txt 13:04:44 + END_PACKAGES=/tmp/packages_end.txt 13:04:44 + DIFF_PACKAGES=/tmp/packages_diff.txt 13:04:44 + PACKAGES=/tmp/packages_start.txt 13:04:44 + '[' /w/workspace/ci-management-openstack-cron ']' 13:04:44 + PACKAGES=/tmp/packages_end.txt 13:04:44 + case "${OS_FAMILY}" in 13:04:44 + rpm -qa 13:04:44 + sort 13:04:52 + '[' -f /tmp/packages_start.txt ']' 13:04:52 + '[' -f /tmp/packages_end.txt ']' 13:04:52 + diff /tmp/packages_start.txt /tmp/packages_end.txt 13:04:52 + '[' /w/workspace/ci-management-openstack-cron ']' 13:04:52 + mkdir -p /w/workspace/ci-management-openstack-cron/archives/ 13:04:52 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ci-management-openstack-cron/archives/ 13:04:52 [ci-management-openstack-cron] $ /bin/bash /tmp/jenkins4192978371786597626.sh 13:04:52 ---> capture-instance-metadata.sh 13:04:52 Setup pyenv: 13:04:53 system 13:04:53 * 3.8.13 (set by /opt/pyenv/version) 13:04:53 * 3.9.13 (set by /opt/pyenv/version) 13:04:53 * 3.10.6 (set by /opt/pyenv/version) 13:04:57 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Ugdr 13:04:57 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 13:05:00 lf-activate-venv(): INFO: Installing: lftools 13:05:31 lf-activate-venv(): INFO: Adding /tmp/venv-Ugdr/bin to PATH 13:05:31 INFO: Running in OpenStack, capturing instance metadata 13:05:32 [ci-management-openstack-cron] $ /bin/bash /tmp/jenkins13470410076107952485.sh 13:05:32 provisioning config files... 13:05:32 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ci-management-openstack-cron@tmp/config7760315102537867746tmp 13:05:32 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 13:05:32 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 13:05:32 [EnvInject] - Injecting environment variables from a build step. 13:05:32 [EnvInject] - Injecting as environment variables the properties content 13:05:32 SERVER_ID=logs 13:05:32 13:05:32 [EnvInject] - Variables injected successfully. 13:05:32 [ci-management-openstack-cron] $ /bin/bash /tmp/jenkins2982836210504213332.sh 13:05:32 ---> create-netrc.sh 13:05:32 [ci-management-openstack-cron] $ /bin/bash /tmp/jenkins8150291901172327201.sh 13:05:32 ---> python-tools-install.sh 13:05:32 Setup pyenv: 13:05:32 system 13:05:32 3.8.13 13:05:32 3.9.13 13:05:32 * 3.10.6 (set by /w/workspace/ci-management-openstack-cron/.python-version) 13:05:32 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-Ugdr from file:/tmp/.os_lf_venv 13:05:34 lf-activate-venv(): INFO: Installing: lftools 13:05:41 lf-activate-venv(): INFO: Adding /tmp/venv-Ugdr/bin to PATH 13:05:41 Generating Requirements File 13:06:11 Python 3.10.6 13:06:11 pip 23.3.2 from /tmp/venv-Ugdr/lib/python3.10/site-packages/pip (python 3.10) 13:06:12 appdirs==1.4.4 13:06:12 argcomplete==3.2.1 13:06:12 aspy.yaml==1.3.0 13:06:12 attrs==23.2.0 13:06:12 autopage==0.5.2 13:06:12 Babel==2.14.0 13:06:12 beautifulsoup4==4.12.2 13:06:12 boto3==1.34.15 13:06:12 botocore==1.34.15 13:06:12 bs4==0.0.1 13:06:12 cachetools==5.3.2 13:06:12 certifi==2023.11.17 13:06:12 cffi==1.16.0 13:06:12 cfgv==3.4.0 13:06:12 chardet==5.2.0 13:06:12 charset-normalizer==3.3.2 13:06:12 click==8.1.7 13:06:12 cliff==4.4.0 13:06:12 cmd2==2.4.3 13:06:12 cryptography==3.3.2 13:06:12 debtcollector==2.5.0 13:06:12 decorator==5.1.1 13:06:12 defusedxml==0.7.1 13:06:12 Deprecated==1.2.14 13:06:12 distlib==0.3.8 13:06:12 dnspython==2.4.2 13:06:12 docker==4.2.2 13:06:12 dogpile.cache==1.3.0 13:06:12 email-validator==2.1.0.post1 13:06:12 filelock==3.13.1 13:06:12 future==0.18.3 13:06:12 gitdb==4.0.11 13:06:12 GitPython==3.1.40 13:06:12 google-auth==2.26.1 13:06:12 httplib2==0.22.0 13:06:12 identify==2.5.33 13:06:12 idna==3.6 13:06:12 importlib-metadata==7.0.1 13:06:12 importlib-resources==1.5.0 13:06:12 iso8601==2.1.0 13:06:12 Jinja2==3.1.2 13:06:12 jmespath==1.0.1 13:06:12 jsonpatch==1.33 13:06:12 jsonpointer==2.4 13:06:12 jsonschema==4.20.0 13:06:12 jsonschema-specifications==2023.12.1 13:06:12 keystoneauth1==5.4.0 13:06:12 kubernetes==29.0.0 13:06:12 lftools==0.37.8 13:06:12 lxml==5.1.0 13:06:12 MarkupSafe==2.1.3 13:06:12 msgpack==1.0.7 13:06:12 multi_key_dict==2.0.3 13:06:12 munch==4.0.0 13:06:12 netaddr==0.10.1 13:06:12 netifaces==0.11.0 13:06:12 niet==1.4.2 13:06:12 nodeenv==1.8.0 13:06:12 oauth2client==4.1.3 13:06:12 oauthlib==3.2.2 13:06:12 openstacksdk==0.62.0 13:06:12 os-client-config==2.1.0 13:06:12 os-service-types==1.7.0 13:06:12 osc-lib==2.9.0 13:06:12 oslo.config==9.2.0 13:06:12 oslo.context==5.3.0 13:06:12 oslo.i18n==6.2.0 13:06:12 oslo.log==5.4.0 13:06:12 oslo.serialization==5.2.0 13:06:12 oslo.utils==6.3.0 13:06:12 packaging==23.2 13:06:12 pbr==6.0.0 13:06:12 platformdirs==4.1.0 13:06:12 prettytable==3.9.0 13:06:12 pyasn1==0.5.1 13:06:12 pyasn1-modules==0.3.0 13:06:12 pycparser==2.21 13:06:12 pygerrit2==2.0.15 13:06:12 PyGithub==2.1.1 13:06:12 pyinotify==0.9.6 13:06:12 PyJWT==2.8.0 13:06:12 PyNaCl==1.5.0 13:06:12 pyparsing==2.4.7 13:06:12 pyperclip==1.8.2 13:06:12 pyrsistent==0.20.0 13:06:12 python-cinderclient==9.4.0 13:06:12 python-dateutil==2.8.2 13:06:12 python-heatclient==3.3.0 13:06:12 python-jenkins==1.8.2 13:06:12 python-keystoneclient==5.2.0 13:06:12 python-magnumclient==4.3.0 13:06:12 python-novaclient==18.4.0 13:06:12 python-openstackclient==6.0.0 13:06:12 python-swiftclient==4.4.0 13:06:12 pytz==2023.3.post1 13:06:12 PyYAML==6.0.1 13:06:12 referencing==0.32.1 13:06:12 requests==2.31.0 13:06:12 requests-oauthlib==1.3.1 13:06:12 requestsexceptions==1.4.0 13:06:12 rfc3986==2.0.0 13:06:12 rpds-py==0.16.2 13:06:12 rsa==4.9 13:06:12 ruamel.yaml==0.18.5 13:06:12 ruamel.yaml.clib==0.2.8 13:06:12 s3transfer==0.10.0 13:06:12 simplejson==3.19.2 13:06:12 six==1.16.0 13:06:12 smmap==5.0.1 13:06:12 soupsieve==2.5 13:06:12 stevedore==5.1.0 13:06:12 tabulate==0.9.0 13:06:12 toml==0.10.2 13:06:12 tomlkit==0.12.3 13:06:12 tqdm==4.66.1 13:06:12 typing_extensions==4.9.0 13:06:12 tzdata==2023.4 13:06:12 urllib3==1.26.18 13:06:12 virtualenv==20.25.0 13:06:12 wcwidth==0.2.13 13:06:12 websocket-client==1.7.0 13:06:12 wrapt==1.16.0 13:06:12 xdg==6.0.0 13:06:12 xmltodict==0.13.0 13:06:12 yq==3.2.3 13:06:12 zipp==3.17.0 13:06:12 [ci-management-openstack-cron] $ /bin/bash /tmp/jenkins10838357420700344134.sh 13:06:12 ---> sudo-logs.sh 13:06:12 Archiving 'sudo' log.. 13:06:13 [ci-management-openstack-cron] $ /bin/bash /tmp/jenkins10838325738934942131.sh 13:06:13 ---> job-cost.sh 13:06:13 Setup pyenv: 13:06:13 system 13:06:13 3.8.13 13:06:13 3.9.13 13:06:13 * 3.10.6 (set by /w/workspace/ci-management-openstack-cron/.python-version) 13:06:13 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-Ugdr from file:/tmp/.os_lf_venv 13:06:14 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 13:06:23 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. 13:06:23 lftools 0.37.8 requires openstacksdk<1.5.0, but you have openstacksdk 2.0.0 which is incompatible. 13:06:23 lf-activate-venv(): INFO: Adding /tmp/venv-Ugdr/bin to PATH 13:06:23 INFO: No Stack... 13:06:24 INFO: Retrieving Pricing Info for: v2-highcpu-1 13:06:24 INFO: Archiving Costs 13:06:24 [ci-management-openstack-cron] $ /bin/bash -l /tmp/jenkins13324887491746814855.sh 13:06:24 ---> logs-deploy.sh 13:06:24 Setup pyenv: 13:06:24 system 13:06:24 3.8.13 13:06:24 3.9.13 13:06:24 * 3.10.6 (set by /w/workspace/ci-management-openstack-cron/.python-version) 13:06:24 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-Ugdr from file:/tmp/.os_lf_venv 13:06:25 lf-activate-venv(): INFO: Installing: lftools 13:06:35 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. 13:06:35 python-openstackclient 6.4.0 requires openstacksdk>=2.0.0, but you have openstacksdk 1.4.0 which is incompatible. 13:06:35 lf-activate-venv(): INFO: Adding /tmp/venv-Ugdr/bin to PATH 13:06:35 INFO: Nexus URL https://nexus.o-ran-sc.org path production/vex-sjc-oran-jenkins-prod-1/ci-management-openstack-cron/40814 13:06:35 INFO: archiving workspace using pattern(s): 13:06:37 Archives upload complete. 13:06:38 INFO: archiving logs to Nexus 13:06:38 ---> uname -a: 13:06:38 Linux prd-centos8-builder-1c-1g-3203.novalocal 4.18.0-496.el8.x86_64 #1 SMP Mon Jun 5 15:04:29 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux 13:06:38 13:06:38 13:06:38 ---> lscpu: 13:06:38 Architecture: x86_64 13:06:38 CPU op-mode(s): 32-bit, 64-bit 13:06:38 Byte Order: Little Endian 13:06:38 CPU(s): 1 13:06:38 On-line CPU(s) list: 0 13:06:38 Thread(s) per core: 1 13:06:38 Core(s) per socket: 1 13:06:38 Socket(s): 1 13:06:38 NUMA node(s): 1 13:06:38 Vendor ID: AuthenticAMD 13:06:38 CPU family: 23 13:06:38 Model: 49 13:06:38 Model name: AMD EPYC-Rome Processor 13:06:38 Stepping: 0 13:06:38 CPU MHz: 2800.000 13:06:38 BogoMIPS: 5600.00 13:06:38 Virtualization: AMD-V 13:06:38 Hypervisor vendor: KVM 13:06:38 Virtualization type: full 13:06:38 L1d cache: 32K 13:06:38 L1i cache: 32K 13:06:38 L2 cache: 512K 13:06:38 L3 cache: 16384K 13:06:38 NUMA node0 CPU(s): 0 13:06:38 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 13:06:38 13:06:38 13:06:38 ---> nproc: 13:06:38 1 13:06:38 13:06:38 13:06:38 ---> df -h: 13:06:38 Filesystem Size Used Avail Use% Mounted on 13:06:38 devtmpfs 330M 0 330M 0% /dev 13:06:38 tmpfs 386M 0 386M 0% /dev/shm 13:06:38 tmpfs 386M 11M 376M 3% /run 13:06:38 tmpfs 386M 0 386M 0% /sys/fs/cgroup 13:06:38 /dev/vda1 20G 8.5G 12G 43% / 13:06:38 tmpfs 78M 0 78M 0% /run/user/1001 13:06:38 13:06:38 13:06:38 ---> free -m: 13:06:38 total used free shared buff/cache available 13:06:38 Mem: 770 316 74 7 379 319 13:06:38 Swap: 1023 9 1014 13:06:38 13:06:38 13:06:38 ---> ip addr: 13:06:38 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 13:06:38 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 13:06:38 inet 127.0.0.1/8 scope host lo 13:06:38 valid_lft forever preferred_lft forever 13:06:38 inet6 ::1/128 scope host 13:06:38 valid_lft forever preferred_lft forever 13:06:38 2: eth0: mtu 1450 qdisc fq_codel state UP group default qlen 1000 13:06:38 link/ether fa:16:3e:9a:1a:d8 brd ff:ff:ff:ff:ff:ff 13:06:38 altname enp0s3 13:06:38 altname ens3 13:06:38 inet 10.32.7.182/23 brd 10.32.7.255 scope global dynamic noprefixroute eth0 13:06:38 valid_lft 86235sec preferred_lft 86235sec 13:06:38 inet6 fe80::f816:3eff:fe9a:1ad8/64 scope link 13:06:38 valid_lft forever preferred_lft forever 13:06:38 13:06:38 13:06:38 ---> sar -b -r -n DEV: 13:06:38 Linux 4.18.0-496.el8.x86_64 (centos-stream-8-builder-648259bc-7a64-b836-c386-c6b0ebb25af2.nov) 01/09/2024 _x86_64_ (1 CPU) 13:06:38 13:06:38 13:03:48 LINUX RESTART (1 CPU) 13:06:38 13:06:38 01:04:01 PM tps rtps wtps bread/s bwrtn/s 13:06:38 01:05:01 PM 325.74 271.37 54.37 20332.16 38864.47 13:06:38 01:06:01 PM 152.96 28.41 124.55 2889.99 12952.86 13:06:38 Average: 239.41 149.98 89.43 11617.61 25918.36 13:06:38 13:06:38 01:04:01 PM kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 13:06:38 01:05:01 PM 77000 372288 712056 90.24 1972 374388 471468 25.66 118184 459656 20708 13:06:38 01:06:01 PM 100548 331484 688508 87.26 844 301020 493128 26.84 122392 405248 16656 13:06:38 Average: 88774 351886 700282 88.75 1408 337704 482298 26.25 120288 432452 18682 13:06:38 13:06:38 01:04:01 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 13:06:38 01:05:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:06:38 01:05:01 PM eth0 199.40 114.33 781.96 53.55 0.00 0.00 0.00 0.00 13:06:38 01:06:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:06:38 01:06:01 PM eth0 163.91 117.57 895.56 15.61 0.00 0.00 0.00 0.00 13:06:38 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:06:38 Average: eth0 181.67 115.95 838.71 34.59 0.00 0.00 0.00 0.00 13:06:38 13:06:38 13:06:38 ---> sar -P ALL: 13:06:38 Linux 4.18.0-496.el8.x86_64 (centos-stream-8-builder-648259bc-7a64-b836-c386-c6b0ebb25af2.nov) 01/09/2024 _x86_64_ (1 CPU) 13:06:38 13:06:38 13:03:48 LINUX RESTART (1 CPU) 13:06:38 13:06:38 01:04:01 PM CPU %user %nice %system %iowait %steal %idle 13:06:38 01:05:01 PM all 49.38 0.12 9.73 30.76 0.12 9.89 13:06:38 01:05:01 PM 0 49.38 0.12 9.73 30.76 0.12 9.89 13:06:38 01:06:01 PM all 72.81 0.00 6.68 5.58 0.12 14.82 13:06:38 01:06:01 PM 0 72.81 0.00 6.68 5.58 0.12 14.82 13:06:38 Average: all 61.09 0.06 8.20 18.17 0.12 12.36 13:06:38 Average: 0 61.09 0.06 8.20 18.17 0.12 12.36 13:06:38 13:06:38 13:06:38