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