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