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