Back to the "Multiple platform build/check report" A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R [S] T  U  V  W  X  Y  Z 

BioC 3.0: BUILD report for spade on oaxaca

This page was generated on 2015-04-10 10:05:38 -0700 (Fri, 10 Apr 2015).

Package 843/933HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
spade 1.14.0
Zach Bjornson
Snapshot Date: 2015-04-09 16:20:12 -0700 (Thu, 09 Apr 2015)
URL: https://hedgehog.fhcrc.org/bioconductor/branches/RELEASE_3_0/madman/Rpacks/spade
Last Changed Rev: 95439 / Revision: 102249
Last Changed Date: 2014-10-13 14:38:33 -0700 (Mon, 13 Oct 2014)
zin1 Linux (Ubuntu 12.04.4 LTS) / x86_64  NotNeeded  OK  WARNINGS 
moscato1 Windows Server 2008 R2 Enterprise SP1 (64-bit) / x64  NotNeeded  OK  WARNINGS  OK 
perceval Mac OS X Snow Leopard (10.6.8) / x86_64  NotNeeded  OK  WARNINGS  OK 
oaxaca Mac OS X Mavericks (10.9.5) / x86_64  NotNeeded [ ERROR ] skipped  skipped 

Summary

Package: spade
Version: 1.14.0
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD build --keep-empty-dirs --no-resave-data spade
StartedAt: 2015-04-09 19:04:58 -0700 (Thu, 09 Apr 2015)
EndedAt: 2015-04-09 19:05:36 -0700 (Thu, 09 Apr 2015)
EllapsedTime: 37.3 seconds
RetCode: 1
Status:  ERROR 
PackageFile: None
PackageFileSize: NA

Command output

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


* checking for file ‘spade/DESCRIPTION’ ... OK
* preparing ‘spade’:
* checking DESCRIPTION meta-information ... OK
* cleaning src
* running ‘cleanup’
* installing the package to build vignettes
* creating vignettes ...sh: line 1: 86043 Segmentation fault: 11  '/Library/Frameworks/R.framework/Resources/bin/Rscript' --vanilla --default-packages= -e "tools::buildVignettes(dir = '.', tangle = TRUE)" > '/tmp/RtmpmXOxSu/xshell1495a3d9749b2' 2>&1
 ERROR
Loading required package: igraph
Loading required package: Rclusterpp
Loading required package: Rcpp
Loading required package: RcppEigen
Loading required package: flowCore

Attaching package: ‘flowCore’

The following object is masked from ‘package:igraph’:

    parent

Loading required package: lattice
Downsampling file: /private/tmp/RtmpmXOxSu/Rinst1495a4c636d5b/spade/extdata/SimulatedRawData.fcs
Warning in write.FCS(out_frame, outfilename) :
  'write.FCS' is not fully tested and should be considered as experimental.
Targeting 4925 events for /tmp/Rtmp9jBAAZ/SimulatedRawData.fcs.density.fcs
Warning in write.FCS(out_frame, outfilename) :
  'write.FCS' is not fully tested and should be considered as experimental.
Clustering files...

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

Traceback:
 1: .Call("hclust_from_data", data = x, link = as.integer(method),     dist = as.integer(distance), p = as.numeric(p), DUP = FALSE,     NAOK = FALSE, PACKAGE = "Rclusterpp")
 2: Rclusterpp.hclust(tbl)
 3: SPADE.cluster(SPADE.transform.matrix(data, transforms), k)
 4: SPADE.FCSToTree(sampled_files, cells_file, graph_file, clust_file,     cols = cluster_cols, transforms = transforms, k = k, desired_samples = clustering_samples,     comp = comp)
 5: SPADE.driver(data_file_path, out_dir = output_dir, transforms = transforms,     cluster_cols = c("marker1", "marker2"))
 6: eval(expr, envir, enclos)
 7: eval(expr, .GlobalEnv)
 8: withVisible(eval(expr, .GlobalEnv))
 9: doTryCatch(return(expr), name, parentenv, handler)
10: tryCatchOne(expr, names, parentenv, handlers[[1L]])
11: tryCatchList(expr, classes, parentenv, handlers)
12: tryCatch(expr, error = function(e) {    call <- conditionCall(e)    if (!is.null(call)) {        if (identical(call[[1L]], quote(doTryCatch)))             call <- sys.call(-4L)        dcall <- deparse(call)[1L]        prefix <- paste("Error in", dcall, ": ")        LONG <- 75L        msg <- conditionMessage(e)        sm <- strsplit(msg, "\n")[[1L]]        w <- 14L + nchar(dcall, type = "w") + nchar(sm[1L], type = "w")        if (is.na(w))             w <- 14L + nchar(dcall, type = "b") + nchar(sm[1L],                 type = "b")        if (w > LONG)             prefix <- paste0(prefix, "\n  ")    }    else prefix <- "Error : "    msg <- paste0(prefix, conditionMessage(e), "\n")    .Internal(seterrmessage(msg[1L]))    if (!silent && identical(getOption("show.error.messages"),         TRUE)) {        cat(msg, file = stderr())        .Internal(printDeferredWarnings())    }    invisible(structure(msg, class = "try-error", condition = e))})
13: try(withVisible(eval(expr, .GlobalEnv)), silent = TRUE)
14: evalFunc(ce, options)
15: tryCatchList(expr, classes, parentenv, handlers)
16: tryCatch(evalFunc(ce, options), finally = {    cat("\n")    sink()})
17: driver$runcode(drobj, chunk, chunkopts)
18: utils::Sweave(...)
19: engine$weave(file, quiet = quiet, encoding = enc)
20: doTryCatch(return(expr), name, parentenv, handler)
21: tryCatchOne(expr, names, parentenv, handlers[[1L]])
22: tryCatchList(expr, classes, parentenv, handlers)
23: tryCatch({    engine$weave(file, quiet = quiet, encoding = enc)    setwd(startdir)    find_vignette_product(name, by = "weave", engine = engine)}, error = function(e) {    stop(gettextf("processing vignette '%s' failed with diagnostics:\n%s",         file, conditionMessage(e)), domain = NA, call. = FALSE)})
24: tools::buildVignettes(dir = ".", tangle = TRUE)
aborting ...