On master (29b030bca31d1246e94b3396b0a01a17dadc96a8), native Windows build:
050/221 - feature_fee_estimation.py failed, Duration: 49 s
1stdout:
22021-10-01T09:05:04.925000Z TestFramework (INFO): Initializing test directory C:\Users\ContainerAdministrator\AppData\Local\Temp\test_runner_₿_🏃_20211001_084858\feature_fee_estimation_176
32021-10-01T09:05:07.559000Z TestFramework (INFO): This test is time consuming, please be patient
42021-10-01T09:05:07.559000Z TestFramework (INFO): Splitting inputs so we can generate tx's
52021-10-01T09:05:15.861000Z TestFramework (INFO): Finished splitting
62021-10-01T09:05:18.194000Z TestFramework (INFO): Will output estimates for 1/2/3/6/15/25 blocks
72021-10-01T09:05:18.194000Z TestFramework (INFO): Creating transactions and mining them with a block size that can't keep up
82021-10-01T09:05:33.053000Z TestFramework (INFO): Creating transactions and mining them at a block size that is just big enough
92021-10-01T09:05:53.747000Z TestFramework (ERROR): Assertion failed
10Traceback (most recent call last):
11 File "C:\Users\ContainerAdministrator\AppData\Local\Temp\cirrus-ci-build\test\functional\test_framework\test_framework.py", line 131, in main
12 self.run_test()
13 File "C:\Users\ContainerAdministrator\AppData\Local\Temp\cirrus-ci-build\test\functional\feature_fee_estimation.py", line 272, in run_test
14 check_estimates(self.nodes[1], self.fees_per_kb)
15 File "C:\Users\ContainerAdministrator\AppData\Local\Temp\cirrus-ci-build\test\functional\feature_fee_estimation.py", line 156, in check_estimates
16 check_smart_estimates(node, fees_seen)
17 File "C:\Users\ContainerAdministrator\AppData\Local\Temp\cirrus-ci-build\test\functional\feature_fee_estimation.py", line 146, in check_smart_estimates
18 raise AssertionError(f"Estimated fee ({feerate}) larger than last fee ({last_feerate}) for lower number of confirms")
19AssertionError: Estimated fee (0.00029) larger than last fee (0.0002826) for lower number of confirms
Similar issues are known (#11800, #20725), but I’m not sure all failures are the same.