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