00:17:28 Triggered by Gerrit: https://git.opendaylight.org/gerrit/c/releng/builder/+/119143 00:17:28 Running as SYSTEM 00:17:28 [EnvInject] - Loading node environment variables. 00:17:28 Building remotely on prd-ubuntu2204-builder-2c-2g-6599 (ubuntu2204-builder-2c-2g) in workspace /w/workspace/builder-tox-verify-master 00:17:28 [ssh-agent] Looking for ssh-agent implementation... 00:17:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:17:28 $ ssh-agent 00:17:28 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXyNDSiY/agent.1519 00:17:28 SSH_AGENT_PID=1522 00:17:28 [ssh-agent] Started. 00:17:28 Running ssh-add (command line suppressed) 00:17:28 Identity added: /w/workspace/builder-tox-verify-master@tmp/private_key_455219515983427043.key (/w/workspace/builder-tox-verify-master@tmp/private_key_455219515983427043.key) 00:17:28 [ssh-agent] Using credentials jenkins (jenkins-ssh) 00:17:28 The recommended git tool is: NONE 00:17:31 using credential jenkins-ssh 00:17:31 Wiping out workspace first. 00:17:31 Cloning the remote Git repository 00:17:31 Cloning repository git://devvexx.opendaylight.org/mirror/releng/builder 00:17:31 > git init /w/workspace/builder-tox-verify-master # timeout=10 00:17:31 Fetching upstream changes from git://devvexx.opendaylight.org/mirror/releng/builder 00:17:31 > git --version # timeout=10 00:17:31 > git --version # 'git version 2.34.1' 00:17:31 using GIT_SSH to set credentials jenkins-ssh 00:17:31 Verifying host key using known hosts file 00:17:31 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. 00:17:31 > git fetch --tags --force --progress -- git://devvexx.opendaylight.org/mirror/releng/builder +refs/heads/*:refs/remotes/origin/* # timeout=10 00:17:33 > git config remote.origin.url git://devvexx.opendaylight.org/mirror/releng/builder # timeout=10 00:17:33 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:17:33 > git config remote.origin.url git://devvexx.opendaylight.org/mirror/releng/builder # timeout=10 00:17:33 Fetching upstream changes from git://devvexx.opendaylight.org/mirror/releng/builder 00:17:33 using GIT_SSH to set credentials jenkins-ssh 00:17:33 Verifying host key using known hosts file 00:17:33 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. 00:17:33 > git fetch --tags --force --progress -- git://devvexx.opendaylight.org/mirror/releng/builder refs/changes/43/119143/1 # timeout=10 00:17:34 > git rev-parse 07836a043a2d62ad69ac9538cbcbe02d81aaa2e1^{commit} # timeout=10 00:17:34 JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script 00:17:34 Checking out Revision 07836a043a2d62ad69ac9538cbcbe02d81aaa2e1 (refs/changes/43/119143/1) 00:17:34 > git config core.sparsecheckout # timeout=10 00:17:34 > git checkout -f 07836a043a2d62ad69ac9538cbcbe02d81aaa2e1 # timeout=10 00:17:37 Commit message: "Update common-packer with Python version fix" 00:17:37 > git rev-parse FETCH_HEAD^{commit} # timeout=10 00:17:37 > git rev-list --no-walk 9ba57bc580703adbf0e18c0b86663c4e397c06b1 # timeout=10 00:17:37 > git remote # timeout=10 00:17:37 > git submodule init # timeout=10 00:17:37 > git submodule sync # timeout=10 00:17:37 > git config --get remote.origin.url # timeout=10 00:17:37 > git submodule init # timeout=10 00:17:37 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 00:17:37 > git config --get submodule.global-jjb.url # timeout=10 00:17:37 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 00:17:37 > git config --get submodule.packer/common-packer.url # timeout=10 00:17:37 > git config -f .gitmodules --get submodule.packer/common-packer.path # timeout=10 00:17:37 > git submodule update --init --recursive global-jjb # timeout=10 00:17:38 > git submodule update --init --recursive packer/common-packer # timeout=10 00:17:39 hudson.plugins.git.GitException: Command "git submodule update --init --recursive packer/common-packer" returned status code 128: 00:17:39 stdout: 00:17:39 stderr: Cloning into '/w/workspace/builder-tox-verify-master/packer/common-packer'... 00:17:39 fatal: remote error: upload-pack: not our ref a1d889f5e8875eb553aec9cdf3a8927e3b16a37c 00:17:39 fatal: Fetched in submodule path 'packer/common-packer', but it did not contain a1d889f5e8875eb553aec9cdf3a8927e3b16a37c. Direct fetching of that commit failed. 00:17:39 fatal: 00:17:39 00:17:39 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2846) 00:17:39 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2185) 00:17:39 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$7.lambda$execute$0(CliGitAPIImpl.java:1573) 00:17:39 at com.google.common.util.concurrent.TrustedListenableFutureTask$TrustedFutureInterruptibleTask.runInterruptibly(TrustedListenableFutureTask.java:131) 00:17:39 at com.google.common.util.concurrent.InterruptibleTask.run(InterruptibleTask.java:76) 00:17:39 at com.google.common.util.concurrent.TrustedListenableFutureTask.run(TrustedListenableFutureTask.java:82) 00:17:39 at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) 00:17:39 at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) 00:17:39 at com.google.common.util.concurrent.MoreExecutors$DirectExecutorService.execute(MoreExecutors.java:327) 00:17:39 at java.base/java.util.concurrent.ExecutorCompletionService.submit(ExecutorCompletionService.java:186) 00:17:39 at org.jenkinsci.plugins.gitclient.cgit.GitCommandsExecutor.submitRemainingCommand(GitCommandsExecutor.java:77) 00:17:39 at org.jenkinsci.plugins.gitclient.cgit.GitCommandsExecutor.invokeAll(GitCommandsExecutor.java:70) 00:17:39 Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to prd-ubuntu2204-builder-2c-2g-6599 00:17:39 at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1787) 00:17:39 at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356) 00:17:39 at hudson.remoting.Channel.call(Channel.java:1003) 00:17:39 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:153) 00:17:39 at jdk.internal.reflect.GeneratedMethodAccessor700.invoke(Unknown Source) 00:17:39 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 00:17:39 at java.base/java.lang.reflect.Method.invoke(Method.java:566) 00:17:39 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:138) 00:17:39 at com.sun.proxy.$Proxy234.execute(Unknown Source) 00:17:39 at hudson.plugins.git.extensions.impl.SubmoduleOption.onCheckoutCompleted(SubmoduleOption.java:196) 00:17:39 at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1390) 00:17:39 at hudson.scm.SCM.checkout(SCM.java:540) 00:17:39 at hudson.model.AbstractProject.checkout(AbstractProject.java:1248) 00:17:39 at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:649) 00:17:39 at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85) 00:17:39 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:521) 00:17:39 at hudson.model.Run.execute(Run.java:1895) 00:17:39 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44) 00:17:39 at hudson.model.ResourceController.execute(ResourceController.java:101) 00:17:39 at hudson.model.Executor.run(Executor.java:442) 00:17:39 Caused: hudson.plugins.git.GitException 00:17:39 at org.jenkinsci.plugins.gitclient.cgit.GitCommandsExecutor.checkResult(GitCommandsExecutor.java:89) 00:17:39 at org.jenkinsci.plugins.gitclient.cgit.GitCommandsExecutor.invokeAll(GitCommandsExecutor.java:69) 00:17:39 at org.jenkinsci.plugins.gitclient.cgit.GitCommandsExecutor.invokeAll(GitCommandsExecutor.java:47) 00:17:39 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$7.execute(CliGitAPIImpl.java:1576) 00:17:39 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:170) 00:17:39 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161) 00:17:39 at hudson.remoting.UserRequest.perform(UserRequest.java:211) 00:17:39 at hudson.remoting.UserRequest.perform(UserRequest.java:54) 00:17:39 at hudson.remoting.Request$2.run(Request.java:377) 00:17:39 at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78) 00:17:39 at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) 00:17:39 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) 00:17:39 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) 00:17:39 at java.base/java.lang.Thread.run(Thread.java:1583) 00:17:39 Caused: java.io.IOException: Could not perform submodule update 00:17:39 at hudson.plugins.git.extensions.impl.SubmoduleOption.onCheckoutCompleted(SubmoduleOption.java:201) 00:17:39 at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1390) 00:17:39 at hudson.scm.SCM.checkout(SCM.java:540) 00:17:39 at hudson.model.AbstractProject.checkout(AbstractProject.java:1248) 00:17:39 at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:649) 00:17:39 at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85) 00:17:39 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:521) 00:17:39 at hudson.model.Run.execute(Run.java:1895) 00:17:39 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44) 00:17:39 at hudson.model.ResourceController.execute(ResourceController.java:101) 00:17:39 at hudson.model.Executor.run(Executor.java:442) 00:17:39 $ ssh-agent -k 00:17:39 unset SSH_AUTH_SOCK; 00:17:39 unset SSH_AGENT_PID; 00:17:39 echo Agent pid 1522 killed; 00:17:39 [ssh-agent] Stopped. 00:17:39 [PostBuildScript] - [INFO] Executing post build scripts. 00:17:39 [builder-tox-verify-master] $ /bin/bash /tmp/jenkins15504202927404517605.sh 00:17:39 ---> sysstat.sh 00:17:39 [builder-tox-verify-master] $ /bin/bash /tmp/jenkins9213487360540080250.sh 00:17:39 ---> package-listing.sh 00:17:39 ++ facter osfamily 00:17:39 ++ tr '[:upper:]' '[:lower:]' 00:17:40 + OS_FAMILY=debian 00:17:40 + workspace=/w/workspace/builder-tox-verify-master 00:17:40 + START_PACKAGES=/tmp/packages_start.txt 00:17:40 + END_PACKAGES=/tmp/packages_end.txt 00:17:40 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:17:40 + PACKAGES=/tmp/packages_start.txt 00:17:40 + '[' /w/workspace/builder-tox-verify-master ']' 00:17:40 + PACKAGES=/tmp/packages_end.txt 00:17:40 + case "${OS_FAMILY}" in 00:17:40 + dpkg -l 00:17:40 + grep '^ii' 00:17:40 + '[' -f /tmp/packages_start.txt ']' 00:17:40 + '[' -f /tmp/packages_end.txt ']' 00:17:40 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:17:40 + '[' /w/workspace/builder-tox-verify-master ']' 00:17:40 + mkdir -p /w/workspace/builder-tox-verify-master/archives/ 00:17:40 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/builder-tox-verify-master/archives/ 00:17:40 [builder-tox-verify-master] $ /bin/bash /tmp/jenkins629170885759879259.sh 00:17:40 ---> capture-instance-metadata.sh 00:17:40 Setup pyenv: 00:17:40 * system (set by /opt/pyenv/version) 00:17:40 * 3.8.20 (set by /opt/pyenv/version) 00:17:40 * 3.9.20 (set by /opt/pyenv/version) 00:17:40 3.10.15 00:17:40 3.11.10 00:17:44 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-IDjO 00:17:44 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 00:17:44 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 00:17:44 lf-activate-venv(): INFO: Attempting to install with network-safe options... 00:17:48 lf-activate-venv(): INFO: Base packages installed successfully 00:17:48 lf-activate-venv(): INFO: Installing additional packages: lftools 00:18:11 lf-activate-venv(): INFO: Adding /tmp/venv-IDjO/bin to PATH 00:18:11 INFO: Running in OpenStack, capturing instance metadata 00:18:11 [builder-tox-verify-master] $ /bin/bash /tmp/jenkins8896528907467416399.sh 00:18:11 provisioning config files... 00:18:11 Could not find credentials [logs] for builder-tox-verify-master #8069 00:18:11 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/builder-tox-verify-master@tmp/config15676580721090343158tmp 00:18:11 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[odl-logs-s3-cloudfront-index] 00:18:11 Run condition [Regular expression match] enabling perform for step [Provide Configuration files] 00:18:11 provisioning config files... 00:18:12 copy managed file [jenkins-s3-log-ship] to file:/home/jenkins/.aws/credentials 00:18:12 [EnvInject] - Injecting environment variables from a build step. 00:18:12 [EnvInject] - Injecting as environment variables the properties content 00:18:12 SERVER_ID=logs 00:18:12 00:18:12 [EnvInject] - Variables injected successfully. 00:18:12 [builder-tox-verify-master] $ /bin/bash /tmp/jenkins18269755427572576897.sh 00:18:12 ---> create-netrc.sh 00:18:12 WARN: Log server credential not found. 00:18:12 [builder-tox-verify-master] $ /bin/bash /tmp/jenkins5301968730857931008.sh 00:18:12 ---> python-tools-install.sh 00:18:12 Setup pyenv: 00:18:12 system 00:18:12 3.8.20 00:18:12 3.9.20 00:18:12 3.10.15 00:18:12 * 3.11.10 (set by /w/workspace/builder-tox-verify-master/.python-version) 00:18:12 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-IDjO from file:/tmp/.os_lf_venv 00:18:12 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 00:18:12 lf-activate-venv(): INFO: Attempting to install with network-safe options... 00:18:13 lf-activate-venv(): INFO: Base packages installed successfully 00:18:13 lf-activate-venv(): INFO: Installing additional packages: lftools 00:18:22 lf-activate-venv(): INFO: Adding /tmp/venv-IDjO/bin to PATH 00:18:22 Generating Requirements File 00:18:40 ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. 00:18:40 httplib2 0.31.0 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 00:18:40 Python 3.11.10 00:18:40 pip 25.3 from /tmp/venv-IDjO/lib/python3.11/site-packages/pip (python 3.11) 00:18:40 appdirs==1.4.4 00:18:40 argcomplete==3.6.3 00:18:40 aspy.yaml==1.3.0 00:18:40 attrs==25.4.0 00:18:40 autopage==0.5.2 00:18:40 beautifulsoup4==4.14.2 00:18:40 boto3==1.40.68 00:18:40 botocore==1.40.68 00:18:40 bs4==0.0.2 00:18:40 cachetools==6.2.1 00:18:40 certifi==2025.10.5 00:18:40 cffi==2.0.0 00:18:40 cfgv==3.4.0 00:18:40 chardet==5.2.0 00:18:40 charset-normalizer==3.4.4 00:18:40 click==8.3.0 00:18:40 cliff==4.11.0 00:18:40 cmd2==2.7.0 00:18:40 cryptography==3.3.2 00:18:40 debtcollector==3.0.0 00:18:40 decorator==5.2.1 00:18:40 defusedxml==0.7.1 00:18:40 Deprecated==1.3.1 00:18:40 distlib==0.4.0 00:18:40 dnspython==2.8.0 00:18:40 docker==7.1.0 00:18:40 dogpile.cache==1.5.0 00:18:40 durationpy==0.10 00:18:40 email-validator==2.3.0 00:18:40 filelock==3.20.0 00:18:40 future==1.0.0 00:18:40 gitdb==4.0.12 00:18:40 GitPython==3.1.45 00:18:40 google-auth==2.43.0 00:18:40 httplib2==0.31.0 00:18:40 identify==2.6.15 00:18:40 idna==3.11 00:18:40 importlib-resources==1.5.0 00:18:40 iso8601==2.1.0 00:18:40 Jinja2==3.1.6 00:18:40 jmespath==1.0.1 00:18:40 jsonpatch==1.33 00:18:40 jsonpointer==3.0.0 00:18:40 jsonschema==4.25.1 00:18:40 jsonschema-specifications==2025.9.1 00:18:40 keystoneauth1==5.12.0 00:18:40 kubernetes==34.1.0 00:18:40 lftools==0.37.15 00:18:40 lxml==6.0.2 00:18:40 markdown-it-py==4.0.0 00:18:40 MarkupSafe==3.0.3 00:18:40 mdurl==0.1.2 00:18:40 msgpack==1.1.2 00:18:40 multi_key_dict==2.0.3 00:18:40 munch==4.0.0 00:18:40 netaddr==1.3.0 00:18:40 niet==1.4.2 00:18:40 nodeenv==1.9.1 00:18:40 oauth2client==4.1.3 00:18:40 oauthlib==3.3.1 00:18:40 openstacksdk==4.7.1 00:18:40 os-service-types==1.8.1 00:18:40 osc-lib==4.2.0 00:18:40 oslo.config==10.0.0 00:18:40 oslo.context==6.1.0 00:18:40 oslo.i18n==6.6.0 00:18:40 oslo.log==7.2.1 00:18:40 oslo.serialization==5.8.0 00:18:40 oslo.utils==9.1.0 00:18:40 packaging==25.0 00:18:40 pbr==7.0.3 00:18:40 platformdirs==4.5.0 00:18:40 prettytable==3.16.0 00:18:40 psutil==7.1.3 00:18:40 pyasn1==0.6.1 00:18:40 pyasn1_modules==0.4.2 00:18:40 pycparser==2.23 00:18:40 pygerrit2==2.0.15 00:18:40 PyGithub==2.8.1 00:18:40 Pygments==2.19.2 00:18:40 PyJWT==2.10.1 00:18:40 PyNaCl==1.6.0 00:18:40 pyparsing==2.4.7 00:18:40 pyperclip==1.11.0 00:18:40 pyrsistent==0.20.0 00:18:40 python-cinderclient==9.8.0 00:18:40 python-dateutil==2.9.0.post0 00:18:40 python-heatclient==4.3.0 00:18:40 python-jenkins==1.8.3 00:18:40 python-keystoneclient==5.7.0 00:18:40 python-magnumclient==4.9.0 00:18:40 python-openstackclient==8.2.0 00:18:40 python-swiftclient==4.8.0 00:18:40 PyYAML==6.0.3 00:18:40 referencing==0.37.0 00:18:40 requests==2.32.5 00:18:40 requests-oauthlib==2.0.0 00:18:40 requestsexceptions==1.4.0 00:18:40 rfc3986==2.0.0 00:18:40 rich==14.2.0 00:18:40 rich-argparse==1.7.2 00:18:40 rpds-py==0.28.0 00:18:40 rsa==4.9.1 00:18:40 ruamel.yaml==0.18.16 00:18:40 ruamel.yaml.clib==0.2.14 00:18:40 s3transfer==0.14.0 00:18:40 simplejson==3.20.2 00:18:40 six==1.17.0 00:18:40 smmap==5.0.2 00:18:40 soupsieve==2.8 00:18:40 stevedore==5.5.0 00:18:40 tabulate==0.9.0 00:18:40 toml==0.10.2 00:18:40 tomlkit==0.13.3 00:18:40 tqdm==4.67.1 00:18:40 typing_extensions==4.15.0 00:18:40 tzdata==2025.2 00:18:40 urllib3==1.26.20 00:18:40 virtualenv==20.35.4 00:18:40 wcwidth==0.2.14 00:18:40 websocket-client==1.9.0 00:18:40 wrapt==2.0.0 00:18:40 xdg==6.0.0 00:18:40 xmltodict==1.0.2 00:18:40 yq==3.4.3 00:18:40 [builder-tox-verify-master] $ /bin/bash /tmp/jenkins11244400811679332652.sh 00:18:40 ---> sudo-logs.sh 00:18:40 Archiving 'sudo' log.. 00:18:41 [builder-tox-verify-master] $ /bin/bash /tmp/jenkins8318605451703802542.sh 00:18:41 ---> job-cost.sh 00:18:41 Setup pyenv: 00:18:41 system 00:18:41 3.8.20 00:18:41 3.9.20 00:18:41 3.10.15 00:18:41 * 3.11.10 (set by /w/workspace/builder-tox-verify-master/.python-version) 00:18:41 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-IDjO from file:/tmp/.os_lf_venv 00:18:41 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 00:18:41 lf-activate-venv(): INFO: Attempting to install with network-safe options... 00:18:43 lf-activate-venv(): INFO: Base packages installed successfully 00:18:43 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 00:18:48 lf-activate-venv(): INFO: Adding /tmp/venv-IDjO/bin to PATH 00:18:48 INFO: No Stack... 00:18:48 INFO: Retrieving Pricing Info for: v3-standard-2 00:18:48 INFO: Archiving Costs 00:18:48 [builder-tox-verify-master] $ /bin/bash -l /tmp/jenkins13966942067113327164.sh 00:18:48 ---> logs-deploy.sh 00:18:48 Setup pyenv: 00:18:48 system 00:18:48 3.8.20 00:18:48 3.9.20 00:18:48 3.10.15 00:18:48 * 3.11.10 (set by /w/workspace/builder-tox-verify-master/.python-version) 00:18:48 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-IDjO from file:/tmp/.os_lf_venv 00:18:48 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 00:18:48 lf-activate-venv(): INFO: Attempting to install with network-safe options... 00:18:50 lf-activate-venv(): INFO: Base packages installed successfully 00:18:50 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 00:18:58 lf-activate-venv(): INFO: Adding /tmp/venv-IDjO/bin to PATH 00:18:58 WARNING: Nexus logging server not set 00:18:58 INFO: S3 path logs/releng/vex-yul-odl-jenkins-1/builder-tox-verify-master/8069/ 00:18:58 INFO: archiving logs to S3 00:18:59 ---> uname -a: 00:18:59 Linux prd-ubuntu2204-builder-2c-2g-6599 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux 00:18:59 00:18:59 00:18:59 ---> lscpu: 00:18:59 Architecture: x86_64 00:18:59 CPU op-mode(s): 32-bit, 64-bit 00:18:59 Address sizes: 40 bits physical, 48 bits virtual 00:18:59 Byte Order: Little Endian 00:18:59 CPU(s): 2 00:18:59 On-line CPU(s) list: 0,1 00:18:59 Vendor ID: AuthenticAMD 00:18:59 Model name: AMD EPYC-Rome Processor 00:18:59 CPU family: 23 00:18:59 Model: 49 00:18:59 Thread(s) per core: 1 00:18:59 Core(s) per socket: 1 00:18:59 Socket(s): 2 00:18:59 Stepping: 0 00:18:59 BogoMIPS: 5599.99 00:18:59 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 00:18:59 Virtualization: AMD-V 00:18:59 Hypervisor vendor: KVM 00:18:59 Virtualization type: full 00:18:59 L1d cache: 64 KiB (2 instances) 00:18:59 L1i cache: 64 KiB (2 instances) 00:18:59 L2 cache: 1 MiB (2 instances) 00:18:59 L3 cache: 32 MiB (2 instances) 00:18:59 NUMA node(s): 1 00:18:59 NUMA node0 CPU(s): 0,1 00:18:59 Vulnerability Gather data sampling: Not affected 00:18:59 Vulnerability Indirect target selection: Not affected 00:18:59 Vulnerability Itlb multihit: Not affected 00:18:59 Vulnerability L1tf: Not affected 00:18:59 Vulnerability Mds: Not affected 00:18:59 Vulnerability Meltdown: Not affected 00:18:59 Vulnerability Mmio stale data: Not affected 00:18:59 Vulnerability Reg file data sampling: Not affected 00:18:59 Vulnerability Retbleed: Mitigation; untrained return thunk; SMT disabled 00:18:59 Vulnerability Spec rstack overflow: Mitigation; SMT disabled 00:18:59 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:18:59 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 00:18:59 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB disabled; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 00:18:59 Vulnerability Srbds: Not affected 00:18:59 Vulnerability Tsx async abort: Not affected 00:18:59 00:18:59 00:18:59 ---> nproc: 00:18:59 2 00:18:59 00:18:59 00:18:59 ---> df -h: 00:18:59 Filesystem Size Used Avail Use% Mounted on 00:18:59 tmpfs 794M 1.1M 793M 1% /run 00:18:59 /dev/vda1 39G 8.3G 31G 22% / 00:18:59 tmpfs 3.9G 0 3.9G 0% /dev/shm 00:18:59 tmpfs 5.0M 0 5.0M 0% /run/lock 00:18:59 /dev/vda15 105M 6.1M 99M 6% /boot/efi 00:18:59 tmpfs 794M 4.0K 794M 1% /run/user/1001 00:18:59 00:18:59 00:18:59 ---> free -m: 00:18:59 total used free shared buff/cache available 00:18:59 Mem: 7937 577 4907 4 2453 7067 00:18:59 Swap: 1023 0 1023 00:18:59 00:18:59 00:18:59 ---> ip addr: 00:18:59 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 00:18:59 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:18:59 inet 127.0.0.1/8 scope host lo 00:18:59 valid_lft forever preferred_lft forever 00:18:59 inet6 ::1/128 scope host 00:18:59 valid_lft forever preferred_lft forever 00:18:59 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 00:18:59 link/ether fa:16:3e:0d:c5:d9 brd ff:ff:ff:ff:ff:ff 00:18:59 altname enp0s3 00:18:59 inet 10.30.170.144/23 metric 100 brd 10.30.171.255 scope global dynamic ens3 00:18:59 valid_lft 86276sec preferred_lft 86276sec 00:18:59 inet6 fe80::f816:3eff:fe0d:c5d9/64 scope link 00:18:59 valid_lft forever preferred_lft forever 00:18:59 3: docker0: mtu 1458 qdisc noqueue state DOWN group default 00:18:59 link/ether e6:2e:c2:c9:6c:12 brd ff:ff:ff:ff:ff:ff 00:18:59 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:18:59 valid_lft forever preferred_lft forever 00:18:59 00:18:59 00:18:59 ---> sar -b -r -n DEV: 00:18:59 Linux 5.15.0-153-generic (prd-ubuntu2204-builder-2c-2g-6599) 11/07/25 _x86_64_ (2 CPU) 00:18:59 00:18:59 00:16:58 LINUX RESTART (2 CPU) 00:18:59 00:18:59 00:18:59 ---> sar -P ALL: 00:18:59 Linux 5.15.0-153-generic (prd-ubuntu2204-builder-2c-2g-6599) 11/07/25 _x86_64_ (2 CPU) 00:18:59 00:18:59 00:16:58 LINUX RESTART (2 CPU) 00:18:59 00:18:59 00:18:59