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