raulcd commented on issue #46712:
URL: https://github.com/apache/arrow/issues/46712#issuecomment-2942983473

   Thanks for the ping @ianmcook . I initially thought it could be related but 
after I did some investigation it is not the case.
   The issue is that the 
[test-debian-12-docs](https://github.com/ursacomputing/crossbow/actions/runs/15455688540/job/43507447945)
 job has been failing for a week approximately (latest error is different from 
initial one). The error seems to be generating the R documentation:
   ```
   
   2025-06-05T01:16:08.4779370Z x Reference metadata not ok.
   2025-06-05T01:16:08.4779672Z   In _pkgdown.yml, 1 topic missing from index: 
"one".
   2025-06-05T01:16:08.4780095Z   Either add to the reference index, or use 
`@keywords internal` to drop from
   2025-06-05T01:16:08.4780508Z   the index.
   2025-06-05T01:16:08.4780774Z -- Initialising site 
-----------------------------------------------------------
   2025-06-05T01:16:08.4781270Z -- Building home 
---------------------------------------------------------------
   2025-06-05T01:16:08.4781578Z Writing `authors.html`
   2025-06-05T01:16:08.4781873Z Reading PACKAGING.md
   2025-06-05T01:16:08.4782217Z Writing `PACKAGING.html`
   2025-06-05T01:16:08.4782427Z Reading STYLE.md
   2025-06-05T01:16:08.4782615Z Writing `STYLE.html`
   2025-06-05T01:16:08.4782898Z Reading README.md
   2025-06-05T01:16:08.4783084Z Writing `index.html`
   2025-06-05T01:16:08.4783408Z Writing `404.html`
   2025-06-05T01:16:08.4783697Z -- Building function reference 
-------------------------------------------------
   2025-06-05T01:16:08.4784219Z ---
   2025-06-05T01:16:08.4784378Z Backtrace:
   2025-06-05T01:16:08.4784602Z 1. pkgdown::build_site(install = FALSE)
   2025-06-05T01:16:08.4784998Z 2. pkgdown:::build_site_external(pkg = pkg, 
examples = examples, run_dont_run = run_d...
   2025-06-05T01:16:08.4785422Z 3. callr::r(function(..., cli_colors, 
hyperlinks) { ...
   2025-06-05T01:16:08.4785725Z 4. callr:::get_result(output = out, options)
   2025-06-05T01:16:08.4786102Z 5. callr:::throw(callr_remote_error(remerr, 
output), parent = fix_msg(remerr[[3]]))
   2025-06-05T01:16:08.4786450Z ---
   2025-06-05T01:16:08.4786619Z Subprocess backtrace:
   2025-06-05T01:16:08.4786826Z  1. pkgdown::build_site(...)
   2025-06-05T01:16:08.4787181Z  2. pkgdown:::build_site_local(pkg = pkg, 
examples = examples, run_dont_run = run_dont...
   2025-06-05T01:16:08.4787682Z  3. pkgdown::build_reference(pkg, lazy = lazy, 
examples = examples, run_dont_run = ru...
   2025-06-05T01:16:08.4788069Z  4. pkgdown::build_reference_index(pkg)
   2025-06-05T01:16:08.4788444Z  5. pkgdown::render_page(pkg, 
"reference-index", data = data_reference_index(pkg), ...
   2025-06-05T01:16:08.4788915Z  6. pkgdown:::render_page_html(pkg, name = 
name, data = data, depth = depth)
   2025-06-05T01:16:08.4789320Z  7. pkgdown:::modify_list(data_template(pkg, 
depth = depth), data)
   2025-06-05T01:16:08.4789644Z  8. pkgdown:::data_reference_index(pkg)
   2025-06-05T01:16:08.4791714Z  9. pkgdown:::check_missing_topics(rows, pkg, 
error_call = error_call)
   2025-06-05T01:16:08.4792487Z 10. pkgdown:::config_abort(pkg, 
c("{sum(missing)} topic{?s} missing from index: {.val ...
   2025-06-05T01:16:08.4793202Z 11. cli::cli_abort(message, ..., call = call, 
.envir = .envir)
   2025-06-05T01:16:08.4793845Z 12. | rlang::abort(message, ..., call = call, 
use_cli_format = TRUE, ...
   2025-06-05T01:16:08.4794615Z 13. | rlang:::signal_abort(cnd, .file)
   2025-06-05T01:16:08.4795049Z 14. | base::signalCondition(cnd)
   2025-06-05T01:16:08.4795426Z 15. global (function (e) ...
   2025-06-05T01:16:08.4795753Z Execution halted
   ```
   Could the current failure be related to the following PR as it seems to be 
complaining about index "one"
   - https://github.com/apache/arrow/pull/46648
   
   @amoeba any idea


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to