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