van Hauser
van Hauser
I experience a problem on Debian riscv64 where LTO is not working, but that stems from two issues - first their binutils do not provide ld.gold and second the llvm-18...
/gcbrun run_experiment.py -a --experiment-config /opt/fuzzbench/service/experiment-config.yaml --experiment-name 2024-04-07-aflpp --fuzzers aflplusplus_early aflplusplus_last
/gcbrun run_experiment.py -a --experiment-config /opt/fuzzbench/service/experiment-config.yaml --experiment-name 2024-04-07-aflpp2 --fuzzers aflplusplus_early aflplusplus_last
@DonggeLiu I have big troubles getting the benchmarks working. locally for me everything compiles fine, e.g. re2_fuzzer: ``` $ make test-run-aflplusplus_early-re2_fuzzer docker build \ --tag gcr.io/fuzzbench/builders/benchmark/re2_fuzzer \ --build-arg BUILDKIT_INLINE_CACHE=1 \...
I have this issue since Friday. And if it would be a network issue it would affect both fuzzers and random targets
And you can see it works in the ci too - it’s green for most
Same in your run. Ci is green for the targets, but for the fuzzing the same fuzzer only one target built successfully :( And only half of the targets are...
/gcbrun run_experiment.py -a --experiment-config /opt/fuzzbench/service/experiment-config.yaml --experiment-name 2024-04-08-aflpp3 --fuzzers aflplusplus_early aflplusplus_last
/gcbrun run_experiment.py -a --experiment-config /opt/fuzzbench/service/experiment-config.yaml --experiment-name 2024-04-09-aflpp --fuzzers aflplusplus_early aflplusplus_last
@DonggeLiu it worked when I switched to llvm 16 (or the issue just dissolved for other reasons). trying llvm 19 now.