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