| Back to Multiple platform build/check report for BioC 3.22: simplified long |
|
This page was generated on 2025-11-15 11:58 -0500 (Sat, 15 Nov 2025).
| Hostname | OS | Arch (*) | R version | Installed pkgs |
|---|---|---|---|---|
| nebbiolo2 | Linux (Ubuntu 24.04.3 LTS) | x86_64 | 4.5.1 Patched (2025-08-23 r88802) -- "Great Square Root" | 4903 |
| taishan | Linux (openEuler 24.03 LTS) | aarch64 | 4.5.0 (2025-04-11) -- "How About a Twenty-Six" | 4668 |
| 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 165/2361 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
| benchdamic 1.16.0 (landing page) Matteo Calgaro
| nebbiolo2 | Linux (Ubuntu 24.04.3 LTS) / x86_64 | OK | OK | 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. - See Martin Grigorov's blog post for how to debug Linux ARM64 related issues on a x86_64 host. |
| Package: benchdamic |
| Version: 1.16.0 |
| Command: /home/biocbuild/R/R/bin/R CMD check --install=check:benchdamic.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings benchdamic_1.16.0.tar.gz |
| StartedAt: 2025-11-14 07:03:35 -0000 (Fri, 14 Nov 2025) |
| EndedAt: 2025-11-14 07:22:12 -0000 (Fri, 14 Nov 2025) |
| EllapsedTime: 1117.3 seconds |
| RetCode: 1 |
| Status: ERROR |
| CheckDir: benchdamic.Rcheck |
| Warnings: NA |
##############################################################################
##############################################################################
###
### Running command:
###
### /home/biocbuild/R/R/bin/R CMD check --install=check:benchdamic.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings benchdamic_1.16.0.tar.gz
###
##############################################################################
##############################################################################
* using log directory ‘/home/biocbuild/bbs-3.22-bioc/meat/benchdamic.Rcheck’
* using R version 4.5.0 (2025-04-11)
* using platform: aarch64-unknown-linux-gnu
* R was compiled by
aarch64-unknown-linux-gnu-gcc (GCC) 14.2.0
GNU Fortran (GCC) 14.2.0
* running under: openEuler 24.03 (LTS)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘benchdamic/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘benchdamic’ version ‘1.16.0’
* 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 ... ERROR
Running examples in ‘benchdamic-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: fitModels
> ### Title: fitModels
> ### Aliases: fitModels
>
> ### ** Examples
>
> # Generate some random counts
> counts <- matrix(rnbinom(n = 600, size = 3, prob = 0.5),
+ nrow = 100, ncol = 6)
> # Estimate the counts assuming several distributions
> GOF <- fitModels(
+ object = counts, models = c(
+ "NB", "ZINB",
+ "DM", "ZIG", "HURDLE"
+ ), scale_HURDLE = c("median", "default")
+ )
Model: Negative Binomial
Estimating dispersions
Using classic mode.
Model: Zero-Inflated Negative Binomial
Create model:
ok
Initialize parameters:
ok
Optimize parameters:
Iteration 1
penalized log-likelihood = -1347.76278210063
After dispersion optimization = -1244.63583478121
user system elapsed
0.434 0.020 0.457
After right optimization = -1207.77070452653
After orthogonalization = -1207.77070452653
user system elapsed
0.054 0.004 0.062
After left optimization = -1204.98391365776
After orthogonalization = -1204.98391365776
Iteration 2
penalized log-likelihood = -1204.98391365776
After dispersion optimization = -1204.98391365776
user system elapsed
0.313 0.024 0.339
After right optimization = -1203.06043616196
After orthogonalization = -1203.06043616196
user system elapsed
0.037 0.013 0.058
After left optimization = -1202.94616837058
After orthogonalization = -1202.94616837058
Iteration 3
penalized log-likelihood = -1202.94616837058
After dispersion optimization = -1202.94616837058
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
createConcordance 7.467 0.111 10.519
areaCAT 6.349 0.103 10.735
DA_ALDEx2 5.812 0.155 5.991
createTIEC 4.908 0.059 8.822
enrichmentTest 0.143 2.874 10.767
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
Running ‘testthat.R’/home/biocbuild/R/R-4.5.0/bin/BATCH: line 60: 1852482 Killed ${R_HOME}/bin/R -f ${in} ${opts} ${R_BATCH_OPTIONS} > ${out} 2>&1
ERROR
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(benchdamic)
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes ... OK
* checking running R code from vignettes ... SKIPPED
* checking re-building of vignette outputs ... SKIPPED
* checking PDF version of manual ... OK
* DONE
Status: 2 ERRORs, 2 NOTEs
See
‘/home/biocbuild/bbs-3.22-bioc/meat/benchdamic.Rcheck/00check.log’
for details.
benchdamic.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/R/R/bin/R CMD INSTALL benchdamic ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/R/R-4.5.0/site-library’ * installing *source* package ‘benchdamic’ ... ** this is package ‘benchdamic’ version ‘1.16.0’ ** 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.0 (2025-04-11) -- "How About a Twenty-Six" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: aarch64-unknown-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)
benchdamic.Rcheck/benchdamic-Ex.timings
| name | user | system | elapsed | |
| CAT | 0.005 | 0.000 | 0.005 | |
| DA_ALDEx2 | 5.812 | 0.155 | 5.991 | |
| DA_ANCOM | 1.096 | 0.056 | 1.155 | |
| DA_DESeq2 | 3.601 | 0.020 | 3.628 | |
| DA_MAST | 1.807 | 0.028 | 1.846 | |
| DA_Maaslin2 | 0.280 | 0.028 | 0.329 | |
| DA_NOISeq | 1.374 | 0.052 | 1.437 | |
| DA_Seurat | 2.076 | 0.012 | 2.096 | |
| DA_ZicoSeq | 1.011 | 0.012 | 1.025 | |
| DA_basic | 0.041 | 0.000 | 0.042 | |
| DA_corncob | 0.864 | 0.020 | 0.930 | |
| DA_dearseq | 0.073 | 0.000 | 0.074 | |
| DA_edgeR | 0.226 | 0.004 | 0.230 | |
| DA_limma | 0.092 | 0.000 | 0.092 | |
| DA_linda | 0.064 | 0.000 | 0.064 | |
| DA_maaslin3 | 0.753 | 0.008 | 0.768 | |
| DA_metagenomeSeq | 0.330 | 0.000 | 0.332 | |
| DA_mixMC | 0.973 | 0.007 | 1.331 | |
| RMSE | 0.001 | 0.000 | 0.001 | |
| addKnowledge | 0.320 | 0.020 | 0.687 | |
| areaCAT | 6.349 | 0.103 | 10.735 | |
| checkNormalization | 0 | 0 | 0 | |
| createColors | 0.005 | 0.000 | 0.014 | |
| createConcordance | 7.467 | 0.111 | 10.519 | |
| createEnrichment | 0.349 | 0.012 | 0.387 | |
| createMocks | 0.003 | 0.000 | 0.003 | |
| createPositives | 1.454 | 0.007 | 2.328 | |
| createSplits | 0.042 | 0.004 | 0.102 | |
| createTIEC | 4.908 | 0.059 | 8.822 | |
| enrichmentTest | 0.143 | 2.874 | 10.767 | |
| extractDA | 0.273 | 0.016 | 0.752 | |
| extractStatistics | 0.291 | 0.012 | 0.606 | |
| fitDM | 0.063 | 0.649 | 3.979 | |
| fitHURDLE | 1.064 | 0.032 | 1.650 | |