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