Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Java fuzzing is failing due to unknown zest option #2

Open
nickrobison-usds opened this issue Feb 25, 2020 · 0 comments
Open

Java fuzzing is failing due to unknown zest option #2

nickrobison-usds opened this issue Feb 25, 2020 · 0 comments

Comments

@nickrobison-usds
Copy link

@nickrobison-usds nickrobison-usds commented Feb 25, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.