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