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