18:30:57 Triggered by Gerrit: https://git.opendaylight.org/gerrit/c/openflowplugin/+/113374 18:30:57 Running as SYSTEM 18:30:57 [EnvInject] - Loading node environment variables. 18:30:57 Building remotely on prd-ubuntu2004-docker-4c-4g-17237 (ubuntu2004-docker-4c-4g) in workspace /w/workspace/openflowplugin-maven-verify-calcium-mvn39-openjdk21 18:30:57 [ssh-agent] Looking for ssh-agent implementation... 18:30:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:30:57 $ ssh-agent 18:30:57 SSH_AUTH_SOCK=/tmp/ssh-6qCKWY0Kx8Zl/agent.13213 18:30:57 SSH_AGENT_PID=13215 18:30:57 [ssh-agent] Started. 18:30:57 Running ssh-add (command line suppressed) 18:30:57 Identity added: /w/workspace/openflowplugin-maven-verify-calcium-mvn39-openjdk21@tmp/private_key_8333942275216252942.key (/w/workspace/openflowplugin-maven-verify-calcium-mvn39-openjdk21@tmp/private_key_8333942275216252942.key) 18:30:57 [ssh-agent] Using credentials jenkins (jenkins-ssh) 18:30:57 The recommended git tool is: NONE 18:31:00 using credential jenkins-ssh 18:31:00 Wiping out workspace first. 18:31:00 Cloning the remote Git repository 18:31:00 Cloning repository git://devvexx.opendaylight.org/mirror/openflowplugin 18:31:00 > git init /w/workspace/openflowplugin-maven-verify-calcium-mvn39-openjdk21 # timeout=10 18:31:00 Fetching upstream changes from git://devvexx.opendaylight.org/mirror/openflowplugin 18:31:00 > git --version # timeout=10 18:31:00 > git --version # 'git version 2.25.1' 18:31:00 using GIT_SSH to set credentials jenkins-ssh 18:31:00 Verifying host key using known hosts file 18:31: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. 18:31:00 > git fetch --tags --force --progress -- git://devvexx.opendaylight.org/mirror/openflowplugin +refs/heads/*:refs/remotes/origin/* # timeout=10 18:31:18 ERROR: Error cloning remote repo 'origin' 18:31:18 hudson.plugins.git.GitException: Command "git fetch --tags --force --progress -- git://devvexx.opendaylight.org/mirror/openflowplugin +refs/heads/*:refs/remotes/origin/*" returned status code 128: 18:31:18 stdout: 18:31:18 stderr: fatal: unable to look up devvexx.opendaylight.org (port 9418) (System error) 18:31:18 18:31:18 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2846) 18:31:18 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2185) 18:31:18 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:635) 18:31:18 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:871) 18:31:18 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:170) 18:31:18 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161) 18:31:18 at hudson.remoting.UserRequest.perform(UserRequest.java:211) 18:31:18 at hudson.remoting.UserRequest.perform(UserRequest.java:54) 18:31:18 at hudson.remoting.Request$2.run(Request.java:377) 18:31:18 at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78) 18:31:18 at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) 18:31:18 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) 18:31:18 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) 18:31:18 at java.base/java.lang.Thread.run(Thread.java:829) 18:31:18 Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to prd-ubuntu2004-docker-4c-4g-17237 18:31:18 at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1787) 18:31:18 at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356) 18:31:18 at hudson.remoting.Channel.call(Channel.java:1003) 18:31:18 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:153) 18:31:18 at jdk.internal.reflect.GeneratedMethodAccessor616.invoke(Unknown Source) 18:31:18 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 18:31:18 at java.base/java.lang.reflect.Method.invoke(Method.java:566) 18:31:18 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:138) 18:31:18 at com.sun.proxy.$Proxy202.execute(Unknown Source) 18:31:18 at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1222) 18:31:18 at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1305) 18:31:18 at hudson.scm.SCM.checkout(SCM.java:540) 18:31:18 at hudson.model.AbstractProject.checkout(AbstractProject.java:1248) 18:31:18 at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:649) 18:31:18 at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85) 18:31:18 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:521) 18:31:18 at hudson.model.Run.execute(Run.java:1895) 18:31:18 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44) 18:31:18 at hudson.model.ResourceController.execute(ResourceController.java:101) 18:31:18 at hudson.model.Executor.run(Executor.java:442) 18:31:18 ERROR: Error cloning remote repo 'origin' 18:31:18 $ ssh-agent -k 18:31:18 unset SSH_AUTH_SOCK; 18:31:18 unset SSH_AGENT_PID; 18:31:18 echo Agent pid 13215 killed; 18:31:18 [ssh-agent] Stopped. 18:31:18 [PostBuildScript] - [INFO] Executing post build scripts. 18:31:18 [openflowplugin-maven-verify-calcium-mvn39-openjdk21] $ /bin/bash /tmp/jenkins778589504809849854.sh 18:31:18 ---> sysstat.sh 18:31:18 [openflowplugin-maven-verify-calcium-mvn39-openjdk21] $ /bin/bash /tmp/jenkins8942242305936491793.sh 18:31:18 ---> package-listing.sh 18:31:18 ++ facter osfamily 18:31:18 ++ tr '[:upper:]' '[:lower:]' 18:31:18 + OS_FAMILY=debian 18:31:18 + workspace=/w/workspace/openflowplugin-maven-verify-calcium-mvn39-openjdk21 18:31:18 + START_PACKAGES=/tmp/packages_start.txt 18:31:18 + END_PACKAGES=/tmp/packages_end.txt 18:31:18 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:31:18 + PACKAGES=/tmp/packages_start.txt 18:31:18 + '[' /w/workspace/openflowplugin-maven-verify-calcium-mvn39-openjdk21 ']' 18:31:18 + PACKAGES=/tmp/packages_end.txt 18:31:18 + case "${OS_FAMILY}" in 18:31:18 + grep '^ii' 18:31:18 + dpkg -l 18:31:18 + '[' -f /tmp/packages_start.txt ']' 18:31:18 + '[' -f /tmp/packages_end.txt ']' 18:31:18 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:31:18 + '[' /w/workspace/openflowplugin-maven-verify-calcium-mvn39-openjdk21 ']' 18:31:18 + mkdir -p /w/workspace/openflowplugin-maven-verify-calcium-mvn39-openjdk21/archives/ 18:31:18 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/openflowplugin-maven-verify-calcium-mvn39-openjdk21/archives/ 18:31:19 [openflowplugin-maven-verify-calcium-mvn39-openjdk21] $ /bin/bash /tmp/jenkins14368005809680424332.sh 18:31:19 ---> capture-instance-metadata.sh 18:31:19 Setup pyenv: 18:31:19 * system (set by /opt/pyenv/version) 18:31:19 * 3.8.13 (set by /opt/pyenv/version) 18:31:19 * 3.9.13 (set by /opt/pyenv/version) 18:31:19 * 3.10.13 (set by /opt/pyenv/version) 18:31:19 * 3.11.7 (set by /opt/pyenv/version) 18:31:24 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-VP5x 18:31:24 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 18:31:26 lf-activate-venv(): INFO: Installing: lftools 18:31:53 lf-activate-venv(): INFO: Adding /tmp/venv-VP5x/bin to PATH 18:31:53 INFO: Running in OpenStack, capturing instance metadata 18:31:54 [openflowplugin-maven-verify-calcium-mvn39-openjdk21] $ /bin/bash /tmp/jenkins13796632559723565052.sh 18:31:54 provisioning config files... 18:31:54 Could not find credentials [logs] for openflowplugin-maven-verify-calcium-mvn39-openjdk21 #1 18:31:54 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/openflowplugin-maven-verify-calcium-mvn39-openjdk21@tmp/config6549805426912322932tmp 18:31:55 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[odl-logs-s3-cloudfront-index] 18:31:55 Run condition [Regular expression match] enabling perform for step [Provide Configuration files] 18:31:55 provisioning config files... 18:31:55 copy managed file [jenkins-s3-log-ship] to file:/home/jenkins/.aws/credentials 18:31:55 [EnvInject] - Injecting environment variables from a build step. 18:31:55 [EnvInject] - Injecting as environment variables the properties content 18:31:55 SERVER_ID=logs 18:31:55 18:31:55 [EnvInject] - Variables injected successfully. 18:31:55 [openflowplugin-maven-verify-calcium-mvn39-openjdk21] $ /bin/bash /tmp/jenkins4716093154649792504.sh 18:31:55 ---> create-netrc.sh 18:31:55 WARN: Log server credential not found. 18:31:55 [openflowplugin-maven-verify-calcium-mvn39-openjdk21] $ /bin/bash /tmp/jenkins11390707671639995690.sh 18:31:55 ---> python-tools-install.sh 18:31:55 Setup pyenv: 18:31:55 system 18:31:55 3.8.13 18:31:55 3.9.13 18:31:55 3.10.13 18:31:55 * 3.11.7 (set by /w/workspace/openflowplugin-maven-verify-calcium-mvn39-openjdk21/.python-version) 18:31:55 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-VP5x from file:/tmp/.os_lf_venv 18:31:56 lf-activate-venv(): INFO: Installing: lftools 18:32:03 lf-activate-venv(): INFO: Adding /tmp/venv-VP5x/bin to PATH 18:32:03 Generating Requirements File 18:32:22 Python 3.11.7 18:32:22 pip 24.2 from /tmp/venv-VP5x/lib/python3.11/site-packages/pip (python 3.11) 18:32:22 appdirs==1.4.4 18:32:22 argcomplete==3.5.0 18:32:22 aspy.yaml==1.3.0 18:32:22 attrs==24.2.0 18:32:22 autopage==0.5.2 18:32:22 beautifulsoup4==4.12.3 18:32:22 boto3==1.35.10 18:32:22 botocore==1.35.10 18:32:22 bs4==0.0.2 18:32:22 cachetools==5.5.0 18:32:22 certifi==2024.8.30 18:32:22 cffi==1.17.0 18:32:22 cfgv==3.4.0 18:32:22 chardet==5.2.0 18:32:22 charset-normalizer==3.3.2 18:32:22 click==8.1.7 18:32:22 cliff==4.7.0 18:32:22 cmd2==2.4.3 18:32:22 cryptography==3.3.2 18:32:22 debtcollector==3.0.0 18:32:22 decorator==5.1.1 18:32:22 defusedxml==0.7.1 18:32:22 Deprecated==1.2.14 18:32:22 distlib==0.3.8 18:32:22 dnspython==2.6.1 18:32:22 docker==4.2.2 18:32:22 dogpile.cache==1.3.3 18:32:22 email_validator==2.2.0 18:32:22 filelock==3.15.4 18:32:22 future==1.0.0 18:32:22 gitdb==4.0.11 18:32:22 GitPython==3.1.43 18:32:22 google-auth==2.34.0 18:32:22 httplib2==0.22.0 18:32:22 identify==2.6.0 18:32:22 idna==3.8 18:32:22 importlib-resources==1.5.0 18:32:22 iso8601==2.1.0 18:32:22 Jinja2==3.1.4 18:32:22 jmespath==1.0.1 18:32:22 jsonpatch==1.33 18:32:22 jsonpointer==3.0.0 18:32:22 jsonschema==4.23.0 18:32:22 jsonschema-specifications==2023.12.1 18:32:22 keystoneauth1==5.8.0 18:32:22 kubernetes==30.1.0 18:32:22 lftools==0.37.10 18:32:22 lxml==5.3.0 18:32:22 MarkupSafe==2.1.5 18:32:22 msgpack==1.0.8 18:32:22 multi_key_dict==2.0.3 18:32:22 munch==4.0.0 18:32:22 netaddr==1.3.0 18:32:22 netifaces==0.11.0 18:32:22 niet==1.4.2 18:32:22 nodeenv==1.9.1 18:32:22 oauth2client==4.1.3 18:32:22 oauthlib==3.2.2 18:32:22 openstacksdk==4.0.0 18:32:22 os-client-config==2.1.0 18:32:22 os-service-types==1.7.0 18:32:22 osc-lib==3.1.0 18:32:22 oslo.config==9.6.0 18:32:22 oslo.context==5.6.0 18:32:22 oslo.i18n==6.4.0 18:32:22 oslo.log==6.1.2 18:32:22 oslo.serialization==5.5.0 18:32:22 oslo.utils==7.3.0 18:32:22 packaging==24.1 18:32:22 pbr==6.1.0 18:32:22 platformdirs==4.2.2 18:32:22 prettytable==3.11.0 18:32:22 pyasn1==0.6.0 18:32:22 pyasn1_modules==0.4.0 18:32:22 pycparser==2.22 18:32:22 pygerrit2==2.0.15 18:32:22 PyGithub==2.4.0 18:32:22 PyJWT==2.9.0 18:32:22 PyNaCl==1.5.0 18:32:22 pyparsing==2.4.7 18:32:22 pyperclip==1.9.0 18:32:22 pyrsistent==0.20.0 18:32:22 python-cinderclient==9.6.0 18:32:22 python-dateutil==2.9.0.post0 18:32:22 python-heatclient==4.0.0 18:32:22 python-jenkins==1.8.2 18:32:22 python-keystoneclient==5.5.0 18:32:22 python-magnumclient==4.7.0 18:32:22 python-openstackclient==7.0.0 18:32:22 python-swiftclient==4.6.0 18:32:22 PyYAML==6.0.2 18:32:22 referencing==0.35.1 18:32:22 requests==2.32.3 18:32:22 requests-oauthlib==2.0.0 18:32:22 requestsexceptions==1.4.0 18:32:22 rfc3986==2.0.0 18:32:22 rpds-py==0.20.0 18:32:22 rsa==4.9 18:32:22 ruamel.yaml==0.18.6 18:32:22 ruamel.yaml.clib==0.2.8 18:32:22 s3transfer==0.10.2 18:32:22 simplejson==3.19.3 18:32:22 six==1.16.0 18:32:22 smmap==5.0.1 18:32:22 soupsieve==2.6 18:32:22 stevedore==5.3.0 18:32:22 tabulate==0.9.0 18:32:22 toml==0.10.2 18:32:22 tomlkit==0.13.2 18:32:22 tqdm==4.66.5 18:32:22 typing_extensions==4.12.2 18:32:22 tzdata==2024.1 18:32:22 urllib3==1.26.20 18:32:22 virtualenv==20.26.3 18:32:22 wcwidth==0.2.13 18:32:22 websocket-client==1.8.0 18:32:22 wrapt==1.16.0 18:32:22 xdg==6.0.0 18:32:22 xmltodict==0.13.0 18:32:22 yq==3.4.3 18:32:23 [openflowplugin-maven-verify-calcium-mvn39-openjdk21] $ /bin/bash /tmp/jenkins4936201708194063090.sh 18:32:23 ---> sudo-logs.sh 18:32:23 Archiving 'sudo' log.. 18:32:23 [openflowplugin-maven-verify-calcium-mvn39-openjdk21] $ /bin/bash /tmp/jenkins13699069389279454235.sh 18:32:23 ---> job-cost.sh 18:32:23 Setup pyenv: 18:32:23 system 18:32:23 3.8.13 18:32:23 3.9.13 18:32:23 3.10.13 18:32:23 * 3.11.7 (set by /w/workspace/openflowplugin-maven-verify-calcium-mvn39-openjdk21/.python-version) 18:32:23 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-VP5x from file:/tmp/.os_lf_venv 18:32:24 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 18:32:28 lf-activate-venv(): INFO: Adding /tmp/venv-VP5x/bin to PATH 18:32:28 INFO: No Stack... 18:32:28 INFO: Retrieving Pricing Info for: v3-standard-4 18:32:28 INFO: Archiving Costs 18:32:28 [openflowplugin-maven-verify-calcium-mvn39-openjdk21] $ /bin/bash -l /tmp/jenkins1153437874712499076.sh 18:32:28 ---> logs-deploy.sh 18:32:28 Setup pyenv: 18:32:28 system 18:32:28 3.8.13 18:32:28 3.9.13 18:32:28 3.10.13 18:32:28 * 3.11.7 (set by /w/workspace/openflowplugin-maven-verify-calcium-mvn39-openjdk21/.python-version) 18:32:29 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-VP5x from file:/tmp/.os_lf_venv 18:32:29 lf-activate-venv(): INFO: Installing: lftools 18:32:36 lf-activate-venv(): INFO: Adding /tmp/venv-VP5x/bin to PATH 18:32:36 WARNING: Nexus logging server not set 18:32:36 INFO: S3 path logs/releng/vex-yul-odl-jenkins-1/openflowplugin-maven-verify-calcium-mvn39-openjdk21/1/ 18:32:36 INFO: archiving logs to S3 18:32:37 ---> uname -a: 18:32:37 Linux prd-ubuntu2004-docker-4c-4g-17237 5.4.0-190-generic #210-Ubuntu SMP Fri Jul 5 17:03:38 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux 18:32:37 18:32:37 18:32:37 ---> lscpu: 18:32:37 Architecture: x86_64 18:32:37 CPU op-mode(s): 32-bit, 64-bit 18:32:37 Byte Order: Little Endian 18:32:37 Address sizes: 40 bits physical, 48 bits virtual 18:32:37 CPU(s): 4 18:32:37 On-line CPU(s) list: 0-3 18:32:37 Thread(s) per core: 1 18:32:37 Core(s) per socket: 1 18:32:37 Socket(s): 4 18:32:37 NUMA node(s): 1 18:32:37 Vendor ID: AuthenticAMD 18:32:37 CPU family: 23 18:32:37 Model: 49 18:32:37 Model name: AMD EPYC-Rome Processor 18:32:37 Stepping: 0 18:32:37 CPU MHz: 2800.000 18:32:37 BogoMIPS: 5600.00 18:32:37 Virtualization: AMD-V 18:32:37 Hypervisor vendor: KVM 18:32:37 Virtualization type: full 18:32:37 L1d cache: 128 KiB 18:32:37 L1i cache: 128 KiB 18:32:37 L2 cache: 2 MiB 18:32:37 L3 cache: 64 MiB 18:32:37 NUMA node0 CPU(s): 0-3 18:32:37 Vulnerability Gather data sampling: Not affected 18:32:37 Vulnerability Itlb multihit: Not affected 18:32:37 Vulnerability L1tf: Not affected 18:32:37 Vulnerability Mds: Not affected 18:32:37 Vulnerability Meltdown: Not affected 18:32:37 Vulnerability Mmio stale data: Not affected 18:32:37 Vulnerability Retbleed: Vulnerable 18:32:37 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:32:37 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 18:32:37 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 18:32:37 Vulnerability Srbds: Not affected 18:32:37 Vulnerability Tsx async abort: Not affected 18:32:37 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 clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 18:32:37 18:32:37 18:32:37 ---> nproc: 18:32:37 4 18:32:37 18:32:37 18:32:37 ---> df -h: 18:32:37 Filesystem Size Used Avail Use% Mounted on 18:32:37 udev 7.8G 0 7.8G 0% /dev 18:32:37 tmpfs 1.6G 1.1M 1.6G 1% /run 18:32:37 /dev/vda1 78G 8.8G 69G 12% / 18:32:37 tmpfs 7.9G 0 7.9G 0% /dev/shm 18:32:37 tmpfs 5.0M 0 5.0M 0% /run/lock 18:32:37 tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup 18:32:37 /dev/loop0 62M 62M 0 100% /snap/core20/1405 18:32:37 /dev/loop2 44M 44M 0 100% /snap/snapd/15177 18:32:37 /dev/loop1 68M 68M 0 100% /snap/lxd/22753 18:32:37 /dev/vda15 105M 6.1M 99M 6% /boot/efi 18:32:37 tmpfs 1.6G 0 1.6G 0% /run/user/1001 18:32:37 18:32:37 18:32:37 ---> free -m: 18:32:37 total used free shared buff/cache available 18:32:37 Mem: 15997 636 12965 1 2395 15034 18:32:37 Swap: 1023 0 1023 18:32:37 18:32:37 18:32:37 ---> ip addr: 18:32:37 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 18:32:37 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:32:37 inet 127.0.0.1/8 scope host lo 18:32:37 valid_lft forever preferred_lft forever 18:32:37 inet6 ::1/128 scope host 18:32:37 valid_lft forever preferred_lft forever 18:32:37 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 18:32:37 link/ether fa:16:3e:3b:56:63 brd ff:ff:ff:ff:ff:ff 18:32:37 inet 10.30.170.97/23 brd 10.30.171.255 scope global dynamic ens3 18:32:37 valid_lft 86262sec preferred_lft 86262sec 18:32:37 inet6 fe80::f816:3eff:fe3b:5663/64 scope link 18:32:37 valid_lft forever preferred_lft forever 18:32:37 3: docker0: mtu 1458 qdisc noqueue state DOWN group default 18:32:37 link/ether 02:42:e9:2e:1a:c2 brd ff:ff:ff:ff:ff:ff 18:32:37 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 18:32:37 valid_lft forever preferred_lft forever 18:32:37 18:32:37 18:32:37 ---> sar -b -r -n DEV: 18:32:37 Linux 5.4.0-190-generic (prd-ubuntu2004-docker-4c-4g-17237) 09/02/24 _x86_64_ (4 CPU) 18:32:37 18:32:37 18:30:22 LINUX RESTART (4 CPU) 18:32:37 18:32:37 18:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:32:37 18:32:01 144.83 81.49 63.34 0.00 2577.97 6063.41 0.00 18:32:37 Average: 144.83 81.49 63.34 0.00 2577.97 6063.41 0.00 18:32:37 18:32:37 18:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:32:37 18:32:01 13417680 15412708 570124 3.48 70164 2123232 1299736 7.46 811696 1880104 136536 18:32:37 Average: 13417680 15412708 570124 3.48 70164 2123232 1299736 7.46 811696 1880104 136536 18:32:37 18:32:37 18:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:32:37 18:32:01 lo 1.47 1.47 0.16 0.16 0.00 0.00 0.00 0.00 18:32:37 18:32:01 ens3 51.36 35.24 760.66 8.62 0.00 0.00 0.00 0.00 18:32:37 18:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:32:37 Average: lo 1.47 1.47 0.16 0.16 0.00 0.00 0.00 0.00 18:32:37 Average: ens3 51.36 35.24 760.66 8.62 0.00 0.00 0.00 0.00 18:32:37 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:32:37 18:32:37 18:32:37 ---> sar -P ALL: 18:32:37 Linux 5.4.0-190-generic (prd-ubuntu2004-docker-4c-4g-17237) 09/02/24 _x86_64_ (4 CPU) 18:32:37 18:32:37 18:30:22 LINUX RESTART (4 CPU) 18:32:37 18:32:37 18:31:01 CPU %user %nice %system %iowait %steal %idle 18:32:37 18:32:01 all 14.50 12.55 9.94 2.21 0.11 60.69 18:32:37 18:32:01 0 12.02 12.34 10.24 2.13 0.12 63.15 18:32:37 18:32:01 1 26.89 11.20 9.98 2.05 0.12 49.77 18:32:37 18:32:01 2 8.54 12.59 9.31 3.56 0.10 65.90 18:32:37 18:32:01 3 10.54 14.05 10.23 1.09 0.12 63.97 18:32:37 Average: all 14.50 12.55 9.94 2.21 0.11 60.69 18:32:37 Average: 0 12.02 12.34 10.24 2.13 0.12 63.15 18:32:37 Average: 1 26.89 11.20 9.98 2.05 0.12 49.77 18:32:37 Average: 2 8.54 12.59 9.31 3.56 0.10 65.90 18:32:37 Average: 3 10.54 14.05 10.23 1.09 0.12 63.97 18:32:37 18:32:37 18:32:37