Back to Multiple platform build/check report for BioC 3.21: simplified long |
|
This page was generated on 2025-01-25 15:38 -0500 (Sat, 25 Jan 2025).
Hostname | OS | Arch (*) | R version | Installed pkgs |
---|---|---|---|---|
nebbiolo1 | Linux (Ubuntu 24.04.1 LTS) | x86_64 | R Under development (unstable) (2025-01-20 r87609) -- "Unsuffered Consequences" | 4658 |
palomino7 | Windows Server 2022 Datacenter | x64 | R Under development (unstable) (2025-01-21 r87610 ucrt) -- "Unsuffered Consequences" | 4455 |
kunpeng2 | Linux (openEuler 22.03 LTS-SP1) | aarch64 | R Under development (unstable) (2024-11-24 r87369) -- "Unsuffered Consequences" | 4408 |
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 116/2286 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
autonomics 1.15.142 (landing page) Aditya Bhagwat
| nebbiolo1 | Linux (Ubuntu 24.04.1 LTS) / x86_64 | OK | OK | OK | |||||||||
palomino7 | Windows Server 2022 Datacenter / x64 | OK | OK | OK | OK | |||||||||
kunpeng2 | Linux (openEuler 22.03 LTS-SP1) / 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.15.142 |
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.15.142.tar.gz |
StartedAt: 2025-01-25 04:04:05 -0000 (Sat, 25 Jan 2025) |
EndedAt: 2025-01-25 04:24:28 -0000 (Sat, 25 Jan 2025) |
EllapsedTime: 1223.1 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.15.142.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/home/biocbuild/bbs-3.21-bioc/meat/autonomics.Rcheck’ * using R Under development (unstable) (2024-11-24 r87369) * 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.15.142’ * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... INFO Imports includes 30 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 ... NOTE Warning: program compiled against libxml 212 using older 211 * 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 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: .read_rnaseq_bams > ### Title: Read rnaseq counts/bams > ### Aliases: .read_rnaseq_bams .read_rnaseq_counts read_rnaseq_bams > ### read_rnaseq_counts > > ### ** Examples > > # read_rnaseq_bams > if (requireNamespace('Rsubread')){ + dir <- download_data('billing16.bam.zip') + object <- read_rnaseq_bams(dir, paired = TRUE, genome = 'hg38') + object <- read_rnaseq_bams(dir, paired = TRUE, genome = 'hg38', plot = TRUE) + } Loading required namespace: Rsubread unzip Warning in unzip(filepath, exdir = substr(filepath, 1, nchar(filepath) - : error 1 in extracting from zip file NCBI RefSeq annotation for hg38 (build 38.2) is used. Error in (function (files, annot.inbuilt = "mm39", annot.ext = NULL, isGTFAnnotationFile = FALSE, : No read files provided! Calls: read_rnaseq_bams ... .read_rnaseq_bams -> count_reads -> do.call -> <Anonymous> Execution halted Examples with CPU (user + system) or elapsed time > 5s user system elapsed read_diann_proteingroups 142.016 0.893 170.545 fit_linmod 42.500 0.118 47.482 plot_exprs_per_coef 33.495 0.208 38.091 plot_exprs 31.618 0.202 36.653 default_formula 23.679 0.414 27.612 analyze 20.997 0.156 22.122 read_metabolon 20.598 0.055 22.398 plot_summary 19.931 0.140 22.304 plot_volcano 17.205 0.036 18.638 plot_densities 11.404 0.084 12.896 ftype 10.919 0.175 12.263 extract_coef_features 9.976 0.051 12.670 plot_sample_nas 8.510 0.020 9.168 fcluster 8.413 0.072 8.999 read_fragpipe 8.360 0.005 10.287 code 7.528 0.222 8.151 biplot_covariates 7.405 0.055 8.139 fit_survival 6.752 0.024 7.342 plot_subgroup_points 6.532 0.012 7.040 biplot 5.892 0.167 6.191 impute 5.443 0.096 6.279 plot_violins 5.432 0.048 6.238 modelvar 5.240 0.016 5.718 log2transform 5.037 0.020 6.242 plot_survival 4.851 0.035 5.564 plot_contrastogram 4.142 0.088 5.131 annotate_uniprot_rest 0.209 0.004 5.237 * 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.21-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-devel_2024-11-24/site-library’ * installing *source* package ‘autonomics’ ... ** using staged installation ** R ** 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 (autonomics)
autonomics.Rcheck/tests/testthat.Rout
R Under development (unstable) (2024-11-24 r87369) -- "Unsuffered Consequences" Copyright (C) 2024 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") [ FAIL 0 | WARN 2 | SKIP 0 | PASS 158 ] [ FAIL 0 | WARN 2 | SKIP 0 | PASS 158 ] > > proc.time() user system elapsed 202.854 2.835 226.032
autonomics.Rcheck/autonomics-Ex.timings
name | user | system | elapsed | |
AUTONOMICS_DATASETS | 0.001 | 0.000 | 0.001 | |
COMPOUNDDISCOVERER_PATTERNS | 0 | 0 | 0 | |
FITSEP | 0.000 | 0.001 | 0.000 | |
LINMODENGINES | 0 | 0 | 0 | |
MAXQUANT_PATTERNS | 0 | 0 | 0 | |
SURVIVALENGINES | 0.000 | 0.000 | 0.001 | |
TAXON_TO_ORGNAME | 0 | 0 | 0 | |
TESTS | 0.000 | 0.001 | 0.000 | |
X | 2.143 | 0.072 | 2.455 | |
abstract_fit | 3.089 | 0.151 | 3.309 | |
add_adjusted_pvalues | 0.761 | 0.025 | 0.888 | |
add_assay_means | 0.469 | 0.004 | 0.478 | |
add_facetvars | 2.098 | 0.004 | 2.106 | |
add_opentargets_by_uniprot | 0.516 | 0.004 | 0.889 | |
add_psp | 0.673 | 0.008 | 0.725 | |
add_smiles | 0.607 | 0.016 | 0.625 | |
analysis | 0.513 | 0.012 | 0.526 | |
analyze | 20.997 | 0.156 | 22.122 | |
annotate_maxquant | 1.164 | 0.028 | 1.205 | |
annotate_uniprot_rest | 0.209 | 0.004 | 5.237 | |
assert_is_valid_sumexp | 0.841 | 0.016 | 1.157 | |
bin | 0.522 | 0.000 | 0.524 | |
biplot | 5.892 | 0.167 | 6.191 | |
biplot_corrections | 4.461 | 0.007 | 4.710 | |
biplot_covariates | 7.405 | 0.055 | 8.139 | |
block2lme | 0.004 | 0.000 | 0.010 | |
center | 2.002 | 0.004 | 2.078 | |
code | 7.528 | 0.222 | 8.151 | |
coefs | 1.149 | 0.059 | 1.501 | |
collapsed_entrezg_to_symbol | 0 | 0 | 0 | |
contrast_subgroup_cols | 0.767 | 0.020 | 0.789 | |
count_in | 0.001 | 0.000 | 0.002 | |
counts | 0.463 | 0.000 | 0.546 | |
counts2cpm | 0.428 | 0.000 | 0.430 | |
counts2tpm | 0.391 | 0.000 | 0.391 | |
cpm | 0.427 | 0.000 | 0.436 | |
create_design | 1.846 | 0.068 | 2.038 | |
default_formula | 23.679 | 0.414 | 27.612 | |
default_geom | 0.659 | 0.004 | 0.664 | |
default_sfile | 0.002 | 0.000 | 0.002 | |
demultiplex | 0.02 | 0.00 | 0.02 | |
dequantify | 0.003 | 0.000 | 0.003 | |
dequantify_compounddiscoverer | 0.002 | 0.000 | 0.002 | |
dot-coxph | 0.602 | 0.020 | 0.986 | |
dot-merge | 0.024 | 0.000 | 0.048 | |
dot-read_maxquant_proteingroups | 0.132 | 0.004 | 0.153 | |
download_data | 0 | 0 | 0 | |
download_gtf | 0 | 0 | 0 | |
download_mcclain21 | 0.001 | 0.000 | 0.006 | |
dt2mat | 0.005 | 0.000 | 0.009 | |
enrichment | 2.661 | 0.028 | 3.515 | |
entrezg_to_symbol | 0.000 | 0.000 | 0.001 | |
extract_coef_features | 9.976 | 0.051 | 12.670 | |
extract_rectangle | 0.158 | 0.012 | 0.171 | |
fcluster | 8.413 | 0.072 | 8.999 | |
fcor | 1.372 | 0.008 | 1.474 | |
fdata | 0.767 | 0.008 | 0.981 | |
fdr2p | 1.390 | 0.017 | 1.886 | |
filter_exprs_replicated_in_some_subgroup | 1.425 | 0.000 | 1.643 | |
filter_features | 0.701 | 0.015 | 0.731 | |
filter_medoid | 0.937 | 0.012 | 1.011 | |
filter_samples | 0.732 | 0.028 | 0.913 | |
fit_linmod | 42.500 | 0.118 | 47.482 | |
fit_survival | 6.752 | 0.024 | 7.342 | |
fitcoefs | 1.164 | 0.016 | 1.229 | |
fits | 1.068 | 0.012 | 1.092 | |
fix_xlgenes | 0.002 | 0.000 | 0.002 | |
flevels | 0.568 | 0.000 | 0.569 | |
fnames | 0.611 | 0.000 | 0.628 | |
formula2str | 0 | 0 | 0 | |
ftype | 10.919 | 0.175 | 12.263 | |
fvalues | 0.595 | 0.004 | 0.601 | |
fvars | 0.528 | 0.004 | 0.805 | |
genome_to_orgdb | 0 | 0 | 0 | |
group_by_level | 0.001 | 0.000 | 0.001 | |
guess_compounddiscoverer_quantity | 0.001 | 0.000 | 0.001 | |
guess_fitsep | 0.653 | 0.004 | 0.658 | |
guess_maxquant_quantity | 0.006 | 0.000 | 0.006 | |
guess_sep | 0.724 | 0.012 | 1.062 | |
has_multiple_levels | 0.069 | 0.004 | 0.073 | |
hdlproteins | 0.069 | 0.004 | 0.203 | |
impute | 5.443 | 0.096 | 6.279 | |
invert_subgroups | 0.873 | 0.016 | 0.979 | |
is_collapsed_subset | 0.001 | 0.000 | 0.000 | |
is_correlation_matrix | 0.002 | 0.000 | 0.001 | |
is_diann_report | 0.625 | 0.014 | 1.769 | |
is_fastadt | 0.080 | 0.004 | 0.168 | |
is_file | 0.001 | 0.000 | 0.001 | |
is_fraction | 0.002 | 0.000 | 0.007 | |
is_imputed | 1.022 | 0.040 | 1.789 | |
is_positive_number | 0.003 | 0.000 | 0.003 | |
is_scalar_subset | 0.409 | 0.004 | 0.434 | |
is_sig | 2.299 | 0.004 | 2.548 | |
is_valid_formula | 0.057 | 0.000 | 0.057 | |
keep_connected_blocks | 0.640 | 0.012 | 0.911 | |
keep_connected_features | 0.958 | 0.020 | 1.360 | |
keep_replicated_features | 1.044 | 0.024 | 1.071 | |
label2index | 0.000 | 0.000 | 0.001 | |
list2mat | 0.001 | 0.000 | 0.001 | |
log2counts | 0.429 | 0.024 | 0.454 | |
log2cpm | 0.407 | 0.000 | 0.408 | |
log2diffs | 0.436 | 0.004 | 0.756 | |
log2proteins | 0.430 | 0.012 | 0.560 | |
log2sites | 0.420 | 0.016 | 0.445 | |
log2tpm | 0.448 | 0.000 | 0.454 | |
log2transform | 5.037 | 0.020 | 6.242 | |
logical2factor | 0.002 | 0.000 | 0.002 | |
make_alpha_palette | 0.688 | 0.012 | 0.978 | |
make_colors | 0.012 | 0.000 | 0.012 | |
make_volcano_dt | 1.204 | 0.004 | 1.212 | |
map_fvalues | 0.503 | 0.016 | 0.520 | |
matrix2sumexp | 1.265 | 0.003 | 1.472 | |
merge_sample_file | 0.594 | 0.008 | 0.611 | |
merge_sdata | 0.736 | 0.008 | 0.749 | |
message_df | 0.002 | 0.000 | 0.003 | |
model_coefs | 0.989 | 0.012 | 1.057 | |
modelvar | 5.240 | 0.016 | 5.718 | |
order_on_p | 1.772 | 0.025 | 2.219 | |
pca | 4.024 | 0.015 | 4.720 | |
pg_to_canonical | 0.009 | 0.000 | 0.022 | |
plot_coef_densities | 1.562 | 0.020 | 1.748 | |
plot_contrast_venn | 3.549 | 0.020 | 4.021 | |
plot_contrastogram | 4.142 | 0.088 | 5.131 | |
plot_data | 1.764 | 0.008 | 1.820 | |
plot_densities | 11.404 | 0.084 | 12.896 | |
plot_design | 0.872 | 0.015 | 0.935 | |
plot_exprs | 31.618 | 0.202 | 36.653 | |
plot_exprs_per_coef | 33.495 | 0.208 | 38.091 | |
plot_fit_summary | 2.829 | 0.062 | 3.337 | |
plot_heatmap | 3.007 | 0.012 | 3.297 | |
plot_joint_density | 3.828 | 0.024 | 3.998 | |
plot_matrix | 0.660 | 0.016 | 1.150 | |
plot_sample_nas | 8.510 | 0.020 | 9.168 | |
plot_subgroup_points | 6.532 | 0.012 | 7.040 | |
plot_summary | 19.931 | 0.140 | 22.304 | |
plot_survival | 4.851 | 0.035 | 5.564 | |
plot_venn | 0.005 | 0.000 | 0.005 | |
plot_venn_heatmap | 0.029 | 0.000 | 0.029 | |
plot_violins | 5.432 | 0.048 | 6.238 | |
plot_volcano | 17.205 | 0.036 | 18.638 | |
preprocess_rnaseq_counts | 0.388 | 0.004 | 0.553 | |
pull_columns | 0.003 | 0.000 | 0.003 | |
read_affymetrix | 0 | 0 | 0 | |
read_diann_proteingroups | 142.016 | 0.893 | 170.545 | |
read_fragpipe | 8.360 | 0.005 | 10.287 | |
read_maxquant_phosphosites | 1.940 | 0.016 | 2.375 | |
read_maxquant_proteingroups | 1.545 | 0.000 | 1.974 | |
read_metabolon | 20.598 | 0.055 | 22.398 | |
read_msigdt | 0.001 | 0.000 | 0.001 | |
read_olink | 1.747 | 0.048 | 2.543 | |
read_rectangles | 0.234 | 0.004 | 0.327 | |