You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "raulcd (via GitHub)" <gi...@apache.org> on 2024/03/14 17:21:24 UTC

[I] [Docs][R] Documentation jobs fail with `Failed to render RMarkdown` [arrow]

raulcd opened a new issue, #40556:
URL: https://github.com/apache/arrow/issues/40556

   ### Describe the bug, including details regarding any error messages, version, and platform.
   
   The `ubuntu-docs` and the `preview-docs` jobs are failing due to the following R documentation issue:
   ```
   Reading 'vignettes/arrow.Rmd'
   -- RMarkdown error -------------------------------------------------------------
   
   Quitting from lines 192-195 [unnamed-chunk-14] (arrow.Rmd)
   Warning message:
   The vignette title specified in \VignetteIndexEntry{} is different from the title in the YAML metadata. The former is "", and the latter is "Get started with Arrow". If that is intentional, you may set options(rmarkdown.html_vignette.check_title = FALSE) to suppress this check. 
   --------------------------------------------------------------------------------
   ---
   Standard error:
   Attaching package: 'arrow'
   
   The following object is masked from 'package:utils':
   
       timestamp
   
   Warning message:
   In process_conditional_examples(x) :
     @examplesIf condition `arrow_with_dataset() && identical(Sys.getenv("NOT_CRAN"), "true")` is FALSE
   ---
   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_articles(pkg, lazy = lazy, override = override, preview = FALSE)
    4. purrr::walk(pkg$vignettes$name, build_article, pkg = pkg, quiet = quiet,...
    5. purrr::map(.x, .f, ..., .progress = .progress)
    6. purrr:::map_("list", .x, .f, ..., .progress = .progress)
    7. purrr:::with_indexed_errors(i = i, names = names, error_call = .purrr_error_call...
    8. base::withCallingHandlers(expr, error = function(cnd) { ...
    9. purrr:::call_with_cleanup(map_impl, environment(), .type, .progress, ...
   10. local .f(.x[[i]], ...)
   11. pkgdown:::render_rmarkdown(pkg, input = input, output = output_file, output_format...
   12. base::tryCatch(callr::r_safe(function(...) rmarkdown::render(...), ...
   13. base::tryCatchList(expr, classes, parentenv, handlers)
   14. base::tryCatchOne(expr, names, parentenv, handlers[[1L]])
   15. value[[3L]](cond)
   16. rlang::abort("Failed to render RMarkdown", parent = cnd)
   17. | rlang:::signal_abort(cnd, .file)
   18. | base::signalCondition(cnd)
   19. (function (cnd) ...
   20. cli::cli_abort(message, location = i, name = name, parent = cnd, ...
   21. | rlang::abort(message, ..., call = call, use_cli_format = TRUE, ...
   22. | rlang:::signal_abort(cnd, .file)
   23. | base::signalCondition(cnd)
   24. global (function (e) ...
   ```
   [test-ubuntu-22.04-docs](https://github.com/ursacomputing/crossbow/actions/runs/8273491296/job/22637414622)
   
   The issue seems to have started yesterday and the only possible issue I can find that could be related seems to be this one: https://github.com/apache/arrow/issues/38916
   
   
   ### Component(s)
   
   Documentation, 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: issues-unsubscribe@arrow.apache.org.apache.org

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


Re: [I] [Docs][R] Documentation jobs fail with `Failed to render RMarkdown` [arrow]

Posted by "raulcd (via GitHub)" <gi...@apache.org>.
raulcd commented on issue #40556:
URL: https://github.com/apache/arrow/issues/40556#issuecomment-1997962334

   cc @amoeba @thisisnic 


-- 
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-unsubscribe@arrow.apache.org

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


Re: [I] [Docs][R] Documentation jobs fail with `Failed to render RMarkdown` [arrow]

Posted by "thisisnic (via GitHub)" <gi...@apache.org>.
thisisnic commented on issue #40556:
URL: https://github.com/apache/arrow/issues/40556#issuecomment-1997985903

   I think this is a duplicate of #40535.  For reasons I don't fully understand, that output is in the logs twice, but [the one higher up shows what I think is the cause of the error](https://github.com/ursacomputing/crossbow/actions/runs/8273491296/job/22637414622#step:7:13257) - failure to find the pyarrow module.  I am unsure why this is happening though.


-- 
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-unsubscribe@arrow.apache.org

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


Re: [I] [Docs][R] Documentation jobs fail with `Failed to render RMarkdown` [arrow]

Posted by "raulcd (via GitHub)" <gi...@apache.org>.
raulcd commented on issue #40556:
URL: https://github.com/apache/arrow/issues/40556#issuecomment-1997992769

   oh! yes, this is a duplicate. Thanks for pointing out the other issue. Thanks @thisisnic ! I am closing this one.


-- 
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-unsubscribe@arrow.apache.org

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


Re: [I] [Docs][R] Documentation jobs fail with `Failed to render RMarkdown` [arrow]

Posted by "raulcd (via GitHub)" <gi...@apache.org>.
raulcd closed issue #40556: [Docs][R] Documentation jobs fail with `Failed to render RMarkdown`
URL: https://github.com/apache/arrow/issues/40556


-- 
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: issues-unsubscribe@arrow.apache.org

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