https://cirrus-ci.com/task/4981505542324224 https://cirrus-ci.com/task/4963781151817728 https://cirrus-ci.com/task/6618914679947264
It seems related to https://github.com/bitcoin-core/qa-assets/pull/155.
It doesn’t fix the issue. It helps with making progress on fixing the issue.
The basic problem is that over time fuzz inputs are added, leading to longer time requirements. Thus, they will need to be removed occasionally. However, they currently can not be removed with the vanilla script in the master branch of this repo, because the script runs into a memory limit and crashes.
See https://github.com/bitcoin-core/qa-assets#pruning-inputs for more info.