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