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