Skip to content

Public corpus download started producing empty zip files today (which breaks upstream CI) 😞 #14045

@hartwork

Description

@hartwork

Hi!

The public corpus download for Expat started producing empty zip files today which breaks my upstream fuzzing regression CI for Expat. For proof:

# cd "$(mktemp -d)"

# wget -q -O corpus.zip https://storage.googleapis.com/expat-backup.clusterfuzz-external.appspot.com/corpus/libFuzzer/expat_xml_parse_fuzzer_UTF-8/public.zip

# ls -l
total 4.0K
-rw-r--r-- 1 user123 user123 22 22. Sep 14:05 corpus.zip

# file corpus.zip 
corpus.zip: Zip archive data (empty)

# unzip corpus.zip 
Archive:  corpus.zip
warning [corpus.zip]:  zipfile is empty

# ls -l
total 4
-rw-r--r-- 1 user123 user123 22 22. Sep 14:05 corpus.zip

Is this known? Could it be fixed?

Thanks in advance! 🙏

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions