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