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