https://github.com/hebasto/bitcoin/actions/runs/12431224655/job/34708713770:
0265/315 - wallet_assumeutxo.py --descriptors failed, Duration: 5 s
1
2stdout:
32024-12-20T12:54:28.609000Z TestFramework (INFO): PRNG seed is: 187204816715607970
4
52024-12-20T12:54:28.641000Z TestFramework (INFO): Initializing test directory D:\a\_temp\test_runner_₿_🏃_20241220_123237\wallet_assumeutxo_48
6
72024-12-20T12:54:30.237000Z TestFramework (INFO): -- Testing assumeutxo
8
92024-12-20T12:54:30.237000Z TestFramework (INFO): Creating a UTXO snapshot at height 299
10
112024-12-20T12:54:31.490000Z TestFramework (INFO): Loading snapshot into second node from D:\a\_temp\test_runner_₿_🏃_20241220_123237\wallet_assumeutxo_48\node0\regtest\utxos.dat
12
132024-12-20T12:54:31.884000Z TestFramework (INFO): Backup from the snapshot height can be loaded during background sync
14
152024-12-20T12:54:31.916000Z TestFramework (INFO): Backup from before the snapshot height can't be loaded during background sync
16
172024-12-20T12:54:31.932000Z TestFramework (INFO): Restarting node to stop at height 359
18
192024-12-20T12:54:32.812000Z TestFramework (INFO): Restarted node before snapshot validation completed, reloading...
20
212024-12-20T12:54:33.193000Z TestFramework (INFO): Ensuring snapshot chain syncs to tip. (399)
22
232024-12-20T12:54:33.246000Z TestFramework (INFO): Ensuring background validation completes
24
252024-12-20T12:54:33.383000Z TestFramework (INFO): Ensuring wallet can be restored from a backup that was created before the snapshot height
26
272024-12-20T12:54:33.421000Z TestFramework (ERROR): Assertion failed
28
29Traceback (most recent call last):
30
31 File "D:\a\bitcoin\bitcoin\test\functional\test_framework\test_framework.py", line 135, in main
32
33 self.run_test()
34
35 File "D:\a\bitcoin\bitcoin/test/functional/wallet_assumeutxo.py", line 188, in run_test
36
37 assert_equal(n1.getbalance(), 340)
38
39 File "D:\a\bitcoin\bitcoin\test\functional\test_framework\util.py", line 77, in assert_equal
40
41 raise AssertionError("not(%s)" % " == ".join(str(arg) for arg in (thing1, thing2) + args))
42
43AssertionError: not(10.00000000 == 340)
44
452024-12-20T12:54:33.474000Z TestFramework (INFO): Stopping nodes