##############################################################################
##############################################################################
###
### Running command:
###
### /home/biocbuild/bbs-3.23-bioc/R/bin/R CMD build --keep-empty-dirs --no-resave-data mariner
###
##############################################################################
##############################################################################
* checking for file ‘mariner/DESCRIPTION’ ... OK
* preparing ‘mariner’:
* checking DESCRIPTION meta-information ... OK
* installing the package (it is needed to build vignettes)
* creating vignettes ... ERROR
--- re-building ‘mariner.Rmd’ using rmarkdown
*** caught segfault ***
address 0xffffffffc3caa528, 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, index, as.vector = TRUE)
3: .read_h5dataset_first_val(filepath, name, dim)
4: HDF5ArraySeed(filepath, name, as.sparse = as.sparse, type = type)
5: HDF5Array(h5File, "counts")
6: DelayedArray(HDF5Array(h5File, "counts"))
7: InteractionMatrix(interactions = x, assays = list(counts = DelayedArray(HDF5Array(h5File, "counts"))), colData = colData, metadata = metadata)
8: .pullMatrix(dat$x, files, binSize, h5File, half, norm, matrix, blockSize, onDisk, compressionLevel, chunkSize, dat$blocks, dat$chrSwapped)
9: .local(x, files, binSize, ..., h5File, half, norm, matrix, blockSize, onDisk, compressionLevel, chunkSize)
10: pullHicPixels(x = binned[1:1000], files = hicFiles, binSize = 1e+05)
11: pullHicPixels(x = binned[1:1000], files = hicFiles, binSize = 1e+05)
12: eval(expr, envir)
13: eval(expr, envir)
14: withVisible(eval(expr, envir))
15: 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)})
16: eval(call)
17: eval(call)
18: 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)
19: doWithOneRestart(return(expr), restart)
20: withOneRestart(expr, restarts[[1L]])
21: withRestartList(expr, restarts[-nr])
22: doWithOneRestart(return(expr), restart)
23: withOneRestart(withRestartList(expr, restarts[-nr]), restarts[[nr]])
24: withRestartList(expr, restarts)
25: 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)
26: evaluate::evaluate(...)
27: 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))
28: in_dir(input_dir(), expr)
29: 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)))
30: eng_r(options)
31: block_exec(params)
32: call_block(x)
33: process_group(group)
34: 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) })
35: 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()))
36: 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)
37: process_file(text, output)
38: knitr::knit(knit_input, knit_output, envir = envir, quiet = quiet)
39: rmarkdown::render(file, encoding = encoding, quiet = quiet, envir = globalenv(), output_dir = getwd(), ...)
40: vweave_rmarkdown(...)
41: engine$weave(file, quiet = quiet, encoding = enc)
42: doTryCatch(return(expr), name, parentenv, handler)
43: tryCatchOne(expr, names, parentenv, handlers[[1L]])
44: tryCatchList(expr, classes, parentenv, handlers)
45: 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)))})
46: tools::buildVignettes(dir = ".", tangle = TRUE)
An irrecoverable exception occurred. R is aborting now ...
Segmentation fault (core dumped)