-
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
Missing fuzz introspector reports #12706
Comments
Any updates? |
@DavidKorczynski, any news? Still the same issue... |
Apologies for this @IvanNardi An error is hidden in the build logs: Step #6 - "compile-libfuzzer-introspector-x86_64": 2025-01-23 11:50:16.022 INFO debug_info - create_friendly_debug_types: Idx: 7897500
Step #6 - "compile-libfuzzer-introspector-x86_64": 2025-01-23 11:50:16.060 INFO debug_info - create_friendly_debug_types: Idx: 7900000
Step #6 - "compile-libfuzzer-introspector-x86_64": 2025-01-23 11:50:16.087 INFO debug_info - create_friendly_debug_types: Idx: 7902500
Step #6 - "compile-libfuzzer-introspector-x86_64": 2025-01-23 11:50:16.112 INFO debug_info - create_friendly_debug_types: Idx: 7905000
Step #6 - "compile-libfuzzer-introspector-x86_64": 2025-01-23 11:50:16.200 INFO debug_info - create_friendly_debug_types: Idx: 7907500
Step #6 - "compile-libfuzzer-introspector-x86_64": 2025-01-23 11:50:16.402 INFO debug_info - create_friendly_debug_types: Idx: 7910000
Step #6 - "compile-libfuzzer-introspector-x86_64": /usr/local/bin/compile: line 402: 8884 Killed python3 /fuzz-introspector/src/main.py report $REPORT_ARGS
Step #6 - "compile-libfuzzer-introspector-x86_64": ********************************************************************************
Step #6 - "compile-libfuzzer-introspector-x86_64": Failed to build.
Step #6 - "compile-libfuzzer-introspector-x86_64": To reproduce, run:
Step #6 - "compile-libfuzzer-introspector-x86_64": python infra/helper.py build_image ndpi
Step #6 - "compile-libfuzzer-introspector-x86_64": python infra/helper.py build_fuzzers --sanitizer introspector --engine libfuzzer --architecture x86_64 ndpi
Step #6 - "compile-libfuzzer-introspector-x86_64": ********************************************************************************
Finished Step #6 - "compile-libfuzzer-introspector-x86_64"
ERROR: step exited with non-zero status: 1
Starting Step #7
Step #7: Already have image (with digest): gcr.io/cloud-builders/gsutil
Step #7: CommandException: 1 files/objects could not be removed.
Finished Step #7
Starting Step #8 The reason for showing successful is the same as I describe here: #12959 (comment) Apologies for the confusion, I'll try to resolve this shortly. We're doing a big revamp on introspector and I hope to migrate this in the coming days, which should solve this. |
@DavidKorczynski, thanks for looking into that! |
In the nDPI project the last fuzz introspector report available is from 01 November
https://introspector.oss-fuzz.com/project-profile?project=ndpi
But all the introspector builds since then seems fine, according to https://oss-fuzz-build-logs.storage.googleapis.com/index.html
What's wrong?
The text was updated successfully, but these errors were encountered: