fuzzit
fuzzit copied to clipboard
Java fuzzing failing with unknown zest argument
When attempting to run our fuzz test suite remotely all of our jobs are failing with the following message:
020/02/25 14:18:11 Running fuzzing with: [-jar zest-cli.jar --exit-on-crash --exact-crash-path=artifact --libfuzzer-compat-output fuzzer -rss_limit_mb=1984 com.github.nitram509.jmacaroons.FuzzTests macaroonSerialization]
FUZZER: Unknown option: '-rss_limit_mb=1984'
FUZZER: Usage: ZestCLI [[-e] [--exact-crash-path=<exactCrashPath>]] [[-e]
FUZZER: [--exact-crash-path=<exactCrashPath>]] [-hlV]
FUZZER: [-i=<inputDirectory>] [-o=<outputDirectory>] PACKAGE TEST_CLASS
FUZZER: TEST_METHOD
FUZZER: PACKAGE package containing the fuzzer and all dependencies
FUZZER: TEST_CLASS full class name where the fuzz function is located
FUZZER: TEST_METHOD fuzz function name
FUZZER: -e, --exit-on-crash Exit fuzzer on first crash (default: false)
FUZZER: --exact-crash-path=<exactCrashPath>
FUZZER: exact path for the crash
FUZZER: -h, --help Show this help message and exit.
FUZZER: -i, --input=<inputDirectory>
FUZZER: Input directory containing seed test cases (default:
FUZZER: none)
FUZZER: -l, --libfuzzer-compat-output
FUZZER: Use libFuzzer compat output instead of AFL like stats
FUZZER: screen (default: false)
FUZZER: -o, --output=<outputDirectory>
FUZZER: Output Directory containing results (default:
FUZZER: fuzz_results)
FUZZER: -V, --version Print version information and exit.
2020/02/25 14:18:12 process finished with error = exit status 2
2020/02/25 14:18:12 Exit Status: 2
I can confirm the suite runs locally, but I'm not sure how to work around this issue using the fuzzit dashboard.