Back to Multiple platform build/check report for BioC 3.18: simplified long |
|
This page was generated on 2024-03-04 11:37:59 -0500 (Mon, 04 Mar 2024).
Hostname | OS | Arch (*) | R version | Installed pkgs |
---|---|---|---|---|
nebbiolo2 | Linux (Ubuntu 22.04.3 LTS) | x86_64 | 4.3.2 Patched (2023-11-13 r85521) -- "Eye Holes" | 4692 |
palomino4 | Windows Server 2022 Datacenter | x64 | 4.3.2 (2023-10-31 ucrt) -- "Eye Holes" | 4445 |
lconway | macOS 12.7.1 Monterey | x86_64 | 4.3.2 Patched (2023-11-01 r85457) -- "Eye Holes" | 4466 |
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 2213/2266 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
VanillaICE 1.64.0 (landing page) Robert Scharpf
| nebbiolo2 | Linux (Ubuntu 22.04.3 LTS) / x86_64 | OK | OK | ERROR | |||||||||
palomino4 | Windows Server 2022 Datacenter / x64 | OK | OK | ERROR | OK | |||||||||
lconway | macOS 12.7.1 Monterey / x86_64 | OK | OK | ERROR | OK | |||||||||
kjohnson1 | macOS 13.6.1 Ventura / arm64 | see weekly results here | ||||||||||||
To the developers/maintainers of the VanillaICE package: - Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/VanillaICE.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. |
Package: VanillaICE |
Version: 1.64.0 |
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:VanillaICE.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings VanillaICE_1.64.0.tar.gz |
StartedAt: 2024-03-04 00:07:31 -0500 (Mon, 04 Mar 2024) |
EndedAt: 2024-03-04 00:12:36 -0500 (Mon, 04 Mar 2024) |
EllapsedTime: 304.9 seconds |
RetCode: 1 |
Status: ERROR |
CheckDir: VanillaICE.Rcheck |
Warnings: NA |
############################################################################## ############################################################################## ### ### Running command: ### ### /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:VanillaICE.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings VanillaICE_1.64.0.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/Users/biocbuild/bbs-3.18-bioc/meat/VanillaICE.Rcheck’ * using R version 4.3.2 Patched (2023-11-01 r85457) * using platform: x86_64-apple-darwin20 (64-bit) * R was compiled by Apple clang version 14.0.3 (clang-1403.0.22.14.1) GNU Fortran (GCC) 12.2.0 * running under: macOS Monterey 12.7.1 * using session charset: UTF-8 * using option ‘--no-vignettes’ * checking for file ‘VanillaICE/DESCRIPTION’ ... OK * this is package ‘VanillaICE’ version ‘1.64.0’ * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... NOTE Packages which this enhances but not available for checking: 'doMPI', 'doRedis' * 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 ‘VanillaICE’ can be installed ... OK * used C compiler: ‘Apple clang version 14.0.0 (clang-1400.0.29.202)’ * used SDK: ‘MacOSX11.3.sdk’ * 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 startup messages can be suppressed ... NOTE No methods found in package ‘oligoClasses’ for request: ‘mean’ when loading ‘crlmm’ It looks like this package (or a package it requires) has a startup message which cannot be suppressed: see ?packageStartupMessage. * checking dependencies in R code ... NOTE Namespaces in Imports field not imported from: ‘BSgenome.Hsapiens.UCSC.hg18’ ‘MatrixGenerics’ All declared Imports should be used. * 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 ... WARNING checkRd: (5) VanillaICE.Rd:0-7: Must have a \description * 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 data for ASCII and uncompressed saves ... OK * checking line endings in C/C++/Fortran sources/headers ... OK * checking line endings in Makefiles ... OK * checking compilation flags in Makevars ... OK * checking for GNU extensions in Makefiles ... OK * checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK * checking use of PKG_*FLAGS in Makefiles ... OK * checking include directives in Makefiles ... OK * checking compiled code ... NOTE Note: information on .o files is not available * checking sizes of PDF files under ‘inst/doc’ ... OK * checking files in ‘vignettes’ ... OK * checking examples ... OK * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... Running ‘doRUnit.R’ ERROR Running the tests in ‘tests/doRUnit.R’ failed. Last 13 lines of output: 1 Test Suite : VanillaICE unit testing - 24 test functions, 2 errors, 0 failures ERROR in test_ArrayViews: Error in fread(files[1], nrows = 0) : Detected 1 column names but the data has 2 columns (i.e. invalid file). Added 1 extra default column name for the first column which is guessed to be row names or an index. Use setnames() afterwards if this guess is not correct, or fix the file write command that created the file to create a valid file. ERROR in test_columnSubset: Error in fread(files[1], nrows = 0) : Detected 1 column names but the data has 2 columns (i.e. invalid file). Added 1 extra default column name for the first column which is guessed to be row names or an index. Use setnames() afterwards if this guess is not correct, or fix the file write command that created the file to create a valid file. Error: unit testing failed (#test failures: 0, #R errors: 2) Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes in ‘inst/doc’ ... OK * checking running R code from vignettes ... SKIPPED * checking re-building of vignette outputs ... SKIPPED * checking PDF version of manual ... OK * DONE Status: 1 ERROR, 1 WARNING, 4 NOTEs See ‘/Users/biocbuild/bbs-3.18-bioc/meat/VanillaICE.Rcheck/00check.log’ for details.
VanillaICE.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL VanillaICE ### ############################################################################## ############################################################################## * installing to library ‘/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library’ * installing *source* package ‘VanillaICE’ ... ** using staged installation ** libs using C compiler: ‘Apple clang version 14.0.0 (clang-1400.0.29.202)’ using SDK: ‘MacOSX11.3.sdk’ clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c rinit.c -o rinit.o clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c viterbi.c -o viterbi.o clang -arch x86_64 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/x86_64/lib -o VanillaICE.so rinit.o viterbi.o -lm -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation installing to /Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/00LOCK-VanillaICE/00new/VanillaICE/libs ** R ** data ** inst ** byte-compile and prepare package for lazy loading No methods found in package ‘oligoClasses’ for request: ‘mean’ when loading ‘crlmm’ Creating a new generic function for ‘distance’ in package ‘VanillaICE’ ** help *** installing help indices ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location No methods found in package ‘oligoClasses’ for request: ‘mean’ when loading ‘crlmm’ ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location No methods found in package ‘oligoClasses’ for request: ‘mean’ when loading ‘crlmm’ ** testing if installed package keeps a record of temporary installation path * DONE (VanillaICE)
VanillaICE.Rcheck/tests/doRUnit.Rout.fail
R version 4.3.2 Patched (2023-11-01 r85457) -- "Eye Holes" Copyright (C) 2023 The R Foundation for Statistical Computing Platform: x86_64-apple-darwin20 (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. > ## from xmapcore package > if( require( "RUnit", quietly=TRUE ) ) { + pkg <- "VanillaICE" + + if( Sys.getenv( "RCMDCHECK" ) == "FALSE" ) { + path <- file.path( getwd(), "..", "inst", "unitTests" ) + } else { + path <- system.file( package=pkg, "unitTests" ) + } + + cat( "\nRunning unit tests\n" ) + print( list( pkg=pkg, getwd=getwd(), pathToUnitTests=path ) ) + library( package=pkg, character.only=TRUE ) + + ##xmap.clear.cache() + + ##Fail on warnings + options( warn=2 ) + + ## Get the pattern (if there is one?) + patt <- Sys.getenv( "RUNITFILEPATTERN" ) + if( is.null( patt ) || nchar( patt ) == 0 ) { + testSuite <- defineTestSuite(name=paste( pkg, "unit testing" ), + rngKind="Mersenne-Twister", + dirs=path, + testFileRegexp=paste( "^test.+", patt, "\\.[rR]$", sep="" )) + } else { + ##testSuite <- defineTestSuite( name=paste( pkg, "unit testing" ), testFileRegexp=paste( "^runit\\.", patt, "\\.[rR]$", sep="" ), dirs=path ) + testSuite <- defineTestSuite(name=paste( pkg, "unit testing" ), + rngKind="Mersenne-Twister", + testFileRegexp=paste( "^test.+", patt, "\\.[rR]$", sep="" ), + dirs=path ) + } + tests <- runTestSuite( testSuite ) + + pathReport <- file.path( path, "report" ) + + cat( "------------------- UNIT TEST SUMMARY ---------------------\n\n" ) + printTextProtocol( tests, showDetails=FALSE ) + printTextProtocol( tests, showDetails=FALSE, fileName=paste( pathReport, "Summary.txt", sep="" ) ) + printTextProtocol( tests, showDetails=TRUE, fileName=paste( pathReport, ".txt", sep="" ) ) + + printHTMLProtocol( tests, fileName=paste( pathReport, ".html", sep="" ) ) + + tmp <- getErrors( tests ) + if( tmp$nFail > 0 | tmp$nErr > 0 ){ + stop( paste( "\n\nunit testing failed (#test failures: ", tmp$nFail, ", #R errors: ", tmp$nErr, ")\n\n", sep="")) + } + } else { + warning( "cannot run unit tests -- package RUnit is not available" ) + } Running unit tests $pkg [1] "VanillaICE" $getwd [1] "/Users/biocbuild/bbs-3.18-bioc/meat/VanillaICE.Rcheck/tests" $pathToUnitTests [1] "/private/tmp/RtmplNWuFy/RLIBS_34022071c0b/VanillaICE/unitTests" 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: GenomicRanges Loading required package: stats4 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 Loading required package: SummarizedExperiment Loading required package: MatrixGenerics Loading required package: matrixStats Attaching package: 'MatrixGenerics' The following objects are masked from 'package:matrixStats': colAlls, colAnyNAs, colAnys, colAvgsPerRowSet, colCollapse, colCounts, colCummaxs, colCummins, colCumprods, colCumsums, colDiffs, colIQRDiffs, colIQRs, colLogSumExps, colMadDiffs, colMads, colMaxs, colMeans2, colMedians, colMins, colOrderStats, colProds, colQuantiles, colRanges, colRanks, colSdDiffs, colSds, colSums2, colTabulates, colVarDiffs, colVars, colWeightedMads, colWeightedMeans, colWeightedMedians, colWeightedSds, colWeightedVars, rowAlls, rowAnyNAs, rowAnys, rowAvgsPerColSet, rowCollapse, rowCounts, rowCummaxs, rowCummins, rowCumprods, rowCumsums, rowDiffs, rowIQRDiffs, rowIQRs, rowLogSumExps, rowMadDiffs, rowMads, rowMaxs, rowMeans2, rowMedians, rowMins, rowOrderStats, rowProds, rowQuantiles, rowRanges, rowRanks, rowSdDiffs, rowSds, rowSums2, rowTabulates, rowVarDiffs, rowVars, rowWeightedMads, rowWeightedMeans, rowWeightedMedians, rowWeightedSds, rowWeightedVars 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")'. Attaching package: 'Biobase' The following object is masked from 'package:MatrixGenerics': rowMedians The following objects are masked from 'package:matrixStats': anyMissing, rowMedians No methods found in package 'oligoClasses' for request: 'mean' when loading 'crlmm' Welcome to VanillaICE version 1.64.0 Loading required package: BSgenome.Hsapiens.UCSC.hg18 Loading required package: BSgenome Loading required package: Biostrings Loading required package: XVector Attaching package: 'Biostrings' The following object is masked from 'package:VanillaICE': deletion The following object is masked from 'package:base': strsplit Loading required package: BiocIO Loading required package: rtracklayer Attaching package: 'rtracklayer' The following object is masked from 'package:BiocIO': FileForFormat Loading required package: data.table Attaching package: 'data.table' The following object is masked from 'package:SummarizedExperiment': shift The following object is masked from 'package:GenomicRanges': shift The following object is masked from 'package:IRanges': shift The following objects are masked from 'package:S4Vectors': first, second Loading required package: foreach Loading required package: oligoClasses Welcome to oligoClasses version 1.64.0 Executing test function test_ArrayViews ... Timing stopped at: 0.217 0.007 0.225 Error in fread(files[1], nrows = 0) : Detected 1 column names but the data has 2 columns (i.e. invalid file). Added 1 extra default column name for the first column which is guessed to be row names or an index. Use setnames() afterwards if this guess is not correct, or fix the file write command that created the file to create a valid file. done successfully. Executing test function test_columnSubset ... Timing stopped at: 0.044 0.002 0.047 Error in fread(files[1], nrows = 0) : Detected 1 column names but the data has 2 columns (i.e. invalid file). Added 1 extra default column name for the first column which is guessed to be row names or an index. Use setnames() afterwards if this guess is not correct, or fix the file write command that created the file to create a valid file. done successfully. Executing test function test_FilterParam ... done successfully. Executing test function test_EmissionParam ... done successfully. Executing test function test_SnpArrayExperiment ... Error in (function (classes, fdef, mtable) : unable to find an inherited method for function 'SnpDataFrame' for signature '"numeric"' Error in VanillaICE:::SnpDataFrame(DataFrame(x = 3)) : isSnp must be specified Error in .local(object, isSnp, ...) : isSnp must be specified Error in validObject(.Object) : invalid class "RangedSummarizedExperiment" object: 'x@assays' is not parallel to 'x' Error in SnpArrayExperiment(x, y, rowRanges = rowranges) : isSnp must be the same length as rowRanges done successfully. Executing test function test_SnpArrayExperiment2 ... done successfully. Executing test function test_SnpGRanges ... done successfully. Executing test function test_acf2 ... done successfully. Executing test function test_hmm_cnset ... Loading required package: crlmm Loading required package: preprocessCore Welcome to crlmm version 1.60.0 Attaching package: 'crlmm' The following object is masked from 'package:VanillaICE': genotypes done successfully. Executing test function test_state4 ... done successfully. Executing test function test_rowMAD ... done successfully. Executing test function test_scaleBy ... done successfully. Executing test function test_duplicatedMapLocs ... done successfully. Executing test function test_sweepMode.R ... done successfully. Executing test function test_Viterbi ... done successfully. Executing test function test_baf_emission ... done successfully. Executing test function test_cn_NAs ... done successfully. Executing test function test_emission_for_list ... done successfully. Executing test function test_emission_update ... done successfully. Executing test function test_multiple_chromosomes ... done successfully. Executing test function test_null_assignment ... done successfully. Executing test function test_oligoset_comparison ... done successfully. Executing test function test_summarized_exp ... done successfully. Executing test function test_updating ... done successfully. ------------------- UNIT TEST SUMMARY --------------------- RUNIT TEST PROTOCOL -- Mon Mar 4 00:12:26 2024 *********************************************** Number of test functions: 24 Number of errors: 2 Number of failures: 0 1 Test Suite : VanillaICE unit testing - 24 test functions, 2 errors, 0 failures ERROR in test_ArrayViews: Error in fread(files[1], nrows = 0) : Detected 1 column names but the data has 2 columns (i.e. invalid file). Added 1 extra default column name for the first column which is guessed to be row names or an index. Use setnames() afterwards if this guess is not correct, or fix the file write command that created the file to create a valid file. ERROR in test_columnSubset: Error in fread(files[1], nrows = 0) : Detected 1 column names but the data has 2 columns (i.e. invalid file). Added 1 extra default column name for the first column which is guessed to be row names or an index. Use setnames() afterwards if this guess is not correct, or fix the file write command that created the file to create a valid file. Error: unit testing failed (#test failures: 0, #R errors: 2) Execution halted
VanillaICE.Rcheck/VanillaICE-Ex.timings
name | user | system | elapsed | |
ArrayViews-class | 3.743 | 0.159 | 3.920 | |
CopyNumScanParams | 0.004 | 0.000 | 0.004 | |
EmissionParam-methods | 0.009 | 0.001 | 0.011 | |
FilterParam-class | 0.002 | 0.000 | 0.002 | |
HMM | 0.327 | 0.006 | 0.334 | |
HMMList-class | 1.778 | 0.066 | 1.853 | |
HmmParam | 0.003 | 0.000 | 0.002 | |
IO | 0.007 | 0.001 | 0.007 | |
IdiogramParams-class | 0.137 | 0.010 | 0.147 | |
SnpArrayExperiment-class | 0.056 | 0.001 | 0.057 | |
SnpExperiment | 0.087 | 0.001 | 0.088 | |
SnpGRanges | 0.043 | 0.001 | 0.043 | |
TransitionParam | 0.001 | 0.000 | 0.001 | |
cnvFilter | 1.748 | 0.112 | 1.870 | |
dropDuplicatedMapLocs | 0.139 | 0.004 | 0.144 | |
emissionParam | 0.003 | 0.000 | 0.004 | |
getExampleSnpExperiment | 0 | 0 | 0 | |
getHmmParams | 0.011 | 0.000 | 0.011 | |
hmm2 | 1.181 | 0.026 | 1.219 | |
isHeterozygous | 0.319 | 0.022 | 0.346 | |
parseSourceFile | 0.464 | 0.050 | 0.532 | |
plotting | 0.901 | 0.061 | 0.967 | |
robust-statistics | 0.000 | 0.000 | 0.001 | |
snpArrayAssays | 0.015 | 0.001 | 0.015 | |
sourcePaths | 0.011 | 0.001 | 0.011 | |
sweepMode | 0.212 | 0.012 | 0.223 | |
threshold | 0.000 | 0.000 | 0.001 | |
viewports | 0.001 | 0.000 | 0.000 | |