Skip to content

regtests: add test "swapserver_server_skip_onchain_funding"

d7657c0
Select commit
Loading
Failed to load commit list.
Draft

regtests: add test "swapserver_server_skip_onchain_funding" #9986

regtests: add test "swapserver_server_skip_onchain_funding"
d7657c0
Select commit
Loading
Failed to load commit list.
Cirrus CI / Regtest functional tests failed Jun 28, 2025 in 15m 15s

Task Summary

Instruction regtest failed in 14:00

Details

✅ 00:29 clone
✅ 00:01 pip
✅ 00:00 bitcoind
✅ 00:39 install
✅ 00:01 libsecp_build
✅ 00:00 bitcoind_service
✅ 00:00 electrumx_service
❌ 14:00 regtest

Daemon stopped
Daemon stopped
Daemon stopped
F***** test_unixsockets ******
mining 1 blocks
starting daemon (PID 8545)
Daemon stopped
starting daemon (PID 8557)
Daemon stopped
starting daemon (PID 8569)
Daemon stopped
.
======================================================================
FAIL: test_breach (tests.regtest.TestLightningAB)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/cirrus-ci-build/tests/regtest.py", line 68, in test_breach
    self.run_shell(['breach'])
  File "/tmp/cirrus-ci-build/tests/regtest.py", line 19, in run_shell
    assert process.returncode == 0
AssertionError

======================================================================
FAIL: test_just_in_time (tests.regtest.TestLightningJIT)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/cirrus-ci-build/tests/regtest.py", line 169, in test_just_in_time
    self.run_shell(['just_in_time'])
  File "/tmp/cirrus-ci-build/tests/regtest.py", line 19, in run_shell
    assert process.returncode == 0
AssertionError

======================================================================
FAIL: test_just_in_time (tests.regtest.TestLightningJITTrampoline)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/cirrus-ci-build/tests/regtest.py", line 169, in test_just_in_time
    self.run_shell(['just_in_time'])
  File "/tmp/cirrus-ci-build/tests/regtest.py", line 19, in run_shell
    assert process.returncode == 0
AssertionError

======================================================================
FAIL: test_watchtower (tests.regtest.TestLightningWatchtower)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/cirrus-ci-build/tests/regtest.py", line 135, in test_watchtower
    self.run_shell(['watchtower'])
  File "/tmp/cirrus-ci-build/tests/regtest.py", line 19, in run_shell
    assert process.returncode == 0
AssertionError

----------------------------------------------------------------------
Ran 19 tests in 829.333s

FAILED (failures=4)