14:52:00 Started by user Robert Varga 14:52:00 Running as SYSTEM 14:52:00 [EnvInject] - Loading node environment variables. 14:52:00 Building remotely on prd-ubuntu2204-builder-4c-4g-472745 (ubuntu2204-builder-4c-4g) in workspace /w/workspace/autorelease-gerrit-branch-lock-titanium 14:52:00 [ssh-agent] Looking for ssh-agent implementation... 14:52:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:52:01 $ ssh-agent 14:52:01 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXkDp5w2/agent.1569 14:52:01 SSH_AGENT_PID=1571 14:52:01 [ssh-agent] Started. 14:52:01 Running ssh-add (command line suppressed) 14:52:01 Identity added: /w/workspace/autorelease-gerrit-branch-lock-titanium@tmp/private_key_15471562002839293765.key (/w/workspace/autorelease-gerrit-branch-lock-titanium@tmp/private_key_15471562002839293765.key) 14:52:01 [ssh-agent] Using credentials jenkins (jenkins-ssh) 14:52:01 The recommended git tool is: NONE 14:52:02 using credential jenkins-ssh 14:52:03 Wiping out workspace first. 14:52:03 Cloning the remote Git repository 14:52:03 Cloning repository git://devvexx.opendaylight.org/mirror/releng/autorelease 14:52:03 > git init /w/workspace/autorelease-gerrit-branch-lock-titanium # timeout=10 14:52:03 Fetching upstream changes from git://devvexx.opendaylight.org/mirror/releng/autorelease 14:52:03 > git --version # timeout=10 14:52:03 > git --version # 'git version 2.34.1' 14:52:03 using GIT_SSH to set credentials jenkins-ssh 14:52:03 Verifying host key using known hosts file, will automatically accept unseen keys 14:52:03 > git fetch --tags --force --progress -- git://devvexx.opendaylight.org/mirror/releng/autorelease +refs/heads/*:refs/remotes/origin/* # timeout=10 14:52:05 > git config remote.origin.url git://devvexx.opendaylight.org/mirror/releng/autorelease # timeout=10 14:52:06 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:52:06 Avoid second fetch 14:52:06 > git rev-parse refs/remotes/origin/stable/titanium^{commit} # timeout=10 14:52:06 Checking out Revision aabbd59779ce379761f6e7e55db19faff6ae6889 (refs/remotes/origin/stable/titanium) 14:52:06 > git config core.sparsecheckout # timeout=10 14:52:06 > git checkout -f aabbd59779ce379761f6e7e55db19faff6ae6889 # timeout=10 14:52:06 Commit message: "Fix double-gzipped git bundle extraction" 14:52:06 > git rev-list --no-walk e82ee4089650f8592dec83cf35c491916fcc4a5a # timeout=10 14:52:09 provisioning config files... 14:52:09 copy managed file [npmrc] to file:/home/jenkins/.npmrc 14:52:09 copy managed file [pipconf] to file:/home/jenkins/.config/pip/pip.conf 14:52:09 [autorelease-gerrit-branch-lock-titanium] $ /bin/bash /tmp/jenkins13026352953058830492.sh 14:52:09 ---> autorelease-gerrit-branch-lock.sh 14:52:09 Cloning into 'All-Projects'... 14:52:12 Total 2030 (delta 639), reused 2030 (delta 639) 14:52:12 Note: switching to '5fb519f560df1d57c0c5a4197c311eb4e9d131c6'. 14:52:12 14:52:12 You are in 'detached HEAD' state. You can look around, make experimental 14:52:12 changes and commit them, and you can discard any commits you make in this 14:52:12 state without impacting any branches by switching back to a branch. 14:52:12 14:52:12 If you want to create a new branch to retain commits you create, you may 14:52:12 do so (now or later) by using -c with the switch command. Example: 14:52:12 14:52:12 git switch -c 14:52:12 14:52:12 Or undo this operation with: 14:52:12 14:52:12 git switch - 14:52:12 14:52:12 Turn off this advice by setting config variable advice.detachedHead to false 14:52:12 14:52:13 From ssh://git.opendaylight.org:29418/All-Projects 14:52:13 * [new ref] refs/meta/config -> config 14:52:14 Switched to branch 'config' 14:52:19 + case $mode in 14:52:19 + echo 'INFO: Locking branch for MRI: stable/titanium' 14:52:19 INFO: Locking branch for MRI: stable/titanium 14:52:19 + git config -f project.config access.refs/heads/stable/titanium.exclusiveGroupPermissions submit 14:52:19 + git config -f project.config access.refs/heads/stable/titanium.submit 'group Release Engineering Team' 14:52:19 + git config -f project.config access.refs/heads/stable/titanium.removeReviewer 'group Release Engineering Team' 14:52:19 + git config -f project.config access.refs/heads/stable/titanium.label-Code-Review '-2..+2 group Release Engineering Team' 14:52:19 + git config -f project.config access.refs/heads/stable/titanium.label-Verified '-1..+1 group Release Engineering Team' 14:52:19 + git commit -asm 'Chore: Grant supercommitters rights stable/titanium' 14:52:19 [config 8a96ce5] Chore: Grant supercommitters rights stable/titanium 14:52:19 1 file changed, 6 insertions(+) 14:52:19 + git diff HEAD~1 14:52:19 diff --git a/project.config b/project.config 14:52:19 index c00ee75..e3d510a 100644 14:52:19 --- a/project.config 14:52:19 +++ b/project.config 14:52:19 @@ -152,3 +152,9 @@ 14:52:19 exclusiveGroupPermissions = create 14:52:19 create = block group Registered Users 14:52:19 create = group Release Engineering Team 14:52:19 +[access "refs/heads/stable/titanium"] 14:52:19 + exclusiveGroupPermissions = submit 14:52:19 + submit = group Release Engineering Team 14:52:19 + removeReviewer = group Release Engineering Team 14:52:19 + label-Code-Review = -2..+2 group Release Engineering Team 14:52:19 + label-Verified = -1..+1 group Release Engineering Team 14:52:19 + '[' false = true ']' 14:52:19 + echo 'INFO: Pushing changes to the repository.' 14:52:19 INFO: Pushing changes to the repository. 14:52:19 + git push origin HEAD:refs/meta/config 14:52:21 remote: remote: Processing changes: refs: 1 remote: Processing changes: refs: 1 remote: Processing changes: refs: 1, done 14:52:21 remote: commit 8a96ce5: warning: subject >50 characters; use shorter first paragraph 14:52:21 To ssh://git.opendaylight.org:29418/All-Projects 14:52:21 5fb519f..8a96ce5 HEAD -> refs/meta/config 14:52:21 $ ssh-agent -k 14:52:21 unset SSH_AUTH_SOCK; 14:52:21 unset SSH_AGENT_PID; 14:52:21 echo Agent pid 1571 killed; 14:52:21 [ssh-agent] Stopped. 14:52:21 [PostBuildScript] - [INFO] Executing post build scripts. 14:52:21 [autorelease-gerrit-branch-lock-titanium] $ /bin/bash /tmp/jenkins1091620142807748857.sh 14:52:21 ---> sysstat.sh 14:52:22 [autorelease-gerrit-branch-lock-titanium] $ /bin/bash /tmp/jenkins7893298954042610005.sh 14:52:22 ---> package-listing.sh 14:52:22 ++ facter osfamily 14:52:22 ++ tr '[:upper:]' '[:lower:]' 14:52:22 + OS_FAMILY=debian 14:52:22 + workspace=/w/workspace/autorelease-gerrit-branch-lock-titanium 14:52:22 + START_PACKAGES=/tmp/packages_start.txt 14:52:22 + END_PACKAGES=/tmp/packages_end.txt 14:52:22 + DIFF_PACKAGES=/tmp/packages_diff.txt 14:52:22 + PACKAGES=/tmp/packages_start.txt 14:52:22 + '[' /w/workspace/autorelease-gerrit-branch-lock-titanium ']' 14:52:22 + PACKAGES=/tmp/packages_end.txt 14:52:22 + case "${OS_FAMILY}" in 14:52:22 + dpkg -l 14:52:22 + grep '^ii' 14:52:22 + '[' -f /tmp/packages_start.txt ']' 14:52:22 + '[' -f /tmp/packages_end.txt ']' 14:52:22 + diff /tmp/packages_start.txt /tmp/packages_end.txt 14:52:22 + '[' /w/workspace/autorelease-gerrit-branch-lock-titanium ']' 14:52:22 + mkdir -p /w/workspace/autorelease-gerrit-branch-lock-titanium/archives/ 14:52:22 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/autorelease-gerrit-branch-lock-titanium/archives/ 14:52:22 [autorelease-gerrit-branch-lock-titanium] $ /bin/bash /tmp/jenkins7483584195448797538.sh 14:52:22 ---> capture-instance-metadata.sh 14:52:22 Setup pyenv: 14:52:22 * system (set by /opt/pyenv/version) 14:52:22 * 3.8.20 (set by /opt/pyenv/version) 14:52:22 * 3.9.20 (set by /opt/pyenv/version) 14:52:22 3.10.15 14:52:22 3.11.10 14:52:26 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-4niq 14:52:26 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 14:52:26 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 14:52:26 lf-activate-venv(): INFO: Attempting to install with network-safe options... 14:52:30 lf-activate-venv(): INFO: Base packages installed successfully 14:52:30 lf-activate-venv(): INFO: Installing additional packages: lftools 14:52:54 lf-activate-venv(): INFO: Adding /tmp/venv-4niq/bin to PATH 14:52:54 INFO: Running in OpenStack, capturing instance metadata 14:52:54 [autorelease-gerrit-branch-lock-titanium] $ /bin/bash /tmp/jenkins7051055542718539188.sh 14:52:54 provisioning config files... 14:52:55 Could not find credentials [logs] for autorelease-gerrit-branch-lock-titanium #47 14:52:55 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/autorelease-gerrit-branch-lock-titanium@tmp/config15274970089554342780tmp 14:52:55 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[odl-logs-s3-cloudfront-index] 14:52:55 Run condition [Regular expression match] enabling perform for step [Provide Configuration files] 14:52:55 provisioning config files... 14:52:55 copy managed file [jenkins-s3-log-ship] to file:/home/jenkins/.aws/credentials 14:52:55 [EnvInject] - Injecting environment variables from a build step. 14:52:55 [EnvInject] - Injecting as environment variables the properties content 14:52:55 SERVER_ID=logs 14:52:55 14:52:55 [EnvInject] - Variables injected successfully. 14:52:55 [autorelease-gerrit-branch-lock-titanium] $ /bin/bash /tmp/jenkins10193238948692662167.sh 14:52:55 ---> create-netrc.sh 14:52:55 WARN: Log server credential not found. 14:52:55 [autorelease-gerrit-branch-lock-titanium] $ /bin/bash /tmp/jenkins13242199225396290664.sh 14:52:55 ---> python-tools-install.sh 14:52:55 Setup pyenv: 14:52:55 system 14:52:55 3.8.20 14:52:55 3.9.20 14:52:55 3.10.15 14:52:55 * 3.11.10 (set by /w/workspace/autorelease-gerrit-branch-lock-titanium/.python-version) 14:52:56 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-4niq from file:/tmp/.os_lf_venv 14:52:56 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 14:52:56 lf-activate-venv(): INFO: Attempting to install with network-safe options... 14:52:57 lf-activate-venv(): INFO: Base packages installed successfully 14:52:57 lf-activate-venv(): INFO: Installing additional packages: lftools 14:53:06 lf-activate-venv(): INFO: Adding /tmp/venv-4niq/bin to PATH 14:53:06 Generating Requirements File 14:53:23 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. 14:53:23 httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 14:53:24 Python 3.11.10 14:53:24 pip 26.0.1 from /tmp/venv-4niq/lib/python3.11/site-packages/pip (python 3.11) 14:53:24 appdirs==1.4.4 14:53:24 argcomplete==3.6.3 14:53:24 aspy.yaml==1.3.0 14:53:24 attrs==25.4.0 14:53:24 autopage==0.6.0 14:53:24 beautifulsoup4==4.14.3 14:53:24 boto3==1.42.68 14:53:24 botocore==1.42.68 14:53:24 bs4==0.0.2 14:53:24 certifi==2026.2.25 14:53:24 cffi==2.0.0 14:53:24 cfgv==3.5.0 14:53:24 chardet==7.1.0 14:53:24 charset-normalizer==3.4.5 14:53:24 click==8.3.1 14:53:24 cliff==4.13.2 14:53:24 cmd2==3.4.0 14:53:24 cryptography==3.3.2 14:53:24 debtcollector==3.0.0 14:53:24 decorator==5.2.1 14:53:24 defusedxml==0.7.1 14:53:24 Deprecated==1.3.1 14:53:24 distlib==0.4.0 14:53:24 dnspython==2.8.0 14:53:24 docker==7.1.0 14:53:24 dogpile.cache==1.5.0 14:53:24 durationpy==0.10 14:53:24 email-validator==2.3.0 14:53:24 filelock==3.25.2 14:53:24 future==1.0.0 14:53:24 gitdb==4.0.12 14:53:24 GitPython==3.1.46 14:53:24 httplib2==0.30.2 14:53:24 identify==2.6.17 14:53:24 idna==3.11 14:53:24 importlib-resources==1.5.0 14:53:24 iso8601==2.1.0 14:53:24 Jinja2==3.1.6 14:53:24 jmespath==1.1.0 14:53:24 jsonpatch==1.33 14:53:24 jsonpointer==3.0.0 14:53:24 jsonschema==4.26.0 14:53:24 jsonschema-specifications==2025.9.1 14:53:24 keystoneauth1==5.13.1 14:53:24 kubernetes==35.0.0 14:53:24 lftools==0.37.22 14:53:24 lxml==6.0.2 14:53:24 markdown-it-py==4.0.0 14:53:24 MarkupSafe==3.0.3 14:53:24 mdurl==0.1.2 14:53:24 msgpack==1.1.2 14:53:24 multi_key_dict==2.0.3 14:53:24 munch==4.0.0 14:53:24 netaddr==1.3.0 14:53:24 niet==1.4.2 14:53:24 nodeenv==1.10.0 14:53:24 oauth2client==4.1.3 14:53:24 oauthlib==3.3.1 14:53:24 openstacksdk==4.10.0 14:53:24 os-service-types==1.8.2 14:53:24 osc-lib==4.4.0 14:53:24 oslo.config==10.3.0 14:53:24 oslo.context==6.3.0 14:53:24 oslo.i18n==6.7.2 14:53:24 oslo.log==8.1.0 14:53:24 oslo.serialization==5.9.1 14:53:24 oslo.utils==10.0.0 14:53:24 packaging==26.0 14:53:24 pbr==7.0.3 14:53:24 platformdirs==4.9.4 14:53:24 prettytable==3.17.0 14:53:24 psutil==7.2.2 14:53:24 pyasn1==0.6.2 14:53:24 pyasn1_modules==0.4.2 14:53:24 pycparser==3.0 14:53:24 pygerrit2==2.0.15 14:53:24 PyGithub==2.8.1 14:53:24 Pygments==2.19.2 14:53:24 PyJWT==2.12.1 14:53:24 PyNaCl==1.6.2 14:53:24 pyparsing==2.4.7 14:53:24 pyperclip==1.11.0 14:53:24 pyrsistent==0.20.0 14:53:24 python-cinderclient==9.9.0 14:53:24 python-dateutil==2.9.0.post0 14:53:24 python-discovery==1.1.3 14:53:24 python-heatclient==5.1.0 14:53:24 python-jenkins==1.8.3 14:53:24 python-keystoneclient==5.8.0 14:53:24 python-magnumclient==4.10.0 14:53:24 python-openstackclient==9.0.0 14:53:24 python-swiftclient==4.10.0 14:53:24 PyYAML==6.0.3 14:53:24 referencing==0.37.0 14:53:24 requests==2.32.5 14:53:24 requests-oauthlib==2.0.0 14:53:24 requestsexceptions==1.4.0 14:53:24 rfc3986==2.0.0 14:53:24 rich==14.3.3 14:53:24 rich-argparse==1.7.2 14:53:24 rpds-py==0.30.0 14:53:24 rsa==4.9.1 14:53:24 ruamel.yaml==0.19.1 14:53:24 ruamel.yaml.clib==0.2.15 14:53:24 s3transfer==0.16.0 14:53:24 simplejson==3.20.2 14:53:24 six==1.17.0 14:53:24 smmap==5.0.3 14:53:24 soupsieve==2.8.3 14:53:24 stevedore==5.7.0 14:53:24 tabulate==0.10.0 14:53:24 toml==0.10.2 14:53:24 tomlkit==0.14.0 14:53:24 tqdm==4.67.3 14:53:24 typing_extensions==4.15.0 14:53:24 urllib3==1.26.20 14:53:24 virtualenv==21.2.0 14:53:24 wcwidth==0.6.0 14:53:24 websocket-client==1.9.0 14:53:24 wrapt==2.1.2 14:53:24 xdg==6.0.0 14:53:24 xmltodict==1.0.4 14:53:24 yq==3.4.3 14:53:24 [autorelease-gerrit-branch-lock-titanium] $ /bin/sh /tmp/jenkins8484696442584718890.sh 14:53:24 ---> uv-install.sh 14:53:24 Installing uv/uvx (latest) using shell installer 14:53:24 2026-03-14 14:53:24 URL:https://release-assets.githubusercontent.com/github-production-release-asset/699532645/62fdb47a-c294-4e00-b9b1-54de7e6f8b19?sp=r&sv=2018-11-09&sr=b&spr=https&se=2026-03-14T15%3A37%3A36Z&rscd=attachment%3B+filename%3Duv-installer.sh&rsct=application%2Foctet-stream&skoid=96c2d410-5711-43a1-aedd-ab1947aa7ab0&sktid=398a6654-997b-47e9-b12b-9515b896b4de&skt=2026-03-14T14%3A36%3A49Z&ske=2026-03-14T15%3A37%3A36Z&sks=b&skv=2018-11-09&sig=4ohQM0nbP1DA8f7GXuDvUL78Xb0XuA9aGExPO%2F2pgog%3D&jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmVsZWFzZS1hc3NldHMuZ2l0aHVidXNlcmNvbnRlbnQuY29tIiwia2V5Ijoia2V5MSIsImV4cCI6MTc3MzUwMDI3MCwibmJmIjoxNzczNDk5OTcwLCJwYXRoIjoicmVsZWFzZWFzc2V0cHJvZHVjdGlvbi5ibG9iLmNvcmUud2luZG93cy5uZXQifQ.Fcn2yex-0aNtaXmGNXzrhL_6Izu6IA0ojWOsQC_qSFE&response-content-disposition=attachment%3B%20filename%3Duv-installer.sh&response-content-type=application%2Foctet-stream [68286/68286] -> "/tmp/uv-install-ifkwPI.sh" [1] 14:53:24 downloading uv 0.10.10 x86_64-unknown-linux-gnu 14:53:25 no checksums to verify 14:53:25 installing to /home/jenkins/.local/bin 14:53:25 uv 14:53:25 uvx 14:53:25 everything's installed! 14:53:25 14:53:25 To add $HOME/.local/bin to your PATH, either restart your shell or run: 14:53:25 14:53:25 source $HOME/.local/bin/env (sh, bash, zsh) 14:53:25 source $HOME/.local/bin/env.fish (fish) 14:53:25 Adding install location to PATH 14:53:25 ---> Validating uv/uvx install 14:53:25 uvx 0.10.10 14:53:25 [autorelease-gerrit-branch-lock-titanium] $ /bin/bash /tmp/jenkins6417534144162790748.sh 14:53:25 ---> sudo-logs.sh 14:53:25 Archiving 'sudo' log.. 14:53:26 [autorelease-gerrit-branch-lock-titanium] $ /bin/bash /tmp/jenkins7700737344414106599.sh 14:53:26 ---> job-cost.sh 14:53:26 INFO: Activating Python virtual environment... 14:53:26 Setup pyenv: 14:53:26 system 14:53:26 3.8.20 14:53:26 3.9.20 14:53:26 3.10.15 14:53:26 * 3.11.10 (set by /w/workspace/autorelease-gerrit-branch-lock-titanium/.python-version) 14:53:26 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-4niq from file:/tmp/.os_lf_venv 14:53:26 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 14:53:26 lf-activate-venv(): INFO: Attempting to install with network-safe options... 14:53:28 lf-activate-venv(): INFO: Base packages installed successfully 14:53:28 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 14:53:33 lf-activate-venv(): INFO: Adding /tmp/venv-4niq/bin to PATH 14:53:33 INFO: No stack-cost file found 14:53:33 INFO: Instance uptime: 134s 14:53:33 INFO: Fetching instance metadata (attempt 1 of 3)... 14:53:33 DEBUG: URL: http://169.254.169.254/latest/meta-data/instance-type 14:53:34 INFO: Successfully fetched instance metadata 14:53:34 INFO: Instance type: v3-standard-4 14:53:34 INFO: Retrieving pricing info for: v3-standard-4 14:53:34 INFO: Fetching Vexxhost pricing API (attempt 1 of 3)... 14:53:34 DEBUG: URL: https://pricing.vexxhost.net/v1/pricing/v3-standard-4/cost?seconds=134 14:53:34 INFO: Successfully fetched Vexxhost pricing API 14:53:34 INFO: Retrieved cost: 0.11 14:53:34 INFO: Retrieved resource: v3-standard-4 14:53:34 INFO: Creating archive directory: /w/workspace/autorelease-gerrit-branch-lock-titanium/archives/cost 14:53:34 INFO: Archiving costs to: /w/workspace/autorelease-gerrit-branch-lock-titanium/archives/cost.csv 14:53:34 INFO: Successfully archived job cost data 14:53:34 DEBUG: Cost data: autorelease-gerrit-branch-lock-titanium,47,2026-03-14 14:53:34,v3-standard-4,134,0.11,0.00,SUCCESS 14:53:34 [autorelease-gerrit-branch-lock-titanium] $ /bin/bash -l /tmp/jenkins9055049991555893453.sh 14:53:34 ---> logs-deploy.sh 14:53:34 Setup pyenv: 14:53:34 system 14:53:34 3.8.20 14:53:34 3.9.20 14:53:34 3.10.15 14:53:34 * 3.11.10 (set by /w/workspace/autorelease-gerrit-branch-lock-titanium/.python-version) 14:53:34 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-4niq from file:/tmp/.os_lf_venv 14:53:34 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 14:53:34 lf-activate-venv(): INFO: Attempting to install with network-safe options... 14:53:36 lf-activate-venv(): INFO: Base packages installed successfully 14:53:36 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 14:53:45 lf-activate-venv(): INFO: Adding /tmp/venv-4niq/bin to PATH 14:53:45 WARNING: Nexus logging server not set 14:53:45 INFO: S3 path logs/releng/vex-yul-odl-jenkins-1/autorelease-gerrit-branch-lock-titanium/47/ 14:53:45 INFO: archiving logs to S3 14:53:45 /tmp/venv-4niq/lib/python3.11/site-packages/requests/__init__.py:113: RequestsDependencyWarning: urllib3 (1.26.20) or chardet (7.1.0)/charset_normalizer (3.4.5) doesn't match a supported version! 14:53:45 warnings.warn( 14:53:46 ---> uname -a: 14:53:46 Linux prd-ubuntu2204-builder-4c-4g-472745 5.15.0-171-generic #181-Ubuntu SMP Fri Feb 6 22:44:50 UTC 2026 x86_64 x86_64 x86_64 GNU/Linux 14:53:46 14:53:46 14:53:46 ---> lscpu: 14:53:46 Architecture: x86_64 14:53:46 CPU op-mode(s): 32-bit, 64-bit 14:53:46 Address sizes: 40 bits physical, 48 bits virtual 14:53:46 Byte Order: Little Endian 14:53:46 CPU(s): 4 14:53:46 On-line CPU(s) list: 0-3 14:53:46 Vendor ID: AuthenticAMD 14:53:46 Model name: AMD EPYC-Rome Processor 14:53:46 CPU family: 23 14:53:46 Model: 49 14:53:46 Thread(s) per core: 1 14:53:46 Core(s) per socket: 1 14:53:46 Socket(s): 4 14:53:46 Stepping: 0 14:53:46 BogoMIPS: 5599.99 14:53:46 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 14:53:46 Virtualization: AMD-V 14:53:46 Hypervisor vendor: KVM 14:53:46 Virtualization type: full 14:53:46 L1d cache: 128 KiB (4 instances) 14:53:46 L1i cache: 128 KiB (4 instances) 14:53:46 L2 cache: 2 MiB (4 instances) 14:53:46 L3 cache: 64 MiB (4 instances) 14:53:46 NUMA node(s): 1 14:53:46 NUMA node0 CPU(s): 0-3 14:53:46 Vulnerability Gather data sampling: Not affected 14:53:46 Vulnerability Indirect target selection: Not affected 14:53:46 Vulnerability Itlb multihit: Not affected 14:53:46 Vulnerability L1tf: Not affected 14:53:46 Vulnerability Mds: Not affected 14:53:46 Vulnerability Meltdown: Not affected 14:53:46 Vulnerability Mmio stale data: Not affected 14:53:46 Vulnerability Reg file data sampling: Not affected 14:53:46 Vulnerability Retbleed: Mitigation; untrained return thunk; SMT disabled 14:53:46 Vulnerability Spec rstack overflow: Mitigation; SMT disabled 14:53:46 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 14:53:46 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 14:53:46 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 14:53:46 Vulnerability Srbds: Not affected 14:53:46 Vulnerability Tsa: Not affected 14:53:46 Vulnerability Tsx async abort: Not affected 14:53:46 Vulnerability Vmscape: Not affected 14:53:46 14:53:46 14:53:46 ---> nproc: 14:53:46 4 14:53:46 14:53:46 14:53:46 ---> df -h: 14:53:46 Filesystem Size Used Avail Use% Mounted on 14:53:46 tmpfs 1.6G 1.1M 1.6G 1% /run 14:53:46 /dev/vda1 78G 8.4G 69G 11% / 14:53:46 tmpfs 7.9G 0 7.9G 0% /dev/shm 14:53:46 tmpfs 5.0M 0 5.0M 0% /run/lock 14:53:46 /dev/vda15 105M 6.1M 99M 6% /boot/efi 14:53:46 tmpfs 1.6G 4.0K 1.6G 1% /run/user/1001 14:53:46 14:53:46 14:53:46 ---> free -m: 14:53:46 total used free shared buff/cache available 14:53:46 Mem: 15989 686 12767 4 2535 14977 14:53:46 Swap: 1023 0 1023 14:53:46 14:53:46 14:53:46 ---> ip addr: 14:53:46 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 14:53:46 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 14:53:46 inet 127.0.0.1/8 scope host lo 14:53:46 valid_lft forever preferred_lft forever 14:53:46 inet6 ::1/128 scope host 14:53:46 valid_lft forever preferred_lft forever 14:53:46 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 14:53:46 link/ether fa:16:3e:ba:08:2d brd ff:ff:ff:ff:ff:ff 14:53:46 altname enp0s3 14:53:46 inet 10.30.170.99/23 metric 100 brd 10.30.171.255 scope global dynamic ens3 14:53:46 valid_lft 86261sec preferred_lft 86261sec 14:53:46 inet6 fe80::f816:3eff:feba:82d/64 scope link 14:53:46 valid_lft forever preferred_lft forever 14:53:46 3: docker0: mtu 1458 qdisc noqueue state DOWN group default 14:53:46 link/ether ca:79:36:7c:f4:df brd ff:ff:ff:ff:ff:ff 14:53:46 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 14:53:46 valid_lft forever preferred_lft forever 14:53:46 14:53:46 14:53:46 ---> sar -b -r -n DEV: 14:53:46 Linux 5.15.0-171-generic (prd-ubuntu2204-builder-4c-4g-472745) 03/14/26 _x86_64_ (4 CPU) 14:53:46 14:53:46 14:51:30 LINUX RESTART (4 CPU) 14:53:46 14:53:46 14:53:46 ---> sar -P ALL: 14:53:46 Linux 5.15.0-171-generic (prd-ubuntu2204-builder-4c-4g-472745) 03/14/26 _x86_64_ (4 CPU) 14:53:46 14:53:46 14:51:30 LINUX RESTART (4 CPU) 14:53:46 14:53:46 14:53:46