| Back to Multiple platform build/check report for BioC 3.22: simplified long |
|
This page was generated on 2025-11-12 11:58 -0500 (Wed, 12 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" | 4902 |
| 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 119/2361 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
| autonomics 1.18.0 (landing page) Aditya Bhagwat
| 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 autonomics package: - Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/autonomics.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: autonomics |
| Version: 1.18.0 |
| Command: /home/biocbuild/R/R/bin/R CMD check --install=check:autonomics.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings autonomics_1.18.0.tar.gz |
| StartedAt: 2025-11-11 07:05:45 -0000 (Tue, 11 Nov 2025) |
| EndedAt: 2025-11-11 07:42:12 -0000 (Tue, 11 Nov 2025) |
| EllapsedTime: 2186.9 seconds |
| RetCode: 1 |
| Status: ERROR |
| CheckDir: autonomics.Rcheck |
| Warnings: NA |
##############################################################################
##############################################################################
###
### Running command:
###
### /home/biocbuild/R/R/bin/R CMD check --install=check:autonomics.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings autonomics_1.18.0.tar.gz
###
##############################################################################
##############################################################################
* using log directory ‘/home/biocbuild/bbs-3.22-bioc/meat/autonomics.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 ‘autonomics/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘autonomics’ version ‘1.18.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 ... NOTE
Found the following hidden files and directories:
.BBSoptions
These were most likely included in error. See section ‘Package
structure’ in the ‘Writing R Extensions’ manual.
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking whether package ‘autonomics’ 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 ... 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 ... NOTE
Non-topic package-anchored link(s) in Rd file 'reexports.Rd':
‘[magrittr:compound]{%<>%}’ ‘[magrittr:pipe]{%>%}’
‘[magrittr:aliases]{extract}’
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 files in ‘vignettes’ ... OK
* checking examples ... ERROR
Running examples in ‘autonomics-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: is_compounddiscoverer_output
> ### Title: Is compounddiscoverer output?
> ### Aliases: is_compounddiscoverer_output
>
> ### ** Examples
>
> file <- NULL; is_compounddiscoverer_output(file)
[1] FALSE
attr(,"cause")
[1] file is NULL
attr(,"class")
[1] "scalar_with_cause" "logical"
> file <- 3; is_compounddiscoverer_output(file)
[1] FALSE
attr(,"cause")
[1] file is not a string
attr(,"class")
[1] "scalar_with_cause" "logical"
> file <- 'blabla.tsv'; is_compounddiscoverer_output(file)
[1] FALSE
attr(,"cause")
[1] file does not exist
attr(,"class")
[1] "scalar_with_cause" "logical"
> file <- download_data('dilution.report.tsv'); is_compounddiscoverer_output(file)
Downloading dilution.report.tsv
trying URL 'https://bitbucket.org/graumannlabtools/autonomics/downloads/dilution.report.tsv'
Content type 'application/octet-stream' length 152899897 bytes (145.8 MB)
=====
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
awblinmod 62.316 0.200 64.069
LINMOD 33.515 0.303 34.698
default_formula 24.674 0.446 25.197
analyze 19.548 0.108 19.990
explore-transforms 15.334 0.052 15.425
fit_survival 15.109 0.100 15.257
fcluster 12.759 0.064 12.845
ftype 10.906 0.716 18.265
biplot_covariates 10.555 0.008 10.619
code 6.706 0.020 6.749
extract_contrast_features 6.508 0.054 6.629
biplot 5.321 0.008 5.470
biplot_corrections 4.916 0.016 5.088
annotate_uniprot_rest 0.107 0.008 6.029
hdlproteins 0.106 0.001 53.276
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
Running ‘testthat.R’
OK
* 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: 1 ERROR, 2 NOTEs
See
‘/home/biocbuild/bbs-3.22-bioc/meat/autonomics.Rcheck/00check.log’
for details.
autonomics.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/R/R/bin/R CMD INSTALL autonomics ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/R/R-4.5.0/site-library’ * installing *source* package ‘autonomics’ ... ** this is package ‘autonomics’ version ‘1.18.0’ ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading Note: wrong number of arguments to 'seq_along' Note: wrong number of arguments to 'sqrt' ** 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 (autonomics)
autonomics.Rcheck/tests/testthat.Rout
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(autonomics)
Attaching package: 'autonomics'
The following objects are masked from 'package:stats':
biplot, loadings
The following object is masked from 'package:base':
beta
>
> test_check("autonomics")
trying URL 'https://bitbucket.org/graumannlabtools/autonomics/downloads/integer64.proteinGroups.txt'
Content type 'text/plain' length 57496 bytes (56 KB)
==================================================
downloaded 56 KB
[ FAIL 0 | WARN 3 | SKIP 0 | PASS 158 ]
[ FAIL 0 | WARN 3 | SKIP 0 | PASS 158 ]
>
> proc.time()
user system elapsed
192.913 131.177 600.064
autonomics.Rcheck/autonomics-Ex.timings
| name | user | system | elapsed | |
| AUTONOMICS_DATASETS | 0 | 0 | 0 | |
| COMPOUNDDISCOVERER_PATTERNS | 0.000 | 0.001 | 0.000 | |
| LINMOD | 33.515 | 0.303 | 34.698 | |
| LINMODENGINES | 0 | 0 | 0 | |
| MAXQUANT_PATTERNS | 0.001 | 0.000 | 0.001 | |
| TAXON_TO_ORGNAME | 0 | 0 | 0 | |
| TESTS | 0 | 0 | 0 | |
| X | 1.674 | 0.007 | 1.686 | |
| abstract_fit | 1.465 | 0.012 | 1.496 | |
| add_adjusted_pvalues | 0.738 | 0.052 | 0.813 | |
| add_assay_means | 0.552 | 0.036 | 0.869 | |
| add_facetvars | 1.953 | 0.033 | 3.010 | |
| add_opentargets_by_uniprot | 0.591 | 0.011 | 1.202 | |
| add_psp | 0.692 | 0.015 | 0.770 | |
| add_smiles | 0.649 | 0.043 | 0.731 | |
| all_non_numeric | 0.826 | 0.015 | 1.284 | |
| analysis | 0.520 | 0.004 | 0.526 | |
| analyze | 19.548 | 0.108 | 19.990 | |
| annotate_maxquant | 1.367 | 0.060 | 1.434 | |
| annotate_uniprot_rest | 0.107 | 0.008 | 6.029 | |
| assert_is_valid_sumexp | 0.722 | 0.027 | 0.752 | |
| awblinmod | 62.316 | 0.200 | 64.069 | |
| biplot | 5.321 | 0.008 | 5.470 | |
| biplot_corrections | 4.916 | 0.016 | 5.088 | |
| biplot_covariates | 10.555 | 0.008 | 10.619 | |
| block2limma | 0.002 | 0.000 | 0.002 | |
| block2lm | 0.004 | 0.000 | 0.004 | |
| block2lme | 0.003 | 0.000 | 0.002 | |
| block2lmer | 0.005 | 0.000 | 0.005 | |
| block_has_two_levels | 0.946 | 0.004 | 0.953 | |
| center | 2.676 | 0.047 | 2.731 | |
| code | 6.706 | 0.020 | 6.749 | |
| collapsed_entrezg_to_symbol | 1.066 | 0.052 | 1.180 | |
| contrast_subgroup_cols | 0.853 | 0.008 | 0.863 | |
| contrastdt | 0.797 | 0.004 | 0.812 | |
| count_in | 0.002 | 0.000 | 0.001 | |
| counts | 0.493 | 0.000 | 0.497 | |
| counts2cpm | 0.426 | 0.004 | 0.445 | |
| counts2tpm | 0.433 | 0.000 | 0.434 | |
| cpm | 0.454 | 0.004 | 0.468 | |
| create_design | 1.019 | 0.016 | 1.048 | |
| default_formula | 24.674 | 0.446 | 25.197 | |
| default_geom | 0.712 | 0.012 | 0.723 | |
| default_sfile | 0.002 | 0.000 | 0.002 | |
| demultiplex | 0.022 | 0.000 | 0.022 | |
| densities | 0.312 | 0.000 | 0.313 | |
| dequantify | 0.003 | 0.000 | 0.003 | |
| dequantify_compounddiscoverer | 0.002 | 0.000 | 0.002 | |
| dot-coxph | 0.564 | 0.016 | 0.583 | |
| dot-merge | 0.031 | 0.003 | 0.034 | |
| dot-read_maxquant_proteingroups | 0.135 | 0.008 | 0.143 | |
| download_data | 0 | 0 | 0 | |
| download_gtf | 0 | 0 | 0 | |
| download_mcclain21 | 0 | 0 | 0 | |
| dt2mat | 0.005 | 0.000 | 0.005 | |
| enrichment | 1.824 | 0.024 | 1.856 | |
| entrezg_to_symbol | 0.165 | 0.008 | 0.173 | |
| explore-transforms | 15.334 | 0.052 | 15.425 | |
| extract_contrast_features | 6.508 | 0.054 | 6.629 | |
| extract_rectangle | 0.147 | 0.000 | 0.147 | |
| factor.vars | 0.237 | 0.011 | 0.250 | |
| factorize | 1.071 | 0.028 | 1.101 | |
| fcluster | 12.759 | 0.064 | 12.845 | |
| fcor | 1.985 | 0.016 | 2.004 | |
| fdata | 0.681 | 0.000 | 0.681 | |
| fdr2p | 1.250 | 0.008 | 1.257 | |
| filter_exprs_replicated_in_some_subgroup | 1.298 | 0.012 | 1.309 | |
| filter_features | 0.660 | 0.012 | 0.670 | |
| filter_medoid | 0.791 | 0.004 | 0.796 | |
| filter_samples | 0.697 | 0.024 | 0.719 | |
| fit_survival | 15.109 | 0.100 | 15.257 | |
| fits | 0.440 | 0.012 | 0.467 | |
| fix_xlgenes | 0.002 | 0.000 | 0.002 | |
| flevels | 0.602 | 0.020 | 0.626 | |
| fnames | 0.606 | 0.031 | 0.640 | |
| formula2str | 0 | 0 | 0 | |
| ftype | 10.906 | 0.716 | 18.265 | |
| fvalues | 0.505 | 0.016 | 0.523 | |
| fvars | 0.523 | 0.044 | 0.568 | |
| genome_to_orgdb | 0.000 | 0.001 | 0.001 | |
| group_by_level | 0.000 | 0.002 | 0.001 | |
| guess_compounddiscoverer_quantity | 0.001 | 0.001 | 0.002 | |
| guess_fitsep | 0.653 | 0.028 | 0.683 | |
| guess_maxquant_quantity | 0.007 | 0.000 | 0.007 | |
| guess_sep | 0.631 | 0.043 | 0.674 | |
| has_multiple_levels | 0.08 | 0.00 | 0.08 | |
| hdlproteins | 0.106 | 0.001 | 53.276 | |
| impute | 4.616 | 0.206 | 4.966 | |
| invert_subgroups | 0.860 | 0.008 | 0.871 | |
| is_character_matrix | 0.197 | 0.000 | 0.197 | |
| is_collapsed_subset | 0.001 | 0.000 | 0.001 | |