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