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