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