02:07:56 Started by upstream project "integration-distribution-test-titanium" build number 151 02:07:56 originally caused by: 02:07:56 Started by upstream project "autorelease-release-titanium-mvn39-openjdk21" build number 151 02:07:56 originally caused by: 02:07:56 Started by timer 02:07:56 Running as SYSTEM 02:07:56 [EnvInject] - Loading node environment variables. 02:07:56 Building remotely on prd-centos8-robot-2c-8g-4459 (centos8-robot-2c-8g) in workspace /w/workspace/bgpcep-csit-1node-throughpcep-all-titanium 02:07:57 [ssh-agent] Looking for ssh-agent implementation... 02:07:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:07:57 $ ssh-agent 02:07:57 SSH_AUTH_SOCK=/tmp/ssh-Xp0lVujdpnkW/agent.5281 02:07:57 SSH_AGENT_PID=5282 02:07:57 [ssh-agent] Started. 02:07:57 Running ssh-add (command line suppressed) 02:07:57 Identity added: /w/workspace/bgpcep-csit-1node-throughpcep-all-titanium@tmp/private_key_18333676689898074597.key (/w/workspace/bgpcep-csit-1node-throughpcep-all-titanium@tmp/private_key_18333676689898074597.key) 02:07:57 [ssh-agent] Using credentials jenkins (Release Engineering Jenkins Key) 02:07:57 The recommended git tool is: NONE 02:08:00 using credential opendaylight-jenkins-ssh 02:08:00 Wiping out workspace first. 02:08:00 Cloning the remote Git repository 02:08:00 Cloning repository git://devvexx.opendaylight.org/mirror/integration/test 02:08:00 > git init /w/workspace/bgpcep-csit-1node-throughpcep-all-titanium/test # timeout=10 02:08:00 Fetching upstream changes from git://devvexx.opendaylight.org/mirror/integration/test 02:08:00 > git --version # timeout=10 02:08:00 > git --version # 'git version 2.43.0' 02:08:00 using GIT_SSH to set credentials Release Engineering Jenkins Key 02:08:00 [INFO] Currently running in a labeled security context 02:08:00 [INFO] Currently SELinux is 'enforcing' on the host 02:08:00 > /usr/bin/chcon --type=ssh_home_t /w/workspace/bgpcep-csit-1node-throughpcep-all-titanium/test@tmp/jenkins-gitclient-ssh12532435187631280599.key 02:08:00 Verifying host key using known hosts file 02:08:00 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:08:01 > git fetch --tags --force --progress -- git://devvexx.opendaylight.org/mirror/integration/test +refs/heads/*:refs/remotes/origin/* # timeout=10 02:08:09 ERROR: Error cloning remote repo 'origin' 02:08:09 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:09 stdout: 02:08:09 stderr: fatal: unable to look up devvexx.opendaylight.org (port 9418) (Name or service not known) 02:08:09 02:08:09 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2846) 02:08:09 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2185) 02:08:09 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:635) 02:08:09 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:871) 02:08:09 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:170) 02:08:09 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161) 02:08:09 at hudson.remoting.UserRequest.perform(UserRequest.java:211) 02:08:09 at hudson.remoting.UserRequest.perform(UserRequest.java:54) 02:08:09 at hudson.remoting.Request$2.run(Request.java:377) 02:08:09 at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78) 02:08:09 at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) 02:08:09 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) 02:08:09 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) 02:08:09 at java.base/java.lang.Thread.run(Thread.java:829) 02:08:09 Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to prd-centos8-robot-2c-8g-4459 02:08:09 at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1787) 02:08:09 at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356) 02:08:09 at hudson.remoting.Channel.call(Channel.java:1003) 02:08:09 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:153) 02:08:09 at jdk.internal.reflect.GeneratedMethodAccessor450.invoke(Unknown Source) 02:08:09 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 02:08:09 at java.base/java.lang.reflect.Method.invoke(Method.java:566) 02:08:09 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:138) 02:08:09 at com.sun.proxy.$Proxy233.execute(Unknown Source) 02:08:09 at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1222) 02:08:09 at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1305) 02:08:09 at hudson.scm.SCM.checkout(SCM.java:540) 02:08:09 at hudson.model.AbstractProject.checkout(AbstractProject.java:1248) 02:08:09 at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:649) 02:08:09 at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85) 02:08:09 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:521) 02:08:09 at hudson.model.Run.execute(Run.java:1895) 02:08:09 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44) 02:08:09 at hudson.model.ResourceController.execute(ResourceController.java:101) 02:08:09 at hudson.model.Executor.run(Executor.java:442) 02:08:09 ERROR: Error cloning remote repo 'origin' 02:08:09 $ ssh-agent -k 02:08:09 unset SSH_AUTH_SOCK; 02:08:09 unset SSH_AGENT_PID; 02:08:09 echo Agent pid 5282 killed; 02:08:09 [ssh-agent] Stopped. 02:08:09 Recording plot data 02:08:09 Robot results publisher started... 02:08:09 INFO: Checking test criticality is deprecated and will be dropped in a future release! 02:08:09 -Parsing output xml: 02:08:09 Failed! 02:08:09 hudson.AbortException: No files found in path /w/workspace/bgpcep-csit-1node-throughpcep-all-titanium with configured filemask: output.xml 02:08:09 at hudson.plugins.robot.RobotParser$RobotParserCallable.invoke(RobotParser.java:81) 02:08:09 at hudson.plugins.robot.RobotParser$RobotParserCallable.invoke(RobotParser.java:52) 02:08:09 at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3616) 02:08:09 at hudson.remoting.UserRequest.perform(UserRequest.java:211) 02:08:09 at hudson.remoting.UserRequest.perform(UserRequest.java:54) 02:08:09 at hudson.remoting.Request$2.run(Request.java:377) 02:08:09 at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78) 02:08:09 at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) 02:08:09 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) 02:08:09 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) 02:08:09 at java.base/java.lang.Thread.run(Thread.java:829) 02:08:09 Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to prd-centos8-robot-2c-8g-4459 02:08:09 at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1787) 02:08:09 at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356) 02:08:09 at hudson.remoting.Channel.call(Channel.java:1003) 02:08:09 at hudson.FilePath.act(FilePath.java:1230) 02:08:09 at hudson.FilePath.act(FilePath.java:1219) 02:08:09 at hudson.plugins.robot.RobotParser.parse(RobotParser.java:48) 02:08:09 at hudson.plugins.robot.RobotPublisher.parse(RobotPublisher.java:246) 02:08:09 at hudson.plugins.robot.RobotPublisher.perform(RobotPublisher.java:268) 02:08:09 at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:80) 02:08:09 at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) 02:08:09 at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:818) 02:08:09 at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:767) 02:08:09 at hudson.model.Build$BuildExecution.post2(Build.java:179) 02:08:09 at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:711) 02:08:09 at hudson.model.Run.execute(Run.java:1918) 02:08:09 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44) 02:08:09 at hudson.model.ResourceController.execute(ResourceController.java:101) 02:08:09 at hudson.model.Executor.run(Executor.java:442) 02:08:09 [PostBuildScript] - [INFO] Executing post build scripts. 02:08:09 [bgpcep-csit-1node-throughpcep-all-titanium] $ /bin/bash /tmp/jenkins5582709325219627439.sh 02:08:09 Archiving csit artifacts 02:08:09 seq: invalid floating point argument: ‘’ 02:08:09 Try 'seq --help' for more information. 02:08:10 % Total % Received % Xferd Average Speed Time Time Time Current 02:08:10 Dload Upload Total Spent Left Speed 02:08:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 237 0 237 0 0 9480 0 --:--:-- --:--:-- --:--:-- 9480 02:08:10 Archive: robot-plugin.zip 02:08:10 End-of-central-directory signature not found. Either this file is not 02:08:10 a zipfile, or it constitutes one disk of a multi-part archive. In the 02:08:10 latter case the central directory and zipfile comment will be found on 02:08:10 the last disk(s) of this archive. 02:08:10 unzip: cannot find zipfile directory in one of robot-plugin.zip or 02:08:10 robot-plugin.zip.zip, and cannot find robot-plugin.zip.ZIP, period. 02:08:10 mv: cannot stat '*.log': No such file or directory 02:08:10 mv: cannot stat '*.log.gz': No such file or directory 02:08:10 mv: cannot stat '*.csv': No such file or directory 02:08:10 mv: cannot stat '*.png': No such file or directory 02:08:10 [PostBuildScript] - [INFO] Executing post build scripts. 02:08:10 [bgpcep-csit-1node-throughpcep-all-titanium] $ /bin/bash /tmp/jenkins7410808155694253300.sh 02:08:10 [PostBuildScript] - [INFO] Executing post build scripts. 02:08:10 [EnvInject] - Injecting environment variables from a build step. 02:08:10 [EnvInject] - Injecting as environment variables the properties content 02:08:10 OS_CLOUD=vex 02:08:10 OS_STACK_NAME=releng-bgpcep-csit-1node-throughpcep-all-titanium-151 02:08:10 02:08:10 [EnvInject] - Variables injected successfully. 02:08:10 provisioning config files... 02:08:10 copy managed file [clouds-yaml] to file:/home/jenkins/.config/openstack/clouds.yaml 02:08:10 [bgpcep-csit-1node-throughpcep-all-titanium] $ /bin/bash /tmp/jenkins3993981071462840110.sh 02:08:10 ---> openstack-stack-delete.sh 02:08:10 Setup pyenv: 02:08:10 system 02:08:10 * 3.8.13 (set by /opt/pyenv/version) 02:08:10 * 3.9.13 (set by /opt/pyenv/version) 02:08:10 * 3.10.13 (set by /opt/pyenv/version) 02:08:10 * 3.11.7 (set by /opt/pyenv/version) 02:08:16 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-U5rP 02:08:16 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 02:08:20 lf-activate-venv(): INFO: Installing: lftools[openstack] kubernetes python-heatclient python-openstackclient 02:09:10 lf-activate-venv(): INFO: Adding /tmp/venv-U5rP/bin to PATH 02:09:10 INFO: Retrieving stack cost for: releng-bgpcep-csit-1node-throughpcep-all-titanium-151 02:09:12 openstack.exceptions.NotFoundException: No Stack found for releng-bgpcep-csit-1node-throughpcep-all-titanium-151 02:09:12 WARNING: Unable to get stack costs, continuing anyway 02:09:24 INFO: Deleting stack releng-bgpcep-csit-1node-throughpcep-all-titanium-151 02:09:24 Successfully deleted stack releng-bgpcep-csit-1node-throughpcep-all-titanium-151 02:09:24 [PostBuildScript] - [INFO] Executing post build scripts. 02:09:24 [bgpcep-csit-1node-throughpcep-all-titanium] $ /bin/bash /tmp/jenkins17607299656667712108.sh 02:09:24 ---> sysstat.sh 02:09:25 [bgpcep-csit-1node-throughpcep-all-titanium] $ /bin/bash /tmp/jenkins5100526581460435889.sh 02:09:25 ---> package-listing.sh 02:09:25 ++ tr '[:upper:]' '[:lower:]' 02:09:25 ++ facter osfamily 02:09:25 + OS_FAMILY=redhat 02:09:25 + workspace=/w/workspace/bgpcep-csit-1node-throughpcep-all-titanium 02:09:25 + START_PACKAGES=/tmp/packages_start.txt 02:09:25 + END_PACKAGES=/tmp/packages_end.txt 02:09:25 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:09:25 + PACKAGES=/tmp/packages_start.txt 02:09:25 + '[' /w/workspace/bgpcep-csit-1node-throughpcep-all-titanium ']' 02:09:25 + PACKAGES=/tmp/packages_end.txt 02:09:25 + case "${OS_FAMILY}" in 02:09:25 + rpm -qa 02:09:25 + sort 02:09:26 + '[' -f /tmp/packages_start.txt ']' 02:09:26 + '[' -f /tmp/packages_end.txt ']' 02:09:26 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:09:26 + '[' /w/workspace/bgpcep-csit-1node-throughpcep-all-titanium ']' 02:09:26 + mkdir -p /w/workspace/bgpcep-csit-1node-throughpcep-all-titanium/archives/ 02:09:26 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/bgpcep-csit-1node-throughpcep-all-titanium/archives/ 02:09:26 [bgpcep-csit-1node-throughpcep-all-titanium] $ /bin/bash /tmp/jenkins11233975031453657870.sh 02:09:26 ---> capture-instance-metadata.sh 02:09:26 Setup pyenv: 02:09:26 system 02:09:26 3.8.13 02:09:26 3.9.13 02:09:26 3.10.13 02:09:26 * 3.11.7 (set by /w/workspace/bgpcep-csit-1node-throughpcep-all-titanium/.python-version) 02:09:26 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-U5rP from file:/tmp/.os_lf_venv 02:09:27 lf-activate-venv(): INFO: Installing: lftools 02:09:54 lf-activate-venv(): INFO: Adding /tmp/venv-U5rP/bin to PATH 02:09:54 INFO: Running in OpenStack, capturing instance metadata 02:09:55 [bgpcep-csit-1node-throughpcep-all-titanium] $ /bin/bash /tmp/jenkins9855491651723781405.sh 02:09:55 provisioning config files... 02:09:55 Could not find credentials [logs] for bgpcep-csit-1node-throughpcep-all-titanium #151 02:09:55 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/bgpcep-csit-1node-throughpcep-all-titanium@tmp/config2152392588677794262tmp 02:09:55 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[odl-logs-s3-cloudfront-index] 02:09:55 Run condition [Regular expression match] enabling perform for step [Provide Configuration files] 02:09:55 provisioning config files... 02:09:55 copy managed file [jenkins-s3-log-ship] to file:/home/jenkins/.aws/credentials 02:09:55 [EnvInject] - Injecting environment variables from a build step. 02:09:55 [EnvInject] - Injecting as environment variables the properties content 02:09:55 SERVER_ID=logs 02:09:55 02:09:55 [EnvInject] - Variables injected successfully. 02:09:55 [bgpcep-csit-1node-throughpcep-all-titanium] $ /bin/bash /tmp/jenkins4026129629012465066.sh 02:09:55 ---> create-netrc.sh 02:09:55 WARN: Log server credential not found. 02:09:55 [bgpcep-csit-1node-throughpcep-all-titanium] $ /bin/bash /tmp/jenkins17305345830856728285.sh 02:09:55 ---> python-tools-install.sh 02:09:55 Setup pyenv: 02:09:55 system 02:09:55 3.8.13 02:09:55 3.9.13 02:09:55 3.10.13 02:09:55 * 3.11.7 (set by /w/workspace/bgpcep-csit-1node-throughpcep-all-titanium/.python-version) 02:09:56 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-U5rP from file:/tmp/.os_lf_venv 02:09:57 lf-activate-venv(): INFO: Installing: lftools 02:10:07 lf-activate-venv(): INFO: Adding /tmp/venv-U5rP/bin to PATH 02:10:07 Generating Requirements File 02:10:36 Python 3.11.7 02:10:36 pip 24.3.1 from /tmp/venv-U5rP/lib/python3.11/site-packages/pip (python 3.11) 02:10:37 appdirs==1.4.4 02:10:37 argcomplete==3.5.3 02:10:37 aspy.yaml==1.3.0 02:10:37 attrs==24.3.0 02:10:37 autopage==0.5.2 02:10:37 beautifulsoup4==4.12.3 02:10:37 boto3==1.36.5 02:10:37 botocore==1.36.5 02:10:37 bs4==0.0.2 02:10:37 cachetools==5.5.1 02:10:37 certifi==2024.12.14 02:10:37 cffi==1.17.1 02:10:37 cfgv==3.4.0 02:10:37 chardet==5.2.0 02:10:37 charset-normalizer==3.4.1 02:10:37 click==8.1.8 02:10:37 cliff==4.8.0 02:10:37 cmd2==2.5.9 02:10:37 cryptography==3.3.2 02:10:37 debtcollector==3.0.0 02:10:37 decorator==5.1.1 02:10:37 defusedxml==0.7.1 02:10:37 Deprecated==1.2.15 02:10:37 distlib==0.3.9 02:10:37 dnspython==2.7.0 02:10:37 docker==4.2.2 02:10:37 dogpile.cache==1.3.3 02:10:37 durationpy==0.9 02:10:37 email_validator==2.2.0 02:10:37 filelock==3.17.0 02:10:37 future==1.0.0 02:10:37 gitdb==4.0.12 02:10:37 GitPython==3.1.44 02:10:37 google-auth==2.38.0 02:10:37 httplib2==0.22.0 02:10:37 identify==2.6.6 02:10:37 idna==3.10 02:10:37 importlib-resources==1.5.0 02:10:37 iso8601==2.1.0 02:10:37 Jinja2==3.1.5 02:10:37 jmespath==1.0.1 02:10:37 jsonpatch==1.33 02:10:37 jsonpointer==3.0.0 02:10:37 jsonschema==4.23.0 02:10:37 jsonschema-specifications==2024.10.1 02:10:37 keystoneauth1==5.9.1 02:10:37 kubernetes==32.0.0 02:10:37 lftools==0.37.10 02:10:37 lxml==5.3.0 02:10:37 MarkupSafe==3.0.2 02:10:37 msgpack==1.1.0 02:10:37 multi_key_dict==2.0.3 02:10:37 munch==4.0.0 02:10:37 netaddr==1.3.0 02:10:37 niet==1.4.2 02:10:37 nodeenv==1.9.1 02:10:37 oauth2client==4.1.3 02:10:37 oauthlib==3.2.2 02:10:37 openstacksdk==4.2.0 02:10:37 os-client-config==2.1.0 02:10:37 os-service-types==1.7.0 02:10:37 osc-lib==3.2.0 02:10:37 oslo.config==9.7.0 02:10:37 oslo.context==5.7.0 02:10:37 oslo.i18n==6.5.0 02:10:37 oslo.log==7.0.0 02:10:37 oslo.serialization==5.6.0 02:10:37 oslo.utils==8.0.0 02:10:37 packaging==24.2 02:10:37 pbr==6.1.0 02:10:37 platformdirs==4.3.6 02:10:37 prettytable==3.12.0 02:10:37 psutil==6.1.1 02:10:37 pyasn1==0.6.1 02:10:37 pyasn1_modules==0.4.1 02:10:37 pycparser==2.22 02:10:37 pygerrit2==2.0.15 02:10:37 PyGithub==2.5.0 02:10:37 PyJWT==2.10.1 02:10:37 PyNaCl==1.5.0 02:10:37 pyparsing==2.4.7 02:10:37 pyperclip==1.9.0 02:10:37 pyrsistent==0.20.0 02:10:37 python-cinderclient==9.6.0 02:10:37 python-dateutil==2.9.0.post0 02:10:37 python-heatclient==4.1.0 02:10:37 python-jenkins==1.8.2 02:10:37 python-keystoneclient==5.5.0 02:10:37 python-magnumclient==4.7.0 02:10:37 python-novaclient==18.8.0 02:10:37 python-openstackclient==7.2.1 02:10:37 python-swiftclient==4.6.0 02:10:37 PyYAML==6.0.2 02:10:37 referencing==0.36.1 02:10:37 requests==2.32.3 02:10:37 requests-oauthlib==2.0.0 02:10:37 requestsexceptions==1.4.0 02:10:37 rfc3986==2.0.0 02:10:37 rpds-py==0.22.3 02:10:37 rsa==4.9 02:10:37 ruamel.yaml==0.18.10 02:10:37 ruamel.yaml.clib==0.2.12 02:10:37 s3transfer==0.11.2 02:10:37 simplejson==3.19.3 02:10:37 six==1.17.0 02:10:37 smmap==5.0.2 02:10:37 soupsieve==2.6 02:10:37 stevedore==5.4.0 02:10:37 tabulate==0.9.0 02:10:37 toml==0.10.2 02:10:37 tomlkit==0.13.2 02:10:37 tqdm==4.67.1 02:10:37 typing_extensions==4.12.2 02:10:37 tzdata==2025.1 02:10:37 urllib3==1.26.20 02:10:37 virtualenv==20.29.1 02:10:37 wcwidth==0.2.13 02:10:37 websocket-client==1.8.0 02:10:37 wrapt==1.17.2 02:10:37 xdg==6.0.0 02:10:37 xmltodict==0.14.2 02:10:37 yq==3.4.3 02:10:37 [bgpcep-csit-1node-throughpcep-all-titanium] $ /bin/bash /tmp/jenkins7285604407540658904.sh 02:10:37 ---> sudo-logs.sh 02:10:37 Archiving 'sudo' log.. 02:10:37 [bgpcep-csit-1node-throughpcep-all-titanium] $ /bin/bash /tmp/jenkins278477206807085051.sh 02:10:37 ---> job-cost.sh 02:10:37 Setup pyenv: 02:10:37 system 02:10:37 3.8.13 02:10:37 3.9.13 02:10:37 3.10.13 02:10:37 * 3.11.7 (set by /w/workspace/bgpcep-csit-1node-throughpcep-all-titanium/.python-version) 02:10:38 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-U5rP from file:/tmp/.os_lf_venv 02:10:38 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 02:10:42 lf-activate-venv(): INFO: Adding /tmp/venv-U5rP/bin to PATH 02:10:42 DEBUG: total: 0 02:10:42 INFO: Retrieving Stack Cost... 02:10:42 INFO: Retrieving Pricing Info for: v3-standard-2 02:10:43 INFO: Archiving Costs 02:10:43 [bgpcep-csit-1node-throughpcep-all-titanium] $ /bin/bash -l /tmp/jenkins10634203134472688089.sh 02:10:43 ---> logs-deploy.sh 02:10:43 Setup pyenv: 02:10:43 system 02:10:43 3.8.13 02:10:43 3.9.13 02:10:43 3.10.13 02:10:43 * 3.11.7 (set by /w/workspace/bgpcep-csit-1node-throughpcep-all-titanium/.python-version) 02:10:43 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-U5rP from file:/tmp/.os_lf_venv 02:10:44 lf-activate-venv(): INFO: Installing: lftools 02:10:52 lf-activate-venv(): INFO: Adding /tmp/venv-U5rP/bin to PATH 02:10:52 WARNING: Nexus logging server not set 02:10:52 INFO: S3 path logs/releng/vex-yul-odl-jenkins-1/bgpcep-csit-1node-throughpcep-all-titanium/151/ 02:10:52 INFO: archiving logs to S3 02:10:54 ---> uname -a: 02:10:54 Linux prd-centos8-robot-2c-8g-4459.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:54 02:10:54 02:10:54 ---> lscpu: 02:10:54 Architecture: x86_64 02:10:54 CPU op-mode(s): 32-bit, 64-bit 02:10:54 Byte Order: Little Endian 02:10:54 CPU(s): 2 02:10:54 On-line CPU(s) list: 0,1 02:10:54 Thread(s) per core: 1 02:10:54 Core(s) per socket: 1 02:10:54 Socket(s): 2 02:10:54 NUMA node(s): 1 02:10:54 Vendor ID: AuthenticAMD 02:10:54 CPU family: 23 02:10:54 Model: 49 02:10:54 Model name: AMD EPYC-Rome Processor 02:10:54 Stepping: 0 02:10:54 CPU MHz: 2799.998 02:10:54 BogoMIPS: 5599.99 02:10:54 Virtualization: AMD-V 02:10:54 Hypervisor vendor: KVM 02:10:54 Virtualization type: full 02:10:54 L1d cache: 32K 02:10:54 L1i cache: 32K 02:10:54 L2 cache: 512K 02:10:54 L3 cache: 16384K 02:10:54 NUMA node0 CPU(s): 0,1 02:10:54 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:54 02:10:54 02:10:54 ---> nproc: 02:10:54 2 02:10:54 02:10:54 02:10:54 ---> df -h: 02:10:54 Filesystem Size Used Avail Use% Mounted on 02:10:54 devtmpfs 3.8G 0 3.8G 0% /dev 02:10:54 tmpfs 3.8G 0 3.8G 0% /dev/shm 02:10:54 tmpfs 3.8G 17M 3.8G 1% /run 02:10:54 tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup 02:10:54 /dev/vda1 40G 8.3G 32G 21% / 02:10:54 tmpfs 770M 0 770M 0% /run/user/1001 02:10:54 02:10:54 02:10:54 ---> free -m: 02:10:54 total used free shared buff/cache available 02:10:54 Mem: 7697 564 5117 19 2015 6840 02:10:54 Swap: 1023 0 1023 02:10:54 02:10:54 02:10:54 ---> ip addr: 02:10:54 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 02:10:54 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 02:10:54 inet 127.0.0.1/8 scope host lo 02:10:54 valid_lft forever preferred_lft forever 02:10:54 inet6 ::1/128 scope host 02:10:54 valid_lft forever preferred_lft forever 02:10:54 2: eth0: mtu 1458 qdisc mq state UP group default qlen 1000 02:10:54 link/ether fa:16:3e:e3:17:ec brd ff:ff:ff:ff:ff:ff 02:10:54 altname enp0s3 02:10:54 altname ens3 02:10:54 inet 10.30.171.164/23 brd 10.30.171.255 scope global dynamic noprefixroute eth0 02:10:54 valid_lft 86183sec preferred_lft 86183sec 02:10:54 inet6 fe80::f816:3eff:fee3:17ec/64 scope link 02:10:54 valid_lft forever preferred_lft forever 02:10:54 02:10:54 02:10:54 ---> sar -b -r -n DEV: 02:10:54 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:54 02:10:54 02:07:12 LINUX RESTART (2 CPU) 02:10:54 02:10:54 02:08:01 AM tps rtps wtps bread/s bwrtn/s 02:10:54 02:09:01 AM 61.15 6.30 54.85 1126.02 4891.42 02:10:54 02:10:01 AM 79.08 0.97 78.11 107.41 8965.07 02:10:54 Average: 70.11 3.63 66.48 616.68 6928.41 02:10:54 02:10:54 02:08:01 AM kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:10:54 02:09:01 AM 5347560 7008240 2534864 32.16 2688 1849412 778728 8.72 200056 2037552 149480 02:10:54 02:10:01 AM 5271332 7013792 2611092 33.13 2688 1922340 713272 7.99 371584 1900812 20 02:10:54 Average: 5309446 7011016 2572978 32.64 2688 1885876 746000 8.35 285820 1969182 74750 02:10:54 02:10:54 02:08:01 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:10:54 02:09:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:10:54 02:09:01 AM eth0 63.81 39.32 929.61 9.54 0.00 0.00 0.00 0.00 02:10:54 02:10:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:10:54 02:10:01 AM eth0 15.43 10.43 12.43 5.00 0.00 0.00 0.00 0.00 02:10:54 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:10:54 Average: eth0 39.62 24.87 470.98 7.27 0.00 0.00 0.00 0.00 02:10:54 02:10:54 02:10:54 ---> sar -P ALL: 02:10:54 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:54 02:10:54 02:07:12 LINUX RESTART (2 CPU) 02:10:54 02:10:54 02:08:01 AM CPU %user %nice %system %iowait %steal %idle 02:10:54 02:09:01 AM all 22.95 0.00 3.39 4.25 0.08 69.32 02:10:54 02:09:01 AM 0 28.30 0.00 3.87 5.45 0.07 62.31 02:10:54 02:09:01 AM 1 17.61 0.00 2.91 3.06 0.10 76.32 02:10:54 02:10:01 AM all 20.78 0.00 3.79 17.78 0.12 57.54 02:10:54 02:10:01 AM 0 23.65 0.00 3.95 14.47 0.12 57.81 02:10:54 02:10:01 AM 1 17.90 0.00 3.63 21.08 0.12 57.26 02:10:54 Average: all 21.86 0.00 3.59 11.02 0.10 63.43 02:10:54 Average: 0 25.98 0.00 3.91 9.96 0.09 60.06 02:10:54 Average: 1 17.76 0.00 3.27 12.07 0.11 66.79 02:10:54 02:10:54 02:10:54