When it fails (seems intermittent but with high frequency) it fails consistently with the same exception: “Mempool sync failed”.
However where exactly it happens seems random, though it’s always triggered by a sync_all()
.
- in https://travis-ci.org/bitcoin/bitcoin/jobs/184431201#L3798 it’s the sync_all on line 534 that fails
- in https://travis-ci.org/bitcoin/bitcoin/jobs/184473580#L2953 it’s the one on line 461
- in https://travis-ci.org/bitcoin/bitcoin/jobs/184333528#L2919 it’s the one on line 449
- in https://travis-ci.org/bitcoin/bitcoin/jobs/184328060#L3450 it also happens on line 534
I cannot reproduce this locally.