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