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