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