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