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