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