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

[Ubuntu-16.04] Unexpected end of file error while running ./install-dotnet.sh #31

Closed
eduherminio opened this issue Sep 2, 2019 · 1 comment

Comments

@eduherminio
Copy link

This does not seem to be common issue, regarding all other successful builds, but just in case something can be improved to prevent it from happening at all.

Failed build link.
OS: Ubuntu-16.04
dotnet version : 2.2.108
Context: Scheduled build.

Run actions/setup-dotnet@v1
  with:
    dotnet-version: 2.2.108
ome/runner/work/_actions/actions/setup-dotnet/v1/externals/get-os-distro.sh
Primary:linux-x64
Legacy:ubuntu.16.04
Checking tool cache
 Getting a download url 2.2.108
Could not fetch download information for version 2.2.108
ome/runner/work/_actions/actions/setup-dotnet/v1/externals/install-dotnet.sh --version 2.2.108 --dry-run
dotnet-install: Payload URLs:
dotnet-install: Primary named payload URL: https://dotnetcli.azureedge.net/dotnet/Sdk/2.2.108/dotnet-sdk-2.2.108-linux-x64.tar.gz
dotnet-install: Legacy named payload URL: https://dotnetcli.azureedge.net/dotnet/Sdk/2.2.108/dotnet-dev-ubuntu.16.04-x64.2.2.108.tar.gz
dotnet-install: Repeatable invocation: ./install-dotnet.sh --version "2.2.108" --install-dir "/home/runner/.dotnet" --architecture "x64"
Extracting Package /home/runner/work/_temp/5a2fe0f4-6f17-4402-abbc-6526dbd26ea1
in/tar xzC /home/runner/work/_temp/5098a57e-0259-4541-bc71-def74466eabc -f /home/runner/work/_temp/5a2fe0f4-6f17-4402-abbc-6526dbd26ea1

gzip: stdin: unexpected end of file
/bin/tar: Unexpected EOF in archive
/bin/tar: Unexpected EOF in archive
/bin/tar: Error is not recoverable: exiting now
##[error]The process '/bin/tar' failed with exit code 2
##[error]Node run failed with exit code 1
@eduherminio eduherminio changed the title Error extracting package while running ./install-dotnet.sh [Ubuntu-16.04] Unexpected end of file error while running ./install-dotnet.sh Sep 2, 2019
@ZEisinger
Copy link
Contributor

Thanks for opening this @eduherminio. The mentioned script has been updated since, and it does not seem to be happening anymore. I'm going to close this and #32. Please reopen if you see any more failures and we will look into the problem.

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

2 participants