##############################################################################
##############################################################################
###
### Running command:
###
### /home/biocbuild/bbs-3.23-bioc/R/bin/R CMD build --keep-empty-dirs --no-resave-data adverSCarial
###
##############################################################################
##############################################################################
* checking for file ‘adverSCarial/DESCRIPTION’ ... OK
* preparing ‘adverSCarial’:
* checking DESCRIPTION meta-information ... OK
* installing the package (it is needed to build vignettes)
* creating vignettes ... ERROR
--- re-building ‘vign01_adverSCarial.Rmd’ using knitr
*** caught segfault ***
address 0xffffffffde06c3c0, cause 'memory not mapped'
Traceback:
1: .Call2("C_h5mread", filepath, name, starts, counts, noreduce, as.vector, as.integer, as.sparse, method, use.H5Dread_chunk, PACKAGE = "h5mread")
2: h5mread(filepath, name, starts = index, as.vector = FALSE, as.integer = as.integer, as.sparse = as.sparse)
3: .h5mread2(x@filepath, x@name, index, as.integer = as_int)
4: extract_array(x@seed, seed_index)
5: extract_array(x@seed, seed_index)
6: extract_array(x@seed, index)
7: extract_array(x@seed, index)
8: extract_array(x@seed, index)
9: extract_array(x@seed, index)
10: .nextMethod(x = x, index = index)
11: callNextMethod()
12: extract_array(x, index)
13: extract_array(x, index)
14: .from_Array_to_array(x, ...)
15: as.array.Array(x, drop = TRUE)
16: as.array(x, drop = TRUE)
17: as.data.frame(as.array(x, drop = TRUE), row.names = row.names, optional = optional, ...)
18: as.data.frame.Array(exprs)
19: as.data.frame(exprs)
20: advSingleGene(matPbmc, cellTypes, "DC", MClassifier, exclGenes = markers, advMethod = "perc99", returnFirstFound = TRUE, changeType = "not_na", firstDichot = 10)
21: eval(expr, envir)
22: eval(expr, envir)
23: withVisible(eval(expr, envir))
24: withCallingHandlers(code, error = function (e) rlang::entrace(e), message = function (cnd) { watcher$capture_plot_and_output() if (on_message$capture) { watcher$push(cnd) } if (on_message$silence) { invokeRestart("muffleMessage") }}, warning = function (cnd) { if (getOption("warn") >= 2 || getOption("warn") < 0) { return() } watcher$capture_plot_and_output() if (on_warning$capture) { cnd <- sanitize_call(cnd) watcher$push(cnd) } if (on_warning$silence) { invokeRestart("muffleWarning") }}, error = function (cnd) { watcher$capture_plot_and_output() cnd <- sanitize_call(cnd) watcher$push(cnd) switch(on_error, continue = invokeRestart("eval_continue"), stop = invokeRestart("eval_stop"), error = NULL)})
25: eval(call)
26: eval(call)
27: with_handlers({ for (expr in tle$exprs) { ev <- withVisible(eval(expr, envir)) watcher$capture_plot_and_output() watcher$print_value(ev$value, ev$visible, envir) } TRUE}, handlers)
28: doWithOneRestart(return(expr), restart)
29: withOneRestart(expr, restarts[[1L]])
30: withRestartList(expr, restarts[-nr])
31: doWithOneRestart(return(expr), restart)
32: withOneRestart(withRestartList(expr, restarts[-nr]), restarts[[nr]])
33: withRestartList(expr, restarts)
34: withRestarts(with_handlers({ for (expr in tle$exprs) { ev <- withVisible(eval(expr, envir)) watcher$capture_plot_and_output() watcher$print_value(ev$value, ev$visible, envir) } TRUE}, handlers), eval_continue = function() TRUE, eval_stop = function() FALSE)
35: evaluate::evaluate(...)
36: evaluate(code, envir = env, new_device = FALSE, keep_warning = if (is.numeric(options$warning)) TRUE else options$warning, keep_message = if (is.numeric(options$message)) TRUE else options$message, stop_on_error = if (is.numeric(options$error)) options$error else { if (options$error && options$include) 0L else 2L }, output_handler = knit_handlers(options$render, options))
37: in_dir(input_dir(), expr)
38: in_input_dir(evaluate(code, envir = env, new_device = FALSE, keep_warning = if (is.numeric(options$warning)) TRUE else options$warning, keep_message = if (is.numeric(options$message)) TRUE else options$message, stop_on_error = if (is.numeric(options$error)) options$error else { if (options$error && options$include) 0L else 2L }, output_handler = knit_handlers(options$render, options)))
39: eng_r(options)
40: block_exec(params)
41: call_block(x)
42: process_group(group)
43: withCallingHandlers(if (tangle) process_tangle(group) else process_group(group), error = function(e) { if (progress && is.function(pb$interrupt)) pb$interrupt() if (is_R_CMD_build() || is_R_CMD_check()) error <<- format(e) })
44: with_options(withCallingHandlers(if (tangle) process_tangle(group) else process_group(group), error = function(e) { if (progress && is.function(pb$interrupt)) pb$interrupt() if (is_R_CMD_build() || is_R_CMD_check()) error <<- format(e) }), list(rlang_trace_top_env = knit_global()))
45: xfun:::handle_error(with_options(withCallingHandlers(if (tangle) process_tangle(group) else process_group(group), error = function(e) { if (progress && is.function(pb$interrupt)) pb$interrupt() if (is_R_CMD_build() || is_R_CMD_check()) error <<- format(e) }), list(rlang_trace_top_env = knit_global())), function(loc) { setwd(wd) write_utf8(res, output %n% stdout()) paste0("\nQuitting from ", loc, if (!is.null(error)) paste0("\n", rule(), error, "\n", rule()))}, if (labels[i] != "") sprintf(" [%s]", labels[i]), get_loc)
46: process_file(text, output)
47: knit(input, text = text, envir = envir, quiet = quiet)
48: (if (grepl("\\.[Rr]md$", file)) knit2html else if (grepl("\\.[Rr]rst$", file)) knit2pandoc else knit)(file, encoding = encoding, quiet = quiet, envir = globalenv(), ...)
49: engine$weave(file, quiet = quiet, encoding = enc)
50: doTryCatch(return(expr), name, parentenv, handler)
51: tryCatchOne(expr, names, parentenv, handlers[[1L]])
52: tryCatchList(expr, classes, parentenv, handlers)
53: tryCatch({ engine$weave(file, quiet = quiet, encoding = enc) setwd(startdir) output <- find_vignette_product(name, by = "weave", engine = engine) if (!have.makefile && vignette_is_tex(output)) { texi2pdf(file = output, clean = FALSE, quiet = quiet) output <- find_vignette_product(name, by = "texi2pdf", engine = engine) } outputs <- c(outputs, output)}, error = function(e) { thisOK <<- FALSE fails <<- c(fails, file) message(gettextf("Error: processing vignette '%s' failed with diagnostics:\n%s", file, conditionMessage(e)))})
54: tools::buildVignettes(dir = ".", tangle = TRUE)
An irrecoverable exception occurred. R is aborting now ...
Segmentation fault (core dumped)