Skip to content
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

win-dev and win-rel CI jobs failed #5979

Closed
jangorecki opened this issue Mar 5, 2024 · 2 comments · Fixed by #5983
Closed

win-dev and win-rel CI jobs failed #5979

jangorecki opened this issue Mar 5, 2024 · 2 comments · Fixed by #5983

Comments

@jangorecki
Copy link
Member

Root cause not identified but I wasn't looking into it, just noticed they failed. Maybe simply url upgrade to recent R? not sure.

We need additionaly to ensure that jobs are listed in https://rdatatable.gitlab.io/data.table/web/checks/check_results_data.table.html where currently those jobs are missing

@MichaelChirico
Copy link
Member

It looks like Rtools is failing to download:

Start-Process : This command cannot be run due to the error: The file or directory is corrupted and unreadable.
At line:299 char:43
+ ... RTOOLS_BIN; Start-Process -FilePath ..\rtools.exe -ArgumentList "/VER ...
+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [Start-Process], InvalidOperationException
    + FullyQualifiedErrorId : InvalidOperationException,Microsoft.PowerShell.Commands.StartProcessCommand

@jangorecki
Copy link
Member Author

Thanks, the problem is resolved, yet I am not sure if we are future proof in terms of future failures to be displayed on CI summary page. I will create new issue for that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants