Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fuzzing not happening for the past week #12635

Open
alexcrichton opened this issue Oct 22, 2024 · 6 comments
Open

Fuzzing not happening for the past week #12635

alexcrichton opened this issue Oct 22, 2024 · 6 comments
Assignees

Comments

@alexcrichton
Copy link
Contributor

I was taking a look at the fuzzer statistics for the Wasmtime project today and noticed that we haven't had any fuzzing since October 15. I wanted to raise this in case it wasn't already known, but if this is a known issue I'm happy to close!

@lum1n0us
Copy link
Contributor

I noticed the same problem in the WAMR project. There is no test data for recent 7 days although all build status are green.

@nathaniel-brough
Copy link
Contributor

I also see the same problem with the following projects;

  • fastfloat,
  • liboqs,
  • halide
  • quantlib
  • simdutf
  • surrealdb
  • yoga

I don't see the same problem with;

  • gitoxide
  • rhai
  • starlark-rust
  • tinyusb
  • tokio
  • typst

There doesn't seem to be any pattern between which projects are working and which aren't. Most of the above projects all having working builds so I'm unsure what is going on here.

@ktmf01
Copy link
Contributor

ktmf01 commented Oct 24, 2024

Same goes for flac, although it seems some of the fuzzers did run after Oct 15. I looked at day-to-day statistics for libfuzzer_asan_flac

  • On Oct 15 all fuzzers ran, each had between 20 and 50 hours of runtime
  • On Oct 16, only 3 fuzzers, each had between 3 and 6 hours of runtime
  • On Oct 17, only 2 fuzzers (none of them the same as Oct 16), both 1.8 hours of runtime
  • On Oct 18, no statistics available (I assume no fuzzers ran)
  • On Oct 19, 4 fuzzers ran for between 3 and 7 hours
  • On Oct 20, no statistics
  • On Oct 21, 2 fuzzers ran, both 1.8 hours
  • On Oct 22, no statistics

So, it seems the frequency with which fuzzers have started has dropped dramatically?

@oliverchang
Copy link
Collaborator

Sorry for the delay. We're looking into the root cause of the reduced fuzzing capacity across OSS-Fuzz.

@jonathanmetzman
Copy link
Contributor

This should be improving but isn't fixed yet.

@alexcrichton
Copy link
Contributor Author

I can confirm that at least for Wasmtime we had 15 hrs of fuzzing happen on 2024-10-28 (yesterday)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants