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