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

infra: bump fuzz introspector #10802

Merged
merged 2 commits into from
Aug 8, 2023
Merged

infra: bump fuzz introspector #10802

merged 2 commits into from
Aug 8, 2023

Conversation

DavidKorczynski
Copy link
Collaborator

@DavidKorczynski DavidKorczynski commented Aug 6, 2023

This contains a minor fix in accummulated code complexity for the annotated CFG feature, used by https://introspector.oss-fuzz.com/api/annotated-cfg -- in some cases the value would be 0 incorrectly.

Also includes:

This contains a minor fix in accummulated code complexity for the annotated CFG feature, used by https://introspector.oss-fuzz.com/api/annotated-cfg -- in some cases the value would be 0 incorrectly.
@DavidKorczynski DavidKorczynski marked this pull request as draft August 7, 2023 10:24
@DavidKorczynski
Copy link
Collaborator Author

Converted this to draft as some more updates will come shortly

@DavidKorczynski DavidKorczynski marked this pull request as ready for review August 7, 2023 15:03
@oliverchang
Copy link
Collaborator

/gcbrun trial_build.py all --sanitizer introspector --fuzzing-engine libfuzzer

1 similar comment
@oliverchang
Copy link
Collaborator

/gcbrun trial_build.py all --sanitizer introspector --fuzzing-engine libfuzzer

@DavidKorczynski
Copy link
Collaborator Author

Looking at the failed projects from the trial builds:

curvesapi:

Step #12: gcr.io/oss-fuzz-base/base-builder-go-testing-davidkorczynski-patch-8:latest
Step #1: CommandException: No URLs matched: gs://oss-fuzz-coverage/curvesapi/textcov_reports/20230808/*
Step #1: CommandException: 1 file/object could not be transferred.

Coverage issue? Not related. Also, curvesapi fails already.

mrab-regex:

Step #12: Status: Downloaded newer image for gcr.io/oss-fuzz-base/base-builder-go-testing-davidkorczynski-patch-8:latest
Step #12: gcr.io/oss-fuzz-base/base-builder-go-testing-davidkorczynski-patch-8:latest
Step #1: CommandException: No URLs matched: gs://oss-fuzz-coverage/mrab-regex/textcov_reports/20230808/*
Step #1: CommandException: 1 file/object could not be transferred.
Finished Step #12

Coverage issue? Not related. Also mrab-regex fails already.

p11-kit:

Step #12: Status: Downloaded newer image for gcr.io/oss-fuzz-base/base-builder-go-testing-davidkorczynski-patch-8:latest
Step #12: gcr.io/oss-fuzz-base/base-builder-go-testing-davidkorczynski-patch-8:latest
Step #1: CommandException: No URLs matched: gs://oss-fuzz-coverage/p11-kit/textcov_reports/20230808/*
Step #1: CommandException: 1 file/object could not be transferred.

Coverage issue? Not related. Also, p11-kit fails already.

uwebsockets:

Step #22 - "compile-libfuzzer-introspector-x86_64": [Log level 1] : 08:46:33 : Ended wrapping all functions
Step #22 - "compile-libfuzzer-introspector-x86_64": [Log level 1] : 08:46:33 : Finished introspector module
Step #22 - "compile-libfuzzer-introspector-x86_64": clang-15: �[0;1;31merror: �[0m�[1munable to execute command: Segmentation fault (core dumped)�[0m
Step #22 - "compile-libfuzzer-introspector-x86_64": clang-15: �[0;1;31merror: �[0m�[1mlinker command failed due to signal (use -v to see invocation)�[0m
Step #22 - "compile-libfuzzer-introspector-x86_64": make: *** [Makefile:29: oss-fuzz] Error 254

Well-known compiler issue. However, uwebsockets already fails introspector builds so not a regression.

wolf-ssl:

Step #12: Digest: sha256:c5b3aca596a8121bf521b104e0e812bf55b05617ef570ed08a1fa06e5941b41d
Step #12: Status: Downloaded newer image for gcr.io/oss-fuzz-base/base-builder-go-testing-davidkorczynski-patch-8:latest
Step #12: gcr.io/oss-fuzz-base/base-builder-go-testing-davidkorczynski-patch-8:latest
Step #1: CommandException: No URLs matched: gs://oss-fuzz-coverage/wolfssl/textcov_reports/20230808/*
Step #1: CommandException: 1 file/object could not be transferred.
Finished Step #12

jackson-dataformats-binary:

fails due to a recursion issue in the Python part of Fuzz Introspector. This is not a regression, but looks to be something spurious as the jackson-dataformat-binary project fails a bit on-and-off looking at the history.

I'd say this is good to merge.

@oliverchang oliverchang merged commit b9ce49f into master Aug 8, 2023
18 of 19 checks passed
@oliverchang oliverchang deleted the DavidKorczynski-patch-8 branch August 8, 2023 22:44
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

Successfully merging this pull request may close these issues.

web: bool types are reported as "N/A" ? web: function-arguments type should be JSON encoded
2 participants