Back to Multiple platform build/check report for BioC 3.19:   simplified   long
[A]BCDEFGHIJKLMNOPQRSTUVWXYZ

This page was generated on 2024-09-27 20:41 -0400 (Fri, 27 Sep 2024).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 22.04.3 LTS)x86_644.4.1 (2024-06-14) -- "Race for Your Life" 4759
palomino7Windows Server 2022 Datacenterx644.4.1 (2024-06-14 ucrt) -- "Race for Your Life" 4497
merida1macOS 12.7.5 Montereyx86_644.4.1 (2024-06-14) -- "Race for Your Life" 4526
kjohnson1macOS 13.6.6 Venturaarm644.4.1 (2024-06-14) -- "Race for Your Life" 4475
Click on any hostname to see more info about the system (e.g. compilers)      (*) as reported by 'uname -p', except on Windows and Mac OS X

Package 87/2300HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
APL 1.8.0  (landing page)
Clemens Kohl
Snapshot Date: 2024-09-25 14:00 -0400 (Wed, 25 Sep 2024)
git_url: https://git.bioconductor.org/packages/APL
git_branch: RELEASE_3_19
git_last_commit: 243dbb8
git_last_commit_date: 2024-04-30 11:42:44 -0400 (Tue, 30 Apr 2024)
nebbiolo1Linux (Ubuntu 22.04.3 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
palomino7Windows Server 2022 Datacenter / x64  OK    OK    OK    OK  UNNEEDED, same version is already published
merida1macOS 12.7.5 Monterey / x86_64  OK    ERROR  skippedskipped
kjohnson1macOS 13.6.6 Ventura / arm64  OK    OK    OK    OK  UNNEEDED, same version is already published


BUILD results for APL on merida1

To the developers/maintainers of the APL package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/APL.git to reflect on this report. See Troubleshooting Build Report for more information.
- Use the following Renviron settings to reproduce errors and warnings.
- If 'R CMD check' started to fail recently on the Linux builder(s) over a missing dependency, add the missing dependency to 'Suggests:' in your DESCRIPTION file. See Renviron.bioc for more information.

raw results


Summary

Package: APL
Version: 1.8.0
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD build --keep-empty-dirs --no-resave-data APL
StartedAt: 2024-09-25 17:03:24 -0400 (Wed, 25 Sep 2024)
EndedAt: 2024-09-25 17:06:26 -0400 (Wed, 25 Sep 2024)
EllapsedTime: 182.3 seconds
RetCode: 1
Status:   ERROR  
PackageFile: None
PackageFileSize: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD build --keep-empty-dirs --no-resave-data APL
###
##############################################################################
##############################################################################


* checking for file ‘APL/DESCRIPTION’ ... OK
* preparing ‘APL’:
* checking DESCRIPTION meta-information ... OK
* installing the package to build vignettes
* creating vignettes ...sh: line 1: 84775 Segmentation fault: 11  '/Library/Frameworks/R.framework/Resources/bin/Rscript' --vanilla --default-packages= -e "tools::buildVignettes(dir = '.', tangle = TRUE)" > '/tmp/RtmpmeGAVq/xshellaa2474f0e459' 2>&1
 ERROR
--- re-building ‘APL.Rmd’ using rmarkdown
2024-09-25 17:06:07.671 R[84775:1527613970] XType: com.apple.fonts is not accessible.
2024-09-25 17:06:07.672 R[84775:1527613970] XType: XTFontStaticRegistry is enabled.

 *** caught segfault ***
address 0x540, cause 'memory not mapped'

Traceback:
 1: py_call_impl(callable, call_args$unnamed, call_args$named)
 2: svd_torch(S)
 3: run_cacomp(obj = obj, coords = coords, princ_coords = princ_coords,     python = python, dims = dims, top = top, inertia = inertia,     rm_zeros = rm_zeros, ...)
 4: cacomp(obj = obj, coords = TRUE, top = top, princ_coords = 3,     dims = dims, python = python)
 5: cacomp(obj = obj, coords = TRUE, top = top, princ_coords = 3,     dims = dims, python = python)
 6: run_APL(obj = mat, caobj = caobj, dims = dims, group = group,     mark_rows = mark_rows, mark_cols = mark_cols, nrow = nrow,     top = top, score = score, reps = reps, python = python, row_labs = row_labs,     col_labs = col_labs, type = type, show_cols = show_cols,     show_rows = show_rows, score_cutoff = score_cutoff, score_color = score_color,     pd_method = pd_method, pd_reps = pd_reps, pd_use = pd_use)
 7: .local(obj, group, caobj, dims, nrow, top, score, mark_rows,     mark_cols, reps, python, row_labs, col_labs, type, show_cols,     show_rows, score_cutoff, score_color, pd_method, pd_reps,     pd_use, ...)
 8: runAPL(darmanis, assay = "logcounts", top = 5000, group = which(darmanis$cell.type ==     "oligodendrocytes"), type = "ggplot", python = TRUE)
 9: runAPL(darmanis, assay = "logcounts", top = 5000, group = which(darmanis$cell.type ==     "oligodendrocytes"), type = "ggplot", python = TRUE)
10: eval(expr, envir)
11: eval(expr, envir)
12: withVisible(eval(expr, envir))
13: withCallingHandlers(code, 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 = invokeRestart("eval_error",             cnd))})
14: eval(call)
15: eval(call)
16: 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)
17: doWithOneRestart(return(expr), restart)
18: withOneRestart(expr, restarts[[1L]])
19: withRestartList(expr, restarts[-nr])
20: doWithOneRestart(return(expr), restart)
21: withOneRestart(withRestartList(expr, restarts[-nr]), restarts[[nr]])
22: withRestartList(expr, restarts[-nr])
23: doWithOneRestart(return(expr), restart)
24: withOneRestart(withRestartList(expr, restarts[-nr]), restarts[[nr]])
25: withRestartList(expr, restarts)
26: 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,     eval_error = function(cnd) signalCondition(cnd))
27: evaluate::evaluate(...)
28: 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))
29: in_dir(input_dir(), expr)
30: 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)))
31: eng_r(options)
32: block_exec(params)
33: call_block(x)
34: process_group(group)
35: withCallingHandlers(if (tangle) process_tangle(group) else process_group(group),     error = function(e) if (xfun::pkg_available("rlang", "1.0.0")) rlang::entrace(e))
36: xfun:::handle_error(withCallingHandlers(if (tangle) process_tangle(group) else process_group(group),     error = function(e) if (xfun::pkg_available("rlang", "1.0.0")) rlang::entrace(e)),     function(loc) {        setwd(wd)        write_utf8(res, output %n% stdout())        paste0("\nQuitting from lines ", loc)    }, 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 ...