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