10:04:17 Triggered by Gerrit: https://git.opendaylight.org/gerrit/c/controller/+/114229 10:04:17 Running as SYSTEM 10:04:17 [EnvInject] - Loading node environment variables. 10:04:17 Building remotely on prd-ubuntu2004-docker-4c-4g-2170 (ubuntu2004-docker-4c-4g) in workspace /w/workspace/controller-maven-verify-master-mvn39-openjdk21 10:04:18 [ssh-agent] Looking for ssh-agent implementation... 10:04:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:04:18 $ ssh-agent 10:04:18 SSH_AUTH_SOCK=/tmp/ssh-N0gqTZzHtBXa/agent.28609 10:04:18 SSH_AGENT_PID=28611 10:04:18 [ssh-agent] Started. 10:04:18 Running ssh-add (command line suppressed) 10:04:18 Identity added: /w/workspace/controller-maven-verify-master-mvn39-openjdk21@tmp/private_key_7257688301456768348.key (/w/workspace/controller-maven-verify-master-mvn39-openjdk21@tmp/private_key_7257688301456768348.key) 10:04:18 [ssh-agent] Using credentials jenkins (jenkins-ssh) 10:04:18 The recommended git tool is: NONE 10:04:20 using credential jenkins-ssh 10:04:20 Wiping out workspace first. 10:04:20 Cloning the remote Git repository 10:04:20 Cloning repository git://devvexx.opendaylight.org/mirror/controller 10:04:20 > git init /w/workspace/controller-maven-verify-master-mvn39-openjdk21 # timeout=10 10:04:20 Fetching upstream changes from git://devvexx.opendaylight.org/mirror/controller 10:04:20 > git --version # timeout=10 10:04:20 > git --version # 'git version 2.25.1' 10:04:20 using GIT_SSH to set credentials jenkins-ssh 10:04:20 Verifying host key using known hosts file 10:04:20 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. 10:04:20 > git fetch --tags --force --progress -- git://devvexx.opendaylight.org/mirror/controller +refs/heads/*:refs/remotes/origin/* # timeout=10 10:04:29 > git config remote.origin.url git://devvexx.opendaylight.org/mirror/controller # timeout=10 10:04:29 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:04:29 > git config remote.origin.url git://devvexx.opendaylight.org/mirror/controller # timeout=10 10:04:29 Fetching upstream changes from git://devvexx.opendaylight.org/mirror/controller 10:04:29 using GIT_SSH to set credentials jenkins-ssh 10:04:29 Verifying host key using known hosts file 10:04:29 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. 10:04:29 > git fetch --tags --force --progress -- git://devvexx.opendaylight.org/mirror/controller refs/changes/29/114229/2 # timeout=10 10:04:29 ERROR: Error fetching remote repo 'origin' 10:04:29 hudson.plugins.git.GitException: Failed to fetch from git://devvexx.opendaylight.org/mirror/controller 10:04:29 at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:999) 10:04:29 at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1241) 10:04:29 at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1305) 10:04:29 at hudson.scm.SCM.checkout(SCM.java:540) 10:04:29 at hudson.model.AbstractProject.checkout(AbstractProject.java:1248) 10:04:29 at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:649) 10:04:29 at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85) 10:04:29 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:521) 10:04:29 at hudson.model.Run.execute(Run.java:1895) 10:04:29 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44) 10:04:29 at hudson.model.ResourceController.execute(ResourceController.java:101) 10:04:29 at hudson.model.Executor.run(Executor.java:442) 10:04:29 Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --force --progress -- git://devvexx.opendaylight.org/mirror/controller refs/changes/29/114229/2" returned status code 128: 10:04:29 stdout: 10:04:29 stderr: fatal: couldn't find remote ref refs/changes/29/114229/2 10:04:29 10:04:29 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2846) 10:04:29 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2185) 10:04:29 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:635) 10:04:29 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:170) 10:04:29 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161) 10:04:29 at hudson.remoting.UserRequest.perform(UserRequest.java:211) 10:04:29 at hudson.remoting.UserRequest.perform(UserRequest.java:54) 10:04:29 at hudson.remoting.Request$2.run(Request.java:377) 10:04:29 at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78) 10:04:29 at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) 10:04:29 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) 10:04:29 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) 10:04:29 at java.base/java.lang.Thread.run(Thread.java:829) 10:04:29 Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to prd-ubuntu2004-docker-4c-4g-2170 10:04:29 at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1787) 10:04:29 at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356) 10:04:29 at hudson.remoting.Channel.call(Channel.java:1003) 10:04:29 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:153) 10:04:29 at jdk.internal.reflect.GeneratedMethodAccessor754.invoke(Unknown Source) 10:04:29 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 10:04:29 at java.base/java.lang.reflect.Method.invoke(Method.java:566) 10:04:29 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:138) 10:04:29 at com.sun.proxy.$Proxy212.execute(Unknown Source) 10:04:29 at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:997) 10:04:29 at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1241) 10:04:29 at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1305) 10:04:29 at hudson.scm.SCM.checkout(SCM.java:540) 10:04:29 at hudson.model.AbstractProject.checkout(AbstractProject.java:1248) 10:04:29 at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:649) 10:04:29 at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85) 10:04:29 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:521) 10:04:29 at hudson.model.Run.execute(Run.java:1895) 10:04:29 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44) 10:04:29 at hudson.model.ResourceController.execute(ResourceController.java:101) 10:04:29 at hudson.model.Executor.run(Executor.java:442) 10:04:29 ERROR: Error fetching remote repo 'origin' 10:04:29 $ ssh-agent -k 10:04:29 unset SSH_AUTH_SOCK; 10:04:29 unset SSH_AGENT_PID; 10:04:29 echo Agent pid 28611 killed; 10:04:29 [ssh-agent] Stopped. 10:04:29 [PostBuildScript] - [INFO] Executing post build scripts. 10:04:29 [controller-maven-verify-master-mvn39-openjdk21] $ /bin/bash /tmp/jenkins360332504760066840.sh 10:04:29 ---> sysstat.sh 10:04:30 [controller-maven-verify-master-mvn39-openjdk21] $ /bin/bash /tmp/jenkins5809288446406841638.sh 10:04:30 ---> package-listing.sh 10:04:30 ++ tr '[:upper:]' '[:lower:]' 10:04:30 ++ facter osfamily 10:04:30 + OS_FAMILY=debian 10:04:30 + workspace=/w/workspace/controller-maven-verify-master-mvn39-openjdk21 10:04:30 + START_PACKAGES=/tmp/packages_start.txt 10:04:30 + END_PACKAGES=/tmp/packages_end.txt 10:04:30 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:04:30 + PACKAGES=/tmp/packages_start.txt 10:04:30 + '[' /w/workspace/controller-maven-verify-master-mvn39-openjdk21 ']' 10:04:30 + PACKAGES=/tmp/packages_end.txt 10:04:30 + case "${OS_FAMILY}" in 10:04:30 + dpkg -l 10:04:30 + grep '^ii' 10:04:30 + '[' -f /tmp/packages_start.txt ']' 10:04:30 + '[' -f /tmp/packages_end.txt ']' 10:04:30 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:04:30 + '[' /w/workspace/controller-maven-verify-master-mvn39-openjdk21 ']' 10:04:30 + mkdir -p /w/workspace/controller-maven-verify-master-mvn39-openjdk21/archives/ 10:04:30 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/controller-maven-verify-master-mvn39-openjdk21/archives/ 10:04:30 [controller-maven-verify-master-mvn39-openjdk21] $ /bin/bash /tmp/jenkins16259387769423287250.sh 10:04:30 ---> capture-instance-metadata.sh 10:04:30 Setup pyenv: 10:04:30 * system (set by /opt/pyenv/version) 10:04:30 * 3.8.13 (set by /opt/pyenv/version) 10:04:30 * 3.9.13 (set by /opt/pyenv/version) 10:04:30 * 3.10.13 (set by /opt/pyenv/version) 10:04:30 * 3.11.7 (set by /opt/pyenv/version) 10:04:35 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-1dNr 10:04:35 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 10:04:38 lf-activate-venv(): INFO: Installing: lftools 10:05:08 lf-activate-venv(): INFO: Adding /tmp/venv-1dNr/bin to PATH 10:05:08 INFO: Running in OpenStack, capturing instance metadata 10:05:09 [controller-maven-verify-master-mvn39-openjdk21] $ /bin/bash /tmp/jenkins17218791849499729799.sh 10:05:09 provisioning config files... 10:05:09 Could not find credentials [logs] for controller-maven-verify-master-mvn39-openjdk21 #446 10:05:09 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/controller-maven-verify-master-mvn39-openjdk21@tmp/config15252597946762170334tmp 10:05:09 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[odl-logs-s3-cloudfront-index] 10:05:09 Run condition [Regular expression match] enabling perform for step [Provide Configuration files] 10:05:09 provisioning config files... 10:05:09 copy managed file [jenkins-s3-log-ship] to file:/home/jenkins/.aws/credentials 10:05:09 [EnvInject] - Injecting environment variables from a build step. 10:05:09 [EnvInject] - Injecting as environment variables the properties content 10:05:09 SERVER_ID=logs 10:05:09 10:05:09 [EnvInject] - Variables injected successfully. 10:05:09 [controller-maven-verify-master-mvn39-openjdk21] $ /bin/bash /tmp/jenkins12277749445909255971.sh 10:05:09 ---> create-netrc.sh 10:05:09 WARN: Log server credential not found. 10:05:09 [controller-maven-verify-master-mvn39-openjdk21] $ /bin/bash /tmp/jenkins11097504915530029134.sh 10:05:09 ---> python-tools-install.sh 10:05:09 Setup pyenv: 10:05:09 system 10:05:09 3.8.13 10:05:09 3.9.13 10:05:09 3.10.13 10:05:09 * 3.11.7 (set by /w/workspace/controller-maven-verify-master-mvn39-openjdk21/.python-version) 10:05:10 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-1dNr from file:/tmp/.os_lf_venv 10:05:10 lf-activate-venv(): INFO: Installing: lftools 10:05:17 lf-activate-venv(): INFO: Adding /tmp/venv-1dNr/bin to PATH 10:05:17 Generating Requirements File 10:05:36 Python 3.11.7 10:05:36 pip 24.3.1 from /tmp/venv-1dNr/lib/python3.11/site-packages/pip (python 3.11) 10:05:37 appdirs==1.4.4 10:05:37 argcomplete==3.5.1 10:05:37 aspy.yaml==1.3.0 10:05:37 attrs==24.2.0 10:05:37 autopage==0.5.2 10:05:37 beautifulsoup4==4.12.3 10:05:37 boto3==1.35.49 10:05:37 botocore==1.35.49 10:05:37 bs4==0.0.2 10:05:37 cachetools==5.5.0 10:05:37 certifi==2024.8.30 10:05:37 cffi==1.17.1 10:05:37 cfgv==3.4.0 10:05:37 chardet==5.2.0 10:05:37 charset-normalizer==3.4.0 10:05:37 click==8.1.7 10:05:37 cliff==4.7.0 10:05:37 cmd2==2.5.0 10:05:37 cryptography==3.3.2 10:05:37 debtcollector==3.0.0 10:05:37 decorator==5.1.1 10:05:37 defusedxml==0.7.1 10:05:37 Deprecated==1.2.14 10:05:37 distlib==0.3.9 10:05:37 dnspython==2.7.0 10:05:37 docker==4.2.2 10:05:37 dogpile.cache==1.3.3 10:05:37 durationpy==0.9 10:05:37 email_validator==2.2.0 10:05:37 filelock==3.16.1 10:05:37 future==1.0.0 10:05:37 gitdb==4.0.11 10:05:37 GitPython==3.1.43 10:05:37 google-auth==2.35.0 10:05:37 httplib2==0.22.0 10:05:37 identify==2.6.1 10:05:37 idna==3.10 10:05:37 importlib-resources==1.5.0 10:05:37 iso8601==2.1.0 10:05:37 Jinja2==3.1.4 10:05:37 jmespath==1.0.1 10:05:37 jsonpatch==1.33 10:05:37 jsonpointer==3.0.0 10:05:37 jsonschema==4.23.0 10:05:37 jsonschema-specifications==2024.10.1 10:05:37 keystoneauth1==5.8.0 10:05:37 kubernetes==31.0.0 10:05:37 lftools==0.37.10 10:05:37 lxml==5.3.0 10:05:37 MarkupSafe==3.0.2 10:05:37 msgpack==1.1.0 10:05:37 multi_key_dict==2.0.3 10:05:37 munch==4.0.0 10:05:37 netaddr==1.3.0 10:05:37 netifaces==0.11.0 10:05:37 niet==1.4.2 10:05:37 nodeenv==1.9.1 10:05:37 oauth2client==4.1.3 10:05:37 oauthlib==3.2.2 10:05:37 openstacksdk==4.1.0 10:05:37 os-client-config==2.1.0 10:05:37 os-service-types==1.7.0 10:05:37 osc-lib==3.1.0 10:05:37 oslo.config==9.6.0 10:05:37 oslo.context==5.6.0 10:05:37 oslo.i18n==6.4.0 10:05:37 oslo.log==6.1.2 10:05:37 oslo.serialization==5.5.0 10:05:37 oslo.utils==7.3.0 10:05:37 packaging==24.1 10:05:37 pbr==6.1.0 10:05:37 platformdirs==4.3.6 10:05:37 prettytable==3.11.0 10:05:37 pyasn1==0.6.1 10:05:37 pyasn1_modules==0.4.1 10:05:37 pycparser==2.22 10:05:37 pygerrit2==2.0.15 10:05:37 PyGithub==2.4.0 10:05:37 PyJWT==2.9.0 10:05:37 PyNaCl==1.5.0 10:05:37 pyparsing==2.4.7 10:05:37 pyperclip==1.9.0 10:05:37 pyrsistent==0.20.0 10:05:37 python-cinderclient==9.6.0 10:05:37 python-dateutil==2.9.0.post0 10:05:37 python-heatclient==4.0.0 10:05:37 python-jenkins==1.8.2 10:05:37 python-keystoneclient==5.5.0 10:05:37 python-magnumclient==4.7.0 10:05:37 python-openstackclient==7.2.0 10:05:37 python-swiftclient==4.6.0 10:05:37 PyYAML==6.0.2 10:05:37 referencing==0.35.1 10:05:37 requests==2.32.3 10:05:37 requests-oauthlib==2.0.0 10:05:37 requestsexceptions==1.4.0 10:05:37 rfc3986==2.0.0 10:05:37 rpds-py==0.20.0 10:05:37 rsa==4.9 10:05:37 ruamel.yaml==0.18.6 10:05:37 ruamel.yaml.clib==0.2.12 10:05:37 s3transfer==0.10.3 10:05:37 simplejson==3.19.3 10:05:37 six==1.16.0 10:05:37 smmap==5.0.1 10:05:37 soupsieve==2.6 10:05:37 stevedore==5.3.0 10:05:37 tabulate==0.9.0 10:05:37 toml==0.10.2 10:05:37 tomlkit==0.13.2 10:05:37 tqdm==4.66.5 10:05:37 typing_extensions==4.12.2 10:05:37 tzdata==2024.2 10:05:37 urllib3==1.26.20 10:05:37 virtualenv==20.27.0 10:05:37 wcwidth==0.2.13 10:05:37 websocket-client==1.8.0 10:05:37 wrapt==1.16.0 10:05:37 xdg==6.0.0 10:05:37 xmltodict==0.14.2 10:05:37 yq==3.4.3 10:05:37 [controller-maven-verify-master-mvn39-openjdk21] $ /bin/bash /tmp/jenkins1324844968565960701.sh 10:05:37 ---> sudo-logs.sh 10:05:37 Archiving 'sudo' log.. 10:05:37 [controller-maven-verify-master-mvn39-openjdk21] $ /bin/bash /tmp/jenkins8176229220423905831.sh 10:05:37 ---> job-cost.sh 10:05:37 Setup pyenv: 10:05:37 system 10:05:37 3.8.13 10:05:37 3.9.13 10:05:37 3.10.13 10:05:37 * 3.11.7 (set by /w/workspace/controller-maven-verify-master-mvn39-openjdk21/.python-version) 10:05:37 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-1dNr from file:/tmp/.os_lf_venv 10:05:38 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 10:05:42 lf-activate-venv(): INFO: Adding /tmp/venv-1dNr/bin to PATH 10:05:42 INFO: No Stack... 10:05:42 INFO: Retrieving Pricing Info for: v3-standard-4 10:05:42 INFO: Archiving Costs 10:05:42 [controller-maven-verify-master-mvn39-openjdk21] $ /bin/bash -l /tmp/jenkins9625651055107976187.sh 10:05:42 ---> logs-deploy.sh 10:05:42 Setup pyenv: 10:05:43 system 10:05:43 3.8.13 10:05:43 3.9.13 10:05:43 3.10.13 10:05:43 * 3.11.7 (set by /w/workspace/controller-maven-verify-master-mvn39-openjdk21/.python-version) 10:05:43 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-1dNr from file:/tmp/.os_lf_venv 10:05:43 lf-activate-venv(): INFO: Installing: lftools 10:05:50 lf-activate-venv(): INFO: Adding /tmp/venv-1dNr/bin to PATH 10:05:50 WARNING: Nexus logging server not set 10:05:50 INFO: S3 path logs/releng/vex-yul-odl-jenkins-1/controller-maven-verify-master-mvn39-openjdk21/446/ 10:05:50 INFO: archiving logs to S3 10:05:52 ---> uname -a: 10:05:52 Linux prd-ubuntu2004-docker-4c-4g-2170 5.4.0-190-generic #210-Ubuntu SMP Fri Jul 5 17:03:38 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux 10:05:52 10:05:52 10:05:52 ---> lscpu: 10:05:52 Architecture: x86_64 10:05:52 CPU op-mode(s): 32-bit, 64-bit 10:05:52 Byte Order: Little Endian 10:05:52 Address sizes: 40 bits physical, 48 bits virtual 10:05:52 CPU(s): 4 10:05:52 On-line CPU(s) list: 0-3 10:05:52 Thread(s) per core: 1 10:05:52 Core(s) per socket: 1 10:05:52 Socket(s): 4 10:05:52 NUMA node(s): 1 10:05:52 Vendor ID: AuthenticAMD 10:05:52 CPU family: 23 10:05:52 Model: 49 10:05:52 Model name: AMD EPYC-Rome Processor 10:05:52 Stepping: 0 10:05:52 CPU MHz: 2799.996 10:05:52 BogoMIPS: 5599.99 10:05:52 Virtualization: AMD-V 10:05:52 Hypervisor vendor: KVM 10:05:52 Virtualization type: full 10:05:52 L1d cache: 128 KiB 10:05:52 L1i cache: 128 KiB 10:05:52 L2 cache: 2 MiB 10:05:52 L3 cache: 64 MiB 10:05:52 NUMA node0 CPU(s): 0-3 10:05:52 Vulnerability Gather data sampling: Not affected 10:05:52 Vulnerability Itlb multihit: Not affected 10:05:52 Vulnerability L1tf: Not affected 10:05:52 Vulnerability Mds: Not affected 10:05:52 Vulnerability Meltdown: Not affected 10:05:52 Vulnerability Mmio stale data: Not affected 10:05:52 Vulnerability Retbleed: Vulnerable 10:05:52 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 10:05:52 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 10:05:52 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 10:05:52 Vulnerability Srbds: Not affected 10:05:52 Vulnerability Tsx async abort: Not affected 10:05:52 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 10:05:52 10:05:52 10:05:52 ---> nproc: 10:05:52 4 10:05:52 10:05:52 10:05:52 ---> df -h: 10:05:52 Filesystem Size Used Avail Use% Mounted on 10:05:52 udev 7.8G 0 7.8G 0% /dev 10:05:52 tmpfs 1.6G 1.1M 1.6G 1% /run 10:05:52 /dev/vda1 78G 9.0G 69G 12% / 10:05:52 tmpfs 7.9G 0 7.9G 0% /dev/shm 10:05:52 tmpfs 5.0M 0 5.0M 0% /run/lock 10:05:52 tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup 10:05:52 /dev/loop0 68M 68M 0 100% /snap/lxd/22753 10:05:52 /dev/loop1 62M 62M 0 100% /snap/core20/1405 10:05:52 /dev/loop2 44M 44M 0 100% /snap/snapd/15177 10:05:52 /dev/vda15 105M 6.1M 99M 6% /boot/efi 10:05:52 tmpfs 1.6G 0 1.6G 0% /run/user/1001 10:05:52 /dev/loop3 92M 92M 0 100% /snap/lxd/29619 10:05:52 10:05:52 10:05:52 ---> free -m: 10:05:52 total used free shared buff/cache available 10:05:52 Mem: 15997 647 12712 1 2636 15019 10:05:52 Swap: 1023 0 1023 10:05:52 10:05:52 10:05:52 ---> ip addr: 10:05:52 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 10:05:52 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 10:05:52 inet 127.0.0.1/8 scope host lo 10:05:52 valid_lft forever preferred_lft forever 10:05:52 inet6 ::1/128 scope host 10:05:52 valid_lft forever preferred_lft forever 10:05:52 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 10:05:52 link/ether fa:16:3e:c7:89:fa brd ff:ff:ff:ff:ff:ff 10:05:52 inet 10.30.170.156/23 brd 10.30.171.255 scope global dynamic ens3 10:05:52 valid_lft 85944sec preferred_lft 85944sec 10:05:52 inet6 fe80::f816:3eff:fec7:89fa/64 scope link 10:05:52 valid_lft forever preferred_lft forever 10:05:52 3: docker0: mtu 1458 qdisc noqueue state DOWN group default 10:05:52 link/ether 02:42:e7:6c:2f:c7 brd ff:ff:ff:ff:ff:ff 10:05:52 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 10:05:52 valid_lft forever preferred_lft forever 10:05:52 10:05:52 10:05:52 ---> sar -b -r -n DEV: 10:05:52 Linux 5.4.0-190-generic (prd-ubuntu2004-docker-4c-4g-2170) 10/28/24 _x86_64_ (4 CPU) 10:05:52 10:05:52 09:58:19 LINUX RESTART (4 CPU) 10:05:52 10:05:52 09:59:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 10:05:52 10:00:01 78.62 57.74 20.88 0.00 624.16 988.25 0.00 10:05:52 10:01:01 1.43 0.03 1.40 0.00 3.47 18.13 0.00 10:05:52 10:02:01 0.88 0.00 0.88 0.00 0.00 10.26 0.00 10:05:52 10:03:01 1.22 0.00 1.22 0.00 0.00 14.93 0.00 10:05:52 10:04:01 22.30 4.22 18.08 0.00 2591.17 3748.98 0.00 10:05:52 10:05:01 54.69 21.60 33.09 0.00 1912.61 5405.90 0.00 10:05:52 Average: 26.52 13.93 12.59 0.00 855.21 1697.69 0.00 10:05:52 10:05:52 09:59:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:05:52 10:00:01 13974752 15651532 351572 2.15 42228 1849784 1203436 6.90 515220 1657556 16 10:05:52 10:01:01 13975856 15652804 349732 2.13 42268 1849884 1203436 6.90 514284 1657648 8 10:05:52 10:02:01 13976068 15653108 349264 2.13 42300 1849892 1203436 6.90 514136 1657648 12 10:05:52 10:03:01 13976224 15653320 348896 2.13 42340 1849896 1203436 6.90 513960 1657656 8 10:05:52 10:04:01 13775432 15634908 356272 2.17 46784 2025048 1244392 7.14 643632 1712236 372 10:05:52 10:05:01 13211176 15365040 614136 3.75 63716 2292644 1405460 8.06 1027256 1871188 100852 10:05:52 Average: 13814918 15601785 394979 2.41 46606 1952858 1243933 7.14 621415 1702322 16878 10:05:52 10:05:52 09:59:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 10:05:52 10:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:05:52 10:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:05:52 10:00:01 ens3 0.80 0.45 0.52 0.40 0.00 0.00 0.00 0.00 10:05:52 10:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:05:52 10:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:05:52 10:01:01 ens3 0.50 0.13 0.03 0.01 0.00 0.00 0.00 0.00 10:05:52 10:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:05:52 10:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:05:52 10:02:01 ens3 0.13 0.00 0.01 0.00 0.00 0.00 0.00 0.00 10:05:52 10:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:05:52 10:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:05:52 10:03:01 ens3 0.42 0.13 0.02 0.01 0.00 0.00 0.00 0.00 10:05:52 10:04:01 lo 0.20 0.20 0.02 0.02 0.00 0.00 0.00 0.00 10:05:52 10:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:05:52 10:04:01 ens3 81.79 26.95 1394.20 2.13 0.00 0.00 0.00 0.00 10:05:52 10:05:01 lo 1.13 1.13 0.11 0.11 0.00 0.00 0.00 0.00 10:05:52 10:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:05:52 10:05:01 ens3 268.57 182.85 1893.39 37.30 0.00 0.00 0.00 0.00 10:05:52 Average: lo 0.29 0.29 0.03 0.03 0.00 0.00 0.00 0.00 10:05:52 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:05:52 Average: ens3 58.70 35.08 548.01 6.64 0.00 0.00 0.00 0.00 10:05:52 10:05:52 10:05:52 ---> sar -P ALL: 10:05:52 Linux 5.4.0-190-generic (prd-ubuntu2004-docker-4c-4g-2170) 10/28/24 _x86_64_ (4 CPU) 10:05:52 10:05:52 09:58:19 LINUX RESTART (4 CPU) 10:05:52 10:05:52 09:59:01 CPU %user %nice %system %iowait %steal %idle 10:05:52 10:00:01 all 0.10 11.86 7.40 0.62 0.08 79.94 10:05:52 10:00:01 0 0.08 11.97 7.95 0.44 0.10 79.46 10:05:52 10:00:01 1 0.02 11.82 7.43 0.45 0.07 80.22 10:05:52 10:00:01 2 0.00 11.94 6.61 0.49 0.07 80.90 10:05:52 10:00:01 3 0.30 11.71 7.62 1.08 0.10 79.19 10:05:52 10:01:01 all 0.03 0.00 0.02 0.01 0.02 99.92 10:05:52 10:01:01 0 0.03 0.00 0.02 0.00 0.03 99.92 10:05:52 10:01:01 1 0.03 0.00 0.02 0.02 0.02 99.92 10:05:52 10:01:01 2 0.02 0.00 0.02 0.00 0.02 99.95 10:05:52 10:01:01 3 0.02 0.00 0.02 0.03 0.02 99.92 10:05:52 10:02:01 all 0.01 0.00 0.00 0.00 0.01 99.97 10:05:52 10:02:01 0 0.00 0.00 0.02 0.00 0.03 99.95 10:05:52 10:02:01 1 0.00 0.00 0.00 0.00 0.02 99.98 10:05:52 10:02:01 2 0.02 0.00 0.00 0.00 0.00 99.98 10:05:52 10:02:01 3 0.02 0.00 0.00 0.02 0.00 99.97 10:05:52 10:03:01 all 0.17 0.00 0.03 0.00 0.02 99.78 10:05:52 10:03:01 0 0.03 0.00 0.03 0.00 0.03 99.90 10:05:52 10:03:01 1 0.02 0.00 0.03 0.00 0.02 99.93 10:05:52 10:03:01 2 0.02 0.00 0.02 0.00 0.00 99.97 10:05:52 10:03:01 3 0.62 0.00 0.02 0.02 0.02 99.33 10:05:52 10:04:01 all 2.53 0.00 0.70 0.49 0.02 96.25 10:05:52 10:04:01 0 2.77 0.00 0.73 0.42 0.03 96.05 10:05:52 10:04:01 1 3.01 0.00 0.68 0.63 0.03 95.65 10:05:52 10:04:01 2 2.09 0.00 0.55 0.05 0.02 97.30 10:05:52 10:04:01 3 2.26 0.00 0.83 0.88 0.02 96.02 10:05:52 10:05:01 all 13.89 0.00 1.34 1.55 0.05 83.17 10:05:52 10:05:01 0 17.13 0.00 1.66 0.40 0.07 80.75 10:05:52 10:05:01 1 5.58 0.00 1.17 3.30 0.07 89.89 10:05:52 10:05:01 2 11.41 0.00 1.23 0.97 0.03 86.35 10:05:52 10:05:01 3 21.47 0.00 1.30 1.52 0.05 75.66 10:05:52 Average: all 2.79 1.96 1.57 0.45 0.04 93.19 10:05:52 Average: 0 3.34 1.99 1.73 0.21 0.05 92.68 10:05:52 Average: 1 1.45 1.95 1.55 0.73 0.04 94.28 10:05:52 Average: 2 2.26 1.96 1.39 0.25 0.02 94.12 10:05:52 Average: 3 4.11 1.95 1.63 0.59 0.03 91.68 10:05:52 10:05:52 10:05:52