09:15:00 Started by user Robert Varga 09:15:00 Running as SYSTEM 09:15:00 [EnvInject] - Loading node environment variables. 09:15:00 Building remotely on prd-ubuntu2204-builder-4c-4g-47860 (ubuntu2204-builder-4c-4g) in workspace /w/workspace/autorelease-gerrit-branch-lock-titanium 09:15:00 [ssh-agent] Looking for ssh-agent implementation... 09:15:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:15:00 $ ssh-agent 09:15:01 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXyg0IWi/agent.1565 09:15:01 SSH_AGENT_PID=1567 09:15:01 [ssh-agent] Started. 09:15:01 Running ssh-add (command line suppressed) 09:15:01 Identity added: /w/workspace/autorelease-gerrit-branch-lock-titanium@tmp/private_key_7629542414628503566.key (/w/workspace/autorelease-gerrit-branch-lock-titanium@tmp/private_key_7629542414628503566.key) 09:15:01 [ssh-agent] Using credentials jenkins (jenkins-ssh) 09:15:01 The recommended git tool is: NONE 09:15:02 using credential jenkins-ssh 09:15:02 Wiping out workspace first. 09:15:03 Cloning the remote Git repository 09:15:03 Cloning repository git://devvexx.opendaylight.org/mirror/releng/autorelease 09:15:03 > git init /w/workspace/autorelease-gerrit-branch-lock-titanium # timeout=10 09:15:03 Fetching upstream changes from git://devvexx.opendaylight.org/mirror/releng/autorelease 09:15:03 > git --version # timeout=10 09:15:03 > git --version # 'git version 2.34.1' 09:15:03 using GIT_SSH to set credentials jenkins-ssh 09:15:03 Verifying host key using known hosts file 09:15:03 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:15:03 > git fetch --tags --force --progress -- git://devvexx.opendaylight.org/mirror/releng/autorelease +refs/heads/*:refs/remotes/origin/* # timeout=10 09:15:06 > git config remote.origin.url git://devvexx.opendaylight.org/mirror/releng/autorelease # timeout=10 09:15:06 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:15:06 Avoid second fetch 09:15:06 > git rev-parse refs/remotes/origin/stable/titanium^{commit} # timeout=10 09:15:06 Checking out Revision 7cac968a732d4089a8a03ddb07b7d601b6a9f180 (refs/remotes/origin/stable/titanium) 09:15:06 > git config core.sparsecheckout # timeout=10 09:15:06 > git checkout -f 7cac968a732d4089a8a03ddb07b7d601b6a9f180 # timeout=10 09:15:07 Commit message: "Update git submodules" 09:15:07 > git rev-list --no-walk 7cac968a732d4089a8a03ddb07b7d601b6a9f180 # timeout=10 09:15:10 provisioning config files... 09:15:10 copy managed file [npmrc] to file:/home/jenkins/.npmrc 09:15:10 copy managed file [pipconf] to file:/home/jenkins/.config/pip/pip.conf 09:15:10 [autorelease-gerrit-branch-lock-titanium] $ /bin/bash /tmp/jenkins3243736649989125726.sh 09:15:10 ---> autorelease-gerrit-branch-lock.sh 09:15:10 Cloning into 'All-Projects'... 09:15:12 Total 1923 (delta 623), reused 1923 (delta 623) 09:15:12 Note: switching to 'e454189cf9323fb992e976c908b2794c1a8e3866'. 09:15:12 09:15:12 You are in 'detached HEAD' state. You can look around, make experimental 09:15:12 changes and commit them, and you can discard any commits you make in this 09:15:12 state without impacting any branches by switching back to a branch. 09:15:12 09:15:12 If you want to create a new branch to retain commits you create, you may 09:15:12 do so (now or later) by using -c with the switch command. Example: 09:15:12 09:15:12 git switch -c 09:15:12 09:15:12 Or undo this operation with: 09:15:12 09:15:12 git switch - 09:15:12 09:15:12 Turn off this advice by setting config variable advice.detachedHead to false 09:15:12 09:15:13 From ssh://git.opendaylight.org:29418/All-Projects 09:15:13 * [new ref] refs/meta/config -> config 09:15:13 Switched to branch 'config' 09:15:18 + case $mode in 09:15:18 + echo 'INFO: Locking branch for MRI: stable/titanium' 09:15:18 INFO: Locking branch for MRI: stable/titanium 09:15:18 + git config -f project.config access.refs/heads/stable/titanium.exclusiveGroupPermissions submit 09:15:18 + git config -f project.config access.refs/heads/stable/titanium.submit 'group Release Engineering Team' 09:15:18 + git config -f project.config access.refs/heads/stable/titanium.removeReviewer 'group Release Engineering Team' 09:15:18 + git config -f project.config access.refs/heads/stable/titanium.label-Code-Review '-2..+2 group Release Engineering Team' 09:15:18 + git config -f project.config access.refs/heads/stable/titanium.label-Verified '-1..+1 group Release Engineering Team' 09:15:18 + git commit -asm 'Chore: Grant supercommitters rights stable/titanium' 09:15:18 [config c220e80] Chore: Grant supercommitters rights stable/titanium 09:15:18 1 file changed, 6 insertions(+) 09:15:18 + git diff HEAD~1 09:15:18 diff --git a/project.config b/project.config 09:15:18 index cd43c3b..0fd6f4b 100644 09:15:18 --- a/project.config 09:15:18 +++ b/project.config 09:15:18 @@ -147,3 +147,9 @@ 09:15:18 exclusiveGroupPermissions = create 09:15:18 create = block group Registered Users 09:15:18 create = group Release Engineering Team 09:15:18 +[access "refs/heads/stable/titanium"] 09:15:18 + exclusiveGroupPermissions = submit 09:15:18 + submit = group Release Engineering Team 09:15:18 + removeReviewer = group Release Engineering Team 09:15:18 + label-Code-Review = -2..+2 group Release Engineering Team 09:15:18 + label-Verified = -1..+1 group Release Engineering Team 09:15:18 + '[' false = true ']' 09:15:18 + echo 'INFO: Pushing changes to the repository.' 09:15:18 INFO: Pushing changes to the repository. 09:15:18 + git push origin HEAD:refs/meta/config 09:15:20 remote: remote: Processing changes: refs: 1 remote: Processing changes: refs: 1 remote: Processing changes: refs: 1, done 09:15:20 remote: commit c220e80: warning: subject >50 characters; use shorter first paragraph 09:15:20 To ssh://git.opendaylight.org:29418/All-Projects 09:15:20 e454189..c220e80 HEAD -> refs/meta/config 09:15:20 $ ssh-agent -k 09:15:20 unset SSH_AUTH_SOCK; 09:15:20 unset SSH_AGENT_PID; 09:15:20 echo Agent pid 1567 killed; 09:15:20 [ssh-agent] Stopped. 09:15:20 [PostBuildScript] - [INFO] Executing post build scripts. 09:15:20 [autorelease-gerrit-branch-lock-titanium] $ /bin/bash /tmp/jenkins2261297087387676609.sh 09:15:20 ---> sysstat.sh 09:15:20 [autorelease-gerrit-branch-lock-titanium] $ /bin/bash /tmp/jenkins6845398626299142069.sh 09:15:20 ---> package-listing.sh 09:15:20 ++ facter osfamily 09:15:20 ++ tr '[:upper:]' '[:lower:]' 09:15:21 + OS_FAMILY=debian 09:15:21 + workspace=/w/workspace/autorelease-gerrit-branch-lock-titanium 09:15:21 + START_PACKAGES=/tmp/packages_start.txt 09:15:21 + END_PACKAGES=/tmp/packages_end.txt 09:15:21 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:15:21 + PACKAGES=/tmp/packages_start.txt 09:15:21 + '[' /w/workspace/autorelease-gerrit-branch-lock-titanium ']' 09:15:21 + PACKAGES=/tmp/packages_end.txt 09:15:21 + case "${OS_FAMILY}" in 09:15:21 + dpkg -l 09:15:21 + grep '^ii' 09:15:21 + '[' -f /tmp/packages_start.txt ']' 09:15:21 + '[' -f /tmp/packages_end.txt ']' 09:15:21 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:15:21 + '[' /w/workspace/autorelease-gerrit-branch-lock-titanium ']' 09:15:21 + mkdir -p /w/workspace/autorelease-gerrit-branch-lock-titanium/archives/ 09:15:21 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/autorelease-gerrit-branch-lock-titanium/archives/ 09:15:21 [autorelease-gerrit-branch-lock-titanium] $ /bin/bash /tmp/jenkins2107931453065605620.sh 09:15:21 ---> capture-instance-metadata.sh 09:15:21 Setup pyenv: 09:15:21 * system (set by /opt/pyenv/version) 09:15:21 * 3.8.20 (set by /opt/pyenv/version) 09:15:21 * 3.9.20 (set by /opt/pyenv/version) 09:15:21 * 3.10.15 (set by /opt/pyenv/version) 09:15:21 * 3.11.10 (set by /opt/pyenv/version) 09:15:25 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-DtUy 09:15:25 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 09:15:29 lf-activate-venv(): INFO: Installing: lftools 09:15:55 lf-activate-venv(): INFO: Adding /tmp/venv-DtUy/bin to PATH 09:15:55 INFO: Running in OpenStack, capturing instance metadata 09:15:55 [autorelease-gerrit-branch-lock-titanium] $ /bin/bash /tmp/jenkins2973052444805196967.sh 09:15:55 provisioning config files... 09:15:56 Could not find credentials [logs] for autorelease-gerrit-branch-lock-titanium #28 09:15:56 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/autorelease-gerrit-branch-lock-titanium@tmp/config1492841432554101523tmp 09:15:56 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[odl-logs-s3-cloudfront-index] 09:15:56 Run condition [Regular expression match] enabling perform for step [Provide Configuration files] 09:15:56 provisioning config files... 09:15:56 copy managed file [jenkins-s3-log-ship] to file:/home/jenkins/.aws/credentials 09:15:56 [EnvInject] - Injecting environment variables from a build step. 09:15:56 [EnvInject] - Injecting as environment variables the properties content 09:15:56 SERVER_ID=logs 09:15:56 09:15:56 [EnvInject] - Variables injected successfully. 09:15:56 [autorelease-gerrit-branch-lock-titanium] $ /bin/bash /tmp/jenkins17818649267602424249.sh 09:15:56 ---> create-netrc.sh 09:15:56 WARN: Log server credential not found. 09:15:56 [autorelease-gerrit-branch-lock-titanium] $ /bin/bash /tmp/jenkins11446788302454518122.sh 09:15:56 ---> python-tools-install.sh 09:15:56 Setup pyenv: 09:15:56 system 09:15:56 3.8.20 09:15:56 3.9.20 09:15:56 3.10.15 09:15:56 * 3.11.10 (set by /w/workspace/autorelease-gerrit-branch-lock-titanium/.python-version) 09:15:56 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-DtUy from file:/tmp/.os_lf_venv 09:15:58 lf-activate-venv(): INFO: Installing: lftools 09:16:08 lf-activate-venv(): INFO: Adding /tmp/venv-DtUy/bin to PATH 09:16:08 Generating Requirements File 09:16:30 Python 3.11.10 09:16:30 pip 25.2 from /tmp/venv-DtUy/lib/python3.11/site-packages/pip (python 3.11) 09:16:31 appdirs==1.4.4 09:16:31 argcomplete==3.6.2 09:16:31 aspy.yaml==1.3.0 09:16:31 attrs==25.3.0 09:16:31 autopage==0.5.2 09:16:31 beautifulsoup4==4.13.4 09:16:31 boto3==1.39.17 09:16:31 botocore==1.39.17 09:16:31 bs4==0.0.2 09:16:31 cachetools==5.5.2 09:16:31 certifi==2025.7.14 09:16:31 cffi==1.17.1 09:16:31 cfgv==3.4.0 09:16:31 chardet==5.2.0 09:16:31 charset-normalizer==3.4.2 09:16:31 click==8.2.1 09:16:31 cliff==4.10.0 09:16:31 cmd2==2.7.0 09:16:31 cryptography==3.3.2 09:16:31 debtcollector==3.0.0 09:16:31 decorator==5.2.1 09:16:31 defusedxml==0.7.1 09:16:31 Deprecated==1.2.18 09:16:31 distlib==0.4.0 09:16:31 dnspython==2.7.0 09:16:31 docker==7.1.0 09:16:31 dogpile.cache==1.4.0 09:16:31 durationpy==0.10 09:16:31 email_validator==2.2.0 09:16:31 filelock==3.18.0 09:16:31 future==1.0.0 09:16:31 gitdb==4.0.12 09:16:31 GitPython==3.1.45 09:16:31 google-auth==2.40.3 09:16:31 httplib2==0.22.0 09:16:31 identify==2.6.12 09:16:31 idna==3.10 09:16:31 importlib-resources==1.5.0 09:16:31 iso8601==2.1.0 09:16:31 Jinja2==3.1.6 09:16:31 jmespath==1.0.1 09:16:31 jsonpatch==1.33 09:16:31 jsonpointer==3.0.0 09:16:31 jsonschema==4.25.0 09:16:31 jsonschema-specifications==2025.4.1 09:16:31 keystoneauth1==5.11.1 09:16:31 kubernetes==33.1.0 09:16:31 lftools==0.37.13 09:16:31 lxml==6.0.0 09:16:31 markdown-it-py==3.0.0 09:16:31 MarkupSafe==3.0.2 09:16:31 mdurl==0.1.2 09:16:31 msgpack==1.1.1 09:16:31 multi_key_dict==2.0.3 09:16:31 munch==4.0.0 09:16:31 netaddr==1.3.0 09:16:31 niet==1.4.2 09:16:31 nodeenv==1.9.1 09:16:31 oauth2client==4.1.3 09:16:31 oauthlib==3.3.1 09:16:31 openstacksdk==4.6.0 09:16:31 os-client-config==2.3.0 09:16:31 os-service-types==1.8.0 09:16:31 osc-lib==4.1.0 09:16:31 oslo.config==10.0.0 09:16:31 oslo.context==6.0.0 09:16:31 oslo.i18n==6.5.1 09:16:31 oslo.log==7.2.0 09:16:31 oslo.serialization==5.7.0 09:16:31 oslo.utils==9.0.0 09:16:31 packaging==25.0 09:16:31 pbr==6.1.1 09:16:31 platformdirs==4.3.8 09:16:31 prettytable==3.16.0 09:16:31 psutil==7.0.0 09:16:31 pyasn1==0.6.1 09:16:31 pyasn1_modules==0.4.2 09:16:31 pycparser==2.22 09:16:31 pygerrit2==2.0.15 09:16:31 PyGithub==2.6.1 09:16:31 Pygments==2.19.2 09:16:31 PyJWT==2.10.1 09:16:31 PyNaCl==1.5.0 09:16:31 pyparsing==2.4.7 09:16:31 pyperclip==1.9.0 09:16:31 pyrsistent==0.20.0 09:16:31 python-cinderclient==9.7.0 09:16:31 python-dateutil==2.9.0.post0 09:16:31 python-heatclient==4.3.0 09:16:31 python-jenkins==1.8.2 09:16:31 python-keystoneclient==5.6.0 09:16:31 python-magnumclient==4.8.1 09:16:31 python-openstackclient==8.1.0 09:16:31 python-swiftclient==4.8.0 09:16:31 PyYAML==6.0.2 09:16:31 referencing==0.36.2 09:16:31 requests==2.32.4 09:16:31 requests-oauthlib==2.0.0 09:16:31 requestsexceptions==1.4.0 09:16:31 rfc3986==2.0.0 09:16:31 rich==14.1.0 09:16:31 rich-argparse==1.7.1 09:16:31 rpds-py==0.26.0 09:16:31 rsa==4.9.1 09:16:31 ruamel.yaml==0.18.14 09:16:31 ruamel.yaml.clib==0.2.12 09:16:31 s3transfer==0.13.1 09:16:31 simplejson==3.20.1 09:16:31 six==1.17.0 09:16:31 smmap==5.0.2 09:16:31 soupsieve==2.7 09:16:31 stevedore==5.4.1 09:16:31 tabulate==0.9.0 09:16:31 toml==0.10.2 09:16:31 tomlkit==0.13.3 09:16:31 tqdm==4.67.1 09:16:31 typing_extensions==4.14.1 09:16:31 tzdata==2025.2 09:16:31 urllib3==1.26.20 09:16:31 virtualenv==20.32.0 09:16:31 wcwidth==0.2.13 09:16:31 websocket-client==1.8.0 09:16:31 wrapt==1.17.2 09:16:31 xdg==6.0.0 09:16:31 xmltodict==0.14.2 09:16:31 yq==3.4.3 09:16:31 [autorelease-gerrit-branch-lock-titanium] $ /bin/bash /tmp/jenkins4550551013111119438.sh 09:16:31 ---> sudo-logs.sh 09:16:31 Archiving 'sudo' log.. 09:16:31 [autorelease-gerrit-branch-lock-titanium] $ /bin/bash /tmp/jenkins6900871065735049653.sh 09:16:31 ---> job-cost.sh 09:16:31 Setup pyenv: 09:16:31 system 09:16:31 3.8.20 09:16:31 3.9.20 09:16:31 3.10.15 09:16:31 * 3.11.10 (set by /w/workspace/autorelease-gerrit-branch-lock-titanium/.python-version) 09:16:31 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-DtUy from file:/tmp/.os_lf_venv 09:16:33 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 09:16:39 lf-activate-venv(): INFO: Adding /tmp/venv-DtUy/bin to PATH 09:16:39 INFO: No Stack... 09:16:39 INFO: Retrieving Pricing Info for: v3-standard-4 09:16:40 INFO: Archiving Costs 09:16:40 [autorelease-gerrit-branch-lock-titanium] $ /bin/bash -l /tmp/jenkins9013844729242000898.sh 09:16:40 ---> logs-deploy.sh 09:16:40 Setup pyenv: 09:16:40 system 09:16:40 3.8.20 09:16:40 3.9.20 09:16:40 3.10.15 09:16:40 * 3.11.10 (set by /w/workspace/autorelease-gerrit-branch-lock-titanium/.python-version) 09:16:40 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-DtUy from file:/tmp/.os_lf_venv 09:16:42 lf-activate-venv(): INFO: Installing: lftools 09:16:54 lf-activate-venv(): INFO: Adding /tmp/venv-DtUy/bin to PATH 09:16:54 WARNING: Nexus logging server not set 09:16:54 INFO: S3 path logs/releng/vex-yul-odl-jenkins-1/autorelease-gerrit-branch-lock-titanium/28/ 09:16:54 INFO: archiving logs to S3 09:16:55 ---> uname -a: 09:16:55 Linux prd-ubuntu2204-builder-4c-4g-47860 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:16:55 09:16:55 09:16:55 ---> lscpu: 09:16:55 Architecture: x86_64 09:16:55 CPU op-mode(s): 32-bit, 64-bit 09:16:55 Address sizes: 40 bits physical, 48 bits virtual 09:16:55 Byte Order: Little Endian 09:16:55 CPU(s): 4 09:16:55 On-line CPU(s) list: 0-3 09:16:55 Vendor ID: AuthenticAMD 09:16:55 Model name: AMD EPYC-Rome Processor 09:16:55 CPU family: 23 09:16:55 Model: 49 09:16:55 Thread(s) per core: 1 09:16:55 Core(s) per socket: 1 09:16:55 Socket(s): 4 09:16:55 Stepping: 0 09:16:55 BogoMIPS: 5600.00 09:16:55 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:16:55 Virtualization: AMD-V 09:16:55 Hypervisor vendor: KVM 09:16:55 Virtualization type: full 09:16:55 L1d cache: 128 KiB (4 instances) 09:16:55 L1i cache: 128 KiB (4 instances) 09:16:55 L2 cache: 2 MiB (4 instances) 09:16:55 L3 cache: 64 MiB (4 instances) 09:16:55 NUMA node(s): 1 09:16:55 NUMA node0 CPU(s): 0-3 09:16:55 Vulnerability Gather data sampling: Not affected 09:16:55 Vulnerability Itlb multihit: Not affected 09:16:55 Vulnerability L1tf: Not affected 09:16:55 Vulnerability Mds: Not affected 09:16:55 Vulnerability Meltdown: Not affected 09:16:55 Vulnerability Mmio stale data: Not affected 09:16:55 Vulnerability Reg file data sampling: Not affected 09:16:55 Vulnerability Retbleed: Mitigation; untrained return thunk; SMT disabled 09:16:55 Vulnerability Spec rstack overflow: Mitigation; SMT disabled 09:16:55 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 09:16:55 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 09:16:55 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 09:16:55 Vulnerability Srbds: Not affected 09:16:55 Vulnerability Tsx async abort: Not affected 09:16:55 09:16:55 09:16:55 ---> nproc: 09:16:55 4 09:16:55 09:16:55 09:16:55 ---> df -h: 09:16:55 Filesystem Size Used Avail Use% Mounted on 09:16:55 tmpfs 1.6G 1.1M 1.6G 1% /run 09:16:55 /dev/vda1 78G 8.2G 70G 11% / 09:16:55 tmpfs 7.9G 0 7.9G 0% /dev/shm 09:16:55 tmpfs 5.0M 0 5.0M 0% /run/lock 09:16:55 /dev/vda15 105M 6.1M 99M 6% /boot/efi 09:16:55 tmpfs 1.6G 4.0K 1.6G 1% /run/user/1001 09:16:55 09:16:55 09:16:55 ---> free -m: 09:16:55 total used free shared buff/cache available 09:16:55 Mem: 15989 656 12965 4 2367 15011 09:16:55 Swap: 1023 0 1023 09:16:55 09:16:55 09:16:55 ---> ip addr: 09:16:55 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 09:16:55 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 09:16:55 inet 127.0.0.1/8 scope host lo 09:16:55 valid_lft forever preferred_lft forever 09:16:55 inet6 ::1/128 scope host 09:16:55 valid_lft forever preferred_lft forever 09:16:55 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 09:16:55 link/ether fa:16:3e:b5:a9:ae brd ff:ff:ff:ff:ff:ff 09:16:55 altname enp0s3 09:16:55 inet 10.30.170.119/23 metric 100 brd 10.30.171.255 scope global dynamic ens3 09:16:55 valid_lft 86249sec preferred_lft 86249sec 09:16:55 inet6 fe80::f816:3eff:feb5:a9ae/64 scope link 09:16:55 valid_lft forever preferred_lft forever 09:16:55 3: docker0: mtu 1458 qdisc noqueue state DOWN group default 09:16:55 link/ether 02:42:3c:f6:f8:7b brd ff:ff:ff:ff:ff:ff 09:16:55 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 09:16:55 valid_lft forever preferred_lft forever 09:16:55 09:16:55 09:16:55 ---> sar -b -r -n DEV: 09:16:55 Linux 5.15.0-131-generic (prd-ubuntu2204-builder-4c-4g-47860) 07/31/25 _x86_64_ (4 CPU) 09:16:55 09:16:55 09:14:26 LINUX RESTART (4 CPU) 09:16:55 09:16:55 09:16:55 ---> sar -P ALL: 09:16:55 Linux 5.15.0-131-generic (prd-ubuntu2204-builder-4c-4g-47860) 07/31/25 _x86_64_ (4 CPU) 09:16:55 09:16:55 09:14:26 LINUX RESTART (4 CPU) 09:16:55 09:16:55 09:16:55