runtime: Unable to Unzip Test Assets -- gzip: stdin: invalid compressed data--format violated
Libraries Test Run release coreclr Linux arm Release
stderr:
gzip: stdin: invalid compressed data--format violated
/bin/tar: Unexpected EOF in archive
/bin/tar: Unexpected EOF in archive
/bin/tar: Error is not recoverable: exiting now
error: undefined;
##[error]Extraction failed for file: /mnt/vss/_work/1/s/__download__/libraries_test_assets_Linux_arm_Release/libraries_test_assets_Linux_arm_Release.tar.gz
About this issue
- Original URL
- State: open
- Created 2 years ago
- Comments: 18 (17 by maintainers)
@ViktorHofer I synched with an engineer from the Azure DevOps team who is investigating the IcM linked above. He suggests that updating the task version used to latest might buy you some validation checking (it’s cheap to try, at least) As seen in places like https://github.com/dotnet/runtime/blob/main/eng/pipelines/common/download-artifact-step.yml#L10-L17 https://github.com/dotnet/runtime/blob/main/eng/pipelines/common/download-specific-artifact-step.yml#L10-L21, it should literally boil down “change to
DownloadBuildArtifacts@0-->DownloadBuildArtifacts@1and verify”