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