17:08:48 Started by user Robert Varga 17:08:48 Running as SYSTEM 17:08:48 [EnvInject] - Loading node environment variables. 17:08:48 Building remotely on prd-ubuntu2204-builder-4c-4g-23713 (ubuntu2204-builder-4c-4g) in workspace /w/workspace/autorelease-gerrit-branch-lock-chromium 17:08:49 [ssh-agent] Looking for ssh-agent implementation... 17:08:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:08:49 $ ssh-agent 17:08:49 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXHZ7tSA/agent.1561 17:08:49 SSH_AGENT_PID=1563 17:08:49 [ssh-agent] Started. 17:08:49 Running ssh-add (command line suppressed) 17:08:49 Identity added: /w/workspace/autorelease-gerrit-branch-lock-chromium@tmp/private_key_9377822303387924072.key (/w/workspace/autorelease-gerrit-branch-lock-chromium@tmp/private_key_9377822303387924072.key) 17:08:49 [ssh-agent] Using credentials jenkins (jenkins-ssh) 17:08:49 The recommended git tool is: NONE 17:08:51 using credential jenkins-ssh 17:08:51 Wiping out workspace first. 17:08:51 Cloning the remote Git repository 17:08:51 Cloning repository git://devvexx.opendaylight.org/mirror/releng/autorelease 17:08:51 > git init /w/workspace/autorelease-gerrit-branch-lock-chromium # timeout=10 17:08:51 Fetching upstream changes from git://devvexx.opendaylight.org/mirror/releng/autorelease 17:08:51 > git --version # timeout=10 17:08:51 > git --version # 'git version 2.34.1' 17:08:51 using GIT_SSH to set credentials jenkins-ssh 17:08:51 Verifying host key using known hosts file, will automatically accept unseen keys 17:08:51 > git fetch --tags --force --progress -- git://devvexx.opendaylight.org/mirror/releng/autorelease +refs/heads/*:refs/remotes/origin/* # timeout=10 17:08:54 > git config remote.origin.url git://devvexx.opendaylight.org/mirror/releng/autorelease # timeout=10 17:08:54 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:08:54 Avoid second fetch 17:08:54 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 17:08:54 Checking out Revision 272b534b2f93dccefcad38293c630f82235af6fd (refs/remotes/origin/master) 17:08:54 > git config core.sparsecheckout # timeout=10 17:08:54 > git checkout -f 272b534b2f93dccefcad38293c630f82235af6fd # timeout=10 17:08:55 Commit message: "Update git submodules" 17:08:55 > git rev-list --no-walk b0b8ea16d4ef2e13a99273301267e838165413b9 # timeout=10 17:08:58 provisioning config files... 17:08:58 copy managed file [npmrc] to file:/home/jenkins/.npmrc 17:08:58 copy managed file [pipconf] to file:/home/jenkins/.config/pip/pip.conf 17:08:58 [autorelease-gerrit-branch-lock-chromium] $ /bin/bash /tmp/jenkins9123253024089292051.sh 17:08:58 ---> autorelease-gerrit-branch-lock.sh 17:08:58 Cloning into 'All-Projects'... 17:09:00 Total 2091 (delta 648), reused 2091 (delta 648) 17:09:00 Note: switching to '58881f35e4ed3c3f44087576970f5bb5ee76c307'. 17:09:00 17:09:00 You are in 'detached HEAD' state. You can look around, make experimental 17:09:00 changes and commit them, and you can discard any commits you make in this 17:09:00 state without impacting any branches by switching back to a branch. 17:09:00 17:09:00 If you want to create a new branch to retain commits you create, you may 17:09:00 do so (now or later) by using -c with the switch command. Example: 17:09:00 17:09:00 git switch -c 17:09:00 17:09:00 Or undo this operation with: 17:09:00 17:09:00 git switch - 17:09:00 17:09:00 Turn off this advice by setting config variable advice.detachedHead to false 17:09:00 17:09:02 From ssh://git.opendaylight.org:29418/All-Projects 17:09:02 * [new ref] refs/meta/config -> config 17:09:02 Switched to branch 'config' 17:09:08 + case $mode in 17:09:08 + echo 'INFO: Unlocking branch: master' 17:09:08 INFO: Unlocking branch: master 17:09:08 + git config -f project.config --remove-section access.refs/heads/master 17:09:08 + git commit -asm 'Chore: Unlock branch master' 17:09:08 [config 5e5e9a4] Chore: Unlock branch master 17:09:08 1 file changed, 6 deletions(-) 17:09:08 + git diff HEAD~1 17:09:08 diff --git a/project.config b/project.config 17:09:08 index 03d812c..c00ee75 100644 17:09:08 --- a/project.config 17:09:08 +++ b/project.config 17:09:08 @@ -152,9 +152,3 @@ 17:09:08 exclusiveGroupPermissions = create 17:09:08 create = block group Registered Users 17:09:08 create = group Release Engineering Team 17:09:08 -[access "refs/heads/master"] 17:09:08 - exclusiveGroupPermissions = submit 17:09:08 - submit = group Release Engineering Team 17:09:08 - removeReviewer = group Release Engineering Team 17:09:08 - label-Code-Review = -2..+2 group Release Engineering Team 17:09:08 - label-Verified = -1..+1 group Release Engineering Team 17:09:08 + '[' false = true ']' 17:09:08 + echo 'INFO: Pushing changes to the repository.' 17:09:08 INFO: Pushing changes to the repository. 17:09:08 + git push origin HEAD:refs/meta/config 17:09:10 remote: remote: Processing changes: refs: 1 remote: Processing changes: refs: 1, done 17:09:10 To ssh://git.opendaylight.org:29418/All-Projects 17:09:10 58881f3..5e5e9a4 HEAD -> refs/meta/config 17:09:10 $ ssh-agent -k 17:09:10 unset SSH_AUTH_SOCK; 17:09:10 unset SSH_AGENT_PID; 17:09:10 echo Agent pid 1563 killed; 17:09:10 [ssh-agent] Stopped. 17:09:10 [PostBuildScript] - [INFO] Executing post build scripts. 17:09:10 [autorelease-gerrit-branch-lock-chromium] $ /bin/bash /tmp/jenkins8313612834759020692.sh 17:09:10 ---> sysstat.sh 17:09:11 [autorelease-gerrit-branch-lock-chromium] $ /bin/bash /tmp/jenkins6597862862062537423.sh 17:09:11 ---> package-listing.sh 17:09:11 ++ facter osfamily 17:09:11 ++ tr '[:upper:]' '[:lower:]' 17:09:11 + OS_FAMILY=debian 17:09:11 + workspace=/w/workspace/autorelease-gerrit-branch-lock-chromium 17:09:11 + START_PACKAGES=/tmp/packages_start.txt 17:09:11 + END_PACKAGES=/tmp/packages_end.txt 17:09:11 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:09:11 + PACKAGES=/tmp/packages_start.txt 17:09:11 + '[' /w/workspace/autorelease-gerrit-branch-lock-chromium ']' 17:09:11 + PACKAGES=/tmp/packages_end.txt 17:09:11 + case "${OS_FAMILY}" in 17:09:11 + dpkg -l 17:09:11 + grep '^ii' 17:09:11 + '[' -f /tmp/packages_start.txt ']' 17:09:11 + '[' -f /tmp/packages_end.txt ']' 17:09:11 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:09:11 + '[' /w/workspace/autorelease-gerrit-branch-lock-chromium ']' 17:09:11 + mkdir -p /w/workspace/autorelease-gerrit-branch-lock-chromium/archives/ 17:09:11 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/autorelease-gerrit-branch-lock-chromium/archives/ 17:09:11 [autorelease-gerrit-branch-lock-chromium] $ /bin/bash /tmp/jenkins12707915779403478167.sh 17:09:11 ---> capture-instance-metadata.sh 17:09:11 Setup pyenv: 17:09:11 * system (set by /opt/pyenv/version) 17:09:11 * 3.8.20 (set by /opt/pyenv/version) 17:09:11 * 3.9.20 (set by /opt/pyenv/version) 17:09:11 3.10.15 17:09:11 3.11.10 17:09:16 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-N5tP 17:09:16 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 17:09:16 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 17:09:16 lf-activate-venv(): INFO: Attempting to install with network-safe options... 17:09:20 lf-activate-venv(): INFO: Base packages installed successfully 17:09:20 lf-activate-venv(): INFO: Installing additional packages: lftools 17:09:46 lf-activate-venv(): INFO: Adding /tmp/venv-N5tP/bin to PATH 17:09:46 INFO: Running in OpenStack, capturing instance metadata 17:09:47 [autorelease-gerrit-branch-lock-chromium] $ /bin/bash /tmp/jenkins899693206184609371.sh 17:09:47 provisioning config files... 17:09:47 Could not find credentials [logs] for autorelease-gerrit-branch-lock-chromium #24 17:09:47 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/autorelease-gerrit-branch-lock-chromium@tmp/config4959566792939326699tmp 17:09:47 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[odl-logs-s3-cloudfront-index] 17:09:47 Run condition [Regular expression match] enabling perform for step [Provide Configuration files] 17:09:47 provisioning config files... 17:09:47 copy managed file [jenkins-s3-log-ship] to file:/home/jenkins/.aws/credentials 17:09:47 [EnvInject] - Injecting environment variables from a build step. 17:09:47 [EnvInject] - Injecting as environment variables the properties content 17:09:47 SERVER_ID=logs 17:09:47 17:09:47 [EnvInject] - Variables injected successfully. 17:09:47 [autorelease-gerrit-branch-lock-chromium] $ /bin/bash /tmp/jenkins779221593243270257.sh 17:09:47 ---> create-netrc.sh 17:09:47 WARN: Log server credential not found. 17:09:47 [autorelease-gerrit-branch-lock-chromium] $ /bin/bash /tmp/jenkins7256765367701945463.sh 17:09:47 ---> python-tools-install.sh 17:09:47 Setup pyenv: 17:09:47 system 17:09:47 3.8.20 17:09:47 3.9.20 17:09:47 3.10.15 17:09:47 * 3.11.10 (set by /w/workspace/autorelease-gerrit-branch-lock-chromium/.python-version) 17:09:47 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-N5tP from file:/tmp/.os_lf_venv 17:09:47 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 17:09:47 lf-activate-venv(): INFO: Attempting to install with network-safe options... 17:09:49 lf-activate-venv(): INFO: Base packages installed successfully 17:09:49 lf-activate-venv(): INFO: Installing additional packages: lftools 17:09:58 lf-activate-venv(): INFO: Adding /tmp/venv-N5tP/bin to PATH 17:09:58 Generating Requirements File 17:10:21 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. 17:10:21 httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 17:10:22 Python 3.11.10 17:10:22 pip 26.1.2 from /tmp/venv-N5tP/lib/python3.11/site-packages/pip (python 3.11) 17:10:22 aiohappyeyeballs==2.6.2 17:10:22 aiohttp==3.14.0 17:10:22 aiosignal==1.4.0 17:10:22 appdirs==1.4.4 17:10:22 argcomplete==3.6.3 17:10:22 aspy.yaml==1.3.0 17:10:22 attrs==26.1.0 17:10:22 autopage==0.6.0 17:10:22 beautifulsoup4==4.14.3 17:10:22 boto3==1.43.22 17:10:22 botocore==1.43.22 17:10:22 bs4==0.0.2 17:10:22 certifi==2026.5.20 17:10:22 cffi==2.0.0 17:10:22 cfgv==3.5.0 17:10:22 chardet==7.4.3 17:10:22 charset-normalizer==3.4.7 17:10:22 click==8.4.1 17:10:22 cliff==4.14.0 17:10:22 cmd2==3.5.1 17:10:22 cryptography==3.3.2 17:10:22 debtcollector==3.1.0 17:10:22 decorator==5.3.1 17:10:22 defusedxml==0.7.1 17:10:22 Deprecated==1.3.1 17:10:22 distlib==0.4.1 17:10:22 dnspython==2.8.0 17:10:22 docker==7.1.0 17:10:22 dogpile.cache==1.5.0 17:10:22 durationpy==0.10 17:10:22 email-validator==2.3.0 17:10:22 filelock==3.29.1 17:10:22 frozenlist==1.8.0 17:10:22 future==1.0.0 17:10:22 gitdb==4.0.12 17:10:22 GitPython==3.1.50 17:10:22 httplib2==0.30.2 17:10:22 identify==2.6.19 17:10:22 idna==3.18 17:10:22 importlib-resources==1.5.0 17:10:22 iso8601==2.1.0 17:10:22 Jinja2==3.1.6 17:10:22 jmespath==1.1.0 17:10:22 jsonpatch==1.33 17:10:22 jsonpointer==3.1.1 17:10:22 jsonschema==4.26.0 17:10:22 jsonschema-specifications==2025.9.1 17:10:22 keystoneauth1==5.14.0 17:10:22 kubernetes==36.0.2 17:10:22 lftools==0.37.22 17:10:22 lxml==6.1.1 17:10:22 markdown-it-py==4.2.0 17:10:22 MarkupSafe==3.0.3 17:10:22 mdurl==0.1.2 17:10:22 msgpack==1.1.2 17:10:22 multi_key_dict==2.0.3 17:10:22 multidict==6.7.1 17:10:22 munch==4.0.0 17:10:22 netaddr==1.3.0 17:10:22 niet==1.4.2 17:10:22 nodeenv==1.10.0 17:10:22 oauth2client==4.1.3 17:10:22 oauthlib==3.3.1 17:10:22 openstacksdk==4.14.0 17:10:22 os-service-types==1.8.2 17:10:22 osc-lib==4.6.0 17:10:22 oslo.config==10.4.0 17:10:22 oslo.context==6.4.0 17:10:22 oslo.i18n==6.8.0 17:10:22 oslo.log==8.2.0 17:10:22 oslo.serialization==5.10.0 17:10:22 oslo.utils==10.1.0 17:10:22 packaging==26.2 17:10:22 pbr==7.0.3 17:10:22 platformdirs==4.10.0 17:10:22 prettytable==3.17.0 17:10:22 propcache==0.5.2 17:10:22 psutil==7.2.2 17:10:22 pyasn1==0.6.3 17:10:22 pyasn1_modules==0.4.2 17:10:22 pycparser==3.0 17:10:22 pygerrit2==2.0.15 17:10:22 PyGithub==2.9.1 17:10:22 Pygments==2.20.0 17:10:22 PyJWT==2.13.0 17:10:22 PyNaCl==1.6.2 17:10:22 pyparsing==2.4.7 17:10:22 pyperclip==1.11.0 17:10:22 pyrsistent==0.20.0 17:10:22 python-cinderclient==9.9.0 17:10:22 python-dateutil==2.9.0.post0 17:10:22 python-discovery==1.4.0 17:10:22 python-heatclient==5.2.0 17:10:22 python-jenkins==1.8.3 17:10:22 python-keystoneclient==5.8.0 17:10:22 python-magnumclient==4.10.0 17:10:22 python-openstackclient==10.0.0 17:10:22 python-swiftclient==4.10.0 17:10:22 PyYAML==6.0.3 17:10:22 referencing==0.37.0 17:10:22 requests==2.34.2 17:10:22 requests-oauthlib==2.0.0 17:10:22 rfc3986==2.0.0 17:10:22 rich==15.0.0 17:10:22 rich-argparse==1.8.0 17:10:22 rpds-py==2026.5.1 17:10:22 rsa==4.9.1 17:10:22 ruamel.yaml==0.19.1 17:10:22 ruamel.yaml.clib==0.2.15 17:10:22 s3transfer==0.18.0 17:10:22 simplejson==4.1.1 17:10:22 six==1.17.0 17:10:22 smmap==5.0.3 17:10:22 soupsieve==2.8.4 17:10:22 stevedore==5.8.0 17:10:22 tabulate==0.10.0 17:10:22 toml==0.10.2 17:10:22 tomlkit==0.15.0 17:10:22 tqdm==4.67.3 17:10:22 typing_extensions==4.15.0 17:10:22 urllib3==1.26.20 17:10:22 virtualenv==21.4.2 17:10:22 wcwidth==0.7.0 17:10:22 websocket-client==1.9.0 17:10:22 wrapt==2.2.1 17:10:22 xdg==6.0.0 17:10:22 xmltodict==1.0.4 17:10:22 yarl==1.24.2 17:10:22 yq==3.4.3 17:10:22 [autorelease-gerrit-branch-lock-chromium] $ /bin/sh /tmp/jenkins7041964001193856278.sh 17:10:22 ---> uv-install.sh 17:10:22 Installing uv/uvx (latest) using shell installer 17:10:23 2026-06-04 17:10:23 URL:https://releases.astral.sh/installers/uv/latest/uv-installer.sh [71233/71233] -> "/tmp/uv-install-05Jvse.sh" [1] 17:10:23 downloading uv 0.11.19 x86_64-unknown-linux-gnu 17:10:24 installing to /home/jenkins/.local/bin 17:10:24 uv 17:10:24 uvx 17:10:24 everything's installed! 17:10:24 17:10:24 To add $HOME/.local/bin to your PATH, either restart your shell or run: 17:10:24 17:10:24 source $HOME/.local/bin/env (sh, bash, zsh) 17:10:24 source $HOME/.local/bin/env.fish (fish) 17:10:24 Adding install location to PATH 17:10:24 ---> Validating uv/uvx install 17:10:24 uvx 0.11.19 (x86_64-unknown-linux-gnu) 17:10:24 [autorelease-gerrit-branch-lock-chromium] $ /bin/bash /tmp/jenkins1138039321569799287.sh 17:10:24 ---> sudo-logs.sh 17:10:24 Archiving 'sudo' log.. 17:10:24 [autorelease-gerrit-branch-lock-chromium] $ /bin/bash /tmp/jenkins14145245743050154538.sh 17:10:24 ---> job-cost.sh 17:10:24 INFO: Activating Python virtual environment... 17:10:24 Setup pyenv: 17:10:24 system 17:10:24 3.8.20 17:10:24 3.9.20 17:10:24 3.10.15 17:10:24 * 3.11.10 (set by /w/workspace/autorelease-gerrit-branch-lock-chromium/.python-version) 17:10:24 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-N5tP from file:/tmp/.os_lf_venv 17:10:24 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 17:10:24 lf-activate-venv(): INFO: Attempting to install with network-safe options... 17:10:26 lf-activate-venv(): INFO: Base packages installed successfully 17:10:26 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 17:10:32 lf-activate-venv(): INFO: Adding /tmp/venv-N5tP/bin to PATH 17:10:32 INFO: No stack-cost file found 17:10:32 INFO: Instance uptime: 152s 17:10:32 INFO: Fetching instance metadata (attempt 1 of 3)... 17:10:32 DEBUG: URL: http://169.254.169.254/latest/meta-data/instance-type 17:10:33 INFO: Successfully fetched instance metadata 17:10:33 INFO: Instance type: v3-standard-4 17:10:33 INFO: Retrieving pricing info for: v3-standard-4 17:10:33 INFO: Fetching Vexxhost pricing API (attempt 1 of 3)... 17:10:33 DEBUG: URL: https://pricing.vexxhost.net/v1/pricing/v3-standard-4/cost?seconds=152 17:10:33 INFO: Successfully fetched Vexxhost pricing API 17:10:33 INFO: Retrieved cost: 0.11 17:10:33 INFO: Retrieved resource: v3-standard-4 17:10:33 INFO: Creating archive directory: /w/workspace/autorelease-gerrit-branch-lock-chromium/archives/cost 17:10:33 INFO: Archiving costs to: /w/workspace/autorelease-gerrit-branch-lock-chromium/archives/cost.csv 17:10:33 INFO: Successfully archived job cost data 17:10:33 DEBUG: Cost data: autorelease-gerrit-branch-lock-chromium,24,2026-06-04 17:10:33,v3-standard-4,152,0.11,0.00,SUCCESS 17:10:33 [autorelease-gerrit-branch-lock-chromium] $ /bin/bash -l /tmp/jenkins2823381492093882162.sh 17:10:33 ---> logs-deploy.sh 17:10:33 Setup pyenv: 17:10:33 system 17:10:33 3.8.20 17:10:33 3.9.20 17:10:33 3.10.15 17:10:33 * 3.11.10 (set by /w/workspace/autorelease-gerrit-branch-lock-chromium/.python-version) 17:10:33 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-N5tP from file:/tmp/.os_lf_venv 17:10:33 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 17:10:33 lf-activate-venv(): INFO: Attempting to install with network-safe options... 17:10:35 lf-activate-venv(): INFO: Base packages installed successfully 17:10:35 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 17:10:47 lf-activate-venv(): INFO: Adding /tmp/venv-N5tP/bin to PATH 17:10:47 WARNING: Nexus logging server not set 17:10:47 INFO: S3 path logs/releng/vex-yul-odl-jenkins-1/autorelease-gerrit-branch-lock-chromium/24/ 17:10:47 INFO: archiving logs to S3 17:10:48 ---> uname -a: 17:10:48 Linux prd-ubuntu2204-builder-4c-4g-23713 5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 x86_64 x86_64 x86_64 GNU/Linux 17:10:48 17:10:48 17:10:48 ---> lscpu: 17:10:48 Architecture: x86_64 17:10:48 CPU op-mode(s): 32-bit, 64-bit 17:10:48 Address sizes: 40 bits physical, 48 bits virtual 17:10:48 Byte Order: Little Endian 17:10:48 CPU(s): 4 17:10:48 On-line CPU(s) list: 0-3 17:10:48 Vendor ID: AuthenticAMD 17:10:48 Model name: AMD EPYC-Rome Processor 17:10:48 CPU family: 23 17:10:48 Model: 49 17:10:48 Thread(s) per core: 1 17:10:48 Core(s) per socket: 1 17:10:48 Socket(s): 4 17:10:48 Stepping: 0 17:10:48 BogoMIPS: 5599.99 17:10:48 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 17:10:48 Virtualization: AMD-V 17:10:48 Hypervisor vendor: KVM 17:10:48 Virtualization type: full 17:10:48 L1d cache: 128 KiB (4 instances) 17:10:48 L1i cache: 128 KiB (4 instances) 17:10:48 L2 cache: 2 MiB (4 instances) 17:10:48 L3 cache: 64 MiB (4 instances) 17:10:48 NUMA node(s): 1 17:10:48 NUMA node0 CPU(s): 0-3 17:10:48 Vulnerability Gather data sampling: Not affected 17:10:48 Vulnerability Indirect target selection: Not affected 17:10:48 Vulnerability Itlb multihit: Not affected 17:10:48 Vulnerability L1tf: Not affected 17:10:48 Vulnerability Mds: Not affected 17:10:48 Vulnerability Meltdown: Not affected 17:10:48 Vulnerability Mmio stale data: Not affected 17:10:48 Vulnerability Reg file data sampling: Not affected 17:10:48 Vulnerability Retbleed: Mitigation; untrained return thunk; SMT disabled 17:10:48 Vulnerability Spec rstack overflow: Mitigation; SMT disabled 17:10:48 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 17:10:48 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 17:10:48 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 17:10:48 Vulnerability Srbds: Not affected 17:10:48 Vulnerability Tsa: Not affected 17:10:48 Vulnerability Tsx async abort: Not affected 17:10:48 Vulnerability Vmscape: Not affected 17:10:48 17:10:48 17:10:48 ---> nproc: 17:10:48 4 17:10:48 17:10:48 17:10:48 ---> df -h: 17:10:48 Filesystem Size Used Avail Use% Mounted on 17:10:48 tmpfs 1.6G 1.1M 1.6G 1% /run 17:10:48 /dev/vda1 78G 8.5G 69G 11% / 17:10:48 tmpfs 7.9G 0 7.9G 0% /dev/shm 17:10:48 tmpfs 5.0M 0 5.0M 0% /run/lock 17:10:48 /dev/vda15 105M 6.1M 99M 6% /boot/efi 17:10:48 tmpfs 1.6G 4.0K 1.6G 1% /run/user/1001 17:10:48 17:10:48 17:10:48 ---> free -m: 17:10:48 total used free shared buff/cache available 17:10:48 Mem: 15989 665 12693 4 2630 14996 17:10:48 Swap: 1023 0 1023 17:10:48 17:10:48 17:10:48 ---> ip addr: 17:10:48 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 17:10:48 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 17:10:48 inet 127.0.0.1/8 scope host lo 17:10:48 valid_lft forever preferred_lft forever 17:10:48 inet6 ::1/128 scope host 17:10:48 valid_lft forever preferred_lft forever 17:10:48 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 17:10:48 link/ether fa:16:3e:16:b9:ce brd ff:ff:ff:ff:ff:ff 17:10:48 altname enp0s3 17:10:48 inet 10.30.171.211/23 metric 100 brd 10.30.171.255 scope global dynamic ens3 17:10:48 valid_lft 86241sec preferred_lft 86241sec 17:10:48 inet6 fe80::f816:3eff:fe16:b9ce/64 scope link 17:10:48 valid_lft forever preferred_lft forever 17:10:48 3: docker0: mtu 1458 qdisc noqueue state DOWN group default 17:10:48 link/ether b2:ba:bc:fe:8c:9a brd ff:ff:ff:ff:ff:ff 17:10:48 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 17:10:48 valid_lft forever preferred_lft forever 17:10:48 17:10:48 17:10:48 ---> sar -b -r -n DEV: 17:10:48 Linux 5.15.0-173-generic (prd-ubuntu2204-builder-4c-4g-23713) 06/04/26 _x86_64_ (4 CPU) 17:10:48 17:10:48 17:08:12 LINUX RESTART (4 CPU) 17:10:48 17:10:48 17:10:48 ---> sar -P ALL: 17:10:48 Linux 5.15.0-173-generic (prd-ubuntu2204-builder-4c-4g-23713) 06/04/26 _x86_64_ (4 CPU) 17:10:48 17:10:48 17:08:12 LINUX RESTART (4 CPU) 17:10:48 17:10:48 17:10:48