07:38:20 Started by user Robert Varga 07:38:20 Running as SYSTEM 07:38:21 [EnvInject] - Loading node environment variables. 07:38:21 Building remotely on prd-centos8-builder-4c-4g-26921 (centos8-builder-4c-4g) in workspace /w/workspace/autorelease-gerrit-branch-lock-titanium 07:38:21 [ssh-agent] Looking for ssh-agent implementation... 07:38:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:38:21 $ ssh-agent 07:38:21 SSH_AUTH_SOCK=/tmp/ssh-udsSW8E7JWKV/agent.5516 07:38:21 SSH_AGENT_PID=5518 07:38:21 [ssh-agent] Started. 07:38:21 Running ssh-add (command line suppressed) 07:38:21 Identity added: /w/workspace/autorelease-gerrit-branch-lock-titanium@tmp/private_key_17174774552487258450.key (/w/workspace/autorelease-gerrit-branch-lock-titanium@tmp/private_key_17174774552487258450.key) 07:38:21 [ssh-agent] Using credentials jenkins (jenkins-ssh) 07:38:21 The recommended git tool is: NONE 07:38:23 using credential jenkins-ssh 07:38:23 Wiping out workspace first. 07:38:23 Cloning the remote Git repository 07:38:23 Cloning repository git://devvexx.opendaylight.org/mirror/releng/autorelease 07:38:23 > git init /w/workspace/autorelease-gerrit-branch-lock-titanium # timeout=10 07:38:23 Fetching upstream changes from git://devvexx.opendaylight.org/mirror/releng/autorelease 07:38:23 > git --version # timeout=10 07:38:23 > git --version # 'git version 2.43.0' 07:38:23 using GIT_SSH to set credentials jenkins-ssh 07:38:23 [INFO] Currently running in a labeled security context 07:38:23 [INFO] Currently SELinux is 'enforcing' on the host 07:38:23 > /usr/bin/chcon --type=ssh_home_t /w/workspace/autorelease-gerrit-branch-lock-titanium@tmp/jenkins-gitclient-ssh16707802483626378052.key 07:38:23 Verifying host key using known hosts file 07:38:23 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. 07:38:23 > git fetch --tags --force --progress -- git://devvexx.opendaylight.org/mirror/releng/autorelease +refs/heads/*:refs/remotes/origin/* # timeout=10 07:38:26 > git config remote.origin.url git://devvexx.opendaylight.org/mirror/releng/autorelease # timeout=10 07:38:26 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:38:27 Avoid second fetch 07:38:27 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 07:38:27 Checking out Revision d1483cc5fbc3d9e7cf34a1934e7145dd6547f00b (refs/remotes/origin/master) 07:38:27 > git config core.sparsecheckout # timeout=10 07:38:27 > git checkout -f d1483cc5fbc3d9e7cf34a1934e7145dd6547f00b # timeout=10 07:38:27 Commit message: "Update git submodules" 07:38:27 > git rev-list --no-walk d1483cc5fbc3d9e7cf34a1934e7145dd6547f00b # timeout=10 07:38:30 provisioning config files... 07:38:30 copy managed file [npmrc] to file:/home/jenkins/.npmrc 07:38:30 copy managed file [pipconf] to file:/home/jenkins/.config/pip/pip.conf 07:38:30 [autorelease-gerrit-branch-lock-titanium] $ /bin/bash /tmp/jenkins11302242641107574563.sh 07:38:31 ---> autorelease-gerrit-branch-lock.sh 07:38:31 Cloning into 'All-Projects'... 07:38:31 Warning: Permanently added the RSA host key for IP address '[13.39.230.180]:29418' to the list of known hosts. 07:38:32 Total 1854 (delta 618), reused 1854 (delta 618) 07:38:32 Note: switching to 'aae75d870eebc84bfb5a67d17390fee78a5a72c1'. 07:38:32 07:38:32 You are in 'detached HEAD' state. You can look around, make experimental 07:38:32 changes and commit them, and you can discard any commits you make in this 07:38:32 state without impacting any branches by switching back to a branch. 07:38:32 07:38:32 If you want to create a new branch to retain commits you create, you may 07:38:32 do so (now or later) by using -c with the switch command. Example: 07:38:32 07:38:32 git switch -c 07:38:32 07:38:32 Or undo this operation with: 07:38:32 07:38:32 git switch - 07:38:32 07:38:32 Turn off this advice by setting config variable advice.detachedHead to false 07:38:32 07:38:33 Warning: Permanently added the RSA host key for IP address '[52.47.161.242]:29418' to the list of known hosts. 07:38:33 From ssh://git.opendaylight.org:29418/All-Projects 07:38:33 * [new ref] refs/meta/config -> config 07:38:34 Switched to branch 'config' 07:38:34 Warning: Permanently added the RSA host key for IP address '[13.39.230.180]:29418' to the list of known hosts. 07:38:35 Warning: Permanently added the RSA host key for IP address '[35.181.223.58]:29418' to the list of known hosts. 07:38:37 Warning: Permanently added the RSA host key for IP address '[52.47.161.242]:29418' to the list of known hosts. 07:38:38 + case $mode in 07:38:38 + echo 'INFO: Locking branch for MRI: master' 07:38:38 INFO: Locking branch for MRI: master 07:38:38 + git config -f project.config access.refs/heads/master.exclusiveGroupPermissions submit 07:38:38 + git config -f project.config access.refs/heads/master.submit 'group Release Engineering Team' 07:38:38 + git config -f project.config access.refs/heads/master.removeReviewer 'group Release Engineering Team' 07:38:38 + git config -f project.config access.refs/heads/master.label-Code-Review '-2..+2 group Release Engineering Team' 07:38:38 + git config -f project.config access.refs/heads/master.label-Verified '-1..+1 group Release Engineering Team' 07:38:38 + git commit -asm 'Chore: Grant supercommitters rights master' 07:38:38 [config 060164b] Chore: Grant supercommitters rights master 07:38:38 1 file changed, 6 insertions(+) 07:38:38 + git diff HEAD~1 07:38:38 diff --git a/project.config b/project.config 07:38:38 index 52d4f8a..268f5c0 100644 07:38:38 --- a/project.config 07:38:38 +++ b/project.config 07:38:38 @@ -142,3 +142,9 @@ 07:38:38 exclusiveGroupPermissions = create 07:38:38 create = block group Registered Users 07:38:38 create = group Release Engineering Team 07:38:38 +[access "refs/heads/master"] 07:38:38 + exclusiveGroupPermissions = submit 07:38:38 + submit = group Release Engineering Team 07:38:38 + removeReviewer = group Release Engineering Team 07:38:38 + label-Code-Review = -2..+2 group Release Engineering Team 07:38:38 + label-Verified = -1..+1 group Release Engineering Team 07:38:38 + '[' false = true ']' 07:38:38 + echo 'INFO: Pushing changes to the repository.' 07:38:38 INFO: Pushing changes to the repository. 07:38:38 + git push origin HEAD:refs/meta/config 07:38:38 Warning: Permanently added the RSA host key for IP address '[13.39.230.180]:29418' to the list of known hosts. 07:38:39 remote: remote: Processing changes: refs: 1 remote: Processing changes: refs: 1 remote: Processing changes: refs: 1, done 07:38:39 To ssh://git.opendaylight.org:29418/All-Projects 07:38:39 aae75d8..060164b HEAD -> refs/meta/config 07:38:39 $ ssh-agent -k 07:38:39 unset SSH_AUTH_SOCK; 07:38:39 unset SSH_AGENT_PID; 07:38:39 echo Agent pid 5518 killed; 07:38:39 [ssh-agent] Stopped. 07:38:39 [PostBuildScript] - [INFO] Executing post build scripts. 07:38:39 [autorelease-gerrit-branch-lock-titanium] $ /bin/bash /tmp/jenkins5678757923517172653.sh 07:38:39 ---> sysstat.sh 07:38:40 [autorelease-gerrit-branch-lock-titanium] $ /bin/bash /tmp/jenkins8398336113312115732.sh 07:38:40 ---> package-listing.sh 07:38:40 ++ facter osfamily 07:38:40 ++ tr '[:upper:]' '[:lower:]' 07:38:40 + OS_FAMILY=redhat 07:38:40 + workspace=/w/workspace/autorelease-gerrit-branch-lock-titanium 07:38:40 + START_PACKAGES=/tmp/packages_start.txt 07:38:40 + END_PACKAGES=/tmp/packages_end.txt 07:38:40 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:38:40 + PACKAGES=/tmp/packages_start.txt 07:38:40 + '[' /w/workspace/autorelease-gerrit-branch-lock-titanium ']' 07:38:40 + PACKAGES=/tmp/packages_end.txt 07:38:40 + case "${OS_FAMILY}" in 07:38:40 + rpm -qa 07:38:40 + sort 07:38:41 + '[' -f /tmp/packages_start.txt ']' 07:38:41 + '[' -f /tmp/packages_end.txt ']' 07:38:41 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:38:41 + '[' /w/workspace/autorelease-gerrit-branch-lock-titanium ']' 07:38:41 + mkdir -p /w/workspace/autorelease-gerrit-branch-lock-titanium/archives/ 07:38:41 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/autorelease-gerrit-branch-lock-titanium/archives/ 07:38:41 [autorelease-gerrit-branch-lock-titanium] $ /bin/bash /tmp/jenkins10460544088401067289.sh 07:38:41 ---> capture-instance-metadata.sh 07:38:41 Setup pyenv: 07:38:41 system 07:38:41 * 3.8.13 (set by /opt/pyenv/version) 07:38:41 * 3.9.13 (set by /opt/pyenv/version) 07:38:41 * 3.10.13 (set by /opt/pyenv/version) 07:38:41 * 3.11.7 (set by /opt/pyenv/version) 07:38:46 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Escl 07:38:46 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 07:38:48 lf-activate-venv(): INFO: Installing: lftools 07:39:15 lf-activate-venv(): INFO: Adding /tmp/venv-Escl/bin to PATH 07:39:15 INFO: Running in OpenStack, capturing instance metadata 07:39:16 [autorelease-gerrit-branch-lock-titanium] $ /bin/bash /tmp/jenkins5366034883440018701.sh 07:39:16 provisioning config files... 07:39:16 Could not find credentials [logs] for autorelease-gerrit-branch-lock-titanium #9 07:39:16 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/autorelease-gerrit-branch-lock-titanium@tmp/config3463061440673329415tmp 07:39:16 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[odl-logs-s3-cloudfront-index] 07:39:16 Run condition [Regular expression match] enabling perform for step [Provide Configuration files] 07:39:16 provisioning config files... 07:39:16 copy managed file [jenkins-s3-log-ship] to file:/home/jenkins/.aws/credentials 07:39:16 [EnvInject] - Injecting environment variables from a build step. 07:39:16 [EnvInject] - Injecting as environment variables the properties content 07:39:16 SERVER_ID=logs 07:39:16 07:39:16 [EnvInject] - Variables injected successfully. 07:39:17 [autorelease-gerrit-branch-lock-titanium] $ /bin/bash /tmp/jenkins14970823077861825476.sh 07:39:17 ---> create-netrc.sh 07:39:17 WARN: Log server credential not found. 07:39:17 [autorelease-gerrit-branch-lock-titanium] $ /bin/bash /tmp/jenkins14219454432831159663.sh 07:39:17 ---> python-tools-install.sh 07:39:17 Setup pyenv: 07:39:17 system 07:39:17 3.8.13 07:39:17 3.9.13 07:39:17 3.10.13 07:39:17 * 3.11.7 (set by /w/workspace/autorelease-gerrit-branch-lock-titanium/.python-version) 07:39:17 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-Escl from file:/tmp/.os_lf_venv 07:39:18 lf-activate-venv(): INFO: Installing: lftools 07:39:26 lf-activate-venv(): INFO: Adding /tmp/venv-Escl/bin to PATH 07:39:26 Generating Requirements File 07:39:49 Python 3.11.7 07:39:49 pip 24.2 from /tmp/venv-Escl/lib/python3.11/site-packages/pip (python 3.11) 07:39:49 appdirs==1.4.4 07:39:49 argcomplete==3.5.0 07:39:49 aspy.yaml==1.3.0 07:39:49 attrs==24.2.0 07:39:49 autopage==0.5.2 07:39:49 beautifulsoup4==4.12.3 07:39:49 boto3==1.35.25 07:39:49 botocore==1.35.25 07:39:49 bs4==0.0.2 07:39:49 cachetools==5.5.0 07:39:49 certifi==2024.8.30 07:39:49 cffi==1.17.1 07:39:49 cfgv==3.4.0 07:39:49 chardet==5.2.0 07:39:49 charset-normalizer==3.3.2 07:39:49 click==8.1.7 07:39:49 cliff==4.7.0 07:39:49 cmd2==2.4.3 07:39:49 cryptography==3.3.2 07:39:49 debtcollector==3.0.0 07:39:49 decorator==5.1.1 07:39:49 defusedxml==0.7.1 07:39:49 Deprecated==1.2.14 07:39:49 distlib==0.3.8 07:39:49 dnspython==2.6.1 07:39:49 docker==4.2.2 07:39:49 dogpile.cache==1.3.3 07:39:49 durationpy==0.7 07:39:49 email_validator==2.2.0 07:39:49 filelock==3.16.1 07:39:49 future==1.0.0 07:39:49 gitdb==4.0.11 07:39:49 GitPython==3.1.43 07:39:49 google-auth==2.35.0 07:39:49 httplib2==0.22.0 07:39:49 identify==2.6.1 07:39:49 idna==3.10 07:39:49 importlib-resources==1.5.0 07:39:49 iso8601==2.1.0 07:39:49 Jinja2==3.1.4 07:39:49 jmespath==1.0.1 07:39:49 jsonpatch==1.33 07:39:49 jsonpointer==3.0.0 07:39:49 jsonschema==4.23.0 07:39:49 jsonschema-specifications==2023.12.1 07:39:49 keystoneauth1==5.8.0 07:39:49 kubernetes==31.0.0 07:39:49 lftools==0.37.10 07:39:49 lxml==5.3.0 07:39:49 MarkupSafe==2.1.5 07:39:49 msgpack==1.1.0 07:39:49 multi_key_dict==2.0.3 07:39:49 munch==4.0.0 07:39:49 netaddr==1.3.0 07:39:49 netifaces==0.11.0 07:39:49 niet==1.4.2 07:39:49 nodeenv==1.9.1 07:39:49 oauth2client==4.1.3 07:39:49 oauthlib==3.2.2 07:39:49 openstacksdk==4.0.0 07:39:49 os-client-config==2.1.0 07:39:49 os-service-types==1.7.0 07:39:49 osc-lib==3.1.0 07:39:49 oslo.config==9.6.0 07:39:49 oslo.context==5.6.0 07:39:49 oslo.i18n==6.4.0 07:39:49 oslo.log==6.1.2 07:39:49 oslo.serialization==5.5.0 07:39:49 oslo.utils==7.3.0 07:39:49 packaging==24.1 07:39:49 pbr==6.1.0 07:39:49 platformdirs==4.3.6 07:39:49 prettytable==3.11.0 07:39:49 pyasn1==0.6.1 07:39:49 pyasn1_modules==0.4.1 07:39:49 pycparser==2.22 07:39:49 pygerrit2==2.0.15 07:39:49 PyGithub==2.4.0 07:39:49 PyJWT==2.9.0 07:39:49 PyNaCl==1.5.0 07:39:49 pyparsing==2.4.7 07:39:49 pyperclip==1.9.0 07:39:49 pyrsistent==0.20.0 07:39:49 python-cinderclient==9.6.0 07:39:49 python-dateutil==2.9.0.post0 07:39:49 python-heatclient==4.0.0 07:39:49 python-jenkins==1.8.2 07:39:49 python-keystoneclient==5.5.0 07:39:49 python-magnumclient==4.7.0 07:39:49 python-openstackclient==7.1.2 07:39:49 python-swiftclient==4.6.0 07:39:49 PyYAML==6.0.2 07:39:49 referencing==0.35.1 07:39:49 requests==2.32.3 07:39:49 requests-oauthlib==2.0.0 07:39:49 requestsexceptions==1.4.0 07:39:49 rfc3986==2.0.0 07:39:49 rpds-py==0.20.0 07:39:49 rsa==4.9 07:39:49 ruamel.yaml==0.18.6 07:39:49 ruamel.yaml.clib==0.2.8 07:39:49 s3transfer==0.10.2 07:39:49 simplejson==3.19.3 07:39:49 six==1.16.0 07:39:49 smmap==5.0.1 07:39:49 soupsieve==2.6 07:39:49 stevedore==5.3.0 07:39:49 tabulate==0.9.0 07:39:49 toml==0.10.2 07:39:49 tomlkit==0.13.2 07:39:49 tqdm==4.66.5 07:39:49 typing_extensions==4.12.2 07:39:49 tzdata==2024.2 07:39:49 urllib3==1.26.20 07:39:49 virtualenv==20.26.5 07:39:49 wcwidth==0.2.13 07:39:49 websocket-client==1.8.0 07:39:49 wrapt==1.16.0 07:39:49 xdg==6.0.0 07:39:49 xmltodict==0.13.0 07:39:49 yq==3.4.3 07:39:49 [autorelease-gerrit-branch-lock-titanium] $ /bin/bash /tmp/jenkins16774553158101877165.sh 07:39:49 ---> sudo-logs.sh 07:39:49 Archiving 'sudo' log.. 07:39:50 [autorelease-gerrit-branch-lock-titanium] $ /bin/bash /tmp/jenkins1777575807743171532.sh 07:39:50 ---> job-cost.sh 07:39:50 Setup pyenv: 07:39:50 system 07:39:50 3.8.13 07:39:50 3.9.13 07:39:50 3.10.13 07:39:50 * 3.11.7 (set by /w/workspace/autorelease-gerrit-branch-lock-titanium/.python-version) 07:39:50 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-Escl from file:/tmp/.os_lf_venv 07:39:51 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 07:39:56 lf-activate-venv(): INFO: Adding /tmp/venv-Escl/bin to PATH 07:39:56 INFO: No Stack... 07:39:56 INFO: Retrieving Pricing Info for: v3-standard-4 07:39:57 INFO: Archiving Costs 07:39:57 [autorelease-gerrit-branch-lock-titanium] $ /bin/bash -l /tmp/jenkins17544363026339747827.sh 07:39:57 ---> logs-deploy.sh 07:39:57 Setup pyenv: 07:39:57 system 07:39:57 3.8.13 07:39:57 3.9.13 07:39:57 3.10.13 07:39:57 * 3.11.7 (set by /w/workspace/autorelease-gerrit-branch-lock-titanium/.python-version) 07:39:57 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-Escl from file:/tmp/.os_lf_venv 07:39:58 lf-activate-venv(): INFO: Installing: lftools 07:40:08 lf-activate-venv(): INFO: Adding /tmp/venv-Escl/bin to PATH 07:40:08 WARNING: Nexus logging server not set 07:40:08 INFO: S3 path logs/releng/vex-yul-odl-jenkins-1/autorelease-gerrit-branch-lock-titanium/9/ 07:40:08 INFO: archiving logs to S3 07:40:09 ---> uname -a: 07:40:09 Linux prd-centos8-builder-4c-4g-26921.novalocal 4.18.0-553.5.1.el8.x86_64 #1 SMP Tue May 21 05:46:01 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux 07:40:09 07:40:09 07:40:09 ---> lscpu: 07:40:09 Architecture: x86_64 07:40:09 CPU op-mode(s): 32-bit, 64-bit 07:40:09 Byte Order: Little Endian 07:40:09 CPU(s): 4 07:40:09 On-line CPU(s) list: 0-3 07:40:09 Thread(s) per core: 1 07:40:09 Core(s) per socket: 1 07:40:09 Socket(s): 4 07:40:09 NUMA node(s): 1 07:40:09 Vendor ID: AuthenticAMD 07:40:09 CPU family: 23 07:40:09 Model: 49 07:40:09 Model name: AMD EPYC-Rome Processor 07:40:09 Stepping: 0 07:40:09 CPU MHz: 2799.998 07:40:09 BogoMIPS: 5599.99 07:40:09 Virtualization: AMD-V 07:40:09 Hypervisor vendor: KVM 07:40:09 Virtualization type: full 07:40:09 L1d cache: 32K 07:40:09 L1i cache: 32K 07:40:09 L2 cache: 512K 07:40:09 L3 cache: 16384K 07:40:09 NUMA node0 CPU(s): 0-3 07:40:09 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 07:40:09 07:40:09 07:40:09 ---> nproc: 07:40:09 4 07:40:09 07:40:09 07:40:09 ---> df -h: 07:40:09 Filesystem Size Used Avail Use% Mounted on 07:40:09 devtmpfs 7.7G 0 7.7G 0% /dev 07:40:09 tmpfs 7.7G 0 7.7G 0% /dev/shm 07:40:09 tmpfs 7.7G 17M 7.7G 1% /run 07:40:09 tmpfs 7.7G 0 7.7G 0% /sys/fs/cgroup 07:40:09 /dev/vda1 80G 8.7G 72G 11% / 07:40:09 tmpfs 1.6G 0 1.6G 0% /run/user/1001 07:40:09 07:40:09 07:40:09 ---> free -m: 07:40:09 total used free shared buff/cache available 07:40:09 Mem: 15761 731 12809 19 2220 14703 07:40:09 Swap: 1023 0 1023 07:40:09 07:40:09 07:40:09 ---> ip addr: 07:40:09 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 07:40:09 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 07:40:09 inet 127.0.0.1/8 scope host lo 07:40:09 valid_lft forever preferred_lft forever 07:40:09 inet6 ::1/128 scope host 07:40:09 valid_lft forever preferred_lft forever 07:40:09 2: eth0: mtu 1458 qdisc mq state UP group default qlen 1000 07:40:09 link/ether fa:16:3e:26:46:2b brd ff:ff:ff:ff:ff:ff 07:40:09 altname enp0s3 07:40:09 altname ens3 07:40:09 inet 10.30.170.118/23 brd 10.30.171.255 scope global dynamic noprefixroute eth0 07:40:09 valid_lft 86254sec preferred_lft 86254sec 07:40:09 inet6 fe80::f816:3eff:fe26:462b/64 scope link 07:40:09 valid_lft forever preferred_lft forever 07:40:09 3: docker0: mtu 1458 qdisc noqueue state DOWN group default 07:40:09 link/ether 02:42:8a:40:00:e1 brd ff:ff:ff:ff:ff:ff 07:40:09 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 07:40:09 valid_lft forever preferred_lft forever 07:40:09 07:40:09 07:40:09 ---> sar -b -r -n DEV: 07:40:09 Linux 4.18.0-553.5.1.el8.x86_64 (centos-stream-8-builder-5e6ee0fb-b6d9-4116-90d4-35c890e2b0f7.nov) 09/24/2024 _x86_64_ (4 CPU) 07:40:09 07:40:09 07:37:40 LINUX RESTART (4 CPU) 07:40:09 07:40:09 07:38:01 AM tps rtps wtps bread/s bwrtn/s 07:40:09 07:39:01 AM 220.26 34.78 185.47 8056.12 41065.78 07:40:09 07:40:01 AM 114.05 8.01 106.03 1359.01 8095.58 07:40:09 Average: 167.16 21.40 145.76 4707.85 24582.06 07:40:09 07:40:09 07:38:01 AM kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:40:09 07:39:01 AM 13435844 15121556 2703596 16.75 2688 1909172 1145284 6.66 354320 2025656 83084 07:40:09 07:40:01 AM 13160248 15098276 2979192 18.46 2688 2147656 1144136 6.66 378392 2223316 108912 07:40:09 Average: 13298046 15109916 2841394 17.61 2688 2028414 1144710 6.66 366356 2124486 95998 07:40:09 07:40:09 07:38:01 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:40:09 07:39:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:40:09 07:39:01 AM eth0 305.68 193.50 1465.25 63.51 0.00 0.00 0.00 0.00 07:40:09 07:39:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:40:09 07:40:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:40:09 07:40:01 AM eth0 53.60 45.07 501.62 9.75 0.00 0.00 0.00 0.00 07:40:09 07:40:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:40:09 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:40:09 Average: eth0 179.65 119.29 983.48 36.64 0.00 0.00 0.00 0.00 07:40:09 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:40:09 07:40:09 07:40:09 ---> sar -P ALL: 07:40:09 Linux 4.18.0-553.5.1.el8.x86_64 (centos-stream-8-builder-5e6ee0fb-b6d9-4116-90d4-35c890e2b0f7.nov) 09/24/2024 _x86_64_ (4 CPU) 07:40:09 07:40:09 07:37:40 LINUX RESTART (4 CPU) 07:40:09 07:40:09 07:38:01 AM CPU %user %nice %system %iowait %steal %idle 07:40:09 07:39:01 AM all 19.89 0.00 4.57 6.45 0.08 69.01 07:40:09 07:39:01 AM 0 20.39 0.00 5.24 6.72 0.08 67.56 07:40:09 07:39:01 AM 1 25.37 0.00 3.63 3.04 0.08 67.88 07:40:09 07:39:01 AM 2 17.43 0.00 6.38 12.95 0.07 63.17 07:40:09 07:39:01 AM 3 16.38 0.00 3.04 3.09 0.07 77.42 07:40:09 07:40:01 AM all 18.51 0.00 3.05 1.19 0.08 77.17 07:40:09 07:40:01 AM 0 27.04 0.00 3.96 0.99 0.07 67.95 07:40:09 07:40:01 AM 1 21.84 0.00 3.64 0.80 0.10 73.61 07:40:09 07:40:01 AM 2 13.16 0.00 2.75 2.08 0.08 81.92 07:40:09 07:40:01 AM 3 11.95 0.00 1.86 0.90 0.07 85.22 07:40:09 Average: all 19.20 0.00 3.81 3.82 0.08 73.10 07:40:09 Average: 0 23.72 0.00 4.60 3.85 0.08 67.75 07:40:09 Average: 1 23.60 0.00 3.64 1.92 0.09 70.75 07:40:09 Average: 2 15.30 0.00 4.56 7.51 0.08 72.55 07:40:09 Average: 3 14.16 0.00 2.45 1.99 0.07 81.33 07:40:09 07:40:09 07:40:09