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 

Package 180/609HostnameOS / ArchBUILDCHECKBUILD BIN
EBcoexpress 1.2.0
John A. Dawson
Snapshot Date: 2013-03-24 16:21:20 -0700 (Sun, 24 Mar 2013)
URL: https://hedgehog.fhcrc.org/bioconductor/branches/RELEASE_2_11/madman/Rpacks/EBcoexpress
Last Changed Rev: 70050 / Revision: 74773
Last Changed Date: 2012-10-01 15:16:24 -0700 (Mon, 01 Oct 2012)
lamb1 Linux (openSUSE 12.1) / x86_64 [ ERROR ] skipped 
moscato1 Windows Server 2008 R2 Enterprise SP1 (64-bit) / x64  OK  OK  OK 
perceval Mac OS X Leopard (10.5.8) / i386  OK  OK  OK 

Summary

Package: EBcoexpress
Version: 1.2.0
Command: /home/biocbuild/bbs-2.11-bioc/R/bin/R CMD build --keep-empty-dirs --no-resave-data EBcoexpress
StartedAt: 2013-03-24 22:22:33 -0700 (Sun, 24 Mar 2013)
EndedAt: 2013-03-24 22:22:43 -0700 (Sun, 24 Mar 2013)
EllapsedTime: 9.8 seconds
RetCode: 1
Status:  ERROR 
PackageFile: None
PackageFileSize: NA

Command output

* checking for file ‘EBcoexpress/DESCRIPTION’ ... OK
* preparing ‘EBcoexpress’:
* checking DESCRIPTION meta-information ... OK
* cleaning src
* installing the package to re-build vignettes
* creating vignettes ...sh: line 1: 15861 Segmentation fault      '/home/biocbuild/bbs-2.11-bioc/R/bin/Rscript' --vanilla --default-packages= -e "tools::buildVignettes(dir = '.')" > '/tmp/RtmpUsImlp/xshell3d1b21002045' 2>&1
 ERROR
Loading required package: EBarrays
Loading required package: Biobase
Loading required package: BiocGenerics

Attaching package: ‘BiocGenerics’

The following object(s) are masked from ‘package:stats’:

    xtabs

The following object(s) are masked from ‘package:base’:

    Filter, Find, Map, Position, Reduce,
    anyDuplicated, cbind, colnames, duplicated, eval,
    get, intersect, lapply, mapply, mget, order,
    paste, pmax, pmax.int, pmin, pmin.int, rbind,
    rep.int, rownames, sapply, setdiff, table,
    tapply, union, unique

Welcome to Bioconductor

    Vignettes contain introductory material; view
    with ‘browseVignettes()’. To cite Bioconductor,
    see ‘citation("Biobase")’, and for packages
    ‘citation("pkgname")’.

Loading required package: lattice
Loading required package: mclust
Package ‘mclust’ version 4.0
Loading required package: minqa
Loading required package: Rcpp

Attaching package: ‘EBcoexpress’

The following object(s) are masked from ‘package:EBarrays’:

    crit.fun


 *** caught segfault ***
address (nil), cause ‘memory not mapped’

Traceback:
 1: .Call(bobyqa_cpp, par, lower, upper, ctrl, fn1)
 2: bobyqa(theta, theGLik, lower = lowlim, upper = uplim, control = con)
 3: withCallingHandlers(expr, warning = function(w) invokeRestart("muffleWarning"))
 4: suppressWarnings(bobyqa(theta, theGLik, lower = lowlim, upper = uplim,     control = con))
 5: ebCoexpressOneStep(D, tinyCond, tinyPat, initHP)
 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: driver$runcode(drobj, chunk, chunkopts)
16: utils::Sweave(f, quiet = quiet)
17: doTryCatch(return(expr), name, parentenv, handler)
18: tryCatchOne(expr, names, parentenv, handlers[[1L]])
19: tryCatchList(expr, classes, parentenv, handlers)
20: tryCatch(utils::Sweave(f, quiet = quiet), error = function(e) {    stop(gettextf("processing vignette ‘%s’ failed with diagnostics:\n%s",         f, conditionMessage(e)), domain = NA, call. = FALSE)})
21: tools::buildVignettes(dir = ".")
aborting ...