08:00:54 Started by timer 08:00:54 Running as SYSTEM 08:00:55 [EnvInject] - Loading node environment variables. 08:00:55 Building remotely on prd-ubuntu20.04-docker-2c-8g-11979 (ubuntu20.04-docker-2c-8g) in workspace /w/workspace/ci-management-jenkins-sandbox-cleanup 08:00:55 [ssh-agent] Looking for ssh-agent implementation... 08:00:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:00:55 $ ssh-agent 08:00:55 SSH_AUTH_SOCK=/tmp/ssh-68EQJT7x88ji/agent.1524 08:00:55 SSH_AGENT_PID=1526 08:00:55 [ssh-agent] Started. 08:00:55 Running ssh-add (command line suppressed) 08:00:55 Identity added: /w/workspace/ci-management-jenkins-sandbox-cleanup@tmp/private_key_14948996353715556603.key (/w/workspace/ci-management-jenkins-sandbox-cleanup@tmp/private_key_14948996353715556603.key) 08:00:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:00:55 provisioning config files... 08:00:55 copy managed file [npmrc] to file:/home/jenkins/.npmrc 08:00:55 copy managed file [pipconf] to file:/home/jenkins/.config/pip/pip.conf 08:00:55 provisioning config files... 08:00:55 copy managed file [JJB Config] to file:/home/jenkins/.config/jenkins_jobs/jenkins_jobs.ini 08:00:55 [ci-management-jenkins-sandbox-cleanup] $ /bin/bash /tmp/jenkins12185795477097107173.sh 08:00:55 ---> jenkins-sandbox-cleanup.sh 08:00:55 Setup pyenv: 08:00:55 * system (set by /opt/pyenv/version) 08:00:55 * 3.8.20 (set by /opt/pyenv/version) 08:00:55 * 3.9.20 (set by /opt/pyenv/version) 08:00:55 3.10.15 08:00:55 3.11.10 08:01:00 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-0kH0 08:01:00 lf-activate-venv(): INFO: Save venv in file: /tmp/.jjb_venv 08:01:00 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 08:01:00 lf-activate-venv(): INFO: Attempting to install with network-safe options... 08:01:03 lf-activate-venv(): INFO: Base packages installed successfully 08:01:03 lf-activate-venv(): INFO: Installing additional packages: jenkins-job-builder==6.3.0 08:01:08 lf-activate-venv(): INFO: Adding /tmp/venv-0kH0/bin to PATH 08:01:09 ERROR:stevedore.extension:Could not load 'delete': No module named 'pkg_resources' 08:01:09 ERROR:stevedore.extension:Could not load 'delete-all': No module named 'pkg_resources' 08:01:09 ERROR:stevedore.extension:Could not load 'get-plugins-info': No module named 'pkg_resources' 08:01:09 ERROR:stevedore.extension:Could not load 'list': No module named 'pkg_resources' 08:01:09 ERROR:stevedore.extension:Could not load 'test': No module named 'pkg_resources' 08:01:09 ERROR:stevedore.extension:Could not load 'update': No module named 'pkg_resources' 08:01:09 Traceback (most recent call last): 08:01:09 File "/tmp/venv-0kH0/bin/jenkins-jobs", line 6, in 08:01:09 sys.exit(main()) 08:01:09 ^^^^^^ 08:01:09 File "/tmp/venv-0kH0/lib/python3.11/site-packages/jenkins_jobs/cli/entry.py", line 177, in main 08:01:09 jjb = JenkinsJobs(argv) 08:01:09 ^^^^^^^^^^^^^^^^^ 08:01:09 File "/tmp/venv-0kH0/lib/python3.11/site-packages/jenkins_jobs/cli/entry.py", line 60, in __init__ 08:01:09 self.parser = create_parser() 08:01:09 ^^^^^^^^^^^^^^^ 08:01:09 File "/tmp/venv-0kH0/lib/python3.11/site-packages/jenkins_jobs/cli/parser.py", line 112, in create_parser 08:01:09 extension_manager.map(parse_subcommand_args, subparser) 08:01:09 File "/tmp/venv-0kH0/lib/python3.11/site-packages/stevedore/extension.py", line 379, in map 08:01:09 raise NoMatches(f'No {self.namespace} extensions found') 08:01:09 stevedore.exception.NoMatches: No jjb.cli.subcommands extensions found 08:01:09 Build step 'Execute shell' marked build as failure 08:01:09 $ ssh-agent -k 08:01:09 unset SSH_AUTH_SOCK; 08:01:09 unset SSH_AGENT_PID; 08:01:09 echo Agent pid 1526 killed; 08:01:09 [ssh-agent] Stopped. 08:01:09 [PostBuildScript] - [INFO] Executing post build scripts. 08:01:09 [ci-management-jenkins-sandbox-cleanup] $ /bin/bash /tmp/jenkins1088441592359322127.sh 08:01:09 ---> sysstat.sh 08:01:09 [ci-management-jenkins-sandbox-cleanup] $ /bin/bash /tmp/jenkins9081810662683739878.sh 08:01:09 ---> package-listing.sh 08:01:09 ++ tr '[:upper:]' '[:lower:]' 08:01:09 ++ facter osfamily 08:01:10 + OS_FAMILY=debian 08:01:10 + workspace=/w/workspace/ci-management-jenkins-sandbox-cleanup 08:01:10 + START_PACKAGES=/tmp/packages_start.txt 08:01:10 + END_PACKAGES=/tmp/packages_end.txt 08:01:10 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:01:10 + PACKAGES=/tmp/packages_start.txt 08:01:10 + '[' /w/workspace/ci-management-jenkins-sandbox-cleanup ']' 08:01:10 + PACKAGES=/tmp/packages_end.txt 08:01:10 + case "${OS_FAMILY}" in 08:01:10 + grep '^ii' 08:01:10 + dpkg -l 08:01:10 + '[' -f /tmp/packages_start.txt ']' 08:01:10 + '[' -f /tmp/packages_end.txt ']' 08:01:10 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:01:10 + '[' /w/workspace/ci-management-jenkins-sandbox-cleanup ']' 08:01:10 + mkdir -p /w/workspace/ci-management-jenkins-sandbox-cleanup/archives/ 08:01:10 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ci-management-jenkins-sandbox-cleanup/archives/ 08:01:10 [ci-management-jenkins-sandbox-cleanup] $ /bin/bash /tmp/jenkins1659767880744022374.sh 08:01:10 ---> capture-instance-metadata.sh 08:01:10 Setup pyenv: 08:01:10 system 08:01:10 3.8.20 08:01:10 3.9.20 08:01:10 3.10.15 08:01:10 * 3.11.10 (set by /w/workspace/ci-management-jenkins-sandbox-cleanup/.python-version) 08:01:14 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-qHkx 08:01:14 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 08:01:14 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 08:01:14 lf-activate-venv(): INFO: Attempting to install with network-safe options... 08:01:17 lf-activate-venv(): INFO: Base packages installed successfully 08:01:17 lf-activate-venv(): INFO: Installing additional packages: lftools 08:01:35 lf-activate-venv(): INFO: Adding /tmp/venv-qHkx/bin to PATH 08:01:35 INFO: Running in OpenStack, capturing instance metadata 08:01:36 [ci-management-jenkins-sandbox-cleanup] $ /bin/bash /tmp/jenkins4174464537413318008.sh 08:01:36 provisioning config files... 08:01:36 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ci-management-jenkins-sandbox-cleanup@tmp/config7856018006225370642tmp 08:01:36 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] 08:01:36 Run condition [Regular expression match] preventing perform for step [Provide Configuration files] 08:01:36 [EnvInject] - Injecting environment variables from a build step. 08:01:36 [EnvInject] - Injecting as environment variables the properties content 08:01:36 SERVER_ID=logs 08:01:36 08:01:36 [EnvInject] - Variables injected successfully. 08:01:36 [ci-management-jenkins-sandbox-cleanup] $ /bin/bash /tmp/jenkins11091654896402396571.sh 08:01:36 ---> create-netrc.sh 08:01:36 [ci-management-jenkins-sandbox-cleanup] $ /bin/bash /tmp/jenkins977035058814436207.sh 08:01:36 ---> python-tools-install.sh 08:01:36 Setup pyenv: 08:01:36 system 08:01:36 3.8.20 08:01:36 3.9.20 08:01:36 3.10.15 08:01:36 * 3.11.10 (set by /w/workspace/ci-management-jenkins-sandbox-cleanup/.python-version) 08:01:36 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-qHkx from file:/tmp/.os_lf_venv 08:01:36 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 08:01:36 lf-activate-venv(): INFO: Attempting to install with network-safe options... 08:01:38 lf-activate-venv(): INFO: Base packages installed successfully 08:01:38 lf-activate-venv(): INFO: Installing additional packages: lftools 08:01:44 lf-activate-venv(): INFO: Adding /tmp/venv-qHkx/bin to PATH 08:01:44 Generating Requirements File 08:03:00 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. 08:03:00 httplib2 0.30.2 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 08:03:01 Python 3.11.10 08:03:01 pip 26.1.1 from /tmp/venv-qHkx/lib/python3.11/site-packages/pip (python 3.11) 08:03:01 aiohappyeyeballs==2.6.2 08:03:01 aiohttp==3.13.5 08:03:01 aiosignal==1.4.0 08:03:01 appdirs==1.4.4 08:03:01 argcomplete==3.6.3 08:03:01 aspy.yaml==1.3.0 08:03:01 attrs==26.1.0 08:03:01 autopage==0.6.0 08:03:01 beautifulsoup4==4.14.3 08:03:01 boto3==1.43.18 08:03:01 botocore==1.43.18 08:03:01 bs4==0.0.2 08:03:01 certifi==2026.5.20 08:03:01 cffi==2.0.0 08:03:01 cfgv==3.5.0 08:03:01 chardet==7.4.3 08:03:01 charset-normalizer==3.4.7 08:03:01 click==8.4.1 08:03:01 cliff==4.14.0 08:03:01 cmd2==3.5.1 08:03:01 cryptography==3.3.2 08:03:01 debtcollector==3.1.0 08:03:01 decorator==5.3.1 08:03:01 defusedxml==0.7.1 08:03:01 Deprecated==1.3.1 08:03:01 distlib==0.4.0 08:03:01 dnspython==2.8.0 08:03:01 docker==7.1.0 08:03:01 dogpile.cache==1.5.0 08:03:01 durationpy==0.10 08:03:01 email-validator==2.3.0 08:03:01 filelock==3.29.0 08:03:01 frozenlist==1.8.0 08:03:01 future==1.0.0 08:03:01 gitdb==4.0.12 08:03:01 GitPython==3.1.50 08:03:01 httplib2==0.30.2 08:03:01 identify==2.6.19 08:03:01 idna==3.17 08:03:01 importlib-resources==1.5.0 08:03:01 iso8601==2.1.0 08:03:01 Jinja2==3.1.6 08:03:01 jmespath==1.1.0 08:03:01 jsonpatch==1.33 08:03:01 jsonpointer==3.1.1 08:03:01 jsonschema==4.26.0 08:03:01 jsonschema-specifications==2025.9.1 08:03:01 keystoneauth1==5.14.0 08:03:01 kubernetes==36.0.1 08:03:01 lftools==0.37.22 08:03:01 lxml==6.1.1 08:03:01 markdown-it-py==4.2.0 08:03:01 MarkupSafe==3.0.3 08:03:01 mdurl==0.1.2 08:03:01 msgpack==1.1.2 08:03:01 multi_key_dict==2.0.3 08:03:01 multidict==6.7.1 08:03:01 munch==4.0.0 08:03:01 netaddr==1.3.0 08:03:01 niet==1.4.2 08:03:01 nodeenv==1.10.0 08:03:01 oauth2client==4.1.3 08:03:01 oauthlib==3.3.1 08:03:01 openstacksdk==4.14.0 08:03:01 os-service-types==1.8.2 08:03:01 osc-lib==4.6.0 08:03:01 oslo.config==10.4.0 08:03:01 oslo.context==6.4.0 08:03:01 oslo.i18n==6.8.0 08:03:01 oslo.log==8.2.0 08:03:01 oslo.serialization==5.10.0 08:03:01 oslo.utils==10.1.0 08:03:01 packaging==26.2 08:03:01 pbr==7.0.3 08:03:01 platformdirs==4.10.0 08:03:01 prettytable==3.17.0 08:03:01 propcache==0.5.2 08:03:01 psutil==7.2.2 08:03:01 pyasn1==0.6.3 08:03:01 pyasn1_modules==0.4.2 08:03:01 pycparser==3.0 08:03:01 pygerrit2==2.0.15 08:03:01 PyGithub==2.9.1 08:03:01 Pygments==2.20.0 08:03:01 PyJWT==2.13.0 08:03:01 PyNaCl==1.6.2 08:03:01 pyparsing==2.4.7 08:03:01 pyperclip==1.11.0 08:03:01 pyrsistent==0.20.0 08:03:01 python-cinderclient==9.9.0 08:03:01 python-dateutil==2.9.0.post0 08:03:01 python-discovery==1.4.0 08:03:01 python-heatclient==5.2.0 08:03:01 python-jenkins==1.8.3 08:03:01 python-keystoneclient==5.8.0 08:03:01 python-magnumclient==4.10.0 08:03:01 python-openstackclient==10.0.0 08:03:01 python-swiftclient==4.10.0 08:03:01 PyYAML==6.0.3 08:03:01 referencing==0.37.0 08:03:01 requests==2.34.2 08:03:01 requests-oauthlib==2.0.0 08:03:01 rfc3986==2.0.0 08:03:01 rich==15.0.0 08:03:01 rich-argparse==1.8.0 08:03:01 rpds-py==2026.5.1 08:03:01 rsa==4.9.1 08:03:01 ruamel.yaml==0.19.1 08:03:01 ruamel.yaml.clib==0.2.15 08:03:01 s3transfer==0.18.0 08:03:01 simplejson==4.1.1 08:03:01 six==1.17.0 08:03:01 smmap==5.0.3 08:03:01 soupsieve==2.8.4 08:03:01 stevedore==5.8.0 08:03:01 tabulate==0.10.0 08:03:01 toml==0.10.2 08:03:01 tomlkit==0.15.0 08:03:01 tqdm==4.67.3 08:03:01 typing_extensions==4.15.0 08:03:01 urllib3==1.26.20 08:03:01 virtualenv==21.4.1 08:03:01 wcwidth==0.7.0 08:03:01 websocket-client==1.9.0 08:03:01 wrapt==2.2.1 08:03:01 xdg==6.0.0 08:03:01 xmltodict==1.0.4 08:03:01 yarl==1.24.2 08:03:01 yq==3.4.3 08:03:01 [ci-management-jenkins-sandbox-cleanup] $ /bin/bash /tmp/jenkins2094313606484241724.sh 08:03:01 ---> sudo-logs.sh 08:03:01 Archiving 'sudo' log.. 08:03:02 [ci-management-jenkins-sandbox-cleanup] $ /bin/bash /tmp/jenkins4591512217564262809.sh 08:03:02 ---> job-cost.sh 08:03:02 Setup pyenv: 08:03:02 system 08:03:02 3.8.20 08:03:02 3.9.20 08:03:02 3.10.15 08:03:02 * 3.11.10 (set by /w/workspace/ci-management-jenkins-sandbox-cleanup/.python-version) 08:03:02 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-qHkx from file:/tmp/.os_lf_venv 08:03:02 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 08:03:02 lf-activate-venv(): INFO: Attempting to install with network-safe options... 08:03:04 lf-activate-venv(): INFO: Base packages installed successfully 08:03:04 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 08:03:12 lf-activate-venv(): INFO: Adding /tmp/venv-qHkx/bin to PATH 08:03:12 INFO: No Stack... 08:03:12 INFO: Retrieving Pricing Info for: v3-standard-2 08:03:13 INFO: Archiving Costs 08:03:13 [ci-management-jenkins-sandbox-cleanup] $ /bin/bash -l /tmp/jenkins4168896325225164840.sh 08:03:13 ---> logs-deploy.sh 08:03:13 Setup pyenv: 08:03:13 system 08:03:13 3.8.20 08:03:13 3.9.20 08:03:13 3.10.15 08:03:13 * 3.11.10 (set by /w/workspace/ci-management-jenkins-sandbox-cleanup/.python-version) 08:03:13 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-qHkx from file:/tmp/.os_lf_venv 08:03:13 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 08:03:13 lf-activate-venv(): INFO: Attempting to install with network-safe options... 08:03:15 lf-activate-venv(): INFO: Base packages installed successfully 08:03:15 lf-activate-venv(): INFO: Installing additional packages: lftools 08:03:21 lf-activate-venv(): INFO: Adding /tmp/venv-qHkx/bin to PATH 08:03:21 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/ci-management-jenkins-sandbox-cleanup/390 08:03:21 INFO: archiving workspace using pattern(s): 08:03:22 Archives upload complete. 08:03:22 INFO: archiving logs to Nexus 08:03:23 ---> uname -a: 08:03:23 Linux prd-ubuntu20-04-docker-2c-8g-11979 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux 08:03:23 08:03:23 08:03:23 ---> lscpu: 08:03:23 Architecture: x86_64 08:03:23 CPU op-mode(s): 32-bit, 64-bit 08:03:23 Byte Order: Little Endian 08:03:23 Address sizes: 40 bits physical, 48 bits virtual 08:03:23 CPU(s): 2 08:03:23 On-line CPU(s) list: 0,1 08:03:23 Thread(s) per core: 1 08:03:23 Core(s) per socket: 1 08:03:23 Socket(s): 2 08:03:23 NUMA node(s): 1 08:03:23 Vendor ID: AuthenticAMD 08:03:23 CPU family: 23 08:03:23 Model: 49 08:03:23 Model name: AMD EPYC-Rome Processor 08:03:23 Stepping: 0 08:03:23 CPU MHz: 2799.998 08:03:23 BogoMIPS: 5599.99 08:03:23 Virtualization: AMD-V 08:03:23 Hypervisor vendor: KVM 08:03:23 Virtualization type: full 08:03:23 L1d cache: 64 KiB 08:03:23 L1i cache: 64 KiB 08:03:23 L2 cache: 1 MiB 08:03:23 L3 cache: 32 MiB 08:03:23 NUMA node0 CPU(s): 0,1 08:03:23 Vulnerability Gather data sampling: Not affected 08:03:23 Vulnerability Itlb multihit: Not affected 08:03:23 Vulnerability L1tf: Not affected 08:03:23 Vulnerability Mds: Not affected 08:03:23 Vulnerability Meltdown: Not affected 08:03:23 Vulnerability Mmio stale data: Not affected 08:03:23 Vulnerability Retbleed: Vulnerable 08:03:23 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:03:23 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 08:03:23 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 08:03:23 Vulnerability Srbds: Not affected 08:03:23 Vulnerability Tsx async abort: Not affected 08:03:23 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 08:03:23 08:03:23 08:03:23 ---> nproc: 08:03:23 2 08:03:23 08:03:23 08:03:23 ---> df -h: 08:03:23 Filesystem Size Used Avail Use% Mounted on 08:03:23 udev 3.9G 0 3.9G 0% /dev 08:03:23 tmpfs 795M 1.1M 794M 1% /run 08:03:23 /dev/vda1 39G 9.9G 29G 26% / 08:03:23 tmpfs 3.9G 0 3.9G 0% /dev/shm 08:03:23 tmpfs 5.0M 0 5.0M 0% /run/lock 08:03:23 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 08:03:23 /dev/loop0 62M 62M 0 100% /snap/core20/1405 08:03:23 /dev/loop1 68M 68M 0 100% /snap/lxd/22753 08:03:23 /dev/loop2 44M 44M 0 100% /snap/snapd/15177 08:03:23 /dev/vda15 105M 6.1M 99M 6% /boot/efi 08:03:23 tmpfs 795M 0 795M 0% /run/user/1001 08:03:23 08:03:23 08:03:23 ---> free -m: 08:03:23 total used free shared buff/cache available 08:03:23 Mem: 7945 484 4947 1 2514 7161 08:03:23 Swap: 1023 0 1023 08:03:23 08:03:23 08:03:23 ---> ip addr: 08:03:23 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 08:03:23 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 08:03:23 inet 127.0.0.1/8 scope host lo 08:03:23 valid_lft forever preferred_lft forever 08:03:23 inet6 ::1/128 scope host 08:03:23 valid_lft forever preferred_lft forever 08:03:23 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 08:03:23 link/ether fa:16:3e:41:56:a6 brd ff:ff:ff:ff:ff:ff 08:03:23 inet 10.30.123.179/23 metric 100 brd 10.30.123.255 scope global dynamic ens3 08:03:23 valid_lft 86217sec preferred_lft 86217sec 08:03:23 inet6 fe80::f816:3eff:fe41:56a6/64 scope link 08:03:23 valid_lft forever preferred_lft forever 08:03:23 3: docker0: mtu 1458 qdisc noqueue state DOWN group default 08:03:23 link/ether 66:24:f3:8d:83:1c brd ff:ff:ff:ff:ff:ff 08:03:23 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 08:03:23 valid_lft forever preferred_lft forever 08:03:23 08:03:23 08:03:23 ---> sar -b -r -n DEV: 08:03:23 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-2c-8g-11979) 05/30/26 _x86_64_ (2 CPU) 08:03:23 08:03:23 08:00:23 LINUX RESTART (2 CPU) 08:03:23 08:03:23 08:01:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 08:03:23 08:02:01 102.88 3.45 99.43 0.00 240.09 9055.97 0.00 08:03:23 08:03:01 27.50 0.07 27.43 0.00 5.07 6842.40 0.00 08:03:23 Average: 65.19 1.76 63.44 0.00 122.59 7949.28 0.00 08:03:23 08:03:23 08:01:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:03:23 08:02:01 5201876 7331132 447056 5.49 87512 2204408 1140856 12.42 657144 2023952 179320 08:03:23 08:03:01 5140504 7397976 373668 4.59 92404 2319064 1086628 11.83 587496 2140320 159672 08:03:23 Average: 5171190 7364554 410362 5.04 89958 2261736 1113742 12.13 622320 2082136 169496 08:03:23 08:03:23 08:01:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:03:23 08:02:01 ens3 75.09 58.39 1115.37 12.67 0.00 0.00 0.00 0.00 08:03:23 08:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:03:23 08:02:01 lo 1.33 1.33 0.16 0.16 0.00 0.00 0.00 0.00 08:03:23 08:03:01 ens3 1.17 0.90 0.70 0.41 0.00 0.00 0.00 0.00 08:03:23 08:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:03:23 08:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 08:03:23 Average: ens3 38.13 29.65 558.08 6.54 0.00 0.00 0.00 0.00 08:03:23 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:03:23 Average: lo 0.77 0.77 0.08 0.08 0.00 0.00 0.00 0.00 08:03:23 08:03:23 08:03:23 ---> sar -P ALL: 08:03:23 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-2c-8g-11979) 05/30/26 _x86_64_ (2 CPU) 08:03:23 08:03:23 08:00:23 LINUX RESTART (2 CPU) 08:03:23 08:03:23 08:01:01 CPU %user %nice %system %iowait %steal %idle 08:03:23 08:02:01 all 38.71 0.00 2.96 7.53 0.08 50.73 08:03:23 08:02:01 0 57.52 0.00 3.50 1.65 0.08 37.25 08:03:23 08:02:01 1 20.01 0.00 2.42 13.37 0.08 64.12 08:03:23 08:03:01 all 6.91 0.00 0.73 45.59 0.05 46.73 08:03:23 08:03:01 0 13.29 0.00 0.93 5.62 0.03 80.12 08:03:23 08:03:01 1 0.50 0.00 0.52 85.67 0.07 13.24 08:03:23 Average: all 22.85 0.00 1.84 26.51 0.07 48.73 08:03:23 Average: 0 35.41 0.00 2.22 3.63 0.06 58.68 08:03:23 Average: 1 10.30 0.00 1.47 49.35 0.07 38.80 08:03:23 08:03:23 08:03:23