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