02:12:14 Started by upstream project "integration-distribution-test-titanium" build number 26 02:12:14 originally caused by: 02:12:14 Started by upstream project "autorelease-release-titanium-mvn39-openjdk21" build number 26 02:12:14 originally caused by: 02:12:14 Started by timer 02:12:14 Running as SYSTEM 02:12:14 [EnvInject] - Loading node environment variables. 02:12:14 Building remotely on prd-centos8-robot-2c-8g-24774 (centos8-robot-2c-8g) in workspace /w/workspace/openflowplugin-csit-1node-cbench-only-titanium 02:12:15 [ssh-agent] Looking for ssh-agent implementation... 02:12:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:12:15 $ ssh-agent 02:12:15 SSH_AUTH_SOCK=/tmp/ssh-ExYA3ZR6Sp0Q/agent.5279 02:12:15 SSH_AGENT_PID=5280 02:12:15 [ssh-agent] Started. 02:12:15 Running ssh-add (command line suppressed) 02:12:15 Identity added: /w/workspace/openflowplugin-csit-1node-cbench-only-titanium@tmp/private_key_17261023779055603259.key (/w/workspace/openflowplugin-csit-1node-cbench-only-titanium@tmp/private_key_17261023779055603259.key) 02:12:15 [ssh-agent] Using credentials jenkins (Release Engineering Jenkins Key) 02:12:15 The recommended git tool is: NONE 02:12:17 using credential opendaylight-jenkins-ssh 02:12:18 Wiping out workspace first. 02:12:18 Cloning the remote Git repository 02:12:18 Cloning repository git://devvexx.opendaylight.org/mirror/integration/test 02:12:18 > git init /w/workspace/openflowplugin-csit-1node-cbench-only-titanium/test # timeout=10 02:12:18 Fetching upstream changes from git://devvexx.opendaylight.org/mirror/integration/test 02:12:18 > git --version # timeout=10 02:12:18 > git --version # 'git version 2.43.0' 02:12:18 using GIT_SSH to set credentials Release Engineering Jenkins Key 02:12:18 [INFO] Currently running in a labeled security context 02:12:18 [INFO] Currently SELinux is 'enforcing' on the host 02:12:18 > /usr/bin/chcon --type=ssh_home_t /w/workspace/openflowplugin-csit-1node-cbench-only-titanium/test@tmp/jenkins-gitclient-ssh6287286797416122529.key 02:12:18 Verifying host key using known hosts file 02:12:18 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. 02:12:18 > git fetch --tags --force --progress -- git://devvexx.opendaylight.org/mirror/integration/test +refs/heads/*:refs/remotes/origin/* # timeout=10 02:12:24 ERROR: Error cloning remote repo 'origin' 02:12:24 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: 02:12:24 stdout: 02:12:24 stderr: fatal: unable to connect to devvexx.opendaylight.org: 02:12:24 devvexx.opendaylight.org[0: 199.204.45.87]: errno=No route to host 02:12:24 devvexx.opendaylight.org[1: 2604:e100:1:0:f816:3eff:fe45:48d6]: errno=Network is unreachable 02:12:24 02:12:24 02:12:24 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2846) 02:12:24 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2185) 02:12:24 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:635) 02:12:24 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:871) 02:12:24 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:170) 02:12:24 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161) 02:12:24 at hudson.remoting.UserRequest.perform(UserRequest.java:211) 02:12:24 at hudson.remoting.UserRequest.perform(UserRequest.java:54) 02:12:24 at hudson.remoting.Request$2.run(Request.java:377) 02:12:24 at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78) 02:12:24 at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) 02:12:24 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) 02:12:24 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) 02:12:24 at java.base/java.lang.Thread.run(Thread.java:829) 02:12:24 Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to prd-centos8-robot-2c-8g-24774 02:12:24 at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1787) 02:12:24 at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356) 02:12:24 at hudson.remoting.Channel.call(Channel.java:1003) 02:12:24 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:153) 02:12:24 at jdk.internal.reflect.GeneratedMethodAccessor616.invoke(Unknown Source) 02:12:24 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 02:12:24 at java.base/java.lang.reflect.Method.invoke(Method.java:566) 02:12:24 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:138) 02:12:24 at com.sun.proxy.$Proxy202.execute(Unknown Source) 02:12:24 at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1222) 02:12:24 at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1305) 02:12:24 at hudson.scm.SCM.checkout(SCM.java:540) 02:12:24 at hudson.model.AbstractProject.checkout(AbstractProject.java:1248) 02:12:24 at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:649) 02:12:24 at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85) 02:12:24 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:521) 02:12:24 at hudson.model.Run.execute(Run.java:1895) 02:12:24 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44) 02:12:24 at hudson.model.ResourceController.execute(ResourceController.java:101) 02:12:24 at hudson.model.Executor.run(Executor.java:442) 02:12:24 ERROR: Error cloning remote repo 'origin' 02:12:24 $ ssh-agent -k 02:12:24 unset SSH_AUTH_SOCK; 02:12:24 unset SSH_AGENT_PID; 02:12:24 echo Agent pid 5280 killed; 02:12:24 [ssh-agent] Stopped. 02:12:24 Recording plot data 02:12:24 Robot results publisher started... 02:12:24 INFO: Checking test criticality is deprecated and will be dropped in a future release! 02:12:24 -Parsing output xml: 02:12:24 Failed! 02:12:24 hudson.AbortException: No files found in path /w/workspace/openflowplugin-csit-1node-cbench-only-titanium with configured filemask: output.xml 02:12:24 at hudson.plugins.robot.RobotParser$RobotParserCallable.invoke(RobotParser.java:81) 02:12:24 at hudson.plugins.robot.RobotParser$RobotParserCallable.invoke(RobotParser.java:52) 02:12:24 at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3616) 02:12:24 at hudson.remoting.UserRequest.perform(UserRequest.java:211) 02:12:24 at hudson.remoting.UserRequest.perform(UserRequest.java:54) 02:12:24 at hudson.remoting.Request$2.run(Request.java:377) 02:12:24 at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78) 02:12:24 at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) 02:12:24 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) 02:12:24 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) 02:12:24 at java.base/java.lang.Thread.run(Thread.java:829) 02:12:24 Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to prd-centos8-robot-2c-8g-24774 02:12:24 at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1787) 02:12:24 at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356) 02:12:24 at hudson.remoting.Channel.call(Channel.java:1003) 02:12:24 at hudson.FilePath.act(FilePath.java:1230) 02:12:24 at hudson.FilePath.act(FilePath.java:1219) 02:12:24 at hudson.plugins.robot.RobotParser.parse(RobotParser.java:48) 02:12:24 at hudson.plugins.robot.RobotPublisher.parse(RobotPublisher.java:246) 02:12:24 at hudson.plugins.robot.RobotPublisher.perform(RobotPublisher.java:268) 02:12:24 at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:80) 02:12:24 at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) 02:12:24 at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:818) 02:12:24 at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:767) 02:12:24 at hudson.model.Build$BuildExecution.post2(Build.java:179) 02:12:24 at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:711) 02:12:24 at hudson.model.Run.execute(Run.java:1918) 02:12:24 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44) 02:12:24 at hudson.model.ResourceController.execute(ResourceController.java:101) 02:12:24 at hudson.model.Executor.run(Executor.java:442) 02:12:24 [PostBuildScript] - [INFO] Executing post build scripts. 02:12:24 [openflowplugin-csit-1node-cbench-only-titanium] $ /bin/bash /tmp/jenkins17917155956130522403.sh 02:12:24 Archiving csit artifacts 02:12:24 seq: invalid floating point argument: ‘’ 02:12:24 Try 'seq --help' for more information. 02:12:24 % Total % Received % Xferd Average Speed Time Time Time Current 02:12:24 Dload Upload Total Spent Left Speed 02:12:24 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 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0curl: (6) Could not resolve host: jenkins.opendaylight.org 02:12:35 unzip: cannot find or open robot-plugin.zip, robot-plugin.zip.zip or robot-plugin.zip.ZIP. 02:12:35 mv: cannot stat '*.log': No such file or directory 02:12:35 mv: cannot stat '*.log.gz': No such file or directory 02:12:35 mv: cannot stat '*.csv': No such file or directory 02:12:35 mv: cannot stat '*.png': No such file or directory 02:12:35 [PostBuildScript] - [INFO] Executing post build scripts. 02:12:35 [openflowplugin-csit-1node-cbench-only-titanium] $ /bin/bash /tmp/jenkins793159539113501193.sh 02:12:35 [PostBuildScript] - [INFO] Executing post build scripts. 02:12:35 [EnvInject] - Injecting environment variables from a build step. 02:12:35 [EnvInject] - Injecting as environment variables the properties content 02:12:35 OS_CLOUD=vex 02:12:35 OS_STACK_NAME=releng-openflowplugin-csit-1node-cbench-only-titanium-26 02:12:35 02:12:35 [EnvInject] - Variables injected successfully. 02:12:35 provisioning config files... 02:12:36 copy managed file [clouds-yaml] to file:/home/jenkins/.config/openstack/clouds.yaml 02:12:36 [openflowplugin-csit-1node-cbench-only-titanium] $ /bin/bash /tmp/jenkins4311601006486945609.sh 02:12:36 ---> openstack-stack-delete.sh 02:12:36 Setup pyenv: 02:12:36 system 02:12:36 * 3.8.13 (set by /opt/pyenv/version) 02:12:36 * 3.9.13 (set by /opt/pyenv/version) 02:12:36 * 3.10.13 (set by /opt/pyenv/version) 02:12:36 * 3.11.7 (set by /opt/pyenv/version) 02:12:41 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-1gd5 02:12:41 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 02:12:46 lf-activate-venv(): INFO: Installing: lftools[openstack] kubernetes python-heatclient python-openstackclient 02:13:29 lf-activate-venv(): INFO: Adding /tmp/venv-1gd5/bin to PATH 02:13:29 INFO: Retrieving stack cost for: releng-openflowplugin-csit-1node-cbench-only-titanium-26 02:13:31 openstack.exceptions.NotFoundException: No Stack found for releng-openflowplugin-csit-1node-cbench-only-titanium-26 02:13:31 WARNING: Unable to get stack costs, continuing anyway 02:13:43 INFO: Deleting stack releng-openflowplugin-csit-1node-cbench-only-titanium-26 02:13:43 Successfully deleted stack releng-openflowplugin-csit-1node-cbench-only-titanium-26 02:13:43 [PostBuildScript] - [INFO] Executing post build scripts. 02:13:43 [openflowplugin-csit-1node-cbench-only-titanium] $ /bin/bash /tmp/jenkins16746930336803719361.sh 02:13:43 ---> sysstat.sh 02:13:43 [openflowplugin-csit-1node-cbench-only-titanium] $ /bin/bash /tmp/jenkins677800877396659753.sh 02:13:43 ---> package-listing.sh 02:13:43 ++ facter osfamily 02:13:43 ++ tr '[:upper:]' '[:lower:]' 02:13:44 + OS_FAMILY=redhat 02:13:44 + workspace=/w/workspace/openflowplugin-csit-1node-cbench-only-titanium 02:13:44 + START_PACKAGES=/tmp/packages_start.txt 02:13:44 + END_PACKAGES=/tmp/packages_end.txt 02:13:44 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:13:44 + PACKAGES=/tmp/packages_start.txt 02:13:44 + '[' /w/workspace/openflowplugin-csit-1node-cbench-only-titanium ']' 02:13:44 + PACKAGES=/tmp/packages_end.txt 02:13:44 + case "${OS_FAMILY}" in 02:13:44 + rpm -qa 02:13:44 + sort 02:13:44 + '[' -f /tmp/packages_start.txt ']' 02:13:44 + '[' -f /tmp/packages_end.txt ']' 02:13:44 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:13:44 + '[' /w/workspace/openflowplugin-csit-1node-cbench-only-titanium ']' 02:13:44 + mkdir -p /w/workspace/openflowplugin-csit-1node-cbench-only-titanium/archives/ 02:13:44 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/openflowplugin-csit-1node-cbench-only-titanium/archives/ 02:13:44 [openflowplugin-csit-1node-cbench-only-titanium] $ /bin/bash /tmp/jenkins12659901076022241503.sh 02:13:44 ---> capture-instance-metadata.sh 02:13:44 Setup pyenv: 02:13:44 system 02:13:44 3.8.13 02:13:44 3.9.13 02:13:44 3.10.13 02:13:44 * 3.11.7 (set by /w/workspace/openflowplugin-csit-1node-cbench-only-titanium/.python-version) 02:13:45 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-1gd5 from file:/tmp/.os_lf_venv 02:13:46 lf-activate-venv(): INFO: Installing: lftools 02:13:57 lf-activate-venv(): INFO: Adding /tmp/venv-1gd5/bin to PATH 02:13:57 INFO: Running in OpenStack, capturing instance metadata 02:13:58 [openflowplugin-csit-1node-cbench-only-titanium] $ /bin/bash /tmp/jenkins17660827821632514364.sh 02:13:58 provisioning config files... 02:13:58 Could not find credentials [logs] for openflowplugin-csit-1node-cbench-only-titanium #26 02:13:58 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/openflowplugin-csit-1node-cbench-only-titanium@tmp/config11820707826972707787tmp 02:13:58 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[odl-logs-s3-cloudfront-index] 02:13:58 Run condition [Regular expression match] enabling perform for step [Provide Configuration files] 02:13:58 provisioning config files... 02:13:58 copy managed file [jenkins-s3-log-ship] to file:/home/jenkins/.aws/credentials 02:13:58 [EnvInject] - Injecting environment variables from a build step. 02:13:58 [EnvInject] - Injecting as environment variables the properties content 02:13:58 SERVER_ID=logs 02:13:58 02:13:58 [EnvInject] - Variables injected successfully. 02:13:58 [openflowplugin-csit-1node-cbench-only-titanium] $ /bin/bash /tmp/jenkins8569088488803096484.sh 02:13:58 ---> create-netrc.sh 02:13:58 WARN: Log server credential not found. 02:13:58 [openflowplugin-csit-1node-cbench-only-titanium] $ /bin/bash /tmp/jenkins13020087609634086092.sh 02:13:59 ---> python-tools-install.sh 02:13:59 Setup pyenv: 02:13:59 system 02:13:59 3.8.13 02:13:59 3.9.13 02:13:59 3.10.13 02:13:59 * 3.11.7 (set by /w/workspace/openflowplugin-csit-1node-cbench-only-titanium/.python-version) 02:13:59 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-1gd5 from file:/tmp/.os_lf_venv 02:14:00 lf-activate-venv(): INFO: Installing: lftools 02:14:07 lf-activate-venv(): INFO: Adding /tmp/venv-1gd5/bin to PATH 02:14:07 Generating Requirements File 02:14:21 Python 3.11.7 02:14:21 pip 24.2 from /tmp/venv-1gd5/lib/python3.11/site-packages/pip (python 3.11) 02:14:21 appdirs==1.4.4 02:14:21 argcomplete==3.5.0 02:14:21 aspy.yaml==1.3.0 02:14:21 attrs==24.2.0 02:14:21 autopage==0.5.2 02:14:21 beautifulsoup4==4.12.3 02:14:21 boto3==1.35.24 02:14:21 botocore==1.35.24 02:14:21 bs4==0.0.2 02:14:21 cachetools==5.5.0 02:14:21 certifi==2024.8.30 02:14:21 cffi==1.17.1 02:14:21 cfgv==3.4.0 02:14:21 chardet==5.2.0 02:14:21 charset-normalizer==3.3.2 02:14:21 click==8.1.7 02:14:21 cliff==4.7.0 02:14:21 cmd2==2.4.3 02:14:21 cryptography==3.3.2 02:14:21 debtcollector==3.0.0 02:14:21 decorator==5.1.1 02:14:21 defusedxml==0.7.1 02:14:21 Deprecated==1.2.14 02:14:21 distlib==0.3.8 02:14:21 dnspython==2.6.1 02:14:21 docker==4.2.2 02:14:21 dogpile.cache==1.3.3 02:14:21 durationpy==0.7 02:14:21 email_validator==2.2.0 02:14:21 filelock==3.16.1 02:14:21 future==1.0.0 02:14:21 gitdb==4.0.11 02:14:21 GitPython==3.1.43 02:14:21 google-auth==2.35.0 02:14:21 httplib2==0.22.0 02:14:21 identify==2.6.1 02:14:21 idna==3.10 02:14:21 importlib-resources==1.5.0 02:14:21 iso8601==2.1.0 02:14:21 Jinja2==3.1.4 02:14:21 jmespath==1.0.1 02:14:21 jsonpatch==1.33 02:14:21 jsonpointer==3.0.0 02:14:21 jsonschema==4.23.0 02:14:21 jsonschema-specifications==2023.12.1 02:14:21 keystoneauth1==5.8.0 02:14:21 kubernetes==31.0.0 02:14:21 lftools==0.37.10 02:14:21 lxml==5.3.0 02:14:21 MarkupSafe==2.1.5 02:14:21 msgpack==1.1.0 02:14:21 multi_key_dict==2.0.3 02:14:21 munch==4.0.0 02:14:21 netaddr==1.3.0 02:14:21 netifaces==0.11.0 02:14:21 niet==1.4.2 02:14:21 nodeenv==1.9.1 02:14:21 oauth2client==4.1.3 02:14:21 oauthlib==3.2.2 02:14:21 openstacksdk==4.0.0 02:14:21 os-client-config==2.1.0 02:14:21 os-service-types==1.7.0 02:14:21 osc-lib==3.1.0 02:14:21 oslo.config==9.6.0 02:14:21 oslo.context==5.6.0 02:14:21 oslo.i18n==6.4.0 02:14:21 oslo.log==6.1.2 02:14:21 oslo.serialization==5.5.0 02:14:21 oslo.utils==7.3.0 02:14:21 packaging==24.1 02:14:21 pbr==6.1.0 02:14:21 platformdirs==4.3.6 02:14:21 prettytable==3.11.0 02:14:21 pyasn1==0.6.1 02:14:21 pyasn1_modules==0.4.1 02:14:21 pycparser==2.22 02:14:21 pygerrit2==2.0.15 02:14:21 PyGithub==2.4.0 02:14:21 PyJWT==2.9.0 02:14:21 PyNaCl==1.5.0 02:14:21 pyparsing==2.4.7 02:14:21 pyperclip==1.9.0 02:14:21 pyrsistent==0.20.0 02:14:21 python-cinderclient==9.6.0 02:14:21 python-dateutil==2.9.0.post0 02:14:21 python-heatclient==4.0.0 02:14:21 python-jenkins==1.8.2 02:14:21 python-keystoneclient==5.5.0 02:14:21 python-magnumclient==4.7.0 02:14:21 python-novaclient==18.7.0 02:14:21 python-openstackclient==7.1.2 02:14:21 python-swiftclient==4.6.0 02:14:21 PyYAML==6.0.2 02:14:21 referencing==0.35.1 02:14:21 requests==2.32.3 02:14:21 requests-oauthlib==2.0.0 02:14:21 requestsexceptions==1.4.0 02:14:21 rfc3986==2.0.0 02:14:21 rpds-py==0.20.0 02:14:21 rsa==4.9 02:14:21 ruamel.yaml==0.18.6 02:14:21 ruamel.yaml.clib==0.2.8 02:14:21 s3transfer==0.10.2 02:14:21 simplejson==3.19.3 02:14:21 six==1.16.0 02:14:21 smmap==5.0.1 02:14:21 soupsieve==2.6 02:14:21 stevedore==5.3.0 02:14:21 tabulate==0.9.0 02:14:21 toml==0.10.2 02:14:21 tomlkit==0.13.2 02:14:21 tqdm==4.66.5 02:14:21 typing_extensions==4.12.2 02:14:21 tzdata==2024.1 02:14:21 urllib3==1.26.20 02:14:21 virtualenv==20.26.5 02:14:21 wcwidth==0.2.13 02:14:21 websocket-client==1.8.0 02:14:21 wrapt==1.16.0 02:14:21 xdg==6.0.0 02:14:21 xmltodict==0.13.0 02:14:21 yq==3.4.3 02:14:21 [openflowplugin-csit-1node-cbench-only-titanium] $ /bin/bash /tmp/jenkins7545913334444542611.sh 02:14:21 ---> sudo-logs.sh 02:14:21 Archiving 'sudo' log.. 02:14:22 [openflowplugin-csit-1node-cbench-only-titanium] $ /bin/bash /tmp/jenkins11550231692743002974.sh 02:14:22 ---> job-cost.sh 02:14:22 Setup pyenv: 02:14:22 system 02:14:22 3.8.13 02:14:22 3.9.13 02:14:22 3.10.13 02:14:22 * 3.11.7 (set by /w/workspace/openflowplugin-csit-1node-cbench-only-titanium/.python-version) 02:14:22 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-1gd5 from file:/tmp/.os_lf_venv 02:14:23 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 02:14:28 lf-activate-venv(): INFO: Adding /tmp/venv-1gd5/bin to PATH 02:14:28 DEBUG: total: 0 02:14:28 INFO: Retrieving Stack Cost... 02:14:28 INFO: Retrieving Pricing Info for: v3-standard-2 02:14:29 INFO: Archiving Costs 02:14:29 [openflowplugin-csit-1node-cbench-only-titanium] $ /bin/bash -l /tmp/jenkins16789764136969735478.sh 02:14:29 ---> logs-deploy.sh 02:14:29 Setup pyenv: 02:14:29 system 02:14:29 3.8.13 02:14:29 3.9.13 02:14:29 3.10.13 02:14:29 * 3.11.7 (set by /w/workspace/openflowplugin-csit-1node-cbench-only-titanium/.python-version) 02:14:29 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-1gd5 from file:/tmp/.os_lf_venv 02:14:30 lf-activate-venv(): INFO: Installing: lftools 02:14:38 lf-activate-venv(): INFO: Adding /tmp/venv-1gd5/bin to PATH 02:14:38 WARNING: Nexus logging server not set 02:14:38 INFO: S3 path logs/releng/vex-yul-odl-jenkins-1/openflowplugin-csit-1node-cbench-only-titanium/26/ 02:14:38 INFO: archiving logs to S3 02:14:39 ---> uname -a: 02:14:39 Linux prd-centos8-robot-2c-8g-24774.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 02:14:39 02:14:39 02:14:39 ---> lscpu: 02:14:39 Architecture: x86_64 02:14:39 CPU op-mode(s): 32-bit, 64-bit 02:14:39 Byte Order: Little Endian 02:14:39 CPU(s): 2 02:14:39 On-line CPU(s) list: 0,1 02:14:39 Thread(s) per core: 1 02:14:39 Core(s) per socket: 1 02:14:39 Socket(s): 2 02:14:39 NUMA node(s): 1 02:14:39 Vendor ID: AuthenticAMD 02:14:39 CPU family: 23 02:14:39 Model: 49 02:14:39 Model name: AMD EPYC-Rome Processor 02:14:39 Stepping: 0 02:14:39 CPU MHz: 2799.996 02:14:39 BogoMIPS: 5599.99 02:14:39 Virtualization: AMD-V 02:14:39 Hypervisor vendor: KVM 02:14:39 Virtualization type: full 02:14:39 L1d cache: 32K 02:14:39 L1i cache: 32K 02:14:39 L2 cache: 512K 02:14:39 L3 cache: 16384K 02:14:39 NUMA node0 CPU(s): 0,1 02:14:39 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 02:14:39 02:14:39 02:14:39 ---> nproc: 02:14:39 2 02:14:39 02:14:39 02:14:39 ---> df -h: 02:14:39 Filesystem Size Used Avail Use% Mounted on 02:14:39 devtmpfs 3.8G 0 3.8G 0% /dev 02:14:39 tmpfs 3.8G 0 3.8G 0% /dev/shm 02:14:39 tmpfs 3.8G 17M 3.8G 1% /run 02:14:39 tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup 02:14:39 /dev/vda1 40G 8.3G 32G 21% / 02:14:39 tmpfs 770M 0 770M 0% /run/user/1001 02:14:39 02:14:39 02:14:39 ---> free -m: 02:14:39 total used free shared buff/cache available 02:14:39 Mem: 7697 561 5094 19 2041 6842 02:14:39 Swap: 1023 0 1023 02:14:39 02:14:39 02:14:39 ---> ip addr: 02:14:39 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 02:14:39 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 02:14:39 inet 127.0.0.1/8 scope host lo 02:14:39 valid_lft forever preferred_lft forever 02:14:39 inet6 ::1/128 scope host 02:14:39 valid_lft forever preferred_lft forever 02:14:39 2: eth0: mtu 1458 qdisc mq state UP group default qlen 1000 02:14:39 link/ether fa:16:3e:74:93:1c brd ff:ff:ff:ff:ff:ff 02:14:39 altname enp0s3 02:14:39 altname ens3 02:14:39 inet 10.30.171.154/23 brd 10.30.171.255 scope global dynamic noprefixroute eth0 02:14:39 valid_lft 86207sec preferred_lft 86207sec 02:14:39 inet6 fe80::f816:3eff:fe74:931c/64 scope link 02:14:39 valid_lft forever preferred_lft forever 02:14:39 02:14:39 02:14:39 ---> sar -b -r -n DEV: 02:14:39 Linux 4.18.0-553.5.1.el8.x86_64 (centos-stream-8-robot-7d7a37eb-bc14-4dd6-9530-dc22c5eae738.noval) 09/21/2024 _x86_64_ (2 CPU) 02:14:39 02:14:39 02:11:16 LINUX RESTART (2 CPU) 02:14:39 02:14:39 02:12:01 AM tps rtps wtps bread/s bwrtn/s 02:14:39 02:13:01 AM 42.02 17.69 24.33 5179.74 2041.45 02:14:39 02:14:01 AM 121.73 7.66 114.06 1351.42 11275.52 02:14:39 Average: 81.87 12.68 69.19 3265.58 6658.49 02:14:39 02:14:39 02:12:01 AM kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:14:39 02:13:01 AM 5575132 7072552 2307292 29.27 2688 1690784 711148 7.96 180964 1846504 67952 02:14:39 02:14:01 AM 5288540 7057888 2593884 32.91 2688 1948972 677484 7.59 391120 1863780 38052 02:14:39 Average: 5431836 7065220 2450588 31.09 2688 1819878 694316 7.77 286042 1855142 53002 02:14:39 02:14:39 02:12:01 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:14:39 02:13:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:14:39 02:13:01 AM eth0 174.69 99.55 782.83 48.01 0.00 0.00 0.00 0.00 02:14:39 02:14:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:14:39 02:14:01 AM eth0 47.98 31.54 706.24 8.23 0.00 0.00 0.00 0.00 02:14:39 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:14:39 Average: eth0 111.34 65.54 744.54 28.12 0.00 0.00 0.00 0.00 02:14:39 02:14:39 02:14:39 ---> sar -P ALL: 02:14:39 Linux 4.18.0-553.5.1.el8.x86_64 (centos-stream-8-robot-7d7a37eb-bc14-4dd6-9530-dc22c5eae738.noval) 09/21/2024 _x86_64_ (2 CPU) 02:14:39 02:14:39 02:11:16 LINUX RESTART (2 CPU) 02:14:39 02:14:39 02:12:01 AM CPU %user %nice %system %iowait %steal %idle 02:14:39 02:13:01 AM all 22.63 0.00 3.83 2.30 0.11 71.13 02:14:39 02:13:01 AM 0 23.34 0.00 4.14 2.38 0.10 70.05 02:14:39 02:13:01 AM 1 21.91 0.00 3.52 2.23 0.12 72.22 02:14:39 02:14:01 AM all 27.57 0.00 5.59 7.32 0.13 59.39 02:14:39 02:14:01 AM 0 37.87 0.00 6.58 6.25 0.15 49.15 02:14:39 02:14:01 AM 1 17.28 0.00 4.60 8.38 0.12 69.62 02:14:39 Average: all 25.10 0.00 4.71 4.81 0.12 65.26 02:14:39 Average: 0 30.60 0.00 5.36 4.31 0.13 59.60 02:14:39 Average: 1 19.59 0.00 4.06 5.31 0.12 70.92 02:14:39 02:14:39 02:14:39