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

New project askama not appearing on oss-fuzz.com #10994

Closed
manunio opened this issue Sep 22, 2023 · 3 comments
Closed

New project askama not appearing on oss-fuzz.com #10994

manunio opened this issue Sep 22, 2023 · 3 comments

Comments

@manunio
Copy link
Contributor

manunio commented Sep 22, 2023

Hi, A newly integrated project askama #10935 is not appearing on https://oss-fuzz.com/.
As per OSS-Fuzz build status Fuzzing builds are passing, but coverage builds are failing with following error:

Step #5: [/corpus/askama_parser-fuzz_parser.zip]
Step #5:   End-of-central-directory signature not found.  Either this file is not
Step #5:   a zipfile, or it constitutes one disk of a multi-part archive.  In the
Step #5:   latter case the central directory and zipfile comment will be found on
Step #5:   the last disk(s) of this archive.
Step #5: unzip:  cannot find zipfile directory in one of /corpus/askama_parser-fuzz_parser.zip or
Step #5:         /corpus/askama_parser-fuzz_parser.zip.zip, and cannot find /corpus/askama_parser-fuzz_parser.zip.ZIP, period.
Step #5: Failed to unpack the corpus for askama_parser-fuzz_parser. This usually means that corpus backup for a particular fuzz target does not exist. If a fuzz target was added in the last 24 hours, please wait one more day. Otherwise, something is wrong with the fuzz target or the infrastructure, and corpus pruning task does not finish successfully.

Coverage builds are working locally, Is this somehow similar to issue #9994

cc @djc

@manunio manunio changed the title New project 'askama' not appearing on https://oss-fuzz.com/ New project askama not appearing on oss-fuzz.com Sep 22, 2023
@jluebbe
Copy link
Contributor

jluebbe commented Sep 24, 2023

It seems that the same issue affects RAUC (added on the 12th, in #10910). The overview shows 'fuzz build' as successful, but 'coverage build' as failed:

Step #5: [/corpus/bundle_fuzzer.zip]
Step #5:   End-of-central-directory signature not found.  Either this file is not
Step #5:   a zipfile, or it constitutes one disk of a multi-part archive.  In the
Step #5:   latter case the central directory and zipfile comment will be found on
Step #5:   the last disk(s) of this archive.
Step #5: unzip:  cannot find zipfile directory in one of /corpus/bundle_fuzzer.zip or
Step #5:         /corpus/bundle_fuzzer.zip.zip, and cannot find /corpus/bundle_fuzzer.zip.ZIP, period.
Step #5: Failed to unpack the corpus for bundle_fuzzer. This usually means that corpus backup for a particular fuzz target does not exist. If a fuzz target was added in the last 24 hours, please wait one more day. Otherwise, something is wrong with the fuzz target or the infrastructure, and corpus pruning task does not finish successfully.
Step #5: [/corpus/manifest_fuzzer.zip]

@oliverchang
Copy link
Collaborator

Thanks for filing this issue!

There were some issues with our infrastructure for newly added projects. This should be fixed in a few days.

@manunio
Copy link
Contributor Author

manunio commented Sep 29, 2023

It's working now :)

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

3 participants