clusterfuzz icon indicating copy to clipboard operation
clusterfuzz copied to clipboard

Add `llvm-symbolizer` to PATH for `Centipede`

Open DonggeLiu opened this issue 1 year ago • 1 comments

Addresses #12124. Unlikely local test runs, cloud VM cannot find llvm-symbolizer; this PR adds it to /bin to ensure Centipede can use it.

DonggeLiu avatar Jun 28 '24 03:06 DonggeLiu

I am not sure if the error is related to my commit: It's about libFuzzer. Can we skip it?

Traceback (most recent call last):
  File "/workspace/src/clusterfuzz/_internal/tests/core/bot/fuzzers/libFuzzer/engine_test.py", line 624, in test_minimize
    minimize_output_path, 120)
  File "/workspace/src/clusterfuzz/_internal/bot/fuzzers/libFuzzer/engine.py", line 582, in minimize_testcase
    raise TimeoutError('Minimization timed out.')
TimeoutError: Minimization timed out.

I reckon centipede's test is done, according to the last line before the crash:

Done running ... tests.core.bot.fuzzers.centipede.centipede_engine_test, ...

DonggeLiu avatar Jun 28 '24 04:06 DonggeLiu