12:50:47 Triggered by Gerrit: https://git.opendaylight.org/gerrit/c/netconf/+/114021 12:50:47 Running as SYSTEM 12:50:47 [EnvInject] - Loading node environment variables. 12:50:47 Building remotely on prd-centos8-builder-2c-2g-44648 (centos8-builder-2c-2g) in workspace /w/workspace/netconf-tox-verify-master 12:50:48 [ssh-agent] Looking for ssh-agent implementation... 12:50:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:50:48 $ ssh-agent 12:50:48 SSH_AUTH_SOCK=/tmp/ssh-4ITEmGEsCbLr/agent.5464 12:50:48 SSH_AGENT_PID=5465 12:50:48 [ssh-agent] Started. 12:50:48 Running ssh-add (command line suppressed) 12:50:48 Identity added: /w/workspace/netconf-tox-verify-master@tmp/private_key_9792522223611590980.key (/w/workspace/netconf-tox-verify-master@tmp/private_key_9792522223611590980.key) 12:50:48 [ssh-agent] Using credentials jenkins (jenkins-ssh) 12:50:48 The recommended git tool is: NONE 12:50:53 using credential jenkins-ssh 12:50:53 Wiping out workspace first. 12:50:53 Cloning the remote Git repository 12:50:53 Cloning repository git://devvexx.opendaylight.org/mirror/netconf 12:50:53 > git init /w/workspace/netconf-tox-verify-master # timeout=10 12:50:53 Fetching upstream changes from git://devvexx.opendaylight.org/mirror/netconf 12:50:53 > git --version # timeout=10 12:50:53 > git --version # 'git version 2.43.0' 12:50:53 using GIT_SSH to set credentials jenkins-ssh 12:50:53 [INFO] Currently running in a labeled security context 12:50:53 [INFO] Currently SELinux is 'enforcing' on the host 12:50:53 > /usr/bin/chcon --type=ssh_home_t /w/workspace/netconf-tox-verify-master@tmp/jenkins-gitclient-ssh10809655519853240573.key 12:50:53 Verifying host key using known hosts file 12:50:53 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. 12:50:53 > git fetch --tags --force --progress -- git://devvexx.opendaylight.org/mirror/netconf +refs/heads/*:refs/remotes/origin/* # timeout=10 12:51:00 > git config remote.origin.url git://devvexx.opendaylight.org/mirror/netconf # timeout=10 12:51:00 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:51:00 > git config remote.origin.url git://devvexx.opendaylight.org/mirror/netconf # timeout=10 12:51:00 Fetching upstream changes from git://devvexx.opendaylight.org/mirror/netconf 12:51:00 using GIT_SSH to set credentials jenkins-ssh 12:51:00 [INFO] Currently running in a labeled security context 12:51:00 [INFO] Currently SELinux is 'enforcing' on the host 12:51:00 > /usr/bin/chcon --type=ssh_home_t /w/workspace/netconf-tox-verify-master@tmp/jenkins-gitclient-ssh5120391225391188136.key 12:51:00 Verifying host key using known hosts file 12:51:00 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. 12:51:00 > git fetch --tags --force --progress -- git://devvexx.opendaylight.org/mirror/netconf refs/changes/21/114021/4 # timeout=10 12:51:01 ERROR: Error fetching remote repo 'origin' 12:51:01 hudson.plugins.git.GitException: Failed to fetch from git://devvexx.opendaylight.org/mirror/netconf 12:51:01 at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:999) 12:51:01 at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1241) 12:51:01 at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1305) 12:51:01 at hudson.scm.SCM.checkout(SCM.java:540) 12:51:01 at hudson.model.AbstractProject.checkout(AbstractProject.java:1248) 12:51:01 at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:649) 12:51:01 at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85) 12:51:01 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:521) 12:51:01 at hudson.model.Run.execute(Run.java:1895) 12:51:01 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44) 12:51:01 at hudson.model.ResourceController.execute(ResourceController.java:101) 12:51:01 at hudson.model.Executor.run(Executor.java:442) 12:51:01 Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --force --progress -- git://devvexx.opendaylight.org/mirror/netconf refs/changes/21/114021/4" returned status code 128: 12:51:01 stdout: 12:51:01 stderr: fatal: couldn't find remote ref refs/changes/21/114021/4 12:51:01 12:51:01 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2846) 12:51:01 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2185) 12:51:01 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:635) 12:51:01 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:170) 12:51:01 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161) 12:51:01 at hudson.remoting.UserRequest.perform(UserRequest.java:211) 12:51:01 at hudson.remoting.UserRequest.perform(UserRequest.java:54) 12:51:01 at hudson.remoting.Request$2.run(Request.java:377) 12:51:01 at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78) 12:51:01 at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) 12:51:01 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) 12:51:01 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) 12:51:01 at java.base/java.lang.Thread.run(Thread.java:829) 12:51:01 Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to prd-centos8-builder-2c-2g-44648 12:51:01 at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1787) 12:51:01 at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356) 12:51:01 at hudson.remoting.Channel.call(Channel.java:1003) 12:51:01 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:153) 12:51:01 at jdk.internal.reflect.GeneratedMethodAccessor616.invoke(Unknown Source) 12:51:01 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 12:51:01 at java.base/java.lang.reflect.Method.invoke(Method.java:566) 12:51:01 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:138) 12:51:01 at com.sun.proxy.$Proxy203.execute(Unknown Source) 12:51:01 at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:997) 12:51:01 at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1241) 12:51:01 at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1305) 12:51:01 at hudson.scm.SCM.checkout(SCM.java:540) 12:51:01 at hudson.model.AbstractProject.checkout(AbstractProject.java:1248) 12:51:01 at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:649) 12:51:01 at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85) 12:51:01 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:521) 12:51:01 at hudson.model.Run.execute(Run.java:1895) 12:51:01 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44) 12:51:01 at hudson.model.ResourceController.execute(ResourceController.java:101) 12:51:01 at hudson.model.Executor.run(Executor.java:442) 12:51:01 ERROR: Error fetching remote repo 'origin' 12:51:01 $ ssh-agent -k 12:51:01 unset SSH_AUTH_SOCK; 12:51:01 unset SSH_AGENT_PID; 12:51:01 echo Agent pid 5465 killed; 12:51:01 [ssh-agent] Stopped. 12:51:01 [PostBuildScript] - [INFO] Executing post build scripts. 12:51:01 [netconf-tox-verify-master] $ /bin/bash /tmp/jenkins11319769729271143762.sh 12:51:01 ---> sysstat.sh 12:51:01 [netconf-tox-verify-master] $ /bin/bash /tmp/jenkins14629487605359616502.sh 12:51:01 ---> package-listing.sh 12:51:01 ++ facter osfamily 12:51:01 ++ tr '[:upper:]' '[:lower:]' 12:51:01 + OS_FAMILY=redhat 12:51:01 + workspace=/w/workspace/netconf-tox-verify-master 12:51:01 + START_PACKAGES=/tmp/packages_start.txt 12:51:01 + END_PACKAGES=/tmp/packages_end.txt 12:51:01 + DIFF_PACKAGES=/tmp/packages_diff.txt 12:51:01 + PACKAGES=/tmp/packages_start.txt 12:51:01 + '[' /w/workspace/netconf-tox-verify-master ']' 12:51:01 + PACKAGES=/tmp/packages_end.txt 12:51:01 + case "${OS_FAMILY}" in 12:51:01 + rpm -qa 12:51:01 + sort 12:51:02 + '[' -f /tmp/packages_start.txt ']' 12:51:02 + '[' -f /tmp/packages_end.txt ']' 12:51:02 + diff /tmp/packages_start.txt /tmp/packages_end.txt 12:51:02 + '[' /w/workspace/netconf-tox-verify-master ']' 12:51:02 + mkdir -p /w/workspace/netconf-tox-verify-master/archives/ 12:51:02 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/netconf-tox-verify-master/archives/ 12:51:02 [netconf-tox-verify-master] $ /bin/bash /tmp/jenkins15490384015334815212.sh 12:51:02 ---> capture-instance-metadata.sh 12:51:02 Setup pyenv: 12:51:02 system 12:51:02 * 3.8.13 (set by /opt/pyenv/version) 12:51:02 * 3.9.13 (set by /opt/pyenv/version) 12:51:02 * 3.10.13 (set by /opt/pyenv/version) 12:51:02 * 3.11.7 (set by /opt/pyenv/version) 12:51:07 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-OIDV 12:51:07 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 12:51:10 lf-activate-venv(): INFO: Installing: lftools 12:51:36 lf-activate-venv(): INFO: Adding /tmp/venv-OIDV/bin to PATH 12:51:36 INFO: Running in OpenStack, capturing instance metadata 12:51:36 [netconf-tox-verify-master] $ /bin/bash /tmp/jenkins1089629450614993988.sh 12:51:36 provisioning config files... 12:51:37 Could not find credentials [logs] for netconf-tox-verify-master #10530 12:51:37 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/netconf-tox-verify-master@tmp/config3273083300975075548tmp 12:51:37 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[odl-logs-s3-cloudfront-index] 12:51:37 Run condition [Regular expression match] enabling perform for step [Provide Configuration files] 12:51:37 provisioning config files... 12:51:37 copy managed file [jenkins-s3-log-ship] to file:/home/jenkins/.aws/credentials 12:51:37 [EnvInject] - Injecting environment variables from a build step. 12:51:37 [EnvInject] - Injecting as environment variables the properties content 12:51:37 SERVER_ID=logs 12:51:37 12:51:37 [EnvInject] - Variables injected successfully. 12:51:37 [netconf-tox-verify-master] $ /bin/bash /tmp/jenkins2168516095334935071.sh 12:51:37 ---> create-netrc.sh 12:51:37 WARN: Log server credential not found. 12:51:37 [netconf-tox-verify-master] $ /bin/bash /tmp/jenkins9319408578795145679.sh 12:51:37 ---> python-tools-install.sh 12:51:37 Setup pyenv: 12:51:38 system 12:51:38 3.8.13 12:51:38 3.9.13 12:51:38 3.10.13 12:51:38 * 3.11.7 (set by /w/workspace/netconf-tox-verify-master/.python-version) 12:51:38 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-OIDV from file:/tmp/.os_lf_venv 12:51:39 lf-activate-venv(): INFO: Installing: lftools 12:51:45 lf-activate-venv(): INFO: Adding /tmp/venv-OIDV/bin to PATH 12:51:45 Generating Requirements File 12:52:03 Python 3.11.7 12:52:03 pip 24.2 from /tmp/venv-OIDV/lib/python3.11/site-packages/pip (python 3.11) 12:52:04 appdirs==1.4.4 12:52:04 argcomplete==3.5.1 12:52:04 aspy.yaml==1.3.0 12:52:04 attrs==24.2.0 12:52:04 autopage==0.5.2 12:52:04 beautifulsoup4==4.12.3 12:52:04 boto3==1.35.44 12:52:04 botocore==1.35.44 12:52:04 bs4==0.0.2 12:52:04 cachetools==5.5.0 12:52:04 certifi==2024.8.30 12:52:04 cffi==1.17.1 12:52:04 cfgv==3.4.0 12:52:04 chardet==5.2.0 12:52:04 charset-normalizer==3.4.0 12:52:04 click==8.1.7 12:52:04 cliff==4.7.0 12:52:04 cmd2==2.4.3 12:52:04 cryptography==3.3.2 12:52:04 debtcollector==3.0.0 12:52:04 decorator==5.1.1 12:52:04 defusedxml==0.7.1 12:52:04 Deprecated==1.2.14 12:52:04 distlib==0.3.9 12:52:04 dnspython==2.7.0 12:52:04 docker==4.2.2 12:52:04 dogpile.cache==1.3.3 12:52:04 durationpy==0.9 12:52:04 email_validator==2.2.0 12:52:04 filelock==3.16.1 12:52:04 future==1.0.0 12:52:04 gitdb==4.0.11 12:52:04 GitPython==3.1.43 12:52:04 google-auth==2.35.0 12:52:04 httplib2==0.22.0 12:52:04 identify==2.6.1 12:52:04 idna==3.10 12:52:04 importlib-resources==1.5.0 12:52:04 iso8601==2.1.0 12:52:04 Jinja2==3.1.4 12:52:04 jmespath==1.0.1 12:52:04 jsonpatch==1.33 12:52:04 jsonpointer==3.0.0 12:52:04 jsonschema==4.23.0 12:52:04 jsonschema-specifications==2024.10.1 12:52:04 keystoneauth1==5.8.0 12:52:04 kubernetes==31.0.0 12:52:04 lftools==0.37.10 12:52:04 lxml==5.3.0 12:52:04 MarkupSafe==3.0.2 12:52:04 msgpack==1.1.0 12:52:04 multi_key_dict==2.0.3 12:52:04 munch==4.0.0 12:52:04 netaddr==1.3.0 12:52:04 netifaces==0.11.0 12:52:04 niet==1.4.2 12:52:04 nodeenv==1.9.1 12:52:04 oauth2client==4.1.3 12:52:04 oauthlib==3.2.2 12:52:04 openstacksdk==4.1.0 12:52:04 os-client-config==2.1.0 12:52:04 os-service-types==1.7.0 12:52:04 osc-lib==3.1.0 12:52:04 oslo.config==9.6.0 12:52:04 oslo.context==5.6.0 12:52:04 oslo.i18n==6.4.0 12:52:04 oslo.log==6.1.2 12:52:04 oslo.serialization==5.5.0 12:52:04 oslo.utils==7.3.0 12:52:04 packaging==24.1 12:52:04 pbr==6.1.0 12:52:04 platformdirs==4.3.6 12:52:04 prettytable==3.11.0 12:52:04 pyasn1==0.6.1 12:52:04 pyasn1_modules==0.4.1 12:52:04 pycparser==2.22 12:52:04 pygerrit2==2.0.15 12:52:04 PyGithub==2.4.0 12:52:04 PyJWT==2.9.0 12:52:04 PyNaCl==1.5.0 12:52:04 pyparsing==2.4.7 12:52:04 pyperclip==1.9.0 12:52:04 pyrsistent==0.20.0 12:52:04 python-cinderclient==9.6.0 12:52:04 python-dateutil==2.9.0.post0 12:52:04 python-heatclient==4.0.0 12:52:04 python-jenkins==1.8.2 12:52:04 python-keystoneclient==5.5.0 12:52:04 python-magnumclient==4.7.0 12:52:04 python-openstackclient==7.2.0 12:52:04 python-swiftclient==4.6.0 12:52:04 PyYAML==6.0.2 12:52:04 referencing==0.35.1 12:52:04 requests==2.32.3 12:52:04 requests-oauthlib==2.0.0 12:52:04 requestsexceptions==1.4.0 12:52:04 rfc3986==2.0.0 12:52:04 rpds-py==0.20.0 12:52:04 rsa==4.9 12:52:04 ruamel.yaml==0.18.6 12:52:04 ruamel.yaml.clib==0.2.12 12:52:04 s3transfer==0.10.3 12:52:04 simplejson==3.19.3 12:52:04 six==1.16.0 12:52:04 smmap==5.0.1 12:52:04 soupsieve==2.6 12:52:04 stevedore==5.3.0 12:52:04 tabulate==0.9.0 12:52:04 toml==0.10.2 12:52:04 tomlkit==0.13.2 12:52:04 tqdm==4.66.5 12:52:04 typing_extensions==4.12.2 12:52:04 tzdata==2024.2 12:52:04 urllib3==1.26.20 12:52:04 virtualenv==20.27.0 12:52:04 wcwidth==0.2.13 12:52:04 websocket-client==1.8.0 12:52:04 wrapt==1.16.0 12:52:04 xdg==6.0.0 12:52:04 xmltodict==0.14.2 12:52:04 yq==3.4.3 12:52:04 [netconf-tox-verify-master] $ /bin/bash /tmp/jenkins5094828838676251731.sh 12:52:04 ---> sudo-logs.sh 12:52:04 Archiving 'sudo' log.. 12:52:04 [netconf-tox-verify-master] $ /bin/bash /tmp/jenkins1648399891969984455.sh 12:52:04 ---> job-cost.sh 12:52:04 Setup pyenv: 12:52:04 system 12:52:04 3.8.13 12:52:04 3.9.13 12:52:04 3.10.13 12:52:04 * 3.11.7 (set by /w/workspace/netconf-tox-verify-master/.python-version) 12:52:05 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-OIDV from file:/tmp/.os_lf_venv 12:52:05 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 12:52:10 lf-activate-venv(): INFO: Adding /tmp/venv-OIDV/bin to PATH 12:52:10 INFO: No Stack... 12:52:10 INFO: Retrieving Pricing Info for: v3-standard-2 12:52:10 INFO: Archiving Costs 12:52:10 [netconf-tox-verify-master] $ /bin/bash -l /tmp/jenkins10144943627282736508.sh 12:52:10 ---> logs-deploy.sh 12:52:10 Setup pyenv: 12:52:10 system 12:52:10 3.8.13 12:52:10 3.9.13 12:52:10 3.10.13 12:52:10 * 3.11.7 (set by /w/workspace/netconf-tox-verify-master/.python-version) 12:52:11 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-OIDV from file:/tmp/.os_lf_venv 12:52:11 lf-activate-venv(): INFO: Installing: lftools 12:52:18 lf-activate-venv(): INFO: Adding /tmp/venv-OIDV/bin to PATH 12:52:18 WARNING: Nexus logging server not set 12:52:18 INFO: S3 path logs/releng/vex-yul-odl-jenkins-1/netconf-tox-verify-master/10530/ 12:52:18 INFO: archiving logs to S3 12:52:20 ---> uname -a: 12:52:20 Linux prd-centos8-builder-2c-2g-44648.novalocal 4.18.0-553.5.1.el8.x86_64 #1 SMP Tue May 21 05:46:01 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux 12:52:20 12:52:20 12:52:20 ---> lscpu: 12:52:20 Architecture: x86_64 12:52:20 CPU op-mode(s): 32-bit, 64-bit 12:52:20 Byte Order: Little Endian 12:52:20 CPU(s): 2 12:52:20 On-line CPU(s) list: 0,1 12:52:20 Thread(s) per core: 1 12:52:20 Core(s) per socket: 1 12:52:20 Socket(s): 2 12:52:20 NUMA node(s): 1 12:52:20 Vendor ID: AuthenticAMD 12:52:20 CPU family: 23 12:52:20 Model: 49 12:52:20 Model name: AMD EPYC-Rome Processor 12:52:20 Stepping: 0 12:52:20 CPU MHz: 2799.998 12:52:20 BogoMIPS: 5599.99 12:52:20 Virtualization: AMD-V 12:52:20 Hypervisor vendor: KVM 12:52:20 Virtualization type: full 12:52:20 L1d cache: 32K 12:52:20 L1i cache: 32K 12:52:20 L2 cache: 512K 12:52:20 L3 cache: 16384K 12:52:20 NUMA node0 CPU(s): 0,1 12:52:20 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:52:20 12:52:20 12:52:20 ---> nproc: 12:52:20 2 12:52:20 12:52:20 12:52:20 ---> df -h: 12:52:20 Filesystem Size Used Avail Use% Mounted on 12:52:20 devtmpfs 3.8G 0 3.8G 0% /dev 12:52:20 tmpfs 3.8G 0 3.8G 0% /dev/shm 12:52:20 tmpfs 3.8G 17M 3.8G 1% /run 12:52:20 tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup 12:52:20 /dev/vda1 40G 8.5G 32G 22% / 12:52:20 tmpfs 770M 0 770M 0% /run/user/1001 12:52:20 12:52:20 12:52:20 ---> free -m: 12:52:20 total used free shared buff/cache available 12:52:20 Mem: 7697 630 4820 19 2246 6773 12:52:20 Swap: 1023 0 1023 12:52:20 12:52:20 12:52:20 ---> ip addr: 12:52:20 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 12:52:20 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 12:52:20 inet 127.0.0.1/8 scope host lo 12:52:20 valid_lft forever preferred_lft forever 12:52:20 inet6 ::1/128 scope host 12:52:20 valid_lft forever preferred_lft forever 12:52:20 2: eth0: mtu 1458 qdisc mq state UP group default qlen 1000 12:52:20 link/ether fa:16:3e:4f:45:80 brd ff:ff:ff:ff:ff:ff 12:52:20 altname enp0s3 12:52:20 altname ens3 12:52:20 inet 10.30.170.195/23 brd 10.30.171.255 scope global dynamic noprefixroute eth0 12:52:20 valid_lft 86269sec preferred_lft 86269sec 12:52:20 inet6 fe80::f816:3eff:fe4f:4580/64 scope link 12:52:20 valid_lft forever preferred_lft forever 12:52:20 3: docker0: mtu 1458 qdisc noqueue state DOWN group default 12:52:20 link/ether 02:42:1d:05:c3:33 brd ff:ff:ff:ff:ff:ff 12:52:20 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 12:52:20 valid_lft forever preferred_lft forever 12:52:20 12:52:20 12:52:20 ---> sar -b -r -n DEV: 12:52:20 Linux 4.18.0-553.5.1.el8.x86_64 (centos-stream-8-builder-5e6ee0fb-b6d9-4116-90d4-35c890e2b0f7.nov) 10/21/2024 _x86_64_ (2 CPU) 12:52:20 12:52:20 12:50:03 LINUX RESTART (2 CPU) 12:52:20 12:52:20 12:51:01 PM tps rtps wtps bread/s bwrtn/s 12:52:20 12:52:01 PM 108.53 14.16 94.37 2435.59 6736.60 12:52:20 Average: 108.53 14.16 94.37 2435.59 6736.60 12:52:20 12:52:20 12:51:01 PM kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 12:52:20 12:52:01 PM 4952820 6934564 2929612 37.17 2688 2162148 1047704 11.73 415896 2182848 202756 12:52:20 Average: 4952820 6934564 2929612 37.17 2688 2162148 1047704 11.73 415896 2182848 202756 12:52:20 12:52:20 12:51:01 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 12:52:20 12:52:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:20 12:52:01 PM eth0 70.59 48.78 970.08 16.99 0.00 0.00 0.00 0.00 12:52:20 12:52:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:20 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:20 Average: eth0 70.59 48.78 970.08 16.99 0.00 0.00 0.00 0.00 12:52:20 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:52:20 12:52:20 12:52:20 ---> sar -P ALL: 12:52:20 Linux 4.18.0-553.5.1.el8.x86_64 (centos-stream-8-builder-5e6ee0fb-b6d9-4116-90d4-35c890e2b0f7.nov) 10/21/2024 _x86_64_ (2 CPU) 12:52:20 12:52:20 12:50:03 LINUX RESTART (2 CPU) 12:52:20 12:52:20 12:51:01 PM CPU %user %nice %system %iowait %steal %idle 12:52:20 12:52:01 PM all 39.18 0.00 6.67 2.40 0.12 51.63 12:52:20 12:52:01 PM 0 51.67 0.00 7.70 2.47 0.12 38.05 12:52:20 12:52:01 PM 1 26.72 0.00 5.64 2.34 0.13 65.17 12:52:20 Average: all 39.18 0.00 6.67 2.40 0.12 51.63 12:52:20 Average: 0 51.67 0.00 7.70 2.47 0.12 38.05 12:52:20 Average: 1 26.72 0.00 5.64 2.34 0.13 65.17 12:52:20 12:52:20 12:52:20