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