20:30:07 Started by user Robert Varga 20:30:07 Running as SYSTEM 20:30:07 [EnvInject] - Loading node environment variables. 20:30:07 Building remotely on prd-centos8-builder-4c-4g-441 (centos8-builder-4c-4g) in workspace /w/workspace/autorelease-gerrit-branch-lock-calcium 20:30:08 [ssh-agent] Looking for ssh-agent implementation... 20:30:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:30:08 $ ssh-agent 20:30:08 SSH_AUTH_SOCK=/tmp/ssh-JHdk6QasRkbk/agent.5575 20:30:08 SSH_AGENT_PID=5576 20:30:08 [ssh-agent] Started. 20:30:08 Running ssh-add (command line suppressed) 20:30:08 Identity added: /w/workspace/autorelease-gerrit-branch-lock-calcium@tmp/private_key_16165930944463033834.key (/w/workspace/autorelease-gerrit-branch-lock-calcium@tmp/private_key_16165930944463033834.key) 20:30:08 [ssh-agent] Using credentials jenkins (jenkins-ssh) 20:30:08 The recommended git tool is: NONE 20:30:10 using credential jenkins-ssh 20:30:10 Wiping out workspace first. 20:30:10 Cloning the remote Git repository 20:30:10 Cloning repository git://devvexx.opendaylight.org/mirror/releng/autorelease 20:30:10 > git init /w/workspace/autorelease-gerrit-branch-lock-calcium # timeout=10 20:30:10 Fetching upstream changes from git://devvexx.opendaylight.org/mirror/releng/autorelease 20:30:10 > git --version # timeout=10 20:30:10 > git --version # 'git version 2.43.0' 20:30:10 using GIT_SSH to set credentials jenkins-ssh 20:30:10 [INFO] Currently running in a labeled security context 20:30:10 [INFO] Currently SELinux is 'enforcing' on the host 20:30:10 > /usr/bin/chcon --type=ssh_home_t /w/workspace/autorelease-gerrit-branch-lock-calcium@tmp/jenkins-gitclient-ssh11900735421842185122.key 20:30:10 Verifying host key using known hosts file 20:30:11 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:30:11 > git fetch --tags --force --progress -- git://devvexx.opendaylight.org/mirror/releng/autorelease +refs/heads/*:refs/remotes/origin/* # timeout=10 20:30:14 > git config remote.origin.url git://devvexx.opendaylight.org/mirror/releng/autorelease # timeout=10 20:30:14 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:30:14 Avoid second fetch 20:30:14 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 20:30:14 Checking out Revision 9f26789b6732bdd1b08521dcd79eee626d459394 (refs/remotes/origin/master) 20:30:14 > git config core.sparsecheckout # timeout=10 20:30:14 > git checkout -f 9f26789b6732bdd1b08521dcd79eee626d459394 # timeout=10 20:30:14 Commit message: "Update git submodules" 20:30:14 > git rev-list --no-walk 90480482cd103da8b73c78667f79ae38aacc5681 # timeout=10 20:30:14 provisioning config files... 20:30:14 copy managed file [npmrc] to file:/home/jenkins/.npmrc 20:30:14 copy managed file [pipconf] to file:/home/jenkins/.config/pip/pip.conf 20:30:14 [autorelease-gerrit-branch-lock-calcium] $ /bin/bash /tmp/jenkins12472280485598093130.sh 20:30:14 ---> autorelease-gerrit-branch-lock.sh 20:30:14 Cloning into 'All-Projects'... 20:30:15 Warning: Permanently added the RSA host key for IP address '[52.35.122.251]:29418' to the list of known hosts. 20:30:16 Total 1713 (delta 603), reused 1713 (delta 603) 20:30:16 Note: switching to '93926b742bb7bfc97f34fda422a329a6c1d1a110'. 20:30:16 20:30:16 You are in 'detached HEAD' state. You can look around, make experimental 20:30:16 changes and commit them, and you can discard any commits you make in this 20:30:16 state without impacting any branches by switching back to a branch. 20:30:16 20:30:16 If you want to create a new branch to retain commits you create, you may 20:30:16 do so (now or later) by using -c with the switch command. Example: 20:30:16 20:30:16 git switch -c 20:30:16 20:30:16 Or undo this operation with: 20:30:16 20:30:16 git switch - 20:30:16 20:30:16 Turn off this advice by setting config variable advice.detachedHead to false 20:30:16 20:30:16 Warning: Permanently added the RSA host key for IP address '[52.35.122.251]:29418' to the list of known hosts. 20:30:17 From ssh://git.opendaylight.org:29418/All-Projects 20:30:17 * [new ref] refs/meta/config -> config 20:30:17 Switched to branch 'config' 20:30:18 Warning: Permanently added the RSA host key for IP address '[52.35.122.251]:29418' to the list of known hosts. 20:30:19 Warning: Permanently added the RSA host key for IP address '[52.35.122.251]:29418' to the list of known hosts. 20:30:20 Warning: Permanently added the RSA host key for IP address '[52.35.122.251]:29418' to the list of known hosts. 20:30:21 + case $mode in 20:30:21 + echo 'INFO: Unlocking branch: master' 20:30:21 INFO: Unlocking branch: master 20:30:21 + git config -f project.config --remove-section access.refs/heads/master 20:30:21 + git commit -asm 'Chore: Unlock branch master' 20:30:21 [config ead3116] Chore: Unlock branch master 20:30:21 1 file changed, 6 deletions(-) 20:30:21 + git diff HEAD~1 20:30:21 diff --git a/project.config b/project.config 20:30:21 index 268f5c0..52d4f8a 100644 20:30:21 --- a/project.config 20:30:21 +++ b/project.config 20:30:21 @@ -142,9 +142,3 @@ 20:30:21 exclusiveGroupPermissions = create 20:30:21 create = block group Registered Users 20:30:21 create = group Release Engineering Team 20:30:21 -[access "refs/heads/master"] 20:30:21 - exclusiveGroupPermissions = submit 20:30:21 - submit = group Release Engineering Team 20:30:21 - removeReviewer = group Release Engineering Team 20:30:21 - label-Code-Review = -2..+2 group Release Engineering Team 20:30:21 - label-Verified = -1..+1 group Release Engineering Team 20:30:21 + '[' false = true ']' 20:30:21 + echo 'INFO: Pushing changes to the repository.' 20:30:21 INFO: Pushing changes to the repository. 20:30:21 + git push origin HEAD:refs/meta/config 20:30:22 Warning: Permanently added the RSA host key for IP address '[52.35.122.251]:29418' to the list of known hosts. 20:30:22 remote: remote: Processing changes: refs: 1 remote: Processing changes: refs: 1 remote: Processing changes: refs: 1, done 20:30:22 To ssh://git.opendaylight.org:29418/All-Projects 20:30:22 93926b7..ead3116 HEAD -> refs/meta/config 20:30:22 $ ssh-agent -k 20:30:22 unset SSH_AUTH_SOCK; 20:30:22 unset SSH_AGENT_PID; 20:30:22 echo Agent pid 5576 killed; 20:30:22 [ssh-agent] Stopped. 20:30:22 [PostBuildScript] - [INFO] Executing post build scripts. 20:30:22 [autorelease-gerrit-branch-lock-calcium] $ /bin/bash /tmp/jenkins17645737806692161662.sh 20:30:22 ---> sysstat.sh 20:30:23 [autorelease-gerrit-branch-lock-calcium] $ /bin/bash /tmp/jenkins13836955219845564596.sh 20:30:23 ---> package-listing.sh 20:30:23 ++ facter osfamily 20:30:23 ++ tr '[:upper:]' '[:lower:]' 20:30:23 + OS_FAMILY=redhat 20:30:23 + workspace=/w/workspace/autorelease-gerrit-branch-lock-calcium 20:30:23 + START_PACKAGES=/tmp/packages_start.txt 20:30:23 + END_PACKAGES=/tmp/packages_end.txt 20:30:23 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:30:23 + PACKAGES=/tmp/packages_start.txt 20:30:23 + '[' /w/workspace/autorelease-gerrit-branch-lock-calcium ']' 20:30:23 + PACKAGES=/tmp/packages_end.txt 20:30:23 + case "${OS_FAMILY}" in 20:30:23 + sort 20:30:23 + rpm -qa 20:30:24 + '[' -f /tmp/packages_start.txt ']' 20:30:24 + '[' -f /tmp/packages_end.txt ']' 20:30:24 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:30:24 + '[' /w/workspace/autorelease-gerrit-branch-lock-calcium ']' 20:30:24 + mkdir -p /w/workspace/autorelease-gerrit-branch-lock-calcium/archives/ 20:30:24 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/autorelease-gerrit-branch-lock-calcium/archives/ 20:30:24 [autorelease-gerrit-branch-lock-calcium] $ /bin/bash /tmp/jenkins14437452975082536041.sh 20:30:24 ---> capture-instance-metadata.sh 20:30:24 Setup pyenv: 20:30:24 system 20:30:24 * 3.8.13 (set by /opt/pyenv/version) 20:30:24 * 3.9.13 (set by /opt/pyenv/version) 20:30:24 * 3.10.6 (set by /opt/pyenv/version) 20:30:28 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-t66N 20:30:28 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 20:30:32 lf-activate-venv(): INFO: Installing: lftools 20:31:08 lf-activate-venv(): INFO: Adding /tmp/venv-t66N/bin to PATH 20:31:08 INFO: Running in OpenStack, capturing instance metadata 20:31:09 [autorelease-gerrit-branch-lock-calcium] $ /bin/bash /tmp/jenkins15543026514370113085.sh 20:31:09 provisioning config files... 20:31:09 Could not find credentials [logs] for autorelease-gerrit-branch-lock-calcium #13 20:31:09 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/autorelease-gerrit-branch-lock-calcium@tmp/config15006562486599879823tmp 20:31:09 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[odl-logs-s3-cloudfront-index] 20:31:09 Run condition [Regular expression match] enabling perform for step [Provide Configuration files] 20:31:09 provisioning config files... 20:31:09 copy managed file [jenkins-s3-log-ship] to file:/home/jenkins/.aws/credentials 20:31:09 [EnvInject] - Injecting environment variables from a build step. 20:31:09 [EnvInject] - Injecting as environment variables the properties content 20:31:09 SERVER_ID=logs 20:31:09 20:31:09 [EnvInject] - Variables injected successfully. 20:31:09 [autorelease-gerrit-branch-lock-calcium] $ /bin/bash /tmp/jenkins9945481976767736394.sh 20:31:09 ---> create-netrc.sh 20:31:09 WARN: Log server credential not found. 20:31:09 [autorelease-gerrit-branch-lock-calcium] $ /bin/bash /tmp/jenkins5444199045654092956.sh 20:31:09 ---> python-tools-install.sh 20:31:09 Setup pyenv: 20:31:09 system 20:31:09 3.8.13 20:31:09 3.9.13 20:31:09 * 3.10.6 (set by /w/workspace/autorelease-gerrit-branch-lock-calcium/.python-version) 20:31:09 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-t66N from file:/tmp/.os_lf_venv 20:31:11 lf-activate-venv(): INFO: Installing: lftools 20:31:19 lf-activate-venv(): INFO: Adding /tmp/venv-t66N/bin to PATH 20:31:19 Generating Requirements File 20:31:49 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:31:49 lftools 0.37.9 requires openstacksdk>=2.1.0, but you have openstacksdk 0.62.0 which is incompatible. 20:31:50 Python 3.10.6 20:31:50 pip 24.0 from /tmp/venv-t66N/lib/python3.10/site-packages/pip (python 3.10) 20:31:50 appdirs==1.4.4 20:31:50 argcomplete==3.2.2 20:31:50 aspy.yaml==1.3.0 20:31:50 attrs==23.2.0 20:31:50 autopage==0.5.2 20:31:50 beautifulsoup4==4.12.3 20:31:50 boto3==1.34.52 20:31:50 botocore==1.34.52 20:31:50 bs4==0.0.2 20:31:50 cachetools==5.3.3 20:31:50 certifi==2024.2.2 20:31:50 cffi==1.16.0 20:31:50 cfgv==3.4.0 20:31:50 chardet==5.2.0 20:31:50 charset-normalizer==3.3.2 20:31:50 click==8.1.7 20:31:50 cliff==4.6.0 20:31:50 cmd2==2.4.3 20:31:50 cryptography==3.3.2 20:31:50 debtcollector==3.0.0 20:31:50 decorator==5.1.1 20:31:50 defusedxml==0.7.1 20:31:50 Deprecated==1.2.14 20:31:50 distlib==0.3.8 20:31:50 dnspython==2.6.1 20:31:50 docker==4.2.2 20:31:50 dogpile.cache==1.3.2 20:31:50 email_validator==2.1.1 20:31:50 filelock==3.13.1 20:31:50 future==1.0.0 20:31:50 gitdb==4.0.11 20:31:50 GitPython==3.1.42 20:31:50 google-auth==2.28.1 20:31:50 httplib2==0.22.0 20:31:50 identify==2.5.35 20:31:50 idna==3.6 20:31:50 importlib-resources==1.5.0 20:31:50 iso8601==2.1.0 20:31:50 Jinja2==3.1.3 20:31:50 jmespath==1.0.1 20:31:50 jsonpatch==1.33 20:31:50 jsonpointer==2.4 20:31:50 jsonschema==4.21.1 20:31:50 jsonschema-specifications==2023.12.1 20:31:50 keystoneauth1==5.6.0 20:31:50 kubernetes==29.0.0 20:31:50 lftools==0.37.9 20:31:50 lxml==5.1.0 20:31:50 MarkupSafe==2.1.5 20:31:50 msgpack==1.0.7 20:31:50 multi_key_dict==2.0.3 20:31:50 munch==4.0.0 20:31:50 netaddr==1.2.1 20:31:50 netifaces==0.11.0 20:31:50 niet==1.4.2 20:31:50 nodeenv==1.8.0 20:31:50 oauth2client==4.1.3 20:31:50 oauthlib==3.2.2 20:31:50 openstacksdk==0.62.0 20:31:50 os-client-config==2.1.0 20:31:50 os-service-types==1.7.0 20:31:50 osc-lib==3.0.1 20:31:50 oslo.config==9.4.0 20:31:50 oslo.context==5.4.0 20:31:50 oslo.i18n==6.3.0 20:31:50 oslo.log==5.5.0 20:31:50 oslo.serialization==5.4.0 20:31:50 oslo.utils==7.1.0 20:31:50 packaging==23.2 20:31:50 pbr==6.0.0 20:31:50 platformdirs==4.2.0 20:31:50 prettytable==3.10.0 20:31:50 pyasn1==0.5.1 20:31:50 pyasn1-modules==0.3.0 20:31:50 pycparser==2.21 20:31:50 pygerrit2==2.0.15 20:31:50 PyGithub==2.2.0 20:31:50 pyinotify==0.9.6 20:31:50 PyJWT==2.8.0 20:31:50 PyNaCl==1.5.0 20:31:50 pyparsing==2.4.7 20:31:50 pyperclip==1.8.2 20:31:50 pyrsistent==0.20.0 20:31:50 python-cinderclient==9.4.0 20:31:50 python-dateutil==2.8.2 20:31:50 python-heatclient==3.4.0 20:31:50 python-jenkins==1.8.2 20:31:50 python-keystoneclient==5.3.0 20:31:50 python-magnumclient==4.3.0 20:31:50 python-novaclient==18.4.0 20:31:50 python-openstackclient==6.0.1 20:31:50 python-swiftclient==4.4.0 20:31:50 PyYAML==6.0.1 20:31:50 referencing==0.33.0 20:31:50 requests==2.31.0 20:31:50 requests-oauthlib==1.3.1 20:31:50 requestsexceptions==1.4.0 20:31:50 rfc3986==2.0.0 20:31:50 rpds-py==0.18.0 20:31:50 rsa==4.9 20:31:50 ruamel.yaml==0.18.6 20:31:50 ruamel.yaml.clib==0.2.8 20:31:50 s3transfer==0.10.0 20:31:50 simplejson==3.19.2 20:31:50 six==1.16.0 20:31:50 smmap==5.0.1 20:31:50 soupsieve==2.5 20:31:50 stevedore==5.2.0 20:31:50 tabulate==0.9.0 20:31:50 toml==0.10.2 20:31:50 tomlkit==0.12.4 20:31:50 tqdm==4.66.2 20:31:50 typing_extensions==4.10.0 20:31:50 tzdata==2024.1 20:31:50 urllib3==1.26.18 20:31:50 virtualenv==20.25.1 20:31:50 wcwidth==0.2.13 20:31:50 websocket-client==1.7.0 20:31:50 wrapt==1.16.0 20:31:50 xdg==6.0.0 20:31:50 xmltodict==0.13.0 20:31:50 yq==3.2.3 20:31:51 [autorelease-gerrit-branch-lock-calcium] $ /bin/bash /tmp/jenkins7290029948299756944.sh 20:31:51 ---> sudo-logs.sh 20:31:51 Archiving 'sudo' log.. 20:31:51 [autorelease-gerrit-branch-lock-calcium] $ /bin/bash /tmp/jenkins6627634936711726483.sh 20:31:51 ---> job-cost.sh 20:31:51 Setup pyenv: 20:31:51 system 20:31:51 3.8.13 20:31:51 3.9.13 20:31:51 * 3.10.6 (set by /w/workspace/autorelease-gerrit-branch-lock-calcium/.python-version) 20:31:51 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-t66N from file:/tmp/.os_lf_venv 20:31:53 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 20:32:02 lf-activate-venv(): INFO: Adding /tmp/venv-t66N/bin to PATH 20:32:02 INFO: No Stack... 20:32:02 INFO: Retrieving Pricing Info for: v3-standard-4 20:32:02 INFO: Archiving Costs 20:32:02 [autorelease-gerrit-branch-lock-calcium] $ /bin/bash -l /tmp/jenkins4978039722392687565.sh 20:32:02 ---> logs-deploy.sh 20:32:02 Setup pyenv: 20:32:02 system 20:32:02 3.8.13 20:32:02 3.9.13 20:32:02 * 3.10.6 (set by /w/workspace/autorelease-gerrit-branch-lock-calcium/.python-version) 20:32:02 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-t66N from file:/tmp/.os_lf_venv 20:32:04 lf-activate-venv(): INFO: Installing: lftools 20:32:16 lf-activate-venv(): INFO: Adding /tmp/venv-t66N/bin to PATH 20:32:16 WARNING: Nexus logging server not set 20:32:16 INFO: S3 path logs/releng/vex-yul-odl-jenkins-1/autorelease-gerrit-branch-lock-calcium/13/ 20:32:16 INFO: archiving logs to S3 20:32:17 ---> uname -a: 20:32:17 Linux prd-centos8-builder-4c-4g-441.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:32:17 20:32:17 20:32:17 ---> lscpu: 20:32:17 Architecture: x86_64 20:32:17 CPU op-mode(s): 32-bit, 64-bit 20:32:17 Byte Order: Little Endian 20:32:17 CPU(s): 4 20:32:17 On-line CPU(s) list: 0-3 20:32:17 Thread(s) per core: 1 20:32:17 Core(s) per socket: 1 20:32:17 Socket(s): 4 20:32:17 NUMA node(s): 1 20:32:17 Vendor ID: AuthenticAMD 20:32:17 CPU family: 23 20:32:17 Model: 49 20:32:17 Model name: AMD EPYC-Rome Processor 20:32:17 Stepping: 0 20:32:17 CPU MHz: 2799.998 20:32:17 BogoMIPS: 5599.99 20:32:17 Virtualization: AMD-V 20:32:17 Hypervisor vendor: KVM 20:32:17 Virtualization type: full 20:32:17 L1d cache: 32K 20:32:17 L1i cache: 32K 20:32:17 L2 cache: 512K 20:32:17 L3 cache: 16384K 20:32:17 NUMA node0 CPU(s): 0-3 20:32:17 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:32:17 20:32:17 20:32:17 ---> nproc: 20:32:17 4 20:32:17 20:32:17 20:32:17 ---> df -h: 20:32:17 Filesystem Size Used Avail Use% Mounted on 20:32:17 devtmpfs 7.7G 0 7.7G 0% /dev 20:32:17 tmpfs 7.7G 0 7.7G 0% /dev/shm 20:32:17 tmpfs 7.7G 17M 7.7G 1% /run 20:32:17 tmpfs 7.7G 0 7.7G 0% /sys/fs/cgroup 20:32:17 /dev/vda1 80G 8.4G 72G 11% / 20:32:17 tmpfs 1.6G 0 1.6G 0% /run/user/1001 20:32:17 20:32:17 20:32:17 ---> free -m: 20:32:17 total used free shared buff/cache available 20:32:17 Mem: 15761 724 12830 19 2206 14711 20:32:17 Swap: 1023 0 1023 20:32:17 20:32:17 20:32:17 ---> ip addr: 20:32:17 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 20:32:17 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 20:32:17 inet 127.0.0.1/8 scope host lo 20:32:17 valid_lft forever preferred_lft forever 20:32:17 inet6 ::1/128 scope host 20:32:17 valid_lft forever preferred_lft forever 20:32:17 2: eth0: mtu 1458 qdisc mq state UP group default qlen 1000 20:32:17 link/ether fa:16:3e:fa:b5:89 brd ff:ff:ff:ff:ff:ff 20:32:17 altname enp0s3 20:32:17 altname ens3 20:32:17 inet 10.30.171.116/23 brd 10.30.171.255 scope global dynamic noprefixroute eth0 20:32:17 valid_lft 86241sec preferred_lft 86241sec 20:32:17 inet6 fe80::f816:3eff:fefa:b589/64 scope link 20:32:17 valid_lft forever preferred_lft forever 20:32:17 3: docker0: mtu 1458 qdisc noqueue state DOWN group default 20:32:17 link/ether 02:42:1e:6d:93:ae brd ff:ff:ff:ff:ff:ff 20:32:17 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 20:32:17 valid_lft forever preferred_lft forever 20:32:17 20:32:17 20:32:17 ---> sar -b -r -n DEV: 20:32:17 Linux 4.18.0-536.el8.x86_64 (centos-stream-8-builder-37d44b9c-5feb-4b6f-a60e-fe1022bf91ff.nov) 02/28/2024 _x86_64_ (4 CPU) 20:32:17 20:32:17 20:29:35 LINUX RESTART (4 CPU) 20:32:17 20:32:17 08:30:01 PM tps rtps wtps bread/s bwrtn/s 20:32:17 08:31:02 PM 57.57 23.04 34.53 4840.81 4351.16 20:32:17 08:32:01 PM 110.35 1.02 109.34 92.17 8387.68 20:32:17 Average: 83.66 12.15 71.51 2493.53 6346.43 20:32:17 20:32:17 08:30:01 PM kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:32:17 08:31:02 PM 13325904 15074244 2813544 17.43 2688 1972240 1200700 6.99 384188 2109492 94360 20:32:17 08:32:01 PM 13120416 15061200 3019032 18.71 2688 2150468 1120328 6.52 385928 2258708 123860 20:32:17 Average: 13223160 15067722 2916288 18.07 2688 2061354 1160514 6.75 385058 2184100 109110 20:32:17 20:32:17 08:30:01 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:32:17 08:31:02 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:32:17 08:31:02 PM eth0 341.47 199.01 1683.41 56.91 0.00 0.00 0.00 0.00 20:32:17 08:31:02 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:32:17 08:32:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:32:17 08:32:01 PM eth0 37.26 32.26 353.67 8.08 0.00 0.00 0.00 0.00 20:32:17 08:32:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:32:17 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:32:17 Average: eth0 191.10 116.58 1026.12 32.77 0.00 0.00 0.00 0.00 20:32:17 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:32:17 20:32:17 20:32:17 ---> sar -P ALL: 20:32:17 Linux 4.18.0-536.el8.x86_64 (centos-stream-8-builder-37d44b9c-5feb-4b6f-a60e-fe1022bf91ff.nov) 02/28/2024 _x86_64_ (4 CPU) 20:32:17 20:32:17 20:29:35 LINUX RESTART (4 CPU) 20:32:17 20:32:17 08:30:01 PM CPU %user %nice %system %iowait %steal %idle 20:32:17 08:31:02 PM all 16.99 0.00 3.15 1.33 0.07 78.45 20:32:17 08:31:02 PM 0 19.40 0.00 3.27 1.98 0.08 75.27 20:32:17 08:31:02 PM 1 11.24 0.00 1.98 0.73 0.08 85.96 20:32:17 08:31:02 PM 2 8.29 0.00 2.46 0.65 0.07 88.54 20:32:17 08:31:02 PM 3 28.99 0.00 4.89 1.96 0.07 64.09 20:32:17 08:32:01 PM all 19.91 0.00 2.53 1.01 0.07 76.49 20:32:17 08:32:01 PM 0 28.23 0.00 3.84 0.73 0.08 67.12 20:32:17 08:32:01 PM 1 24.58 0.00 2.43 1.51 0.07 71.41 20:32:17 08:32:01 PM 2 6.78 0.00 1.65 1.43 0.05 90.09 20:32:17 08:32:01 PM 3 20.00 0.00 2.19 0.37 0.07 77.36 20:32:17 Average: all 18.43 0.00 2.84 1.17 0.07 77.48 20:32:17 Average: 0 23.77 0.00 3.55 1.36 0.08 71.24 20:32:17 Average: 1 17.84 0.00 2.20 1.12 0.08 78.76 20:32:17 Average: 2 7.54 0.00 2.06 1.04 0.06 89.31 20:32:17 Average: 3 24.55 0.00 3.55 1.18 0.07 70.65 20:32:17 20:32:17 20:32:17