07:17:08 Started by user Robert Varga 07:17:08 Running as SYSTEM 07:17:08 [EnvInject] - Loading node environment variables. 07:17:08 Building remotely on prd-ubuntu2204-builder-4c-4g-42418 (ubuntu2204-builder-4c-4g) in workspace /w/workspace/autorelease-gerrit-branch-lock-vanadium 07:17:08 [ssh-agent] Looking for ssh-agent implementation... 07:17:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:17:09 $ ssh-agent 07:17:09 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXdYX666/agent.1561 07:17:09 SSH_AGENT_PID=1563 07:17:09 [ssh-agent] Started. 07:17:09 Running ssh-add (command line suppressed) 07:17:09 Identity added: /w/workspace/autorelease-gerrit-branch-lock-vanadium@tmp/private_key_16021514666603402791.key (/w/workspace/autorelease-gerrit-branch-lock-vanadium@tmp/private_key_16021514666603402791.key) 07:17:09 [ssh-agent] Using credentials jenkins (jenkins-ssh) 07:17:09 The recommended git tool is: NONE 07:17:11 using credential jenkins-ssh 07:17:11 Wiping out workspace first. 07:17:11 Cloning the remote Git repository 07:17:11 Cloning repository git://devvexx.opendaylight.org/mirror/releng/autorelease 07:17:11 > git init /w/workspace/autorelease-gerrit-branch-lock-vanadium # timeout=10 07:17:11 Fetching upstream changes from git://devvexx.opendaylight.org/mirror/releng/autorelease 07:17:11 > git --version # timeout=10 07:17:11 > git --version # 'git version 2.34.1' 07:17:11 using GIT_SSH to set credentials jenkins-ssh 07:17:11 Verifying host key using known hosts file, will automatically accept unseen keys 07:17:11 > git fetch --tags --force --progress -- git://devvexx.opendaylight.org/mirror/releng/autorelease +refs/heads/*:refs/remotes/origin/* # timeout=10 07:17:14 > git config remote.origin.url git://devvexx.opendaylight.org/mirror/releng/autorelease # timeout=10 07:17:14 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:17:15 Avoid second fetch 07:17:15 > git rev-parse refs/remotes/origin/stable/vanadium^{commit} # timeout=10 07:17:15 Checking out Revision 9be63f3ef4aee99d8d273748399f8fbcf0eccc85 (refs/remotes/origin/stable/vanadium) 07:17:15 > git config core.sparsecheckout # timeout=10 07:17:15 > git checkout -f 9be63f3ef4aee99d8d273748399f8fbcf0eccc85 # timeout=10 07:17:15 Commit message: "Update git submodules" 07:17:15 > git rev-list --no-walk 9be63f3ef4aee99d8d273748399f8fbcf0eccc85 # timeout=10 07:17:18 provisioning config files... 07:17:18 copy managed file [npmrc] to file:/home/jenkins/.npmrc 07:17:18 copy managed file [pipconf] to file:/home/jenkins/.config/pip/pip.conf 07:17:18 [autorelease-gerrit-branch-lock-vanadium] $ /bin/bash /tmp/jenkins12206588973682269310.sh 07:17:18 ---> autorelease-gerrit-branch-lock.sh 07:17:18 Cloning into 'All-Projects'... 07:17:21 Total 2153 (delta 655), reused 2153 (delta 655) 07:17:21 Note: switching to '77285613259714f94a97f9f41219c574b729ea8e'. 07:17:21 07:17:21 You are in 'detached HEAD' state. You can look around, make experimental 07:17:21 changes and commit them, and you can discard any commits you make in this 07:17:21 state without impacting any branches by switching back to a branch. 07:17:21 07:17:21 If you want to create a new branch to retain commits you create, you may 07:17:21 do so (now or later) by using -c with the switch command. Example: 07:17:21 07:17:21 git switch -c 07:17:21 07:17:21 Or undo this operation with: 07:17:21 07:17:21 git switch - 07:17:21 07:17:21 Turn off this advice by setting config variable advice.detachedHead to false 07:17:21 07:17:22 From ssh://git.opendaylight.org:29418/All-Projects 07:17:22 * [new ref] refs/meta/config -> config 07:17:22 Switched to branch 'config' 07:17:28 + case $mode in 07:17:28 + echo 'INFO: Locking branch for MRI: stable/vanadium' 07:17:28 INFO: Locking branch for MRI: stable/vanadium 07:17:28 + git config -f project.config access.refs/heads/stable/vanadium.exclusiveGroupPermissions submit 07:17:28 + git config -f project.config access.refs/heads/stable/vanadium.submit 'group Release Engineering Team' 07:17:28 + git config -f project.config access.refs/heads/stable/vanadium.removeReviewer 'group Release Engineering Team' 07:17:28 + git config -f project.config access.refs/heads/stable/vanadium.label-Code-Review '-2..+2 group Release Engineering Team' 07:17:28 + git config -f project.config access.refs/heads/stable/vanadium.label-Verified '-1..+1 group Release Engineering Team' 07:17:28 + git commit -asm 'Chore: Grant supercommitters rights stable/vanadium' 07:17:28 [config 020dc20] Chore: Grant supercommitters rights stable/vanadium 07:17:28 1 file changed, 6 insertions(+) 07:17:28 + git diff HEAD~1 07:17:28 diff --git a/project.config b/project.config 07:17:28 index c00ee75..d8dc14c 100644 07:17:28 --- a/project.config 07:17:28 +++ b/project.config 07:17:28 @@ -152,3 +152,9 @@ 07:17:28 exclusiveGroupPermissions = create 07:17:28 create = block group Registered Users 07:17:28 create = group Release Engineering Team 07:17:28 +[access "refs/heads/stable/vanadium"] 07:17:28 + exclusiveGroupPermissions = submit 07:17:28 + submit = group Release Engineering Team 07:17:28 + removeReviewer = group Release Engineering Team 07:17:28 + label-Code-Review = -2..+2 group Release Engineering Team 07:17:28 + label-Verified = -1..+1 group Release Engineering Team 07:17:28 + '[' false = true ']' 07:17:28 + echo 'INFO: Pushing changes to the repository.' 07:17:28 INFO: Pushing changes to the repository. 07:17:28 + git push origin HEAD:refs/meta/config 07:17:30 remote: remote: Processing changes: refs: 1 remote: Processing changes: refs: 1 remote: Processing changes: refs: 1, done 07:17:30 remote: commit 020dc20: warning: subject >50 characters; use shorter first paragraph 07:17:30 To ssh://git.opendaylight.org:29418/All-Projects 07:17:30 7728561..020dc20 HEAD -> refs/meta/config 07:17:30 $ ssh-agent -k 07:17:30 unset SSH_AUTH_SOCK; 07:17:30 unset SSH_AGENT_PID; 07:17:30 echo Agent pid 1563 killed; 07:17:30 [ssh-agent] Stopped. 07:17:30 [PostBuildScript] - [INFO] Executing post build scripts. 07:17:30 [autorelease-gerrit-branch-lock-vanadium] $ /bin/bash /tmp/jenkins6627394301845069512.sh 07:17:30 ---> sysstat.sh 07:17:31 [autorelease-gerrit-branch-lock-vanadium] $ /bin/bash /tmp/jenkins4262851928394125041.sh 07:17:31 ---> package-listing.sh 07:17:31 ++ facter osfamily 07:17:31 ++ tr '[:upper:]' '[:lower:]' 07:17:31 + OS_FAMILY=debian 07:17:31 + workspace=/w/workspace/autorelease-gerrit-branch-lock-vanadium 07:17:31 + START_PACKAGES=/tmp/packages_start.txt 07:17:31 + END_PACKAGES=/tmp/packages_end.txt 07:17:31 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:17:31 + PACKAGES=/tmp/packages_start.txt 07:17:31 + '[' /w/workspace/autorelease-gerrit-branch-lock-vanadium ']' 07:17:31 + PACKAGES=/tmp/packages_end.txt 07:17:31 + case "${OS_FAMILY}" in 07:17:31 + dpkg -l 07:17:31 + grep '^ii' 07:17:31 + '[' -f /tmp/packages_start.txt ']' 07:17:31 + '[' -f /tmp/packages_end.txt ']' 07:17:31 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:17:31 + '[' /w/workspace/autorelease-gerrit-branch-lock-vanadium ']' 07:17:31 + mkdir -p /w/workspace/autorelease-gerrit-branch-lock-vanadium/archives/ 07:17:31 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/autorelease-gerrit-branch-lock-vanadium/archives/ 07:17:31 [autorelease-gerrit-branch-lock-vanadium] $ /bin/bash /tmp/jenkins10132355135731118011.sh 07:17:31 ---> capture-instance-metadata.sh 07:17:31 Setup pyenv: 07:17:31 * system (set by /opt/pyenv/version) 07:17:31 * 3.8.20 (set by /opt/pyenv/version) 07:17:31 * 3.9.20 (set by /opt/pyenv/version) 07:17:31 3.10.15 07:17:31 3.11.10 07:17:36 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-FSQa 07:17:36 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 07:17:36 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 07:17:40 lf-activate-venv(): INFO: Installing additional packages: lftools 07:18:07 lf-activate-venv(): INFO: Adding /tmp/venv-FSQa/bin to PATH 07:18:07 INFO: Running in OpenStack, capturing instance metadata 07:18:07 [autorelease-gerrit-branch-lock-vanadium] $ /bin/bash /tmp/jenkins3887342963666249584.sh 07:18:07 provisioning config files... 07:18:07 Could not find credentials [logs] for autorelease-gerrit-branch-lock-vanadium #42 07:18:07 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/autorelease-gerrit-branch-lock-vanadium@tmp/config3242528928692237350tmp 07:18:07 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[odl-logs-s3-cloudfront-index] 07:18:07 Run condition [Regular expression match] enabling perform for step [Provide Configuration files] 07:18:07 provisioning config files... 07:18:08 copy managed file [jenkins-s3-log-ship] to file:/home/jenkins/.aws/credentials 07:18:08 [EnvInject] - Injecting environment variables from a build step. 07:18:08 [EnvInject] - Injecting as environment variables the properties content 07:18:08 SERVER_ID=logs 07:18:08 07:18:08 [EnvInject] - Variables injected successfully. 07:18:08 [autorelease-gerrit-branch-lock-vanadium] $ /bin/bash /tmp/jenkins14694229256539089691.sh 07:18:08 ---> create-netrc.sh 07:18:08 WARN: Log server credential not found. 07:18:08 [autorelease-gerrit-branch-lock-vanadium] $ /bin/bash /tmp/jenkins13463049330565738244.sh 07:18:08 ---> python-tools-install.sh 07:18:08 Setup pyenv: 07:18:08 system 07:18:08 3.8.20 07:18:08 3.9.20 07:18:08 3.10.15 07:18:08 * 3.11.10 (set by /w/workspace/autorelease-gerrit-branch-lock-vanadium/.python-version) 07:18:08 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-FSQa from file:/tmp/.os_lf_venv 07:18:08 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 07:18:10 lf-activate-venv(): INFO: Installing additional packages: lftools 07:18:18 lf-activate-venv(): INFO: Adding /tmp/venv-FSQa/bin to PATH 07:18:18 Generating Requirements File 07:18:46 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:18:46 httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 07:18:46 Python 3.11.10 07:18:46 pip 26.2.1 from /tmp/venv-FSQa/lib/python3.11/site-packages/pip (python 3.11) 07:18:47 aiohappyeyeballs==2.7.1 07:18:47 aiohttp==3.14.3 07:18:47 aiosignal==1.4.0 07:18:47 appdirs==1.4.4 07:18:47 argcomplete==3.7.2 07:18:47 aspy.yaml==1.3.0 07:18:47 attrs==26.1.0 07:18:47 autopage==0.6.0 07:18:47 beautifulsoup4==4.15.0 07:18:47 boto3==1.43.83 07:18:47 botocore==1.43.83 07:18:47 bs4==0.0.2 07:18:47 certifi==2026.7.22 07:18:47 cffi==2.1.1 07:18:47 cfgv==3.5.0 07:18:47 chardet==7.6.0 07:18:47 charset-normalizer==3.5.1 07:18:47 click==8.5.0 07:18:47 cliff==4.16.0 07:18:47 cmd2==4.2.2 07:18:47 cryptography==3.3.2 07:18:47 debtcollector==3.1.0 07:18:47 decorator==5.3.1 07:18:47 defusedxml==0.7.1 07:18:47 Deprecated==1.3.1 07:18:47 distlib==0.4.3 07:18:47 dnspython==2.8.0 07:18:47 docker==7.2.0 07:18:47 dogpile.cache==1.5.0 07:18:47 durationpy==0.11 07:18:47 email-validator==2.3.0 07:18:47 filelock==3.32.4 07:18:47 frozenlist==1.8.0 07:18:47 future==1.0.0 07:18:47 gitdb==4.0.12 07:18:47 GitPython==3.1.61 07:18:47 httplib2==0.30.2 07:18:47 identify==2.6.19 07:18:47 idna==3.19 07:18:47 importlib-resources==1.5.0 07:18:47 iso8601==2.1.0 07:18:47 Jinja2==3.1.6 07:18:47 jmespath==1.1.0 07:18:47 jsonpatch==1.33 07:18:47 jsonpointer==3.1.1 07:18:47 jsonschema==4.26.0 07:18:47 jsonschema-specifications==2025.9.1 07:18:47 keystoneauth1==5.17.0 07:18:47 kubernetes==36.0.3 07:18:47 lftools==0.37.23 07:18:47 lxml==6.1.2 07:18:47 markdown-it-py==4.2.0 07:18:47 MarkupSafe==3.0.3 07:18:47 mdurl==0.1.2 07:18:47 msgpack==1.2.2 07:18:47 multi_key_dict==2.0.3 07:18:47 multidict==6.7.1 07:18:47 munch==4.0.0 07:18:47 netaddr==1.3.0 07:18:47 niet==1.4.2 07:18:47 nodeenv==1.10.0 07:18:47 oauth2client==4.1.3 07:18:47 oauthlib==3.3.1 07:18:47 openstacksdk==4.19.1 07:18:47 os-service-types==1.9.0 07:18:47 osc-lib==4.7.0 07:18:47 oslo.config==10.7.0 07:18:47 oslo.context==6.5.0 07:18:47 oslo.i18n==6.9.0 07:18:47 oslo.log==8.3.1 07:18:47 oslo.serialization==5.11.0 07:18:47 oslo.utils==10.2.0 07:18:47 packaging==26.3 07:18:47 pbr==7.0.3 07:18:47 platformdirs==4.11.5 07:18:47 prettytable==3.18.0 07:18:47 prompt_toolkit==3.0.53 07:18:47 propcache==0.5.2 07:18:47 psutil==7.2.2 07:18:47 pyasn1==0.6.4 07:18:47 pyasn1_modules==0.4.2 07:18:47 pycparser==3.0 07:18:47 pygerrit2==2.0.15 07:18:47 PyGithub==2.10.0 07:18:47 Pygments==2.21.0 07:18:47 PyJWT==2.13.0 07:18:47 PyNaCl==1.6.2 07:18:47 pyparsing==2.4.7 07:18:47 pyperclip==1.11.0 07:18:47 pyrsistent==0.20.0 07:18:47 python-dateutil==2.9.0.post0 07:18:47 python-discovery==1.6.0 07:18:47 python-heatclient==5.3.0 07:18:47 python-jenkins==1.8.3 07:18:47 python-keystoneclient==6.0.0 07:18:47 python-magnumclient==5.0.0 07:18:47 python-manilaclient==6.3.0 07:18:47 python-openstackclient==10.3.0 07:18:47 python-swiftclient==4.11.0 07:18:47 PyYAML==6.0.3 07:18:47 referencing==0.37.0 07:18:47 requests==2.34.2 07:18:47 requests-oauthlib==2.0.0 07:18:47 rfc3986==2.0.0 07:18:47 rich==15.0.0 07:18:47 rich-argparse==1.8.0 07:18:47 rpds-py==2026.6.3 07:18:47 rsa==4.9.1 07:18:47 ruamel.yaml==0.19.1 07:18:47 ruamel.yaml.clib==0.2.15 07:18:47 s3transfer==0.19.2 07:18:47 simplejson==4.1.2 07:18:47 six==1.17.0 07:18:47 smmap==5.0.3 07:18:47 soupsieve==2.9.2 07:18:47 stevedore==5.9.1 07:18:47 tabulate==0.10.0 07:18:47 toml==0.10.2 07:18:47 tomlkit==0.15.1 07:18:47 tqdm==4.70.0 07:18:47 typing_extensions==4.16.0 07:18:47 urllib3==1.26.20 07:18:47 virtualenv==21.7.7 07:18:47 wcwidth==0.8.3 07:18:47 websocket-client==1.9.0 07:18:47 wrapt==2.3.0 07:18:47 xdg==6.0.0 07:18:47 xmltodict==1.0.4 07:18:47 yarl==1.24.5 07:18:47 yq==4.1.2 07:18:47 [autorelease-gerrit-branch-lock-vanadium] $ /bin/sh /tmp/jenkins18148626529345546389.sh 07:18:47 ---> uv-install.sh 07:18:47 Installing uv/uvx (latest) using shell installer 07:18:47 2026-08-29 07:18:47 URL:https://releases.astral.sh/installers/uv/latest/uv-installer.sh [71225/71225] -> "/tmp/uv-install-AH4ogy.sh" [1] 07:18:47 downloading uv 0.12.7 x86_64-unknown-linux-gnu 07:18:48 installing to /home/jenkins/.local/bin 07:18:48 uv 07:18:48 uvx 07:18:48 everything's installed! 07:18:48 07:18:48 To add $HOME/.local/bin to your PATH, either restart your shell or run: 07:18:48 07:18:48 source $HOME/.local/bin/env (sh, bash, zsh) 07:18:48 source $HOME/.local/bin/env.fish (fish) 07:18:48 Adding install location to PATH 07:18:48 ---> Validating uv/uvx install 07:18:48 uvx 0.12.7 (x86_64-unknown-linux-gnu) 07:18:48 [autorelease-gerrit-branch-lock-vanadium] $ /bin/bash /tmp/jenkins10682450320109631993.sh 07:18:48 ---> sudo-logs.sh 07:18:48 Archiving 'sudo' log.. 07:18:48 [autorelease-gerrit-branch-lock-vanadium] $ /bin/bash /tmp/jenkins17651356652492159842.sh 07:18:48 ---> job-cost.sh 07:18:48 INFO: Activating Python virtual environment... 07:18:48 Setup pyenv: 07:18:48 system 07:18:48 3.8.20 07:18:48 3.9.20 07:18:48 3.10.15 07:18:48 * 3.11.10 (set by /w/workspace/autorelease-gerrit-branch-lock-vanadium/.python-version) 07:18:48 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-FSQa from file:/tmp/.os_lf_venv 07:18:48 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 07:18:50 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 07:18:57 lf-activate-venv(): INFO: Adding /tmp/venv-FSQa/bin to PATH 07:18:57 INFO: No stack-cost file found 07:18:57 INFO: Instance uptime: 153s 07:18:57 INFO: Fetching instance metadata (attempt 1 of 3)... 07:18:57 DEBUG: URL: http://169.254.169.254/latest/meta-data/instance-type 07:18:57 INFO: Successfully fetched instance metadata 07:18:57 INFO: Instance type: v3-standard-4 07:18:57 INFO: Retrieving pricing info for: v3-standard-4 07:18:57 INFO: Fetching Vexxhost pricing API (attempt 1 of 3)... 07:18:57 DEBUG: URL: https://pricing.vexxhost.net/v1/pricing/v3-standard-4/cost?seconds=153 07:18:57 INFO: Successfully fetched Vexxhost pricing API 07:18:58 INFO: Retrieved cost: 0.11 07:18:58 INFO: Retrieved resource: v3-standard-4 07:18:58 INFO: Creating archive directory: /w/workspace/autorelease-gerrit-branch-lock-vanadium/archives/cost 07:18:58 INFO: Archiving costs to: /w/workspace/autorelease-gerrit-branch-lock-vanadium/archives/cost.csv 07:18:58 INFO: Successfully archived job cost data 07:18:58 DEBUG: Cost data: autorelease-gerrit-branch-lock-vanadium,42,2026-08-29 07:18:58,v3-standard-4,153,0.11,0.00,SUCCESS 07:18:58 [autorelease-gerrit-branch-lock-vanadium] $ /bin/bash -l /tmp/jenkins2802523794919364990.sh 07:18:58 ---> logs-deploy.sh 07:18:58 Setup pyenv: 07:18:58 system 07:18:58 3.8.20 07:18:58 3.9.20 07:18:58 3.10.15 07:18:58 * 3.11.10 (set by /w/workspace/autorelease-gerrit-branch-lock-vanadium/.python-version) 07:18:58 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-FSQa from file:/tmp/.os_lf_venv 07:18:58 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 07:19:00 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 07:19:13 lf-activate-venv(): INFO: Adding /tmp/venv-FSQa/bin to PATH 07:19:13 WARNING: Nexus logging server not set 07:19:13 INFO: S3 path logs/releng/vex-yul-odl-jenkins-1/autorelease-gerrit-branch-lock-vanadium/42/ 07:19:13 INFO: archiving logs to S3 07:19:14 ---> uname -a: 07:19:14 Linux prd-ubuntu2204-builder-4c-4g-42418 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:19:14 07:19:14 07:19:14 ---> lscpu: 07:19:14 Architecture: x86_64 07:19:14 CPU op-mode(s): 32-bit, 64-bit 07:19:14 Address sizes: 40 bits physical, 48 bits virtual 07:19:14 Byte Order: Little Endian 07:19:14 CPU(s): 4 07:19:14 On-line CPU(s) list: 0-3 07:19:14 Vendor ID: AuthenticAMD 07:19:14 Model name: AMD EPYC-Rome Processor 07:19:14 CPU family: 23 07:19:14 Model: 49 07:19:14 Thread(s) per core: 1 07:19:14 Core(s) per socket: 1 07:19:14 Socket(s): 4 07:19:14 Stepping: 0 07:19:14 BogoMIPS: 5599.99 07:19:14 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 lbrv nrip_save tsc_scale vmcb_clean flushbyasid pausefilter pfthreshold v_vmsave_vmload vgif umip rdpid arch_capabilities 07:19:14 Virtualization: AMD-V 07:19:14 Hypervisor vendor: KVM 07:19:14 Virtualization type: full 07:19:14 L1d cache: 128 KiB (4 instances) 07:19:14 L1i cache: 128 KiB (4 instances) 07:19:14 L2 cache: 2 MiB (4 instances) 07:19:14 L3 cache: 64 MiB (4 instances) 07:19:14 NUMA node(s): 1 07:19:14 NUMA node0 CPU(s): 0-3 07:19:14 Vulnerability Gather data sampling: Not affected 07:19:14 Vulnerability Indirect target selection: Not affected 07:19:14 Vulnerability Itlb multihit: Not affected 07:19:14 Vulnerability L1tf: Not affected 07:19:14 Vulnerability Mds: Not affected 07:19:14 Vulnerability Meltdown: Not affected 07:19:14 Vulnerability Mmio stale data: Not affected 07:19:14 Vulnerability Reg file data sampling: Not affected 07:19:14 Vulnerability Retbleed: Mitigation; untrained return thunk; SMT disabled 07:19:14 Vulnerability Spec rstack overflow: Mitigation; SMT disabled 07:19:14 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:19:14 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 07:19:14 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 07:19:14 Vulnerability Srbds: Not affected 07:19:14 Vulnerability Tsa: Not affected 07:19:14 Vulnerability Tsx async abort: Not affected 07:19:14 Vulnerability Vmscape: Not affected 07:19:14 07:19:14 07:19:14 ---> nproc: 07:19:14 4 07:19:14 07:19:14 07:19:14 ---> df -h: 07:19:14 Filesystem Size Used Avail Use% Mounted on 07:19:14 tmpfs 1.6G 1.1M 1.6G 1% /run 07:19:14 /dev/vda1 78G 11G 67G 14% / 07:19:14 tmpfs 7.9G 0 7.9G 0% /dev/shm 07:19:14 tmpfs 5.0M 0 5.0M 0% /run/lock 07:19:14 /dev/vda15 105M 6.1M 99M 6% /boot/efi 07:19:14 tmpfs 1.6G 4.0K 1.6G 1% /run/user/1001 07:19:14 07:19:14 07:19:14 ---> free -m: 07:19:14 total used free shared buff/cache available 07:19:14 Mem: 15989 688 12628 4 2672 14971 07:19:14 Swap: 1023 0 1023 07:19:14 07:19:14 07:19:14 ---> ip addr: 07:19:14 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 07:19:14 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 07:19:14 inet 127.0.0.1/8 scope host lo 07:19:14 valid_lft forever preferred_lft forever 07:19:14 inet6 ::1/128 scope host 07:19:14 valid_lft forever preferred_lft forever 07:19:14 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 07:19:14 link/ether fa:16:3e:34:60:0f brd ff:ff:ff:ff:ff:ff 07:19:14 altname enp0s3 07:19:14 inet 10.30.171.6/23 metric 100 brd 10.30.171.255 scope global dynamic ens3 07:19:14 valid_lft 86238sec preferred_lft 86238sec 07:19:14 inet6 fe80::f816:3eff:fe34:600f/64 scope link 07:19:14 valid_lft forever preferred_lft forever 07:19:14 3: docker0: mtu 1458 qdisc noqueue state DOWN group default 07:19:14 link/ether 7a:3b:61:00:16:f8 brd ff:ff:ff:ff:ff:ff 07:19:14 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 07:19:14 valid_lft forever preferred_lft forever 07:19:14 07:19:14 07:19:14 ---> sar -b -r -n DEV: 07:19:14 Linux 5.15.0-186-generic (prd-ubuntu2204-builder-4c-4g-42418) 08/29/26 _x86_64_ (4 CPU) 07:19:14 07:19:14 07:16:35 LINUX RESTART (4 CPU) 07:19:14 07:19:14 07:19:14 ---> sar -P ALL: 07:19:14 Linux 5.15.0-186-generic (prd-ubuntu2204-builder-4c-4g-42418) 08/29/26 _x86_64_ (4 CPU) 07:19:14 07:19:14 07:16:35 LINUX RESTART (4 CPU) 07:19:14 07:19:14 07:19:14