🚧 At least one of the CI tasks failed.
<sub>Task Alpine (musl): https://github.com/bitcoin/bitcoin/actions/runs/27157390674/job/80163685993</sub>
<sub>LLM reason (✨ experimental): CI failed because CTest timed out running the mptest test (mptest — Timeout after ~2400s).</sub>
Originally posted by @DrahtBot in #35487 (comment)
Normally, the test finishes in less than a second, so this looks like a clear bug in the test itself. The logs were:
351/351 Test [#3](/bitcoin-bitcoin/3/): mptest ............................................................***Timeout 2400.10 sec
[ TEST ] spawn_tests.cpp:46: SpawnProcess does not run callback in child
[ PASS ] spawn_tests.cpp:46: SpawnProcess does not run callback in child (67572 μs)
[ TEST ] test.cpp:130: Call FooInterface methods
[ PASS ] test.cpp:130: Call FooInterface methods (10731 μs)
[ TEST ] test.cpp:231: Call IPC method after client connection is closed
[ PASS ] test.cpp:231: Call IPC method after client connection is closed (4165 μs)
[ TEST ] test.cpp:248: Calling IPC method after server connection is closed
[ PASS ] test.cpp:248: Calling IPC method after server connection is closed (535 μs)
[ TEST ] test.cpp:265: Calling IPC method and disconnecting during the call
[ PASS ] test.cpp:265: Calling IPC method and disconnecting during the call (531 μs)
[ TEST ] test.cpp:285: Calling IPC method, disconnecting and blocking during the call
[ PASS ] test.cpp:285: Calling IPC method, disconnecting and blocking during the call (915 μs)
[ TEST ] test.cpp:334: Worker thread destroyed before it is initialized
[ PASS ] test.cpp:334: Worker thread destroyed before it is initialized (10824 μs)
[ TEST ] test.cpp:371: Calling async IPC method, with server disconnect racing the call
[ PASS ] test.cpp:371: Calling async IPC method, with server disconnect racing the call (11922 μs)
[ TEST ] test.cpp:401: Calling async IPC method, with server disconnect after cleanup
[ PASS ] test.cpp:401: Calling async IPC method, with server disconnect after cleanup (826 μs)
[ TEST ] test.cpp:430: Make simultaneous IPC calls on single remote thread
Errors while running CTest
99% tests passed, 1 tests failed out of 351