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