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