-
Notifications
You must be signed in to change notification settings - Fork 78
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
dotnet-install: Failed to verify the version of installed ".NET Core SDK". #466
Comments
According to the logs, there was a problem with checking if the package was installed locally successfully, after the unpacking the archive with sdk. Could you just try to rerun it? Probably the was a temporary issue with the build machine. |
It succeeded on a rerun. I guess since we don't have the log we won't know what went wrong and there's nothing left to investigate. Thanks! |
@MichalStrehovsky, I have requested the support for the scripts verbosity output. |
Hello @YuliiaKovalova, I am still seeing this issue when running the command line:
Is there any other steps we can take to hopefully figure out why this is failing? |
Hi @LoopedBard3 , Could you please rerun it with Thank you! |
We were able to reproduce it on our side, I am working on the resolution. |
@mmitche submitted a change that will fix this but the change hasn't yet reached installer because dependency flow is blocked right now because of a source-build re-bootstrap issue. Once that is resolved, bits should be flowing again and the blob won't contain duplicate assets anymore. You can the track the status of dependency flow via this PR: dotnet/installer#19634 |
My change should have resolved the issue immediately (since it affected sdk's official builds immediately). If you see this again, let us know |
Looking closer, the main build is broken, this change dotnet/installer#19641 will end up being the resolution. |
@mmitche, I have just validated the fix - it works now! |
I'm using the setup-dotnet Github action to install the latest 9.0 daily build.
I'm getting the error in the subject. Full log:
FWIW, here is how my Github workflow invokes the action:
https://github.com/MichalStrehovsky/rt-sz/blob/49efb3c6bbf5eeeb3480945d26181aaac9fe5137/.github/workflows/sizestats.yml#L121-L125
Here is the failing run: https://github.com/MichalStrehovsky/rt-sz/actions/runs/8874728405/job/24363235450
This worked fine 3 days ago and I didn't make any changes in the repo for a while.
The text was updated successfully, but these errors were encountered: