-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Bump up download file timeout #39005
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
Conversation
|
/backport to release/6.0 |
|
Started backporting to release/6.0: https://github.com/dotnet/aspnetcore/actions/runs/1580522418 |
|
/backport to release/5.0 |
|
/backport to release/3.1 |
|
Started backporting to release/5.0: https://github.com/dotnet/aspnetcore/actions/runs/1580523692 |
|
/backport to release/2.1 |
|
Started backporting to release/3.1: https://github.com/dotnet/aspnetcore/actions/runs/1580524289 |
|
Started backporting to release/2.1: https://github.com/dotnet/aspnetcore/actions/runs/1580524544 |
|
@TanayParikh backporting to release/3.1 failed, the patch most likely resulted in conflicts: $ git am --3way --ignore-whitespace --keep-non-patch changes.patch
Applying: Bump up download file timeout
Using index info to reconstruct a base tree...
M eng/tools/RepoTasks/DownloadFile.cs
Falling back to patching base and 3-way merge...
Auto-merging eng/tools/RepoTasks/DownloadFile.cs
CONFLICT (content): Merge conflict in eng/tools/RepoTasks/DownloadFile.cs
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0001 Bump up download file timeout
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".
Error: The process '/usr/bin/git' failed with exit code 128Please backport manually! |
|
@TanayParikh backporting to release/2.1 failed, the patch most likely resulted in conflicts: $ git am --3way --ignore-whitespace --keep-non-patch changes.patch
Applying: Bump up download file timeout
Using index info to reconstruct a base tree...
A eng/tools/RepoTasks/DownloadFile.cs
Falling back to patching base and 3-way merge...
CONFLICT (modify/delete): eng/tools/RepoTasks/DownloadFile.cs deleted in HEAD and modified in Bump up download file timeout. Version Bump up download file timeout of eng/tools/RepoTasks/DownloadFile.cs left in tree.
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0001 Bump up download file timeout
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".
Error: The process '/usr/bin/git' failed with exit code 128Please backport manually! |
MacOS jobs have had a significant increase in failure rates due to timing out when attempting to retrieve from blob storage. This PR increases the timeout value.
Example Pipeline: https://dev.azure.com/dnceng/public/_build/results?buildId=1507432&view=logs&jobId=9895f7d8-b062-540b-461c-07f8695bfcc6&j=9895f7d8-b062-540b-461c-07f8695bfcc6&t=a6c33838-4cf4-594d-88cb-801ae7f8db2f
I contacted first responders, there doesn't seem to be a known network/blob storage issue which would cause this.