00:22:49 Started by timer 00:22:49 Running as SYSTEM 00:22:49 [EnvInject] - Loading node environment variables. 00:22:49 Building remotely on prd-ubuntu2204-docker-8c-8g-4605 (ubuntu2204-docker-8c-8g) in workspace /w/workspace/sdnc-apps-maven-docker-stage-master 00:22:49 [ssh-agent] Looking for ssh-agent implementation... 00:22:49 $ ssh-agent 00:22:49 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXuuu3KZ/agent.1531 00:22:49 SSH_AGENT_PID=1533 00:22:49 [ssh-agent] Started. 00:22:49 Running ssh-add (command line suppressed) 00:22:49 Identity added: /w/workspace/sdnc-apps-maven-docker-stage-master@tmp/private_key_16129426615167234453.key (/w/workspace/sdnc-apps-maven-docker-stage-master@tmp/private_key_16129426615167234453.key) 00:22:49 [ssh-agent] Using credentials onap-jobbuiler (Gerrit user) 00:22:49 The recommended git tool is: NONE 00:22:51 using credential onap-jenkins-ssh 00:22:51 Wiping out workspace first. 00:22:51 Cloning the remote Git repository 00:22:51 Cloning repository git://cloud.onap.org/mirror/sdnc/apps 00:22:51 > git init /w/workspace/sdnc-apps-maven-docker-stage-master # timeout=10 00:22:51 Fetching upstream changes from git://cloud.onap.org/mirror/sdnc/apps 00:22:51 > git --version # timeout=10 00:22:51 > git --version # 'git version 2.34.1' 00:22:51 using GIT_SSH to set credentials Gerrit user 00:22:51 Verifying host key using manually-configured host key entries 00:22:51 > git fetch --tags --force --progress -- git://cloud.onap.org/mirror/sdnc/apps +refs/heads/*:refs/remotes/origin/* # timeout=10 00:23:01 ERROR: Error cloning remote repo 'origin' 00:23:01 hudson.plugins.git.GitException: Command "git fetch --tags --force --progress -- git://cloud.onap.org/mirror/sdnc/apps +refs/heads/*:refs/remotes/origin/*" returned status code 128: 00:23:01 stdout: 00:23:01 stderr: fatal: unable to look up cloud.onap.org (port 9418) (System error) 00:23:01 00:23:01 at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2846) 00:23:01 at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2185) 00:23:01 at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:635) 00:23:01 at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:871) 00:23:01 at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:170) 00:23:01 at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161) 00:23:01 at hudson.remoting.UserRequest.perform(UserRequest.java:211) 00:23:01 at hudson.remoting.UserRequest.perform(UserRequest.java:54) 00:23:01 at hudson.remoting.Request$2.run(Request.java:377) 00:23:01 at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78) 00:23:01 at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) 00:23:01 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) 00:23:01 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) 00:23:01 at java.base/java.lang.Thread.run(Thread.java:1583) 00:23:01 Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to prd-ubuntu2204-docker-8c-8g-4605 00:23:01 at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1826) 00:23:01 at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356) 00:23:01 at hudson.remoting.Channel.call(Channel.java:1042) 00:23:01 at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:153) 00:23:01 at jdk.internal.reflect.GeneratedMethodAccessor544.invoke(Unknown Source) 00:23:01 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 00:23:01 at java.base/java.lang.reflect.Method.invoke(Method.java:566) 00:23:01 at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:138) 00:23:01 at PluginClassLoader for git-client//com.sun.proxy.$Proxy185.execute(Unknown Source) 00:23:01 at PluginClassLoader for git//hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1220) 00:23:01 at PluginClassLoader for git//hudson.plugins.git.GitSCM._checkout(GitSCM.java:1310) 00:23:01 at PluginClassLoader for git//hudson.plugins.git.GitSCM.checkout(GitSCM.java:1277) 00:23:01 at hudson.scm.SCM.checkout(SCM.java:540) 00:23:01 at hudson.model.AbstractProject.checkout(AbstractProject.java:1247) 00:23:01 at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:649) 00:23:01 at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85) 00:23:01 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:521) 00:23:01 at hudson.model.Run.execute(Run.java:1894) 00:23:01 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44) 00:23:01 at hudson.model.ResourceController.execute(ResourceController.java:101) 00:23:01 at hudson.model.Executor.run(Executor.java:446) 00:23:01 ERROR: Error cloning remote repo 'origin' 00:23:01 $ ssh-agent -k 00:23:01 unset SSH_AUTH_SOCK; 00:23:01 unset SSH_AGENT_PID; 00:23:01 echo Agent pid 1533 killed; 00:23:01 [ssh-agent] Stopped. 00:23:01 [PostBuildScript] - [INFO] Executing post build scripts. 00:23:01 [sdnc-apps-maven-docker-stage-master] $ /bin/bash /tmp/jenkins3829017378041712587.sh 00:23:01 ---> sysstat.sh 00:23:01 [sdnc-apps-maven-docker-stage-master] $ /bin/bash /tmp/jenkins15880154786832790368.sh 00:23:01 ---> package-listing.sh 00:23:01 ++ facter osfamily 00:23:01 ++ tr '[:upper:]' '[:lower:]' 00:23:02 + OS_FAMILY=debian 00:23:02 + workspace=/w/workspace/sdnc-apps-maven-docker-stage-master 00:23:02 + START_PACKAGES=/tmp/packages_start.txt 00:23:02 + END_PACKAGES=/tmp/packages_end.txt 00:23:02 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:23:02 + PACKAGES=/tmp/packages_start.txt 00:23:02 + '[' /w/workspace/sdnc-apps-maven-docker-stage-master ']' 00:23:02 + PACKAGES=/tmp/packages_end.txt 00:23:02 + case "${OS_FAMILY}" in 00:23:02 + dpkg -l 00:23:02 + grep '^ii' 00:23:02 + '[' -f /tmp/packages_start.txt ']' 00:23:02 + '[' -f /tmp/packages_end.txt ']' 00:23:02 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:23:02 + '[' /w/workspace/sdnc-apps-maven-docker-stage-master ']' 00:23:02 + mkdir -p /w/workspace/sdnc-apps-maven-docker-stage-master/archives/ 00:23:02 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/sdnc-apps-maven-docker-stage-master/archives/ 00:23:02 [sdnc-apps-maven-docker-stage-master] $ /bin/bash /tmp/jenkins14451105036453056673.sh 00:23:02 ---> capture-instance-metadata.sh 00:23:02 Setup pyenv: 00:23:02 * system (set by /opt/pyenv/version) 00:23:02 * 3.8.20 (set by /opt/pyenv/version) 00:23:02 * 3.9.20 (set by /opt/pyenv/version) 00:23:02 3.10.15 00:23:02 3.11.10 00:23:06 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-94If 00:23:06 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 00:23:06 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 00:23:06 lf-activate-venv(): INFO: Attempting to install with network-safe options... 00:23:17 lf-activate-venv(): INFO: Base packages installed successfully 00:23:17 lf-activate-venv(): INFO: Installing additional packages: lftools 00:23:39 lf-activate-venv(): INFO: Adding /tmp/venv-94If/bin to PATH 00:23:39 INFO: Running in OpenStack, capturing instance metadata 00:23:40 [sdnc-apps-maven-docker-stage-master] $ /bin/bash /tmp/jenkins15645452739824574428.sh 00:23:40 provisioning config files... 00:23:40 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/sdnc-apps-maven-docker-stage-master@tmp/config3812402718039634329tmp 00:23:40 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 00:23:40 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 00:23:40 [EnvInject] - Injecting environment variables from a build step. 00:23:40 [EnvInject] - Injecting as environment variables the properties content 00:23:40 SERVER_ID=logs 00:23:40 00:23:40 [EnvInject] - Variables injected successfully. 00:23:40 [sdnc-apps-maven-docker-stage-master] $ /bin/bash /tmp/jenkins17043364980834401012.sh 00:23:40 ---> create-netrc.sh 00:23:40 [sdnc-apps-maven-docker-stage-master] $ /bin/bash /tmp/jenkins2018451324832805365.sh 00:23:40 ---> python-tools-install.sh 00:23:40 Setup pyenv: 00:23:40 system 00:23:40 3.8.20 00:23:40 3.9.20 00:23:40 3.10.15 00:23:40 * 3.11.10 (set by /w/workspace/sdnc-apps-maven-docker-stage-master/.python-version) 00:23:40 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-94If from file:/tmp/.os_lf_venv 00:23:40 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 00:23:40 lf-activate-venv(): INFO: Attempting to install with network-safe options... 00:23:42 lf-activate-venv(): INFO: Base packages installed successfully 00:23:42 lf-activate-venv(): INFO: Installing additional packages: lftools 00:23:48 lf-activate-venv(): INFO: Adding /tmp/venv-94If/bin to PATH 00:23:48 Generating Requirements File 00:24:07 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. 00:24:07 httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 00:24:07 Python 3.11.10 00:24:07 pip 26.0.1 from /tmp/venv-94If/lib/python3.11/site-packages/pip (python 3.11) 00:24:07 appdirs==1.4.4 00:24:07 argcomplete==3.6.3 00:24:07 aspy.yaml==1.3.0 00:24:07 attrs==26.1.0 00:24:07 autopage==0.6.0 00:24:07 beautifulsoup4==4.14.3 00:24:07 boto3==1.42.75 00:24:07 botocore==1.42.75 00:24:07 bs4==0.0.2 00:24:07 certifi==2026.2.25 00:24:07 cffi==2.0.0 00:24:07 cfgv==3.5.0 00:24:07 chardet==7.3.0 00:24:07 charset-normalizer==3.4.6 00:24:07 click==8.3.1 00:24:07 cliff==4.13.2 00:24:07 cmd2==3.4.0 00:24:07 cryptography==3.3.2 00:24:07 debtcollector==3.1.0 00:24:07 decorator==5.2.1 00:24:07 defusedxml==0.7.1 00:24:07 Deprecated==1.3.1 00:24:07 distlib==0.4.0 00:24:07 dnspython==2.8.0 00:24:07 docker==7.1.0 00:24:07 dogpile.cache==1.5.0 00:24:07 durationpy==0.10 00:24:07 email-validator==2.3.0 00:24:07 filelock==3.25.2 00:24:07 future==1.0.0 00:24:07 gitdb==4.0.12 00:24:07 GitPython==3.1.46 00:24:07 httplib2==0.30.2 00:24:07 identify==2.6.18 00:24:07 idna==3.11 00:24:07 importlib-resources==1.5.0 00:24:07 iso8601==2.1.0 00:24:07 Jinja2==3.1.6 00:24:07 jmespath==1.1.0 00:24:07 jsonpatch==1.33 00:24:07 jsonpointer==3.1.1 00:24:07 jsonschema==4.26.0 00:24:07 jsonschema-specifications==2025.9.1 00:24:07 keystoneauth1==5.13.1 00:24:07 kubernetes==35.0.0 00:24:07 lftools==0.37.22 00:24:07 lxml==6.0.2 00:24:07 markdown-it-py==4.0.0 00:24:07 MarkupSafe==3.0.3 00:24:07 mdurl==0.1.2 00:24:07 msgpack==1.1.2 00:24:07 multi_key_dict==2.0.3 00:24:07 munch==4.0.0 00:24:07 netaddr==1.3.0 00:24:07 niet==1.4.2 00:24:07 nodeenv==1.10.0 00:24:07 oauth2client==4.1.3 00:24:07 oauthlib==3.3.1 00:24:07 openstacksdk==4.10.0 00:24:07 os-service-types==1.8.2 00:24:07 osc-lib==4.4.0 00:24:07 oslo.config==10.3.0 00:24:07 oslo.context==6.3.0 00:24:07 oslo.i18n==6.7.2 00:24:07 oslo.log==8.1.0 00:24:07 oslo.serialization==5.9.1 00:24:07 oslo.utils==10.0.0 00:24:07 packaging==26.0 00:24:07 pbr==7.0.3 00:24:07 platformdirs==4.9.4 00:24:07 prettytable==3.17.0 00:24:07 psutil==7.2.2 00:24:07 pyasn1==0.6.3 00:24:07 pyasn1_modules==0.4.2 00:24:07 pycparser==3.0 00:24:07 pygerrit2==2.0.15 00:24:07 PyGithub==2.9.0 00:24:07 Pygments==2.19.2 00:24:07 PyJWT==2.12.1 00:24:07 PyNaCl==1.6.2 00:24:07 pyparsing==2.4.7 00:24:07 pyperclip==1.11.0 00:24:07 pyrsistent==0.20.0 00:24:07 python-cinderclient==9.9.0 00:24:07 python-dateutil==2.9.0.post0 00:24:07 python-discovery==1.2.0 00:24:07 python-heatclient==5.1.0 00:24:07 python-jenkins==1.8.3 00:24:07 python-keystoneclient==5.8.0 00:24:07 python-magnumclient==4.10.0 00:24:07 python-openstackclient==9.0.0 00:24:07 python-swiftclient==4.10.0 00:24:07 PyYAML==6.0.3 00:24:07 referencing==0.37.0 00:24:07 requests==2.32.5 00:24:07 requests-oauthlib==2.0.0 00:24:07 requestsexceptions==1.4.0 00:24:07 rfc3986==2.0.0 00:24:07 rich==14.3.3 00:24:07 rich-argparse==1.7.2 00:24:07 rpds-py==0.30.0 00:24:07 rsa==4.9.1 00:24:07 ruamel.yaml==0.19.1 00:24:07 ruamel.yaml.clib==0.2.15 00:24:07 s3transfer==0.16.0 00:24:07 simplejson==3.20.2 00:24:07 six==1.17.0 00:24:07 smmap==5.0.3 00:24:07 soupsieve==2.8.3 00:24:07 stevedore==5.7.0 00:24:07 tabulate==0.10.0 00:24:07 toml==0.10.2 00:24:07 tomlkit==0.14.0 00:24:07 tqdm==4.67.3 00:24:07 typing_extensions==4.15.0 00:24:07 urllib3==1.26.20 00:24:07 virtualenv==21.2.0 00:24:07 wcwidth==0.6.0 00:24:07 websocket-client==1.9.0 00:24:07 wrapt==2.1.2 00:24:07 xdg==6.0.0 00:24:07 xmltodict==1.0.4 00:24:07 yq==3.4.3 00:24:07 [sdnc-apps-maven-docker-stage-master] $ /bin/sh /tmp/jenkins13832597086773509351.sh 00:24:07 ---> uv-install.sh 00:24:07 Installing uv/uvx (latest) using shell installer 00:24:08 2026-03-25 00:24:08 URL:https://release-assets.githubusercontent.com/github-production-release-asset/699532645/8526d680-25b4-4fe7-8df2-386b1bc03575?sp=r&sv=2018-11-09&sr=b&spr=https&se=2026-03-25T01%3A10%3A36Z&rscd=attachment%3B+filename%3Duv-installer.sh&rsct=application%2Foctet-stream&skoid=96c2d410-5711-43a1-aedd-ab1947aa7ab0&sktid=398a6654-997b-47e9-b12b-9515b896b4de&skt=2026-03-25T00%3A10%3A08Z&ske=2026-03-25T01%3A10%3A36Z&sks=b&skv=2018-11-09&sig=QDzP4%2FD7Z4LZHQSyeb9H6jnsv2tWhxMkgwo30tuzTNU%3D&jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmVsZWFzZS1hc3NldHMuZ2l0aHVidXNlcmNvbnRlbnQuY29tIiwia2V5Ijoia2V5MSIsImV4cCI6MTc3NDM5ODQzMCwibmJmIjoxNzc0Mzk4MTMwLCJwYXRoIjoicmVsZWFzZWFzc2V0cHJvZHVjdGlvbi5ibG9iLmNvcmUud2luZG93cy5uZXQifQ.24Za8T0LfJX7uIASefb0JtFIdvJkKE3PeKXnXZqVaw0&response-content-disposition=attachment%3B%20filename%3Duv-installer.sh&response-content-type=application%2Foctet-stream [72114/72114] -> "/tmp/uv-install-qKuTcP.sh" [1] 00:24:08 downloading uv 0.11.1 x86_64-unknown-linux-gnu 00:24:09 installing to /home/jenkins/.local/bin 00:24:09 uv 00:24:09 uvx 00:24:09 everything's installed! 00:24:09 00:24:09 To add $HOME/.local/bin to your PATH, either restart your shell or run: 00:24:09 00:24:09 source $HOME/.local/bin/env (sh, bash, zsh) 00:24:09 source $HOME/.local/bin/env.fish (fish) 00:24:09 Adding install location to PATH 00:24:09 ---> Validating uv/uvx install 00:24:09 uvx 0.11.1 (x86_64-unknown-linux-gnu) 00:24:09 [sdnc-apps-maven-docker-stage-master] $ /bin/bash /tmp/jenkins13414206918587490650.sh 00:24:09 ---> sudo-logs.sh 00:24:09 Archiving 'sudo' log.. 00:24:09 [sdnc-apps-maven-docker-stage-master] $ /bin/bash /tmp/jenkins15102961657254605144.sh 00:24:09 ---> job-cost.sh 00:24:09 INFO: Activating Python virtual environment... 00:24:09 Setup pyenv: 00:24:09 system 00:24:09 3.8.20 00:24:09 3.9.20 00:24:09 3.10.15 00:24:09 * 3.11.10 (set by /w/workspace/sdnc-apps-maven-docker-stage-master/.python-version) 00:24:09 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-94If from file:/tmp/.os_lf_venv 00:24:09 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 00:24:09 lf-activate-venv(): INFO: Attempting to install with network-safe options... 00:24:11 lf-activate-venv(): INFO: Base packages installed successfully 00:24:11 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 00:24:16 lf-activate-venv(): INFO: Adding /tmp/venv-94If/bin to PATH 00:24:16 INFO: No stack-cost file found 00:24:16 INFO: Instance uptime: 127s 00:24:16 INFO: Fetching instance metadata (attempt 1 of 3)... 00:24:16 DEBUG: URL: http://169.254.169.254/latest/meta-data/instance-type 00:24:16 INFO: Successfully fetched instance metadata 00:24:16 INFO: Instance type: v3-standard-8 00:24:16 INFO: Retrieving pricing info for: v3-standard-8 00:24:16 INFO: Fetching Vexxhost pricing API (attempt 1 of 3)... 00:24:16 DEBUG: URL: https://pricing.vexxhost.net/v1/pricing/v3-standard-8/cost?seconds=127 00:24:16 INFO: Successfully fetched Vexxhost pricing API 00:24:16 INFO: Retrieved cost: 0.22 00:24:16 INFO: Retrieved resource: v3-standard-8 00:24:16 INFO: Creating archive directory: /w/workspace/sdnc-apps-maven-docker-stage-master/archives/cost 00:24:16 INFO: Archiving costs to: /w/workspace/sdnc-apps-maven-docker-stage-master/archives/cost.csv 00:24:16 INFO: Successfully archived job cost data 00:24:16 DEBUG: Cost data: sdnc-apps-maven-docker-stage-master,2378,2026-03-25 00:24:16,v3-standard-8,127,0.22,0.00,FAILURE 00:24:16 [sdnc-apps-maven-docker-stage-master] $ /bin/bash -l /tmp/jenkins17637102271831501178.sh 00:24:16 ---> logs-deploy.sh 00:24:16 Setup pyenv: 00:24:16 system 00:24:16 3.8.20 00:24:16 3.9.20 00:24:16 3.10.15 00:24:16 * 3.11.10 (set by /w/workspace/sdnc-apps-maven-docker-stage-master/.python-version) 00:24:17 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-94If from file:/tmp/.os_lf_venv 00:24:17 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 00:24:17 lf-activate-venv(): INFO: Attempting to install with network-safe options... 00:24:18 lf-activate-venv(): INFO: Base packages installed successfully 00:24:18 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 00:24:25 lf-activate-venv(): INFO: Adding /tmp/venv-94If/bin to PATH 00:24:25 INFO: Nexus URL https://nexus.onap.org path production/vex-yul-ecomp-jenkins-1/sdnc-apps-maven-docker-stage-master/2378 00:24:25 INFO: archiving workspace using pattern(s): 00:24:25 /tmp/venv-94If/lib/python3.11/site-packages/requests/__init__.py:113: RequestsDependencyWarning: urllib3 (1.26.20) or chardet (7.3.0)/charset_normalizer (3.4.6) doesn't match a supported version! 00:24:25 warnings.warn( 00:24:26 Archives upload complete. 00:24:26 INFO: archiving logs to Nexus 00:24:26 /tmp/venv-94If/lib/python3.11/site-packages/requests/__init__.py:113: RequestsDependencyWarning: urllib3 (1.26.20) or chardet (7.3.0)/charset_normalizer (3.4.6) doesn't match a supported version! 00:24:26 warnings.warn( 00:24:27 ---> uname -a: 00:24:27 Linux prd-ubuntu2204-docker-8c-8g-4605 5.15.0-171-generic #181-Ubuntu SMP Fri Feb 6 22:44:50 UTC 2026 x86_64 x86_64 x86_64 GNU/Linux 00:24:27 00:24:27 00:24:27 ---> lscpu: 00:24:27 Architecture: x86_64 00:24:27 CPU op-mode(s): 32-bit, 64-bit 00:24:27 Address sizes: 40 bits physical, 48 bits virtual 00:24:27 Byte Order: Little Endian 00:24:27 CPU(s): 8 00:24:27 On-line CPU(s) list: 0-7 00:24:27 Vendor ID: AuthenticAMD 00:24:27 Model name: AMD EPYC-Rome Processor 00:24:27 CPU family: 23 00:24:27 Model: 49 00:24:27 Thread(s) per core: 1 00:24:27 Core(s) per socket: 1 00:24:27 Socket(s): 8 00:24:27 Stepping: 0 00:24:27 BogoMIPS: 5599.99 00:24:27 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 00:24:27 Virtualization: AMD-V 00:24:27 Hypervisor vendor: KVM 00:24:27 Virtualization type: full 00:24:27 L1d cache: 256 KiB (8 instances) 00:24:27 L1i cache: 256 KiB (8 instances) 00:24:27 L2 cache: 4 MiB (8 instances) 00:24:27 L3 cache: 128 MiB (8 instances) 00:24:27 NUMA node(s): 1 00:24:27 NUMA node0 CPU(s): 0-7 00:24:27 Vulnerability Gather data sampling: Not affected 00:24:27 Vulnerability Indirect target selection: Not affected 00:24:27 Vulnerability Itlb multihit: Not affected 00:24:27 Vulnerability L1tf: Not affected 00:24:27 Vulnerability Mds: Not affected 00:24:27 Vulnerability Meltdown: Not affected 00:24:27 Vulnerability Mmio stale data: Not affected 00:24:27 Vulnerability Reg file data sampling: Not affected 00:24:27 Vulnerability Retbleed: Mitigation; untrained return thunk; SMT disabled 00:24:27 Vulnerability Spec rstack overflow: Mitigation; SMT disabled 00:24:27 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:24:27 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 00:24:27 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 00:24:27 Vulnerability Srbds: Not affected 00:24:27 Vulnerability Tsa: Not affected 00:24:27 Vulnerability Tsx async abort: Not affected 00:24:27 Vulnerability Vmscape: Not affected 00:24:27 00:24:27 00:24:27 ---> nproc: 00:24:27 8 00:24:27 00:24:27 00:24:27 ---> df -h: 00:24:27 Filesystem Size Used Avail Use% Mounted on 00:24:27 tmpfs 3.2G 1.1M 3.2G 1% /run 00:24:27 /dev/vda1 155G 9.8G 146G 7% / 00:24:27 tmpfs 16G 0 16G 0% /dev/shm 00:24:27 tmpfs 5.0M 0 5.0M 0% /run/lock 00:24:27 /dev/vda15 105M 6.1M 99M 6% /boot/efi 00:24:27 tmpfs 3.2G 4.0K 3.2G 1% /run/user/1001 00:24:27 00:24:27 00:24:27 ---> free -m: 00:24:27 total used free shared buff/cache available 00:24:27 Mem: 32092 844 28735 4 2512 30813 00:24:27 Swap: 1023 0 1023 00:24:27 00:24:27 00:24:27 ---> ip addr: 00:24:27 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 00:24:27 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:24:27 inet 127.0.0.1/8 scope host lo 00:24:27 valid_lft forever preferred_lft forever 00:24:27 inet6 ::1/128 scope host 00:24:27 valid_lft forever preferred_lft forever 00:24:27 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 00:24:27 link/ether fa:16:3e:f4:f2:d9 brd ff:ff:ff:ff:ff:ff 00:24:27 altname enp0s3 00:24:27 inet 10.30.106.66/23 metric 100 brd 10.30.107.255 scope global dynamic ens3 00:24:27 valid_lft 86269sec preferred_lft 86269sec 00:24:27 inet6 fe80::f816:3eff:fef4:f2d9/64 scope link 00:24:27 valid_lft forever preferred_lft forever 00:24:27 3: docker0: mtu 1458 qdisc noqueue state DOWN group default 00:24:27 link/ether 62:72:59:eb:1b:d2 brd ff:ff:ff:ff:ff:ff 00:24:27 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:24:27 valid_lft forever preferred_lft forever 00:24:27 00:24:27 00:24:27 ---> sar -b -r -n DEV: 00:24:27 Linux 5.15.0-171-generic (prd-ubuntu2204-docker-8c-8g-4605) 03/25/26 _x86_64_ (8 CPU) 00:24:27 00:24:27 00:22:19 LINUX RESTART (8 CPU) 00:24:27 00:24:27 00:24:27 ---> sar -P ALL: 00:24:27 Linux 5.15.0-171-generic (prd-ubuntu2204-docker-8c-8g-4605) 03/25/26 _x86_64_ (8 CPU) 00:24:27 00:24:27 00:22:19 LINUX RESTART (8 CPU) 00:24:27 00:24:27 00:24:27