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 

https://dev.azure.com/dnceng/public/_build/results?buildId=1636124&view=logs&j=3af70de0-9753-58b8-b476-56d8238660f2&t=ebc957cc-2054-5b9c-76a0-1c61cc6bbc2e

About this issue

  • Original URL
  • State: open
  • Created 2 years ago
  • Comments: 18 (17 by maintainers)

Most upvoted comments

@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@1 and verify”