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