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