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