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