Francois Saint-Jacques created ARROW-6988:
---------------------------------------------
Summary: [CI][R] Buildbot's R Conda is failing
Key: ARROW-6988
URL: https://issues.apache.org/jira/browse/ARROW-6988
Project: Apache Arrow
Issue Type: Improvement
Reporter: Francois Saint-Jacques
{code:java}
Running ‘testthat.R’
ERROR
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
25: tryCatch(withCallingHandlers({ eval(code, test_env) if (!handled &&
!is.null(test)) { skip_empty() }}, expectation = handle_expectation,
skip = handle_skip, warning = handle_warning, message = handle_message,
error = handle_error), error = handle_fatal, skip = function(e) { })
26: test_code(NULL, exprs, env)
27: source_file(path, new.env(parent = env), chdir = TRUE, wrap = wrap)
28: force(code)
29: with_reporter(reporter = reporter, start_end_reporter =
start_end_reporter, { reporter$start_file(basename(path))
lister$start_file(basename(path)) source_file(path, new.env(parent =
env), chdir = TRUE, wrap = wrap) reporter$.end_context()
reporter$end_file() })
30: FUN(X[[i]], ...)
31: lapply(paths, test_file, env = env, reporter = current_reporter,
start_end_reporter = FALSE, load_helpers = FALSE, wrap = wrap)
32: force(code)
33: with_reporter(reporter = current_reporter, results <- lapply(paths,
test_file, env = env, reporter = current_reporter, start_end_reporter = FALSE,
load_helpers = FALSE, wrap = wrap))
34: test_files(paths, reporter = reporter, env = env, stop_on_failure =
stop_on_failure, stop_on_warning = stop_on_warning, wrap = wrap)
35: test_dir(path = test_path, reporter = reporter, env = env, filter =
filter, ..., stop_on_failure = stop_on_failure, stop_on_warning =
stop_on_warning, wrap = wrap)
36: test_package_dir(package = package, test_path = test_path, filter =
filter, reporter = reporter, ..., stop_on_failure = stop_on_failure,
stop_on_warning = stop_on_warning, wrap = wrap)
37: test_check("arrow")
An irrecoverable exception occurred. R is aborting now ...
Segmentation fault (core dumped)
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in ‘inst/doc’ ... OK
* checking re-building of vignette outputs ... OK
* DONE
Status: 1 ERROR, 1 WARNING, 2 NOTEs
See
‘/buildbot/AMD64_Conda_R/r/arrow.Rcheck/00check.log’
for details.
{code}
[|https://ci.ursalabs.org/#/builders/95]
[https://ci.ursalabs.org/#/builders/95/builds/2386]
[https://ci.ursalabs.org/#/builders/95]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)