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