Back to Multiple platform build/check report for BioC 3.22: simplified long |
|
This page was generated on 2025-09-03 12:03 -0400 (Wed, 03 Sep 2025).
Hostname | OS | Arch (*) | R version | Installed pkgs |
---|---|---|---|---|
nebbiolo2 | Linux (Ubuntu 24.04.3 LTS) | x86_64 | 4.5.1 (2025-06-13) -- "Great Square Root" | 4826 |
lconway | macOS 12.7.1 Monterey | x86_64 | 4.5.1 (2025-06-13) -- "Great Square Root" | 4616 |
kjohnson3 | macOS 13.7.7 Ventura | arm64 | 4.5.1 Patched (2025-06-14 r88325) -- "Great Square Root" | 4563 |
taishan | Linux (openEuler 24.03 LTS) | aarch64 | 4.5.0 (2025-04-11) -- "How About a Twenty-Six" | 4541 |
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 162/2321 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
benchdamic 1.15.3 (landing page) Matteo Calgaro
| nebbiolo2 | Linux (Ubuntu 24.04.3 LTS) / x86_64 | OK | OK | TIMEOUT | |||||||||
lconway | macOS 12.7.1 Monterey / x86_64 | OK | OK | ERROR | OK | |||||||||
kjohnson3 | macOS 13.7.7 Ventura / arm64 | OK | OK | ERROR | OK | |||||||||
taishan | Linux (openEuler 24.03 LTS) / aarch64 | OK | OK | ERROR | ||||||||||
To the developers/maintainers of the benchdamic package: - Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/benchdamic.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: benchdamic |
Version: 1.15.3 |
Command: /home/biocbuild/bbs-3.22-bioc/R/bin/R CMD check --install=check:benchdamic.install-out.txt --library=/home/biocbuild/bbs-3.22-bioc/R/site-library --timings benchdamic_1.15.3.tar.gz |
StartedAt: 2025-09-02 21:16:00 -0400 (Tue, 02 Sep 2025) |
EndedAt: 2025-09-02 21:56:00 -0400 (Tue, 02 Sep 2025) |
EllapsedTime: 2400.1 seconds |
RetCode: None |
Status: TIMEOUT |
CheckDir: benchdamic.Rcheck |
Warnings: NA |
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/bbs-3.22-bioc/R/bin/R CMD check --install=check:benchdamic.install-out.txt --library=/home/biocbuild/bbs-3.22-bioc/R/site-library --timings benchdamic_1.15.3.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/home/biocbuild/bbs-3.22-bioc/meat/benchdamic.Rcheck’ * using R version 4.5.1 (2025-06-13) * using platform: x86_64-pc-linux-gnu * R was compiled by gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 * running under: Ubuntu 24.04.3 LTS * using session charset: UTF-8 * checking for file ‘benchdamic/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘benchdamic’ version ‘1.15.3’ * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... INFO Imports includes 32 non-default packages. Importing from so many packages makes the package vulnerable to any of them becoming unavailable. Move as many as possible to Suggests and use conditionally. * 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 ‘benchdamic’ 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 code 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 ... NOTE Namespace in Imports field not imported from: ‘microbiome’ 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 ... OK * checking Rd metadata ... OK * checking Rd cross-references ... NOTE Non-topic package-anchored link(s) in Rd file 'norm_DESeq2.Rd': ‘[DESeq2]{estimateSizeFactors}’ See section 'Cross-references' in the 'Writing R Extensions' manual. * 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 Examples with CPU (user + system) or elapsed time > 5s user system elapsed createConcordance 7.251 0.149 13.488 plotConcordance 6.172 0.063 7.179 areaCAT 5.569 0.133 6.079 createTIEC 3.729 0.040 9.371 * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... Running ‘testthat.R’ ERROR Running the tests in ‘tests/testthat.R’ failed. Last 13 lines of output: |------------(25%)----------(50%)----------(75%)----------| |------------(25%)----------(50%)----------(75%)----------| |------------(25%)----------(50%)----------(75%)----------| [ FAIL 1 | WARN 2 | SKIP 0 | PASS 333 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test_getStatistics_getDA_extractDA.R:160:5'): Extract DA features from a list of methods: using threshold_pvalue and threshold_logfc ── length(unique(t1[[2]]$DA)) not equal to 3. 1/1 mismatches [1] 2 - 3 == -1 [ FAIL 1 | WARN 2 | SKIP 0 | PASS 333 ] Error: Test failures Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ...
benchdamic.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/bbs-3.22-bioc/R/bin/R CMD INSTALL benchdamic ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/bbs-3.22-bioc/R/site-library’ * installing *source* package ‘benchdamic’ ... ** this is package ‘benchdamic’ version ‘1.15.3’ ** using staged installation ** R ** data *** moving datasets to lazyload DB ** inst ** byte-compile and prepare package for lazy loading Found more than one class "dist" in cache; using the first, from namespace 'BiocGenerics' Also defined by ‘spam’ ** help *** installing help indices ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location Found more than one class "dist" in cache; using the first, from namespace 'BiocGenerics' Also defined by ‘spam’ ** testing if installed package can be loaded from final location Found more than one class "dist" in cache; using the first, from namespace 'BiocGenerics' Also defined by ‘spam’ ** testing if installed package keeps a record of temporary installation path * DONE (benchdamic)
benchdamic.Rcheck/tests/testthat.Rout.fail
R version 4.5.1 (2025-06-13) -- "Great Square Root" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-pc-linux-gnu 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(testthat) > library(benchdamic) Found more than one class "dist" in cache; using the first, from namespace 'BiocGenerics' Also defined by 'spam' > > test_check("benchdamic") |------------(25%)----------(50%)----------(75%)----------| |------------(25%)----------(50%)----------(75%)----------| |------------(25%)----------(50%)----------(75%)----------| |------------(25%)----------(50%)----------(75%)----------| |------------(25%)----------(50%)----------(75%)----------| [ FAIL 1 | WARN 2 | SKIP 0 | PASS 333 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test_getStatistics_getDA_extractDA.R:160:5'): Extract DA features from a list of methods: using threshold_pvalue and threshold_logfc ── length(unique(t1[[2]]$DA)) not equal to 3. 1/1 mismatches [1] 2 - 3 == -1 [ FAIL 1 | WARN 2 | SKIP 0 | PASS 333 ] Error: Test failures Execution halted
benchdamic.Rcheck/benchdamic-Ex.timings
name | user | system | elapsed | |
CAT | 0.006 | 0.000 | 0.005 | |
DA_ALDEx2 | 4.284 | 0.170 | 4.784 | |
DA_ANCOM | 0.901 | 0.044 | 0.949 | |
DA_DESeq2 | 3.481 | 0.053 | 3.779 | |
DA_MAST | 1.516 | 0.017 | 1.511 | |
DA_Maaslin2 | 0.325 | 0.013 | 0.366 | |
DA_NOISeq | 1.529 | 0.098 | 1.675 | |
DA_Seurat | 2.811 | 0.005 | 2.963 | |
DA_ZicoSeq | 0.870 | 0.020 | 0.891 | |
DA_basic | 0.047 | 0.001 | 0.048 | |
DA_corncob | 0.839 | 0.025 | 0.934 | |
DA_dearseq | 0.078 | 0.000 | 0.081 | |
DA_edgeR | 0.274 | 0.000 | 0.273 | |
DA_limma | 0.094 | 0.000 | 0.095 | |
DA_linda | 0.057 | 0.000 | 0.057 | |
DA_maaslin3 | 0.626 | 0.017 | 0.786 | |
DA_metagenomeSeq | 0.296 | 0.001 | 0.297 | |
DA_mixMC | 0.792 | 0.016 | 0.812 | |
RMSE | 0.001 | 0.000 | 0.001 | |
addKnowledge | 0.204 | 0.002 | 0.260 | |
areaCAT | 5.569 | 0.133 | 6.079 | |
checkNormalization | 0 | 0 | 0 | |
createColors | 0.004 | 0.001 | 0.005 | |
createConcordance | 7.251 | 0.149 | 13.488 | |
createEnrichment | 0.390 | 0.001 | 0.869 | |
createMocks | 0.003 | 0.000 | 0.012 | |
createPositives | 1.312 | 0.019 | 3.169 | |
createSplits | 0.048 | 0.001 | 0.107 | |
createTIEC | 3.729 | 0.040 | 9.371 | |
enrichmentTest | 0.194 | 0.000 | 0.194 | |
extractDA | 0.362 | 0.001 | 0.363 | |
extractStatistics | 0.272 | 0.000 | 0.364 | |
fitDM | 0.045 | 0.000 | 0.073 | |
fitHURDLE | 1.095 | 0.002 | 1.278 | |
fitModels | 3.267 | 0.033 | 4.307 | |
fitNB | 0.05 | 0.00 | 0.05 | |
fitZIG | 0.057 | 0.002 | 0.058 | |
fitZINB | 0.578 | 0.012 | 0.591 | |
getDA | 0.119 | 0.002 | 0.124 | |
getPositives | 0.151 | 0.001 | 0.211 | |
getStatistics | 0.120 | 0.001 | 0.120 | |
get_counts_metadata | 0.190 | 0.001 | 0.191 | |
iterative_ordering | 0.013 | 0.000 | 0.014 | |
meanDifferences | 0.002 | 0.000 | 0.003 | |
norm_CSS | 0.106 | 0.001 | 0.107 | |
norm_DESeq2 | 0.485 | 0.001 | 0.487 | |
norm_TSS | 0.036 | 0.000 | 0.036 | |
norm_edgeR | 0.04 | 0.00 | 0.04 | |
plotConcordance | 6.172 | 0.063 | 7.179 | |
plotContingency | 1.279 | 0.161 | 1.445 | |
plotEnrichment | 1.378 | 0.154 | 1.560 | |
plotFDR | 2.975 | 0.200 | 3.667 | |
plotFPR | 2.932 | 0.208 | 3.349 | |
plotKS | 2.495 | 0.046 | 3.255 | |
plotLogP | 2.465 | 0.096 | 2.912 | |
plotMD | 4.344 | 0.151 | 4.623 | |
plotMutualFindings | 1.301 | 0.015 | 1.354 | |
plotPositives | 0.914 | 0.012 | 0.930 | |
plotQQ | 2.564 | 0.033 | 3.214 | |
plotRMSE | 3.960 | 0.098 | 4.236 | |
prepareObserved | 0.001 | 0.000 | 0.002 | |
runDA | 0.705 | 0.022 | 0.726 | |
runMocks | 1.028 | 0.034 | 1.112 | |
runNormalizations | 0.561 | 0.019 | 0.646 | |
runSplits | 4.467 | 0.086 | 4.863 | |
setNormalizations | 0.001 | 0.000 | 0.000 | |
set_ALDEx2 | 0.007 | 0.000 | 0.017 | |
set_ANCOM | 0.009 | 0.000 | 0.014 | |
set_DESeq2 | 0.009 | 0.000 | 0.009 | |
set_MAST | 0.003 | 0.000 | 0.004 | |
set_Maaslin2 | 0.005 | 0.000 | 0.005 | |
set_NOISeq | 0.004 | 0.000 | 0.004 | |
set_Seurat | 0.006 | 0.000 | 0.007 | |
set_ZicoSeq | 0.007 | 0.000 | 0.008 | |
set_basic | 0.002 | 0.000 | 0.002 | |
set_corncob | 0.005 | 0.000 | 0.004 | |
set_dearseq | 0.002 | 0.000 | 0.002 | |
set_edgeR | 0.013 | 0.000 | 0.013 | |
set_limma | 0.009 | 0.000 | 0.009 | |
set_linda | 0.006 | 0.000 | 0.006 | |
set_maaslin3 | 0.006 | 0.001 | 0.008 | |
set_metagenomeSeq | 0.005 | 0.001 | 0.006 | |
set_mixMC | 0.003 | 0.000 | 0.003 | |
weights_ZINB | 0.463 | 0.003 | 0.506 | |