07:48:38 Started by user Robert Varga 07:48:38 Running as SYSTEM 07:48:38 [EnvInject] - Loading node environment variables. 07:48:38 Building remotely on prd-ubuntu2204-builder-4c-4g-51384 (ubuntu2204-builder-4c-4g) in workspace /w/workspace/autorelease-gerrit-branch-lock-scandium 07:48:39 [ssh-agent] Looking for ssh-agent implementation... 07:48:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:48:39 $ ssh-agent 07:48:39 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXKw1mEm/agent.1568 07:48:39 SSH_AGENT_PID=1570 07:48:39 [ssh-agent] Started. 07:48:39 Running ssh-add (command line suppressed) 07:48:39 Identity added: /w/workspace/autorelease-gerrit-branch-lock-scandium@tmp/private_key_7200880299356651598.key (/w/workspace/autorelease-gerrit-branch-lock-scandium@tmp/private_key_7200880299356651598.key) 07:48:39 [ssh-agent] Using credentials jenkins (jenkins-ssh) 07:48:39 The recommended git tool is: NONE 07:48:41 using credential jenkins-ssh 07:48:41 Wiping out workspace first. 07:48:41 Cloning the remote Git repository 07:48:41 Cloning repository git://devvexx.opendaylight.org/mirror/releng/autorelease 07:48:41 > git init /w/workspace/autorelease-gerrit-branch-lock-scandium # timeout=10 07:48:41 Fetching upstream changes from git://devvexx.opendaylight.org/mirror/releng/autorelease 07:48:41 > git --version # timeout=10 07:48:41 > git --version # 'git version 2.34.1' 07:48:41 using GIT_SSH to set credentials jenkins-ssh 07:48:41 Verifying host key using known hosts file 07:48:41 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:48:41 > git fetch --tags --force --progress -- git://devvexx.opendaylight.org/mirror/releng/autorelease +refs/heads/*:refs/remotes/origin/* # timeout=10 07:48:44 > git config remote.origin.url git://devvexx.opendaylight.org/mirror/releng/autorelease # timeout=10 07:48:44 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:48:44 Avoid second fetch 07:48:44 > git rev-parse refs/remotes/origin/stable/scandium^{commit} # timeout=10 07:48:44 Checking out Revision 0fcaed1d72f405616e6bd774f186c3133d0c94f3 (refs/remotes/origin/stable/scandium) 07:48:44 > git config core.sparsecheckout # timeout=10 07:48:44 > git checkout -f 0fcaed1d72f405616e6bd774f186c3133d0c94f3 # timeout=10 07:48:44 Commit message: "Update git submodules" 07:48:44 > git rev-list --no-walk 41d55694f689f40311fbab3263530fab856844a6 # timeout=10 07:48:48 provisioning config files... 07:48:48 copy managed file [npmrc] to file:/home/jenkins/.npmrc 07:48:48 copy managed file [pipconf] to file:/home/jenkins/.config/pip/pip.conf 07:48:48 [autorelease-gerrit-branch-lock-scandium] $ /bin/bash /tmp/jenkins947964564938493486.sh 07:48:48 ---> autorelease-gerrit-branch-lock.sh 07:48:48 Cloning into 'All-Projects'... 07:48:50 Total 1931 (delta 625), reused 1931 (delta 625) 07:48:50 Note: switching to 'fc872c6b9679997de78c6b51ad0e786cd0beb159'. 07:48:50 07:48:50 You are in 'detached HEAD' state. You can look around, make experimental 07:48:50 changes and commit them, and you can discard any commits you make in this 07:48:50 state without impacting any branches by switching back to a branch. 07:48:50 07:48:50 If you want to create a new branch to retain commits you create, you may 07:48:50 do so (now or later) by using -c with the switch command. Example: 07:48:50 07:48:50 git switch -c 07:48:50 07:48:50 Or undo this operation with: 07:48:50 07:48:50 git switch - 07:48:50 07:48:50 Turn off this advice by setting config variable advice.detachedHead to false 07:48:50 07:48:51 From ssh://git.opendaylight.org:29418/All-Projects 07:48:51 * [new ref] refs/meta/config -> config 07:48:52 Switched to branch 'config' 07:48:57 + case $mode in 07:48:57 + echo 'INFO: Locking branch for MRI: stable/scandium' 07:48:57 INFO: Locking branch for MRI: stable/scandium 07:48:57 + git config -f project.config access.refs/heads/stable/scandium.exclusiveGroupPermissions submit 07:48:57 + git config -f project.config access.refs/heads/stable/scandium.submit 'group Release Engineering Team' 07:48:57 + git config -f project.config access.refs/heads/stable/scandium.removeReviewer 'group Release Engineering Team' 07:48:57 + git config -f project.config access.refs/heads/stable/scandium.label-Code-Review '-2..+2 group Release Engineering Team' 07:48:57 + git config -f project.config access.refs/heads/stable/scandium.label-Verified '-1..+1 group Release Engineering Team' 07:48:57 + git commit -asm 'Chore: Grant supercommitters rights stable/scandium' 07:48:57 [config 71f0391] Chore: Grant supercommitters rights stable/scandium 07:48:57 1 file changed, 6 insertions(+) 07:48:57 + git diff HEAD~1 07:48:57 diff --git a/project.config b/project.config 07:48:57 index cd43c3b..96f890b 100644 07:48:57 --- a/project.config 07:48:57 +++ b/project.config 07:48:57 @@ -147,3 +147,9 @@ 07:48:57 exclusiveGroupPermissions = create 07:48:57 create = block group Registered Users 07:48:57 create = group Release Engineering Team 07:48:57 +[access "refs/heads/stable/scandium"] 07:48:57 + exclusiveGroupPermissions = submit 07:48:57 + submit = group Release Engineering Team 07:48:57 + removeReviewer = group Release Engineering Team 07:48:57 + label-Code-Review = -2..+2 group Release Engineering Team 07:48:57 + label-Verified = -1..+1 group Release Engineering Team 07:48:57 + '[' false = true ']' 07:48:57 + echo 'INFO: Pushing changes to the repository.' 07:48:57 INFO: Pushing changes to the repository. 07:48:57 + git push origin HEAD:refs/meta/config 07:48:59 remote: remote: Processing changes: refs: 1 remote: Processing changes: refs: 1 remote: Processing changes: refs: 1, done 07:48:59 remote: commit 71f0391: warning: subject >50 characters; use shorter first paragraph 07:48:59 To ssh://git.opendaylight.org:29418/All-Projects 07:48:59 fc872c6..71f0391 HEAD -> refs/meta/config 07:48:59 $ ssh-agent -k 07:48:59 unset SSH_AUTH_SOCK; 07:48:59 unset SSH_AGENT_PID; 07:48:59 echo Agent pid 1570 killed; 07:48:59 [ssh-agent] Stopped. 07:48:59 [PostBuildScript] - [INFO] Executing post build scripts. 07:48:59 [autorelease-gerrit-branch-lock-scandium] $ /bin/bash /tmp/jenkins1152124991204123252.sh 07:48:59 ---> sysstat.sh 07:49:00 [autorelease-gerrit-branch-lock-scandium] $ /bin/bash /tmp/jenkins13548357466443208069.sh 07:49:00 ---> package-listing.sh 07:49:00 ++ facter osfamily 07:49:00 ++ tr '[:upper:]' '[:lower:]' 07:49:00 + OS_FAMILY=debian 07:49:00 + workspace=/w/workspace/autorelease-gerrit-branch-lock-scandium 07:49:00 + START_PACKAGES=/tmp/packages_start.txt 07:49:00 + END_PACKAGES=/tmp/packages_end.txt 07:49:00 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:49:00 + PACKAGES=/tmp/packages_start.txt 07:49:00 + '[' /w/workspace/autorelease-gerrit-branch-lock-scandium ']' 07:49:00 + PACKAGES=/tmp/packages_end.txt 07:49:00 + case "${OS_FAMILY}" in 07:49:00 + dpkg -l 07:49:00 + grep '^ii' 07:49:00 + '[' -f /tmp/packages_start.txt ']' 07:49:00 + '[' -f /tmp/packages_end.txt ']' 07:49:00 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:49:00 + '[' /w/workspace/autorelease-gerrit-branch-lock-scandium ']' 07:49:00 + mkdir -p /w/workspace/autorelease-gerrit-branch-lock-scandium/archives/ 07:49:00 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/autorelease-gerrit-branch-lock-scandium/archives/ 07:49:00 [autorelease-gerrit-branch-lock-scandium] $ /bin/bash /tmp/jenkins8349256604046240984.sh 07:49:00 ---> capture-instance-metadata.sh 07:49:00 Setup pyenv: 07:49:00 * system (set by /opt/pyenv/version) 07:49:00 * 3.8.20 (set by /opt/pyenv/version) 07:49:00 * 3.9.20 (set by /opt/pyenv/version) 07:49:00 * 3.10.15 (set by /opt/pyenv/version) 07:49:00 * 3.11.10 (set by /opt/pyenv/version) 07:49:05 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-e325 07:49:05 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 07:49:09 lf-activate-venv(): INFO: Installing: lftools 07:49:33 lf-activate-venv(): INFO: Adding /tmp/venv-e325/bin to PATH 07:49:33 INFO: Running in OpenStack, capturing instance metadata 07:49:33 [autorelease-gerrit-branch-lock-scandium] $ /bin/bash /tmp/jenkins1110176808264931046.sh 07:49:33 provisioning config files... 07:49:34 Could not find credentials [logs] for autorelease-gerrit-branch-lock-scandium #55 07:49:34 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/autorelease-gerrit-branch-lock-scandium@tmp/config16348353884805313630tmp 07:49:34 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[odl-logs-s3-cloudfront-index] 07:49:34 Run condition [Regular expression match] enabling perform for step [Provide Configuration files] 07:49:34 provisioning config files... 07:49:34 copy managed file [jenkins-s3-log-ship] to file:/home/jenkins/.aws/credentials 07:49:34 [EnvInject] - Injecting environment variables from a build step. 07:49:34 [EnvInject] - Injecting as environment variables the properties content 07:49:34 SERVER_ID=logs 07:49:34 07:49:34 [EnvInject] - Variables injected successfully. 07:49:34 [autorelease-gerrit-branch-lock-scandium] $ /bin/bash /tmp/jenkins6625360296109392645.sh 07:49:34 ---> create-netrc.sh 07:49:34 WARN: Log server credential not found. 07:49:34 [autorelease-gerrit-branch-lock-scandium] $ /bin/bash /tmp/jenkins14899223144512988460.sh 07:49:34 ---> python-tools-install.sh 07:49:34 Setup pyenv: 07:49:34 system 07:49:34 3.8.20 07:49:34 3.9.20 07:49:34 3.10.15 07:49:34 * 3.11.10 (set by /w/workspace/autorelease-gerrit-branch-lock-scandium/.python-version) 07:49:34 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-e325 from file:/tmp/.os_lf_venv 07:49:36 lf-activate-venv(): INFO: Installing: lftools 07:49:46 lf-activate-venv(): INFO: Adding /tmp/venv-e325/bin to PATH 07:49:46 Generating Requirements File 07:50:09 Python 3.11.10 07:50:09 pip 25.2 from /tmp/venv-e325/lib/python3.11/site-packages/pip (python 3.11) 07:50:09 appdirs==1.4.4 07:50:09 argcomplete==3.6.2 07:50:09 aspy.yaml==1.3.0 07:50:09 attrs==25.3.0 07:50:09 autopage==0.5.2 07:50:09 beautifulsoup4==4.13.4 07:50:09 boto3==1.40.6 07:50:09 botocore==1.40.6 07:50:09 bs4==0.0.2 07:50:09 cachetools==5.5.2 07:50:09 certifi==2025.8.3 07:50:09 cffi==1.17.1 07:50:09 cfgv==3.4.0 07:50:09 chardet==5.2.0 07:50:09 charset-normalizer==3.4.2 07:50:09 click==8.2.1 07:50:09 cliff==4.10.0 07:50:09 cmd2==2.7.0 07:50:09 cryptography==3.3.2 07:50:09 debtcollector==3.0.0 07:50:09 decorator==5.2.1 07:50:09 defusedxml==0.7.1 07:50:09 Deprecated==1.2.18 07:50:09 distlib==0.4.0 07:50:09 dnspython==2.7.0 07:50:09 docker==7.1.0 07:50:09 dogpile.cache==1.4.0 07:50:09 durationpy==0.10 07:50:09 email_validator==2.2.0 07:50:09 filelock==3.18.0 07:50:09 future==1.0.0 07:50:09 gitdb==4.0.12 07:50:09 GitPython==3.1.45 07:50:09 google-auth==2.40.3 07:50:09 httplib2==0.22.0 07:50:09 identify==2.6.12 07:50:09 idna==3.10 07:50:09 importlib-resources==1.5.0 07:50:09 iso8601==2.1.0 07:50:09 Jinja2==3.1.6 07:50:09 jmespath==1.0.1 07:50:09 jsonpatch==1.33 07:50:09 jsonpointer==3.0.0 07:50:09 jsonschema==4.25.0 07:50:09 jsonschema-specifications==2025.4.1 07:50:09 keystoneauth1==5.11.1 07:50:09 kubernetes==33.1.0 07:50:09 lftools==0.37.13 07:50:09 lxml==6.0.0 07:50:09 markdown-it-py==3.0.0 07:50:09 MarkupSafe==3.0.2 07:50:09 mdurl==0.1.2 07:50:09 msgpack==1.1.1 07:50:09 multi_key_dict==2.0.3 07:50:09 munch==4.0.0 07:50:09 netaddr==1.3.0 07:50:09 niet==1.4.2 07:50:09 nodeenv==1.9.1 07:50:09 oauth2client==4.1.3 07:50:09 oauthlib==3.3.1 07:50:09 openstacksdk==4.6.0 07:50:09 os-client-config==2.3.0 07:50:09 os-service-types==1.8.0 07:50:09 osc-lib==4.1.0 07:50:09 oslo.config==10.0.0 07:50:09 oslo.context==6.0.0 07:50:09 oslo.i18n==6.5.1 07:50:09 oslo.log==7.2.0 07:50:09 oslo.serialization==5.7.0 07:50:09 oslo.utils==9.0.0 07:50:09 packaging==25.0 07:50:09 pbr==6.1.1 07:50:09 platformdirs==4.3.8 07:50:09 prettytable==3.16.0 07:50:09 psutil==7.0.0 07:50:09 pyasn1==0.6.1 07:50:09 pyasn1_modules==0.4.2 07:50:09 pycparser==2.22 07:50:09 pygerrit2==2.0.15 07:50:09 PyGithub==2.7.0 07:50:09 Pygments==2.19.2 07:50:09 PyJWT==2.10.1 07:50:09 PyNaCl==1.5.0 07:50:09 pyparsing==2.4.7 07:50:09 pyperclip==1.9.0 07:50:09 pyrsistent==0.20.0 07:50:09 python-cinderclient==9.7.0 07:50:09 python-dateutil==2.9.0.post0 07:50:09 python-heatclient==4.3.0 07:50:09 python-jenkins==1.8.3 07:50:09 python-keystoneclient==5.6.0 07:50:09 python-magnumclient==4.8.1 07:50:09 python-openstackclient==8.1.0 07:50:09 python-swiftclient==4.8.0 07:50:09 PyYAML==6.0.2 07:50:09 referencing==0.36.2 07:50:09 requests==2.32.4 07:50:09 requests-oauthlib==2.0.0 07:50:09 requestsexceptions==1.4.0 07:50:09 rfc3986==2.0.0 07:50:09 rich==14.1.0 07:50:09 rich-argparse==1.7.1 07:50:09 rpds-py==0.27.0 07:50:09 rsa==4.9.1 07:50:09 ruamel.yaml==0.18.14 07:50:09 ruamel.yaml.clib==0.2.12 07:50:09 s3transfer==0.13.1 07:50:09 simplejson==3.20.1 07:50:09 six==1.17.0 07:50:09 smmap==5.0.2 07:50:09 soupsieve==2.7 07:50:09 stevedore==5.4.1 07:50:09 tabulate==0.9.0 07:50:09 toml==0.10.2 07:50:09 tomlkit==0.13.3 07:50:09 tqdm==4.67.1 07:50:09 typing_extensions==4.14.1 07:50:09 tzdata==2025.2 07:50:09 urllib3==1.26.20 07:50:09 virtualenv==20.33.1 07:50:09 wcwidth==0.2.13 07:50:09 websocket-client==1.8.0 07:50:09 wrapt==1.17.2 07:50:09 xdg==6.0.0 07:50:09 xmltodict==0.14.2 07:50:09 yq==3.4.3 07:50:09 [autorelease-gerrit-branch-lock-scandium] $ /bin/bash /tmp/jenkins14926637850385811605.sh 07:50:09 ---> sudo-logs.sh 07:50:09 Archiving 'sudo' log.. 07:50:09 [autorelease-gerrit-branch-lock-scandium] $ /bin/bash /tmp/jenkins3203264953374966662.sh 07:50:09 ---> job-cost.sh 07:50:10 Setup pyenv: 07:50:10 system 07:50:10 3.8.20 07:50:10 3.9.20 07:50:10 3.10.15 07:50:10 * 3.11.10 (set by /w/workspace/autorelease-gerrit-branch-lock-scandium/.python-version) 07:50:10 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-e325 from file:/tmp/.os_lf_venv 07:50:12 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 07:50:17 lf-activate-venv(): INFO: Adding /tmp/venv-e325/bin to PATH 07:50:17 INFO: No Stack... 07:50:18 INFO: Retrieving Pricing Info for: v3-standard-4 07:50:18 INFO: Archiving Costs 07:50:18 [autorelease-gerrit-branch-lock-scandium] $ /bin/bash -l /tmp/jenkins11220699574442112890.sh 07:50:18 ---> logs-deploy.sh 07:50:18 Setup pyenv: 07:50:18 system 07:50:18 3.8.20 07:50:18 3.9.20 07:50:18 3.10.15 07:50:18 * 3.11.10 (set by /w/workspace/autorelease-gerrit-branch-lock-scandium/.python-version) 07:50:18 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-e325 from file:/tmp/.os_lf_venv 07:50:20 lf-activate-venv(): INFO: Installing: lftools 07:50:30 lf-activate-venv(): INFO: Adding /tmp/venv-e325/bin to PATH 07:50:30 WARNING: Nexus logging server not set 07:50:30 INFO: S3 path logs/releng/vex-yul-odl-jenkins-1/autorelease-gerrit-branch-lock-scandium/55/ 07:50:30 INFO: archiving logs to S3 07:50:31 ---> uname -a: 07:50:31 Linux prd-ubuntu2204-builder-4c-4g-51384 5.15.0-131-generic #141-Ubuntu SMP Fri Jan 10 21:18:28 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux 07:50:31 07:50:31 07:50:31 ---> lscpu: 07:50:31 Architecture: x86_64 07:50:31 CPU op-mode(s): 32-bit, 64-bit 07:50:31 Address sizes: 40 bits physical, 48 bits virtual 07:50:31 Byte Order: Little Endian 07:50:31 CPU(s): 4 07:50:31 On-line CPU(s) list: 0-3 07:50:31 Vendor ID: AuthenticAMD 07:50:31 Model name: AMD EPYC-Rome Processor 07:50:31 CPU family: 23 07:50:31 Model: 49 07:50:31 Thread(s) per core: 1 07:50:31 Core(s) per socket: 1 07:50:31 Socket(s): 4 07:50:31 Stepping: 0 07:50:31 BogoMIPS: 5600.00 07:50:31 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 07:50:31 Virtualization: AMD-V 07:50:31 Hypervisor vendor: KVM 07:50:31 Virtualization type: full 07:50:31 L1d cache: 128 KiB (4 instances) 07:50:31 L1i cache: 128 KiB (4 instances) 07:50:31 L2 cache: 2 MiB (4 instances) 07:50:31 L3 cache: 64 MiB (4 instances) 07:50:31 NUMA node(s): 1 07:50:31 NUMA node0 CPU(s): 0-3 07:50:31 Vulnerability Gather data sampling: Not affected 07:50:31 Vulnerability Itlb multihit: Not affected 07:50:31 Vulnerability L1tf: Not affected 07:50:31 Vulnerability Mds: Not affected 07:50:31 Vulnerability Meltdown: Not affected 07:50:31 Vulnerability Mmio stale data: Not affected 07:50:31 Vulnerability Reg file data sampling: Not affected 07:50:31 Vulnerability Retbleed: Mitigation; untrained return thunk; SMT disabled 07:50:31 Vulnerability Spec rstack overflow: Mitigation; SMT disabled 07:50:31 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:50:31 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 07:50:31 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 07:50:31 Vulnerability Srbds: Not affected 07:50:31 Vulnerability Tsx async abort: Not affected 07:50:31 07:50:31 07:50:31 ---> nproc: 07:50:31 4 07:50:31 07:50:31 07:50:31 ---> df -h: 07:50:31 Filesystem Size Used Avail Use% Mounted on 07:50:31 tmpfs 1.6G 1.1M 1.6G 1% /run 07:50:31 /dev/vda1 78G 8.2G 70G 11% / 07:50:31 tmpfs 7.9G 0 7.9G 0% /dev/shm 07:50:31 tmpfs 5.0M 0 5.0M 0% /run/lock 07:50:31 /dev/vda15 105M 6.1M 99M 6% /boot/efi 07:50:31 tmpfs 1.6G 4.0K 1.6G 1% /run/user/1001 07:50:31 07:50:31 07:50:31 ---> free -m: 07:50:31 total used free shared buff/cache available 07:50:31 Mem: 15989 628 12989 4 2371 15039 07:50:31 Swap: 1023 0 1023 07:50:31 07:50:31 07:50:31 ---> ip addr: 07:50:31 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 07:50:31 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 07:50:31 inet 127.0.0.1/8 scope host lo 07:50:31 valid_lft forever preferred_lft forever 07:50:31 inet6 ::1/128 scope host 07:50:31 valid_lft forever preferred_lft forever 07:50:31 2: ens3: mtu 1458 qdisc mq state UP group default qlen 1000 07:50:31 link/ether fa:16:3e:b8:30:b8 brd ff:ff:ff:ff:ff:ff 07:50:31 altname enp0s3 07:50:31 inet 10.30.170.86/23 metric 100 brd 10.30.171.255 scope global dynamic ens3 07:50:31 valid_lft 86253sec preferred_lft 86253sec 07:50:31 inet6 fe80::f816:3eff:feb8:30b8/64 scope link 07:50:31 valid_lft forever preferred_lft forever 07:50:31 3: docker0: mtu 1458 qdisc noqueue state DOWN group default 07:50:31 link/ether 02:42:b7:9d:c6:ae brd ff:ff:ff:ff:ff:ff 07:50:31 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 07:50:31 valid_lft forever preferred_lft forever 07:50:31 07:50:31 07:50:31 ---> sar -b -r -n DEV: 07:50:31 Linux 5.15.0-131-generic (prd-ubuntu2204-builder-4c-4g-51384) 08/09/25 _x86_64_ (4 CPU) 07:50:31 07:50:31 07:48:08 LINUX RESTART (4 CPU) 07:50:31 07:50:31 07:50:31 ---> sar -P ALL: 07:50:31 Linux 5.15.0-131-generic (prd-ubuntu2204-builder-4c-4g-51384) 08/09/25 _x86_64_ (4 CPU) 07:50:31 07:50:31 07:48:08 LINUX RESTART (4 CPU) 07:50:31 07:50:31 07:50:31