| Back to Multiple platform build/check report for BioC 3.22: simplified long |
|
This page was generated on 2025-12-15 12:05 -0500 (Mon, 15 Dec 2025).
| Hostname | OS | Arch (*) | R version | Installed pkgs |
|---|---|---|---|---|
| nebbiolo2 | Linux (Ubuntu 24.04.3 LTS) | x86_64 | 4.5.2 (2025-10-31) -- "[Not] Part in a Rumble" | 4882 |
| merida1 | macOS 12.7.6 Monterey | x86_64 | 4.5.2 (2025-10-31) -- "[Not] Part in a Rumble" | 4673 |
| kjohnson1 | macOS 13.7.5 Ventura | arm64 | 4.5.2 Patched (2025-11-04 r88984) -- "[Not] Part in a Rumble" | 4607 |
| taishan | Linux (openEuler 24.03 LTS) | aarch64 | 4.5.0 (2025-04-11) -- "How About a Twenty-Six" | 4671 |
| 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 1751/2361 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
| recount3 1.20.0 (landing page) Leonardo Collado-Torres
| nebbiolo2 | Linux (Ubuntu 24.04.3 LTS) / x86_64 | OK | OK | ERROR | |||||||||
| merida1 | macOS 12.7.6 Monterey / x86_64 | OK | OK | OK | OK | |||||||||
| kjohnson1 | macOS 13.7.5 Ventura / arm64 | OK | OK | OK | OK | |||||||||
| taishan | Linux (openEuler 24.03 LTS) / aarch64 | OK | OK | ERROR | ||||||||||
|
To the developers/maintainers of the recount3 package: - Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/recount3.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: recount3 |
| Version: 1.20.0 |
| Command: /home/biocbuild/bbs-3.22-bioc/R/bin/R CMD check --install=check:recount3.install-out.txt --library=/home/biocbuild/bbs-3.22-bioc/R/site-library --timings recount3_1.20.0.tar.gz |
| StartedAt: 2025-12-12 03:58:31 -0500 (Fri, 12 Dec 2025) |
| EndedAt: 2025-12-12 04:09:17 -0500 (Fri, 12 Dec 2025) |
| EllapsedTime: 646.8 seconds |
| RetCode: 1 |
| Status: ERROR |
| CheckDir: recount3.Rcheck |
| Warnings: NA |
##############################################################################
##############################################################################
###
### Running command:
###
### /home/biocbuild/bbs-3.22-bioc/R/bin/R CMD check --install=check:recount3.install-out.txt --library=/home/biocbuild/bbs-3.22-bioc/R/site-library --timings recount3_1.20.0.tar.gz
###
##############################################################################
##############################################################################
* using log directory ‘/home/biocbuild/bbs-3.22-bioc/meat/recount3.Rcheck’
* using R version 4.5.2 (2025-10-31)
* 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 ‘recount3/DESCRIPTION’ ... OK
* this is package ‘recount3’ version ‘1.20.0’
* 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 ... OK
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking whether package ‘recount3’ 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 ‘recount3-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: create_rse_manual
> ### Title: Internal function for creating a recount3
> ### RangedSummarizedExperiment object
> ### Aliases: create_rse_manual
>
> ### ** Examples
>
>
> ## Unlike create_rse(), here we create an RSE object by
> ## fully specifying all the arguments for locating this study
> rse_gene_SRP009615_manual <- create_rse_manual(
+ "SRP009615",
+ "data_sources/sra"
+ )
2025-12-12 04:04:31.715352 downloading and reading the metadata.
2025-12-12 04:04:32.002438 caching file sra.sra.SRP009615.MD.gz.
2025-12-12 04:04:32.431036 caching file sra.recount_project.SRP009615.MD.gz.
2025-12-12 04:04:32.820383 caching file sra.recount_qc.SRP009615.MD.gz.
2025-12-12 04:04:33.176435 caching file sra.recount_seq_qc.SRP009615.MD.gz.
2025-12-12 04:04:33.530335 caching file sra.recount_pred.SRP009615.MD.gz.
2025-12-12 04:04:33.644239 downloading and reading the feature information.
2025-12-12 04:04:33.960478 caching file human.gene_sums.G026.gtf.gz.
2025-12-12 04:04:34.562725 downloading and reading the counts: 12 samples across 63856 features.
2025-12-12 04:04:34.875529 caching file sra.gene_sums.SRP009615.G026.gz.
2025-12-12 04:04:35.123402 constructing the RangedSummarizedExperiment (rse) object.
> rse_gene_SRP009615_manual
class: RangedSummarizedExperiment
dim: 63856 12
metadata(8): time_created recount3_version ... annotation recount3_url
assays(1): raw_counts
rownames(63856): ENSG00000278704.1 ENSG00000277400.1 ...
ENSG00000182484.15_PAR_Y ENSG00000227159.8_PAR_Y
rowData names(10): source type ... havana_gene tag
colnames(12): SRR387777 SRR387778 ... SRR389077 SRR389078
colData names(175): rail_id external_id ...
recount_pred.curated.cell_line BigWigURL
>
> ## Check how much memory this RSE object uses
> pryr::object_size(rse_gene_SRP009615_manual)
24.81 MB
>
> ## Test with a collection that has a single sample
> ## NOTE: this requires loading the full data for this study when
> ## creating the RSE object
> rse_gene_ERP110066_collection_manual <- create_rse_manual(
+ "ERP110066",
+ "collections/geuvadis_smartseq",
+ recount3_url = "http://snaptron.cs.jhu.edu/data/temp/recount3"
+ )
2025-12-12 04:04:35.335231 downloading and reading the metadata.
Warning: The 'url' <http://snaptron.cs.jhu.edu/data/temp/recount3/human/collections/geuvadis_smartseq/metadata/geuvadis_smartseq.recount_project.gz> does not exist or is not available.
Error: The are no metadata files to work with.
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
create_rse 62.883 1.953 95.247
available_projects 11.726 1.597 17.475
compute_read_counts 10.238 0.440 16.598
available_samples 6.526 0.280 7.984
* 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:
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-locate_url.R:90:5'): Locating URLs works ───────────────────────
Error: The are no metadata files to work with.
Backtrace:
▆
1. ├─testthat::expect_equivalent(...) at test-locate_url.R:90:5
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─recount3::locate_url(...)
5. └─recount3::read_metadata(file_retrieve(url = url_collection_meta))
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 61 ]
Error:
! Test failures.
Execution halted
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes ... OK
* checking re-building of vignette outputs ... OK
* checking PDF version of manual ... OK
* DONE
Status: 2 ERRORs
See
‘/home/biocbuild/bbs-3.22-bioc/meat/recount3.Rcheck/00check.log’
for details.
recount3.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/bbs-3.22-bioc/R/bin/R CMD INSTALL recount3 ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/bbs-3.22-bioc/R/site-library’ * installing *source* package ‘recount3’ ... ** this is package ‘recount3’ version ‘1.20.0’ ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** 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 (recount3)
recount3.Rcheck/tests/testthat.Rout.fail
R version 4.5.2 (2025-10-31) -- "[Not] Part in a Rumble"
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(recount3)
Loading required package: SummarizedExperiment
Loading required package: MatrixGenerics
Loading required package: matrixStats
Attaching package: 'MatrixGenerics'
The following objects are masked from 'package:matrixStats':
colAlls, colAnyNAs, colAnys, colAvgsPerRowSet, colCollapse,
colCounts, colCummaxs, colCummins, colCumprods, colCumsums,
colDiffs, colIQRDiffs, colIQRs, colLogSumExps, colMadDiffs,
colMads, colMaxs, colMeans2, colMedians, colMins, colOrderStats,
colProds, colQuantiles, colRanges, colRanks, colSdDiffs, colSds,
colSums2, colTabulates, colVarDiffs, colVars, colWeightedMads,
colWeightedMeans, colWeightedMedians, colWeightedSds,
colWeightedVars, rowAlls, rowAnyNAs, rowAnys, rowAvgsPerColSet,
rowCollapse, rowCounts, rowCummaxs, rowCummins, rowCumprods,
rowCumsums, rowDiffs, rowIQRDiffs, rowIQRs, rowLogSumExps,
rowMadDiffs, rowMads, rowMaxs, rowMeans2, rowMedians, rowMins,
rowOrderStats, rowProds, rowQuantiles, rowRanges, rowRanks,
rowSdDiffs, rowSds, rowSums2, rowTabulates, rowVarDiffs, rowVars,
rowWeightedMads, rowWeightedMeans, rowWeightedMedians,
rowWeightedSds, rowWeightedVars
Loading required package: GenomicRanges
Loading required package: stats4
Loading required package: BiocGenerics
Loading required package: generics
Attaching package: 'generics'
The following objects are masked from 'package:base':
as.difftime, as.factor, as.ordered, intersect, is.element, setdiff,
setequal, union
Attaching package: 'BiocGenerics'
The following objects are masked from 'package:stats':
IQR, mad, sd, var, xtabs
The following objects are masked from 'package:base':
Filter, Find, Map, Position, Reduce, anyDuplicated, aperm, append,
as.data.frame, basename, cbind, colnames, dirname, do.call,
duplicated, eval, evalq, get, grep, grepl, is.unsorted, lapply,
mapply, match, mget, order, paste, pmax, pmax.int, pmin, pmin.int,
rank, rbind, rownames, sapply, saveRDS, table, tapply, unique,
unsplit, which.max, which.min
Loading required package: S4Vectors
Attaching package: 'S4Vectors'
The following object is masked from 'package:utils':
findMatches
The following objects are masked from 'package:base':
I, expand.grid, unname
Loading required package: IRanges
Loading required package: Seqinfo
Loading required package: Biobase
Welcome to Bioconductor
Vignettes contain introductory material; view with
'browseVignettes()'. To cite Bioconductor, see
'citation("Biobase")', and for packages 'citation("pkgname")'.
Attaching package: 'Biobase'
The following object is masked from 'package:MatrixGenerics':
rowMedians
The following objects are masked from 'package:matrixStats':
anyMissing, rowMedians
>
> test_check("recount3")
Saving _problems/test-locate_url-98.R
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 61 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-locate_url.R:90:5'): Locating URLs works ───────────────────────
Error: The are no metadata files to work with.
Backtrace:
▆
1. ├─testthat::expect_equivalent(...) at test-locate_url.R:90:5
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─recount3::locate_url(...)
5. └─recount3::read_metadata(file_retrieve(url = url_collection_meta))
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 61 ]
Error:
! Test failures.
Execution halted
recount3.Rcheck/recount3-Ex.timings
| name | user | system | elapsed | |
| annotation_ext | 0.000 | 0.000 | 0.001 | |
| annotation_options | 0 | 0 | 0 | |
| available_projects | 11.726 | 1.597 | 17.475 | |
| available_samples | 6.526 | 0.280 | 7.984 | |
| compute_read_counts | 10.238 | 0.440 | 16.598 | |
| compute_scale_factors | 1.144 | 0.032 | 4.032 | |
| create_hub | 2.984 | 0.040 | 3.312 | |
| create_rse | 62.883 | 1.953 | 95.247 | |