raulcd opened a new issue, #47821: URL: https://github.com/apache/arrow/issues/47821
### Describe the bug, including details regarding any error messages, version, and platform. The r-binary-packages job is failing on the Release candidate branch, see: https://github.com/ursacomputing/crossbow/actions/runs/18499537950 The failures logs vary per platform but in general all of them seem to be unable to download / find some files. On Linux / macOS error looks like: ``` *** Found libcurl and OpenSSL >= 3.0.0 Error in download.file(from_url, to_file, quiet = hush, mode = "wb") : cannot open URL 'file:///__w/crossbow/crossbow/repor-libarrow-linux-x86_64-openssl-3.0-22.0.0.zip', reason 'No such file or directory' *** Unable to retrieve libarrow for version 22.0.0 (linux-x86_64-openssl-3.0) *** Attempted to download the libarrow binary from: file:///__w/crossbow/crossbow/repor-libarrow-linux-x86_64-openssl-3.0-22.0.0.zip *** Proceeding without libarrow (build not authorized) ``` On Windows: ``` *** Generating code with data-raw/codegen.R ./configure.win: line 37: 1788 Segmentation fault "${R_HOME}/bin${R_ARCH_BIN}/Rscript.exe" data-raw/codegen.R *** pkg-config found. Error in download.file(from_url, to_file, quiet = hush, mode = "wb") : cannot open URL 'file://D:/a/crossbow/crossbow/repor-libarrow-windows-x86_64-22.0.0.zip', reason 'No such file or directory' *** Unable to retrieve libarrow for version 22.0.0 (windows-x86_64) *** Attempted to download the libarrow binary from: file://D:/a/crossbow/crossbow/repor-libarrow-windows-x86_64-22.0.0.zip *** Proceeding without libarrow (build not authorized) ``` ### Component(s) Continuous Integration, Release, R -- 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]
