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