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