Wb-diag-collect exceptions

Хотел создать диагностический архив, а в результате получил кучу ошибок.

WB6, release wb-2507,

wb-release-info/stable,now 1.0-stable~wb6+bullseye~20260311183651 all [installed,automatic]

wb-diag-collect/stable,now 1.9.4 all [installed,automatic]

root@wirenboard-AE6KYKQZ:~# wb-diag-collect diagStart data collectingTraceback (most recent call last):File “/usr/lib/python3.9/asyncio/subprocess.py”, line 135, in waitreturn await self._transport._wait()File “/usr/lib/python3.9/asyncio/base_subprocess.py”, line 235, in _waitreturn await waiterasyncio.exceptions.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):File “/usr/lib/python3.9/asyncio/tasks.py”, line 492, in wait_forfut.result()asyncio.exceptions.CancelledError

The above exception was the direct cause of the following exception:

Traceback (most recent call last):File “/usr/bin/wb-diag-collect”, line 10, in sys.exit(main())File “/usr/share/wb-diag-collect/wb/diag/diag_collect.py”, line 71, in mainasyncio.get_event_loop().run_until_complete(File “/usr/lib/python3.9/asyncio/base_events.py”, line 642, in run_until_completereturn future.result()File “/usr/share/wb-diag-collect/wb/diag/collector.py”, line 32, in collectawait self.execute_commands(tmpdir, options[“commands”], options[“timeout”])File “/usr/share/wb-diag-collect/wb/diag/collector.py”, line 121, in execute_commandsawait asyncio.wait_for(proc.wait(), timeout=timeout)File “/usr/lib/python3.9/asyncio/tasks.py”, line 494, in wait_forraise exceptions.TimeoutError() from excasyncio.exceptions.TimeoutErrorroot@wirenboard-AE6KYKQZ:~#

Добрый день.
А какая при этом, при создании архива загрузка CPU?
Если выше ожидаемой - то что является источником?

wb-diag-collect, fdtget, systemd начинают активно потреблять процессорное время в такой последовательности:

  PID USER      PR  NI    VIRT    RES    SHR S  %CPU  %MEM     TIME+ COMMAND                                                                 
 6982 root      20   0   32040  14852   6804 R  32.7   1.4   0:02.83 wb-diag-collect                                                         
 9425 root      20   0  110248  14872   6676 S  11.5   1.4 396:39.33 wb-mqtt-serial         

  PID USER      PR  NI    VIRT    RES    SHR S  %CPU  %MEM     TIME+ COMMAND                                                                 
 6879 root      20   0  263672 162072    944 R  39.5  15.8   0:01.26 fdtget                                                                  
 9425 root      20   0  110248  14872   6676 S  12.5   1.4 396:34.05 wb-mqtt-serial
         
 PID USER      PR  NI    VIRT    RES    SHR S  %CPU  %MEM     TIME+ COMMAND          
   1 root      20   0   31224   7432   5468 R  48.5   0.7   2:11.60 systemd
9425 root      20   0  110248  14872   6676 S  12.0   1.4 395:56.23 wb-mqtt-serial                

systemd активно работает довольно долго, после чего по тайм-ауту всплывает исключение.

можно как-то тайм-аут увеличить для внешних асинхронных exec?