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