02:07:53 Started by upstream project "integration-distribution-test-titanium" build number 151 02:07:53 originally caused by: 02:07:53 Started by upstream project "autorelease-release-titanium-mvn39-openjdk21" build number 151 02:07:53 originally caused by: 02:07:53 Started by timer 02:07:53 Running as SYSTEM 02:07:53 [EnvInject] - Loading node environment variables. 02:07:53 Building remotely on prd-centos8-robot-2c-8g-4454 (centos8-robot-2c-8g) in workspace /w/workspace/bgpcep-csit-1node-bgp-ingest-all-titanium 02:07:54 [ssh-agent] Looking for ssh-agent implementation... 02:07:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:07:54 $ ssh-agent 02:07:54 SSH_AUTH_SOCK=/tmp/ssh-CS3OHetBLp4s/agent.5292 02:07:54 SSH_AGENT_PID=5293 02:07:54 [ssh-agent] Started. 02:07:54 Running ssh-add (command line suppressed) 02:07:54 Identity added: /w/workspace/bgpcep-csit-1node-bgp-ingest-all-titanium@tmp/private_key_7147662611994166238.key (/w/workspace/bgpcep-csit-1node-bgp-ingest-all-titanium@tmp/private_key_7147662611994166238.key) 02:07:54 [ssh-agent] Using credentials jenkins (Release Engineering Jenkins Key) 02:07:54 The recommended git tool is: NONE 02:07:58 using credential opendaylight-jenkins-ssh 02:07:58 Wiping out workspace first. 02:07:58 Cloning the remote Git repository 02:07:58 Cloning repository git://devvexx.opendaylight.org/mirror/integration/test 02:07:58 > git init /w/workspace/bgpcep-csit-1node-bgp-ingest-all-titanium/test # timeout=10 02:07:58 Fetching upstream changes from git://devvexx.opendaylight.org/mirror/integration/test 02:07:58 > git --version # timeout=10 02:07:58 > git --version # 'git version 2.43.0' 02:07:58 using GIT_SSH to set credentials Release Engineering Jenkins Key 02:07:58 [INFO] Currently running in a labeled security context 02:07:58 [INFO] Currently SELinux is 'enforcing' on the host 02:07:58 > /usr/bin/chcon --type=ssh_home_t /w/workspace/bgpcep-csit-1node-bgp-ingest-all-titanium/test@tmp/jenkins-gitclient-ssh112904954157491551.key 02:07:58 Verifying host key using known hosts file 02:07:58 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:07:58 > git fetch --tags --force --progress -- git://devvexx.opendaylight.org/mirror/integration/test +refs/heads/*:refs/remotes/origin/* # timeout=10 02:08:06 ERROR: Error cloning remote repo 'origin' 02:08:06 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:08:06 stdout: 02:08:06 stderr: fatal: unable to look up devvexx.opendaylight.org (port 9418) (Name or service not known) 02:08:06 02:08:06 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2846) 02:08:06 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2185) 02:08:06 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:635) 02:08:06 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:871) 02:08:06 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:170) 02:08:06 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161) 02:08:06 at hudson.remoting.UserRequest.perform(UserRequest.java:211) 02:08:06 at hudson.remoting.UserRequest.perform(UserRequest.java:54) 02:08:06 at hudson.remoting.Request$2.run(Request.java:377) 02:08:06 at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78) 02:08:06 at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) 02:08:06 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) 02:08:06 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) 02:08:06 at java.base/java.lang.Thread.run(Thread.java:829) 02:08:06 Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to prd-centos8-robot-2c-8g-4454 02:08:06 at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1787) 02:08:06 at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356) 02:08:06 at hudson.remoting.Channel.call(Channel.java:1003) 02:08:06 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:153) 02:08:06 at jdk.internal.reflect.GeneratedMethodAccessor450.invoke(Unknown Source) 02:08:06 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 02:08:06 at java.base/java.lang.reflect.Method.invoke(Method.java:566) 02:08:06 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:138) 02:08:06 at com.sun.proxy.$Proxy233.execute(Unknown Source) 02:08:06 at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1222) 02:08:06 at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1305) 02:08:06 at hudson.scm.SCM.checkout(SCM.java:540) 02:08:06 at hudson.model.AbstractProject.checkout(AbstractProject.java:1248) 02:08:06 at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:649) 02:08:06 at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85) 02:08:06 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:521) 02:08:06 at hudson.model.Run.execute(Run.java:1895) 02:08:06 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44) 02:08:06 at hudson.model.ResourceController.execute(ResourceController.java:101) 02:08:06 at hudson.model.Executor.run(Executor.java:442) 02:08:06 ERROR: Error cloning remote repo 'origin' 02:08:06 $ ssh-agent -k 02:08:06 unset SSH_AUTH_SOCK; 02:08:06 unset SSH_AGENT_PID; 02:08:06 echo Agent pid 5293 killed; 02:08:06 [ssh-agent] Stopped. 02:08:06 Recording plot data 02:08:06 Robot results publisher started... 02:08:06 INFO: Checking test criticality is deprecated and will be dropped in a future release! 02:08:06 -Parsing output xml: 02:08:07 Failed! 02:08:07 hudson.AbortException: No files found in path /w/workspace/bgpcep-csit-1node-bgp-ingest-all-titanium with configured filemask: output.xml 02:08:07 at hudson.plugins.robot.RobotParser$RobotParserCallable.invoke(RobotParser.java:81) 02:08:07 at hudson.plugins.robot.RobotParser$RobotParserCallable.invoke(RobotParser.java:52) 02:08:07 at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3616) 02:08:07 at hudson.remoting.UserRequest.perform(UserRequest.java:211) 02:08:07 at hudson.remoting.UserRequest.perform(UserRequest.java:54) 02:08:07 at hudson.remoting.Request$2.run(Request.java:377) 02:08:07 at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78) 02:08:07 at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) 02:08:07 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) 02:08:07 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) 02:08:07 at java.base/java.lang.Thread.run(Thread.java:829) 02:08:07 Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to prd-centos8-robot-2c-8g-4454 02:08:07 at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1787) 02:08:07 at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356) 02:08:07 at hudson.remoting.Channel.call(Channel.java:1003) 02:08:07 at hudson.FilePath.act(FilePath.java:1230) 02:08:07 at hudson.FilePath.act(FilePath.java:1219) 02:08:07 at hudson.plugins.robot.RobotParser.parse(RobotParser.java:48) 02:08:07 at hudson.plugins.robot.RobotPublisher.parse(RobotPublisher.java:246) 02:08:07 at hudson.plugins.robot.RobotPublisher.perform(RobotPublisher.java:268) 02:08:07 at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:80) 02:08:07 at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) 02:08:07 at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:818) 02:08:07 at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:767) 02:08:07 at hudson.model.Build$BuildExecution.post2(Build.java:179) 02:08:07 at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:711) 02:08:07 at hudson.model.Run.execute(Run.java:1918) 02:08:07 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44) 02:08:07 at hudson.model.ResourceController.execute(ResourceController.java:101) 02:08:07 at hudson.model.Executor.run(Executor.java:442) 02:08:07 [PostBuildScript] - [INFO] Executing post build scripts. 02:08:07 [bgpcep-csit-1node-bgp-ingest-all-titanium] $ /bin/bash /tmp/jenkins8880222598364537298.sh 02:08:07 Archiving csit artifacts 02:08:07 seq: invalid floating point argument: ‘’ 02:08:07 Try 'seq --help' for more information. 02:08:07 % Total % Received % Xferd Average Speed Time Time Time Current 02:08:07 Dload Upload Total Spent Left Speed 02:08:07 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 237 0 237 0 0 5925 0 --:--:-- --:--:-- --:--:-- 5925 02:08:07 Archive: robot-plugin.zip 02:08:07 End-of-central-directory signature not found. Either this file is not 02:08:07 a zipfile, or it constitutes one disk of a multi-part archive. In the 02:08:07 latter case the central directory and zipfile comment will be found on 02:08:07 the last disk(s) of this archive. 02:08:07 unzip: cannot find zipfile directory in one of robot-plugin.zip or 02:08:07 robot-plugin.zip.zip, and cannot find robot-plugin.zip.ZIP, period. 02:08:07 mv: cannot stat '*.log': No such file or directory 02:08:07 mv: cannot stat '*.log.gz': No such file or directory 02:08:07 mv: cannot stat '*.csv': No such file or directory 02:08:07 mv: cannot stat '*.png': No such file or directory 02:08:07 [PostBuildScript] - [INFO] Executing post build scripts. 02:08:07 [bgpcep-csit-1node-bgp-ingest-all-titanium] $ /bin/bash /tmp/jenkins16765610860781077574.sh 02:08:07 [PostBuildScript] - [INFO] Executing post build scripts. 02:08:07 [EnvInject] - Injecting environment variables from a build step. 02:08:07 [EnvInject] - Injecting as environment variables the properties content 02:08:07 OS_CLOUD=vex 02:08:07 OS_STACK_NAME=releng-bgpcep-csit-1node-bgp-ingest-all-titanium-151 02:08:07 02:08:07 [EnvInject] - Variables injected successfully. 02:08:07 provisioning config files... 02:08:07 copy managed file [clouds-yaml] to file:/home/jenkins/.config/openstack/clouds.yaml 02:08:07 [bgpcep-csit-1node-bgp-ingest-all-titanium] $ /bin/bash /tmp/jenkins1619581245715847687.sh 02:08:07 ---> openstack-stack-delete.sh 02:08:07 Setup pyenv: 02:08:08 system 02:08:08 * 3.8.13 (set by /opt/pyenv/version) 02:08:08 * 3.9.13 (set by /opt/pyenv/version) 02:08:08 * 3.10.13 (set by /opt/pyenv/version) 02:08:08 * 3.11.7 (set by /opt/pyenv/version) 02:08:14 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-0F3a 02:08:14 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 02:08:18 lf-activate-venv(): INFO: Installing: lftools[openstack] kubernetes python-heatclient python-openstackclient 02:09:31 lf-activate-venv(): INFO: Adding /tmp/venv-0F3a/bin to PATH 02:09:31 INFO: Retrieving stack cost for: releng-bgpcep-csit-1node-bgp-ingest-all-titanium-151 02:09:33 openstack.exceptions.NotFoundException: No Stack found for releng-bgpcep-csit-1node-bgp-ingest-all-titanium-151 02:09:33 WARNING: Unable to get stack costs, continuing anyway 02:09:46 INFO: Deleting stack releng-bgpcep-csit-1node-bgp-ingest-all-titanium-151 02:09:46 Successfully deleted stack releng-bgpcep-csit-1node-bgp-ingest-all-titanium-151 02:09:46 [PostBuildScript] - [INFO] Executing post build scripts. 02:09:46 [bgpcep-csit-1node-bgp-ingest-all-titanium] $ /bin/bash /tmp/jenkins2379391151183838285.sh 02:09:46 ---> sysstat.sh 02:09:46 [bgpcep-csit-1node-bgp-ingest-all-titanium] $ /bin/bash /tmp/jenkins1819444844112687519.sh 02:09:46 ---> package-listing.sh 02:09:46 ++ facter osfamily 02:09:46 ++ tr '[:upper:]' '[:lower:]' 02:09:46 + OS_FAMILY=redhat 02:09:46 + workspace=/w/workspace/bgpcep-csit-1node-bgp-ingest-all-titanium 02:09:46 + START_PACKAGES=/tmp/packages_start.txt 02:09:46 + END_PACKAGES=/tmp/packages_end.txt 02:09:46 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:09:46 + PACKAGES=/tmp/packages_start.txt 02:09:46 + '[' /w/workspace/bgpcep-csit-1node-bgp-ingest-all-titanium ']' 02:09:46 + PACKAGES=/tmp/packages_end.txt 02:09:46 + case "${OS_FAMILY}" in 02:09:46 + rpm -qa 02:09:46 + sort 02:09:47 + '[' -f /tmp/packages_start.txt ']' 02:09:47 + '[' -f /tmp/packages_end.txt ']' 02:09:47 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:09:47 + '[' /w/workspace/bgpcep-csit-1node-bgp-ingest-all-titanium ']' 02:09:47 + mkdir -p /w/workspace/bgpcep-csit-1node-bgp-ingest-all-titanium/archives/ 02:09:47 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/bgpcep-csit-1node-bgp-ingest-all-titanium/archives/ 02:09:47 [bgpcep-csit-1node-bgp-ingest-all-titanium] $ /bin/bash /tmp/jenkins15363414073542474508.sh 02:09:47 ---> capture-instance-metadata.sh 02:09:47 Setup pyenv: 02:09:47 system 02:09:47 3.8.13 02:09:47 3.9.13 02:09:47 3.10.13 02:09:47 * 3.11.7 (set by /w/workspace/bgpcep-csit-1node-bgp-ingest-all-titanium/.python-version) 02:09:47 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-0F3a from file:/tmp/.os_lf_venv 02:09:48 lf-activate-venv(): INFO: Installing: lftools 02:09:56 lf-activate-venv(): INFO: Adding /tmp/venv-0F3a/bin to PATH 02:09:56 INFO: Running in OpenStack, capturing instance metadata 02:09:56 [bgpcep-csit-1node-bgp-ingest-all-titanium] $ /bin/bash /tmp/jenkins4887131794149140680.sh 02:09:56 provisioning config files... 02:09:57 Could not find credentials [logs] for bgpcep-csit-1node-bgp-ingest-all-titanium #151 02:09:57 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/bgpcep-csit-1node-bgp-ingest-all-titanium@tmp/config6014116310849059097tmp 02:09:57 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[odl-logs-s3-cloudfront-index] 02:09:57 Run condition [Regular expression match] enabling perform for step [Provide Configuration files] 02:09:57 provisioning config files... 02:09:57 copy managed file [jenkins-s3-log-ship] to file:/home/jenkins/.aws/credentials 02:09:57 [EnvInject] - Injecting environment variables from a build step. 02:09:57 [EnvInject] - Injecting as environment variables the properties content 02:09:57 SERVER_ID=logs 02:09:57 02:09:57 [EnvInject] - Variables injected successfully. 02:09:57 [bgpcep-csit-1node-bgp-ingest-all-titanium] $ /bin/bash /tmp/jenkins10655215226409873481.sh 02:09:57 ---> create-netrc.sh 02:09:57 WARN: Log server credential not found. 02:09:57 [bgpcep-csit-1node-bgp-ingest-all-titanium] $ /bin/bash /tmp/jenkins7475366154222668532.sh 02:09:57 ---> python-tools-install.sh 02:09:57 Setup pyenv: 02:09:57 system 02:09:57 3.8.13 02:09:57 3.9.13 02:09:57 3.10.13 02:09:57 * 3.11.7 (set by /w/workspace/bgpcep-csit-1node-bgp-ingest-all-titanium/.python-version) 02:09:58 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-0F3a from file:/tmp/.os_lf_venv 02:09:59 lf-activate-venv(): INFO: Installing: lftools 02:10:07 lf-activate-venv(): INFO: Adding /tmp/venv-0F3a/bin to PATH 02:10:07 Generating Requirements File 02:10:18 Python 3.11.7 02:10:19 pip 24.3.1 from /tmp/venv-0F3a/lib/python3.11/site-packages/pip (python 3.11) 02:10:19 appdirs==1.4.4 02:10:19 argcomplete==3.5.3 02:10:19 aspy.yaml==1.3.0 02:10:19 attrs==24.3.0 02:10:19 autopage==0.5.2 02:10:19 beautifulsoup4==4.12.3 02:10:19 boto3==1.36.5 02:10:19 botocore==1.36.5 02:10:19 bs4==0.0.2 02:10:19 cachetools==5.5.1 02:10:19 certifi==2024.12.14 02:10:19 cffi==1.17.1 02:10:19 cfgv==3.4.0 02:10:19 chardet==5.2.0 02:10:19 charset-normalizer==3.4.1 02:10:19 click==8.1.8 02:10:19 cliff==4.8.0 02:10:19 cmd2==2.5.9 02:10:19 cryptography==3.3.2 02:10:19 debtcollector==3.0.0 02:10:19 decorator==5.1.1 02:10:19 defusedxml==0.7.1 02:10:19 Deprecated==1.2.15 02:10:19 distlib==0.3.9 02:10:19 dnspython==2.7.0 02:10:19 docker==4.2.2 02:10:19 dogpile.cache==1.3.3 02:10:19 durationpy==0.9 02:10:19 email_validator==2.2.0 02:10:19 filelock==3.17.0 02:10:19 future==1.0.0 02:10:19 gitdb==4.0.12 02:10:19 GitPython==3.1.44 02:10:19 google-auth==2.38.0 02:10:19 httplib2==0.22.0 02:10:19 identify==2.6.6 02:10:19 idna==3.10 02:10:19 importlib-resources==1.5.0 02:10:19 iso8601==2.1.0 02:10:19 Jinja2==3.1.5 02:10:19 jmespath==1.0.1 02:10:19 jsonpatch==1.33 02:10:19 jsonpointer==3.0.0 02:10:19 jsonschema==4.23.0 02:10:19 jsonschema-specifications==2024.10.1 02:10:19 keystoneauth1==5.9.1 02:10:19 kubernetes==32.0.0 02:10:19 lftools==0.37.10 02:10:19 lxml==5.3.0 02:10:19 MarkupSafe==3.0.2 02:10:19 msgpack==1.1.0 02:10:19 multi_key_dict==2.0.3 02:10:19 munch==4.0.0 02:10:19 netaddr==1.3.0 02:10:19 niet==1.4.2 02:10:19 nodeenv==1.9.1 02:10:19 oauth2client==4.1.3 02:10:19 oauthlib==3.2.2 02:10:19 openstacksdk==4.2.0 02:10:19 os-client-config==2.1.0 02:10:19 os-service-types==1.7.0 02:10:19 osc-lib==3.2.0 02:10:19 oslo.config==9.7.0 02:10:19 oslo.context==5.7.0 02:10:19 oslo.i18n==6.5.0 02:10:19 oslo.log==7.0.0 02:10:19 oslo.serialization==5.6.0 02:10:19 oslo.utils==8.0.0 02:10:19 packaging==24.2 02:10:19 pbr==6.1.0 02:10:19 platformdirs==4.3.6 02:10:19 prettytable==3.12.0 02:10:19 psutil==6.1.1 02:10:19 pyasn1==0.6.1 02:10:19 pyasn1_modules==0.4.1 02:10:19 pycparser==2.22 02:10:19 pygerrit2==2.0.15 02:10:19 PyGithub==2.5.0 02:10:19 PyJWT==2.10.1 02:10:19 PyNaCl==1.5.0 02:10:19 pyparsing==2.4.7 02:10:19 pyperclip==1.9.0 02:10:19 pyrsistent==0.20.0 02:10:19 python-cinderclient==9.6.0 02:10:19 python-dateutil==2.9.0.post0 02:10:19 python-heatclient==4.1.0 02:10:19 python-jenkins==1.8.2 02:10:19 python-keystoneclient==5.5.0 02:10:19 python-magnumclient==4.7.0 02:10:19 python-novaclient==18.8.0 02:10:19 python-openstackclient==7.2.1 02:10:19 python-swiftclient==4.6.0 02:10:19 PyYAML==6.0.2 02:10:19 referencing==0.36.1 02:10:19 requests==2.32.3 02:10:19 requests-oauthlib==2.0.0 02:10:19 requestsexceptions==1.4.0 02:10:19 rfc3986==2.0.0 02:10:19 rpds-py==0.22.3 02:10:19 rsa==4.9 02:10:19 ruamel.yaml==0.18.10 02:10:19 ruamel.yaml.clib==0.2.12 02:10:19 s3transfer==0.11.2 02:10:19 simplejson==3.19.3 02:10:19 six==1.17.0 02:10:19 smmap==5.0.2 02:10:19 soupsieve==2.6 02:10:19 stevedore==5.4.0 02:10:19 tabulate==0.9.0 02:10:19 toml==0.10.2 02:10:19 tomlkit==0.13.2 02:10:19 tqdm==4.67.1 02:10:19 typing_extensions==4.12.2 02:10:19 tzdata==2025.1 02:10:19 urllib3==1.26.20 02:10:19 virtualenv==20.29.1 02:10:19 wcwidth==0.2.13 02:10:19 websocket-client==1.8.0 02:10:19 wrapt==1.17.2 02:10:19 xdg==6.0.0 02:10:19 xmltodict==0.14.2 02:10:19 yq==3.4.3 02:10:19 [bgpcep-csit-1node-bgp-ingest-all-titanium] $ /bin/bash /tmp/jenkins7591826801196827608.sh 02:10:19 ---> sudo-logs.sh 02:10:19 Archiving 'sudo' log.. 02:10:19 [bgpcep-csit-1node-bgp-ingest-all-titanium] $ /bin/bash /tmp/jenkins3869826782412683064.sh 02:10:19 ---> job-cost.sh 02:10:19 Setup pyenv: 02:10:20 system 02:10:20 3.8.13 02:10:20 3.9.13 02:10:20 3.10.13 02:10:20 * 3.11.7 (set by /w/workspace/bgpcep-csit-1node-bgp-ingest-all-titanium/.python-version) 02:10:20 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-0F3a from file:/tmp/.os_lf_venv 02:10:21 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 02:10:25 lf-activate-venv(): INFO: Adding /tmp/venv-0F3a/bin to PATH 02:10:25 DEBUG: total: 0 02:10:25 INFO: Retrieving Stack Cost... 02:10:25 INFO: Retrieving Pricing Info for: v3-standard-2 02:10:25 INFO: Archiving Costs 02:10:25 [bgpcep-csit-1node-bgp-ingest-all-titanium] $ /bin/bash -l /tmp/jenkins17133542968674911174.sh 02:10:26 ---> logs-deploy.sh 02:10:26 Setup pyenv: 02:10:26 system 02:10:26 3.8.13 02:10:26 3.9.13 02:10:26 3.10.13 02:10:26 * 3.11.7 (set by /w/workspace/bgpcep-csit-1node-bgp-ingest-all-titanium/.python-version) 02:10:26 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-0F3a from file:/tmp/.os_lf_venv 02:10:27 lf-activate-venv(): INFO: Installing: lftools 02:10:35 lf-activate-venv(): INFO: Adding /tmp/venv-0F3a/bin to PATH 02:10:35 WARNING: Nexus logging server not set 02:10:35 INFO: S3 path logs/releng/vex-yul-odl-jenkins-1/bgpcep-csit-1node-bgp-ingest-all-titanium/151/ 02:10:35 INFO: archiving logs to S3 02:10:35 ---> uname -a: 02:10:35 Linux prd-centos8-robot-2c-8g-4454.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:10:35 02:10:35 02:10:35 ---> lscpu: 02:10:35 Architecture: x86_64 02:10:35 CPU op-mode(s): 32-bit, 64-bit 02:10:35 Byte Order: Little Endian 02:10:35 CPU(s): 2 02:10:35 On-line CPU(s) list: 0,1 02:10:35 Thread(s) per core: 1 02:10:35 Core(s) per socket: 1 02:10:35 Socket(s): 2 02:10:35 NUMA node(s): 1 02:10:35 Vendor ID: AuthenticAMD 02:10:35 CPU family: 23 02:10:35 Model: 49 02:10:35 Model name: AMD EPYC-Rome Processor 02:10:35 Stepping: 0 02:10:35 CPU MHz: 2800.000 02:10:35 BogoMIPS: 5600.00 02:10:35 Virtualization: AMD-V 02:10:35 Hypervisor vendor: KVM 02:10:35 Virtualization type: full 02:10:35 L1d cache: 32K 02:10:35 L1i cache: 32K 02:10:35 L2 cache: 512K 02:10:35 L3 cache: 16384K 02:10:35 NUMA node0 CPU(s): 0,1 02:10:35 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:10:35 02:10:35 02:10:35 ---> nproc: 02:10:35 2 02:10:35 02:10:35 02:10:35 ---> df -h: 02:10:35 Filesystem Size Used Avail Use% Mounted on 02:10:35 devtmpfs 3.8G 0 3.8G 0% /dev 02:10:35 tmpfs 3.8G 0 3.8G 0% /dev/shm 02:10:35 tmpfs 3.8G 17M 3.8G 1% /run 02:10:35 tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup 02:10:35 /dev/vda1 40G 8.3G 32G 21% / 02:10:35 tmpfs 770M 0 770M 0% /run/user/1001 02:10:35 02:10:35 02:10:35 ---> free -m: 02:10:35 total used free shared buff/cache available 02:10:35 Mem: 7697 548 5137 19 2011 6856 02:10:35 Swap: 1023 0 1023 02:10:35 02:10:35 02:10:35 ---> ip addr: 02:10:35 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 02:10:35 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 02:10:35 inet 127.0.0.1/8 scope host lo 02:10:35 valid_lft forever preferred_lft forever 02:10:35 inet6 ::1/128 scope host 02:10:35 valid_lft forever preferred_lft forever 02:10:35 2: eth0: mtu 1458 qdisc mq state UP group default qlen 1000 02:10:35 link/ether fa:16:3e:cc:07:89 brd ff:ff:ff:ff:ff:ff 02:10:35 altname enp0s3 02:10:35 altname ens3 02:10:35 inet 10.30.170.35/23 brd 10.30.171.255 scope global dynamic noprefixroute eth0 02:10:35 valid_lft 86191sec preferred_lft 86191sec 02:10:35 inet6 fe80::f816:3eff:fecc:789/64 scope link 02:10:35 valid_lft forever preferred_lft forever 02:10:35 02:10:35 02:10:35 ---> sar -b -r -n DEV: 02:10:35 Linux 4.18.0-553.5.1.el8.x86_64 (centos-stream-8-robot-7d7a37eb-bc14-4dd6-9530-dc22c5eae738.noval) 01/24/2025 _x86_64_ (2 CPU) 02:10:35 02:10:35 02:07:02 LINUX RESTART (2 CPU) 02:10:35 02:10:35 02:08:02 AM tps rtps wtps bread/s bwrtn/s 02:10:35 02:09:01 AM 40.82 6.27 34.55 1140.77 3474.81 02:10:35 02:10:01 AM 103.58 1.02 102.57 109.03 10863.93 02:10:35 Average: 72.46 3.62 68.84 620.56 7200.40 02:10:35 02:10:35 02:08:02 AM kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:10:35 02:09:01 AM 5624304 7104692 2258128 28.65 2688 1674704 690408 7.73 178864 1803736 13644 02:10:35 02:10:01 AM 5346180 7084620 2536252 32.18 2688 1918272 654780 7.33 369684 1829272 6768 02:10:35 Average: 5485242 7094656 2397190 30.41 2688 1796488 672594 7.53 274274 1816504 10206 02:10:35 02:10:35 02:08:02 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:10:35 02:09:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:10:35 02:09:01 AM eth0 29.96 19.65 200.45 6.05 0.00 0.00 0.00 0.00 02:10:35 02:10:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:10:35 02:10:01 AM eth0 48.80 30.92 742.75 8.16 0.00 0.00 0.00 0.00 02:10:35 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:10:35 Average: eth0 39.46 25.34 473.88 7.12 0.00 0.00 0.00 0.00 02:10:35 02:10:35 02:10:35 ---> sar -P ALL: 02:10:35 Linux 4.18.0-553.5.1.el8.x86_64 (centos-stream-8-robot-7d7a37eb-bc14-4dd6-9530-dc22c5eae738.noval) 01/24/2025 _x86_64_ (2 CPU) 02:10:35 02:10:35 02:07:02 LINUX RESTART (2 CPU) 02:10:35 02:10:35 02:08:02 AM CPU %user %nice %system %iowait %steal %idle 02:10:35 02:09:01 AM all 13.16 0.00 2.09 16.58 0.09 68.08 02:10:35 02:09:01 AM 0 15.91 0.00 2.37 13.59 0.09 68.05 02:10:35 02:09:01 AM 1 10.42 0.00 1.81 19.56 0.10 68.11 02:10:35 02:10:01 AM all 26.54 0.00 4.47 3.09 0.12 65.78 02:10:35 02:10:01 AM 0 33.49 0.00 5.25 3.29 0.13 57.83 02:10:35 02:10:01 AM 1 19.60 0.00 3.69 2.89 0.10 73.72 02:10:35 Average: all 19.93 0.00 3.29 9.75 0.11 66.92 02:10:35 Average: 0 24.81 0.00 3.82 8.38 0.11 62.88 02:10:35 Average: 1 15.07 0.00 2.76 11.12 0.10 70.95 02:10:35 02:10:35 02:10:35