08:14:18 Triggered by Gerrit: https://gerrit.onap.org/r/c/sdc/+/145256 08:14:18 Running as SYSTEM 08:14:18 [EnvInject] - Loading node environment variables. 08:14:18 Building remotely on prd-ubuntu2204-docker-8c-8g-19028 (ubuntu2204-docker-8c-8g) in workspace /w/workspace/sdc-integration-tests-master-api-verify-java 08:14:18 [ssh-agent] Looking for ssh-agent implementation... 08:14:18 $ ssh-agent 08:14:18 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXU7gmGb/agent.2342 08:14:18 SSH_AGENT_PID=2344 08:14:18 [ssh-agent] Started. 08:14:18 Running ssh-add (command line suppressed) 08:14:18 Identity added: /w/workspace/sdc-integration-tests-master-api-verify-java@tmp/private_key_18434454758195470544.key (/w/workspace/sdc-integration-tests-master-api-verify-java@tmp/private_key_18434454758195470544.key) 08:14:18 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 08:14:18 The recommended git tool is: NONE 08:14:19 using credential onap-jenkins-ssh 08:14:19 Wiping out workspace first. 08:14:19 Cloning the remote Git repository 08:14:19 Cloning repository git://cloud.onap.org/mirror/sdc.git 08:14:19 > git init /w/workspace/sdc-integration-tests-master-api-verify-java # timeout=10 08:14:19 Fetching upstream changes from git://cloud.onap.org/mirror/sdc.git 08:14:19 > git --version # timeout=10 08:14:19 > git --version # 'git version 2.34.1' 08:14:19 using GIT_SSH to set credentials Gerrit user 08:14:19 Verifying host key using manually-configured host key entries 08:14:19 > git fetch --tags --force --progress -- git://cloud.onap.org/mirror/sdc.git +refs/heads/*:refs/remotes/origin/* # timeout=30 08:14:34 ERROR: Error cloning remote repo 'origin' 08:14:34 hudson.plugins.git.GitException: Command "git fetch --tags --force --progress -- git://cloud.onap.org/mirror/sdc.git +refs/heads/*:refs/remotes/origin/*" returned status code 128: 08:14:34 stdout: 08:14:34 stderr: fatal: unable to look up cloud.onap.org (port 9418) (System error) 08:14:34 08:14:34 at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2846) 08:14:34 at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2185) 08:14:34 at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:635) 08:14:34 at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:871) 08:14:34 at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:170) 08:14:34 at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161) 08:14:34 at hudson.remoting.UserRequest.perform(UserRequest.java:211) 08:14:34 at hudson.remoting.UserRequest.perform(UserRequest.java:54) 08:14:34 at hudson.remoting.Request$2.run(Request.java:377) 08:14:34 at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78) 08:14:34 at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) 08:14:34 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) 08:14:34 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) 08:14:34 at java.base/java.lang.Thread.run(Thread.java:1583) 08:14:34 Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to prd-ubuntu2204-docker-8c-8g-19028 08:14:34 at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1826) 08:14:34 at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356) 08:14:34 at hudson.remoting.Channel.call(Channel.java:1042) 08:14:34 at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:153) 08:14:34 at jdk.internal.reflect.GeneratedMethodAccessor1405.invoke(Unknown Source) 08:14:34 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 08:14:34 at java.base/java.lang.reflect.Method.invoke(Method.java:566) 08:14:34 at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:138) 08:14:34 at PluginClassLoader for git-client//com.sun.proxy.$Proxy78.execute(Unknown Source) 08:14:34 at PluginClassLoader for git//hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1220) 08:14:34 at PluginClassLoader for git//hudson.plugins.git.GitSCM._checkout(GitSCM.java:1310) 08:14:34 at PluginClassLoader for git//hudson.plugins.git.GitSCM.checkout(GitSCM.java:1277) 08:14:34 at hudson.scm.SCM.checkout(SCM.java:540) 08:14:34 at hudson.model.AbstractProject.checkout(AbstractProject.java:1247) 08:14:34 at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:649) 08:14:34 at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85) 08:14:34 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:521) 08:14:34 at hudson.model.Run.execute(Run.java:1894) 08:14:34 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44) 08:14:34 at hudson.model.ResourceController.execute(ResourceController.java:101) 08:14:34 at hudson.model.Executor.run(Executor.java:446) 08:14:34 ERROR: Error cloning remote repo 'origin' 08:14:34 $ ssh-agent -k 08:14:34 unset SSH_AUTH_SOCK; 08:14:34 unset SSH_AGENT_PID; 08:14:34 echo Agent pid 2344 killed; 08:14:34 [ssh-agent] Stopped. 08:14:35 [PostBuildScript] - [INFO] Executing post build scripts. 08:14:35 [sdc-integration-tests-master-api-verify-java] $ /bin/bash /tmp/jenkins13956157586575684595.sh 08:14:35 ---> sysstat.sh 08:14:35 [sdc-integration-tests-master-api-verify-java] $ /bin/bash /tmp/jenkins11292850307402013890.sh 08:14:35 ---> package-listing.sh 08:14:35 ++ facter osfamily 08:14:35 ++ tr '[:upper:]' '[:lower:]' 08:14:35 + OS_FAMILY=debian 08:14:35 + workspace=/w/workspace/sdc-integration-tests-master-api-verify-java 08:14:35 + START_PACKAGES=/tmp/packages_start.txt 08:14:35 + END_PACKAGES=/tmp/packages_end.txt 08:14:35 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:14:35 + PACKAGES=/tmp/packages_start.txt 08:14:35 + '[' /w/workspace/sdc-integration-tests-master-api-verify-java ']' 08:14:35 + PACKAGES=/tmp/packages_end.txt 08:14:35 + case "${OS_FAMILY}" in 08:14:35 + dpkg -l 08:14:35 + grep '^ii' 08:14:35 + '[' -f /tmp/packages_start.txt ']' 08:14:35 + '[' -f /tmp/packages_end.txt ']' 08:14:35 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:14:35 + '[' /w/workspace/sdc-integration-tests-master-api-verify-java ']' 08:14:35 + mkdir -p /w/workspace/sdc-integration-tests-master-api-verify-java/archives/ 08:14:35 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/sdc-integration-tests-master-api-verify-java/archives/ 08:14:35 [sdc-integration-tests-master-api-verify-java] $ /bin/bash /tmp/jenkins1607843472466412948.sh 08:14:35 ---> capture-instance-metadata.sh 08:14:35 Setup pyenv: 08:14:35 * system (set by /opt/pyenv/version) 08:14:35 * 3.8.20 (set by /opt/pyenv/version) 08:14:36 * 3.9.20 (set by /opt/pyenv/version) 08:14:36 3.10.15 08:14:36 3.11.10 08:14:40 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-rzdo 08:14:40 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 08:14:40 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 08:14:40 lf-activate-venv(): INFO: Attempting to install with network-safe options... 08:14:44 lf-activate-venv(): INFO: Base packages installed successfully 08:14:44 lf-activate-venv(): INFO: Installing additional packages: lftools 08:15:06 lf-activate-venv(): INFO: Adding /tmp/venv-rzdo/bin to PATH 08:15:06 INFO: Running in OpenStack, capturing instance metadata 08:15:06 [sdc-integration-tests-master-api-verify-java] $ /bin/bash /tmp/jenkins9688624516241244086.sh 08:15:06 provisioning config files... 08:15:06 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/sdc-integration-tests-master-api-verify-java@tmp/config16971653462742315963tmp 08:15:06 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 08:15:06 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 08:15:06 [EnvInject] - Injecting environment variables from a build step. 08:15:06 [EnvInject] - Injecting as environment variables the properties content 08:15:06 SERVER_ID=logs 08:15:06 08:15:06 [EnvInject] - Variables injected successfully. 08:15:06 [sdc-integration-tests-master-api-verify-java] $ /bin/bash /tmp/jenkins10890170500997657617.sh 08:15:06 ---> create-netrc.sh 08:15:07 [sdc-integration-tests-master-api-verify-java] $ /bin/bash /tmp/jenkins1485269750912817282.sh 08:15:07 ---> python-tools-install.sh 08:15:07 Setup pyenv: 08:15:07 system 08:15:07 3.8.20 08:15:07 3.9.20 08:15:07 3.10.15 08:15:07 * 3.11.10 (set by /w/workspace/sdc-integration-tests-master-api-verify-java/.python-version) 08:15:07 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-rzdo from file:/tmp/.os_lf_venv 08:15:07 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 08:15:07 lf-activate-venv(): INFO: Attempting to install with network-safe options... 08:15:08 lf-activate-venv(): INFO: Base packages installed successfully 08:15:08 lf-activate-venv(): INFO: Installing additional packages: lftools 08:15:15 lf-activate-venv(): INFO: Adding /tmp/venv-rzdo/bin to PATH 08:15:15 Generating Requirements File 08:15:38 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. 08:15:38 httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 08:15:38 Python 3.11.10 08:15:38 pip 26.1.2 from /tmp/venv-rzdo/lib/python3.11/site-packages/pip (python 3.11) 08:15:39 aiohappyeyeballs==2.6.2 08:15:39 aiohttp==3.14.1 08:15:39 aiosignal==1.4.0 08:15:39 appdirs==1.4.4 08:15:39 argcomplete==3.6.3 08:15:39 aspy.yaml==1.3.0 08:15:39 attrs==26.1.0 08:15:39 autopage==0.6.0 08:15:39 beautifulsoup4==4.15.0 08:15:39 boto3==1.43.34 08:15:39 botocore==1.43.34 08:15:39 bs4==0.0.2 08:15:39 certifi==2026.6.17 08:15:39 cffi==2.0.0 08:15:39 cfgv==3.5.0 08:15:39 chardet==7.4.3 08:15:39 charset-normalizer==3.4.7 08:15:39 click==8.4.1 08:15:39 cliff==4.14.0 08:15:39 cmd2==4.0.0 08:15:39 cryptography==3.3.2 08:15:39 debtcollector==3.1.0 08:15:39 decorator==5.3.1 08:15:39 defusedxml==0.7.1 08:15:39 Deprecated==1.3.1 08:15:39 distlib==0.4.3 08:15:39 dnspython==2.8.0 08:15:39 docker==7.1.0 08:15:39 dogpile.cache==1.5.0 08:15:39 durationpy==0.10 08:15:39 email-validator==2.3.0 08:15:39 filelock==3.29.4 08:15:39 frozenlist==1.8.0 08:15:39 future==1.0.0 08:15:39 gitdb==4.0.12 08:15:39 GitPython==3.1.50 08:15:39 httplib2==0.30.2 08:15:39 identify==2.6.19 08:15:39 idna==3.18 08:15:39 importlib-resources==1.5.0 08:15:39 iso8601==2.1.0 08:15:39 Jinja2==3.1.6 08:15:39 jmespath==1.1.0 08:15:39 jsonpatch==1.33 08:15:39 jsonpointer==3.1.1 08:15:39 jsonschema==4.26.0 08:15:39 jsonschema-specifications==2025.9.1 08:15:39 keystoneauth1==5.14.0 08:15:39 kubernetes==36.0.2 08:15:39 lftools==0.37.22 08:15:39 lxml==6.1.1 08:15:39 markdown-it-py==4.2.0 08:15:39 MarkupSafe==3.0.3 08:15:39 mdurl==0.1.2 08:15:39 msgpack==1.2.1 08:15:39 multi_key_dict==2.0.3 08:15:39 multidict==6.7.1 08:15:39 munch==4.0.0 08:15:39 netaddr==1.3.0 08:15:39 niet==1.4.2 08:15:39 nodeenv==1.10.0 08:15:39 oauth2client==4.1.3 08:15:39 oauthlib==3.3.1 08:15:39 openstacksdk==4.16.0 08:15:39 os-service-types==1.8.2 08:15:39 osc-lib==4.6.0 08:15:39 oslo.config==10.5.0 08:15:39 oslo.context==6.4.0 08:15:39 oslo.i18n==6.8.0 08:15:39 oslo.log==8.2.0 08:15:39 oslo.serialization==5.10.0 08:15:39 oslo.utils==10.1.1 08:15:39 packaging==26.2 08:15:39 pbr==7.0.3 08:15:39 platformdirs==4.10.0 08:15:39 prettytable==3.17.0 08:15:39 prompt_toolkit==3.0.52 08:15:39 propcache==0.5.2 08:15:39 psutil==7.2.2 08:15:39 pyasn1==0.6.3 08:15:39 pyasn1_modules==0.4.2 08:15:39 pycparser==3.0 08:15:39 pygerrit2==2.0.15 08:15:39 PyGithub==2.9.1 08:15:39 Pygments==2.20.0 08:15:39 PyJWT==2.13.0 08:15:39 PyNaCl==1.6.2 08:15:39 pyparsing==2.4.7 08:15:39 pyperclip==1.11.0 08:15:39 pyrsistent==0.20.0 08:15:39 python-cinderclient==9.9.0 08:15:39 python-dateutil==2.9.0.post0 08:15:39 python-discovery==1.4.2 08:15:39 python-heatclient==5.2.0 08:15:39 python-jenkins==1.8.3 08:15:39 python-keystoneclient==5.8.0 08:15:39 python-magnumclient==4.10.0 08:15:39 python-openstackclient==10.1.0 08:15:39 python-swiftclient==4.10.0 08:15:39 PyYAML==6.0.3 08:15:39 referencing==0.37.0 08:15:39 requests==2.34.2 08:15:39 requests-oauthlib==2.0.0 08:15:39 rfc3986==2.0.0 08:15:39 rich==15.0.0 08:15:39 rich-argparse==1.8.0 08:15:39 rpds-py==2026.5.1 08:15:39 rsa==4.9.1 08:15:39 ruamel.yaml==0.19.1 08:15:39 ruamel.yaml.clib==0.2.15 08:15:39 s3transfer==0.19.0 08:15:39 simplejson==4.1.1 08:15:39 six==1.17.0 08:15:39 smmap==5.0.3 08:15:39 soupsieve==2.8.4 08:15:39 stevedore==5.8.0 08:15:39 tabulate==0.10.0 08:15:39 toml==0.10.2 08:15:39 tomlkit==0.15.0 08:15:39 tqdm==4.68.3 08:15:39 typing_extensions==4.15.0 08:15:39 urllib3==1.26.20 08:15:39 virtualenv==21.5.1 08:15:39 wcwidth==0.8.1 08:15:39 websocket-client==1.9.0 08:15:39 wrapt==2.2.2 08:15:39 xdg==6.0.0 08:15:39 xmltodict==1.0.4 08:15:39 yarl==1.24.2 08:15:39 yq==3.4.3 08:15:39 [sdc-integration-tests-master-api-verify-java] $ /bin/sh /tmp/jenkins1145709700611298902.sh 08:15:39 ---> uv-install.sh 08:15:39 Installing uv/uvx (latest) using shell installer 08:15:39 2026-06-22 08:15:39 URL:https://releases.astral.sh/installers/uv/latest/uv-installer.sh [71233/71233] -> "/tmp/uv-install-OW53mI.sh" [1] 08:15:39 downloading uv 0.11.23 x86_64-unknown-linux-gnu 08:15:40 installing to /home/jenkins/.local/bin 08:15:40 uv 08:15:40 uvx 08:15:40 everything's installed! 08:15:40 08:15:40 To add $HOME/.local/bin to your PATH, either restart your shell or run: 08:15:40 08:15:40 source $HOME/.local/bin/env (sh, bash, zsh) 08:15:40 source $HOME/.local/bin/env.fish (fish) 08:15:40 Adding install location to PATH 08:15:40 ---> Validating uv/uvx install 08:15:40 uvx 0.11.23 (x86_64-unknown-linux-gnu) 08:15:40 [sdc-integration-tests-master-api-verify-java] $ /bin/bash /tmp/jenkins1788207502429840233.sh 08:15:40 ---> sudo-logs.sh 08:15:40 Archiving 'sudo' log.. 08:15:40 [sdc-integration-tests-master-api-verify-java] $ /bin/bash /tmp/jenkins5676752490432505449.sh 08:15:40 ---> job-cost.sh 08:15:40 INFO: Activating Python virtual environment... 08:15:40 Setup pyenv: 08:15:41 system 08:15:41 3.8.20 08:15:41 3.9.20 08:15:41 3.10.15 08:15:41 * 3.11.10 (set by /w/workspace/sdc-integration-tests-master-api-verify-java/.python-version) 08:15:41 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-rzdo from file:/tmp/.os_lf_venv 08:15:41 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 08:15:41 lf-activate-venv(): INFO: Attempting to install with network-safe options... 08:15:42 lf-activate-venv(): INFO: Base packages installed successfully 08:15:42 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 08:15:47 lf-activate-venv(): INFO: Adding /tmp/venv-rzdo/bin to PATH 08:15:47 INFO: No stack-cost file found 08:15:47 INFO: Instance uptime: 7755s 08:15:47 INFO: Fetching instance metadata (attempt 1 of 3)... 08:15:47 DEBUG: URL: http://169.254.169.254/latest/meta-data/instance-type 08:15:47 INFO: Successfully fetched instance metadata 08:15:47 INFO: Instance type: v3-standard-8 08:15:47 INFO: Retrieving pricing info for: v3-standard-8 08:15:47 INFO: Fetching Vexxhost pricing API (attempt 1 of 3)... 08:15:47 DEBUG: URL: https://pricing.vexxhost.net/v1/pricing/v3-standard-8/cost?seconds=7755 08:15:48 INFO: Successfully fetched Vexxhost pricing API 08:15:48 INFO: Retrieved cost: 0.66 08:15:48 INFO: Retrieved resource: v3-standard-8 08:15:48 INFO: Creating archive directory: /w/workspace/sdc-integration-tests-master-api-verify-java/archives/cost 08:15:48 INFO: Archiving costs to: /w/workspace/sdc-integration-tests-master-api-verify-java/archives/cost.csv 08:15:48 INFO: Successfully archived job cost data 08:15:48 DEBUG: Cost data: sdc-integration-tests-master-api-verify-java,1190,2026-06-22 08:15:48,v3-standard-8,7755,0.66,0.00,FAILURE 08:15:48 [sdc-integration-tests-master-api-verify-java] $ /bin/bash -l /tmp/jenkins70102351330343019.sh 08:15:48 ---> logs-deploy.sh 08:15:48 Setup pyenv: 08:15:48 system 08:15:48 3.8.20 08:15:48 3.9.20 08:15:48 3.10.15 08:15:48 * 3.11.10 (set by /w/workspace/sdc-integration-tests-master-api-verify-java/.python-version) 08:15:48 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-rzdo from file:/tmp/.os_lf_venv 08:15:48 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 08:15:48 lf-activate-venv(): INFO: Attempting to install with network-safe options... 08:15:50 lf-activate-venv(): INFO: Base packages installed successfully 08:15:50 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 08:15:57 lf-activate-venv(): INFO: Adding /tmp/venv-rzdo/bin to PATH 08:15:57 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/sdc-integration-tests-master-api-verify-java/1190 08:15:57 INFO: archiving workspace using pattern(s): -p **/*.log -p **/hs_err_*.log -p **/target/**/feature.xml -p **/target/failsafe-reports/failsafe-summary.xml -p integration-tests/target/ExtentReport/API/*.html -p **/target/surefire-reports/*-output.txt 08:15:58 Archives upload complete. 08:15:58 INFO: archiving logs to Nexus 08:15:59 ---> uname -a: 08:15:59 Linux prd-ubuntu2204-docker-8c-8g-19028 5.15.0-179-generic #189-Ubuntu SMP Tue May 5 18:20:56 UTC 2026 x86_64 x86_64 x86_64 GNU/Linux 08:15:59 08:15:59 08:15:59 ---> lscpu: 08:15:59 Architecture: x86_64 08:15:59 CPU op-mode(s): 32-bit, 64-bit 08:15:59 Address sizes: 40 bits physical, 48 bits virtual 08:15:59 Byte Order: Little Endian 08:15:59 CPU(s): 8 08:15:59 On-line CPU(s) list: 0-7 08:15:59 Vendor ID: AuthenticAMD 08:15:59 Model name: AMD EPYC-Rome Processor 08:15:59 CPU family: 23 08:15:59 Model: 49 08:15:59 Thread(s) per core: 1 08:15:59 Core(s) per socket: 1 08:15:59 Socket(s): 8 08:15:59 Stepping: 0 08:15:59 BogoMIPS: 5599.99 08:15:59 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 08:15:59 Virtualization: AMD-V 08:15:59 Hypervisor vendor: KVM 08:15:59 Virtualization type: full 08:15:59 L1d cache: 256 KiB (8 instances) 08:15:59 L1i cache: 256 KiB (8 instances) 08:15:59 L2 cache: 4 MiB (8 instances) 08:15:59 L3 cache: 128 MiB (8 instances) 08:15:59 NUMA node(s): 1 08:15:59 NUMA node0 CPU(s): 0-7 08:15:59 Vulnerability Gather data sampling: Not affected 08:15:59 Vulnerability Indirect target selection: Not affected 08:15:59 Vulnerability Itlb multihit: Not affected 08:15:59 Vulnerability L1tf: Not affected 08:15:59 Vulnerability Mds: Not affected 08:15:59 Vulnerability Meltdown: Not affected 08:15:59 Vulnerability Mmio stale data: Not affected 08:15:59 Vulnerability Reg file data sampling: Not affected 08:15:59 Vulnerability Retbleed: Mitigation; untrained return thunk; SMT disabled 08:15:59 Vulnerability Spec rstack overflow: Mitigation; SMT disabled 08:15:59 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:15:59 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 08:15:59 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 08:15:59 Vulnerability Srbds: Not affected 08:15:59 Vulnerability Tsa: Not affected 08:15:59 Vulnerability Tsx async abort: Not affected 08:15:59 Vulnerability Vmscape: Not affected 08:15:59 08:15:59 08:15:59 ---> nproc: 08:15:59 8 08:15:59 08:15:59 08:15:59 ---> df -h: 08:15:59 Filesystem Size Used Avail Use% Mounted on 08:15:59 tmpfs 3.2G 1.1M 3.2G 1% /run 08:15:59 /dev/vda1 155G 9.9G 145G 7% / 08:15:59 tmpfs 16G 0 16G 0% /dev/shm 08:15:59 tmpfs 5.0M 0 5.0M 0% /run/lock 08:15:59 /dev/vda15 105M 6.1M 99M 6% /boot/efi 08:15:59 tmpfs 3.2G 4.0K 3.2G 1% /run/user/1001 08:15:59 08:15:59 08:15:59 ---> free -m: 08:15:59 total used free shared buff/cache available 08:15:59 Mem: 32092 735 28717 4 2638 30917 08:15:59 Swap: 1023 0 1023 08:15:59 08:15:59 08:15:59 ---> ip addr: 08:15:59 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 08:15:59 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 08:15:59 inet 127.0.0.1/8 scope host lo 08:15:59 valid_lft forever preferred_lft forever 08:15:59 inet6 ::1/128 scope host 08:15:59 valid_lft forever preferred_lft forever 08:15:59 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 08:15:59 link/ether fa:16:3e:e2:2a:92 brd ff:ff:ff:ff:ff:ff 08:15:59 altname enp0s3 08:15:59 inet 10.30.107.27/23 metric 100 brd 10.30.107.255 scope global dynamic ens3 08:15:59 valid_lft 78653sec preferred_lft 78653sec 08:15:59 inet6 fe80::f816:3eff:fee2:2a92/64 scope link 08:15:59 valid_lft forever preferred_lft forever 08:15:59 3: docker0: mtu 1458 qdisc noqueue state DOWN group default 08:15:59 link/ether 9e:54:48:9c:61:20 brd ff:ff:ff:ff:ff:ff 08:15:59 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 08:15:59 valid_lft forever preferred_lft forever 08:15:59 08:15:59 08:15:59 ---> sar -b -r -n DEV: 08:15:59 Linux 5.15.0-179-generic (prd-ubuntu2204-docker-8c-8g-19028) 06/22/26 _x86_64_ (8 CPU) 08:15:59 08:15:59 06:06:55 LINUX RESTART (8 CPU) 08:15:59 08:15:59 06:10:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 08:15:59 06:20:10 7.06 5.24 1.79 0.02 1128.55 476.78 661.01 08:15:59 06:30:10 2.09 0.79 1.28 0.02 21.93 17.19 12.25 08:15:59 06:40:01 1.31 0.03 1.29 0.00 1.05 29.94 0.00 08:15:59 06:50:03 1.19 0.06 1.13 0.00 4.56 38.67 0.00 08:15:59 07:00:10 1.17 0.00 1.16 0.00 0.05 20.24 0.00 08:15:59 07:10:01 1.07 0.00 1.07 0.00 0.00 12.93 0.11 08:15:59 07:20:10 1.29 0.00 1.29 0.00 0.03 15.20 0.00 08:15:59 07:30:10 0.91 0.00 0.91 0.00 0.00 11.01 0.00 08:15:59 07:40:01 0.90 0.00 0.90 0.00 0.00 10.69 0.00 08:15:59 07:50:10 14.94 0.00 1.05 13.89 0.14 12.57 501581.02 08:15:59 08:00:10 0.93 0.00 0.93 0.00 0.00 11.44 0.00 08:15:59 08:10:01 0.97 0.00 0.97 0.00 0.00 11.26 0.00 08:15:59 Average: 2.84 0.52 1.15 1.18 97.70 56.21 42455.57 08:15:59 08:15:59 06:10:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:15:59 06:20:10 30501280 32105644 283636 0.86 59392 1884412 860568 2.54 176484 1918100 36 08:15:59 06:30:10 30472908 32084848 304288 0.93 60440 1890816 1489956 4.39 179136 1960228 188 08:15:59 06:40:01 30438788 32056548 332180 1.01 61020 1895940 1500772 4.43 179792 1996912 632 08:15:59 06:50:03 30397124 32023632 364924 1.11 61484 1904148 1503104 4.43 180284 2028320 20 08:15:59 07:00:10 30359944 31988756 399800 1.22 61896 1905992 1503440 4.43 181316 2060404 364 08:15:59 07:10:01 30480892 32110228 278088 0.85 62256 1906116 859240 2.53 182508 1935620 260 08:15:59 07:20:10 30478648 32108216 280236 0.85 62448 1906124 831120 2.45 183028 1928396 188 08:15:59 07:30:10 30476640 32106484 281888 0.86 62600 1906248 831120 2.45 183164 1928428 176 08:15:59 07:40:01 30475384 32105436 283116 0.86 62768 1906268 831120 2.45 183356 1928580 176 08:15:59 07:50:10 30464824 32104772 283632 0.86 63128 1915796 831120 2.45 193472 1928248 164 08:15:59 08:00:10 30463328 32103640 284824 0.87 63312 1915940 831120 2.45 193684 1928396 48 08:15:59 08:10:01 30461848 32102352 286140 0.87 63488 1915952 831120 2.45 193864 1928396 292 08:15:59 Average: 30455967 32083380 305229 0.93 62019 1904479 1058650 3.12 184174 1955836 212 08:15:59 08:15:59 06:10:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:15:59 06:20:10 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 08:15:59 06:20:10 ens3 1.17 0.63 2.06 0.08 0.00 0.00 0.00 0.00 08:15:59 06:20:10 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:15:59 06:30:10 lo 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:15:59 06:30:10 ens3 0.44 0.19 0.39 0.02 0.00 0.00 0.00 0.00 08:15:59 06:30:10 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:15:59 06:40:01 lo 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:15:59 06:40:01 ens3 2.84 2.14 8.96 0.46 0.00 0.00 0.00 0.00 08:15:59 06:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:15:59 06:50:03 lo 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:15:59 06:50:03 ens3 2.56 2.16 12.14 0.50 0.00 0.00 0.00 0.00 08:15:59 06:50:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:15:59 07:00:10 lo 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:15:59 07:00:10 ens3 1.08 0.82 3.38 0.19 0.00 0.00 0.00 0.00 08:15:59 07:00:10 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:15:59 07:10:01 lo 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:15:59 07:10:01 ens3 0.31 0.12 0.13 0.01 0.00 0.00 0.00 0.00 08:15:59 07:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:15:59 07:20:10 lo 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:15:59 07:20:10 ens3 0.36 0.05 0.04 0.00 0.00 0.00 0.00 0.00 08:15:59 07:20:10 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:15:59 07:30:10 lo 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:15:59 07:30:10 ens3 0.29 0.05 0.03 0.00 0.00 0.00 0.00 0.00 08:15:59 07:30:10 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:15:59 07:40:01 lo 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:15:59 07:40:01 ens3 0.23 0.05 0.02 0.00 0.00 0.00 0.00 0.00 08:15:59 07:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:15:59 07:50:10 lo 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:15:59 07:50:10 ens3 0.25 0.05 0.02 0.00 0.00 0.00 0.00 0.00 08:15:59 07:50:10 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:15:59 08:00:10 lo 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:15:59 08:00:10 ens3 0.24 0.05 0.02 0.00 0.00 0.00 0.00 0.00 08:15:59 08:00:10 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:15:59 08:10:01 lo 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:15:59 08:10:01 ens3 0.27 0.05 0.02 0.00 0.00 0.00 0.00 0.00 08:15:59 08:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:15:59 Average: lo 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:15:59 Average: ens3 0.84 0.53 2.26 0.11 0.00 0.00 0.00 0.00 08:15:59 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:15:59 08:15:59 08:15:59 ---> sar -P ALL: 08:15:59 Linux 5.15.0-179-generic (prd-ubuntu2204-docker-8c-8g-19028) 06/22/26 _x86_64_ (8 CPU) 08:15:59 08:15:59 06:06:55 LINUX RESTART (8 CPU) 08:15:59 08:15:59 06:10:01 CPU %user %nice %system %iowait %steal %idle 08:15:59 06:20:10 all 0.06 0.00 0.03 0.04 0.00 99.86 08:15:59 06:20:10 0 0.02 0.00 0.01 0.00 0.00 99.96 08:15:59 06:20:10 1 0.03 0.00 0.02 0.05 0.01 99.89 08:15:59 06:20:10 2 0.30 0.00 0.07 0.12 0.00 99.50 08:15:59 06:20:10 3 0.03 0.00 0.02 0.03 0.00 99.91 08:15:59 06:20:10 4 0.06 0.00 0.03 0.03 0.01 99.88 08:15:59 06:20:10 5 0.03 0.00 0.02 0.08 0.01 99.86 08:15:59 06:20:10 6 0.01 0.00 0.01 0.00 0.00 99.97 08:15:59 06:20:10 7 0.01 0.00 0.03 0.01 0.00 99.94 08:15:59 06:30:10 all 0.05 0.00 0.01 0.01 0.01 99.92 08:15:59 06:30:10 0 0.02 0.00 0.01 0.00 0.00 99.97 08:15:59 06:30:10 1 0.04 0.00 0.02 0.01 0.02 99.91 08:15:59 06:30:10 2 0.03 0.00 0.02 0.00 0.01 99.95 08:15:59 06:30:10 3 0.04 0.00 0.01 0.02 0.00 99.93 08:15:59 06:30:10 4 0.25 0.00 0.01 0.00 0.01 99.72 08:15:59 06:30:10 5 0.01 0.00 0.01 0.03 0.01 99.95 08:15:59 06:30:10 6 0.05 0.00 0.01 0.00 0.01 99.93 08:15:59 06:30:10 7 0.01 0.00 0.01 0.00 0.01 99.98 08:15:59 06:40:01 all 0.04 0.00 0.02 0.17 0.01 99.77 08:15:59 06:40:01 0 0.05 0.00 0.02 0.00 0.01 99.93 08:15:59 06:40:01 1 0.02 0.00 0.01 0.03 0.01 99.93 08:15:59 06:40:01 2 0.03 0.00 0.01 0.00 0.01 99.95 08:15:59 06:40:01 3 0.05 0.00 0.03 0.00 0.01 99.92 08:15:59 06:40:01 4 0.04 0.00 0.01 0.02 0.01 99.92 08:15:59 06:40:01 5 0.01 0.00 0.02 1.24 0.01 98.73 08:15:59 06:40:01 6 0.09 0.00 0.03 0.02 0.02 99.84 08:15:59 06:40:01 7 0.02 0.00 0.02 0.00 0.01 99.96 08:15:59 06:50:03 all 0.05 0.00 0.01 0.01 0.01 99.92 08:15:59 06:50:03 0 0.02 0.00 0.01 0.00 0.00 99.97 08:15:59 06:50:03 1 0.02 0.00 0.02 0.02 0.01 99.93 08:15:59 06:50:03 2 0.02 0.00 0.01 0.00 0.00 99.96 08:15:59 06:50:03 3 0.13 0.00 0.02 0.00 0.01 99.84 08:15:59 06:50:03 4 0.08 0.00 0.01 0.00 0.01 99.89 08:15:59 06:50:03 5 0.01 0.00 0.00 0.01 0.00 99.96 08:15:59 06:50:03 6 0.04 0.00 0.03 0.00 0.02 99.91 08:15:59 06:50:03 7 0.10 0.00 0.02 0.00 0.01 99.87 08:15:59 07:00:10 all 0.04 0.00 0.01 0.00 0.01 99.94 08:15:59 07:00:10 0 0.01 0.00 0.01 0.00 0.00 99.98 08:15:59 07:00:10 1 0.04 0.00 0.03 0.03 0.02 99.89 08:15:59 07:00:10 2 0.00 0.00 0.00 0.00 0.00 99.99 08:15:59 07:00:10 3 0.17 0.00 0.01 0.00 0.01 99.81 08:15:59 07:00:10 4 0.02 0.00 0.02 0.00 0.01 99.95 08:15:59 07:00:10 5 0.00 0.00 0.01 0.00 0.00 99.98 08:15:59 07:00:10 6 0.02 0.00 0.01 0.00 0.01 99.96 08:15:59 07:00:10 7 0.03 0.00 0.02 0.00 0.01 99.94 08:15:59 07:10:01 all 0.04 0.00 0.01 0.00 0.01 99.94 08:15:59 07:10:01 0 0.16 0.00 0.02 0.00 0.01 99.81 08:15:59 07:10:01 1 0.01 0.00 0.02 0.02 0.01 99.93 08:15:59 07:10:01 2 0.01 0.00 0.01 0.00 0.00 99.98 08:15:59 07:10:01 3 0.05 0.00 0.01 0.00 0.01 99.94 08:15:59 07:10:01 4 0.01 0.00 0.01 0.00 0.01 99.96 08:15:59 07:10:01 5 0.01 0.00 0.01 0.00 0.01 99.97 08:15:59 07:10:01 6 0.03 0.00 0.02 0.00 0.02 99.93 08:15:59 07:10:01 7 0.01 0.00 0.01 0.00 0.00 99.98 08:15:59 07:20:10 all 0.01 0.00 0.01 0.00 0.01 99.97 08:15:59 07:20:10 0 0.01 0.00 0.01 0.00 0.00 99.97 08:15:59 07:20:10 1 0.01 0.00 0.01 0.02 0.01 99.95 08:15:59 07:20:10 2 0.00 0.00 0.01 0.00 0.00 99.98 08:15:59 07:20:10 3 0.01 0.00 0.01 0.00 0.01 99.97 08:15:59 07:20:10 4 0.01 0.00 0.01 0.00 0.01 99.97 08:15:59 07:20:10 5 0.01 0.00 0.01 0.00 0.00 99.98 08:15:59 07:20:10 6 0.01 0.00 0.00 0.00 0.00 99.99 08:15:59 07:20:10 7 0.01 0.00 0.01 0.00 0.00 99.97 08:15:59 07:30:10 all 0.01 0.00 0.01 0.00 0.01 99.98 08:15:59 07:30:10 0 0.00 0.00 0.00 0.00 0.00 99.99 08:15:59 07:30:10 1 0.02 0.00 0.01 0.01 0.01 99.96 08:15:59 07:30:10 2 0.00 0.00 0.00 0.00 0.00 99.99 08:15:59 07:30:10 3 0.01 0.00 0.01 0.00 0.00 99.99 08:15:59 07:30:10 4 0.00 0.00 0.01 0.01 0.01 99.97 08:15:59 07:30:10 5 0.01 0.00 0.01 0.00 0.01 99.98 08:15:59 07:30:10 6 0.01 0.00 0.01 0.00 0.01 99.98 08:15:59 07:30:10 7 0.02 0.00 0.02 0.00 0.01 99.95 08:15:59 07:40:01 all 0.01 0.00 0.01 0.00 0.00 99.98 08:15:59 07:40:01 0 0.00 0.00 0.00 0.00 0.00 99.99 08:15:59 07:40:01 1 0.00 0.00 0.01 0.01 0.01 99.97 08:15:59 07:40:01 2 0.01 0.00 0.01 0.00 0.00 99.98 08:15:59 07:40:01 3 0.01 0.00 0.01 0.00 0.01 99.97 08:15:59 07:40:01 4 0.01 0.00 0.01 0.00 0.01 99.97 08:15:59 07:40:01 5 0.01 0.00 0.00 0.00 0.00 99.98 08:15:59 07:40:01 6 0.01 0.00 0.01 0.00 0.00 99.98 08:15:59 07:40:01 7 0.02 0.00 0.02 0.00 0.01 99.96 08:15:59 07:50:10 all 0.01 0.00 0.01 0.02 0.01 99.95 08:15:59 07:50:10 0 0.00 0.00 0.00 0.00 0.00 99.99 08:15:59 07:50:10 1 0.00 0.00 0.00 0.01 0.00 99.98 08:15:59 07:50:10 2 0.01 0.00 0.02 0.00 0.01 99.96 08:15:59 07:50:10 3 0.01 0.00 0.03 0.15 0.00 99.81 08:15:59 07:50:10 4 0.01 0.00 0.00 0.00 0.01 99.98 08:15:59 07:50:10 5 0.00 0.00 0.00 0.00 0.00 99.99 08:15:59 07:50:10 6 0.01 0.00 0.01 0.00 0.01 99.98 08:15:59 07:50:10 7 0.01 0.00 0.02 0.00 0.01 99.96 08:15:59 08:00:10 all 0.01 0.00 0.01 0.00 0.01 99.98 08:15:59 08:00:10 0 0.00 0.00 0.00 0.00 0.00 99.99 08:15:59 08:00:10 1 0.01 0.00 0.01 0.02 0.01 99.96 08:15:59 08:00:10 2 0.02 0.00 0.02 0.00 0.01 99.96 08:15:59 08:00:10 3 0.01 0.00 0.01 0.00 0.01 99.98 08:15:59 08:00:10 4 0.00 0.00 0.01 0.01 0.01 99.97 08:15:59 08:00:10 5 0.01 0.00 0.00 0.00 0.00 99.99 08:15:59 08:00:10 6 0.00 0.00 0.00 0.00 0.00 100.00 08:15:59 08:00:10 7 0.01 0.00 0.01 0.00 0.01 99.97 08:15:59 08:15:59 08:00:10 CPU %user %nice %system %iowait %steal %idle 08:15:59 08:10:01 all 0.01 0.00 0.01 0.00 0.01 99.98 08:15:59 08:10:01 0 0.01 0.00 0.00 0.00 0.00 99.99 08:15:59 08:10:01 1 0.00 0.00 0.01 0.02 0.01 99.96 08:15:59 08:10:01 2 0.01 0.00 0.01 0.00 0.00 99.98 08:15:59 08:10:01 3 0.01 0.00 0.01 0.00 0.01 99.97 08:15:59 08:10:01 4 0.01 0.00 0.01 0.00 0.01 99.97 08:15:59 08:10:01 5 0.01 0.00 0.01 0.00 0.01 99.98 08:15:59 08:10:01 6 0.00 0.00 0.00 0.00 0.00 99.99 08:15:59 08:10:01 7 0.02 0.00 0.02 0.00 0.01 99.96 08:15:59 Average: all 0.03 0.00 0.01 0.02 0.01 99.93 08:15:59 Average: 0 0.02 0.00 0.01 0.00 0.00 99.96 08:15:59 Average: 1 0.02 0.00 0.01 0.02 0.01 99.94 08:15:59 Average: 2 0.04 0.00 0.02 0.01 0.01 99.93 08:15:59 Average: 3 0.04 0.00 0.01 0.02 0.01 99.92 08:15:59 Average: 4 0.04 0.00 0.01 0.01 0.01 99.93 08:15:59 Average: 5 0.01 0.00 0.01 0.11 0.00 99.86 08:15:59 Average: 6 0.02 0.00 0.01 0.00 0.01 99.95 08:15:59 Average: 7 0.02 0.00 0.02 0.00 0.01 99.95 08:15:59 08:15:59 08:15:59