14:24:49 Started by user Robert Varga 14:24:49 Running as SYSTEM 14:24:49 [EnvInject] - Loading node environment variables. 14:24:49 Building remotely on prd-ubuntu2204-builder-4c-4g-427772 (ubuntu2204-builder-4c-4g) in workspace /w/workspace/autorelease-gerrit-branch-lock-chromium 14:24:49 [ssh-agent] Looking for ssh-agent implementation... 14:24:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:24:49 $ ssh-agent 14:24:49 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXWdyHJ9/agent.1579 14:24:49 SSH_AGENT_PID=1581 14:24:49 [ssh-agent] Started. 14:24:49 Running ssh-add (command line suppressed) 14:24:49 Identity added: /w/workspace/autorelease-gerrit-branch-lock-chromium@tmp/private_key_5801798003177827501.key (/w/workspace/autorelease-gerrit-branch-lock-chromium@tmp/private_key_5801798003177827501.key) 14:24:49 [ssh-agent] Using credentials jenkins (jenkins-ssh) 14:24:49 The recommended git tool is: NONE 14:24:51 using credential jenkins-ssh 14:24:51 Wiping out workspace first. 14:24:51 Cloning the remote Git repository 14:24:51 Cloning repository git://devvexx.opendaylight.org/mirror/releng/autorelease 14:24:51 > git init /w/workspace/autorelease-gerrit-branch-lock-chromium # timeout=10 14:24:51 Fetching upstream changes from git://devvexx.opendaylight.org/mirror/releng/autorelease 14:24:51 > git --version # timeout=10 14:24:51 > git --version # 'git version 2.34.1' 14:24:51 using GIT_SSH to set credentials jenkins-ssh 14:24:51 Verifying host key using known hosts file, will automatically accept unseen keys 14:24:51 > git fetch --tags --force --progress -- git://devvexx.opendaylight.org/mirror/releng/autorelease +refs/heads/*:refs/remotes/origin/* # timeout=10 14:24:54 > git config remote.origin.url git://devvexx.opendaylight.org/mirror/releng/autorelease # timeout=10 14:24:54 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:24:55 Avoid second fetch 14:24:55 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 14:24:55 Checking out Revision 1b4b66a07d3064e89ad4fa4dcb9eecaaf0f6a586 (refs/remotes/origin/master) 14:24:55 > git config core.sparsecheckout # timeout=10 14:24:55 > git checkout -f 1b4b66a07d3064e89ad4fa4dcb9eecaaf0f6a586 # timeout=10 14:24:55 Commit message: "Update git submodules" 14:24:55 > git rev-list --no-walk 966c7fee70a3f75f8b601790b2c0c768dd20db2a # timeout=10 14:24:58 provisioning config files... 14:24:58 copy managed file [npmrc] to file:/home/jenkins/.npmrc 14:24:58 copy managed file [pipconf] to file:/home/jenkins/.config/pip/pip.conf 14:24:58 [autorelease-gerrit-branch-lock-chromium] $ /bin/bash /tmp/jenkins16869855409373012727.sh 14:24:58 ---> autorelease-gerrit-branch-lock.sh 14:24:58 Cloning into 'All-Projects'... 14:25:00 Total 2014 (delta 636), reused 2014 (delta 636) 14:25:00 Note: switching to '94c8de0b842240518126c063f430448cfc34c258'. 14:25:00 14:25:00 You are in 'detached HEAD' state. You can look around, make experimental 14:25:00 changes and commit them, and you can discard any commits you make in this 14:25:00 state without impacting any branches by switching back to a branch. 14:25:00 14:25:00 If you want to create a new branch to retain commits you create, you may 14:25:00 do so (now or later) by using -c with the switch command. Example: 14:25:00 14:25:00 git switch -c 14:25:00 14:25:00 Or undo this operation with: 14:25:00 14:25:00 git switch - 14:25:00 14:25:00 Turn off this advice by setting config variable advice.detachedHead to false 14:25:00 14:25:02 From ssh://git.opendaylight.org:29418/All-Projects 14:25:02 * [new ref] refs/meta/config -> config 14:25:02 Switched to branch 'config' 14:25:08 + case $mode in 14:25:08 + echo 'INFO: Unlocking branch: master' 14:25:08 INFO: Unlocking branch: master 14:25:08 + git config -f project.config --remove-section access.refs/heads/master 14:25:08 + git commit -asm 'Chore: Unlock branch master' 14:25:08 [config 012cb53] Chore: Unlock branch master 14:25:08 1 file changed, 6 deletions(-) 14:25:08 + git diff HEAD~1 14:25:08 diff --git a/project.config b/project.config 14:25:08 index 03d812c..c00ee75 100644 14:25:08 --- a/project.config 14:25:08 +++ b/project.config 14:25:08 @@ -152,9 +152,3 @@ 14:25:08 exclusiveGroupPermissions = create 14:25:08 create = block group Registered Users 14:25:08 create = group Release Engineering Team 14:25:08 -[access "refs/heads/master"] 14:25:08 - exclusiveGroupPermissions = submit 14:25:08 - submit = group Release Engineering Team 14:25:08 - removeReviewer = group Release Engineering Team 14:25:08 - label-Code-Review = -2..+2 group Release Engineering Team 14:25:08 - label-Verified = -1..+1 group Release Engineering Team 14:25:08 + '[' false = true ']' 14:25:08 + echo 'INFO: Pushing changes to the repository.' 14:25:08 INFO: Pushing changes to the repository. 14:25:08 + git push origin HEAD:refs/meta/config 14:25:10 remote: remote: Processing changes: refs: 1 remote: Processing changes: refs: 1 remote: Processing changes: refs: 1, done 14:25:10 To ssh://git.opendaylight.org:29418/All-Projects 14:25:10 94c8de0..012cb53 HEAD -> refs/meta/config 14:25:10 $ ssh-agent -k 14:25:10 unset SSH_AUTH_SOCK; 14:25:10 unset SSH_AGENT_PID; 14:25:10 echo Agent pid 1581 killed; 14:25:10 [ssh-agent] Stopped. 14:25:10 [PostBuildScript] - [INFO] Executing post build scripts. 14:25:10 [autorelease-gerrit-branch-lock-chromium] $ /bin/bash /tmp/jenkins8122740825825175563.sh 14:25:10 ---> sysstat.sh 14:25:10 [autorelease-gerrit-branch-lock-chromium] $ /bin/bash /tmp/jenkins14437911092176508630.sh 14:25:10 ---> package-listing.sh 14:25:10 ++ facter osfamily 14:25:10 ++ tr '[:upper:]' '[:lower:]' 14:25:11 + OS_FAMILY=debian 14:25:11 + workspace=/w/workspace/autorelease-gerrit-branch-lock-chromium 14:25:11 + START_PACKAGES=/tmp/packages_start.txt 14:25:11 + END_PACKAGES=/tmp/packages_end.txt 14:25:11 + DIFF_PACKAGES=/tmp/packages_diff.txt 14:25:11 + PACKAGES=/tmp/packages_start.txt 14:25:11 + '[' /w/workspace/autorelease-gerrit-branch-lock-chromium ']' 14:25:11 + PACKAGES=/tmp/packages_end.txt 14:25:11 + case "${OS_FAMILY}" in 14:25:11 + grep '^ii' 14:25:11 + dpkg -l 14:25:11 + '[' -f /tmp/packages_start.txt ']' 14:25:11 + '[' -f /tmp/packages_end.txt ']' 14:25:11 + diff /tmp/packages_start.txt /tmp/packages_end.txt 14:25:11 + '[' /w/workspace/autorelease-gerrit-branch-lock-chromium ']' 14:25:11 + mkdir -p /w/workspace/autorelease-gerrit-branch-lock-chromium/archives/ 14:25:11 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/autorelease-gerrit-branch-lock-chromium/archives/ 14:25:11 [autorelease-gerrit-branch-lock-chromium] $ /bin/bash /tmp/jenkins17404103780562520384.sh 14:25:11 ---> capture-instance-metadata.sh 14:25:11 Setup pyenv: 14:25:11 * system (set by /opt/pyenv/version) 14:25:11 * 3.8.20 (set by /opt/pyenv/version) 14:25:11 * 3.9.20 (set by /opt/pyenv/version) 14:25:11 3.10.15 14:25:11 3.11.10 14:25:15 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-d52X 14:25:15 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 14:25:15 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 14:25:15 lf-activate-venv(): INFO: Attempting to install with network-safe options... 14:25:20 lf-activate-venv(): INFO: Base packages installed successfully 14:25:20 lf-activate-venv(): INFO: Installing additional packages: lftools 14:25:44 lf-activate-venv(): INFO: Adding /tmp/venv-d52X/bin to PATH 14:25:44 INFO: Running in OpenStack, capturing instance metadata 14:25:44 [autorelease-gerrit-branch-lock-chromium] $ /bin/bash /tmp/jenkins18438576875041985032.sh 14:25:44 provisioning config files... 14:25:45 Could not find credentials [logs] for autorelease-gerrit-branch-lock-chromium #4 14:25:45 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/autorelease-gerrit-branch-lock-chromium@tmp/config2672996479486362001tmp 14:25:45 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[odl-logs-s3-cloudfront-index] 14:25:45 Run condition [Regular expression match] enabling perform for step [Provide Configuration files] 14:25:45 provisioning config files... 14:25:45 copy managed file [jenkins-s3-log-ship] to file:/home/jenkins/.aws/credentials 14:25:45 [EnvInject] - Injecting environment variables from a build step. 14:25:45 [EnvInject] - Injecting as environment variables the properties content 14:25:45 SERVER_ID=logs 14:25:45 14:25:45 [EnvInject] - Variables injected successfully. 14:25:45 [autorelease-gerrit-branch-lock-chromium] $ /bin/bash /tmp/jenkins2141333642355710819.sh 14:25:45 ---> create-netrc.sh 14:25:45 WARN: Log server credential not found. 14:25:45 [autorelease-gerrit-branch-lock-chromium] $ /bin/bash /tmp/jenkins14008138378542722136.sh 14:25:45 ---> python-tools-install.sh 14:25:45 Setup pyenv: 14:25:45 system 14:25:45 3.8.20 14:25:45 3.9.20 14:25:45 3.10.15 14:25:45 * 3.11.10 (set by /w/workspace/autorelease-gerrit-branch-lock-chromium/.python-version) 14:25:45 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-d52X from file:/tmp/.os_lf_venv 14:25:45 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 14:25:45 lf-activate-venv(): INFO: Attempting to install with network-safe options... 14:25:47 lf-activate-venv(): INFO: Base packages installed successfully 14:25:47 lf-activate-venv(): INFO: Installing additional packages: lftools 14:25:57 lf-activate-venv(): INFO: Adding /tmp/venv-d52X/bin to PATH 14:25:57 Generating Requirements File 14:26:16 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. 14:26:16 httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 14:26:16 Python 3.11.10 14:26:16 pip 26.0.1 from /tmp/venv-d52X/lib/python3.11/site-packages/pip (python 3.11) 14:26:17 appdirs==1.4.4 14:26:17 argcomplete==3.6.3 14:26:17 aspy.yaml==1.3.0 14:26:17 attrs==25.4.0 14:26:17 autopage==0.6.0 14:26:17 beautifulsoup4==4.14.3 14:26:17 boto3==1.42.64 14:26:17 botocore==1.42.64 14:26:17 bs4==0.0.2 14:26:17 certifi==2026.2.25 14:26:17 cffi==2.0.0 14:26:17 cfgv==3.5.0 14:26:17 chardet==7.0.1 14:26:17 charset-normalizer==3.4.5 14:26:17 click==8.3.1 14:26:17 cliff==4.13.2 14:26:17 cmd2==3.4.0 14:26:17 cryptography==3.3.2 14:26:17 debtcollector==3.0.0 14:26:17 decorator==5.2.1 14:26:17 defusedxml==0.7.1 14:26:17 Deprecated==1.3.1 14:26:17 distlib==0.4.0 14:26:17 dnspython==2.8.0 14:26:17 docker==7.1.0 14:26:17 dogpile.cache==1.5.0 14:26:17 durationpy==0.10 14:26:17 email-validator==2.3.0 14:26:17 filelock==3.25.1 14:26:17 future==1.0.0 14:26:17 gitdb==4.0.12 14:26:17 GitPython==3.1.46 14:26:17 httplib2==0.30.2 14:26:17 identify==2.6.17 14:26:17 idna==3.11 14:26:17 importlib-resources==1.5.0 14:26:17 iso8601==2.1.0 14:26:17 Jinja2==3.1.6 14:26:17 jmespath==1.1.0 14:26:17 jsonpatch==1.33 14:26:17 jsonpointer==3.0.0 14:26:17 jsonschema==4.26.0 14:26:17 jsonschema-specifications==2025.9.1 14:26:17 keystoneauth1==5.13.1 14:26:17 kubernetes==35.0.0 14:26:17 lftools==0.37.22 14:26:17 lxml==6.0.2 14:26:17 markdown-it-py==4.0.0 14:26:17 MarkupSafe==3.0.3 14:26:17 mdurl==0.1.2 14:26:17 msgpack==1.1.2 14:26:17 multi_key_dict==2.0.3 14:26:17 munch==4.0.0 14:26:17 netaddr==1.3.0 14:26:17 niet==1.4.2 14:26:17 nodeenv==1.10.0 14:26:17 oauth2client==4.1.3 14:26:17 oauthlib==3.3.1 14:26:17 openstacksdk==4.10.0 14:26:17 os-service-types==1.8.2 14:26:17 osc-lib==4.4.0 14:26:17 oslo.config==10.3.0 14:26:17 oslo.context==6.3.0 14:26:17 oslo.i18n==6.7.2 14:26:17 oslo.log==8.1.0 14:26:17 oslo.serialization==5.9.1 14:26:17 oslo.utils==10.0.0 14:26:17 packaging==26.0 14:26:17 pbr==7.0.3 14:26:17 platformdirs==4.9.4 14:26:17 prettytable==3.17.0 14:26:17 psutil==7.2.2 14:26:17 pyasn1==0.6.2 14:26:17 pyasn1_modules==0.4.2 14:26:17 pycparser==3.0 14:26:17 pygerrit2==2.0.15 14:26:17 PyGithub==2.8.1 14:26:17 Pygments==2.19.2 14:26:17 PyJWT==2.11.0 14:26:17 PyNaCl==1.6.2 14:26:17 pyparsing==2.4.7 14:26:17 pyperclip==1.11.0 14:26:17 pyrsistent==0.20.0 14:26:17 python-cinderclient==9.9.0 14:26:17 python-dateutil==2.9.0.post0 14:26:17 python-discovery==1.1.2 14:26:17 python-heatclient==5.1.0 14:26:17 python-jenkins==1.8.3 14:26:17 python-keystoneclient==5.8.0 14:26:17 python-magnumclient==4.10.0 14:26:17 python-openstackclient==9.0.0 14:26:17 python-swiftclient==4.10.0 14:26:17 PyYAML==6.0.3 14:26:17 referencing==0.37.0 14:26:17 requests==2.32.5 14:26:17 requests-oauthlib==2.0.0 14:26:17 requestsexceptions==1.4.0 14:26:17 rfc3986==2.0.0 14:26:17 rich==14.3.3 14:26:17 rich-argparse==1.7.2 14:26:17 rpds-py==0.30.0 14:26:17 rsa==4.9.1 14:26:17 ruamel.yaml==0.19.1 14:26:17 ruamel.yaml.clib==0.2.15 14:26:17 s3transfer==0.16.0 14:26:17 simplejson==3.20.2 14:26:17 six==1.17.0 14:26:17 smmap==5.0.3 14:26:17 soupsieve==2.8.3 14:26:17 stevedore==5.7.0 14:26:17 tabulate==0.10.0 14:26:17 toml==0.10.2 14:26:17 tomlkit==0.14.0 14:26:17 tqdm==4.67.3 14:26:17 typing_extensions==4.15.0 14:26:17 urllib3==1.26.20 14:26:17 virtualenv==21.2.0 14:26:17 wcwidth==0.6.0 14:26:17 websocket-client==1.9.0 14:26:17 wrapt==2.1.2 14:26:17 xdg==6.0.0 14:26:17 xmltodict==1.0.4 14:26:17 yq==3.4.3 14:26:17 [autorelease-gerrit-branch-lock-chromium] $ /bin/bash /tmp/jenkins17686741593882804768.sh 14:26:17 ---> sudo-logs.sh 14:26:17 Archiving 'sudo' log.. 14:26:17 [autorelease-gerrit-branch-lock-chromium] $ /bin/bash /tmp/jenkins4496515191827142218.sh 14:26:17 ---> job-cost.sh 14:26:17 INFO: Activating Python virtual environment... 14:26:17 Setup pyenv: 14:26:17 system 14:26:17 3.8.20 14:26:17 3.9.20 14:26:17 3.10.15 14:26:17 * 3.11.10 (set by /w/workspace/autorelease-gerrit-branch-lock-chromium/.python-version) 14:26:17 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-d52X from file:/tmp/.os_lf_venv 14:26:17 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 14:26:17 lf-activate-venv(): INFO: Attempting to install with network-safe options... 14:26:19 lf-activate-venv(): INFO: Base packages installed successfully 14:26:19 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 14:26:25 lf-activate-venv(): INFO: Adding /tmp/venv-d52X/bin to PATH 14:26:25 INFO: No stack-cost file found 14:26:25 INFO: Instance uptime: 138s 14:26:25 INFO: Fetching instance metadata (attempt 1 of 3)... 14:26:25 DEBUG: URL: http://169.254.169.254/latest/meta-data/instance-type 14:26:25 INFO: Successfully fetched instance metadata 14:26:25 INFO: Instance type: v3-standard-4 14:26:25 INFO: Retrieving pricing info for: v3-standard-4 14:26:25 INFO: Fetching Vexxhost pricing API (attempt 1 of 3)... 14:26:25 DEBUG: URL: https://pricing.vexxhost.net/v1/pricing/v3-standard-4/cost?seconds=138 14:26:26 INFO: Successfully fetched Vexxhost pricing API 14:26:26 INFO: Retrieved cost: 0.11 14:26:26 INFO: Retrieved resource: v3-standard-4 14:26:26 INFO: Creating archive directory: /w/workspace/autorelease-gerrit-branch-lock-chromium/archives/cost 14:26:26 INFO: Archiving costs to: /w/workspace/autorelease-gerrit-branch-lock-chromium/archives/cost.csv 14:26:26 INFO: Successfully archived job cost data 14:26:26 DEBUG: Cost data: autorelease-gerrit-branch-lock-chromium,4,2026-03-10 14:26:26,v3-standard-4,138,0.11,0.00,SUCCESS 14:26:26 [autorelease-gerrit-branch-lock-chromium] $ /bin/bash -l /tmp/jenkins16263110781810316213.sh 14:26:26 ---> logs-deploy.sh 14:26:26 Setup pyenv: 14:26:26 system 14:26:26 3.8.20 14:26:26 3.9.20 14:26:26 3.10.15 14:26:26 * 3.11.10 (set by /w/workspace/autorelease-gerrit-branch-lock-chromium/.python-version) 14:26:26 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-d52X from file:/tmp/.os_lf_venv 14:26:26 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 14:26:26 lf-activate-venv(): INFO: Attempting to install with network-safe options... 14:26:28 lf-activate-venv(): INFO: Base packages installed successfully 14:26:28 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 14:26:39 lf-activate-venv(): INFO: Adding /tmp/venv-d52X/bin to PATH 14:26:39 WARNING: Nexus logging server not set 14:26:39 INFO: S3 path logs/releng/vex-yul-odl-jenkins-1/autorelease-gerrit-branch-lock-chromium/4/ 14:26:39 INFO: archiving logs to S3 14:26:39 /tmp/venv-d52X/lib/python3.11/site-packages/requests/__init__.py:113: RequestsDependencyWarning: urllib3 (1.26.20) or chardet (7.0.1)/charset_normalizer (3.4.5) doesn't match a supported version! 14:26:39 warnings.warn( 14:26:40 ---> uname -a: 14:26:40 Linux prd-ubuntu2204-builder-4c-4g-427772 5.15.0-171-generic #181-Ubuntu SMP Fri Feb 6 22:44:50 UTC 2026 x86_64 x86_64 x86_64 GNU/Linux 14:26:40 14:26:40 14:26:40 ---> lscpu: 14:26:40 Architecture: x86_64 14:26:40 CPU op-mode(s): 32-bit, 64-bit 14:26:40 Address sizes: 40 bits physical, 48 bits virtual 14:26:40 Byte Order: Little Endian 14:26:40 CPU(s): 4 14:26:40 On-line CPU(s) list: 0-3 14:26:40 Vendor ID: AuthenticAMD 14:26:40 Model name: AMD EPYC-Rome Processor 14:26:40 CPU family: 23 14:26:40 Model: 49 14:26:40 Thread(s) per core: 1 14:26:40 Core(s) per socket: 1 14:26:40 Socket(s): 4 14:26:40 Stepping: 0 14:26:40 BogoMIPS: 5599.99 14:26:40 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 14:26:40 Virtualization: AMD-V 14:26:40 Hypervisor vendor: KVM 14:26:40 Virtualization type: full 14:26:40 L1d cache: 128 KiB (4 instances) 14:26:40 L1i cache: 128 KiB (4 instances) 14:26:40 L2 cache: 2 MiB (4 instances) 14:26:40 L3 cache: 64 MiB (4 instances) 14:26:40 NUMA node(s): 1 14:26:40 NUMA node0 CPU(s): 0-3 14:26:40 Vulnerability Gather data sampling: Not affected 14:26:40 Vulnerability Indirect target selection: Not affected 14:26:40 Vulnerability Itlb multihit: Not affected 14:26:40 Vulnerability L1tf: Not affected 14:26:40 Vulnerability Mds: Not affected 14:26:40 Vulnerability Meltdown: Not affected 14:26:40 Vulnerability Mmio stale data: Not affected 14:26:40 Vulnerability Reg file data sampling: Not affected 14:26:40 Vulnerability Retbleed: Mitigation; untrained return thunk; SMT disabled 14:26:40 Vulnerability Spec rstack overflow: Mitigation; SMT disabled 14:26:40 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 14:26:40 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 14:26:40 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 14:26:40 Vulnerability Srbds: Not affected 14:26:40 Vulnerability Tsa: Not affected 14:26:40 Vulnerability Tsx async abort: Not affected 14:26:40 Vulnerability Vmscape: Not affected 14:26:40 14:26:40 14:26:40 ---> nproc: 14:26:40 4 14:26:40 14:26:40 14:26:40 ---> df -h: 14:26:40 Filesystem Size Used Avail Use% Mounted on 14:26:40 tmpfs 1.6G 1.1M 1.6G 1% /run 14:26:40 /dev/vda1 78G 8.4G 70G 11% / 14:26:40 tmpfs 7.9G 0 7.9G 0% /dev/shm 14:26:40 tmpfs 5.0M 0 5.0M 0% /run/lock 14:26:40 /dev/vda15 105M 6.1M 99M 6% /boot/efi 14:26:40 tmpfs 1.6G 4.0K 1.6G 1% /run/user/1001 14:26:40 14:26:40 14:26:40 ---> free -m: 14:26:40 total used free shared buff/cache available 14:26:40 Mem: 15989 665 12787 4 2535 14993 14:26:40 Swap: 1023 0 1023 14:26:40 14:26:40 14:26:40 ---> ip addr: 14:26:40 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 14:26:40 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 14:26:40 inet 127.0.0.1/8 scope host lo 14:26:40 valid_lft forever preferred_lft forever 14:26:40 inet6 ::1/128 scope host 14:26:40 valid_lft forever preferred_lft forever 14:26:40 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 14:26:40 link/ether fa:16:3e:65:2c:06 brd ff:ff:ff:ff:ff:ff 14:26:40 altname enp0s3 14:26:40 inet 10.30.170.118/23 metric 100 brd 10.30.171.255 scope global dynamic ens3 14:26:40 valid_lft 86255sec preferred_lft 86255sec 14:26:40 inet6 fe80::f816:3eff:fe65:2c06/64 scope link 14:26:40 valid_lft forever preferred_lft forever 14:26:40 3: docker0: mtu 1458 qdisc noqueue state DOWN group default 14:26:40 link/ether 86:85:a3:d1:fb:15 brd ff:ff:ff:ff:ff:ff 14:26:40 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 14:26:40 valid_lft forever preferred_lft forever 14:26:40 14:26:40 14:26:40 ---> sar -b -r -n DEV: 14:26:40 Linux 5.15.0-171-generic (prd-ubuntu2204-builder-4c-4g-427772) 03/10/26 _x86_64_ (4 CPU) 14:26:40 14:26:40 14:24:19 LINUX RESTART (4 CPU) 14:26:40 14:26:40 14:26:40 ---> sar -P ALL: 14:26:40 Linux 5.15.0-171-generic (prd-ubuntu2204-builder-4c-4g-427772) 03/10/26 _x86_64_ (4 CPU) 14:26:40 14:26:40 14:24:19 LINUX RESTART (4 CPU) 14:26:40 14:26:40 14:26:40