How to replicate
On Lightning v26.04rc2, on MacOS M5 Tahoe 26.4 run
EXPERIMENTAL_DUAL_FUND=1 uv run pytest -vvvv tests/test_opening.py::test_v2_rbf_abort_channel_opens
This test failed because of a timeout caused by:
lightningd-2 2026-04-03T14:08:31.070Z **BROKEN** 038194b5f32bdf0aa59812c86c4ef7ad2f294104fa027d1ace9b469bb6f88cf37b-dualopend-chan#1: STATUS_FAIL_HSM_IO: Bad get_per_commitment_point_reply
The same test is correctly passed on Linux.
How to replicate
On Lightning v26.04rc2, on MacOS M5 Tahoe 26.4 run
EXPERIMENTAL_DUAL_FUND=1 uv run pytest -vvvv tests/test_opening.py::test_v2_rbf_abort_channel_opensThis test failed because of a timeout caused by:
The same test is correctly passed on Linux.