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