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