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