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