Back to Multiple platform build/check report for BioC 3.18:   simplified   long
ABCDEFGHIJKLMNOPQR[S]TUVWXYZ

This page was generated on 2024-03-29 11:36:23 -0400 (Fri, 29 Mar 2024).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 22.04.3 LTS)x86_644.3.3 (2024-02-29) -- "Angel Food Cake" 4669
palomino4Windows Server 2022 Datacenterx644.3.3 (2024-02-29 ucrt) -- "Angel Food Cake" 4404
merida1macOS 12.7.1 Montereyx86_644.3.3 (2024-02-29) -- "Angel Food Cake" 4427
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 1933/2266HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
SeqVarTools 1.40.0  (landing page)
Stephanie M. Gogarten
Snapshot Date: 2024-03-27 14:05:05 -0400 (Wed, 27 Mar 2024)
git_url: https://git.bioconductor.org/packages/SeqVarTools
git_branch: RELEASE_3_18
git_last_commit: 1b6957a
git_last_commit_date: 2023-10-24 09:55:19 -0400 (Tue, 24 Oct 2023)
nebbiolo2Linux (Ubuntu 22.04.3 LTS) / x86_64  OK    OK    ERROR  
palomino4Windows Server 2022 Datacenter / x64  OK    OK    ERROR    OK  
merida1macOS 12.7.1 Monterey / x86_64  OK    OK    ERROR    OK  
kjohnson1macOS 13.6.1 Ventura / arm64see weekly results here

CHECK results for SeqVarTools on nebbiolo2


