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