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