To the developers/maintainers of the SeqVarTools package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/SeqVarTools.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: SeqVarTools
Version: 1.40.0
Command: /home/biocbuild/bbs-3.18-bioc/R/bin/R CMD check --install=check:SeqVarTools.install-out.txt --library=/home/biocbuild/bbs-3.18-bioc/R/site-library --timings SeqVarTools_1.40.0.tar.gz
StartedAt: 2024-03-28 02:41:17 -0400 (Thu, 28 Mar 2024)
EndedAt: 2024-03-28 02:44:55 -0400 (Thu, 28 Mar 2024)
EllapsedTime: 218.3 seconds
RetCode: 1
Status:   ERROR  
CheckDir: SeqVarTools.Rcheck
Warnings: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.18-bioc/R/bin/R CMD check --install=check:SeqVarTools.install-out.txt --library=/home/biocbuild/bbs-3.18-bioc/R/site-library --timings SeqVarTools_1.40.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.18-bioc/meat/SeqVarTools.Rcheck’
* using R version 4.3.3 (2024-02-29)
* using platform: x86_64-pc-linux-gnu (64-bit)
* R was compiled by
    gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
    GNU Fortran (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
* running under: Ubuntu 22.04.4 LTS
* using session charset: UTF-8
* checking for file ‘SeqVarTools/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘SeqVarTools’ version ‘1.40.0’
* checking package namespace information ... OK
* checking package dependencies ... OK
* checking if this is a source package ... OK
* checking if there is a namespace ... OK
* checking for hidden files and directories ... OK
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking whether package ‘SeqVarTools’ can be installed ... OK
* checking installed package size ... OK
* checking package directory ... OK
* checking ‘build’ directory ... OK
* checking DESCRIPTION meta-information ... OK
* checking top-level files ... OK
* checking for left-over files ... OK
* checking index information ... OK
* checking package subdirectories ... OK
* checking R files for non-ASCII characters ... OK
* checking R files for syntax errors ... OK
* checking whether the package can be loaded ... OK
* checking whether the package can be loaded with stated dependencies ... OK
* checking whether the package can be unloaded cleanly ... OK
* checking whether the namespace can be loaded with stated dependencies ... OK
* checking whether the namespace can be unloaded cleanly ... OK
* checking loading without being on the library search path ... OK
* checking dependencies in R code ... OK
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... OK
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... OK
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking contents of ‘data’ directory ... OK
* checking data for non-ASCII characters ... OK
* checking LazyData ... OK
* checking data for ASCII and uncompressed saves ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘test.R’
 ERROR
Running the tests in ‘tests/test.R’ failed.
Last 13 lines of output:
   3: getGenotype(gds)
   4: getGenotype(gds)
   5: func()
   6: system.time(func(), gcFirst = RUnitEnv$.gcBeforeTest)
   7: doTryCatch(return(expr), name, parentenv, handler)
   8: tryCatchOne(expr, names, parentenv, handlers[[1L]])
   9: tryCatchList(expr, classes, parentenv, handlers)
  10: 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, nlines = 1L)        prefix <- paste("Error in", dcall, ": ")        LONG <- 75L        sm <- strsplit(conditionMessage(e), "\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 && isTRUE(getOption("show.error.messages"))) {        cat(msg, file = outFile)        .Internal(printDeferredWarnings())    }    invisible(structure(msg, class = "try-error", condition = e))})
  11: try(system.time(func(), gcFirst = RUnitEnv$.gcBeforeTest))
  12: .executeTestCase(funcName, envir = sandbox, setUpFunc = .setUp,     tearDownFunc = .tearDown)
  13: .sourceTestFile(testFile, testSuite$testFuncRegexp)
  14: RUnit::runTestSuite(suite)
  15: BiocGenerics:::testPackage("SeqVarTools")
  An irrecoverable exception occurred. R is aborting now ...
  Segmentation fault (core dumped)
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in ‘inst/doc’ ... OK
* checking running R code from vignettes ...
  ‘Iterators.Rnw’... OK
  ‘SeqVarTools.Rnw’... OK
 OK
* checking re-building of vignette outputs ... OK
* checking PDF version of manual ... OK
* DONE

Status: 1 ERROR
See
  ‘/home/biocbuild/bbs-3.18-bioc/meat/SeqVarTools.Rcheck/00check.log’
for details.


Installation output

SeqVarTools.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.18-bioc/R/bin/R CMD INSTALL SeqVarTools
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.18-bioc/R/site-library’
* installing *source* package ‘SeqVarTools’ ...
** using staged installation
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (SeqVarTools)

Tests output

SeqVarTools.Rcheck/tests/test.Rout.fail


R version 4.3.3 (2024-02-29) -- "Angel Food Cake"
Copyright (C) 2024 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(GenomicRanges)
Loading required package: stats4
Loading required package: BiocGenerics

Attaching package: 'BiocGenerics'

The following objects are masked from 'package:stats':

    IQR, mad, sd, var, xtabs

The following objects are masked from 'package:base':

    Filter, Find, Map, Position, Reduce, anyDuplicated, aperm, append,
    as.data.frame, basename, cbind, colnames, dirname, do.call,
    duplicated, eval, evalq, get, grep, grepl, intersect, is.unsorted,
    lapply, mapply, match, mget, order, paste, pmax, pmax.int, pmin,
    pmin.int, rank, rbind, rownames, sapply, setdiff, sort, table,
    tapply, union, unique, unsplit, which.max, which.min

Loading required package: S4Vectors

Attaching package: 'S4Vectors'

The following object is masked from 'package:utils':

    findMatches

The following objects are masked from 'package:base':

    I, expand.grid, unname

Loading required package: IRanges
Loading required package: GenomeInfoDb
> BiocGenerics:::testPackage("SeqVarTools")
Loading required package: Biobase
Welcome to Bioconductor

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

# of selected samples: 5
# of selected variants: 5
# of selected samples: 5
# of selected variants: 10
# of selected samples: 90
# of selected variants: 1,348
# of selected samples: 90
# of selected variants: 1,348
# of selected samples: 3
# of selected samples: 3
matching samples... 2 pairs identified!
matching variants... 1346 non-overlapping variant matches identified!
# of selected samples: 2
# of selected variants: 1,346
# of selected samples: 90
# of selected variants: 1,348
# of selected samples: 90
# of selected variants: 1,348
# of selected samples: 2
# of selected variants: 50
# of selected samples: 2
# of selected variants: 51
matching samples... 2 pairs identified!
matching variants... 26 non-overlapping variant matches identified!
# of selected variants: 26
# of selected samples: 90
# of selected variants: 1,348
# of selected samples: 5
# of selected variants: 10
# of selected samples: 5
# of selected variants: 10
File: /home/biocbuild/bbs-3.18-bioc/R/site-library/SeqArray/extdata/CEU_Exon.gds (287.6K)
+    [  ] *
|--+ description   [  ] *
|--+ sample.id   { Str8 90 LZMA_ra(34.7%), 257B } *
|--+ variant.id   { Int32 1348 LZMA_ra(16.7%), 905B } *
|--+ position   { Int32 1348 LZMA_ra(64.4%), 3.4K } *
|--+ chromosome   { Str8 1348 LZMA_ra(4.39%), 157B } *
|--+ allele   { Str8 1348 LZMA_ra(16.6%), 901B } *
|--+ genotype   [  ] *
|  |--+ data   { Bit2 2x90x1348 LZMA_ra(26.3%), 15.6K } *
|  |--+ ~data   { Bit2 2x1348x90 LZMA_ra(29.2%), 17.3K } *
|  |--+ extra.index   { Int32 3x0 LZMA_ra, 18B } *
|  \--+ extra   { Int16 0 LZMA_ra, 18B }
|--+ phase   [  ]
|  |--+ data   { Bit1 90x1348 LZMA_ra(0.86%), 137B } *
|  |--+ ~data   { Bit1 1348x90 LZMA_ra(0.86%), 137B } *
|  |--+ extra.index   { Int32 3x0 LZMA_ra, 18B } *
|  \--+ extra   { Bit1 0 LZMA_ra, 18B }
|--+ annotation   [  ]
|  |--+ id   { Str8 1348 LZMA_ra(38.3%), 5.5K } *
|  |--+ qual   { Float32 1348 LZMA_ra(2.11%), 121B } *
|  |--+ filter   { Int32,factor 1348 LZMA_ra(2.11%), 121B } *
|  |--+ info   [  ]
|  |  |--+ AA   { Str8 1328 LZMA_ra(22.1%), 593B } *
|  |  |--+ AC   { Int32 1348 LZMA_ra(24.1%), 1.3K } *
|  |  |--+ AN   { Int32 1348 LZMA_ra(19.6%), 1.0K } *
|  |  |--+ DP   { Int32 1348 LZMA_ra(47.7%), 2.5K } *
|  |  |--+ HM2   { Bit1 1348 LZMA_ra(145.6%), 253B } *
|  |  |--+ HM3   { Bit1 1348 LZMA_ra(145.6%), 253B } *
|  |  |--+ OR   { Str8 1348 LZMA_ra(19.6%), 341B } *
|  |  |--+ GP   { Str8 1348 LZMA_ra(24.3%), 3.8K } *
|  |  \--+ BN   { Int32 1348 LZMA_ra(20.7%), 1.1K } *
|  \--+ format   [  ]
|     \--+ DP   [  ] *
|        |--+ data   { VL_Int 90x1348 LZMA_ra(70.8%), 115.2K } *
|        \--+ ~data   { VL_Int 1348x90 LZMA_ra(65.1%), 105.9K } *
\--+ sample.annotation   [  ]
   \--+ family   { Str8 90 LZMA_ra(55.0%), 221B } *
# of selected variants: 142
# of selected samples: 90
# of selected variants: 1,348
# of selected variants: 5
# of selected samples: 90
# of selected variants: 1,348
# of selected samples: 5
# of selected variants: 5
# of selected samples: 90
# of selected variants: 1,348
# of selected samples: 90
# of selected variants: 1,348
# of selected samples: 3
# of selected samples: 3
matching samples... 2 pairs identified!
matching variants... 1346 variant matches identified!
matching samples... 2 pairs identified!
matching variants... 1346 variant matches identified!
# of selected samples: 90
# of selected variants: 1,348
# of selected samples: 90
# of selected variants: 1,348
# of selected samples: 2
# of selected variants: 50
# of selected samples: 2
# of selected variants: 51
matching samples... 2 pairs identified!
matching variants... 26 variant matches identified!
matching samples... 2 pairs identified!
matching variants... 26 variant matches identified!
# of selected variants: 26
# of selected samples: 90
# of selected variants: 1,348
# of selected samples: 90
# of selected variants: 1,348
# of selected samples: 3
# of selected samples: 3
matching samples... 2 pairs identified!
matching variants... 1346 variant matches identified!
matching samples... 2 pairs identified!
matching variants... 1346 variant matches identified!
matching samples... 2 pairs identified!
matching variants... 1346 variant matches identified!
matching samples... 2 pairs identified!
matching variants... 1346 variant matches identified!
# of selected samples: 90
# of selected variants: 1,348
# of selected samples: 90
# of selected variants: 1,348
# of selected samples: 2
# of selected variants: 50
# of selected samples: 2
# of selected variants: 51
matching samples... 2 pairs identified!
matching variants... 26 variant matches identified!
matching samples... 2 pairs identified!
matching variants... 26 variant matches identified!
# of selected variants: 26
Warning in SeqVarTools:::.samplePairs1(samples) :
  More than two samples for subject 4
Selecting first two samples: samp7, samp8
# of selected samples: 5
# of selected variants: 10
# of selected samples: 5
# of selected variants: 10
# of selected samples: 5
# of selected variants: 10
# of selected samples: 5
# of selected variants: 10
# of selected samples: 5
# of selected variants: 10
# of selected samples: 90
# of selected variants: 1,348
# of selected samples: 5
# of selected variants: 10
# of selected samples: 5
# of selected variants: 10
Timing stopped at: 0.128 0 0.129
Error in checkEquals(rep(nvar, nsamp), heterozygosity(gds, margin = "by.sample") *  : 
  Numeric: lengths (90, 0) differ

# of selected samples: 5
# of selected variants: 10
# of selected samples: 90
# of selected variants: 1,348
# of selected samples: 5
# of selected variants: 10
# of selected samples: 5
# of selected variants: 10
# of selected variants: 1,346

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

Traceback:
 1: seqApply(gdsobj, c(geno = "genotype", phase = "phase"), function(x) {    sep = ifelse(x$phase, "|", "/")    paste0(x$geno[1, ], sep, x$geno[2, ])}, margin = "by.variant", as.is = "list", parallel = parallel)
 2: .local(gdsobj, ...)
 3: getGenotype(gds)
 4: getGenotype(gds)
 5: func()
 6: system.time(func(), gcFirst = RUnitEnv$.gcBeforeTest)
 7: doTryCatch(return(expr), name, parentenv, handler)
 8: tryCatchOne(expr, names, parentenv, handlers[[1L]])
 9: tryCatchList(expr, classes, parentenv, handlers)
10: 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, nlines = 1L)        prefix <- paste("Error in", dcall, ": ")        LONG <- 75L        sm <- strsplit(conditionMessage(e), "\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 && isTRUE(getOption("show.error.messages"))) {        cat(msg, file = outFile)        .Internal(printDeferredWarnings())    }    invisible(structure(msg, class = "try-error", condition = e))})
11: try(system.time(func(), gcFirst = RUnitEnv$.gcBeforeTest))
12: .executeTestCase(funcName, envir = sandbox, setUpFunc = .setUp,     tearDownFunc = .tearDown)
13: .sourceTestFile(testFile, testSuite$testFuncRegexp)
14: RUnit::runTestSuite(suite)
15: BiocGenerics:::testPackage("SeqVarTools")
An irrecoverable exception occurred. R is aborting now ...
Segmentation fault (core dumped)

Example timings

SeqVarTools.Rcheck/SeqVarTools-Ex.timings

nameusersystemelapsed
Iterator-class0.5720.0040.577
SeqVarData-class0.0410.0000.041
allele-methods0.0090.0000.009
alleleFrequency0.0170.0000.016
alternateAlleleDetection000
applyMethod0.1690.0000.169
countSingletons0.0280.0040.032
duplicateDiscordance0.120.000.12
getGenotype0.0310.0000.031
getVariableLengthData0.0040.0000.004
heterozygosity0.6100.0070.618
hwe0.0450.0010.044
imputedDosage0.0720.0080.079
inbreedCoeff0.1020.0000.102
isSNV0.0030.0000.003
isVariant0.0040.0000.005
meanBySample0.0260.0000.026
mendelErr0.0130.0000.013
missingGenotypeRate0.0120.0000.012
pca0.2490.0040.252
pedigree0.0040.0000.004
refFrac0.0390.0000.040
regression0.0630.0000.063
setVariantID0.0030.0030.007
titv0.1490.0000.149
variantInfo0.0350.0000.035