Back to Multiple platform build/check report for BioC 3.20: simplified long |
|
This page was generated on 2024-11-20 12:07 -0500 (Wed, 20 Nov 2024).
Hostname | OS | Arch (*) | R version | Installed pkgs |
---|---|---|---|---|
teran2 | Linux (Ubuntu 24.04.1 LTS) | x86_64 | 4.4.2 (2024-10-31) -- "Pile of Leaves" | 4481 |
nebbiolo2 | Linux (Ubuntu 24.04.1 LTS) | x86_64 | 4.4.2 (2024-10-31) -- "Pile of Leaves" | 4479 |
palomino8 | Windows Server 2022 Datacenter | x64 | 4.4.2 (2024-10-31 ucrt) -- "Pile of Leaves" | 4359 |
lconway | macOS 12.7.1 Monterey | x86_64 | 4.4.1 (2024-06-14) -- "Race for Your Life" | 4539 |
kunpeng2 | Linux (openEuler 22.03 LTS-SP1) | aarch64 | 4.4.1 (2024-06-14) -- "Race for Your Life" | 4493 |
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 117/2289 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
autonomics 1.14.6 (landing page) Aditya Bhagwat
| teran2 | Linux (Ubuntu 24.04.1 LTS) / x86_64 | OK | OK | OK | |||||||||
nebbiolo2 | Linux (Ubuntu 24.04.1 LTS) / x86_64 | OK | OK | ERROR | ||||||||||
palomino8 | Windows Server 2022 Datacenter / x64 | OK | OK | ERROR | OK | |||||||||
lconway | macOS 12.7.1 Monterey / x86_64 | 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.14.6 |
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.14.6.tar.gz |
StartedAt: 2024-11-20 05:14:52 -0000 (Wed, 20 Nov 2024) |
EndedAt: 2024-11-20 05:32:47 -0000 (Wed, 20 Nov 2024) |
EllapsedTime: 1074.8 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.14.6.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/home/biocbuild/bbs-3.20-bioc/meat/autonomics.Rcheck’ * using R version 4.4.1 (2024-06-14) * using platform: aarch64-unknown-linux-gnu * R was compiled by gcc (GCC) 12.2.1 20220819 (openEuler 12.2.1-14) GNU Fortran (GCC) 10.3.1 * running under: openEuler 22.03 (LTS-SP1) * 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.14.6’ * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... OK * 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 ... 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 * 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, 1 NOTE See ‘/home/biocbuild/bbs-3.20-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.4.1/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 version 4.4.1 (2024-06-14) -- "Race for Your Life" 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 0 | SKIP 0 | PASS 159 ] > > proc.time() user system elapsed 209.575 3.944 211.518
autonomics.Rcheck/autonomics-Ex.timings
name | user | system | elapsed | |
AUTONOMICS_DATASETS | 0 | 0 | 0 | |
COMPOUNDDISCOVERER_PATTERNS | 0 | 0 | 0 | |
CONTAMINANTSURL | 0 | 0 | 0 | |
FITSEP | 0 | 0 | 0 | |
LINMOD_ENGINES | 0 | 0 | 0 | |
MAXQUANT_PATTERNS | 0 | 0 | 0 | |
TAXON_TO_ORGNAME | 0 | 0 | 0 | |
TESTS | 0.000 | 0.000 | 0.001 | |
X | 2.246 | 0.052 | 2.305 | |
abstract_fit | 2.214 | 0.103 | 2.320 | |
add_adjusted_pvalues | 0.744 | 0.008 | 0.757 | |
add_assay_means | 0.535 | 0.004 | 0.539 | |
add_facetvars | 2.881 | 0.044 | 2.929 | |
add_opentargets_by_uniprot | 0.598 | 0.000 | 0.607 | |
add_psp | 0.734 | 0.004 | 0.741 | |
add_smiles | 0.702 | 0.004 | 0.704 | |
analysis | 0.551 | 0.004 | 0.557 | |
analyze | 19.111 | 0.172 | 19.327 | |
annotate_maxquant | 1.160 | 0.040 | 1.205 | |
annotate_uniprot_rest | 0.116 | 0.012 | 3.663 | |
assert_is_valid_sumexp | 0.921 | 0.016 | 0.934 | |
bin | 1.491 | 0.067 | 1.562 | |
biplot | 5.091 | 0.044 | 5.142 | |
biplot_corrections | 4.662 | 0.009 | 4.588 | |
biplot_covariates | 7.375 | 0.191 | 7.576 | |
block2lme | 0.004 | 0.000 | 0.004 | |
center | 2.013 | 0.024 | 2.040 | |
code | 9.546 | 0.036 | 9.597 | |
coefs | 1.072 | 0.004 | 1.074 | |
collapsed_entrezg_to_symbol | 0.001 | 0.000 | 0.001 | |
contrast_subgroup_cols | 0.837 | 0.004 | 0.838 | |
count_in | 0.001 | 0.000 | 0.001 | |
counts | 1.547 | 0.036 | 1.586 | |
counts2cpm | 0.539 | 0.004 | 0.544 | |
counts2tpm | 0.540 | 0.000 | 0.542 | |
cpm | 0.557 | 0.000 | 0.558 | |
create_design | 1.011 | 0.004 | 1.014 | |
default_coefs | 1.022 | 0.012 | 1.032 | |
default_formula | 23.338 | 0.531 | 23.727 | |
default_geom | 0.778 | 0.043 | 0.820 | |
default_sfile | 0.002 | 0.000 | 0.002 | |
demultiplex | 0.023 | 0.000 | 0.023 | |
dequantify | 0.003 | 0.000 | 0.003 | |
dequantify_compounddiscoverer | 0.001 | 0.000 | 0.001 | |
dot-merge | 0.023 | 0.000 | 0.023 | |
dot-plot_survival | 5.566 | 0.316 | 5.893 | |
dot-read_maxquant_proteingroups | 0.148 | 0.000 | 0.149 | |
download_contaminants | 0.055 | 0.008 | 6.161 | |
download_data | 0.000 | 0.000 | 0.001 | |
download_gtf | 0 | 0 | 0 | |
download_mcclain21 | 0.001 | 0.000 | 0.002 | |
dt2mat | 0.004 | 0.000 | 0.005 | |
enrichment | 1.823 | 0.115 | 1.943 | |
entrezg_to_symbol | 0.001 | 0.000 | 0.000 | |
explore_transformations | 5.031 | 0.276 | 5.316 | |
extract_coef_features | 7.750 | 0.092 | 7.855 | |
extract_rectangle | 0.146 | 0.012 | 0.159 | |
fcluster | 8.471 | 0.151 | 8.641 | |
fcor | 1.649 | 0.028 | 1.499 | |
fdata | 0.770 | 0.064 | 0.836 | |
fdr2p | 1.450 | 0.116 | 1.565 | |
filter_exprs_replicated_in_some_subgroup | 1.465 | 0.032 | 1.492 | |
filter_features | 0.780 | 0.048 | 0.825 | |
filter_medoid | 1.127 | 0.215 | 1.345 | |
filter_samples | 0.724 | 0.024 | 0.746 | |
fit | 18.474 | 0.129 | 18.566 | |
fit_lmx | 6.491 | 0.064 | 6.548 | |
fitcoefs | 1.145 | 0.032 | 1.176 | |
fits | 1.030 | 0.008 | 1.036 | |
fitvars | 1.506 | 0.008 | 1.514 | |
fix_xlgenes | 0.002 | 0.000 | 0.002 | |
flevels | 0.593 | 0.012 | 0.607 | |
fnames | 0.656 | 0.032 | 0.688 | |
formula2str | 0.001 | 0.000 | 0.000 | |
ftype | 10.228 | 0.140 | 10.324 | |
fvalues | 0.644 | 0.068 | 0.714 | |
fvars | 0.617 | 0.011 | 0.631 | |
genome_to_orgdb | 0.000 | 0.000 | 0.001 | |
group_by_level | 0.000 | 0.001 | 0.002 | |
guess_compounddiscoverer_quantity | 0.000 | 0.002 | 0.002 | |
guess_fitsep | 0.685 | 0.004 | 0.692 | |
guess_maxquant_quantity | 0.004 | 0.008 | 0.012 | |
guess_sep | 0.748 | 0.020 | 0.765 | |
has_multiple_levels | 0.075 | 0.000 | 0.075 | |
hdlproteins | 0.075 | 0.000 | 0.086 | |
impute | 4.475 | 0.032 | 4.516 | |
invert_subgroups | 0.970 | 0.004 | 0.976 | |
is_collapsed_subset | 0.001 | 0.000 | 0.000 | |
is_correlation_matrix | 0.002 | 0.000 | 0.001 | |
is_diann_report | 0.575 | 0.040 | 0.758 | |
is_fastadt | 0.093 | 0.000 | 0.093 | |
is_file | 0 | 0 | 0 | |
is_fraction | 0.000 | 0.001 | 0.001 | |
is_imputed | 1.032 | 0.005 | 1.039 | |
is_positive_number | 0.002 | 0.000 | 0.003 | |
is_scalar_subset | 0.566 | 0.004 | 0.572 | |
is_sig | 2.332 | 0.004 | 2.340 | |
is_valid_formula | 0.061 | 0.000 | 0.061 | |
keep_connected_blocks | 0.922 | 0.012 | 0.932 | |
keep_connected_features | 1.018 | 0.004 | 1.017 | |
keep_replicated_features | 1.134 | 0.004 | 1.132 | |
label2index | 0.001 | 0.000 | 0.001 | |
list2mat | 0.001 | 0.000 | 0.001 | |
log2counts | 0.620 | 0.004 | 0.625 | |
log2cpm | 0.587 | 0.000 | 0.588 | |
log2diffs | 0.479 | 0.004 | 0.484 | |
log2proteins | 0.476 | 0.000 | 0.477 | |
log2sites | 0.470 | 0.000 | 0.471 | |
log2tpm | 0.591 | 0.000 | 0.592 | |
log2transform | 5.174 | 0.016 | 5.202 | |
logical2factor | 0.002 | 0.000 | 0.001 | |
make_alpha_palette | 0.837 | 0.004 | 0.839 | |
make_colors | 0.012 | 0.000 | 0.012 | |
make_volcano_dt | 1.269 | 0.012 | 1.284 | |
map_fvalues | 0.608 | 0.000 | 0.609 | |
matrix2sumexp | 1.447 | 0.012 | 1.458 | |
merge_sample_file | 0.690 | 0.000 | 0.692 | |
merge_sdata | 0.830 | 0.008 | 0.836 | |
message_df | 0.002 | 0.000 | 0.003 | |
modelvar | 5.241 | 0.036 | 5.281 | |
order_on_p | 1.327 | 0.008 | 1.334 | |
pca | 4.111 | 0.020 | 4.135 | |
pg_to_canonical | 0.008 | 0.000 | 0.008 | |
plot_contrast_venn | 3.226 | 0.016 | 3.235 | |
plot_contrastogram | 4.582 | 0.060 | 4.489 | |
plot_data | 1.751 | 0.020 | 1.770 | |
plot_densities | 13.405 | 0.196 | 13.619 | |
plot_design | 0.940 | 0.000 | 0.942 | |
plot_exprs | 35.650 | 0.095 | 35.805 | |
plot_exprs_per_coef | 35.179 | 0.192 | 35.438 | |
plot_fit_summary | 2.738 | 0.016 | 2.753 | |
plot_heatmap | 2.605 | 0.024 | 2.635 | |
plot_matrix | 0.780 | 0.008 | 0.786 | |
plot_sample_nas | 8.901 | 0.020 | 8.936 | |
plot_subgroup_points | 6.601 | 0.020 | 6.629 | |
plot_summary | 18.543 | 0.064 | 18.638 | |
plot_venn | 0.018 | 0.000 | 0.018 | |
plot_venn_heatmap | 0.03 | 0.00 | 0.03 | |
plot_violins | 5.643 | 0.060 | 5.711 | |
plot_volcano | 15.371 | 0.099 | 15.495 | |
preprocess_rnaseq_counts | 0.532 | 0.000 | 0.533 | |
pull_columns | 0.000 | 0.003 | 0.002 | |
read_affymetrix | 0 | 0 | 0 | |
read_contaminants | 0.033 | 0.000 | 1.336 | |
read_diann_proteingroups | 144.129 | 2.499 | 143.343 | |
read_fragpipe | 10.232 | 0.220 | 10.282 | |
read_maxquant_phosphosites | 2.231 | 0.020 | 2.255 | |
read_maxquant_proteingroups | 1.817 | 0.008 | 1.829 | |
read_metabolon | 19.361 | 0.279 | 19.667 | |
read_msigdt | 0.001 | 0.000 | 0.001 | |
read_olink | 1.526 | 0.048 | 1.552 | |
read_rectangles | 0.298 | 0.008 | 0.306 | |