-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
infra: enable introspector for Rust #12854
Conversation
Signed-off-by: David Korczynski <[email protected]>
Signed-off-by: David Korczynski <[email protected]>
/gcbrun trial_build.py rust --sanitizer introspector --fuzzing-engine libfuzzer |
Errors in the builds fail with: Step #6: gcr.io/oss-fuzz-base/base-builder-swift-testing-rust-fi-int:latest
Finished Step #6
Step #1: CommandException: No URLs matched: gs://oss-fuzz-coverage/migtd/textcov_reports/20241216/*
Step #1: CommandException: 1 file/object could not be transferred. This is in essence expected because it's a chicken-and-egg situation: we need this PR to enable uploading of textcov_reports: oss-fuzz/infra/build/functions/build_and_run_coverage.py Lines 203 to 218 in 57fe447
|
/gcbrun trial_build.py all --sanitizer introspector --fuzzing-engine libfuzzer |
To solve the oss-fuzz/infra/build/functions/build_lib.py Lines 274 to 279 in 57fe447
This code is only used by Fuzz Introspector runs and it's okay if it fails. Will do it after the current trial build, since we still want to test the bumping of Fuzz Introspector and the changes applies are okay for non-rust projects. |
The latest trial build succeeds. The ones that fail are rust projects because of the |
Signed-off-by: David Korczynski <[email protected]>
Signed-off-by: David Korczynski <[email protected]>
/gcbrun trial_build.py rust --sanitizer introspector --fuzzing-engine libfuzzer |
Looks good -- the few projects failing are due to build issues and not this PR. This is good to go. |
No description provided.