google / oss-fuzz

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

Error being thrown because no coverage/fuzzing build done for many disabled/deleted projects. #5608

Open jonathanmetzman opened 3 years ago

jonathanmetzman commented 3 years ago

This is the error. I see this is thrown for a lot of projects. A ton of those seem to be deleted/disabled. Some examples that I noticed: zetasql spanner_emulator fuzzing-puzzles graphicsfuzz-spirv example google-cloud-go bad_example

jonathanmetzman commented 3 years ago

Moved this to OSS-Fuzz since the list of projects comes from: https://oss-fuzz-build-logs.storage.googleapis.com/status.json and https://oss-fuzz-build-logs.storage.googleapis.com/status-coverage.json

jonathanmetzman commented 3 years ago

It looks to me like this function would need to be fixed to deal with this problem. @inferno-chromium or @oliverchang Do you know if the status is used for anything else? Maybe this isn't worth fixing if it's only causing this issue and not others?

jonathanmetzman commented 3 years ago

I wonder if this also causes #5453