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