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