07:04:32 Started by user Anil Belur 07:04:32 Running as SYSTEM 07:04:32 [EnvInject] - Loading node environment variables. 07:04:33 Building remotely on prd-ubuntu2204-builder-4c-4g-4190 (ubuntu2204-builder-4c-4g) in workspace /w/workspace/autorelease-gerrit-branch-lock-vanadium 07:04:33 [ssh-agent] Looking for ssh-agent implementation... 07:04:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:04:33 $ ssh-agent 07:04:33 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXmTCTAX/agent.1576 07:04:33 SSH_AGENT_PID=1578 07:04:33 [ssh-agent] Started. 07:04:33 Running ssh-add (command line suppressed) 07:04:33 Identity added: /w/workspace/autorelease-gerrit-branch-lock-vanadium@tmp/private_key_16232315331674418938.key (/w/workspace/autorelease-gerrit-branch-lock-vanadium@tmp/private_key_16232315331674418938.key) 07:04:33 [ssh-agent] Using credentials jenkins (jenkins-ssh) 07:04:33 The recommended git tool is: NONE 07:04:35 using credential jenkins-ssh 07:04:35 Wiping out workspace first. 07:04:35 Cloning the remote Git repository 07:04:35 Cloning repository git://devvexx.opendaylight.org/mirror/releng/autorelease 07:04:35 > git init /w/workspace/autorelease-gerrit-branch-lock-vanadium # timeout=10 07:04:35 Fetching upstream changes from git://devvexx.opendaylight.org/mirror/releng/autorelease 07:04:35 > git --version # timeout=10 07:04:35 > git --version # 'git version 2.34.1' 07:04:35 using GIT_SSH to set credentials jenkins-ssh 07:04:35 Verifying host key using known hosts file 07:04:35 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. 07:04:35 > git fetch --tags --force --progress -- git://devvexx.opendaylight.org/mirror/releng/autorelease +refs/heads/*:refs/remotes/origin/* # timeout=10 07:04:38 > git config remote.origin.url git://devvexx.opendaylight.org/mirror/releng/autorelease # timeout=10 07:04:38 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:04:39 Avoid second fetch 07:04:39 > git rev-parse refs/remotes/origin/stable/vanadium^{commit} # timeout=10 07:04:39 Checking out Revision ebe3cd96da7a659f32a910e82de16080f93d63e4 (refs/remotes/origin/stable/vanadium) 07:04:39 > git config core.sparsecheckout # timeout=10 07:04:39 > git checkout -f ebe3cd96da7a659f32a910e82de16080f93d63e4 # timeout=10 07:04:39 Commit message: "Update git submodules" 07:04:39 > git rev-list --no-walk 521df6d2cc9a6c0f05a9c98eef84f34c05e9ee96 # timeout=10 07:04:42 provisioning config files... 07:04:42 copy managed file [npmrc] to file:/home/jenkins/.npmrc 07:04:42 copy managed file [pipconf] to file:/home/jenkins/.config/pip/pip.conf 07:04:42 [autorelease-gerrit-branch-lock-vanadium] $ /bin/bash /tmp/jenkins1802400373860021102.sh 07:04:42 ---> autorelease-gerrit-branch-lock.sh 07:04:42 Cloning into 'All-Projects'... 07:04:44 Total 1999 (delta 632), reused 1999 (delta 632) 07:04:44 Note: switching to 'e035cf30b001cf8986e636d68f11ca07c1e52326'. 07:04:44 07:04:44 You are in 'detached HEAD' state. You can look around, make experimental 07:04:44 changes and commit them, and you can discard any commits you make in this 07:04:44 state without impacting any branches by switching back to a branch. 07:04:44 07:04:44 If you want to create a new branch to retain commits you create, you may 07:04:44 do so (now or later) by using -c with the switch command. Example: 07:04:44 07:04:44 git switch -c 07:04:44 07:04:44 Or undo this operation with: 07:04:44 07:04:44 git switch - 07:04:44 07:04:44 Turn off this advice by setting config variable advice.detachedHead to false 07:04:44 07:04:46 From ssh://git.opendaylight.org:29418/All-Projects 07:04:46 * [new ref] refs/meta/config -> config 07:04:46 Switched to branch 'config' 07:04:52 + case $mode in 07:04:52 + echo 'INFO: Unlocking branch: stable/vanadium' 07:04:52 INFO: Unlocking branch: stable/vanadium 07:04:52 + git config -f project.config --remove-section access.refs/heads/stable/vanadium 07:04:52 + git commit -asm 'Chore: Unlock branch stable/vanadium' 07:04:52 [config 75fb2b8] Chore: Unlock branch stable/vanadium 07:04:52 1 file changed, 6 deletions(-) 07:04:52 + git diff HEAD~1 07:04:52 diff --git a/project.config b/project.config 07:04:52 index dc3cd6f..a1e4a35 100644 07:04:52 --- a/project.config 07:04:52 +++ b/project.config 07:04:52 @@ -152,9 +152,3 @@ 07:04:52 exclusiveGroupPermissions = create 07:04:52 create = block group Registered Users 07:04:52 create = group Release Engineering Team 07:04:52 -[access "refs/heads/stable/vanadium"] 07:04:52 - label-Code-Review = -2..+2 group Release Engineering Team 07:04:52 - label-Verified = -1..+1 group Release Engineering Team 07:04:52 - submit = block group Registered Users 07:04:52 - submit = group Release Engineering Team 07:04:52 - exclusiveGroupPermissions = submit 07:04:52 + '[' false = true ']' 07:04:52 + echo 'INFO: Pushing changes to the repository.' 07:04:52 INFO: Pushing changes to the repository. 07:04:52 + git push origin HEAD:refs/meta/config 07:04:53 remote: remote: Processing changes: refs: 1 remote: Processing changes: refs: 1 remote: Processing changes: refs: 1, done 07:04:53 To ssh://git.opendaylight.org:29418/All-Projects 07:04:53 e035cf3..75fb2b8 HEAD -> refs/meta/config 07:04:53 $ ssh-agent -k 07:04:53 unset SSH_AUTH_SOCK; 07:04:53 unset SSH_AGENT_PID; 07:04:53 echo Agent pid 1578 killed; 07:04:53 [ssh-agent] Stopped. 07:04:53 [PostBuildScript] - [INFO] Executing post build scripts. 07:04:53 [autorelease-gerrit-branch-lock-vanadium] $ /bin/bash /tmp/jenkins3063101765445278318.sh 07:04:53 ---> sysstat.sh 07:04:54 [autorelease-gerrit-branch-lock-vanadium] $ /bin/bash /tmp/jenkins1290455487528545034.sh 07:04:54 ---> package-listing.sh 07:04:54 ++ facter osfamily 07:04:54 ++ tr '[:upper:]' '[:lower:]' 07:04:54 + OS_FAMILY=debian 07:04:54 + workspace=/w/workspace/autorelease-gerrit-branch-lock-vanadium 07:04:54 + START_PACKAGES=/tmp/packages_start.txt 07:04:54 + END_PACKAGES=/tmp/packages_end.txt 07:04:54 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:04:54 + PACKAGES=/tmp/packages_start.txt 07:04:54 + '[' /w/workspace/autorelease-gerrit-branch-lock-vanadium ']' 07:04:54 + PACKAGES=/tmp/packages_end.txt 07:04:54 + case "${OS_FAMILY}" in 07:04:54 + dpkg -l 07:04:54 + grep '^ii' 07:04:54 + '[' -f /tmp/packages_start.txt ']' 07:04:54 + '[' -f /tmp/packages_end.txt ']' 07:04:54 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:04:54 + '[' /w/workspace/autorelease-gerrit-branch-lock-vanadium ']' 07:04:54 + mkdir -p /w/workspace/autorelease-gerrit-branch-lock-vanadium/archives/ 07:04:54 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/autorelease-gerrit-branch-lock-vanadium/archives/ 07:04:54 [autorelease-gerrit-branch-lock-vanadium] $ /bin/bash /tmp/jenkins9115822876547425729.sh 07:04:54 ---> capture-instance-metadata.sh 07:04:54 Setup pyenv: 07:04:54 * system (set by /opt/pyenv/version) 07:04:54 * 3.8.20 (set by /opt/pyenv/version) 07:04:54 * 3.9.20 (set by /opt/pyenv/version) 07:04:54 3.10.15 07:04:54 3.11.10 07:04:59 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-gMWd 07:04:59 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 07:04:59 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 07:04:59 lf-activate-venv(): INFO: Attempting to install with network-safe options... 07:05:03 lf-activate-venv(): INFO: Base packages installed successfully 07:05:03 lf-activate-venv(): INFO: Installing additional packages: lftools 07:05:31 lf-activate-venv(): INFO: Adding /tmp/venv-gMWd/bin to PATH 07:05:32 INFO: Running in OpenStack, capturing instance metadata 07:05:32 [autorelease-gerrit-branch-lock-vanadium] $ /bin/bash /tmp/jenkins8359631908473036687.sh 07:05:32 provisioning config files... 07:05:32 Could not find credentials [logs] for autorelease-gerrit-branch-lock-vanadium #22 07:05:32 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/autorelease-gerrit-branch-lock-vanadium@tmp/config18255323175672521603tmp 07:05:32 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[odl-logs-s3-cloudfront-index] 07:05:32 Run condition [Regular expression match] enabling perform for step [Provide Configuration files] 07:05:32 provisioning config files... 07:05:32 copy managed file [jenkins-s3-log-ship] to file:/home/jenkins/.aws/credentials 07:05:32 [EnvInject] - Injecting environment variables from a build step. 07:05:32 [EnvInject] - Injecting as environment variables the properties content 07:05:32 SERVER_ID=logs 07:05:32 07:05:32 [EnvInject] - Variables injected successfully. 07:05:32 [autorelease-gerrit-branch-lock-vanadium] $ /bin/bash /tmp/jenkins1796328375650935704.sh 07:05:32 ---> create-netrc.sh 07:05:32 WARN: Log server credential not found. 07:05:32 [autorelease-gerrit-branch-lock-vanadium] $ /bin/bash /tmp/jenkins12787252685064799163.sh 07:05:32 ---> python-tools-install.sh 07:05:32 Setup pyenv: 07:05:32 system 07:05:33 3.8.20 07:05:33 3.9.20 07:05:33 3.10.15 07:05:33 * 3.11.10 (set by /w/workspace/autorelease-gerrit-branch-lock-vanadium/.python-version) 07:05:33 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-gMWd from file:/tmp/.os_lf_venv 07:05:33 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 07:05:33 lf-activate-venv(): INFO: Attempting to install with network-safe options... 07:05:35 lf-activate-venv(): INFO: Base packages installed successfully 07:05:35 lf-activate-venv(): INFO: Installing additional packages: lftools 07:05:44 lf-activate-venv(): INFO: Adding /tmp/venv-gMWd/bin to PATH 07:05:44 Generating Requirements File 07:06:04 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. 07:06:04 httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 07:06:05 Python 3.11.10 07:06:05 pip 25.3 from /tmp/venv-gMWd/lib/python3.11/site-packages/pip (python 3.11) 07:06:05 appdirs==1.4.4 07:06:05 argcomplete==3.6.3 07:06:05 aspy.yaml==1.3.0 07:06:05 attrs==25.4.0 07:06:05 autopage==0.5.2 07:06:05 beautifulsoup4==4.14.3 07:06:05 boto3==1.42.34 07:06:05 botocore==1.42.34 07:06:05 bs4==0.0.2 07:06:05 certifi==2026.1.4 07:06:05 cffi==2.0.0 07:06:05 cfgv==3.5.0 07:06:05 chardet==5.2.0 07:06:05 charset-normalizer==3.4.4 07:06:05 click==8.3.1 07:06:05 cliff==4.13.1 07:06:05 cmd2==3.1.0 07:06:05 cryptography==3.3.2 07:06:05 debtcollector==3.0.0 07:06:05 decorator==5.2.1 07:06:05 defusedxml==0.7.1 07:06:05 Deprecated==1.3.1 07:06:05 distlib==0.4.0 07:06:05 dnspython==2.8.0 07:06:05 docker==7.1.0 07:06:05 dogpile.cache==1.5.0 07:06:05 durationpy==0.10 07:06:05 email-validator==2.3.0 07:06:05 filelock==3.20.3 07:06:05 future==1.0.0 07:06:05 gitdb==4.0.12 07:06:05 GitPython==3.1.46 07:06:05 httplib2==0.30.2 07:06:05 identify==2.6.16 07:06:05 idna==3.11 07:06:05 importlib-resources==1.5.0 07:06:05 iso8601==2.1.0 07:06:05 Jinja2==3.1.6 07:06:05 jmespath==1.1.0 07:06:05 jsonpatch==1.33 07:06:05 jsonpointer==3.0.0 07:06:05 jsonschema==4.26.0 07:06:05 jsonschema-specifications==2025.9.1 07:06:05 keystoneauth1==5.13.0 07:06:05 kubernetes==35.0.0 07:06:05 lftools==0.37.21 07:06:05 lxml==6.0.2 07:06:05 markdown-it-py==4.0.0 07:06:05 MarkupSafe==3.0.3 07:06:05 mdurl==0.1.2 07:06:05 msgpack==1.1.2 07:06:05 multi_key_dict==2.0.3 07:06:05 munch==4.0.0 07:06:05 netaddr==1.3.0 07:06:05 niet==1.4.2 07:06:05 nodeenv==1.10.0 07:06:05 oauth2client==4.1.3 07:06:05 oauthlib==3.3.1 07:06:05 openstacksdk==4.9.0 07:06:05 os-service-types==1.8.2 07:06:05 osc-lib==4.3.0 07:06:05 oslo.config==10.2.0 07:06:05 oslo.context==6.2.0 07:06:05 oslo.i18n==6.7.1 07:06:05 oslo.log==8.0.0 07:06:05 oslo.serialization==5.9.0 07:06:05 oslo.utils==9.2.0 07:06:05 packaging==26.0 07:06:05 pbr==7.0.3 07:06:05 platformdirs==4.5.1 07:06:05 prettytable==3.17.0 07:06:05 psutil==7.2.1 07:06:05 pyasn1==0.6.2 07:06:05 pyasn1_modules==0.4.2 07:06:05 pycparser==3.0 07:06:05 pygerrit2==2.0.15 07:06:05 PyGithub==2.8.1 07:06:05 Pygments==2.19.2 07:06:05 PyJWT==2.10.1 07:06:05 PyNaCl==1.6.2 07:06:05 pyparsing==2.4.7 07:06:05 pyperclip==1.11.0 07:06:05 pyrsistent==0.20.0 07:06:05 python-cinderclient==9.8.0 07:06:05 python-dateutil==2.9.0.post0 07:06:05 python-heatclient==5.0.0 07:06:05 python-jenkins==1.8.3 07:06:05 python-keystoneclient==5.7.0 07:06:05 python-magnumclient==4.9.0 07:06:05 python-openstackclient==8.3.0 07:06:05 python-swiftclient==4.9.0 07:06:05 PyYAML==6.0.3 07:06:05 referencing==0.37.0 07:06:05 requests==2.32.5 07:06:05 requests-oauthlib==2.0.0 07:06:05 requestsexceptions==1.4.0 07:06:05 rfc3986==2.0.0 07:06:05 rich==14.3.1 07:06:05 rich-argparse==1.7.2 07:06:05 rpds-py==0.30.0 07:06:05 rsa==4.9.1 07:06:05 ruamel.yaml==0.19.1 07:06:05 ruamel.yaml.clib==0.2.15 07:06:05 s3transfer==0.16.0 07:06:05 simplejson==3.20.2 07:06:05 six==1.17.0 07:06:05 smmap==5.0.2 07:06:05 soupsieve==2.8.3 07:06:05 stevedore==5.6.0 07:06:05 tabulate==0.9.0 07:06:05 toml==0.10.2 07:06:05 tomlkit==0.14.0 07:06:05 tqdm==4.67.1 07:06:05 typing_extensions==4.15.0 07:06:05 tzdata==2025.3 07:06:05 urllib3==1.26.20 07:06:05 virtualenv==20.36.1 07:06:05 wcwidth==0.3.5 07:06:05 websocket-client==1.9.0 07:06:05 wrapt==2.0.1 07:06:05 xdg==6.0.0 07:06:05 xmltodict==1.0.2 07:06:05 yq==3.4.3 07:06:05 [autorelease-gerrit-branch-lock-vanadium] $ /bin/bash /tmp/jenkins12092823328016625818.sh 07:06:05 ---> sudo-logs.sh 07:06:05 Archiving 'sudo' log.. 07:06:05 [autorelease-gerrit-branch-lock-vanadium] $ /bin/bash /tmp/jenkins16485241539524362810.sh 07:06:05 ---> job-cost.sh 07:06:05 Setup pyenv: 07:06:06 system 07:06:06 3.8.20 07:06:06 3.9.20 07:06:06 3.10.15 07:06:06 * 3.11.10 (set by /w/workspace/autorelease-gerrit-branch-lock-vanadium/.python-version) 07:06:06 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-gMWd from file:/tmp/.os_lf_venv 07:06:06 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 07:06:06 lf-activate-venv(): INFO: Attempting to install with network-safe options... 07:06:08 lf-activate-venv(): INFO: Base packages installed successfully 07:06:08 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 07:06:15 lf-activate-venv(): INFO: Adding /tmp/venv-gMWd/bin to PATH 07:06:15 INFO: No Stack... 07:06:15 INFO: Retrieving Pricing Info for: v3-standard-4 07:06:15 INFO: Archiving Costs 07:06:15 [autorelease-gerrit-branch-lock-vanadium] $ /bin/bash -l /tmp/jenkins17910367584589412116.sh 07:06:15 ---> logs-deploy.sh 07:06:15 Setup pyenv: 07:06:15 system 07:06:15 3.8.20 07:06:15 3.9.20 07:06:15 3.10.15 07:06:15 * 3.11.10 (set by /w/workspace/autorelease-gerrit-branch-lock-vanadium/.python-version) 07:06:15 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-gMWd from file:/tmp/.os_lf_venv 07:06:15 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 07:06:15 lf-activate-venv(): INFO: Attempting to install with network-safe options... 07:06:17 lf-activate-venv(): INFO: Base packages installed successfully 07:06:17 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 07:06:30 lf-activate-venv(): INFO: Adding /tmp/venv-gMWd/bin to PATH 07:06:30 WARNING: Nexus logging server not set 07:06:30 INFO: S3 path logs/releng/vex-yul-odl-jenkins-1/autorelease-gerrit-branch-lock-vanadium/22/ 07:06:30 INFO: archiving logs to S3 07:06:31 ---> uname -a: 07:06:31 Linux prd-ubuntu2204-builder-4c-4g-4190 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux 07:06:31 07:06:31 07:06:31 ---> lscpu: 07:06:31 Architecture: x86_64 07:06:31 CPU op-mode(s): 32-bit, 64-bit 07:06:31 Address sizes: 40 bits physical, 48 bits virtual 07:06:31 Byte Order: Little Endian 07:06:31 CPU(s): 4 07:06:31 On-line CPU(s) list: 0-3 07:06:31 Vendor ID: AuthenticAMD 07:06:31 Model name: AMD EPYC-Rome Processor 07:06:31 CPU family: 23 07:06:31 Model: 49 07:06:31 Thread(s) per core: 1 07:06:31 Core(s) per socket: 1 07:06:31 Socket(s): 4 07:06:31 Stepping: 0 07:06:31 BogoMIPS: 5599.99 07:06:31 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 07:06:31 Virtualization: AMD-V 07:06:31 Hypervisor vendor: KVM 07:06:31 Virtualization type: full 07:06:31 L1d cache: 128 KiB (4 instances) 07:06:31 L1i cache: 128 KiB (4 instances) 07:06:31 L2 cache: 2 MiB (4 instances) 07:06:31 L3 cache: 64 MiB (4 instances) 07:06:31 NUMA node(s): 1 07:06:31 NUMA node0 CPU(s): 0-3 07:06:31 Vulnerability Gather data sampling: Not affected 07:06:31 Vulnerability Indirect target selection: Not affected 07:06:31 Vulnerability Itlb multihit: Not affected 07:06:31 Vulnerability L1tf: Not affected 07:06:31 Vulnerability Mds: Not affected 07:06:31 Vulnerability Meltdown: Not affected 07:06:31 Vulnerability Mmio stale data: Not affected 07:06:31 Vulnerability Reg file data sampling: Not affected 07:06:31 Vulnerability Retbleed: Mitigation; untrained return thunk; SMT disabled 07:06:31 Vulnerability Spec rstack overflow: Mitigation; SMT disabled 07:06:31 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:06:31 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 07:06:31 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 07:06:31 Vulnerability Srbds: Not affected 07:06:31 Vulnerability Tsa: Not affected 07:06:31 Vulnerability Tsx async abort: Not affected 07:06:31 Vulnerability Vmscape: Not affected 07:06:31 07:06:31 07:06:31 ---> nproc: 07:06:31 4 07:06:31 07:06:31 07:06:31 ---> df -h: 07:06:31 Filesystem Size Used Avail Use% Mounted on 07:06:31 tmpfs 1.6G 1.1M 1.6G 1% /run 07:06:31 /dev/vda1 78G 8.3G 70G 11% / 07:06:31 tmpfs 7.9G 0 7.9G 0% /dev/shm 07:06:31 tmpfs 5.0M 0 5.0M 0% /run/lock 07:06:31 /dev/vda15 105M 6.1M 99M 6% /boot/efi 07:06:31 tmpfs 1.6G 4.0K 1.6G 1% /run/user/1001 07:06:31 07:06:31 07:06:31 ---> free -m: 07:06:31 total used free shared buff/cache available 07:06:31 Mem: 15989 642 12876 4 2469 15022 07:06:31 Swap: 1023 0 1023 07:06:31 07:06:31 07:06:31 ---> ip addr: 07:06:31 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 07:06:31 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 07:06:31 inet 127.0.0.1/8 scope host lo 07:06:31 valid_lft forever preferred_lft forever 07:06:31 inet6 ::1/128 scope host 07:06:31 valid_lft forever preferred_lft forever 07:06:31 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 07:06:31 link/ether fa:16:3e:e5:71:d1 brd ff:ff:ff:ff:ff:ff 07:06:31 altname enp0s3 07:06:31 inet 10.30.171.26/23 metric 100 brd 10.30.171.255 scope global dynamic ens3 07:06:31 valid_lft 86246sec preferred_lft 86246sec 07:06:31 inet6 fe80::f816:3eff:fee5:71d1/64 scope link 07:06:31 valid_lft forever preferred_lft forever 07:06:31 3: docker0: mtu 1458 qdisc noqueue state DOWN group default 07:06:31 link/ether 6e:a4:0c:2a:1e:66 brd ff:ff:ff:ff:ff:ff 07:06:31 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 07:06:31 valid_lft forever preferred_lft forever 07:06:31 07:06:31 07:06:31 ---> sar -b -r -n DEV: 07:06:31 Linux 5.15.0-164-generic (prd-ubuntu2204-builder-4c-4g-4190) 01/25/26 _x86_64_ (4 CPU) 07:06:31 07:06:31 07:04:00 LINUX RESTART (4 CPU) 07:06:31 07:06:31 07:06:31 ---> sar -P ALL: 07:06:31 Linux 5.15.0-164-generic (prd-ubuntu2204-builder-4c-4g-4190) 01/25/26 _x86_64_ (4 CPU) 07:06:31 07:06:31 07:04:00 LINUX RESTART (4 CPU) 07:06:31 07:06:31 07:06:31