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