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