Closed
Description
Downloading formatting tools
Invoke-WebRequest : Unable to read data from the transport connection: An existing connection was forcibly closed by
the remote host.
At line:1 char:1
+ Invoke-WebRequest -Uri https://clrjit.blob.core.windows.net/clang-too ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Invoke-WebRequest], IOException
+ FullyQualifiedErrorId : System.IO.IOException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand
ERROR: failed to download clang-format.
Downloading https://raw.githubusercontent.com/dotnet/jitutils/main/bootstrap.cmd to C:\Users\VSSADM~1\AppData\Local\Temp\tmp3vhxsll6\bootstrap.cmd
Convert C:\Users\VSSADM~1\AppData\Local\Temp\tmp3vhxsll6\bootstrap.cmd to Windows line endings
Running: C:\Users\VSSADM~1\AppData\Local\Temp\tmp3vhxsll6\bootstrap.cmd
Deleting C:\Users\VSSADM~1\AppData\Local\Temp\tmp3vhxsll6\bootstrap.cmd
Bootstrap failed
##[error]The process 'C:\hostedtoolcache\windows\Python\3.9.4\x64\python.exe' failed with exit code 429496729
I assume we could add retries to the fetching of the formatting tools.