-
Notifications
You must be signed in to change notification settings - Fork 19
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
Curl fails to download dotnet-install.sh #1372
Comments
The result validation seems to fail to match if a second attempt has already started? |
yes, it fails because we validate the latest results, we have this issues to track this: #965 |
Most of if not all of these failures appear to be on mac hosts? |
@sebastienros pointed out that this may be the same redirection problem as dotnet/install-scripts#400 and looking at how it fails it looks like the script is exiting before the second stage retry logic |
Something is wrong on the server, I am getting a 403 status code (forbidden) but the whole file still. Here just showing headers:
|
Here is a pr to run the verbose retry in this case dotnet/arcade#14213 |
This is beginning to remind me a lot of dotnet/installer#17588 |
@sebastienros on this specific request it looks like our Web Application Firewall blocked it I've added an exception for this script let me know if it works for you |
It looks perfect now, and this is great that you could correlate the logs.
|
Unless there were more changes that doesn't seem to have solved it https://dev.azure.com/dnceng-public/public/_build/results?buildId=464343&view=logs&j=15937614-db2c-5603-455e-ec281b1f793e&t=01cbf0cc-0b98-5e21-1563-bcd1ee814482&l=15
|
okay https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_apis/build/builds/465737/logs/231 has a failure log where the retry worked, the data in the openssl cert dump also looks much better than the previous failures
|
I guess we can close it now, I was planning to keep it open through the next set of servicing builds just to get a bit more data on the branches without the arcade change to see if the underling cause was fixed, or just the retry logic. |
Build
https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=461322
Failed twice on mac lanes on that build, the curl command retries 10 times
https://dev.azure.com/dnceng-public/public/_build/results?buildId=461322&view=logs&j=7f49df26-8126-5de3-bf2f-6ac6bde01830&s=6884a131-87da-5381-61f3-d7acc3b91d76&t=af2c051c-0c65-59f6-e97b-23ca21856a55&l=14
Build leg reported
Build / ios-arm64 Release AllSubsets_Mono / Build product
Pull Request
dotnet/runtime#94437
Known issue core information
Fill out the known issue JSON section by following the step by step documentation on how to create a known issue
@dotnet/dnceng
Release Note Category
Release Note Description
Additional information about the issue reported
No response
Report
Summary
The text was updated successfully, but these errors were encountered: