18:24:40 Triggered by Gerrit: https://git.opendaylight.org/gerrit/c/bgpcep/+/121132 18:24:40 Running as SYSTEM 18:24:40 [EnvInject] - Loading node environment variables. 18:24:40 Building remotely on prd-ubuntu2204-docker-8c-8g-25650 (ubuntu2204-docker-8c-8g) in workspace /w/workspace/bgpcep-maven-verify-0.22.x-mvn39-openjdk21 18:24:40 [ssh-agent] Looking for ssh-agent implementation... 18:24:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:24:41 $ ssh-agent 18:24:41 SSH_AUTH_SOCK=/tmp/ssh-XXXXXX0vleAU/agent.1677 18:24:41 SSH_AGENT_PID=1679 18:24:41 [ssh-agent] Started. 18:24:41 Running ssh-add (command line suppressed) 18:24:41 Identity added: /w/workspace/bgpcep-maven-verify-0.22.x-mvn39-openjdk21@tmp/private_key_11836065240980036995.key (/w/workspace/bgpcep-maven-verify-0.22.x-mvn39-openjdk21@tmp/private_key_11836065240980036995.key) 18:24:41 [ssh-agent] Using credentials jenkins (jenkins-ssh) 18:24:41 The recommended git tool is: NONE 18:24:43 using credential jenkins-ssh 18:24:43 Wiping out workspace first. 18:24:43 Cloning the remote Git repository 18:24:43 Cloning repository git://devvexx.opendaylight.org/mirror/bgpcep 18:24:43 > git init /w/workspace/bgpcep-maven-verify-0.22.x-mvn39-openjdk21 # timeout=10 18:24:43 Fetching upstream changes from git://devvexx.opendaylight.org/mirror/bgpcep 18:24:43 > git --version # timeout=10 18:24:43 > git --version # 'git version 2.34.1' 18:24:43 using GIT_SSH to set credentials jenkins-ssh 18:24:43 Verifying host key using known hosts file 18:24:43 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. 18:24:43 > git fetch --tags --force --progress -- git://devvexx.opendaylight.org/mirror/bgpcep +refs/heads/*:refs/remotes/origin/* # timeout=10 18:24:48 > git config remote.origin.url git://devvexx.opendaylight.org/mirror/bgpcep # timeout=10 18:24:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:24:48 > git config remote.origin.url git://devvexx.opendaylight.org/mirror/bgpcep # timeout=10 18:24:48 Fetching upstream changes from git://devvexx.opendaylight.org/mirror/bgpcep 18:24:48 using GIT_SSH to set credentials jenkins-ssh 18:24:48 Verifying host key using known hosts file 18:24:48 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. 18:24:48 > git fetch --tags --force --progress -- git://devvexx.opendaylight.org/mirror/bgpcep refs/changes/32/121132/1 # timeout=10 18:24:48 ERROR: Error fetching remote repo 'origin' 18:24:48 hudson.plugins.git.GitException: Failed to fetch from git://devvexx.opendaylight.org/mirror/bgpcep 18:24:48 at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:999) 18:24:48 at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1241) 18:24:48 at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1305) 18:24:48 at hudson.scm.SCM.checkout(SCM.java:540) 18:24:48 at hudson.model.AbstractProject.checkout(AbstractProject.java:1248) 18:24:48 at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:649) 18:24:48 at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85) 18:24:48 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:521) 18:24:48 at hudson.model.Run.execute(Run.java:1895) 18:24:48 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44) 18:24:48 at hudson.model.ResourceController.execute(ResourceController.java:101) 18:24:48 at hudson.model.Executor.run(Executor.java:442) 18:24:48 Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --force --progress -- git://devvexx.opendaylight.org/mirror/bgpcep refs/changes/32/121132/1" returned status code 128: 18:24:48 stdout: 18:24:48 stderr: fatal: couldn't find remote ref refs/changes/32/121132/1 18:24:48 18:24:48 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2846) 18:24:48 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2185) 18:24:48 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:635) 18:24:48 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:170) 18:24:48 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161) 18:24:48 at hudson.remoting.UserRequest.perform(UserRequest.java:211) 18:24:48 at hudson.remoting.UserRequest.perform(UserRequest.java:54) 18:24:48 at hudson.remoting.Request$2.run(Request.java:377) 18:24:48 at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78) 18:24:48 at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) 18:24:48 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) 18:24:48 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) 18:24:48 at java.base/java.lang.Thread.run(Thread.java:1583) 18:24:48 Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to prd-ubuntu2204-docker-8c-8g-25650 18:24:48 at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1787) 18:24:48 at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356) 18:24:48 at hudson.remoting.Channel.call(Channel.java:1003) 18:24:48 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:153) 18:24:48 at jdk.internal.reflect.GeneratedMethodAccessor538.invoke(Unknown Source) 18:24:48 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 18:24:48 at java.base/java.lang.reflect.Method.invoke(Method.java:566) 18:24:48 at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:138) 18:24:48 at com.sun.proxy.$Proxy230.execute(Unknown Source) 18:24:48 at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:997) 18:24:48 at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1241) 18:24:48 at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1305) 18:24:48 at hudson.scm.SCM.checkout(SCM.java:540) 18:24:48 at hudson.model.AbstractProject.checkout(AbstractProject.java:1248) 18:24:48 at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:649) 18:24:48 at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85) 18:24:48 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:521) 18:24:48 at hudson.model.Run.execute(Run.java:1895) 18:24:48 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44) 18:24:48 at hudson.model.ResourceController.execute(ResourceController.java:101) 18:24:48 at hudson.model.Executor.run(Executor.java:442) 18:24:48 ERROR: Error fetching remote repo 'origin' 18:24:48 $ ssh-agent -k 18:24:48 unset SSH_AUTH_SOCK; 18:24:48 unset SSH_AGENT_PID; 18:24:48 echo Agent pid 1679 killed; 18:24:48 [ssh-agent] Stopped. 18:24:48 [PostBuildScript] - [INFO] Executing post build scripts. 18:24:48 [bgpcep-maven-verify-0.22.x-mvn39-openjdk21] $ /bin/bash /tmp/jenkins4319190358781839995.sh 18:24:48 ---> sysstat.sh 18:24:49 [bgpcep-maven-verify-0.22.x-mvn39-openjdk21] $ /bin/bash /tmp/jenkins9019469234016079044.sh 18:24:49 ---> package-listing.sh 18:24:49 ++ facter osfamily 18:24:49 ++ tr '[:upper:]' '[:lower:]' 18:24:50 + OS_FAMILY=debian 18:24:50 + workspace=/w/workspace/bgpcep-maven-verify-0.22.x-mvn39-openjdk21 18:24:50 + START_PACKAGES=/tmp/packages_start.txt 18:24:50 + END_PACKAGES=/tmp/packages_end.txt 18:24:50 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:24:50 + PACKAGES=/tmp/packages_start.txt 18:24:50 + '[' /w/workspace/bgpcep-maven-verify-0.22.x-mvn39-openjdk21 ']' 18:24:50 + PACKAGES=/tmp/packages_end.txt 18:24:50 + case "${OS_FAMILY}" in 18:24:50 + dpkg -l 18:24:50 + grep '^ii' 18:24:50 + '[' -f /tmp/packages_start.txt ']' 18:24:50 + '[' -f /tmp/packages_end.txt ']' 18:24:50 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:24:50 + '[' /w/workspace/bgpcep-maven-verify-0.22.x-mvn39-openjdk21 ']' 18:24:50 + mkdir -p /w/workspace/bgpcep-maven-verify-0.22.x-mvn39-openjdk21/archives/ 18:24:50 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/bgpcep-maven-verify-0.22.x-mvn39-openjdk21/archives/ 18:24:50 [bgpcep-maven-verify-0.22.x-mvn39-openjdk21] $ /bin/bash /tmp/jenkins2441956144310047573.sh 18:24:50 ---> capture-instance-metadata.sh 18:24:50 Setup pyenv: 18:24:50 * system (set by /opt/pyenv/version) 18:24:50 * 3.8.20 (set by /opt/pyenv/version) 18:24:50 * 3.9.20 (set by /opt/pyenv/version) 18:24:50 3.10.15 18:24:50 3.11.10 18:24:55 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-U6Sk 18:24:55 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 18:24:55 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 18:24:55 lf-activate-venv(): INFO: Attempting to install with network-safe options... 18:24:58 lf-activate-venv(): INFO: Base packages installed successfully 18:24:58 lf-activate-venv(): INFO: Installing additional packages: lftools 18:25:21 lf-activate-venv(): INFO: Adding /tmp/venv-U6Sk/bin to PATH 18:25:21 INFO: Running in OpenStack, capturing instance metadata 18:25:22 [bgpcep-maven-verify-0.22.x-mvn39-openjdk21] $ /bin/bash /tmp/jenkins2851448342788664185.sh 18:25:22 provisioning config files... 18:25:22 Could not find credentials [logs] for bgpcep-maven-verify-0.22.x-mvn39-openjdk21 #66 18:25:22 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/bgpcep-maven-verify-0.22.x-mvn39-openjdk21@tmp/config14598563757973281387tmp 18:25:22 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[odl-logs-s3-cloudfront-index] 18:25:22 Run condition [Regular expression match] enabling perform for step [Provide Configuration files] 18:25:22 provisioning config files... 18:25:22 copy managed file [jenkins-s3-log-ship] to file:/home/jenkins/.aws/credentials 18:25:22 [EnvInject] - Injecting environment variables from a build step. 18:25:22 [EnvInject] - Injecting as environment variables the properties content 18:25:22 SERVER_ID=logs 18:25:22 18:25:22 [EnvInject] - Variables injected successfully. 18:25:22 [bgpcep-maven-verify-0.22.x-mvn39-openjdk21] $ /bin/bash /tmp/jenkins7408561088990843609.sh 18:25:22 ---> create-netrc.sh 18:25:22 WARN: Log server credential not found. 18:25:22 [bgpcep-maven-verify-0.22.x-mvn39-openjdk21] $ /bin/bash /tmp/jenkins10934340534836511487.sh 18:25:22 ---> python-tools-install.sh 18:25:22 Setup pyenv: 18:25:22 system 18:25:22 3.8.20 18:25:22 3.9.20 18:25:22 3.10.15 18:25:22 * 3.11.10 (set by /w/workspace/bgpcep-maven-verify-0.22.x-mvn39-openjdk21/.python-version) 18:25:23 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-U6Sk from file:/tmp/.os_lf_venv 18:25:23 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 18:25:23 lf-activate-venv(): INFO: Attempting to install with network-safe options... 18:25:24 lf-activate-venv(): INFO: Base packages installed successfully 18:25:24 lf-activate-venv(): INFO: Installing additional packages: lftools 18:25:31 lf-activate-venv(): INFO: Adding /tmp/venv-U6Sk/bin to PATH 18:25:31 Generating Requirements File 18:25:48 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. 18:25:48 httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 18:25:48 Python 3.11.10 18:25:48 pip 26.0.1 from /tmp/venv-U6Sk/lib/python3.11/site-packages/pip (python 3.11) 18:25:48 appdirs==1.4.4 18:25:48 argcomplete==3.6.3 18:25:48 aspy.yaml==1.3.0 18:25:48 attrs==25.4.0 18:25:48 autopage==0.6.0 18:25:48 beautifulsoup4==4.14.3 18:25:48 boto3==1.42.59 18:25:48 botocore==1.42.59 18:25:48 bs4==0.0.2 18:25:48 certifi==2026.2.25 18:25:48 cffi==2.0.0 18:25:48 cfgv==3.5.0 18:25:48 chardet==6.0.0.post1 18:25:48 charset-normalizer==3.4.4 18:25:48 click==8.3.1 18:25:48 cliff==4.13.2 18:25:48 cmd2==3.3.0 18:25:48 cryptography==3.3.2 18:25:48 debtcollector==3.0.0 18:25:48 decorator==5.2.1 18:25:48 defusedxml==0.7.1 18:25:48 Deprecated==1.3.1 18:25:48 distlib==0.4.0 18:25:48 dnspython==2.8.0 18:25:48 docker==7.1.0 18:25:48 dogpile.cache==1.5.0 18:25:48 durationpy==0.10 18:25:48 email-validator==2.3.0 18:25:48 filelock==3.25.0 18:25:48 future==1.0.0 18:25:48 gitdb==4.0.12 18:25:48 GitPython==3.1.46 18:25:48 httplib2==0.30.2 18:25:48 identify==2.6.17 18:25:48 idna==3.11 18:25:48 importlib-resources==1.5.0 18:25:48 iso8601==2.1.0 18:25:48 Jinja2==3.1.6 18:25:48 jmespath==1.1.0 18:25:48 jsonpatch==1.33 18:25:48 jsonpointer==3.0.0 18:25:48 jsonschema==4.26.0 18:25:48 jsonschema-specifications==2025.9.1 18:25:48 keystoneauth1==5.13.1 18:25:48 kubernetes==35.0.0 18:25:48 lftools==0.37.21 18:25:48 lxml==6.0.2 18:25:48 markdown-it-py==4.0.0 18:25:48 MarkupSafe==3.0.3 18:25:48 mdurl==0.1.2 18:25:48 msgpack==1.1.2 18:25:48 multi_key_dict==2.0.3 18:25:48 munch==4.0.0 18:25:48 netaddr==1.3.0 18:25:48 niet==1.4.2 18:25:48 nodeenv==1.10.0 18:25:48 oauth2client==4.1.3 18:25:48 oauthlib==3.3.1 18:25:48 openstacksdk==4.10.0 18:25:48 os-service-types==1.8.2 18:25:48 osc-lib==4.4.0 18:25:48 oslo.config==10.3.0 18:25:48 oslo.context==6.3.0 18:25:48 oslo.i18n==6.7.2 18:25:48 oslo.log==8.1.0 18:25:48 oslo.serialization==5.9.1 18:25:48 oslo.utils==10.0.0 18:25:48 packaging==26.0 18:25:48 pbr==7.0.3 18:25:48 platformdirs==4.9.2 18:25:48 prettytable==3.17.0 18:25:48 psutil==7.2.2 18:25:48 pyasn1==0.6.2 18:25:48 pyasn1_modules==0.4.2 18:25:48 pycparser==3.0 18:25:48 pygerrit2==2.0.15 18:25:48 PyGithub==2.8.1 18:25:48 Pygments==2.19.2 18:25:48 PyJWT==2.11.0 18:25:48 PyNaCl==1.6.2 18:25:48 pyparsing==2.4.7 18:25:48 pyperclip==1.11.0 18:25:48 pyrsistent==0.20.0 18:25:48 python-cinderclient==9.9.0 18:25:48 python-dateutil==2.9.0.post0 18:25:48 python-discovery==1.1.0 18:25:48 python-heatclient==5.1.0 18:25:48 python-jenkins==1.8.3 18:25:48 python-keystoneclient==5.8.0 18:25:48 python-magnumclient==4.10.0 18:25:48 python-openstackclient==9.0.0 18:25:48 python-swiftclient==4.10.0 18:25:48 PyYAML==6.0.3 18:25:48 referencing==0.37.0 18:25:48 requests==2.32.5 18:25:48 requests-oauthlib==2.0.0 18:25:48 requestsexceptions==1.4.0 18:25:48 rfc3986==2.0.0 18:25:48 rich==14.3.3 18:25:48 rich-argparse==1.7.2 18:25:48 rpds-py==0.30.0 18:25:48 rsa==4.9.1 18:25:48 ruamel.yaml==0.19.1 18:25:48 ruamel.yaml.clib==0.2.15 18:25:48 s3transfer==0.16.0 18:25:48 simplejson==3.20.2 18:25:48 six==1.17.0 18:25:48 smmap==5.0.2 18:25:48 soupsieve==2.8.3 18:25:48 stevedore==5.7.0 18:25:48 tabulate==0.9.0 18:25:48 toml==0.10.2 18:25:48 tomlkit==0.14.0 18:25:48 tqdm==4.67.3 18:25:48 typing_extensions==4.15.0 18:25:48 urllib3==1.26.20 18:25:48 virtualenv==21.1.0 18:25:48 wcwidth==0.6.0 18:25:48 websocket-client==1.9.0 18:25:48 wrapt==2.1.1 18:25:48 xdg==6.0.0 18:25:48 xmltodict==1.0.4 18:25:48 yq==3.4.3 18:25:49 [bgpcep-maven-verify-0.22.x-mvn39-openjdk21] $ /bin/bash /tmp/jenkins10783461805247417464.sh 18:25:49 ---> sudo-logs.sh 18:25:49 Archiving 'sudo' log.. 18:25:49 [bgpcep-maven-verify-0.22.x-mvn39-openjdk21] $ /bin/bash /tmp/jenkins11372662873133501844.sh 18:25:49 ---> job-cost.sh 18:25:49 INFO: Activating Python virtual environment... 18:25:49 Setup pyenv: 18:25:49 system 18:25:49 3.8.20 18:25:49 3.9.20 18:25:49 3.10.15 18:25:49 * 3.11.10 (set by /w/workspace/bgpcep-maven-verify-0.22.x-mvn39-openjdk21/.python-version) 18:25:49 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-U6Sk from file:/tmp/.os_lf_venv 18:25:49 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 18:25:49 lf-activate-venv(): INFO: Attempting to install with network-safe options... 18:25:51 lf-activate-venv(): INFO: Base packages installed successfully 18:25:51 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 18:25:55 lf-activate-venv(): INFO: Adding /tmp/venv-U6Sk/bin to PATH 18:25:55 INFO: No stack-cost file found 18:25:55 INFO: Instance uptime: 324s 18:25:55 INFO: Fetching instance metadata (attempt 1 of 3)... 18:25:55 DEBUG: URL: http://169.254.169.254/latest/meta-data/instance-type 18:25:55 INFO: Successfully fetched instance metadata 18:25:55 INFO: Instance type: v3-standard-8 18:25:55 INFO: Retrieving pricing info for: v3-standard-8 18:25:55 INFO: Fetching Vexxhost pricing API (attempt 1 of 3)... 18:25:55 DEBUG: URL: https://pricing.vexxhost.net/v1/pricing/v3-standard-8/cost?seconds=324 18:25:55 INFO: Successfully fetched Vexxhost pricing API 18:25:55 INFO: Retrieved cost: 0.22 18:25:56 INFO: Retrieved resource: v3-standard-8 18:25:56 INFO: Creating archive directory: /w/workspace/bgpcep-maven-verify-0.22.x-mvn39-openjdk21/archives/cost 18:25:56 INFO: Archiving costs to: /w/workspace/bgpcep-maven-verify-0.22.x-mvn39-openjdk21/archives/cost.csv 18:25:56 INFO: Successfully archived job cost data 18:25:56 DEBUG: Cost data: bgpcep-maven-verify-0.22.x-mvn39-openjdk21,66,2026-03-02 18:25:56,v3-standard-8,324,0.22,0.00,FAILURE 18:25:56 [bgpcep-maven-verify-0.22.x-mvn39-openjdk21] $ /bin/bash -l /tmp/jenkins11358539522865228480.sh 18:25:56 ---> logs-deploy.sh 18:25:56 Setup pyenv: 18:25:56 system 18:25:56 3.8.20 18:25:56 3.9.20 18:25:56 3.10.15 18:25:56 * 3.11.10 (set by /w/workspace/bgpcep-maven-verify-0.22.x-mvn39-openjdk21/.python-version) 18:25:56 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-U6Sk from file:/tmp/.os_lf_venv 18:25:56 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 18:25:56 lf-activate-venv(): INFO: Attempting to install with network-safe options... 18:25:57 lf-activate-venv(): INFO: Base packages installed successfully 18:25:57 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 18:26:04 lf-activate-venv(): INFO: Adding /tmp/venv-U6Sk/bin to PATH 18:26:04 WARNING: Nexus logging server not set 18:26:04 INFO: S3 path logs/releng/vex-yul-odl-jenkins-1/bgpcep-maven-verify-0.22.x-mvn39-openjdk21/66/ 18:26:04 INFO: archiving logs to S3 18:26:04 /tmp/venv-U6Sk/lib/python3.11/site-packages/requests/__init__.py:113: RequestsDependencyWarning: urllib3 (1.26.20) or chardet (6.0.0.post1)/charset_normalizer (3.4.4) doesn't match a supported version! 18:26:04 warnings.warn( 18:26:05 ---> uname -a: 18:26:05 Linux prd-ubuntu2204-docker-8c-8g-25650 5.15.0-168-generic #178-Ubuntu SMP Fri Jan 9 19:05:03 UTC 2026 x86_64 x86_64 x86_64 GNU/Linux 18:26:05 18:26:05 18:26:05 ---> lscpu: 18:26:05 Architecture: x86_64 18:26:05 CPU op-mode(s): 32-bit, 64-bit 18:26:05 Address sizes: 40 bits physical, 48 bits virtual 18:26:05 Byte Order: Little Endian 18:26:05 CPU(s): 8 18:26:05 On-line CPU(s) list: 0-7 18:26:05 Vendor ID: AuthenticAMD 18:26:05 Model name: AMD EPYC-Rome Processor 18:26:05 CPU family: 23 18:26:05 Model: 49 18:26:05 Thread(s) per core: 1 18:26:05 Core(s) per socket: 1 18:26:05 Socket(s): 8 18:26:05 Stepping: 0 18:26:05 BogoMIPS: 5599.99 18:26:05 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 18:26:05 Virtualization: AMD-V 18:26:05 Hypervisor vendor: KVM 18:26:05 Virtualization type: full 18:26:05 L1d cache: 256 KiB (8 instances) 18:26:05 L1i cache: 256 KiB (8 instances) 18:26:05 L2 cache: 4 MiB (8 instances) 18:26:05 L3 cache: 128 MiB (8 instances) 18:26:05 NUMA node(s): 1 18:26:05 NUMA node0 CPU(s): 0-7 18:26:05 Vulnerability Gather data sampling: Not affected 18:26:05 Vulnerability Indirect target selection: Not affected 18:26:05 Vulnerability Itlb multihit: Not affected 18:26:05 Vulnerability L1tf: Not affected 18:26:05 Vulnerability Mds: Not affected 18:26:05 Vulnerability Meltdown: Not affected 18:26:05 Vulnerability Mmio stale data: Not affected 18:26:05 Vulnerability Reg file data sampling: Not affected 18:26:05 Vulnerability Retbleed: Mitigation; untrained return thunk; SMT disabled 18:26:05 Vulnerability Spec rstack overflow: Mitigation; SMT disabled 18:26:05 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:26:05 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 18:26:05 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 18:26:05 Vulnerability Srbds: Not affected 18:26:05 Vulnerability Tsa: Not affected 18:26:05 Vulnerability Tsx async abort: Not affected 18:26:05 Vulnerability Vmscape: Not affected 18:26:05 18:26:05 18:26:05 ---> nproc: 18:26:05 8 18:26:05 18:26:05 18:26:05 ---> df -h: 18:26:05 Filesystem Size Used Avail Use% Mounted on 18:26:05 tmpfs 3.2G 1.1M 3.2G 1% /run 18:26:05 /dev/vda1 155G 8.5G 147G 6% / 18:26:05 tmpfs 16G 0 16G 0% /dev/shm 18:26:05 tmpfs 5.0M 0 5.0M 0% /run/lock 18:26:05 /dev/vda15 105M 6.1M 99M 6% /boot/efi 18:26:05 tmpfs 3.2G 4.0K 3.2G 1% /run/user/1001 18:26:05 18:26:05 18:26:05 ---> free -m: 18:26:05 total used free shared buff/cache available 18:26:05 Mem: 32092 872 28632 4 2587 30783 18:26:05 Swap: 1023 0 1023 18:26:05 18:26:05 18:26:05 ---> ip addr: 18:26:05 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 18:26:05 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:26:05 inet 127.0.0.1/8 scope host lo 18:26:05 valid_lft forever preferred_lft forever 18:26:05 inet6 ::1/128 scope host 18:26:05 valid_lft forever preferred_lft forever 18:26:05 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 18:26:05 link/ether fa:16:3e:27:2b:35 brd ff:ff:ff:ff:ff:ff 18:26:05 altname enp0s3 18:26:05 inet 10.30.171.20/23 metric 100 brd 10.30.171.255 scope global dynamic ens3 18:26:05 valid_lft 86074sec preferred_lft 86074sec 18:26:05 inet6 fe80::f816:3eff:fe27:2b35/64 scope link 18:26:05 valid_lft forever preferred_lft forever 18:26:05 3: docker0: mtu 1458 qdisc noqueue state DOWN group default 18:26:05 link/ether 9a:05:78:35:7c:3d brd ff:ff:ff:ff:ff:ff 18:26:05 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 18:26:05 valid_lft forever preferred_lft forever 18:26:05 18:26:05 18:26:05 ---> sar -b -r -n DEV: 18:26:05 Linux 5.15.0-168-generic (prd-ubuntu2204-docker-8c-8g-25650) 03/02/26 _x86_64_ (8 CPU) 18:26:05 18:26:05 18:20:43 LINUX RESTART (8 CPU) 18:26:05 18:26:05 18:26:05 ---> sar -P ALL: 18:26:05 Linux 5.15.0-168-generic (prd-ubuntu2204-docker-8c-8g-25650) 03/02/26 _x86_64_ (8 CPU) 18:26:05 18:26:05 18:20:43 LINUX RESTART (8 CPU) 18:26:05 18:26:05 18:26:05