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