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

Missing fuzz introspector reports #12706

Open
IvanNardi opened this issue Nov 11, 2024 · 4 comments
Open

Missing fuzz introspector reports #12706

IvanNardi opened this issue Nov 11, 2024 · 4 comments
Assignees

Comments

@IvanNardi
Copy link
Contributor

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?

@DavidKorczynski DavidKorczynski self-assigned this Nov 13, 2024
@IvanNardi
Copy link
Contributor Author

Any updates?

@IvanNardi
Copy link
Contributor Author

@DavidKorczynski, any news? Still the same issue...

@DavidKorczynski
Copy link
Collaborator

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.

@IvanNardi
Copy link
Contributor Author

@DavidKorczynski, thanks for looking into that!

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

No branches or pull requests

2 participants