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