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