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