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