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