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