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

[NETSDKE2E][Unstable]Failed to download package 'Microsoft.NETCore.app.Runtime.win-x64.8.0.0' from ..." message displays during publish project in CLI. #13110

Closed
vdanche opened this issue Dec 27, 2023 · 8 comments
Labels

Comments

@vdanche
Copy link

vdanche commented Dec 27, 2023

NuGet Product Used

dotnet.exe

Product Version

SDK version from dotnet --info: 8.0.200-preview.23624.5

Worked before?

No response

Impact

None

Repro Steps & Context

1.install 8.0.200-preview.23624.5 sdk from https://aka.ms/dotnet/8.0.2xx/daily/dotnet-sdk-win-x64.exe
in CLI, dotnet new console and then dotnet publish -r win-x64 --self-contained

Expected Result:
Publish successfully.
Actual Result:
Publish successfully, but "Failed to download package 'Microsoft.NETCore.app.Runtime.win-x64.8.0.0' from ..." message displays during publish project in CLI.
image
dotnet --info:
.NET SDK:
Version: 8.0.200-preview.23624.5
Commit: 8065b9770c
Workload version: 8.0.200-manifests.9f3f18d7

Runtime Environment:
OS Name: Windows
OS Version: 10.0.19043
OS Platform: Windows
RID: win-x64
Base Path: C:\Program Files\dotnet\sdk\8.0.200-preview.23624.5\

.NET workloads installed:
Workload version: 8.0.200-manifests.9f3f18d7
There are no installed workloads to display.

Host:
Version: 8.0.0
Architecture: x64
Commit: 5535e31a71

.NET SDKs installed:
8.0.200-preview.23624.5 [C:\Program Files\dotnet\sdk]

.NET runtimes installed:
Microsoft.AspNetCore.App 8.0.0 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.NETCore.App 8.0.0 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.WindowsDesktop.App 8.0.0 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]

Other architectures found:
None

Environment variables:
Not set

global.json file:
Not found

Learn more:
https://aka.ms/dotnet/info

Download .NET:
https://aka.ms/dotnet/download

Verbose Logs

No response

@martinrrm
Copy link
Contributor

martinrrm commented Dec 27, 2023

Hi! I installed the same SDK version and is able to publish the package. Do you have access to the package link? Is it downloading if you open it in the browser?

image
image

@martinrrm martinrrm added the WaitingForCustomer Applied when a NuGet triage person needs more info from the OP label Dec 27, 2023
@vdanche
Copy link
Author

vdanche commented Dec 28, 2023

@martinrrm it's unstable, we can still publish successfully even though failed to download package.
Addtionally, we did not meet this issue today.

@ghost ghost added WaitingForClientTeam Customer replied, needs attention from client team. Do not apply this label manually. and removed WaitingForCustomer Applied when a NuGet triage person needs more info from the OP labels Dec 28, 2023
@martinrrm
Copy link
Contributor

Is this still reproducing? Did the error start after updating VS or dotnet? Can you reproduce this behavior in other machines?

@ghost ghost added WaitingForCustomer Applied when a NuGet triage person needs more info from the OP and removed WaitingForClientTeam Customer replied, needs attention from client team. Do not apply this label manually. labels Jan 2, 2024
@vdanche
Copy link
Author

vdanche commented Jan 2, 2024

@martinrrm we did not meet this error recently. we did not update VS or dotnet, only install SDK and then publish.
we cannot repro this behavior in other machines now.

@ghost ghost added WaitingForClientTeam Customer replied, needs attention from client team. Do not apply this label manually. and removed WaitingForCustomer Applied when a NuGet triage person needs more info from the OP labels Jan 2, 2024
@vdanche
Copy link
Author

vdanche commented Jan 3, 2024

@martinrrm Since it did not repro again, we can close it. if we meet it again, we'll re-active it?

@martinrrm
Copy link
Contributor

Yes! Please reopen or create another issue if this error happens again. Thank for creating the issue!

@ghost ghost removed the WaitingForClientTeam Customer replied, needs attention from client team. Do not apply this label manually. label Jan 4, 2024
@vdanche
Copy link
Author

vdanche commented Jan 4, 2024

@martinrrm Want to know what log can we catch as this issue is unstable and it only happens once in current machine?

@vdanche
Copy link
Author

vdanche commented Jan 4, 2024

@martinrrm we met this issue again and create a new issue: #13125 , please refer to it for more details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants