kou commented on PR #36230: URL: https://github.com/apache/arrow/pull/36230#issuecomment-1606717771
The preview-docs job failure isn't "No space left on device". It's a R document generation failure. @thisisnic Could you check this failure? https://github.com/ursacomputing/crossbow/actions/runs/5368074498/jobs/9738676612#step:6:10165 ```text -- Building function reference ------------------------------------------------- Error: ! in callr subprocess. Caused by error in `map2(.x, vec_index(.x), .f, ...)`: ! In index: 4. --- Standard output: == Building pkgdown site ======================================================= Reading from: '/arrow/r' Writing to: '/arrow/r/docs' -- Initialising site ----------------------------------------------------------- Copying '../../usr/local/lib/R/site-library/pkgdown/BS5/assets/link.svg' to 'link.svg' Copying '../../usr/local/lib/R/site-library/pkgdown/BS5/assets/pkgdown.js' to 'pkgdown.js' Copying 'pkgdown/extra.js' to 'extra.js' Copying 'pkgdown/assets/versions.html' to 'versions.html' Copying 'pkgdown/assets/versions.json' to 'versions.json' Copying 'pkgdown/favicon/apple-touch-icon-120x120.png' to 'apple-touch-icon-120x120.png' Copying 'pkgdown/favicon/apple-touch-icon-152x152.png' to 'apple-touch-icon-152x152.png' Copying 'pkgdown/favicon/apple-touch-icon-180x180.png' to 'apple-touch-icon-180x180.png' Copying 'pkgdown/favicon/apple-touch-icon-60x60.png' to 'apple-touch-icon-60x60.png' Copying 'pkgdown/favicon/apple-touch-icon-76x76.png' to 'apple-touch-icon-76x76.png' Copying 'pkgdown/favicon/apple-touch-icon.png' to 'apple-touch-icon.png' Copying 'pkgdown/favicon/favicon-16x16.png' to 'favicon-16x16.png' Copying 'pkgdown/favicon/favicon-32x32.png' to 'favicon-32x32.png' Copying 'pkgdown/favicon/favicon.ico' to 'favicon.ico' -- Building home --------------------------------------------------------------- Writing 'authors.html' Reading 'PACKAGING.md' Writing 'PACKAGING.html' Reading 'STYLE.md' Writing 'STYLE.html' Writing '404.html' -- Building function reference ------------------------------------------------- --- Backtrace: 1. pkgdown::build_site(install = FALSE) 2. pkgdown:::build_site_external(pkg = pkg, examples = examples, run_dont_run = run_d... 3. callr::r(function(..., cli_colors, pkgdown_internet) { ... 4. callr:::get_result(output = out, options) 5. callr:::throw(callr_remote_error(remerr, output), parent = fix_msg(remerr[[3]])) --- Subprocess backtrace: 1. pkgdown::build_site(...) 2. pkgdown:::build_site_local(pkg = pkg, examples = examples, run_dont_run = run_dont... 3. pkgdown::build_reference(pkg, lazy = lazy, examples = examples, run_dont_run = ru... 4. pkgdown::build_reference_index(pkg) 5. pkgdown::render_page(pkg, "reference-index", data = data_reference_index(pkg), ... 6. pkgdown:::render_page_html(pkg, name = name, data = data, depth = depth) 7. utils::modifyList(data_template(pkg, depth = depth), data) 8. base::stopifnot(is.list(x), is.list(val)) 9. pkgdown:::data_reference_index(pkg) 10. meta %>% purrr::imap(data_reference_index_rows, pkg = pkg) %>% ... 11. base::unlist(., recursive = FALSE) 12. purrr::compact(.) 13. purrr::discard(.x, function(x) is_empty(.f(x))) 14. purrr:::where_if(.x, .p, ...) 15. purrr:::map_(.x, .p, ..., .type = "logical", .purrr_error_call = .purrr_error_call) 16. purrr:::vctrs_vec_compat(.x, .purrr_user_env) 17. purrr::imap(., data_reference_index_rows, pkg = pkg) 18. purrr::map2(.x, vec_index(.x), .f, ...) 19. purrr:::map2_("list", .x, .y, .f, ..., .progress = .progress) 20. purrr:::with_indexed_errors(i = i, names = names, error_call = .purrr_error_call... 21. base::withCallingHandlers(expr, error = function(cnd) { ... 22. purrr:::call_with_cleanup(map2_impl, environment(), .type, .progress, ... 23. local .f(.x[[i]], .y[[i]], ...) 24. pkgdown:::section_topics(section$contents, pkg$topics, pkg$src_path) 25. topics[select_topics(match_strings, topics), , ] 26. `[.tbl_df`(topics, select_topics(match_strings, topics), , ) 27. pkgdown:::select_topics(match_strings, topics) 28. purrr::map(match_strings, match_eval, env = match_env(topics)) 29. purrr:::map_("list", .x, .f, ..., .progress = .progress) 30. purrr:::with_indexed_errors(i = i, names = names, error_call = .purrr_error_call... 31. base::withCallingHandlers(expr, error = function(cnd) { ... 32. purrr:::call_with_cleanup(map_impl, environment(), .type, .progress, ... 33. local .f(.x[[i]], ...) 34. base::tryCatch(eval(expr, env), error = function(e) { ... 35. base::tryCatchList(expr, classes, parentenv, handlers) 36. base::tryCatchOne(expr, names, parentenv, handlers[[1L]]) 37. value[[3L]](cond) 38. pkgdown:::topic_must("be a known selector function", string, parent = e) 39. rlang::abort(c(paste0("In '_pkgdown.yml', topic must ", message), x = paste0("N... 40. | rlang:::signal_abort(cnd, .file) 41. | base::signalCondition(cnd) 42. (function (cnd) ... 43. cli::cli_abort(message, location = i, name = name, parent = cnd, ... 44. | rlang::abort(message, ..., call = call, use_cli_format = TRUE, ... 45. | rlang:::signal_abort(cnd, .file) 46. | base::signalCondition(cnd) 47. (function (cnd) ... 48. cli::cli_abort(message, location = i, name = name, parent = cnd, ... 49. | rlang::abort(message, ..., call = call, use_cli_format = TRUE, ... 50. | rlang:::signal_abort(cnd, .file) 51. | base::signalCondition(cnd) 52. global (function (e) ... Execution halted 1 ``` -- 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]
