21:15:10 Started by user Anil Belur 21:15:10 Running as SYSTEM 21:15:10 [EnvInject] - Loading node environment variables. 21:15:10 Building remotely on prd-ubuntu2204-builder-4c-4g-5244 (ubuntu2204-builder-4c-4g) in workspace /w/workspace/autorelease-gerrit-branch-lock-titanium 21:15:10 [ssh-agent] Looking for ssh-agent implementation... 21:15:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:15:11 $ ssh-agent 21:15:11 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXcMyRg4/agent.1562 21:15:11 SSH_AGENT_PID=1564 21:15:11 [ssh-agent] Started. 21:15:11 Running ssh-add (command line suppressed) 21:15:11 Identity added: /w/workspace/autorelease-gerrit-branch-lock-titanium@tmp/private_key_3892724993238329075.key (/w/workspace/autorelease-gerrit-branch-lock-titanium@tmp/private_key_3892724993238329075.key) 21:15:11 [ssh-agent] Using credentials jenkins (jenkins-ssh) 21:15:11 The recommended git tool is: NONE 21:15:13 using credential jenkins-ssh 21:15:13 Wiping out workspace first. 21:15:13 Cloning the remote Git repository 21:15:13 Cloning repository git://devvexx.opendaylight.org/mirror/releng/autorelease 21:15:13 > git init /w/workspace/autorelease-gerrit-branch-lock-titanium # timeout=10 21:15:13 Fetching upstream changes from git://devvexx.opendaylight.org/mirror/releng/autorelease 21:15:13 > git --version # timeout=10 21:15:13 > git --version # 'git version 2.34.1' 21:15:13 using GIT_SSH to set credentials jenkins-ssh 21:15:13 Verifying host key using known hosts file 21:15:13 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. 21:15:13 > git fetch --tags --force --progress -- git://devvexx.opendaylight.org/mirror/releng/autorelease +refs/heads/*:refs/remotes/origin/* # timeout=10 21:15:16 > git config remote.origin.url git://devvexx.opendaylight.org/mirror/releng/autorelease # timeout=10 21:15:16 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:15:16 Avoid second fetch 21:15:16 > git rev-parse refs/remotes/origin/stable/titanium^{commit} # timeout=10 21:15:16 Checking out Revision 9e1001a069e80a3680ad2d9b7b0cf90f620e9468 (refs/remotes/origin/stable/titanium) 21:15:16 > git config core.sparsecheckout # timeout=10 21:15:16 > git checkout -f 9e1001a069e80a3680ad2d9b7b0cf90f620e9468 # timeout=10 21:15:17 Commit message: "Update git submodules" 21:15:17 > git rev-list --no-walk 9e1001a069e80a3680ad2d9b7b0cf90f620e9468 # timeout=10 21:15:20 provisioning config files... 21:15:20 copy managed file [npmrc] to file:/home/jenkins/.npmrc 21:15:20 copy managed file [pipconf] to file:/home/jenkins/.config/pip/pip.conf 21:15:20 [autorelease-gerrit-branch-lock-titanium] $ /bin/bash /tmp/jenkins15382531866722187029.sh 21:15:20 ---> autorelease-gerrit-branch-lock.sh 21:15:20 Cloning into 'All-Projects'... 21:15:22 Total 1978 (delta 629), reused 1978 (delta 629) 21:15:22 Note: switching to '16f4dfd9a2de275a46fbd578f96be8d845d0d93a'. 21:15:22 21:15:22 You are in 'detached HEAD' state. You can look around, make experimental 21:15:22 changes and commit them, and you can discard any commits you make in this 21:15:22 state without impacting any branches by switching back to a branch. 21:15:22 21:15:22 If you want to create a new branch to retain commits you create, you may 21:15:22 do so (now or later) by using -c with the switch command. Example: 21:15:22 21:15:22 git switch -c 21:15:22 21:15:22 Or undo this operation with: 21:15:22 21:15:22 git switch - 21:15:22 21:15:22 Turn off this advice by setting config variable advice.detachedHead to false 21:15:22 21:15:24 From ssh://git.opendaylight.org:29418/All-Projects 21:15:24 * [new ref] refs/meta/config -> config 21:15:24 Switched to branch 'config' 21:15:30 + case $mode in 21:15:30 + git config -f project.config access.refs/heads/stable/titanium.exclusiveGroupPermissions submit 21:15:30 + git config -f project.config access.refs/heads/stable/titanium.submit 'block group Registered Users' 21:15:30 + git config -f project.config --add access.refs/heads/stable/titanium.submit 'group Release Engineering Team' 21:15:30 + git config -f project.config access.refs/heads/stable/titanium.label-Code-Review '-2..+2 group Release Engineering Team' 21:15:30 + git config -f project.config access.refs/heads/stable/titanium.label-Verified '-1..+1 group Release Engineering Team' 21:15:30 + git commit -asm 'Chore: Lock stable/titanium for Release Work' 21:15:30 [config 3fd80c3] Chore: Lock stable/titanium for Release Work 21:15:30 1 file changed, 6 insertions(+) 21:15:30 + git diff HEAD~1 21:15:30 diff --git a/project.config b/project.config 21:15:30 index 0419090..5d83d60 100644 21:15:30 --- a/project.config 21:15:30 +++ b/project.config 21:15:30 @@ -153,3 +153,9 @@ 21:15:30 submit = group Release Engineering Team 21:15:30 label-Code-Review = -2..+2 group Release Engineering Team 21:15:30 label-Verified = -1..+1 group Release Engineering Team 21:15:30 +[access "refs/heads/stable/titanium"] 21:15:30 + exclusiveGroupPermissions = submit 21:15:30 + submit = block group Registered Users 21:15:30 + submit = group Release Engineering Team 21:15:30 + label-Code-Review = -2..+2 group Release Engineering Team 21:15:30 + label-Verified = -1..+1 group Release Engineering Team 21:15:30 + '[' false = true ']' 21:15:30 + echo 'INFO: Pushing changes to the repository.' 21:15:30 INFO: Pushing changes to the repository. 21:15:30 + git push origin HEAD:refs/meta/config 21:15:31 remote: remote: Processing changes: refs: 1 remote: Processing changes: refs: 1, done 21:15:32 To ssh://git.opendaylight.org:29418/All-Projects 21:15:32 16f4dfd..3fd80c3 HEAD -> refs/meta/config 21:15:32 $ ssh-agent -k 21:15:32 unset SSH_AUTH_SOCK; 21:15:32 unset SSH_AGENT_PID; 21:15:32 echo Agent pid 1564 killed; 21:15:32 [ssh-agent] Stopped. 21:15:32 [PostBuildScript] - [INFO] Executing post build scripts. 21:15:32 [autorelease-gerrit-branch-lock-titanium] $ /bin/bash /tmp/jenkins14268994513049277378.sh 21:15:32 ---> sysstat.sh 21:15:32 [autorelease-gerrit-branch-lock-titanium] $ /bin/bash /tmp/jenkins11116020112100105812.sh 21:15:32 ---> package-listing.sh 21:15:32 ++ facter osfamily 21:15:32 ++ tr '[:upper:]' '[:lower:]' 21:15:33 + OS_FAMILY=debian 21:15:33 + workspace=/w/workspace/autorelease-gerrit-branch-lock-titanium 21:15:33 + START_PACKAGES=/tmp/packages_start.txt 21:15:33 + END_PACKAGES=/tmp/packages_end.txt 21:15:33 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:15:33 + PACKAGES=/tmp/packages_start.txt 21:15:33 + '[' /w/workspace/autorelease-gerrit-branch-lock-titanium ']' 21:15:33 + PACKAGES=/tmp/packages_end.txt 21:15:33 + case "${OS_FAMILY}" in 21:15:33 + dpkg -l 21:15:33 + grep '^ii' 21:15:33 + '[' -f /tmp/packages_start.txt ']' 21:15:33 + '[' -f /tmp/packages_end.txt ']' 21:15:33 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:15:33 + '[' /w/workspace/autorelease-gerrit-branch-lock-titanium ']' 21:15:33 + mkdir -p /w/workspace/autorelease-gerrit-branch-lock-titanium/archives/ 21:15:33 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/autorelease-gerrit-branch-lock-titanium/archives/ 21:15:33 [autorelease-gerrit-branch-lock-titanium] $ /bin/bash /tmp/jenkins15428281204957682904.sh 21:15:33 ---> capture-instance-metadata.sh 21:15:33 Setup pyenv: 21:15:33 * system (set by /opt/pyenv/version) 21:15:33 * 3.8.20 (set by /opt/pyenv/version) 21:15:33 * 3.9.20 (set by /opt/pyenv/version) 21:15:33 3.10.15 21:15:33 3.11.10 21:15:37 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-5iiz 21:15:37 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 21:15:37 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 21:15:37 lf-activate-venv(): INFO: Attempting to install with network-safe options... 21:15:41 lf-activate-venv(): INFO: Base packages installed successfully 21:15:41 lf-activate-venv(): INFO: Installing additional packages: lftools 21:16:06 lf-activate-venv(): INFO: Adding /tmp/venv-5iiz/bin to PATH 21:16:06 INFO: Running in OpenStack, capturing instance metadata 21:16:07 [autorelease-gerrit-branch-lock-titanium] $ /bin/bash /tmp/jenkins2224502258257131387.sh 21:16:07 provisioning config files... 21:16:07 Could not find credentials [logs] for autorelease-gerrit-branch-lock-titanium #44 21:16:07 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/autorelease-gerrit-branch-lock-titanium@tmp/config18302877000058078794tmp 21:16:07 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[odl-logs-s3-cloudfront-index] 21:16:07 Run condition [Regular expression match] enabling perform for step [Provide Configuration files] 21:16:07 provisioning config files... 21:16:07 copy managed file [jenkins-s3-log-ship] to file:/home/jenkins/.aws/credentials 21:16:07 [EnvInject] - Injecting environment variables from a build step. 21:16:07 [EnvInject] - Injecting as environment variables the properties content 21:16:07 SERVER_ID=logs 21:16:07 21:16:07 [EnvInject] - Variables injected successfully. 21:16:07 [autorelease-gerrit-branch-lock-titanium] $ /bin/bash /tmp/jenkins10254025544636233037.sh 21:16:07 ---> create-netrc.sh 21:16:08 WARN: Log server credential not found. 21:16:08 [autorelease-gerrit-branch-lock-titanium] $ /bin/bash /tmp/jenkins9322218333617247412.sh 21:16:08 ---> python-tools-install.sh 21:16:08 Setup pyenv: 21:16:08 system 21:16:08 3.8.20 21:16:08 3.9.20 21:16:08 3.10.15 21:16:08 * 3.11.10 (set by /w/workspace/autorelease-gerrit-branch-lock-titanium/.python-version) 21:16:08 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-5iiz from file:/tmp/.os_lf_venv 21:16:08 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 21:16:08 lf-activate-venv(): INFO: Attempting to install with network-safe options... 21:16:10 lf-activate-venv(): INFO: Base packages installed successfully 21:16:10 lf-activate-venv(): INFO: Installing additional packages: lftools 21:16:19 lf-activate-venv(): INFO: Adding /tmp/venv-5iiz/bin to PATH 21:16:19 Generating Requirements File 21:16:42 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. 21:16:42 httplib2 0.31.0 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 21:16:42 Python 3.11.10 21:16:43 pip 25.2 from /tmp/venv-5iiz/lib/python3.11/site-packages/pip (python 3.11) 21:16:43 appdirs==1.4.4 21:16:43 argcomplete==3.6.2 21:16:43 aspy.yaml==1.3.0 21:16:43 attrs==25.4.0 21:16:43 autopage==0.5.2 21:16:43 beautifulsoup4==4.14.2 21:16:43 boto3==1.40.55 21:16:43 botocore==1.40.55 21:16:43 bs4==0.0.2 21:16:43 cachetools==6.2.1 21:16:43 certifi==2025.10.5 21:16:43 cffi==2.0.0 21:16:43 cfgv==3.4.0 21:16:43 chardet==5.2.0 21:16:43 charset-normalizer==3.4.4 21:16:43 click==8.3.0 21:16:43 cliff==4.11.0 21:16:43 cmd2==2.7.0 21:16:43 cryptography==3.3.2 21:16:43 debtcollector==3.0.0 21:16:43 decorator==5.2.1 21:16:43 defusedxml==0.7.1 21:16:43 Deprecated==1.2.18 21:16:43 distlib==0.4.0 21:16:43 dnspython==2.8.0 21:16:43 docker==7.1.0 21:16:43 dogpile.cache==1.5.0 21:16:43 durationpy==0.10 21:16:43 email-validator==2.3.0 21:16:43 filelock==3.20.0 21:16:43 future==1.0.0 21:16:43 gitdb==4.0.12 21:16:43 GitPython==3.1.45 21:16:43 google-auth==2.41.1 21:16:43 httplib2==0.31.0 21:16:43 identify==2.6.15 21:16:43 idna==3.11 21:16:43 importlib-resources==1.5.0 21:16:43 iso8601==2.1.0 21:16:43 Jinja2==3.1.6 21:16:43 jmespath==1.0.1 21:16:43 jsonpatch==1.33 21:16:43 jsonpointer==3.0.0 21:16:43 jsonschema==4.25.1 21:16:43 jsonschema-specifications==2025.9.1 21:16:43 keystoneauth1==5.12.0 21:16:43 kubernetes==34.1.0 21:16:43 lftools==0.37.15 21:16:43 lxml==6.0.2 21:16:43 markdown-it-py==4.0.0 21:16:43 MarkupSafe==3.0.3 21:16:43 mdurl==0.1.2 21:16:43 msgpack==1.1.2 21:16:43 multi_key_dict==2.0.3 21:16:43 munch==4.0.0 21:16:43 netaddr==1.3.0 21:16:43 niet==1.4.2 21:16:43 nodeenv==1.9.1 21:16:43 oauth2client==4.1.3 21:16:43 oauthlib==3.3.1 21:16:43 openstacksdk==4.7.1 21:16:43 os-service-types==1.8.0 21:16:43 osc-lib==4.2.0 21:16:43 oslo.config==10.0.0 21:16:43 oslo.context==6.1.0 21:16:43 oslo.i18n==6.6.0 21:16:43 oslo.log==7.2.1 21:16:43 oslo.serialization==5.8.0 21:16:43 oslo.utils==9.1.0 21:16:43 packaging==25.0 21:16:43 pbr==7.0.1 21:16:43 platformdirs==4.5.0 21:16:43 prettytable==3.16.0 21:16:43 psutil==7.1.1 21:16:43 pyasn1==0.6.1 21:16:43 pyasn1_modules==0.4.2 21:16:43 pycparser==2.23 21:16:43 pygerrit2==2.0.15 21:16:43 PyGithub==2.8.1 21:16:43 Pygments==2.19.2 21:16:43 PyJWT==2.10.1 21:16:43 PyNaCl==1.6.0 21:16:43 pyparsing==2.4.7 21:16:43 pyperclip==1.11.0 21:16:43 pyrsistent==0.20.0 21:16:43 python-cinderclient==9.8.0 21:16:43 python-dateutil==2.9.0.post0 21:16:43 python-heatclient==4.3.0 21:16:43 python-jenkins==1.8.3 21:16:43 python-keystoneclient==5.7.0 21:16:43 python-magnumclient==4.9.0 21:16:43 python-openstackclient==8.2.0 21:16:43 python-swiftclient==4.8.0 21:16:43 PyYAML==6.0.3 21:16:43 referencing==0.37.0 21:16:43 requests==2.32.5 21:16:43 requests-oauthlib==2.0.0 21:16:43 requestsexceptions==1.4.0 21:16:43 rfc3986==2.0.0 21:16:43 rich==14.2.0 21:16:43 rich-argparse==1.7.1 21:16:43 rpds-py==0.27.1 21:16:43 rsa==4.9.1 21:16:43 ruamel.yaml==0.18.15 21:16:43 ruamel.yaml.clib==0.2.14 21:16:43 s3transfer==0.14.0 21:16:43 simplejson==3.20.2 21:16:43 six==1.17.0 21:16:43 smmap==5.0.2 21:16:43 soupsieve==2.8 21:16:43 stevedore==5.5.0 21:16:43 tabulate==0.9.0 21:16:43 toml==0.10.2 21:16:43 tomlkit==0.13.3 21:16:43 tqdm==4.67.1 21:16:43 typing_extensions==4.15.0 21:16:43 tzdata==2025.2 21:16:43 urllib3==1.26.20 21:16:43 virtualenv==20.35.3 21:16:43 wcwidth==0.2.14 21:16:43 websocket-client==1.9.0 21:16:43 wrapt==1.17.3 21:16:43 xdg==6.0.0 21:16:43 xmltodict==1.0.2 21:16:43 yq==3.4.3 21:16:43 [autorelease-gerrit-branch-lock-titanium] $ /bin/bash /tmp/jenkins4511524234558649540.sh 21:16:43 ---> sudo-logs.sh 21:16:43 Archiving 'sudo' log.. 21:16:43 [autorelease-gerrit-branch-lock-titanium] $ /bin/bash /tmp/jenkins15095458019585209378.sh 21:16:43 ---> job-cost.sh 21:16:43 Setup pyenv: 21:16:44 system 21:16:44 3.8.20 21:16:44 3.9.20 21:16:44 3.10.15 21:16:44 * 3.11.10 (set by /w/workspace/autorelease-gerrit-branch-lock-titanium/.python-version) 21:16:44 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-5iiz from file:/tmp/.os_lf_venv 21:16:44 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 21:16:44 lf-activate-venv(): INFO: Attempting to install with network-safe options... 21:16:46 lf-activate-venv(): INFO: Base packages installed successfully 21:16:46 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 21:16:53 lf-activate-venv(): INFO: Adding /tmp/venv-5iiz/bin to PATH 21:16:53 INFO: No Stack... 21:16:53 INFO: Retrieving Pricing Info for: v3-standard-4 21:16:54 INFO: Archiving Costs 21:16:54 [autorelease-gerrit-branch-lock-titanium] $ /bin/bash -l /tmp/jenkins13793261224163847349.sh 21:16:54 ---> logs-deploy.sh 21:16:54 Setup pyenv: 21:16:54 system 21:16:54 3.8.20 21:16:54 3.9.20 21:16:54 3.10.15 21:16:54 * 3.11.10 (set by /w/workspace/autorelease-gerrit-branch-lock-titanium/.python-version) 21:16:54 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-5iiz from file:/tmp/.os_lf_venv 21:16:54 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 21:16:54 lf-activate-venv(): INFO: Attempting to install with network-safe options... 21:16:56 lf-activate-venv(): INFO: Base packages installed successfully 21:16:56 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 21:17:08 lf-activate-venv(): INFO: Adding /tmp/venv-5iiz/bin to PATH 21:17:08 WARNING: Nexus logging server not set 21:17:08 INFO: S3 path logs/releng/vex-yul-odl-jenkins-1/autorelease-gerrit-branch-lock-titanium/44/ 21:17:08 INFO: archiving logs to S3 21:17:09 ---> uname -a: 21:17:09 Linux prd-ubuntu2204-builder-4c-4g-5244 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux 21:17:09 21:17:09 21:17:09 ---> lscpu: 21:17:09 Architecture: x86_64 21:17:09 CPU op-mode(s): 32-bit, 64-bit 21:17:09 Address sizes: 40 bits physical, 48 bits virtual 21:17:09 Byte Order: Little Endian 21:17:09 CPU(s): 4 21:17:09 On-line CPU(s) list: 0-3 21:17:09 Vendor ID: AuthenticAMD 21:17:09 Model name: AMD EPYC-Rome Processor 21:17:09 CPU family: 23 21:17:09 Model: 49 21:17:09 Thread(s) per core: 1 21:17:09 Core(s) per socket: 1 21:17:09 Socket(s): 4 21:17:09 Stepping: 0 21:17:09 BogoMIPS: 5600.00 21:17:09 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 21:17:09 Virtualization: AMD-V 21:17:09 Hypervisor vendor: KVM 21:17:09 Virtualization type: full 21:17:09 L1d cache: 128 KiB (4 instances) 21:17:09 L1i cache: 128 KiB (4 instances) 21:17:09 L2 cache: 2 MiB (4 instances) 21:17:09 L3 cache: 64 MiB (4 instances) 21:17:09 NUMA node(s): 1 21:17:09 NUMA node0 CPU(s): 0-3 21:17:09 Vulnerability Gather data sampling: Not affected 21:17:09 Vulnerability Indirect target selection: Not affected 21:17:09 Vulnerability Itlb multihit: Not affected 21:17:09 Vulnerability L1tf: Not affected 21:17:09 Vulnerability Mds: Not affected 21:17:09 Vulnerability Meltdown: Not affected 21:17:09 Vulnerability Mmio stale data: Not affected 21:17:09 Vulnerability Reg file data sampling: Not affected 21:17:09 Vulnerability Retbleed: Mitigation; untrained return thunk; SMT disabled 21:17:09 Vulnerability Spec rstack overflow: Mitigation; SMT disabled 21:17:09 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:17:09 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 21:17:09 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB disabled; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 21:17:09 Vulnerability Srbds: Not affected 21:17:09 Vulnerability Tsx async abort: Not affected 21:17:09 21:17:09 21:17:09 ---> nproc: 21:17:09 4 21:17:09 21:17:09 21:17:09 ---> df -h: 21:17:09 Filesystem Size Used Avail Use% Mounted on 21:17:09 tmpfs 1.6G 1.1M 1.6G 1% /run 21:17:09 /dev/vda1 78G 8.3G 70G 11% / 21:17:09 tmpfs 7.9G 0 7.9G 0% /dev/shm 21:17:09 tmpfs 5.0M 0 5.0M 0% /run/lock 21:17:09 /dev/vda15 105M 6.1M 99M 6% /boot/efi 21:17:09 tmpfs 1.6G 4.0K 1.6G 1% /run/user/1001 21:17:09 21:17:09 21:17:09 ---> free -m: 21:17:09 total used free shared buff/cache available 21:17:09 Mem: 15989 642 12899 4 2447 15022 21:17:09 Swap: 1023 0 1023 21:17:09 21:17:09 21:17:09 ---> ip addr: 21:17:09 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 21:17:09 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 21:17:09 inet 127.0.0.1/8 scope host lo 21:17:09 valid_lft forever preferred_lft forever 21:17:09 inet6 ::1/128 scope host 21:17:09 valid_lft forever preferred_lft forever 21:17:09 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 21:17:09 link/ether fa:16:3e:26:1b:58 brd ff:ff:ff:ff:ff:ff 21:17:09 altname enp0s3 21:17:09 inet 10.30.170.176/23 metric 100 brd 10.30.171.255 scope global dynamic ens3 21:17:09 valid_lft 86246sec preferred_lft 86246sec 21:17:09 inet6 fe80::f816:3eff:fe26:1b58/64 scope link 21:17:09 valid_lft forever preferred_lft forever 21:17:09 3: docker0: mtu 1458 qdisc noqueue state DOWN group default 21:17:09 link/ether 6e:69:0d:8b:3e:c5 brd ff:ff:ff:ff:ff:ff 21:17:09 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 21:17:09 valid_lft forever preferred_lft forever 21:17:09 21:17:09 21:17:09 ---> sar -b -r -n DEV: 21:17:09 Linux 5.15.0-153-generic (prd-ubuntu2204-builder-4c-4g-5244) 10/19/25 _x86_64_ (4 CPU) 21:17:09 21:17:09 21:14:37 LINUX RESTART (4 CPU) 21:17:09 21:17:09 21:17:09 ---> sar -P ALL: 21:17:09 Linux 5.15.0-153-generic (prd-ubuntu2204-builder-4c-4g-5244) 10/19/25 _x86_64_ (4 CPU) 21:17:09 21:17:09 21:14:37 LINUX RESTART (4 CPU) 21:17:09 21:17:09 21:17:09