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