06:43:47 Triggered by Gerrit: https://gerrit.onap.org/r/c/sdc/+/143601 06:43:47 Running as SYSTEM 06:43:47 [EnvInject] - Loading node environment variables. 06:43:47 Building remotely on prd-ubuntu2204-docker-8c-8g-1575 (ubuntu2204-docker-8c-8g) in workspace /w/workspace/sdc-integration-tests-master-api-verify-java 06:43:47 [ssh-agent] Looking for ssh-agent implementation... 06:43:47 $ ssh-agent 06:43:47 SSH_AUTH_SOCK=/tmp/ssh-XXXXXX1WYAKl/agent.1569 06:43:47 SSH_AGENT_PID=1571 06:43:47 [ssh-agent] Started. 06:43:47 Running ssh-add (command line suppressed) 06:43:47 Identity added: /w/workspace/sdc-integration-tests-master-api-verify-java@tmp/private_key_12984529970243635245.key (/w/workspace/sdc-integration-tests-master-api-verify-java@tmp/private_key_12984529970243635245.key) 06:43:47 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 06:43:47 The recommended git tool is: NONE 06:43:49 using credential onap-jenkins-ssh 06:43:49 Wiping out workspace first. 06:43:49 Cloning the remote Git repository 06:43:49 Cloning repository git://cloud.onap.org/mirror/sdc.git 06:43:49 > git init /w/workspace/sdc-integration-tests-master-api-verify-java # timeout=10 06:43:49 Fetching upstream changes from git://cloud.onap.org/mirror/sdc.git 06:43:49 > git --version # timeout=10 06:43:49 > git --version # 'git version 2.34.1' 06:43:49 using GIT_SSH to set credentials Gerrit user 06:43:49 Verifying host key using manually-configured host key entries 06:43:49 > git fetch --tags --force --progress -- git://cloud.onap.org/mirror/sdc.git +refs/heads/*:refs/remotes/origin/* # timeout=30 06:43:59 > git config remote.origin.url git://cloud.onap.org/mirror/sdc.git # timeout=10 06:43:59 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:43:59 > git config remote.origin.url git://cloud.onap.org/mirror/sdc.git # timeout=10 06:43:59 Fetching upstream changes from git://cloud.onap.org/mirror/sdc.git 06:43:59 using GIT_SSH to set credentials Gerrit user 06:43:59 Verifying host key using manually-configured host key entries 06:43:59 > git fetch --tags --force --progress -- git://cloud.onap.org/mirror/sdc.git refs/changes/01/143601/3 # timeout=30 06:44:00 ERROR: Error fetching remote repo 'origin' 06:44:00 hudson.plugins.git.GitException: Failed to fetch from git://cloud.onap.org/mirror/sdc.git 06:44:00 at PluginClassLoader for git//hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:997) 06:44:00 at PluginClassLoader for git//hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1239) 06:44:00 at PluginClassLoader for git//hudson.plugins.git.GitSCM._checkout(GitSCM.java:1310) 06:44:00 at PluginClassLoader for git//hudson.plugins.git.GitSCM.checkout(GitSCM.java:1277) 06:44:00 at hudson.scm.SCM.checkout(SCM.java:540) 06:44:00 at hudson.model.AbstractProject.checkout(AbstractProject.java:1247) 06:44:00 at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:649) 06:44:00 at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85) 06:44:00 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:521) 06:44:00 at hudson.model.Run.execute(Run.java:1894) 06:44:00 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44) 06:44:00 at hudson.model.ResourceController.execute(ResourceController.java:101) 06:44:00 at hudson.model.Executor.run(Executor.java:446) 06:44:00 Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --force --progress -- git://cloud.onap.org/mirror/sdc.git refs/changes/01/143601/3" returned status code 128: 06:44:00 stdout: 06:44:00 stderr: fatal: couldn't find remote ref refs/changes/01/143601/3 06:44:00 06:44:00 at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2846) 06:44:00 at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2185) 06:44:00 at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:635) 06:44:00 at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:170) 06:44:00 at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161) 06:44:00 at hudson.remoting.UserRequest.perform(UserRequest.java:211) 06:44:00 at hudson.remoting.UserRequest.perform(UserRequest.java:54) 06:44:00 at hudson.remoting.Request$2.run(Request.java:377) 06:44:00 at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78) 06:44:00 at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) 06:44:00 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) 06:44:00 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) 06:44:00 at java.base/java.lang.Thread.run(Thread.java:1583) 06:44:00 Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to prd-ubuntu2204-docker-8c-8g-1575 06:44:00 at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1826) 06:44:00 at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356) 06:44:00 at hudson.remoting.Channel.call(Channel.java:1042) 06:44:00 at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:153) 06:44:00 at jdk.internal.reflect.GeneratedMethodAccessor544.invoke(Unknown Source) 06:44:00 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 06:44:00 at java.base/java.lang.reflect.Method.invoke(Method.java:566) 06:44:00 at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:138) 06:44:00 at PluginClassLoader for git-client//com.sun.proxy.$Proxy186.execute(Unknown Source) 06:44:00 at PluginClassLoader for git//hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:995) 06:44:00 at PluginClassLoader for git//hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1239) 06:44:00 at PluginClassLoader for git//hudson.plugins.git.GitSCM._checkout(GitSCM.java:1310) 06:44:00 at PluginClassLoader for git//hudson.plugins.git.GitSCM.checkout(GitSCM.java:1277) 06:44:00 at hudson.scm.SCM.checkout(SCM.java:540) 06:44:00 at hudson.model.AbstractProject.checkout(AbstractProject.java:1247) 06:44:00 at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:649) 06:44:00 at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85) 06:44:00 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:521) 06:44:00 at hudson.model.Run.execute(Run.java:1894) 06:44:00 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44) 06:44:00 at hudson.model.ResourceController.execute(ResourceController.java:101) 06:44:00 at hudson.model.Executor.run(Executor.java:446) 06:44:00 ERROR: Error fetching remote repo 'origin' 06:44:00 $ ssh-agent -k 06:44:00 unset SSH_AUTH_SOCK; 06:44:00 unset SSH_AGENT_PID; 06:44:00 echo Agent pid 1571 killed; 06:44:00 [ssh-agent] Stopped. 06:44:00 [PostBuildScript] - [INFO] Executing post build scripts. 06:44:00 [sdc-integration-tests-master-api-verify-java] $ /bin/bash /tmp/jenkins13702860403817590713.sh 06:44:00 ---> sysstat.sh 06:44:00 [sdc-integration-tests-master-api-verify-java] $ /bin/bash /tmp/jenkins3862587650131837373.sh 06:44:00 ---> package-listing.sh 06:44:00 ++ facter osfamily 06:44:00 ++ tr '[:upper:]' '[:lower:]' 06:44:00 + OS_FAMILY=debian 06:44:00 + workspace=/w/workspace/sdc-integration-tests-master-api-verify-java 06:44:00 + START_PACKAGES=/tmp/packages_start.txt 06:44:00 + END_PACKAGES=/tmp/packages_end.txt 06:44:00 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:44:00 + PACKAGES=/tmp/packages_start.txt 06:44:00 + '[' /w/workspace/sdc-integration-tests-master-api-verify-java ']' 06:44:00 + PACKAGES=/tmp/packages_end.txt 06:44:00 + case "${OS_FAMILY}" in 06:44:00 + dpkg -l 06:44:00 + grep '^ii' 06:44:00 + '[' -f /tmp/packages_start.txt ']' 06:44:00 + '[' -f /tmp/packages_end.txt ']' 06:44:00 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:44:00 + '[' /w/workspace/sdc-integration-tests-master-api-verify-java ']' 06:44:00 + mkdir -p /w/workspace/sdc-integration-tests-master-api-verify-java/archives/ 06:44:00 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/sdc-integration-tests-master-api-verify-java/archives/ 06:44:00 [sdc-integration-tests-master-api-verify-java] $ /bin/bash /tmp/jenkins14747356195139515842.sh 06:44:00 ---> capture-instance-metadata.sh 06:44:00 Setup pyenv: 06:44:01 * system (set by /opt/pyenv/version) 06:44:01 * 3.8.20 (set by /opt/pyenv/version) 06:44:01 * 3.9.20 (set by /opt/pyenv/version) 06:44:01 3.10.15 06:44:01 3.11.10 06:44:05 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-j0r3 06:44:05 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 06:44:05 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 06:44:05 lf-activate-venv(): INFO: Attempting to install with network-safe options... 06:44:09 lf-activate-venv(): INFO: Base packages installed successfully 06:44:09 lf-activate-venv(): INFO: Installing additional packages: lftools 06:44:30 lf-activate-venv(): INFO: Adding /tmp/venv-j0r3/bin to PATH 06:44:30 INFO: Running in OpenStack, capturing instance metadata 06:44:31 [sdc-integration-tests-master-api-verify-java] $ /bin/bash /tmp/jenkins9994574061249507146.sh 06:44:31 provisioning config files... 06:44:31 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/sdc-integration-tests-master-api-verify-java@tmp/config10413998697850938787tmp 06:44:31 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 06:44:31 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 06:44:31 [EnvInject] - Injecting environment variables from a build step. 06:44:31 [EnvInject] - Injecting as environment variables the properties content 06:44:31 SERVER_ID=logs 06:44:31 06:44:31 [EnvInject] - Variables injected successfully. 06:44:31 [sdc-integration-tests-master-api-verify-java] $ /bin/bash /tmp/jenkins12344958869542895927.sh 06:44:31 ---> create-netrc.sh 06:44:31 [sdc-integration-tests-master-api-verify-java] $ /bin/bash /tmp/jenkins17286985845750192256.sh 06:44:31 ---> python-tools-install.sh 06:44:31 Setup pyenv: 06:44:31 system 06:44:31 3.8.20 06:44:31 3.9.20 06:44:31 3.10.15 06:44:31 * 3.11.10 (set by /w/workspace/sdc-integration-tests-master-api-verify-java/.python-version) 06:44:31 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-j0r3 from file:/tmp/.os_lf_venv 06:44:31 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 06:44:31 lf-activate-venv(): INFO: Attempting to install with network-safe options... 06:44:33 lf-activate-venv(): INFO: Base packages installed successfully 06:44:33 lf-activate-venv(): INFO: Installing additional packages: lftools 06:44:40 lf-activate-venv(): INFO: Adding /tmp/venv-j0r3/bin to PATH 06:44:40 Generating Requirements File 06:44:57 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. 06:44:57 httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 06:44:57 Python 3.11.10 06:44:58 pip 26.0.1 from /tmp/venv-j0r3/lib/python3.11/site-packages/pip (python 3.11) 06:44:58 appdirs==1.4.4 06:44:58 argcomplete==3.6.3 06:44:58 aspy.yaml==1.3.0 06:44:58 attrs==25.4.0 06:44:58 autopage==0.6.0 06:44:58 beautifulsoup4==4.14.3 06:44:58 boto3==1.42.67 06:44:58 botocore==1.42.67 06:44:58 bs4==0.0.2 06:44:58 certifi==2026.2.25 06:44:58 cffi==2.0.0 06:44:58 cfgv==3.5.0 06:44:58 chardet==7.1.0 06:44:58 charset-normalizer==3.4.5 06:44:58 click==8.3.1 06:44:58 cliff==4.13.2 06:44:58 cmd2==3.4.0 06:44:58 cryptography==3.3.2 06:44:58 debtcollector==3.0.0 06:44:58 decorator==5.2.1 06:44:58 defusedxml==0.7.1 06:44:58 Deprecated==1.3.1 06:44:58 distlib==0.4.0 06:44:58 dnspython==2.8.0 06:44:58 docker==7.1.0 06:44:58 dogpile.cache==1.5.0 06:44:58 durationpy==0.10 06:44:58 email-validator==2.3.0 06:44:58 filelock==3.25.2 06:44:58 future==1.0.0 06:44:58 gitdb==4.0.12 06:44:58 GitPython==3.1.46 06:44:58 httplib2==0.30.2 06:44:58 identify==2.6.17 06:44:58 idna==3.11 06:44:58 importlib-resources==1.5.0 06:44:58 iso8601==2.1.0 06:44:58 Jinja2==3.1.6 06:44:58 jmespath==1.1.0 06:44:58 jsonpatch==1.33 06:44:58 jsonpointer==3.0.0 06:44:58 jsonschema==4.26.0 06:44:58 jsonschema-specifications==2025.9.1 06:44:58 keystoneauth1==5.13.1 06:44:58 kubernetes==35.0.0 06:44:58 lftools==0.37.22 06:44:58 lxml==6.0.2 06:44:58 markdown-it-py==4.0.0 06:44:58 MarkupSafe==3.0.3 06:44:58 mdurl==0.1.2 06:44:58 msgpack==1.1.2 06:44:58 multi_key_dict==2.0.3 06:44:58 munch==4.0.0 06:44:58 netaddr==1.3.0 06:44:58 niet==1.4.2 06:44:58 nodeenv==1.10.0 06:44:58 oauth2client==4.1.3 06:44:58 oauthlib==3.3.1 06:44:58 openstacksdk==4.10.0 06:44:58 os-service-types==1.8.2 06:44:58 osc-lib==4.4.0 06:44:58 oslo.config==10.3.0 06:44:58 oslo.context==6.3.0 06:44:58 oslo.i18n==6.7.2 06:44:58 oslo.log==8.1.0 06:44:58 oslo.serialization==5.9.1 06:44:58 oslo.utils==10.0.0 06:44:58 packaging==26.0 06:44:58 pbr==7.0.3 06:44:58 platformdirs==4.9.4 06:44:58 prettytable==3.17.0 06:44:58 psutil==7.2.2 06:44:58 pyasn1==0.6.2 06:44:58 pyasn1_modules==0.4.2 06:44:58 pycparser==3.0 06:44:58 pygerrit2==2.0.15 06:44:58 PyGithub==2.8.1 06:44:58 Pygments==2.19.2 06:44:58 PyJWT==2.12.0 06:44:58 PyNaCl==1.6.2 06:44:58 pyparsing==2.4.7 06:44:58 pyperclip==1.11.0 06:44:58 pyrsistent==0.20.0 06:44:58 python-cinderclient==9.9.0 06:44:58 python-dateutil==2.9.0.post0 06:44:58 python-discovery==1.1.3 06:44:58 python-heatclient==5.1.0 06:44:58 python-jenkins==1.8.3 06:44:58 python-keystoneclient==5.8.0 06:44:58 python-magnumclient==4.10.0 06:44:58 python-openstackclient==9.0.0 06:44:58 python-swiftclient==4.10.0 06:44:58 PyYAML==6.0.3 06:44:58 referencing==0.37.0 06:44:58 requests==2.32.5 06:44:58 requests-oauthlib==2.0.0 06:44:58 requestsexceptions==1.4.0 06:44:58 rfc3986==2.0.0 06:44:58 rich==14.3.3 06:44:58 rich-argparse==1.7.2 06:44:58 rpds-py==0.30.0 06:44:58 rsa==4.9.1 06:44:58 ruamel.yaml==0.19.1 06:44:58 ruamel.yaml.clib==0.2.15 06:44:58 s3transfer==0.16.0 06:44:58 simplejson==3.20.2 06:44:58 six==1.17.0 06:44:58 smmap==5.0.3 06:44:58 soupsieve==2.8.3 06:44:58 stevedore==5.7.0 06:44:58 tabulate==0.10.0 06:44:58 toml==0.10.2 06:44:58 tomlkit==0.14.0 06:44:58 tqdm==4.67.3 06:44:58 typing_extensions==4.15.0 06:44:58 urllib3==1.26.20 06:44:58 virtualenv==21.2.0 06:44:58 wcwidth==0.6.0 06:44:58 websocket-client==1.9.0 06:44:58 wrapt==2.1.2 06:44:58 xdg==6.0.0 06:44:58 xmltodict==1.0.4 06:44:58 yq==3.4.3 06:44:58 [sdc-integration-tests-master-api-verify-java] $ /bin/bash /tmp/jenkins4537779215896108801.sh 06:44:58 ---> sudo-logs.sh 06:44:58 Archiving 'sudo' log.. 06:44:58 [sdc-integration-tests-master-api-verify-java] $ /bin/bash /tmp/jenkins3981430515137224552.sh 06:44:58 ---> job-cost.sh 06:44:58 INFO: Activating Python virtual environment... 06:44:58 Setup pyenv: 06:44:58 system 06:44:58 3.8.20 06:44:58 3.9.20 06:44:58 3.10.15 06:44:58 * 3.11.10 (set by /w/workspace/sdc-integration-tests-master-api-verify-java/.python-version) 06:44:59 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-j0r3 from file:/tmp/.os_lf_venv 06:44:59 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 06:44:59 lf-activate-venv(): INFO: Attempting to install with network-safe options... 06:45:00 lf-activate-venv(): INFO: Base packages installed successfully 06:45:00 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 06:45:04 lf-activate-venv(): INFO: Adding /tmp/venv-j0r3/bin to PATH 06:45:04 INFO: No stack-cost file found 06:45:04 INFO: Instance uptime: 116s 06:45:04 INFO: Fetching instance metadata (attempt 1 of 3)... 06:45:04 DEBUG: URL: http://169.254.169.254/latest/meta-data/instance-type 06:45:05 INFO: Successfully fetched instance metadata 06:45:05 INFO: Instance type: v3-standard-8 06:45:05 INFO: Retrieving pricing info for: v3-standard-8 06:45:05 INFO: Fetching Vexxhost pricing API (attempt 1 of 3)... 06:45:05 DEBUG: URL: https://pricing.vexxhost.net/v1/pricing/v3-standard-8/cost?seconds=116 06:45:06 INFO: Successfully fetched Vexxhost pricing API 06:45:06 INFO: Retrieved cost: 0.22 06:45:06 INFO: Retrieved resource: v3-standard-8 06:45:06 INFO: Creating archive directory: /w/workspace/sdc-integration-tests-master-api-verify-java/archives/cost 06:45:06 INFO: Archiving costs to: /w/workspace/sdc-integration-tests-master-api-verify-java/archives/cost.csv 06:45:06 INFO: Successfully archived job cost data 06:45:06 DEBUG: Cost data: sdc-integration-tests-master-api-verify-java,1066,2026-03-13 06:45:06,v3-standard-8,116,0.22,0.00,FAILURE 06:45:06 [sdc-integration-tests-master-api-verify-java] $ /bin/bash -l /tmp/jenkins16330607661459278127.sh 06:45:06 ---> logs-deploy.sh 06:45:06 Setup pyenv: 06:45:06 system 06:45:06 3.8.20 06:45:06 3.9.20 06:45:06 3.10.15 06:45:06 * 3.11.10 (set by /w/workspace/sdc-integration-tests-master-api-verify-java/.python-version) 06:45:06 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-j0r3 from file:/tmp/.os_lf_venv 06:45:06 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 06:45:06 lf-activate-venv(): INFO: Attempting to install with network-safe options... 06:45:08 lf-activate-venv(): INFO: Base packages installed successfully 06:45:08 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 06:45:14 lf-activate-venv(): INFO: Adding /tmp/venv-j0r3/bin to PATH 06:45:14 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/sdc-integration-tests-master-api-verify-java/1066 06:45:14 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 06:45:14 /tmp/venv-j0r3/lib/python3.11/site-packages/requests/__init__.py:113: RequestsDependencyWarning: urllib3 (1.26.20) or chardet (7.1.0)/charset_normalizer (3.4.5) doesn't match a supported version! 06:45:14 warnings.warn( 06:45:15 Archives upload complete. 06:45:15 INFO: archiving logs to Nexus 06:45:15 /tmp/venv-j0r3/lib/python3.11/site-packages/requests/__init__.py:113: RequestsDependencyWarning: urllib3 (1.26.20) or chardet (7.1.0)/charset_normalizer (3.4.5) doesn't match a supported version! 06:45:15 warnings.warn( 06:45:16 ---> uname -a: 06:45:16 Linux prd-ubuntu2204-docker-8c-8g-1575 5.15.0-171-generic #181-Ubuntu SMP Fri Feb 6 22:44:50 UTC 2026 x86_64 x86_64 x86_64 GNU/Linux 06:45:16 06:45:16 06:45:16 ---> lscpu: 06:45:16 Architecture: x86_64 06:45:16 CPU op-mode(s): 32-bit, 64-bit 06:45:16 Address sizes: 40 bits physical, 48 bits virtual 06:45:16 Byte Order: Little Endian 06:45:16 CPU(s): 8 06:45:16 On-line CPU(s) list: 0-7 06:45:16 Vendor ID: AuthenticAMD 06:45:16 Model name: AMD EPYC-Rome Processor 06:45:16 CPU family: 23 06:45:16 Model: 49 06:45:16 Thread(s) per core: 1 06:45:16 Core(s) per socket: 1 06:45:16 Socket(s): 8 06:45:16 Stepping: 0 06:45:16 BogoMIPS: 5599.99 06:45:16 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 06:45:16 Virtualization: AMD-V 06:45:16 Hypervisor vendor: KVM 06:45:16 Virtualization type: full 06:45:16 L1d cache: 256 KiB (8 instances) 06:45:16 L1i cache: 256 KiB (8 instances) 06:45:16 L2 cache: 4 MiB (8 instances) 06:45:16 L3 cache: 128 MiB (8 instances) 06:45:16 NUMA node(s): 1 06:45:16 NUMA node0 CPU(s): 0-7 06:45:16 Vulnerability Gather data sampling: Not affected 06:45:16 Vulnerability Indirect target selection: Not affected 06:45:16 Vulnerability Itlb multihit: Not affected 06:45:16 Vulnerability L1tf: Not affected 06:45:16 Vulnerability Mds: Not affected 06:45:16 Vulnerability Meltdown: Not affected 06:45:16 Vulnerability Mmio stale data: Not affected 06:45:16 Vulnerability Reg file data sampling: Not affected 06:45:16 Vulnerability Retbleed: Mitigation; untrained return thunk; SMT disabled 06:45:16 Vulnerability Spec rstack overflow: Mitigation; SMT disabled 06:45:16 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:45:16 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 06:45:16 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 06:45:16 Vulnerability Srbds: Not affected 06:45:16 Vulnerability Tsa: Not affected 06:45:16 Vulnerability Tsx async abort: Not affected 06:45:16 Vulnerability Vmscape: Not affected 06:45:16 06:45:16 06:45:16 ---> nproc: 06:45:16 8 06:45:16 06:45:16 06:45:16 ---> df -h: 06:45:16 Filesystem Size Used Avail Use% Mounted on 06:45:16 tmpfs 3.2G 1.1M 3.2G 1% /run 06:45:16 /dev/vda1 155G 10G 145G 7% / 06:45:16 tmpfs 16G 0 16G 0% /dev/shm 06:45:16 tmpfs 5.0M 0 5.0M 0% /run/lock 06:45:16 /dev/vda15 105M 6.1M 99M 6% /boot/efi 06:45:16 tmpfs 3.2G 4.0K 3.2G 1% /run/user/1001 06:45:16 06:45:16 06:45:16 ---> free -m: 06:45:16 total used free shared buff/cache available 06:45:16 Mem: 32092 867 28554 4 2669 30787 06:45:16 Swap: 1023 0 1023 06:45:16 06:45:16 06:45:16 ---> ip addr: 06:45:16 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 06:45:16 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 06:45:16 inet 127.0.0.1/8 scope host lo 06:45:16 valid_lft forever preferred_lft forever 06:45:16 inet6 ::1/128 scope host 06:45:16 valid_lft forever preferred_lft forever 06:45:16 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 06:45:16 link/ether fa:16:3e:c9:81:ef brd ff:ff:ff:ff:ff:ff 06:45:16 altname enp0s3 06:45:16 inet 10.30.107.159/23 metric 100 brd 10.30.107.255 scope global dynamic ens3 06:45:16 valid_lft 86280sec preferred_lft 86280sec 06:45:16 inet6 fe80::f816:3eff:fec9:81ef/64 scope link 06:45:16 valid_lft forever preferred_lft forever 06:45:16 3: docker0: mtu 1458 qdisc noqueue state DOWN group default 06:45:16 link/ether 66:ed:b4:88:ce:9f brd ff:ff:ff:ff:ff:ff 06:45:16 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 06:45:16 valid_lft forever preferred_lft forever 06:45:16 06:45:16 06:45:16 ---> sar -b -r -n DEV: 06:45:16 Linux 5.15.0-171-generic (prd-ubuntu2204-docker-8c-8g-1575) 03/13/26 _x86_64_ (8 CPU) 06:45:16 06:45:16 06:43:19 LINUX RESTART (8 CPU) 06:45:16 06:45:16 06:45:16 ---> sar -P ALL: 06:45:16 Linux 5.15.0-171-generic (prd-ubuntu2204-docker-8c-8g-1575) 03/13/26 _x86_64_ (8 CPU) 06:45:16 06:45:16 06:43:19 LINUX RESTART (8 CPU) 06:45:16 06:45:16 06:45:16