dongjoon-hyun commented on PR #44584:
URL: https://github.com/apache/spark/pull/44584#issuecomment-1876361097
Oh, right. According to the log, it hits 404 error but the failure is
ignored like the following.
```
[00:01:07] Start-FileDownloadInternal : Error downloading remote file: One
or more errors occurred.
[00:01:07] Inner Exception: Remote server returned 404: Not Found
[00:01:07] At C:\Program
Files\AppVeyor\BuildAgent\Modules\build-worker-api\build-worker-api.psm1:242
char:2
[00:01:07] + Start-FileDownloadInternal -Url $Url -FileName $FileName
-Timeout ...
[00:01:07] +
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[00:01:07] + CategoryInfo : NotSpecified: (:)
[Start-FileDownloadInternal], Exception
[00:01:07] + FullyQualifiedErrorId :
System.Exception,Appveyor.BuildAgent.Api.Utils.StartFileDownloadInternalCmdlet
[00:01:07]
[00:01:07] Start-Process : This command cannot be run due to the error: %1
is not a valid Win32 application.
[00:01:07] At C:\projects\spark\dev\appveyor-install-dependencies.ps1:59
char:3
[00:01:07] + Start-Process -FilePath .\Rtools-current.exe -ArgumentList
/VERYSIL ...
[00:01:07] +
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[00:01:07] + CategoryInfo : InvalidOperation: (:)
[Start-Process], InvalidOperationException
[00:01:07] + FullyQualifiedErrorId :
InvalidOperationException,Microsoft.PowerShell.Commands.StartProcessCommand
[00:01:07]
[00:01:07] Rtools is now available on drive C:
[00:01:07]
[00:01:07]
[00:01:07] Directory: C:\
[00:01:07]
[00:01:07]
[00:01:07] Mode LastWriteTime Length Name
[00:01:07] ---- ------------- ------ ----
[00:01:07] d----- 1/4/2024 12:25 AM RLibrary
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]