20:17:35 Started by user Robert Varga 20:17:35 Running as SYSTEM 20:17:35 [EnvInject] - Loading node environment variables. 20:17:35 Building remotely on prd-centos8-builder-4c-4g-794 (centos8-builder-4c-4g) in workspace /w/workspace/autorelease-gerrit-branch-lock-calcium 20:17:35 [ssh-agent] Looking for ssh-agent implementation... 20:17:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:17:35 $ ssh-agent 20:17:35 SSH_AUTH_SOCK=/tmp/ssh-ywlJm64RpXMw/agent.5572 20:17:35 SSH_AGENT_PID=5574 20:17:35 [ssh-agent] Started. 20:17:35 Running ssh-add (command line suppressed) 20:17:35 Identity added: /w/workspace/autorelease-gerrit-branch-lock-calcium@tmp/private_key_1194128851263120840.key (/w/workspace/autorelease-gerrit-branch-lock-calcium@tmp/private_key_1194128851263120840.key) 20:17:35 [ssh-agent] Using credentials jenkins (jenkins-ssh) 20:17:35 The recommended git tool is: NONE 20:17:37 using credential jenkins-ssh 20:17:37 Wiping out workspace first. 20:17:37 Cloning the remote Git repository 20:17:37 Cloning repository git://devvexx.opendaylight.org/mirror/releng/autorelease 20:17:38 > git init /w/workspace/autorelease-gerrit-branch-lock-calcium # timeout=10 20:17:38 Fetching upstream changes from git://devvexx.opendaylight.org/mirror/releng/autorelease 20:17:38 > git --version # timeout=10 20:17:38 > git --version # 'git version 2.43.0' 20:17:38 using GIT_SSH to set credentials jenkins-ssh 20:17:38 [INFO] Currently running in a labeled security context 20:17:38 [INFO] Currently SELinux is 'enforcing' on the host 20:17:38 > /usr/bin/chcon --type=ssh_home_t /w/workspace/autorelease-gerrit-branch-lock-calcium@tmp/jenkins-gitclient-ssh8097930483878658106.key 20:17:38 Verifying host key using known hosts file 20:17:38 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. 20:17:38 > git fetch --tags --force --progress -- git://devvexx.opendaylight.org/mirror/releng/autorelease +refs/heads/*:refs/remotes/origin/* # timeout=10 20:17:41 > git config remote.origin.url git://devvexx.opendaylight.org/mirror/releng/autorelease # timeout=10 20:17:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:17:41 Avoid second fetch 20:17:41 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 20:17:41 Checking out Revision 8a5f72a58b45620a452d9983b447d971191ff6f2 (refs/remotes/origin/master) 20:17:41 > git config core.sparsecheckout # timeout=10 20:17:41 > git checkout -f 8a5f72a58b45620a452d9983b447d971191ff6f2 # timeout=10 20:17:42 Commit message: "Update git submodules" 20:17:42 > git rev-list --no-walk 9f26789b6732bdd1b08521dcd79eee626d459394 # timeout=10 20:17:42 provisioning config files... 20:17:42 copy managed file [npmrc] to file:/home/jenkins/.npmrc 20:17:42 copy managed file [pipconf] to file:/home/jenkins/.config/pip/pip.conf 20:17:42 [autorelease-gerrit-branch-lock-calcium] $ /bin/bash /tmp/jenkins16987295482236278008.sh 20:17:42 ---> autorelease-gerrit-branch-lock.sh 20:17:42 Cloning into 'All-Projects'... 20:17:42 Warning: Permanently added the RSA host key for IP address '[52.35.122.251]:29418' to the list of known hosts. 20:17:43 Total 1715 (delta 603), reused 1715 (delta 603) 20:17:43 Note: switching to '102803874a0d0501dab0a674610d13e129774705'. 20:17:43 20:17:43 You are in 'detached HEAD' state. You can look around, make experimental 20:17:43 changes and commit them, and you can discard any commits you make in this 20:17:43 state without impacting any branches by switching back to a branch. 20:17:43 20:17:43 If you want to create a new branch to retain commits you create, you may 20:17:43 do so (now or later) by using -c with the switch command. Example: 20:17:43 20:17:43 git switch -c 20:17:43 20:17:43 Or undo this operation with: 20:17:43 20:17:43 git switch - 20:17:43 20:17:43 Turn off this advice by setting config variable advice.detachedHead to false 20:17:43 20:17:44 Warning: Permanently added the RSA host key for IP address '[52.35.122.251]:29418' to the list of known hosts. 20:17:45 From ssh://git.opendaylight.org:29418/All-Projects 20:17:45 * [new ref] refs/meta/config -> config 20:17:45 Switched to branch 'config' 20:17:45 Warning: Permanently added the RSA host key for IP address '[52.35.122.251]:29418' to the list of known hosts. 20:17:46 Warning: Permanently added the RSA host key for IP address '[52.35.122.251]:29418' to the list of known hosts. 20:17:48 Warning: Permanently added the RSA host key for IP address '[52.35.122.251]:29418' to the list of known hosts. 20:17:48 + case $mode in 20:17:48 + echo 'INFO: Unlocking branch: master' 20:17:48 INFO: Unlocking branch: master 20:17:48 + git config -f project.config --remove-section access.refs/heads/master 20:17:48 + git commit -asm 'Chore: Unlock branch master' 20:17:48 [config 412654b] Chore: Unlock branch master 20:17:48 1 file changed, 6 deletions(-) 20:17:48 + git diff HEAD~1 20:17:48 diff --git a/project.config b/project.config 20:17:48 index 268f5c0..52d4f8a 100644 20:17:48 --- a/project.config 20:17:48 +++ b/project.config 20:17:48 @@ -142,9 +142,3 @@ 20:17:48 exclusiveGroupPermissions = create 20:17:48 create = block group Registered Users 20:17:48 create = group Release Engineering Team 20:17:48 -[access "refs/heads/master"] 20:17:48 - exclusiveGroupPermissions = submit 20:17:48 - submit = group Release Engineering Team 20:17:48 - removeReviewer = group Release Engineering Team 20:17:48 - label-Code-Review = -2..+2 group Release Engineering Team 20:17:48 - label-Verified = -1..+1 group Release Engineering Team 20:17:48 + '[' false = true ']' 20:17:48 + echo 'INFO: Pushing changes to the repository.' 20:17:48 INFO: Pushing changes to the repository. 20:17:48 + git push origin HEAD:refs/meta/config 20:17:49 Warning: Permanently added the RSA host key for IP address '[52.35.122.251]:29418' to the list of known hosts. 20:17:50 remote: remote: Processing changes: refs: 1 remote: Processing changes: refs: 1 remote: Processing changes: refs: 1, done 20:17:50 To ssh://git.opendaylight.org:29418/All-Projects 20:17:50 1028038..412654b HEAD -> refs/meta/config 20:17:50 $ ssh-agent -k 20:17:50 unset SSH_AUTH_SOCK; 20:17:50 unset SSH_AGENT_PID; 20:17:50 echo Agent pid 5574 killed; 20:17:50 [ssh-agent] Stopped. 20:17:50 [PostBuildScript] - [INFO] Executing post build scripts. 20:17:50 [autorelease-gerrit-branch-lock-calcium] $ /bin/bash /tmp/jenkins14378145760940931938.sh 20:17:50 ---> sysstat.sh 20:17:50 [autorelease-gerrit-branch-lock-calcium] $ /bin/bash /tmp/jenkins54803446487084448.sh 20:17:50 ---> package-listing.sh 20:17:50 ++ facter osfamily 20:17:50 ++ tr '[:upper:]' '[:lower:]' 20:17:50 + OS_FAMILY=redhat 20:17:50 + workspace=/w/workspace/autorelease-gerrit-branch-lock-calcium 20:17:50 + START_PACKAGES=/tmp/packages_start.txt 20:17:50 + END_PACKAGES=/tmp/packages_end.txt 20:17:50 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:17:50 + PACKAGES=/tmp/packages_start.txt 20:17:50 + '[' /w/workspace/autorelease-gerrit-branch-lock-calcium ']' 20:17:50 + PACKAGES=/tmp/packages_end.txt 20:17:50 + case "${OS_FAMILY}" in 20:17:50 + rpm -qa 20:17:50 + sort 20:17:51 + '[' -f /tmp/packages_start.txt ']' 20:17:51 + '[' -f /tmp/packages_end.txt ']' 20:17:51 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:17:51 + '[' /w/workspace/autorelease-gerrit-branch-lock-calcium ']' 20:17:51 + mkdir -p /w/workspace/autorelease-gerrit-branch-lock-calcium/archives/ 20:17:51 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/autorelease-gerrit-branch-lock-calcium/archives/ 20:17:51 [autorelease-gerrit-branch-lock-calcium] $ /bin/bash /tmp/jenkins1856035623603866509.sh 20:17:51 ---> capture-instance-metadata.sh 20:17:51 Setup pyenv: 20:17:51 system 20:17:51 * 3.8.13 (set by /opt/pyenv/version) 20:17:51 * 3.9.13 (set by /opt/pyenv/version) 20:17:51 * 3.10.6 (set by /opt/pyenv/version) 20:17:56 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-iojz 20:17:56 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 20:17:59 lf-activate-venv(): INFO: Installing: lftools 20:18:47 lf-activate-venv(): INFO: Adding /tmp/venv-iojz/bin to PATH 20:18:47 INFO: Running in OpenStack, capturing instance metadata 20:18:47 [autorelease-gerrit-branch-lock-calcium] $ /bin/bash /tmp/jenkins14614971838642026442.sh 20:18:47 provisioning config files... 20:18:47 Could not find credentials [logs] for autorelease-gerrit-branch-lock-calcium #15 20:18:47 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/autorelease-gerrit-branch-lock-calcium@tmp/config12292060613089020798tmp 20:18:47 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[odl-logs-s3-cloudfront-index] 20:18:47 Run condition [Regular expression match] enabling perform for step [Provide Configuration files] 20:18:47 provisioning config files... 20:18:48 copy managed file [jenkins-s3-log-ship] to file:/home/jenkins/.aws/credentials 20:18:48 [EnvInject] - Injecting environment variables from a build step. 20:18:48 [EnvInject] - Injecting as environment variables the properties content 20:18:48 SERVER_ID=logs 20:18:48 20:18:48 [EnvInject] - Variables injected successfully. 20:18:48 [autorelease-gerrit-branch-lock-calcium] $ /bin/bash /tmp/jenkins12320749715837325201.sh 20:18:48 ---> create-netrc.sh 20:18:48 WARN: Log server credential not found. 20:18:48 [autorelease-gerrit-branch-lock-calcium] $ /bin/bash /tmp/jenkins1814845924888397836.sh 20:18:48 ---> python-tools-install.sh 20:18:48 Setup pyenv: 20:18:48 system 20:18:48 3.8.13 20:18:48 3.9.13 20:18:48 * 3.10.6 (set by /w/workspace/autorelease-gerrit-branch-lock-calcium/.python-version) 20:18:48 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-iojz from file:/tmp/.os_lf_venv 20:18:49 lf-activate-venv(): INFO: Installing: lftools 20:19:07 lf-activate-venv(): INFO: Adding /tmp/venv-iojz/bin to PATH 20:19:07 Generating Requirements File 20:19:39 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. 20:19:39 lftools 0.37.9 requires openstacksdk>=2.1.0, but you have openstacksdk 0.62.0 which is incompatible. 20:19:40 Python 3.10.6 20:19:40 pip 24.0 from /tmp/venv-iojz/lib/python3.10/site-packages/pip (python 3.10) 20:19:41 appdirs==1.4.4 20:19:41 argcomplete==3.2.2 20:19:41 aspy.yaml==1.3.0 20:19:41 attrs==23.2.0 20:19:41 autopage==0.5.2 20:19:41 beautifulsoup4==4.12.3 20:19:41 boto3==1.34.52 20:19:41 botocore==1.34.52 20:19:41 bs4==0.0.2 20:19:41 cachetools==5.3.3 20:19:41 certifi==2024.2.2 20:19:41 cffi==1.16.0 20:19:41 cfgv==3.4.0 20:19:41 chardet==5.2.0 20:19:41 charset-normalizer==3.3.2 20:19:41 click==8.1.7 20:19:41 cliff==4.6.0 20:19:41 cmd2==2.4.3 20:19:41 cryptography==3.3.2 20:19:41 debtcollector==3.0.0 20:19:41 decorator==5.1.1 20:19:41 defusedxml==0.7.1 20:19:41 Deprecated==1.2.14 20:19:41 distlib==0.3.8 20:19:41 dnspython==2.6.1 20:19:41 docker==4.2.2 20:19:41 dogpile.cache==1.3.2 20:19:41 email_validator==2.1.1 20:19:41 filelock==3.13.1 20:19:41 future==1.0.0 20:19:41 gitdb==4.0.11 20:19:41 GitPython==3.1.42 20:19:41 google-auth==2.28.1 20:19:41 httplib2==0.22.0 20:19:41 identify==2.5.35 20:19:41 idna==3.6 20:19:41 importlib-resources==1.5.0 20:19:41 iso8601==2.1.0 20:19:41 Jinja2==3.1.3 20:19:41 jmespath==1.0.1 20:19:41 jsonpatch==1.33 20:19:41 jsonpointer==2.4 20:19:41 jsonschema==4.21.1 20:19:41 jsonschema-specifications==2023.12.1 20:19:41 keystoneauth1==5.6.0 20:19:41 kubernetes==29.0.0 20:19:41 lftools==0.37.9 20:19:41 lxml==5.1.0 20:19:41 MarkupSafe==2.1.5 20:19:41 msgpack==1.0.7 20:19:41 multi_key_dict==2.0.3 20:19:41 munch==4.0.0 20:19:41 netaddr==1.2.1 20:19:41 netifaces==0.11.0 20:19:41 niet==1.4.2 20:19:41 nodeenv==1.8.0 20:19:41 oauth2client==4.1.3 20:19:41 oauthlib==3.2.2 20:19:41 openstacksdk==0.62.0 20:19:41 os-client-config==2.1.0 20:19:41 os-service-types==1.7.0 20:19:41 osc-lib==3.0.1 20:19:41 oslo.config==9.4.0 20:19:41 oslo.context==5.5.0 20:19:41 oslo.i18n==6.3.0 20:19:41 oslo.log==5.5.0 20:19:41 oslo.serialization==5.4.0 20:19:41 oslo.utils==7.1.0 20:19:41 packaging==23.2 20:19:41 pbr==6.0.0 20:19:41 platformdirs==4.2.0 20:19:41 prettytable==3.10.0 20:19:41 pyasn1==0.5.1 20:19:41 pyasn1-modules==0.3.0 20:19:41 pycparser==2.21 20:19:41 pygerrit2==2.0.15 20:19:41 PyGithub==2.2.0 20:19:41 pyinotify==0.9.6 20:19:41 PyJWT==2.8.0 20:19:41 PyNaCl==1.5.0 20:19:41 pyparsing==2.4.7 20:19:41 pyperclip==1.8.2 20:19:41 pyrsistent==0.20.0 20:19:41 python-cinderclient==9.4.0 20:19:41 python-dateutil==2.8.2 20:19:41 python-heatclient==3.4.0 20:19:41 python-jenkins==1.8.2 20:19:41 python-keystoneclient==5.3.0 20:19:41 python-magnumclient==4.3.0 20:19:41 python-novaclient==18.4.0 20:19:41 python-openstackclient==6.0.1 20:19:41 python-swiftclient==4.5.0 20:19:41 PyYAML==6.0.1 20:19:41 referencing==0.33.0 20:19:41 requests==2.31.0 20:19:41 requests-oauthlib==1.3.1 20:19:41 requestsexceptions==1.4.0 20:19:41 rfc3986==2.0.0 20:19:41 rpds-py==0.18.0 20:19:41 rsa==4.9 20:19:41 ruamel.yaml==0.18.6 20:19:41 ruamel.yaml.clib==0.2.8 20:19:41 s3transfer==0.10.0 20:19:41 simplejson==3.19.2 20:19:41 six==1.16.0 20:19:41 smmap==5.0.1 20:19:41 soupsieve==2.5 20:19:41 stevedore==5.2.0 20:19:41 tabulate==0.9.0 20:19:41 toml==0.10.2 20:19:41 tomlkit==0.12.4 20:19:41 tqdm==4.66.2 20:19:41 typing_extensions==4.10.0 20:19:41 tzdata==2024.1 20:19:41 urllib3==1.26.18 20:19:41 virtualenv==20.25.1 20:19:41 wcwidth==0.2.13 20:19:41 websocket-client==1.7.0 20:19:41 wrapt==1.16.0 20:19:41 xdg==6.0.0 20:19:41 xmltodict==0.13.0 20:19:41 yq==3.2.3 20:19:41 [autorelease-gerrit-branch-lock-calcium] $ /bin/bash /tmp/jenkins15913206031914981727.sh 20:19:41 ---> sudo-logs.sh 20:19:41 Archiving 'sudo' log.. 20:19:41 [autorelease-gerrit-branch-lock-calcium] $ /bin/bash /tmp/jenkins2468673186966465780.sh 20:19:41 ---> job-cost.sh 20:19:41 Setup pyenv: 20:19:41 system 20:19:41 3.8.13 20:19:41 3.9.13 20:19:41 * 3.10.6 (set by /w/workspace/autorelease-gerrit-branch-lock-calcium/.python-version) 20:19:41 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-iojz from file:/tmp/.os_lf_venv 20:19:43 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 20:19:51 lf-activate-venv(): INFO: Adding /tmp/venv-iojz/bin to PATH 20:19:51 INFO: No Stack... 20:19:52 INFO: Retrieving Pricing Info for: v3-standard-4 20:19:52 INFO: Archiving Costs 20:19:52 [autorelease-gerrit-branch-lock-calcium] $ /bin/bash -l /tmp/jenkins11767990382135725236.sh 20:19:52 ---> logs-deploy.sh 20:19:52 Setup pyenv: 20:19:52 system 20:19:52 3.8.13 20:19:52 3.9.13 20:19:52 * 3.10.6 (set by /w/workspace/autorelease-gerrit-branch-lock-calcium/.python-version) 20:19:52 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-iojz from file:/tmp/.os_lf_venv 20:19:54 lf-activate-venv(): INFO: Installing: lftools 20:20:04 lf-activate-venv(): INFO: Adding /tmp/venv-iojz/bin to PATH 20:20:04 WARNING: Nexus logging server not set 20:20:04 INFO: S3 path logs/releng/vex-yul-odl-jenkins-1/autorelease-gerrit-branch-lock-calcium/15/ 20:20:04 INFO: archiving logs to S3 20:20:05 ---> uname -a: 20:20:05 Linux prd-centos8-builder-4c-4g-794.novalocal 4.18.0-536.el8.x86_64 #1 SMP Thu Jan 18 15:15:29 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux 20:20:05 20:20:05 20:20:05 ---> lscpu: 20:20:05 Architecture: x86_64 20:20:05 CPU op-mode(s): 32-bit, 64-bit 20:20:05 Byte Order: Little Endian 20:20:05 CPU(s): 4 20:20:05 On-line CPU(s) list: 0-3 20:20:05 Thread(s) per core: 1 20:20:05 Core(s) per socket: 1 20:20:05 Socket(s): 4 20:20:05 NUMA node(s): 1 20:20:05 Vendor ID: AuthenticAMD 20:20:05 CPU family: 23 20:20:05 Model: 49 20:20:05 Model name: AMD EPYC-Rome Processor 20:20:05 Stepping: 0 20:20:05 CPU MHz: 2800.000 20:20:05 BogoMIPS: 5600.00 20:20:05 Virtualization: AMD-V 20:20:05 Hypervisor vendor: KVM 20:20:05 Virtualization type: full 20:20:05 L1d cache: 32K 20:20:05 L1i cache: 32K 20:20:05 L2 cache: 512K 20:20:05 L3 cache: 16384K 20:20:05 NUMA node0 CPU(s): 0-3 20:20:05 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 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 20:20:05 20:20:05 20:20:05 ---> nproc: 20:20:05 4 20:20:05 20:20:05 20:20:05 ---> df -h: 20:20:05 Filesystem Size Used Avail Use% Mounted on 20:20:05 devtmpfs 7.7G 0 7.7G 0% /dev 20:20:05 tmpfs 7.7G 0 7.7G 0% /dev/shm 20:20:05 tmpfs 7.7G 17M 7.7G 1% /run 20:20:05 tmpfs 7.7G 0 7.7G 0% /sys/fs/cgroup 20:20:05 /dev/vda1 80G 8.5G 72G 11% / 20:20:05 tmpfs 1.6G 0 1.6G 0% /run/user/1001 20:20:05 20:20:05 20:20:05 ---> free -m: 20:20:05 total used free shared buff/cache available 20:20:05 Mem: 15761 711 12843 19 2205 14723 20:20:05 Swap: 1023 0 1023 20:20:05 20:20:05 20:20:05 ---> ip addr: 20:20:05 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 20:20:05 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 20:20:05 inet 127.0.0.1/8 scope host lo 20:20:05 valid_lft forever preferred_lft forever 20:20:05 inet6 ::1/128 scope host 20:20:05 valid_lft forever preferred_lft forever 20:20:05 2: eth0: mtu 1458 qdisc mq state UP group default qlen 1000 20:20:05 link/ether fa:16:3e:62:8e:43 brd ff:ff:ff:ff:ff:ff 20:20:05 altname enp0s3 20:20:05 altname ens3 20:20:05 inet 10.30.170.191/23 brd 10.30.171.255 scope global dynamic noprefixroute eth0 20:20:05 valid_lft 86222sec preferred_lft 86222sec 20:20:05 inet6 fe80::f816:3eff:fe62:8e43/64 scope link 20:20:05 valid_lft forever preferred_lft forever 20:20:05 3: docker0: mtu 1458 qdisc noqueue state DOWN group default 20:20:05 link/ether 02:42:07:c6:ff:ab brd ff:ff:ff:ff:ff:ff 20:20:05 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 20:20:05 valid_lft forever preferred_lft forever 20:20:05 20:20:05 20:20:05 ---> sar -b -r -n DEV: 20:20:05 Linux 4.18.0-536.el8.x86_64 (centos-stream-8-builder-37d44b9c-5feb-4b6f-a60e-fe1022bf91ff.nov) 02/29/2024 _x86_64_ (4 CPU) 20:20:05 20:20:05 20:17:02 LINUX RESTART (4 CPU) 20:20:05 20:20:05 08:18:01 PM tps rtps wtps bread/s bwrtn/s 20:20:05 08:19:01 PM 65.44 8.06 57.38 1381.54 5409.06 20:20:05 08:20:01 PM 94.87 0.32 94.55 26.12 7464.08 20:20:05 Average: 80.16 4.19 75.97 703.83 6436.57 20:20:05 20:20:05 08:18:01 PM kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:20:05 08:19:01 PM 13284608 15097028 2854836 17.69 2688 2029216 1122168 6.53 374484 2134400 131008 20:20:05 08:20:01 PM 13130024 15056084 3009420 18.65 2688 2135672 1178376 6.86 379972 2254500 96064 20:20:05 Average: 13207316 15076556 2932128 18.17 2688 2082444 1150272 6.69 377228 2194450 113536 20:20:05 20:20:05 08:18:01 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:20:05 08:19:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:05 08:19:01 PM eth0 56.13 44.80 621.53 6.88 0.00 0.00 0.00 0.00 20:20:05 08:19:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:05 08:20:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:05 08:20:01 PM eth0 40.49 34.59 346.70 8.01 0.00 0.00 0.00 0.00 20:20:05 08:20:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:05 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:05 Average: eth0 48.31 39.70 484.12 7.45 0.00 0.00 0.00 0.00 20:20:05 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:20:05 20:20:05 20:20:05 ---> sar -P ALL: 20:20:05 Linux 4.18.0-536.el8.x86_64 (centos-stream-8-builder-37d44b9c-5feb-4b6f-a60e-fe1022bf91ff.nov) 02/29/2024 _x86_64_ (4 CPU) 20:20:05 20:20:05 20:17:02 LINUX RESTART (4 CPU) 20:20:05 20:20:05 08:18:01 PM CPU %user %nice %system %iowait %steal %idle 20:20:05 08:19:01 PM all 12.21 0.00 1.91 5.19 0.07 80.62 20:20:05 08:19:01 PM 0 7.96 0.00 1.89 4.96 0.07 85.13 20:20:05 08:19:01 PM 1 14.07 0.00 1.87 4.67 0.08 79.30 20:20:05 08:19:01 PM 2 18.66 0.00 2.59 4.41 0.05 74.29 20:20:05 08:19:01 PM 3 8.14 0.00 1.30 6.74 0.08 83.73 20:20:05 08:20:01 PM all 19.30 0.00 2.13 1.01 0.07 77.49 20:20:05 08:20:01 PM 0 28.53 0.00 2.24 0.74 0.07 68.43 20:20:05 08:20:01 PM 1 15.37 0.00 2.44 1.99 0.07 80.13 20:20:05 08:20:01 PM 2 18.58 0.00 2.24 0.77 0.07 78.34 20:20:05 08:20:01 PM 3 14.69 0.00 1.61 0.55 0.07 83.08 20:20:05 Average: all 15.75 0.00 2.02 3.10 0.07 79.05 20:20:05 Average: 0 18.24 0.00 2.06 2.85 0.07 76.78 20:20:05 Average: 1 14.72 0.00 2.16 3.33 0.08 79.72 20:20:05 Average: 2 18.62 0.00 2.41 2.59 0.06 76.32 20:20:05 Average: 3 11.41 0.00 1.46 3.65 0.08 83.41 20:20:05 20:20:05 20:20:05