07:25:45 Started by user Robert Varga 07:25:45 Running as SYSTEM 07:25:45 [EnvInject] - Loading node environment variables. 07:25:45 Building remotely on prd-ubuntu2204-builder-4c-4g-39390 (ubuntu2204-builder-4c-4g) in workspace /w/workspace/autorelease-gerrit-branch-lock-titanium 07:25:45 [ssh-agent] Looking for ssh-agent implementation... 07:25:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:25:45 $ ssh-agent 07:25:45 SSH_AUTH_SOCK=/tmp/ssh-XXXXXX8hRGLu/agent.1542 07:25:45 SSH_AGENT_PID=1544 07:25:45 [ssh-agent] Started. 07:25:45 Running ssh-add (command line suppressed) 07:25:46 Identity added: /w/workspace/autorelease-gerrit-branch-lock-titanium@tmp/private_key_8041291276730245353.key (/w/workspace/autorelease-gerrit-branch-lock-titanium@tmp/private_key_8041291276730245353.key) 07:25:46 [ssh-agent] Using credentials jenkins (jenkins-ssh) 07:25:46 The recommended git tool is: NONE 07:25:52 using credential jenkins-ssh 07:25:52 Wiping out workspace first. 07:25:52 Cloning the remote Git repository 07:25:52 Cloning repository git://devvexx.opendaylight.org/mirror/releng/autorelease 07:25:52 > git init /w/workspace/autorelease-gerrit-branch-lock-titanium # timeout=10 07:25:52 Fetching upstream changes from git://devvexx.opendaylight.org/mirror/releng/autorelease 07:25:52 > git --version # timeout=10 07:25:52 > git --version # 'git version 2.34.1' 07:25:52 using GIT_SSH to set credentials jenkins-ssh 07:25:52 Verifying host key using known hosts file, will automatically accept unseen keys 07:25:52 > git fetch --tags --force --progress -- git://devvexx.opendaylight.org/mirror/releng/autorelease +refs/heads/*:refs/remotes/origin/* # timeout=10 07:25:58 > git config remote.origin.url git://devvexx.opendaylight.org/mirror/releng/autorelease # timeout=10 07:25:58 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:25:59 Avoid second fetch 07:25:59 > git rev-parse refs/remotes/origin/stable/titanium^{commit} # timeout=10 07:25:59 Checking out Revision 314bc681d6adf690afcff68a7d2fdd6fa5e2c646 (refs/remotes/origin/stable/titanium) 07:25:59 > git config core.sparsecheckout # timeout=10 07:25:59 > git checkout -f 314bc681d6adf690afcff68a7d2fdd6fa5e2c646 # timeout=10 07:25:59 Commit message: "Update git submodules" 07:25:59 > git rev-list --no-walk 314bc681d6adf690afcff68a7d2fdd6fa5e2c646 # timeout=10 07:26:02 provisioning config files... 07:26:02 copy managed file [npmrc] to file:/home/jenkins/.npmrc 07:26:02 copy managed file [pipconf] to file:/home/jenkins/.config/pip/pip.conf 07:26:02 [autorelease-gerrit-branch-lock-titanium] $ /bin/bash /tmp/jenkins2404322388640133553.sh 07:26:02 ---> autorelease-gerrit-branch-lock.sh 07:26:02 Cloning into 'All-Projects'... 07:26:04 Total 2119 (delta 651), reused 2119 (delta 651) 07:26:05 Note: switching to 'ba174959bafab7b24e9080b446840066d38b75c9'. 07:26:05 07:26:05 You are in 'detached HEAD' state. You can look around, make experimental 07:26:05 changes and commit them, and you can discard any commits you make in this 07:26:05 state without impacting any branches by switching back to a branch. 07:26:05 07:26:05 If you want to create a new branch to retain commits you create, you may 07:26:05 do so (now or later) by using -c with the switch command. Example: 07:26:05 07:26:05 git switch -c 07:26:05 07:26:05 Or undo this operation with: 07:26:05 07:26:05 git switch - 07:26:05 07:26:05 Turn off this advice by setting config variable advice.detachedHead to false 07:26:05 07:26:06 From ssh://git.opendaylight.org:29418/All-Projects 07:26:06 * [new ref] refs/meta/config -> config 07:26:06 Switched to branch 'config' 07:26:12 + case $mode in 07:26:12 + echo 'INFO: Locking branch for MRI: stable/titanium' 07:26:12 INFO: Locking branch for MRI: stable/titanium 07:26:12 + git config -f project.config access.refs/heads/stable/titanium.exclusiveGroupPermissions submit 07:26:12 + git config -f project.config access.refs/heads/stable/titanium.submit 'group Release Engineering Team' 07:26:12 + git config -f project.config access.refs/heads/stable/titanium.removeReviewer 'group Release Engineering Team' 07:26:12 + git config -f project.config access.refs/heads/stable/titanium.label-Code-Review '-2..+2 group Release Engineering Team' 07:26:12 + git config -f project.config access.refs/heads/stable/titanium.label-Verified '-1..+1 group Release Engineering Team' 07:26:12 + git commit -asm 'Chore: Grant supercommitters rights stable/titanium' 07:26:12 [config 7d43129] Chore: Grant supercommitters rights stable/titanium 07:26:12 1 file changed, 6 insertions(+) 07:26:12 + git diff HEAD~1 07:26:12 diff --git a/project.config b/project.config 07:26:12 index c00ee75..e3d510a 100644 07:26:12 --- a/project.config 07:26:12 +++ b/project.config 07:26:12 @@ -152,3 +152,9 @@ 07:26:12 exclusiveGroupPermissions = create 07:26:12 create = block group Registered Users 07:26:12 create = group Release Engineering Team 07:26:12 +[access "refs/heads/stable/titanium"] 07:26:12 + exclusiveGroupPermissions = submit 07:26:12 + submit = group Release Engineering Team 07:26:12 + removeReviewer = group Release Engineering Team 07:26:12 + label-Code-Review = -2..+2 group Release Engineering Team 07:26:12 + label-Verified = -1..+1 group Release Engineering Team 07:26:12 + '[' false = true ']' 07:26:12 + echo 'INFO: Pushing changes to the repository.' 07:26:12 INFO: Pushing changes to the repository. 07:26:12 + git push origin HEAD:refs/meta/config 07:26:14 remote: remote: Processing changes: refs: 1 remote: Processing changes: refs: 1, done 07:26:14 remote: commit 7d43129: warning: subject >50 characters; use shorter first paragraph 07:26:14 To ssh://git.opendaylight.org:29418/All-Projects 07:26:14 ba17495..7d43129 HEAD -> refs/meta/config 07:26:14 $ ssh-agent -k 07:26:14 unset SSH_AUTH_SOCK; 07:26:14 unset SSH_AGENT_PID; 07:26:14 echo Agent pid 1544 killed; 07:26:14 [ssh-agent] Stopped. 07:26:14 [PostBuildScript] - [INFO] Executing post build scripts. 07:26:14 [autorelease-gerrit-branch-lock-titanium] $ /bin/bash /tmp/jenkins3797468044804801189.sh 07:26:14 ---> sysstat.sh 07:26:15 [autorelease-gerrit-branch-lock-titanium] $ /bin/bash /tmp/jenkins4627464931758544795.sh 07:26:15 ---> package-listing.sh 07:26:15 ++ facter osfamily 07:26:15 ++ tr '[:upper:]' '[:lower:]' 07:26:15 + OS_FAMILY=debian 07:26:15 + workspace=/w/workspace/autorelease-gerrit-branch-lock-titanium 07:26:15 + START_PACKAGES=/tmp/packages_start.txt 07:26:15 + END_PACKAGES=/tmp/packages_end.txt 07:26:15 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:26:15 + PACKAGES=/tmp/packages_start.txt 07:26:15 + '[' /w/workspace/autorelease-gerrit-branch-lock-titanium ']' 07:26:15 + PACKAGES=/tmp/packages_end.txt 07:26:15 + case "${OS_FAMILY}" in 07:26:15 + grep '^ii' 07:26:15 + dpkg -l 07:26:15 + '[' -f /tmp/packages_start.txt ']' 07:26:15 + '[' -f /tmp/packages_end.txt ']' 07:26:15 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:26:15 + '[' /w/workspace/autorelease-gerrit-branch-lock-titanium ']' 07:26:15 + mkdir -p /w/workspace/autorelease-gerrit-branch-lock-titanium/archives/ 07:26:15 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/autorelease-gerrit-branch-lock-titanium/archives/ 07:26:15 [autorelease-gerrit-branch-lock-titanium] $ /bin/bash /tmp/jenkins4543704959403833225.sh 07:26:15 ---> capture-instance-metadata.sh 07:26:15 Setup pyenv: 07:26:15 * system (set by /opt/pyenv/version) 07:26:15 * 3.8.20 (set by /opt/pyenv/version) 07:26:15 * 3.9.20 (set by /opt/pyenv/version) 07:26:15 3.10.15 07:26:15 3.11.10 07:26:20 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-GYhE 07:26:20 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 07:26:20 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 07:26:20 lf-activate-venv(): INFO: Attempting to install with network-safe options... 07:26:24 lf-activate-venv(): INFO: Base packages installed successfully 07:26:24 lf-activate-venv(): INFO: Installing additional packages: lftools 07:26:47 lf-activate-venv(): INFO: Adding /tmp/venv-GYhE/bin to PATH 07:26:48 INFO: Running in OpenStack, capturing instance metadata 07:26:48 [autorelease-gerrit-branch-lock-titanium] $ /bin/bash /tmp/jenkins13429180181379489698.sh 07:26:48 provisioning config files... 07:26:48 Could not find credentials [logs] for autorelease-gerrit-branch-lock-titanium #57 07:26:48 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/autorelease-gerrit-branch-lock-titanium@tmp/config1379760899030249330tmp 07:26:48 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[odl-logs-s3-cloudfront-index] 07:26:48 Run condition [Regular expression match] enabling perform for step [Provide Configuration files] 07:26:48 provisioning config files... 07:26:49 copy managed file [jenkins-s3-log-ship] to file:/home/jenkins/.aws/credentials 07:26:49 [EnvInject] - Injecting environment variables from a build step. 07:26:49 [EnvInject] - Injecting as environment variables the properties content 07:26:49 SERVER_ID=logs 07:26:49 07:26:49 [EnvInject] - Variables injected successfully. 07:26:49 [autorelease-gerrit-branch-lock-titanium] $ /bin/bash /tmp/jenkins16002555664591788066.sh 07:26:49 ---> create-netrc.sh 07:26:49 WARN: Log server credential not found. 07:26:49 [autorelease-gerrit-branch-lock-titanium] $ /bin/bash /tmp/jenkins15732421687784912985.sh 07:26:49 ---> python-tools-install.sh 07:26:49 Setup pyenv: 07:26:49 system 07:26:49 3.8.20 07:26:49 3.9.20 07:26:49 3.10.15 07:26:49 * 3.11.10 (set by /w/workspace/autorelease-gerrit-branch-lock-titanium/.python-version) 07:26:49 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-GYhE from file:/tmp/.os_lf_venv 07:26:49 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 07:26:49 lf-activate-venv(): INFO: Attempting to install with network-safe options... 07:26:51 lf-activate-venv(): INFO: Base packages installed successfully 07:26:51 lf-activate-venv(): INFO: Installing additional packages: lftools 07:27:00 lf-activate-venv(): INFO: Adding /tmp/venv-GYhE/bin to PATH 07:27:00 Generating Requirements File 07:27:26 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. 07:27:26 httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 07:27:27 Python 3.11.10 07:27:27 pip 26.2.1 from /tmp/venv-GYhE/lib/python3.11/site-packages/pip (python 3.11) 07:27:27 aiohappyeyeballs==2.7.1 07:27:27 aiohttp==3.14.3 07:27:27 aiosignal==1.4.0 07:27:27 appdirs==1.4.4 07:27:27 argcomplete==3.7.2 07:27:27 aspy.yaml==1.3.0 07:27:27 attrs==26.1.0 07:27:27 autopage==0.6.0 07:27:27 beautifulsoup4==4.15.0 07:27:27 boto3==1.43.77 07:27:27 botocore==1.43.77 07:27:27 bs4==0.0.2 07:27:27 certifi==2026.7.22 07:27:27 cffi==2.1.1 07:27:27 cfgv==3.5.0 07:27:27 chardet==7.6.0 07:27:27 charset-normalizer==3.5.1 07:27:27 click==8.4.2 07:27:27 cliff==4.15.0 07:27:27 cmd2==4.2.0 07:27:27 cryptography==3.3.2 07:27:27 debtcollector==3.1.0 07:27:27 decorator==5.3.1 07:27:27 defusedxml==0.7.1 07:27:27 Deprecated==1.3.1 07:27:27 distlib==0.4.3 07:27:27 dnspython==2.8.0 07:27:27 docker==7.2.0 07:27:27 dogpile.cache==1.5.0 07:27:27 durationpy==0.10 07:27:27 email-validator==2.3.0 07:27:27 filelock==3.32.3 07:27:27 frozenlist==1.8.0 07:27:27 future==1.0.0 07:27:27 gitdb==4.0.12 07:27:27 GitPython==3.1.59 07:27:27 httplib2==0.30.2 07:27:27 identify==2.6.19 07:27:27 idna==3.19 07:27:27 importlib-resources==1.5.0 07:27:27 iso8601==2.1.0 07:27:27 Jinja2==3.1.6 07:27:27 jmespath==1.1.0 07:27:27 jsonpatch==1.33 07:27:27 jsonpointer==3.1.1 07:27:27 jsonschema==4.26.0 07:27:27 jsonschema-specifications==2025.9.1 07:27:27 keystoneauth1==5.15.0 07:27:27 kubernetes==36.0.3 07:27:27 lftools==0.37.23 07:27:27 lxml==6.1.2 07:27:27 markdown-it-py==4.2.0 07:27:27 MarkupSafe==3.0.3 07:27:27 mdurl==0.1.2 07:27:27 msgpack==1.2.1 07:27:27 multi_key_dict==2.0.3 07:27:27 multidict==6.7.1 07:27:27 munch==4.0.0 07:27:27 netaddr==1.3.0 07:27:27 niet==1.4.2 07:27:27 nodeenv==1.10.0 07:27:27 oauth2client==4.1.3 07:27:27 oauthlib==3.3.1 07:27:27 openstacksdk==4.18.0 07:27:27 os-service-types==1.9.0 07:27:27 osc-lib==4.7.0 07:27:27 oslo.config==10.7.0 07:27:27 oslo.context==6.5.0 07:27:27 oslo.i18n==6.9.0 07:27:27 oslo.log==8.3.0 07:27:27 oslo.serialization==5.11.0 07:27:27 oslo.utils==10.1.1 07:27:27 packaging==26.3 07:27:27 pbr==7.0.3 07:27:27 platformdirs==4.11.3 07:27:27 prettytable==3.18.0 07:27:27 prompt_toolkit==3.0.53 07:27:27 propcache==0.5.2 07:27:27 psutil==7.2.2 07:27:27 pyasn1==0.6.4 07:27:27 pyasn1_modules==0.4.2 07:27:27 pycparser==3.0 07:27:27 pygerrit2==2.0.15 07:27:27 PyGithub==2.10.0 07:27:27 Pygments==2.21.0 07:27:27 PyJWT==2.13.0 07:27:27 PyNaCl==1.6.2 07:27:27 pyparsing==2.4.7 07:27:27 pyperclip==1.11.0 07:27:27 pyrsistent==0.20.0 07:27:27 python-dateutil==2.9.0.post0 07:27:27 python-discovery==1.5.2 07:27:27 python-heatclient==5.2.0 07:27:27 python-jenkins==1.8.3 07:27:27 python-keystoneclient==5.8.0 07:27:27 python-magnumclient==4.11.0 07:27:27 python-manilaclient==6.2.0 07:27:27 python-openstackclient==10.2.1 07:27:27 python-swiftclient==4.10.0 07:27:27 PyYAML==6.0.3 07:27:27 referencing==0.37.0 07:27:27 requests==2.34.2 07:27:27 requests-oauthlib==2.0.0 07:27:27 rfc3986==2.0.0 07:27:27 rich==15.0.0 07:27:27 rich-argparse==1.8.0 07:27:27 rpds-py==2026.6.3 07:27:27 rsa==4.9.1 07:27:27 ruamel.yaml==0.19.1 07:27:27 ruamel.yaml.clib==0.2.15 07:27:27 s3transfer==0.19.2 07:27:27 simplejson==4.1.1 07:27:27 six==1.17.0 07:27:27 smmap==5.0.3 07:27:27 soupsieve==2.9.2 07:27:27 stevedore==5.9.1 07:27:27 tabulate==0.10.0 07:27:27 toml==0.10.2 07:27:27 tomlkit==0.15.1 07:27:27 tqdm==4.70.0 07:27:27 typing_extensions==4.16.0 07:27:27 urllib3==1.26.20 07:27:27 virtualenv==21.7.4 07:27:27 wcwidth==0.8.2 07:27:27 websocket-client==1.9.0 07:27:27 wrapt==2.3.0 07:27:27 xdg==6.0.0 07:27:27 xmltodict==1.0.4 07:27:27 yarl==1.24.5 07:27:27 yq==4.1.2 07:27:27 [autorelease-gerrit-branch-lock-titanium] $ /bin/sh /tmp/jenkins2154928723959332293.sh 07:27:27 ---> uv-install.sh 07:27:27 Installing uv/uvx (latest) using shell installer 07:27:27 2026-08-21 07:27:27 URL:https://releases.astral.sh/installers/uv/latest/uv-installer.sh [71225/71225] -> "/tmp/uv-install-QV1Z5J.sh" [1] 07:27:28 downloading uv 0.12.5 x86_64-unknown-linux-gnu 07:27:28 installing to /home/jenkins/.local/bin 07:27:28 uv 07:27:28 uvx 07:27:28 everything's installed! 07:27:28 07:27:28 To add $HOME/.local/bin to your PATH, either restart your shell or run: 07:27:28 07:27:28 source $HOME/.local/bin/env (sh, bash, zsh) 07:27:28 source $HOME/.local/bin/env.fish (fish) 07:27:28 Adding install location to PATH 07:27:28 ---> Validating uv/uvx install 07:27:28 uvx 0.12.5 (x86_64-unknown-linux-gnu) 07:27:28 [autorelease-gerrit-branch-lock-titanium] $ /bin/bash /tmp/jenkins8350665362296212488.sh 07:27:28 ---> sudo-logs.sh 07:27:28 Archiving 'sudo' log.. 07:27:29 [autorelease-gerrit-branch-lock-titanium] $ /bin/bash /tmp/jenkins17325966477600833840.sh 07:27:29 ---> job-cost.sh 07:27:29 INFO: Activating Python virtual environment... 07:27:29 Setup pyenv: 07:27:29 system 07:27:29 3.8.20 07:27:29 3.9.20 07:27:29 3.10.15 07:27:29 * 3.11.10 (set by /w/workspace/autorelease-gerrit-branch-lock-titanium/.python-version) 07:27:29 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-GYhE from file:/tmp/.os_lf_venv 07:27:29 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 07:27:29 lf-activate-venv(): INFO: Attempting to install with network-safe options... 07:27:31 lf-activate-venv(): INFO: Base packages installed successfully 07:27:31 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 07:27:37 lf-activate-venv(): INFO: Adding /tmp/venv-GYhE/bin to PATH 07:27:37 INFO: No stack-cost file found 07:27:37 INFO: Instance uptime: 151s 07:27:37 INFO: Fetching instance metadata (attempt 1 of 3)... 07:27:37 DEBUG: URL: http://169.254.169.254/latest/meta-data/instance-type 07:27:37 INFO: Successfully fetched instance metadata 07:27:37 INFO: Instance type: v3-standard-4 07:27:37 INFO: Retrieving pricing info for: v3-standard-4 07:27:37 INFO: Fetching Vexxhost pricing API (attempt 1 of 3)... 07:27:37 DEBUG: URL: https://pricing.vexxhost.net/v1/pricing/v3-standard-4/cost?seconds=151 07:27:38 INFO: Successfully fetched Vexxhost pricing API 07:27:38 INFO: Retrieved cost: 0.11 07:27:38 INFO: Retrieved resource: v3-standard-4 07:27:38 INFO: Creating archive directory: /w/workspace/autorelease-gerrit-branch-lock-titanium/archives/cost 07:27:38 INFO: Archiving costs to: /w/workspace/autorelease-gerrit-branch-lock-titanium/archives/cost.csv 07:27:38 INFO: Successfully archived job cost data 07:27:38 DEBUG: Cost data: autorelease-gerrit-branch-lock-titanium,57,2026-08-21 07:27:38,v3-standard-4,151,0.11,0.00,SUCCESS 07:27:38 [autorelease-gerrit-branch-lock-titanium] $ /bin/bash -l /tmp/jenkins14646886778186118698.sh 07:27:38 ---> logs-deploy.sh 07:27:38 Setup pyenv: 07:27:38 system 07:27:38 3.8.20 07:27:38 3.9.20 07:27:38 3.10.15 07:27:38 * 3.11.10 (set by /w/workspace/autorelease-gerrit-branch-lock-titanium/.python-version) 07:27:38 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-GYhE from file:/tmp/.os_lf_venv 07:27:38 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 07:27:38 lf-activate-venv(): INFO: Attempting to install with network-safe options... 07:27:40 lf-activate-venv(): INFO: Base packages installed successfully 07:27:40 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 07:27:49 lf-activate-venv(): INFO: Adding /tmp/venv-GYhE/bin to PATH 07:27:49 WARNING: Nexus logging server not set 07:27:49 INFO: S3 path logs/releng/vex-yul-odl-jenkins-1/autorelease-gerrit-branch-lock-titanium/57/ 07:27:49 INFO: archiving logs to S3 07:27:50 ---> uname -a: 07:27:50 Linux prd-ubuntu2204-builder-4c-4g-39390 5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 x86_64 x86_64 x86_64 GNU/Linux 07:27:50 07:27:50 07:27:50 ---> lscpu: 07:27:50 Architecture: x86_64 07:27:50 CPU op-mode(s): 32-bit, 64-bit 07:27:50 Address sizes: 40 bits physical, 48 bits virtual 07:27:50 Byte Order: Little Endian 07:27:50 CPU(s): 4 07:27:50 On-line CPU(s) list: 0-3 07:27:50 Vendor ID: AuthenticAMD 07:27:50 Model name: AMD EPYC-Rome Processor 07:27:50 CPU family: 23 07:27:50 Model: 49 07:27:50 Thread(s) per core: 1 07:27:50 Core(s) per socket: 1 07:27:50 Socket(s): 4 07:27:50 Stepping: 0 07:27:50 BogoMIPS: 5599.99 07:27:50 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 07:27:50 Virtualization: AMD-V 07:27:50 Hypervisor vendor: KVM 07:27:50 Virtualization type: full 07:27:50 L1d cache: 128 KiB (4 instances) 07:27:50 L1i cache: 128 KiB (4 instances) 07:27:50 L2 cache: 2 MiB (4 instances) 07:27:50 L3 cache: 64 MiB (4 instances) 07:27:50 NUMA node(s): 1 07:27:50 NUMA node0 CPU(s): 0-3 07:27:50 Vulnerability Gather data sampling: Not affected 07:27:50 Vulnerability Indirect target selection: Not affected 07:27:50 Vulnerability Itlb multihit: Not affected 07:27:50 Vulnerability L1tf: Not affected 07:27:50 Vulnerability Mds: Not affected 07:27:50 Vulnerability Meltdown: Not affected 07:27:50 Vulnerability Mmio stale data: Not affected 07:27:50 Vulnerability Reg file data sampling: Not affected 07:27:50 Vulnerability Retbleed: Mitigation; untrained return thunk; SMT disabled 07:27:50 Vulnerability Spec rstack overflow: Mitigation; SMT disabled 07:27:50 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:27:50 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 07:27:50 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 07:27:50 Vulnerability Srbds: Not affected 07:27:50 Vulnerability Tsa: Not affected 07:27:50 Vulnerability Tsx async abort: Not affected 07:27:50 Vulnerability Vmscape: Not affected 07:27:50 07:27:50 07:27:50 ---> nproc: 07:27:50 4 07:27:50 07:27:50 07:27:50 ---> df -h: 07:27:50 Filesystem Size Used Avail Use% Mounted on 07:27:50 tmpfs 1.6G 1.1M 1.6G 1% /run 07:27:50 /dev/vda1 78G 11G 67G 14% / 07:27:50 tmpfs 7.9G 0 7.9G 0% /dev/shm 07:27:50 tmpfs 5.0M 0 5.0M 0% /run/lock 07:27:50 /dev/vda15 105M 6.1M 99M 6% /boot/efi 07:27:50 tmpfs 1.6G 4.0K 1.6G 1% /run/user/1001 07:27:50 07:27:50 07:27:50 ---> free -m: 07:27:50 total used free shared buff/cache available 07:27:50 Mem: 15989 713 12599 4 2675 14946 07:27:50 Swap: 1023 0 1023 07:27:50 07:27:50 07:27:50 ---> ip addr: 07:27:50 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 07:27:50 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 07:27:50 inet 127.0.0.1/8 scope host lo 07:27:50 valid_lft forever preferred_lft forever 07:27:50 inet6 ::1/128 scope host 07:27:50 valid_lft forever preferred_lft forever 07:27:50 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 07:27:50 link/ether fa:16:3e:3a:04:0f brd ff:ff:ff:ff:ff:ff 07:27:50 altname enp0s3 07:27:50 inet 10.30.171.4/23 metric 100 brd 10.30.171.255 scope global dynamic ens3 07:27:50 valid_lft 86243sec preferred_lft 86243sec 07:27:50 inet6 fe80::f816:3eff:fe3a:40f/64 scope link 07:27:50 valid_lft forever preferred_lft forever 07:27:50 3: docker0: mtu 1458 qdisc noqueue state DOWN group default 07:27:50 link/ether 86:6b:68:23:4b:7f brd ff:ff:ff:ff:ff:ff 07:27:50 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 07:27:50 valid_lft forever preferred_lft forever 07:27:50 07:27:50 07:27:50 ---> sar -b -r -n DEV: 07:27:50 Linux 5.15.0-186-generic (prd-ubuntu2204-builder-4c-4g-39390) 08/21/26 _x86_64_ (4 CPU) 07:27:50 07:27:50 07:25:16 LINUX RESTART (4 CPU) 07:27:50 07:27:50 07:27:50 ---> sar -P ALL: 07:27:50 Linux 5.15.0-186-generic (prd-ubuntu2204-builder-4c-4g-39390) 08/21/26 _x86_64_ (4 CPU) 07:27:50 07:27:50 07:25:16 LINUX RESTART (4 CPU) 07:27:50 07:27:50 07:27:50