google / oss-fuzz

OSS-Fuzz - continuous fuzzing for open source software.
https://google.github.io/oss-fuzz
Apache License 2.0
10.39k stars 2.21k forks source link

bitcoin-core: Temporarily disable AFL, fix build #12152

Closed maflcko closed 2 months ago

maflcko commented 3 months ago

It's broken anyway, so might as well give https://github.com/google/oss-fuzz/issues/12142#issuecomment-2204027194 a try.

github-actions[bot] commented 3 months ago

maflcko has previously contributed to projects/bitcoin-core. The previous PR was #12023

jonathanmetzman commented 3 months ago

This woudl mess up regression ranges if that's important to you. Also, have you looked at the logs, do you know if it's totally broken or if just stats is broken?

maflcko commented 3 months ago

I don't think we use regression ranges from OSS-Fuzz, as we can easily bisect ourselves, if needed. Also, the regression ranges from the other oss-fuzz engines may be sufficient.

The build log is seemingly fine (no build issue), but at least what is broken:

Not sure how to check whether it is running at all.

maflcko commented 3 months ago

The build started failing yesterday, so I've included a fix for that as well.