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