19:26:32 Started by user Robert Varga 19:26:32 Running as SYSTEM 19:26:32 [EnvInject] - Loading node environment variables. 19:26:32 Building remotely on prd-ubuntu2204-builder-4c-4g-22745 (ubuntu2204-builder-4c-4g) in workspace /w/workspace/autorelease-gerrit-branch-lock-vanadium 19:26:32 [ssh-agent] Looking for ssh-agent implementation... 19:26:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:26:32 $ ssh-agent 19:26:32 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXtJZ1PF/agent.1556 19:26:32 SSH_AGENT_PID=1558 19:26:32 [ssh-agent] Started. 19:26:32 Running ssh-add (command line suppressed) 19:26:32 Identity added: /w/workspace/autorelease-gerrit-branch-lock-vanadium@tmp/private_key_7310191145852946289.key (/w/workspace/autorelease-gerrit-branch-lock-vanadium@tmp/private_key_7310191145852946289.key) 19:26:32 [ssh-agent] Using credentials jenkins (jenkins-ssh) 19:26:32 The recommended git tool is: NONE 19:26:34 using credential jenkins-ssh 19:26:34 Wiping out workspace first. 19:26:34 Cloning the remote Git repository 19:26:34 Cloning repository git://devvexx.opendaylight.org/mirror/releng/autorelease 19:26:34 > git init /w/workspace/autorelease-gerrit-branch-lock-vanadium # timeout=10 19:26:34 Fetching upstream changes from git://devvexx.opendaylight.org/mirror/releng/autorelease 19:26:34 > git --version # timeout=10 19:26:34 > git --version # 'git version 2.34.1' 19:26:34 using GIT_SSH to set credentials jenkins-ssh 19:26:34 Verifying host key using known hosts file, will automatically accept unseen keys 19:26:34 > git fetch --tags --force --progress -- git://devvexx.opendaylight.org/mirror/releng/autorelease +refs/heads/*:refs/remotes/origin/* # timeout=10 19:26:38 > git config remote.origin.url git://devvexx.opendaylight.org/mirror/releng/autorelease # timeout=10 19:26:38 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:26:38 Avoid second fetch 19:26:38 > git rev-parse refs/remotes/origin/stable/vanadium^{commit} # timeout=10 19:26:38 Checking out Revision 03544eea54335c5e780cb704e23e60f37ee63b49 (refs/remotes/origin/stable/vanadium) 19:26:38 > git config core.sparsecheckout # timeout=10 19:26:38 > git checkout -f 03544eea54335c5e780cb704e23e60f37ee63b49 # timeout=10 19:26:38 Commit message: "Update git submodules" 19:26:38 > git rev-list --no-walk 03544eea54335c5e780cb704e23e60f37ee63b49 # timeout=10 19:26:42 provisioning config files... 19:26:42 copy managed file [npmrc] to file:/home/jenkins/.npmrc 19:26:42 copy managed file [pipconf] to file:/home/jenkins/.config/pip/pip.conf 19:26:42 [autorelease-gerrit-branch-lock-vanadium] $ /bin/bash /tmp/jenkins17921951693293832541.sh 19:26:42 ---> autorelease-gerrit-branch-lock.sh 19:26:42 Cloning into 'All-Projects'... 19:26:44 Total 2076 (delta 646), reused 2076 (delta 646) 19:26:44 Note: switching to 'e25a935637fcb37e2ede5a21c1ffb695b9ef4365'. 19:26:44 19:26:44 You are in 'detached HEAD' state. You can look around, make experimental 19:26:44 changes and commit them, and you can discard any commits you make in this 19:26:44 state without impacting any branches by switching back to a branch. 19:26:44 19:26:44 If you want to create a new branch to retain commits you create, you may 19:26:44 do so (now or later) by using -c with the switch command. Example: 19:26:44 19:26:44 git switch -c 19:26:44 19:26:44 Or undo this operation with: 19:26:44 19:26:44 git switch - 19:26:44 19:26:44 Turn off this advice by setting config variable advice.detachedHead to false 19:26:44 19:26:45 From ssh://git.opendaylight.org:29418/All-Projects 19:26:45 * [new ref] refs/meta/config -> config 19:26:46 Switched to branch 'config' 19:26:51 + case $mode in 19:26:51 + echo 'INFO: Locking branch for MRI: stable/vanadium' 19:26:51 INFO: Locking branch for MRI: stable/vanadium 19:26:51 + git config -f project.config access.refs/heads/stable/vanadium.exclusiveGroupPermissions submit 19:26:51 + git config -f project.config access.refs/heads/stable/vanadium.submit 'group Release Engineering Team' 19:26:51 + git config -f project.config access.refs/heads/stable/vanadium.removeReviewer 'group Release Engineering Team' 19:26:51 + git config -f project.config access.refs/heads/stable/vanadium.label-Code-Review '-2..+2 group Release Engineering Team' 19:26:51 + git config -f project.config access.refs/heads/stable/vanadium.label-Verified '-1..+1 group Release Engineering Team' 19:26:51 + git commit -asm 'Chore: Grant supercommitters rights stable/vanadium' 19:26:51 [config 4bf70a1] Chore: Grant supercommitters rights stable/vanadium 19:26:51 1 file changed, 6 insertions(+) 19:26:51 + git diff HEAD~1 19:26:51 diff --git a/project.config b/project.config 19:26:51 index c00ee75..d8dc14c 100644 19:26:51 --- a/project.config 19:26:51 +++ b/project.config 19:26:51 @@ -152,3 +152,9 @@ 19:26:51 exclusiveGroupPermissions = create 19:26:51 create = block group Registered Users 19:26:51 create = group Release Engineering Team 19:26:51 +[access "refs/heads/stable/vanadium"] 19:26:51 + exclusiveGroupPermissions = submit 19:26:51 + submit = group Release Engineering Team 19:26:51 + removeReviewer = group Release Engineering Team 19:26:51 + label-Code-Review = -2..+2 group Release Engineering Team 19:26:51 + label-Verified = -1..+1 group Release Engineering Team 19:26:51 + '[' false = true ']' 19:26:51 + echo 'INFO: Pushing changes to the repository.' 19:26:51 INFO: Pushing changes to the repository. 19:26:51 + git push origin HEAD:refs/meta/config 19:26:53 remote: remote: Processing changes: refs: 1 remote: Processing changes: refs: 1, done 19:26:53 remote: commit 4bf70a1: warning: subject >50 characters; use shorter first paragraph 19:26:53 To ssh://git.opendaylight.org:29418/All-Projects 19:26:53 e25a935..4bf70a1 HEAD -> refs/meta/config 19:26:53 $ ssh-agent -k 19:26:53 unset SSH_AUTH_SOCK; 19:26:53 unset SSH_AGENT_PID; 19:26:53 echo Agent pid 1558 killed; 19:26:53 [ssh-agent] Stopped. 19:26:53 [PostBuildScript] - [INFO] Executing post build scripts. 19:26:53 [autorelease-gerrit-branch-lock-vanadium] $ /bin/bash /tmp/jenkins10293800831408653159.sh 19:26:53 ---> sysstat.sh 19:26:54 [autorelease-gerrit-branch-lock-vanadium] $ /bin/bash /tmp/jenkins15263014993876483786.sh 19:26:54 ---> package-listing.sh 19:26:54 ++ facter osfamily 19:26:54 ++ tr '[:upper:]' '[:lower:]' 19:26:54 + OS_FAMILY=debian 19:26:54 + workspace=/w/workspace/autorelease-gerrit-branch-lock-vanadium 19:26:54 + START_PACKAGES=/tmp/packages_start.txt 19:26:54 + END_PACKAGES=/tmp/packages_end.txt 19:26:54 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:26:54 + PACKAGES=/tmp/packages_start.txt 19:26:54 + '[' /w/workspace/autorelease-gerrit-branch-lock-vanadium ']' 19:26:54 + PACKAGES=/tmp/packages_end.txt 19:26:54 + case "${OS_FAMILY}" in 19:26:54 + dpkg -l 19:26:54 + grep '^ii' 19:26:54 + '[' -f /tmp/packages_start.txt ']' 19:26:54 + '[' -f /tmp/packages_end.txt ']' 19:26:54 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:26:54 + '[' /w/workspace/autorelease-gerrit-branch-lock-vanadium ']' 19:26:54 + mkdir -p /w/workspace/autorelease-gerrit-branch-lock-vanadium/archives/ 19:26:54 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/autorelease-gerrit-branch-lock-vanadium/archives/ 19:26:54 [autorelease-gerrit-branch-lock-vanadium] $ /bin/bash /tmp/jenkins7220276971727553632.sh 19:26:54 ---> capture-instance-metadata.sh 19:26:54 Setup pyenv: 19:26:54 * system (set by /opt/pyenv/version) 19:26:54 * 3.8.20 (set by /opt/pyenv/version) 19:26:54 * 3.9.20 (set by /opt/pyenv/version) 19:26:54 3.10.15 19:26:54 3.11.10 19:26:59 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-HDOO 19:26:59 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 19:26:59 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 19:26:59 lf-activate-venv(): INFO: Attempting to install with network-safe options... 19:27:03 lf-activate-venv(): INFO: Base packages installed successfully 19:27:03 lf-activate-venv(): INFO: Installing additional packages: lftools 19:27:29 lf-activate-venv(): INFO: Adding /tmp/venv-HDOO/bin to PATH 19:27:29 INFO: Running in OpenStack, capturing instance metadata 19:27:29 [autorelease-gerrit-branch-lock-vanadium] $ /bin/bash /tmp/jenkins13065322524842010946.sh 19:27:29 provisioning config files... 19:27:29 Could not find credentials [logs] for autorelease-gerrit-branch-lock-vanadium #31 19:27:29 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/autorelease-gerrit-branch-lock-vanadium@tmp/config2540412090699917822tmp 19:27:29 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[odl-logs-s3-cloudfront-index] 19:27:29 Run condition [Regular expression match] enabling perform for step [Provide Configuration files] 19:27:29 provisioning config files... 19:27:29 copy managed file [jenkins-s3-log-ship] to file:/home/jenkins/.aws/credentials 19:27:29 [EnvInject] - Injecting environment variables from a build step. 19:27:29 [EnvInject] - Injecting as environment variables the properties content 19:27:29 SERVER_ID=logs 19:27:29 19:27:29 [EnvInject] - Variables injected successfully. 19:27:29 [autorelease-gerrit-branch-lock-vanadium] $ /bin/bash /tmp/jenkins14395485003259148401.sh 19:27:29 ---> create-netrc.sh 19:27:29 WARN: Log server credential not found. 19:27:29 [autorelease-gerrit-branch-lock-vanadium] $ /bin/bash /tmp/jenkins15794565263990935339.sh 19:27:29 ---> python-tools-install.sh 19:27:29 Setup pyenv: 19:27:29 system 19:27:29 3.8.20 19:27:29 3.9.20 19:27:29 3.10.15 19:27:29 * 3.11.10 (set by /w/workspace/autorelease-gerrit-branch-lock-vanadium/.python-version) 19:27:30 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-HDOO from file:/tmp/.os_lf_venv 19:27:30 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 19:27:30 lf-activate-venv(): INFO: Attempting to install with network-safe options... 19:27:31 lf-activate-venv(): INFO: Base packages installed successfully 19:27:31 lf-activate-venv(): INFO: Installing additional packages: lftools 19:27:40 lf-activate-venv(): INFO: Adding /tmp/venv-HDOO/bin to PATH 19:27:41 Generating Requirements File 19:28:04 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. 19:28:04 httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 19:28:04 Python 3.11.10 19:28:04 pip 26.1.2 from /tmp/venv-HDOO/lib/python3.11/site-packages/pip (python 3.11) 19:28:05 aiohappyeyeballs==2.6.2 19:28:05 aiohttp==3.14.0 19:28:05 aiosignal==1.4.0 19:28:05 appdirs==1.4.4 19:28:05 argcomplete==3.6.3 19:28:05 aspy.yaml==1.3.0 19:28:05 attrs==26.1.0 19:28:05 autopage==0.6.0 19:28:05 beautifulsoup4==4.14.3 19:28:05 boto3==1.43.19 19:28:05 botocore==1.43.19 19:28:05 bs4==0.0.2 19:28:05 certifi==2026.5.20 19:28:05 cffi==2.0.0 19:28:05 cfgv==3.5.0 19:28:05 chardet==7.4.3 19:28:05 charset-normalizer==3.4.7 19:28:05 click==8.4.1 19:28:05 cliff==4.14.0 19:28:05 cmd2==3.5.1 19:28:05 cryptography==3.3.2 19:28:05 debtcollector==3.1.0 19:28:05 decorator==5.3.1 19:28:05 defusedxml==0.7.1 19:28:05 Deprecated==1.3.1 19:28:05 distlib==0.4.1 19:28:05 dnspython==2.8.0 19:28:05 docker==7.1.0 19:28:05 dogpile.cache==1.5.0 19:28:05 durationpy==0.10 19:28:05 email-validator==2.3.0 19:28:05 filelock==3.29.0 19:28:05 frozenlist==1.8.0 19:28:05 future==1.0.0 19:28:05 gitdb==4.0.12 19:28:05 GitPython==3.1.50 19:28:05 httplib2==0.30.2 19:28:05 identify==2.6.19 19:28:05 idna==3.18 19:28:05 importlib-resources==1.5.0 19:28:05 iso8601==2.1.0 19:28:05 Jinja2==3.1.6 19:28:05 jmespath==1.1.0 19:28:05 jsonpatch==1.33 19:28:05 jsonpointer==3.1.1 19:28:05 jsonschema==4.26.0 19:28:05 jsonschema-specifications==2025.9.1 19:28:05 keystoneauth1==5.14.0 19:28:05 kubernetes==36.0.2 19:28:05 lftools==0.37.22 19:28:05 lxml==6.1.1 19:28:05 markdown-it-py==4.2.0 19:28:05 MarkupSafe==3.0.3 19:28:05 mdurl==0.1.2 19:28:05 msgpack==1.1.2 19:28:05 multi_key_dict==2.0.3 19:28:05 multidict==6.7.1 19:28:05 munch==4.0.0 19:28:05 netaddr==1.3.0 19:28:05 niet==1.4.2 19:28:05 nodeenv==1.10.0 19:28:05 oauth2client==4.1.3 19:28:05 oauthlib==3.3.1 19:28:05 openstacksdk==4.14.0 19:28:05 os-service-types==1.8.2 19:28:05 osc-lib==4.6.0 19:28:05 oslo.config==10.4.0 19:28:05 oslo.context==6.4.0 19:28:05 oslo.i18n==6.8.0 19:28:05 oslo.log==8.2.0 19:28:05 oslo.serialization==5.10.0 19:28:05 oslo.utils==10.1.0 19:28:05 packaging==26.2 19:28:05 pbr==7.0.3 19:28:05 platformdirs==4.10.0 19:28:05 prettytable==3.17.0 19:28:05 propcache==0.5.2 19:28:05 psutil==7.2.2 19:28:05 pyasn1==0.6.3 19:28:05 pyasn1_modules==0.4.2 19:28:05 pycparser==3.0 19:28:05 pygerrit2==2.0.15 19:28:05 PyGithub==2.9.1 19:28:05 Pygments==2.20.0 19:28:05 PyJWT==2.13.0 19:28:05 PyNaCl==1.6.2 19:28:05 pyparsing==2.4.7 19:28:05 pyperclip==1.11.0 19:28:05 pyrsistent==0.20.0 19:28:05 python-cinderclient==9.9.0 19:28:05 python-dateutil==2.9.0.post0 19:28:05 python-discovery==1.4.0 19:28:05 python-heatclient==5.2.0 19:28:05 python-jenkins==1.8.3 19:28:05 python-keystoneclient==5.8.0 19:28:05 python-magnumclient==4.10.0 19:28:05 python-openstackclient==10.0.0 19:28:05 python-swiftclient==4.10.0 19:28:05 PyYAML==6.0.3 19:28:05 referencing==0.37.0 19:28:05 requests==2.34.2 19:28:05 requests-oauthlib==2.0.0 19:28:05 rfc3986==2.0.0 19:28:05 rich==15.0.0 19:28:05 rich-argparse==1.8.0 19:28:05 rpds-py==2026.5.1 19:28:05 rsa==4.9.1 19:28:05 ruamel.yaml==0.19.1 19:28:05 ruamel.yaml.clib==0.2.15 19:28:05 s3transfer==0.18.0 19:28:05 simplejson==4.1.1 19:28:05 six==1.17.0 19:28:05 smmap==5.0.3 19:28:05 soupsieve==2.8.4 19:28:05 stevedore==5.8.0 19:28:05 tabulate==0.10.0 19:28:05 toml==0.10.2 19:28:05 tomlkit==0.15.0 19:28:05 tqdm==4.67.3 19:28:05 typing_extensions==4.15.0 19:28:05 urllib3==1.26.20 19:28:05 virtualenv==21.4.2 19:28:05 wcwidth==0.7.0 19:28:05 websocket-client==1.9.0 19:28:05 wrapt==2.2.1 19:28:05 xdg==6.0.0 19:28:05 xmltodict==1.0.4 19:28:05 yarl==1.24.2 19:28:05 yq==3.4.3 19:28:05 [autorelease-gerrit-branch-lock-vanadium] $ /bin/sh /tmp/jenkins8597972465891699509.sh 19:28:05 ---> uv-install.sh 19:28:05 Installing uv/uvx (latest) using shell installer 19:28:05 2026-06-02 19:28:05 URL:https://releases.astral.sh/installers/uv/latest/uv-installer.sh [71233/71233] -> "/tmp/uv-install-TfsHJW.sh" [1] 19:28:05 downloading uv 0.11.18 x86_64-unknown-linux-gnu 19:28:06 installing to /home/jenkins/.local/bin 19:28:06 uv 19:28:06 uvx 19:28:06 everything's installed! 19:28:06 19:28:06 To add $HOME/.local/bin to your PATH, either restart your shell or run: 19:28:06 19:28:06 source $HOME/.local/bin/env (sh, bash, zsh) 19:28:06 source $HOME/.local/bin/env.fish (fish) 19:28:06 Adding install location to PATH 19:28:06 ---> Validating uv/uvx install 19:28:06 uvx 0.11.18 (x86_64-unknown-linux-gnu) 19:28:06 [autorelease-gerrit-branch-lock-vanadium] $ /bin/bash /tmp/jenkins3490126281592265409.sh 19:28:06 ---> sudo-logs.sh 19:28:06 Archiving 'sudo' log.. 19:28:06 [autorelease-gerrit-branch-lock-vanadium] $ /bin/bash /tmp/jenkins13806394609667972362.sh 19:28:06 ---> job-cost.sh 19:28:06 INFO: Activating Python virtual environment... 19:28:06 Setup pyenv: 19:28:06 system 19:28:06 3.8.20 19:28:06 3.9.20 19:28:06 3.10.15 19:28:06 * 3.11.10 (set by /w/workspace/autorelease-gerrit-branch-lock-vanadium/.python-version) 19:28:06 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-HDOO from file:/tmp/.os_lf_venv 19:28:06 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 19:28:06 lf-activate-venv(): INFO: Attempting to install with network-safe options... 19:28:08 lf-activate-venv(): INFO: Base packages installed successfully 19:28:08 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 19:28:15 lf-activate-venv(): INFO: Adding /tmp/venv-HDOO/bin to PATH 19:28:15 INFO: No stack-cost file found 19:28:15 INFO: Instance uptime: 145s 19:28:15 INFO: Fetching instance metadata (attempt 1 of 3)... 19:28:15 DEBUG: URL: http://169.254.169.254/latest/meta-data/instance-type 19:28:15 INFO: Successfully fetched instance metadata 19:28:15 INFO: Instance type: v3-standard-4 19:28:15 INFO: Retrieving pricing info for: v3-standard-4 19:28:15 INFO: Fetching Vexxhost pricing API (attempt 1 of 3)... 19:28:15 DEBUG: URL: https://pricing.vexxhost.net/v1/pricing/v3-standard-4/cost?seconds=145 19:28:16 INFO: Successfully fetched Vexxhost pricing API 19:28:16 INFO: Retrieved cost: 0.11 19:28:16 INFO: Retrieved resource: v3-standard-4 19:28:16 INFO: Creating archive directory: /w/workspace/autorelease-gerrit-branch-lock-vanadium/archives/cost 19:28:16 INFO: Archiving costs to: /w/workspace/autorelease-gerrit-branch-lock-vanadium/archives/cost.csv 19:28:16 INFO: Successfully archived job cost data 19:28:16 DEBUG: Cost data: autorelease-gerrit-branch-lock-vanadium,31,2026-06-02 19:28:16,v3-standard-4,145,0.11,0.00,SUCCESS 19:28:16 [autorelease-gerrit-branch-lock-vanadium] $ /bin/bash -l /tmp/jenkins14711671632563360753.sh 19:28:16 ---> logs-deploy.sh 19:28:16 Setup pyenv: 19:28:16 system 19:28:16 3.8.20 19:28:16 3.9.20 19:28:16 3.10.15 19:28:16 * 3.11.10 (set by /w/workspace/autorelease-gerrit-branch-lock-vanadium/.python-version) 19:28:16 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-HDOO from file:/tmp/.os_lf_venv 19:28:16 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 19:28:16 lf-activate-venv(): INFO: Attempting to install with network-safe options... 19:28:18 lf-activate-venv(): INFO: Base packages installed successfully 19:28:18 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 19:28:27 lf-activate-venv(): INFO: Adding /tmp/venv-HDOO/bin to PATH 19:28:27 WARNING: Nexus logging server not set 19:28:27 INFO: S3 path logs/releng/vex-yul-odl-jenkins-1/autorelease-gerrit-branch-lock-vanadium/31/ 19:28:27 INFO: archiving logs to S3 19:28:28 ---> uname -a: 19:28:28 Linux prd-ubuntu2204-builder-4c-4g-22745 5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 x86_64 x86_64 x86_64 GNU/Linux 19:28:28 19:28:28 19:28:28 ---> lscpu: 19:28:28 Architecture: x86_64 19:28:28 CPU op-mode(s): 32-bit, 64-bit 19:28:28 Address sizes: 40 bits physical, 48 bits virtual 19:28:28 Byte Order: Little Endian 19:28:28 CPU(s): 4 19:28:28 On-line CPU(s) list: 0-3 19:28:28 Vendor ID: AuthenticAMD 19:28:28 Model name: AMD EPYC-Rome Processor 19:28:28 CPU family: 23 19:28:28 Model: 49 19:28:28 Thread(s) per core: 1 19:28:28 Core(s) per socket: 1 19:28:28 Socket(s): 4 19:28:28 Stepping: 0 19:28:28 BogoMIPS: 5599.99 19:28:28 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 19:28:28 Virtualization: AMD-V 19:28:28 Hypervisor vendor: KVM 19:28:28 Virtualization type: full 19:28:28 L1d cache: 128 KiB (4 instances) 19:28:28 L1i cache: 128 KiB (4 instances) 19:28:28 L2 cache: 2 MiB (4 instances) 19:28:28 L3 cache: 64 MiB (4 instances) 19:28:28 NUMA node(s): 1 19:28:28 NUMA node0 CPU(s): 0-3 19:28:28 Vulnerability Gather data sampling: Not affected 19:28:28 Vulnerability Indirect target selection: Not affected 19:28:28 Vulnerability Itlb multihit: Not affected 19:28:28 Vulnerability L1tf: Not affected 19:28:28 Vulnerability Mds: Not affected 19:28:28 Vulnerability Meltdown: Not affected 19:28:28 Vulnerability Mmio stale data: Not affected 19:28:28 Vulnerability Reg file data sampling: Not affected 19:28:28 Vulnerability Retbleed: Mitigation; untrained return thunk; SMT disabled 19:28:28 Vulnerability Spec rstack overflow: Mitigation; SMT disabled 19:28:28 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 19:28:28 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 19:28:28 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 19:28:28 Vulnerability Srbds: Not affected 19:28:28 Vulnerability Tsa: Not affected 19:28:28 Vulnerability Tsx async abort: Not affected 19:28:28 Vulnerability Vmscape: Not affected 19:28:28 19:28:28 19:28:28 ---> nproc: 19:28:28 4 19:28:28 19:28:28 19:28:28 ---> df -h: 19:28:28 Filesystem Size Used Avail Use% Mounted on 19:28:28 tmpfs 1.6G 1.1M 1.6G 1% /run 19:28:28 /dev/vda1 78G 8.5G 69G 11% / 19:28:28 tmpfs 7.9G 0 7.9G 0% /dev/shm 19:28:28 tmpfs 5.0M 0 5.0M 0% /run/lock 19:28:28 /dev/vda15 105M 6.1M 99M 6% /boot/efi 19:28:28 tmpfs 1.6G 4.0K 1.6G 1% /run/user/1001 19:28:28 19:28:28 19:28:28 ---> free -m: 19:28:28 total used free shared buff/cache available 19:28:28 Mem: 15989 670 12689 4 2629 14991 19:28:28 Swap: 1023 0 1023 19:28:28 19:28:28 19:28:28 ---> ip addr: 19:28:28 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 19:28:28 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 19:28:28 inet 127.0.0.1/8 scope host lo 19:28:28 valid_lft forever preferred_lft forever 19:28:28 inet6 ::1/128 scope host 19:28:28 valid_lft forever preferred_lft forever 19:28:28 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 19:28:28 link/ether fa:16:3e:a9:d5:57 brd ff:ff:ff:ff:ff:ff 19:28:28 altname enp0s3 19:28:28 inet 10.30.170.242/23 metric 100 brd 10.30.171.255 scope global dynamic ens3 19:28:28 valid_lft 86249sec preferred_lft 86249sec 19:28:28 inet6 fe80::f816:3eff:fea9:d557/64 scope link 19:28:28 valid_lft forever preferred_lft forever 19:28:28 3: docker0: mtu 1458 qdisc noqueue state DOWN group default 19:28:28 link/ether a6:9a:7b:c8:be:2b brd ff:ff:ff:ff:ff:ff 19:28:28 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 19:28:28 valid_lft forever preferred_lft forever 19:28:28 19:28:28 19:28:28 ---> sar -b -r -n DEV: 19:28:28 Linux 5.15.0-173-generic (prd-ubuntu2204-builder-4c-4g-22745) 06/02/26 _x86_64_ (4 CPU) 19:28:28 19:28:28 19:26:00 LINUX RESTART (4 CPU) 19:28:28 19:28:28 19:28:28 ---> sar -P ALL: 19:28:28 Linux 5.15.0-173-generic (prd-ubuntu2204-builder-4c-4g-22745) 06/02/26 _x86_64_ (4 CPU) 19:28:28 19:28:28 19:26:00 LINUX RESTART (4 CPU) 19:28:28 19:28:28 19:28:28