09:18:03 Started by upstream project "integration-distribution-test-titanium" build number 388 09:18:03 originally caused by: 09:18:03 Started by upstream project "autorelease-release-titanium-mvn39-openjdk21" build number 367 09:18:03 originally caused by: 09:18:03 Started by timer 09:18:03 Running as SYSTEM 09:18:03 [EnvInject] - Loading node environment variables. 09:18:03 Building remotely on prd-centos8-robot-2c-8g-4522 (centos8-robot-2c-8g) in workspace /w/workspace/openflowplugin-csit-1node-perf-bulkomatic-only-titanium 09:18:04 [ssh-agent] Looking for ssh-agent implementation... 09:18:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:18:04 $ ssh-agent 09:18:04 SSH_AUTH_SOCK=/tmp/ssh-Pq95hHmwzTjP/agent.5320 09:18:04 SSH_AGENT_PID=5321 09:18:04 [ssh-agent] Started. 09:18:04 Running ssh-add (command line suppressed) 09:18:04 Identity added: /w/workspace/openflowplugin-csit-1node-perf-bulkomatic-only-titanium@tmp/private_key_1094247658434521236.key (/w/workspace/openflowplugin-csit-1node-perf-bulkomatic-only-titanium@tmp/private_key_1094247658434521236.key) 09:18:04 [ssh-agent] Using credentials jenkins (Release Engineering Jenkins Key) 09:18:04 The recommended git tool is: NONE 09:18:07 using credential opendaylight-jenkins-ssh 09:18:07 Wiping out workspace first. 09:18:07 Cloning the remote Git repository 09:18:07 Cloning repository git://devvexx.opendaylight.org/mirror/integration/test 09:18:07 > git init /w/workspace/openflowplugin-csit-1node-perf-bulkomatic-only-titanium/test # timeout=10 09:18:07 Fetching upstream changes from git://devvexx.opendaylight.org/mirror/integration/test 09:18:07 > git --version # timeout=10 09:18:07 > git --version # 'git version 2.43.0' 09:18:07 using GIT_SSH to set credentials Release Engineering Jenkins Key 09:18:07 [INFO] Currently running in a labeled security context 09:18:07 [INFO] Currently SELinux is 'enforcing' on the host 09:18:07 > /usr/bin/chcon --type=ssh_home_t /w/workspace/openflowplugin-csit-1node-perf-bulkomatic-only-titanium/test@tmp/jenkins-gitclient-ssh15069894827254496252.key 09:18:07 Verifying host key using known hosts file 09:18:07 You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Security' -> 'Git Host Key Verification Configuration' and configure host key verification. 09:18:07 > git fetch --tags --force --progress -- git://devvexx.opendaylight.org/mirror/integration/test +refs/heads/*:refs/remotes/origin/* # timeout=10 09:18:21 ERROR: Error cloning remote repo 'origin' 09:18:21 hudson.plugins.git.GitException: Command "git fetch --tags --force --progress -- git://devvexx.opendaylight.org/mirror/integration/test +refs/heads/*:refs/remotes/origin/*" returned status code 128: 09:18:21 stdout: 09:18:21 stderr: fatal: unable to look up devvexx.opendaylight.org (port 9418) (Name or service not known) 09:18:21 09:18:21 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2846) 09:18:21 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2185) 09:18:21 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:635) 09:18:21 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:871) 09:18:21 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:170) 09:18:21 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161) 09:18:21 at hudson.remoting.UserRequest.perform(UserRequest.java:211) 09:18:21 at hudson.remoting.UserRequest.perform(UserRequest.java:54) 09:18:21 at hudson.remoting.Request$2.run(Request.java:377) 09:18:21 at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78) 09:18:21 at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) 09:18:21 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) 09:18:21 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) 09:18:21 at java.base/java.lang.Thread.run(Thread.java:829) 09:18:21 Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to prd-centos8-robot-2c-8g-4522 09:18:21 at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1787) 09:18:21 at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356) 09:18:21 at hudson.remoting.Channel.call(Channel.java:1003) 09:18:21 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:153) 09:18:21 at jdk.internal.reflect.GeneratedMethodAccessor1692.invoke(Unknown Source) 09:18:21 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 09:18:21 at java.base/java.lang.reflect.Method.invoke(Method.java:566) 09:18:21 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:138) 09:18:21 at com.sun.proxy.$Proxy317.execute(Unknown Source) 09:18:21 at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1222) 09:18:21 at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1305) 09:18:21 at hudson.scm.SCM.checkout(SCM.java:540) 09:18:21 at hudson.model.AbstractProject.checkout(AbstractProject.java:1248) 09:18:21 at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:649) 09:18:21 at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85) 09:18:21 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:521) 09:18:21 at hudson.model.Run.execute(Run.java:1895) 09:18:21 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44) 09:18:21 at hudson.model.ResourceController.execute(ResourceController.java:101) 09:18:21 at hudson.model.Executor.run(Executor.java:442) 09:18:21 ERROR: Error cloning remote repo 'origin' 09:18:21 $ ssh-agent -k 09:18:21 unset SSH_AUTH_SOCK; 09:18:21 unset SSH_AGENT_PID; 09:18:21 echo Agent pid 5321 killed; 09:18:21 [ssh-agent] Stopped. 09:18:21 Recording plot data 09:18:21 Robot results publisher started... 09:18:21 INFO: Checking test criticality is deprecated and will be dropped in a future release! 09:18:21 -Parsing output xml: 09:18:21 Failed! 09:18:21 hudson.AbortException: No files found in path /w/workspace/openflowplugin-csit-1node-perf-bulkomatic-only-titanium with configured filemask: output.xml 09:18:21 at hudson.plugins.robot.RobotParser$RobotParserCallable.invoke(RobotParser.java:81) 09:18:21 at hudson.plugins.robot.RobotParser$RobotParserCallable.invoke(RobotParser.java:52) 09:18:21 at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3616) 09:18:21 at hudson.remoting.UserRequest.perform(UserRequest.java:211) 09:18:21 at hudson.remoting.UserRequest.perform(UserRequest.java:54) 09:18:21 at hudson.remoting.Request$2.run(Request.java:377) 09:18:21 at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78) 09:18:21 at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) 09:18:21 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) 09:18:21 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) 09:18:21 at java.base/java.lang.Thread.run(Thread.java:829) 09:18:21 Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to prd-centos8-robot-2c-8g-4522 09:18:21 at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1787) 09:18:21 at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356) 09:18:21 at hudson.remoting.Channel.call(Channel.java:1003) 09:18:21 at hudson.FilePath.act(FilePath.java:1230) 09:18:21 at hudson.FilePath.act(FilePath.java:1219) 09:18:21 at hudson.plugins.robot.RobotParser.parse(RobotParser.java:48) 09:18:21 at hudson.plugins.robot.RobotPublisher.parse(RobotPublisher.java:246) 09:18:21 at hudson.plugins.robot.RobotPublisher.perform(RobotPublisher.java:268) 09:18:21 at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:80) 09:18:21 at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) 09:18:21 at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:818) 09:18:21 at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:767) 09:18:21 at hudson.model.Build$BuildExecution.post2(Build.java:179) 09:18:21 at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:711) 09:18:21 at hudson.model.Run.execute(Run.java:1918) 09:18:21 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44) 09:18:21 at hudson.model.ResourceController.execute(ResourceController.java:101) 09:18:21 at hudson.model.Executor.run(Executor.java:442) 09:18:21 [PostBuildScript] - [INFO] Executing post build scripts. 09:18:21 [openflowplugin-csit-1node-perf-bulkomatic-only-titanium] $ /bin/bash /tmp/jenkins15807088205399403710.sh 09:18:21 Archiving csit artifacts 09:18:21 seq: invalid floating point argument: ‘’ 09:18:21 Try 'seq --help' for more information. 09:18:21 % Total % Received % Xferd Average Speed Time Time Time Current 09:18:21 Dload Upload Total Spent Left Speed 09:18:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0curl: (6) Could not resolve host: jenkins.opendaylight.org 09:18:28 unzip: cannot find or open robot-plugin.zip, robot-plugin.zip.zip or robot-plugin.zip.ZIP. 09:18:28 mv: cannot stat '*.log': No such file or directory 09:18:28 mv: cannot stat '*.log.gz': No such file or directory 09:18:28 mv: cannot stat '*.csv': No such file or directory 09:18:28 mv: cannot stat '*.png': No such file or directory 09:18:28 [PostBuildScript] - [INFO] Executing post build scripts. 09:18:28 [openflowplugin-csit-1node-perf-bulkomatic-only-titanium] $ /bin/bash /tmp/jenkins512286921269603375.sh 09:18:28 [PostBuildScript] - [INFO] Executing post build scripts. 09:18:28 [EnvInject] - Injecting environment variables from a build step. 09:18:28 [EnvInject] - Injecting as environment variables the properties content 09:18:28 OS_CLOUD=vex 09:18:28 OS_STACK_NAME=releng-openflowplugin-csit-1node-perf-bulkomatic-only-titanium-377 09:18:28 09:18:28 [EnvInject] - Variables injected successfully. 09:18:28 provisioning config files... 09:18:29 copy managed file [clouds-yaml] to file:/home/jenkins/.config/openstack/clouds.yaml 09:18:29 [openflowplugin-csit-1node-perf-bulkomatic-only-titanium] $ /bin/bash /tmp/jenkins12320330600080175188.sh 09:18:29 ---> openstack-stack-delete.sh 09:18:29 Setup pyenv: 09:18:29 system 09:18:29 * 3.8.13 (set by /opt/pyenv/version) 09:18:29 * 3.9.13 (set by /opt/pyenv/version) 09:18:29 * 3.10.13 (set by /opt/pyenv/version) 09:18:29 * 3.11.7 (set by /opt/pyenv/version) 09:18:35 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-mJzk 09:18:35 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 09:18:39 lf-activate-venv(): INFO: Installing: lftools[openstack] kubernetes python-heatclient python-openstackclient 09:19:18 lf-activate-venv(): INFO: Adding /tmp/venv-mJzk/bin to PATH 09:19:18 INFO: Retrieving stack cost for: releng-openflowplugin-csit-1node-perf-bulkomatic-only-titanium-377 09:19:19 openstack.exceptions.NotFoundException: No Stack found for releng-openflowplugin-csit-1node-perf-bulkomatic-only-titanium-377 09:19:19 WARNING: Unable to get stack costs, continuing anyway 09:19:31 INFO: Deleting stack releng-openflowplugin-csit-1node-perf-bulkomatic-only-titanium-377 09:19:31 Successfully deleted stack releng-openflowplugin-csit-1node-perf-bulkomatic-only-titanium-377 09:19:31 [PostBuildScript] - [INFO] Executing post build scripts. 09:19:31 [openflowplugin-csit-1node-perf-bulkomatic-only-titanium] $ /bin/bash /tmp/jenkins4892038263805197484.sh 09:19:31 ---> sysstat.sh 09:19:31 [openflowplugin-csit-1node-perf-bulkomatic-only-titanium] $ /bin/bash /tmp/jenkins4452448133545449088.sh 09:19:32 ---> package-listing.sh 09:19:32 ++ facter osfamily 09:19:32 ++ tr '[:upper:]' '[:lower:]' 09:19:32 + OS_FAMILY=redhat 09:19:32 + workspace=/w/workspace/openflowplugin-csit-1node-perf-bulkomatic-only-titanium 09:19:32 + START_PACKAGES=/tmp/packages_start.txt 09:19:32 + END_PACKAGES=/tmp/packages_end.txt 09:19:32 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:19:32 + PACKAGES=/tmp/packages_start.txt 09:19:32 + '[' /w/workspace/openflowplugin-csit-1node-perf-bulkomatic-only-titanium ']' 09:19:32 + PACKAGES=/tmp/packages_end.txt 09:19:32 + case "${OS_FAMILY}" in 09:19:32 + rpm -qa 09:19:32 + sort 09:19:32 + '[' -f /tmp/packages_start.txt ']' 09:19:32 + '[' -f /tmp/packages_end.txt ']' 09:19:32 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:19:32 + '[' /w/workspace/openflowplugin-csit-1node-perf-bulkomatic-only-titanium ']' 09:19:32 + mkdir -p /w/workspace/openflowplugin-csit-1node-perf-bulkomatic-only-titanium/archives/ 09:19:32 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/openflowplugin-csit-1node-perf-bulkomatic-only-titanium/archives/ 09:19:32 [openflowplugin-csit-1node-perf-bulkomatic-only-titanium] $ /bin/bash /tmp/jenkins6244559439424755753.sh 09:19:32 ---> capture-instance-metadata.sh 09:19:32 Setup pyenv: 09:19:33 system 09:19:33 3.8.13 09:19:33 3.9.13 09:19:33 3.10.13 09:19:33 * 3.11.7 (set by /w/workspace/openflowplugin-csit-1node-perf-bulkomatic-only-titanium/.python-version) 09:19:33 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-mJzk from file:/tmp/.os_lf_venv 09:19:35 lf-activate-venv(): INFO: Installing: lftools 09:19:44 lf-activate-venv(): INFO: Adding /tmp/venv-mJzk/bin to PATH 09:19:44 INFO: Running in OpenStack, capturing instance metadata 09:19:44 [openflowplugin-csit-1node-perf-bulkomatic-only-titanium] $ /bin/bash /tmp/jenkins1891875443999132970.sh 09:19:44 provisioning config files... 09:19:44 Could not find credentials [logs] for openflowplugin-csit-1node-perf-bulkomatic-only-titanium #377 09:19:44 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/openflowplugin-csit-1node-perf-bulkomatic-only-titanium@tmp/config17996303802422601131tmp 09:19:44 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[odl-logs-s3-cloudfront-index] 09:19:44 Run condition [Regular expression match] enabling perform for step [Provide Configuration files] 09:19:44 provisioning config files... 09:19:45 copy managed file [jenkins-s3-log-ship] to file:/home/jenkins/.aws/credentials 09:19:45 [EnvInject] - Injecting environment variables from a build step. 09:19:45 [EnvInject] - Injecting as environment variables the properties content 09:19:45 SERVER_ID=logs 09:19:45 09:19:45 [EnvInject] - Variables injected successfully. 09:19:45 [openflowplugin-csit-1node-perf-bulkomatic-only-titanium] $ /bin/bash /tmp/jenkins17379574176955479220.sh 09:19:45 ---> create-netrc.sh 09:19:45 WARN: Log server credential not found. 09:19:45 [openflowplugin-csit-1node-perf-bulkomatic-only-titanium] $ /bin/bash /tmp/jenkins14957816467417289950.sh 09:19:45 ---> python-tools-install.sh 09:19:45 Setup pyenv: 09:19:45 system 09:19:45 3.8.13 09:19:45 3.9.13 09:19:45 3.10.13 09:19:45 * 3.11.7 (set by /w/workspace/openflowplugin-csit-1node-perf-bulkomatic-only-titanium/.python-version) 09:19:45 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-mJzk from file:/tmp/.os_lf_venv 09:19:48 lf-activate-venv(): INFO: Installing: lftools 09:19:58 lf-activate-venv(): INFO: Adding /tmp/venv-mJzk/bin to PATH 09:19:58 Generating Requirements File 09:20:10 Python 3.11.7 09:20:10 pip 25.2 from /tmp/venv-mJzk/lib/python3.11/site-packages/pip (python 3.11) 09:20:11 appdirs==1.4.4 09:20:11 argcomplete==3.6.2 09:20:11 aspy.yaml==1.3.0 09:20:11 attrs==25.3.0 09:20:11 autopage==0.5.2 09:20:11 beautifulsoup4==4.13.5 09:20:11 boto3==1.40.19 09:20:11 botocore==1.40.19 09:20:11 bs4==0.0.2 09:20:11 cachetools==5.5.2 09:20:11 certifi==2025.8.3 09:20:11 cffi==1.17.1 09:20:11 cfgv==3.4.0 09:20:11 chardet==5.2.0 09:20:11 charset-normalizer==3.4.3 09:20:11 click==8.2.1 09:20:11 cliff==4.11.0 09:20:11 cmd2==2.7.0 09:20:11 cryptography==3.3.2 09:20:11 debtcollector==3.0.0 09:20:11 decorator==5.2.1 09:20:11 defusedxml==0.7.1 09:20:11 Deprecated==1.2.18 09:20:11 distlib==0.4.0 09:20:11 dnspython==2.7.0 09:20:11 docker==7.1.0 09:20:11 dogpile.cache==1.4.0 09:20:11 durationpy==0.10 09:20:11 email-validator==2.3.0 09:20:11 filelock==3.19.1 09:20:11 future==1.0.0 09:20:11 gitdb==4.0.12 09:20:11 GitPython==3.1.45 09:20:11 google-auth==2.40.3 09:20:11 httplib2==0.22.0 09:20:11 identify==2.6.13 09:20:11 idna==3.10 09:20:11 importlib-resources==1.5.0 09:20:11 iso8601==2.1.0 09:20:11 Jinja2==3.1.6 09:20:11 jmespath==1.0.1 09:20:11 jsonpatch==1.33 09:20:11 jsonpointer==3.0.0 09:20:11 jsonschema==4.25.1 09:20:11 jsonschema-specifications==2025.4.1 09:20:11 keystoneauth1==5.12.0 09:20:11 kubernetes==33.1.0 09:20:11 lftools==0.37.13 09:20:11 lxml==6.0.1 09:20:11 markdown-it-py==4.0.0 09:20:11 MarkupSafe==3.0.2 09:20:11 mdurl==0.1.2 09:20:11 msgpack==1.1.1 09:20:11 multi_key_dict==2.0.3 09:20:11 munch==4.0.0 09:20:11 netaddr==1.3.0 09:20:11 niet==1.4.2 09:20:11 nodeenv==1.9.1 09:20:11 oauth2client==4.1.3 09:20:11 oauthlib==3.3.1 09:20:11 openstacksdk==4.7.0 09:20:11 os-client-config==2.3.0 09:20:11 os-service-types==1.8.0 09:20:11 osc-lib==4.2.0 09:20:11 oslo.config==10.0.0 09:20:11 oslo.context==6.1.0 09:20:11 oslo.i18n==6.6.0 09:20:11 oslo.log==7.2.1 09:20:11 oslo.serialization==5.8.0 09:20:11 oslo.utils==9.1.0 09:20:11 packaging==25.0 09:20:11 pbr==7.0.1 09:20:11 platformdirs==4.4.0 09:20:11 prettytable==3.16.0 09:20:11 psutil==7.0.0 09:20:11 pyasn1==0.6.1 09:20:11 pyasn1_modules==0.4.2 09:20:11 pycparser==2.22 09:20:11 pygerrit2==2.0.15 09:20:11 PyGithub==2.7.0 09:20:11 Pygments==2.19.2 09:20:11 PyJWT==2.10.1 09:20:11 PyNaCl==1.5.0 09:20:11 pyparsing==2.4.7 09:20:11 pyperclip==1.9.0 09:20:11 pyrsistent==0.20.0 09:20:11 python-cinderclient==9.7.0 09:20:11 python-dateutil==2.9.0.post0 09:20:11 python-heatclient==4.3.0 09:20:11 python-jenkins==1.8.3 09:20:11 python-keystoneclient==5.6.0 09:20:11 python-magnumclient==4.8.1 09:20:11 python-novaclient==18.10.0 09:20:11 python-openstackclient==8.2.0 09:20:11 python-swiftclient==4.8.0 09:20:11 PyYAML==6.0.2 09:20:11 referencing==0.36.2 09:20:11 requests==2.32.5 09:20:11 requests-oauthlib==2.0.0 09:20:11 requestsexceptions==1.4.0 09:20:11 rfc3986==2.0.0 09:20:11 rich==14.1.0 09:20:11 rich-argparse==1.7.1 09:20:11 rpds-py==0.27.1 09:20:11 rsa==4.9.1 09:20:11 ruamel.yaml==0.18.15 09:20:11 ruamel.yaml.clib==0.2.12 09:20:11 s3transfer==0.13.1 09:20:11 simplejson==3.20.1 09:20:11 six==1.17.0 09:20:11 smmap==5.0.2 09:20:11 soupsieve==2.8 09:20:11 stevedore==5.5.0 09:20:11 tabulate==0.9.0 09:20:11 toml==0.10.2 09:20:11 tomlkit==0.13.3 09:20:11 tqdm==4.67.1 09:20:11 typing_extensions==4.15.0 09:20:11 tzdata==2025.2 09:20:11 urllib3==1.26.20 09:20:11 virtualenv==20.34.0 09:20:11 wcwidth==0.2.13 09:20:11 websocket-client==1.8.0 09:20:11 wrapt==1.17.3 09:20:11 xdg==6.0.0 09:20:11 xmltodict==0.14.2 09:20:11 yq==3.4.3 09:20:11 [openflowplugin-csit-1node-perf-bulkomatic-only-titanium] $ /bin/bash /tmp/jenkins16967050074578789600.sh 09:20:11 ---> sudo-logs.sh 09:20:11 Archiving 'sudo' log.. 09:20:11 [openflowplugin-csit-1node-perf-bulkomatic-only-titanium] $ /bin/bash /tmp/jenkins3214819279156336293.sh 09:20:11 ---> job-cost.sh 09:20:11 Setup pyenv: 09:20:11 system 09:20:11 3.8.13 09:20:11 3.9.13 09:20:11 3.10.13 09:20:11 * 3.11.7 (set by /w/workspace/openflowplugin-csit-1node-perf-bulkomatic-only-titanium/.python-version) 09:20:12 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-mJzk from file:/tmp/.os_lf_venv 09:20:13 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 09:20:18 lf-activate-venv(): INFO: Adding /tmp/venv-mJzk/bin to PATH 09:20:18 DEBUG: total: 0 09:20:18 INFO: Retrieving Stack Cost... 09:20:18 INFO: Retrieving Pricing Info for: v3-standard-2 09:20:19 INFO: Archiving Costs 09:20:19 [openflowplugin-csit-1node-perf-bulkomatic-only-titanium] $ /bin/bash -l /tmp/jenkins11760386998764438997.sh 09:20:19 ---> logs-deploy.sh 09:20:19 Setup pyenv: 09:20:19 system 09:20:19 3.8.13 09:20:19 3.9.13 09:20:19 3.10.13 09:20:19 * 3.11.7 (set by /w/workspace/openflowplugin-csit-1node-perf-bulkomatic-only-titanium/.python-version) 09:20:19 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-mJzk from file:/tmp/.os_lf_venv 09:20:21 lf-activate-venv(): INFO: Installing: lftools 09:20:29 lf-activate-venv(): INFO: Adding /tmp/venv-mJzk/bin to PATH 09:20:29 WARNING: Nexus logging server not set 09:20:29 INFO: S3 path logs/releng/vex-yul-odl-jenkins-1/openflowplugin-csit-1node-perf-bulkomatic-only-titanium/377/ 09:20:29 INFO: archiving logs to S3 09:20:30 ---> uname -a: 09:20:30 Linux prd-centos8-robot-2c-8g-4522.novalocal 4.18.0-553.5.1.el8.x86_64 #1 SMP Tue May 21 05:46:01 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux 09:20:30 09:20:30 09:20:30 ---> lscpu: 09:20:30 Architecture: x86_64 09:20:30 CPU op-mode(s): 32-bit, 64-bit 09:20:30 Byte Order: Little Endian 09:20:30 CPU(s): 2 09:20:30 On-line CPU(s) list: 0,1 09:20:30 Thread(s) per core: 1 09:20:30 Core(s) per socket: 1 09:20:30 Socket(s): 2 09:20:30 NUMA node(s): 1 09:20:30 Vendor ID: AuthenticAMD 09:20:30 CPU family: 23 09:20:30 Model: 49 09:20:30 Model name: AMD EPYC-Rome Processor 09:20:30 Stepping: 0 09:20:30 CPU MHz: 2799.998 09:20:30 BogoMIPS: 5599.99 09:20:30 Virtualization: AMD-V 09:20:30 Hypervisor vendor: KVM 09:20:30 Virtualization type: full 09:20:30 L1d cache: 32K 09:20:30 L1i cache: 32K 09:20:30 L2 cache: 512K 09:20:30 L3 cache: 16384K 09:20:30 NUMA node0 CPU(s): 0,1 09:20:30 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 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 09:20:30 09:20:30 09:20:30 ---> nproc: 09:20:30 2 09:20:30 09:20:30 09:20:30 ---> df -h: 09:20:30 Filesystem Size Used Avail Use% Mounted on 09:20:30 devtmpfs 3.8G 0 3.8G 0% /dev 09:20:30 tmpfs 3.8G 0 3.8G 0% /dev/shm 09:20:30 tmpfs 3.8G 17M 3.8G 1% /run 09:20:30 tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup 09:20:30 /dev/vda1 40G 8.3G 32G 21% / 09:20:30 tmpfs 770M 0 770M 0% /run/user/1001 09:20:30 09:20:30 09:20:30 ---> free -m: 09:20:30 total used free shared buff/cache available 09:20:30 Mem: 7697 554 5102 19 2040 6848 09:20:30 Swap: 1023 0 1023 09:20:30 09:20:30 09:20:30 ---> ip addr: 09:20:30 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 09:20:30 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 09:20:30 inet 127.0.0.1/8 scope host lo 09:20:30 valid_lft forever preferred_lft forever 09:20:30 inet6 ::1/128 scope host 09:20:30 valid_lft forever preferred_lft forever 09:20:30 2: eth0: mtu 1458 qdisc mq state UP group default qlen 1000 09:20:30 link/ether fa:16:3e:cd:7c:ca brd ff:ff:ff:ff:ff:ff 09:20:30 altname enp0s3 09:20:30 altname ens3 09:20:30 inet 10.30.171.110/23 brd 10.30.171.255 scope global dynamic noprefixroute eth0 09:20:30 valid_lft 86209sec preferred_lft 86209sec 09:20:30 inet6 fe80::f816:3eff:fecd:7cca/64 scope link 09:20:30 valid_lft forever preferred_lft forever 09:20:30 09:20:30 09:20:30 ---> sar -b -r -n DEV: 09:20:30 Linux 4.18.0-553.5.1.el8.x86_64 (centos-stream-8-robot-7d7a37eb-bc14-4dd6-9530-dc22c5eae738.noval) 08/28/2025 _x86_64_ (2 CPU) 09:20:30 09:20:30 09:17:10 LINUX RESTART (2 CPU) 09:20:30 09:20:30 09:18:01 AM tps rtps wtps bread/s bwrtn/s 09:20:30 09:19:01 AM 51.46 8.47 42.99 1991.67 4013.16 09:20:30 09:20:01 AM 99.48 0.95 98.53 107.28 10623.35 09:20:30 Average: 75.47 4.71 70.77 1049.32 7318.81 09:20:30 09:20:30 09:18:01 AM kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 09:20:30 09:19:01 AM 5434192 7018020 2448240 31.06 2688 1775876 745028 8.34 178396 1988596 104536 09:20:30 09:20:01 AM 5294792 7062144 2587640 32.83 2688 1944384 660908 7.40 371060 1874908 10196 09:20:30 Average: 5364492 7040082 2517940 31.94 2688 1860130 702968 7.87 274728 1931752 57366 09:20:30 09:20:30 09:18:01 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 09:20:30 09:19:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:30 09:19:01 AM eth0 197.85 119.85 1531.88 50.63 0.00 0.00 0.00 0.00 09:20:30 09:20:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:30 09:20:01 AM eth0 17.49 13.53 38.29 5.23 0.00 0.00 0.00 0.00 09:20:30 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:30 Average: eth0 107.66 66.68 784.96 27.93 0.00 0.00 0.00 0.00 09:20:30 09:20:30 09:20:30 ---> sar -P ALL: 09:20:30 Linux 4.18.0-553.5.1.el8.x86_64 (centos-stream-8-robot-7d7a37eb-bc14-4dd6-9530-dc22c5eae738.noval) 08/28/2025 _x86_64_ (2 CPU) 09:20:30 09:20:30 09:17:10 LINUX RESTART (2 CPU) 09:20:30 09:20:30 09:18:01 AM CPU %user %nice %system %iowait %steal %idle 09:20:30 09:19:01 AM all 25.43 0.00 3.67 3.16 0.09 67.65 09:20:30 09:19:01 AM 0 22.36 0.00 3.55 4.27 0.08 69.74 09:20:30 09:19:01 AM 1 28.51 0.00 3.79 2.04 0.10 65.56 09:20:30 09:20:01 AM all 31.40 0.00 5.31 3.47 0.12 59.70 09:20:30 09:20:01 AM 0 36.96 0.00 5.29 3.82 0.13 53.80 09:20:30 09:20:01 AM 1 25.84 0.00 5.34 3.12 0.10 65.61 09:20:30 Average: all 28.42 0.00 4.49 3.31 0.10 63.67 09:20:30 Average: 0 29.66 0.00 4.42 4.04 0.11 61.77 09:20:30 Average: 1 27.17 0.00 4.56 2.58 0.10 65.58 09:20:30 09:20:30 09:20:30