Back to Rapid builds (Linux only) of a subset of BioC 3.21 Report updated every 6 hours |
This page was generated on 2025-03-20 20:54 -0400 (Thu, 20 Mar 2025).
Hostname | OS | Arch (*) | R version | Installed pkgs |
---|---|---|---|---|
teran2 | Linux (Ubuntu 24.04.1 LTS) | x86_64 | R Under development (unstable) (2025-01-20 r87609) -- "Unsuffered Consequences" | 869 |
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 78/217 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | |||||||
ensembldb 2.31.0 (landing page) Johannes Rainer
| teran2 | Linux (Ubuntu 24.04.1 LTS) / x86_64 | OK | OK | ERROR | |||||||
To the developers/maintainers of the ensembldb package: - 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: ensembldb |
Version: 2.31.0 |
Command: /home/rapidbuild/bbs-3.21-bioc-rapid/R/bin/R CMD check --install=check:ensembldb.install-out.txt --library=/home/rapidbuild/bbs-3.21-bioc-rapid/R/site-library --timings ensembldb_2.31.0.tar.gz |
StartedAt: 2025-03-20 19:55:41 -0400 (Thu, 20 Mar 2025) |
EndedAt: 2025-03-20 20:06:35 -0400 (Thu, 20 Mar 2025) |
EllapsedTime: 654.4 seconds |
RetCode: 1 |
Status: ERROR |
CheckDir: ensembldb.Rcheck |
Warnings: NA |
############################################################################## ############################################################################## ### ### Running command: ### ### /home/rapidbuild/bbs-3.21-bioc-rapid/R/bin/R CMD check --install=check:ensembldb.install-out.txt --library=/home/rapidbuild/bbs-3.21-bioc-rapid/R/site-library --timings ensembldb_2.31.0.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/media/volume/teran2_disk/rapidbuild/bbs-3.21-bioc-rapid/meat/ensembldb.Rcheck’ * using R Under development (unstable) (2025-01-20 r87609) * 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.1 LTS * using session charset: UTF-8 * checking for file ‘ensembldb/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘ensembldb’ version ‘2.31.0’ * 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 ‘ensembldb’ 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 whether startup messages can be suppressed ... 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 Found the following Rd file(s) with Rd \link{} targets missing package anchors: EnsDb-exonsBy.Rd: supportedFilters, GRangesFilter EnsDb-sequences.Rd: TwoBitFile-class Filter-classes.Rd: AnnotationFilter, supportedFilters, GeneIdFilter ProteinFunctionality.Rd: supportedFilters proteinToTranscript.Rd: fiveUTRsByTranscript Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. * 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 ‘ensembldb-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: genomeToTranscript > ### Title: Map genomic coordinates to transcript coordinates > ### Aliases: genomeToTranscript > > ### ** Examples > > > library(EnsDb.Hsapiens.v86) > > ## Subsetting the EnsDb object to chromosome X only to speed up execution > ## time of examples > edbx <- filter(EnsDb.Hsapiens.v86, filter = ~ seq_name == "X") > > ## Define a genomic region and calculate within-transcript coordinates > gnm <- GRanges("X:107716399-107716401") > > res <- genomeToTranscript(gnm, edbx) > ## Result is an IRanges object with the start and end coordinates within > ## each transcript that has an exon at the genomic range. > res IRangesList object of length 1: [[1]] IRanges object with 2 ranges and 7 metadata columns: start end width | tx_id <integer> <integer> <integer> | <character> ENST00000372390 145 147 3 | ENST00000372390 ENST00000486554 1 3 3 | ENST00000486554 exon_id exon_rank seq_start seq_end seq_name <character> <integer> <integer> <integer> <character> ENST00000372390 ENSE00001457675 1 107716399 107716401 X ENST00000486554 ENSE00001927337 1 107716399 107716401 X seq_strand <character> ENST00000372390 * ENST00000486554 * > > ## An IRanges with negative coordinates is returned if at the provided > ## position no exon is present. Below we use the same coordinates but > ## specify that the coordinates are on the forward (+) strand > gnm <- GRanges("X:107716399-107716401:+") > genomeToTranscript(gnm, edbx) Warning: 1 genomic region(s) could not be mapped to a transcript; hint: see ?seqlevelsStyle if you used UCSC chromosome names IRangesList object of length 1: [[1]] IRanges object with 1 range and 7 metadata columns: start end width | tx_id exon_id exon_rank <integer> <integer> <integer> | <character> <character> <integer> [1] -1 -1 1 | <NA> <NA> <NA> seq_start seq_end seq_name seq_strand <integer> <integer> <character> <character> [1] 107716399 107716401 X + > > ## Next we provide multiple genomic positions. > gnm <- GRanges("X", IRanges(start = c(644635, 107716399, 107716399), + end = c(644639, 107716401, 107716401)), strand = c("*", "*", "+")) > > ## The result of the mapping is an IRangesList each element providing the > ## within-transcript coordinates for each input region > genomeToTranscript(gnm, edbx) Warning: 1 genomic region(s) could not be mapped to a transcript; hint: see ?seqlevelsStyle if you used UCSC chromosome names IRangesList object of length 3: [[1]] IRanges object with 2 ranges and 7 metadata columns: start end width | tx_id <integer> <integer> <integer> | <character> ENST00000381578 1569 1573 5 | ENST00000381578 ENST00000554971 969 973 5 | ENST00000554971 exon_id exon_rank seq_start seq_end seq_name <character> <integer> <integer> <integer> <character> ENST00000381578 ENSE00001489174 6 644635 644639 X ENST00000554971 ENSE00002438186 5 644635 644639 X seq_strand <character> ENST00000381578 * ENST00000554971 * [[2]] IRanges object with 2 ranges and 7 metadata columns: start end width | tx_id <integer> <integer> <integer> | <character> ENST00000372390 145 147 3 | ENST00000372390 ENST00000486554 1 3 3 | ENST00000486554 exon_id exon_rank seq_start seq_end seq_name <character> <integer> <integer> <integer> <character> ENST00000372390 ENSE00001457675 1 107716399 107716401 X ENST00000486554 ENSE00001927337 1 107716399 107716401 X seq_strand <character> ENST00000372390 * ENST00000486554 * [[3]] IRanges object with 1 range and 7 metadata columns: start end width | tx_id exon_id exon_rank seq_start <integer> <integer> <integer> | <character> <character> <integer> <integer> -1 -1 1 | <NA> <NA> <NA> 107716399 seq_end seq_name seq_strand <integer> <character> <character> 107716401 X + > > ## If you are tring to calculate within-transcript coordinates of a huge > ## list of genomic region, you shall use pre-loaded exons GRangesList to > ## replace the SQLite db edbx > > ## Below is just a lazy demo of querying multiple genomic region > library(parallel) > > gnm <- rep(GRanges("X:107715899-107715901"),10) > > exons <- exonsBy(EnsDb.Hsapiens.v86) Error: database or disk is full Execution halted Examples with CPU (user + system) or elapsed time > 5s user system elapsed cdsToTranscript 12.978 4.089 21.959 Filter-classes 1.477 0.948 10.291 EnsDb-exonsBy 1.390 0.335 5.361 * 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: 7. └─ensembldb (local) .local(x, ...) 8. └─ensembldb:::.getWhat(...) 9. ├─DBI::dbGetQuery(dbconn(x), Q) 10. └─DBI::dbGetQuery(dbconn(x), Q) 11. └─DBI (local) .local(conn, statement, ...) 12. ├─DBI::dbFetch(rs, n = n, ...) 13. └─RSQLite::dbFetch(rs, n = n, ...) 14. └─RSQLite (local) .local(res, n, ...) 15. └─RSQLite:::result_fetch(res@ptr, n = n) [ FAIL 5 | WARN 75 | SKIP 3 | PASS 1560 ] Error: Test failures In addition: Warning message: call dbDisconnect() when finished working with a connection 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, 1 NOTE See ‘/media/volume/teran2_disk/rapidbuild/bbs-3.21-bioc-rapid/meat/ensembldb.Rcheck/00check.log’ for details.
ensembldb.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /home/rapidbuild/bbs-3.21-bioc-rapid/R/bin/R CMD INSTALL ensembldb ### ############################################################################## ############################################################################## * installing to library ‘/media/volume/teran2_disk/rapidbuild/bbs-3.21-bioc-rapid/R/site-library’ * installing *source* package ‘ensembldb’ ... ** this is package ‘ensembldb’ version ‘2.31.0’ ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading Creating a generic function from function ‘.cds_for_id2’ in package ‘ensembldb’ ** 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 (ensembldb)
ensembldb.Rcheck/tests/testthat.Rout.fail
R Under development (unstable) (2025-01-20 r87609) -- "Unsuffered Consequences" 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(ensembldb) 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: GenomicRanges Loading required package: stats4 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: GenomeInfoDb Loading required package: GenomicFeatures Loading required package: AnnotationDbi 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")'. Loading required package: AnnotationFilter Attaching package: 'AnnotationFilter' The following object is masked from 'package:testthat': not Attaching package: 'ensembldb' The following object is masked from 'package:stats': filter > library(EnsDb.Hsapiens.v86) > edb <- EnsDb.Hsapiens.v86 > > test_check("ensembldb") Creating package in /tmp/RtmpaTXn8J/EnsDb.Hsapiens.v75 Comparing chromosome data: Sequence names: (180) common, (0) only in x, (0) only in y. Sequence lengths: (180) identical, (0) different. Done. Result: OK Comparing gene data: gene IDs: (4045) common, (0) only in x, (0) only in y. Sequence names: (4045) identical, (0) different. Gene start coordinates: (4045) identical, (0) different. Gene end coordinates: (4045) identical, (0) different. Gene strand: (4045) identical, (0) different. Gene names: (132) identical, (3913) different. Entrezgene IDs: (4045) identical, (0) different. Gene biotypes: (4045) identical, (0) different. Done. Result: WARN Comparing transcript data: transcript IDs: (4045) common, (0) only in x, (0) only in y. Transcript start coordinates: (4045) identical, (0) different. Transcript end coordinates: (4045) identical, (0) different. Transcript biotypes: (4045) identical, (0) different. Common transcripts with defined CDS: (3996) common, (0) only in x, (0) only in y. CDS start coordinates: (3996) identical, (0) different. CDS end coordinates: (3996) identical, (0) different. Associated gene IDs: (4045) identical, (0) different. Done. Result: OK Comparing exon data: exon IDs: (4045) common, (0) only in x, (0) only in y. Exon start coordinates: (4045) identical, (0) different. Exon end coordinates: (4045) identical, (0) different. Exon index in transcript models: (4045) identical, (0) different. Done. Result: OK Comparing metadata: Ensembl versions match. Genome builds match. All differences: <name>: <value x> != <value y> - Creation time : Thu Mar 20 20:01:52 2025 != Thu Mar 20 20:01:44 2025 - source_file : Devosia_geojensis.ASM96941v1.32.gtf.gz != Devosia_geojensis.ASM96941v1.32.gff3.gz Done. Result: NOTE Comparing chromosome data: Sequence names: (180) common, (0) only in x, (0) only in y. Sequence lengths: (180) identical, (0) different. Done. Result: OK Comparing gene data: gene IDs: (4045) common, (0) only in x, (0) only in y. Sequence names: (4045) identical, (0) different. Gene start coordinates: (4045) identical, (0) different. Gene end coordinates: (4045) identical, (0) different. Gene strand: (4045) identical, (0) different. Gene names: (132) identical, (3913) different. Entrezgene IDs: (4045) identical, (0) different. Gene biotypes: (4045) identical, (0) different. Done. Result: WARN Comparing transcript data: transcript IDs: (4045) common, (0) only in x, (0) only in y. Transcript start coordinates: (4045) identical, (0) different. Transcript end coordinates: (4045) identical, (0) different. Transcript biotypes: (4045) identical, (0) different. Common transcripts with defined CDS: (3996) common, (0) only in x, (0) only in y. CDS start coordinates: (3996) identical, (0) different. CDS end coordinates: (3996) identical, (0) different. Associated gene IDs: (4045) identical, (0) different. Done. Result: OK Comparing exon data: exon IDs: (4045) common, (0) only in x, (0) only in y. Exon start coordinates: (4045) identical, (0) different. Exon end coordinates: (4045) identical, (0) different. Exon index in transcript models: (4045) identical, (0) different. Done. Result: OK Comparing protein data: [ FAIL 5 | WARN 75 | SKIP 3 | PASS 1560 ] ══ Skipped tests (3) ═══════════════════════════════════════════════════════════ • empty test (3): 'test_Methods.R:129:1', 'test_Methods.R:273:1', 'test_seqLevelStyle.R:40:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_proteinToGenome.R:92:5'): .cds_for_id and .cds_matching_protein work ── Error: database or disk is full Backtrace: ▆ 1. ├─GenomicFeatures::cdsBy(...) at test_proteinToGenome.R:92:5 2. └─ensembldb::cdsBy(...) 3. └─ensembldb (local) .local(x, by, ...) 4. ├─ensembldb:::getWhat(...) 5. └─ensembldb:::getWhat(...) 6. └─ensembldb (local) .local(x, ...) 7. └─ensembldb:::.getWhat(...) 8. ├─DBI::dbGetQuery(dbconn(x), Q) 9. └─DBI::dbGetQuery(dbconn(x), Q) 10. └─DBI (local) .local(conn, statement, ...) 11. ├─DBI::dbFetch(rs, n = n, ...) 12. └─RSQLite::dbFetch(rs, n = n, ...) 13. └─RSQLite (local) .local(res, n, ...) 14. └─RSQLite:::result_fetch(res@ptr, n = n) ── Error ('test_proteinToGenome.R:176:5'): proteinToGenome works ─────────────── Error: database or disk is full Backtrace: ▆ 1. ├─GenomicFeatures::cdsBy(...) at test_proteinToGenome.R:176:5 2. └─ensembldb::cdsBy(...) 3. └─ensembldb (local) .local(x, by, ...) 4. ├─ensembldb:::getWhat(...) 5. └─ensembldb:::getWhat(...) 6. └─ensembldb (local) .local(x, ...) 7. └─ensembldb:::.getWhat(...) 8. ├─DBI::dbGetQuery(dbconn(x), Q) 9. └─DBI::dbGetQuery(dbconn(x), Q) 10. └─DBI (local) .local(conn, statement, ...) 11. ├─DBI::dbFetch(rs, n = n, ...) 12. └─RSQLite::dbFetch(rs, n = n, ...) 13. └─RSQLite (local) .local(res, n, ...) 14. └─RSQLite:::result_fetch(res@ptr, n = n) ── Error ('test_proteinToGenome.R:270:5'): proteinToTranscript works ─────────── Error: database or disk is full Backtrace: ▆ 1. ├─GenomicFeatures::cdsBy(...) at test_proteinToGenome.R:270:5 2. └─ensembldb::cdsBy(...) 3. └─ensembldb (local) .local(x, by, ...) 4. ├─ensembldb:::getWhat(...) 5. └─ensembldb:::getWhat(...) 6. └─ensembldb (local) .local(x, ...) 7. └─ensembldb:::.getWhat(...) 8. ├─DBI::dbGetQuery(dbconn(x), Q) 9. └─DBI::dbGetQuery(dbconn(x), Q) 10. └─DBI (local) .local(conn, statement, ...) 11. ├─DBI::dbFetch(rs, n = n, ...) 12. └─RSQLite::dbFetch(rs, n = n, ...) 13. └─RSQLite (local) .local(res, n, ...) 14. └─RSQLite:::result_fetch(res@ptr, n = n) ── Error ('test_transcriptToX.R:389:5'): cdsToTranscript works ───────────────── Error: database or disk is full Backtrace: ▆ 1. ├─GenomicFeatures::exonsBy(EnsDb.Hsapiens.v86) at test_transcriptToX.R:389:5 2. └─ensembldb::exonsBy(EnsDb.Hsapiens.v86) 3. └─ensembldb (local) .local(x, by, ...) 4. ├─ensembldb:::getWhat(...) 5. └─ensembldb:::getWhat(...) 6. └─ensembldb (local) .local(x, ...) 7. └─ensembldb:::.getWhat(...) 8. ├─DBI::dbGetQuery(dbconn(x), Q) 9. └─DBI::dbGetQuery(dbconn(x), Q) 10. └─DBI (local) .local(conn, statement, ...) 11. ├─DBI::dbFetch(rs, n = n, ...) 12. └─RSQLite::dbFetch(rs, n = n, ...) 13. └─RSQLite (local) .local(res, n, ...) 14. └─RSQLite:::result_fetch(res@ptr, n = n) ── Error ('test_validity.R:16:9'): compareProteins works ─────────────────────── Error: database or disk is full Backtrace: ▆ 1. └─ensembldb:::compareProteins(edb, edb) at test_validity.R:16:9 2. ├─ProtGenerics::proteins(x) 3. └─ensembldb::proteins(x) 4. └─ensembldb (local) .local(object, ...) 5. ├─ensembldb:::getWhat(...) 6. └─ensembldb:::getWhat(...) 7. └─ensembldb (local) .local(x, ...) 8. └─ensembldb:::.getWhat(...) 9. ├─DBI::dbGetQuery(dbconn(x), Q) 10. └─DBI::dbGetQuery(dbconn(x), Q) 11. └─DBI (local) .local(conn, statement, ...) 12. ├─DBI::dbFetch(rs, n = n, ...) 13. └─RSQLite::dbFetch(rs, n = n, ...) 14. └─RSQLite (local) .local(res, n, ...) 15. └─RSQLite:::result_fetch(res@ptr, n = n) [ FAIL 5 | WARN 75 | SKIP 3 | PASS 1560 ] Error: Test failures In addition: Warning message: call dbDisconnect() when finished working with a connection Execution halted
ensembldb.Rcheck/ensembldb-Ex.timings
name | user | system | elapsed | |
EnsDb-AnnotationDbi | 1.189 | 0.325 | 4.844 | |
EnsDb-class | 0.441 | 0.058 | 0.555 | |
EnsDb-exonsBy | 1.390 | 0.335 | 5.361 | |
EnsDb-lengths | 1.465 | 0.085 | 1.575 | |
EnsDb-seqlevels | 0.029 | 0.007 | 0.037 | |
EnsDb-sequences | 0.005 | 0.000 | 0.006 | |
EnsDb-utils | 0.148 | 0.000 | 0.149 | |
EnsDb | 0.400 | 0.064 | 0.476 | |
Filter-classes | 1.477 | 0.948 | 10.291 | |
ProteinFunctionality | 0.045 | 0.006 | 0.092 | |
cdsToTranscript | 12.978 | 4.089 | 21.959 | |
convertFilter | 0.016 | 0.000 | 0.017 | |
genomeToProtein | 2.455 | 0.200 | 2.912 | |