Closed ergrelet closed 1 year ago
@andreafioraldi can you take a look?
we can simply delete https://github.com/AFLplusplus/LibAFL/blob/main/scripts/test_all_fuzzers.sh#L41 this declare -A line. if it causes a problem on macos
for the diffing.rs's error, I can't reproduce it
it works until this commit https://github.com/AFLplusplus/LibAFL/commit/75f12bd0eb3ffffc67f8a12d3837b8b0ef369dd6 and it's broken from this commit https://github.com/AFLplusplus/LibAFL/commit/476cb7e7dcd424992041dc058483e551486d01d7 but I don't know what causes it
updated the dependency in #976 and it should be fixed
Describe the bug
Both 'fuzzers' jobs seem to panic in the "Build and run example fuzzers" step on the
main
branch, without making the jobs fail. It seems related to cargo's workspace inheritance feature.Expected behavior
Screen output/Screenshots
Here are examples:
Ubuntu: https://github.com/AFLplusplus/LibAFL/actions/runs/3780662237/jobs/6426940307
macOS: https://github.com/AFLplusplus/LibAFL/actions/runs/3780662237/jobs/6426940362`