You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After running cargo hfuzz run evm_fuzz I get the following error:
Compiling toml v0.5.8
Compiling fixed-hash v0.7.0
error: failed to run custom build command for `honggfuzz v0.5.54`
Caused by:
process didn't exit successfully: `/Users/laplace/Documents/repos/evm/fuzzer/hfuzz_target/release/build/honggfuzz-770ee86106a66883/build-script-build` (exit status: 101)
--- stderr
Makefile:103: *** Unsupported MAC OS X version. Stop.
thread 'main' panicked at 'assertion failed: status.success()', /Users/laplace/.cargo/registry/src/github.com-1ecc6299db9ec823/honggfuzz-0.5.54/build.rs:41:5
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
warning: build failed, waiting for other jobs to finish...
error: build failed```
The text was updated successfully, but these errors were encountered:
After running
cargo hfuzz run evm_fuzz
I get the following error:The text was updated successfully, but these errors were encountered: