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