| Back to Rapid builds (Linux only) of a subset of BioC 3.23 Report updated every 6 hours |
This page was generated on 2025-12-11 13:10 -0500 (Thu, 11 Dec 2025).
| Hostname | OS | Arch (*) | R version | Installed pkgs |
|---|---|---|---|---|
| teran2 | Linux (Ubuntu 24.04.3 LTS) | x86_64 | R Under development (unstable) (2025-10-28 r88973) -- "Unsuffered Consequences" | 926 |
| 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 84/230 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | |||||||
| ensembldb 2.35.0 (landing page) Johannes Rainer
| teran2 | Linux (Ubuntu 24.04.3 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.35.0 |
| Command: /home/rapidbuild/bbs-3.23-bioc-rapid/R/bin/R CMD check --install=check:ensembldb.install-out.txt --library=/home/rapidbuild/bbs-3.23-bioc-rapid/R/site-library --timings ensembldb_2.35.0.tar.gz |
| StartedAt: 2025-12-11 12:55:31 -0500 (Thu, 11 Dec 2025) |
| EndedAt: 2025-12-11 13:03:46 -0500 (Thu, 11 Dec 2025) |
| EllapsedTime: 495.5 seconds |
| RetCode: 1 |
| Status: ERROR |
| CheckDir: ensembldb.Rcheck |
| Warnings: NA |
##############################################################################
##############################################################################
###
### Running command:
###
### /home/rapidbuild/bbs-3.23-bioc-rapid/R/bin/R CMD check --install=check:ensembldb.install-out.txt --library=/home/rapidbuild/bbs-3.23-bioc-rapid/R/site-library --timings ensembldb_2.35.0.tar.gz
###
##############################################################################
##############################################################################
* using log directory ‘/media/volume/teran2_disk/rapidbuild/bbs-3.23-bioc-rapid/meat/ensembldb.Rcheck’
* using R Under development (unstable) (2025-10-28 r88973)
* 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 ‘ensembldb/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘ensembldb’ version ‘2.35.0’
* checking CRAN incoming feasibility ... NOTE
Maintainer: ‘Johannes Rainer <johannes.rainer@eurac.edu>’
Unknown, possibly misspelled, fields in DESCRIPTION:
‘git_url’ ‘git_branch’ ‘git_last_commit’ ‘git_last_commit_date’
Package CITATION file contains call(s) to old-style personList() or
as.personList(). Please use c() on person objects instead.
Package CITATION file contains call(s) to old-style citEntry(). Please
use bibentry() instead.
The Title field should be in title case. Current version is:
‘Utilities to create and use Ensembl-based annotation databases’
In title case that is:
‘Utilities to Create and Use Ensembl-Based Annotation Databases’
The Description field should not start with the package name,
'This package' or similar.
* 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 ... NOTE
Author field differs from that derived from Authors@R
Author: ‘Johannes Rainer <johannes.rainer@eurac.edu> with contributions from Tim Triche, Sebastian Gibb, Laurent Gatto Christian Weichenberger and Boyu Yu.’
Authors@R: ‘Johannes Rainer [aut, cre] (ORCID: <https://orcid.org/0000-0002-6977-7147>), Tim Triche [ctb], Christian Weichenberger [ctb] (ORCID: <https://orcid.org/0000-0002-2176-0274>), Sebastian Gibb [ctb] (ORCID: <https://orcid.org/0000-0001-7406-4443>), Laurent Gatto [ctb] (ORCID: <https://orcid.org/0000-0002-1520-2268>), Boyu Yu [ctb]’
* 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 use of S3 registration ... 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: select
> ### Title: Integration into the AnnotationDbi framework
> ### Aliases: select select,EnsDb-method columns,EnsDb-method
> ### keys,EnsDb-method keytypes,EnsDb-method mapIds,EnsDb-method
> ### Keywords: classes
>
> ### ** Examples
>
>
> library(EnsDb.Hsapiens.v86)
> edb <- EnsDb.Hsapiens.v86
>
> ## List all supported keytypes.
> keytypes(edb)
[1] "ENTREZID" "EXONID" "GENEBIOTYPE"
[4] "GENEID" "GENENAME" "PROTDOMID"
[7] "PROTEINDOMAINID" "PROTEINDOMAINSOURCE" "PROTEINID"
[10] "SEQNAME" "SEQSTRAND" "SYMBOL"
[13] "TXBIOTYPE" "TXID" "TXNAME"
[16] "UNIPROTID"
>
> ## List all supported columns for the select and mapIds methods.
> columns(edb)
[1] "ENTREZID" "EXONID" "EXONIDX"
[4] "EXONSEQEND" "EXONSEQSTART" "GENEBIOTYPE"
[7] "GENEID" "GENENAME" "GENESEQEND"
[10] "GENESEQSTART" "INTERPROACCESSION" "ISCIRCULAR"
[13] "PROTDOMEND" "PROTDOMSTART" "PROTEINDOMAINID"
[16] "PROTEINDOMAINSOURCE" "PROTEINID" "PROTEINSEQUENCE"
[19] "SEQCOORDSYSTEM" "SEQLENGTH" "SEQNAME"
[22] "SEQSTRAND" "SYMBOL" "TXBIOTYPE"
[25] "TXCDSSEQEND" "TXCDSSEQSTART" "TXID"
[28] "TXNAME" "TXSEQEND" "TXSEQSTART"
[31] "UNIPROTDB" "UNIPROTID" "UNIPROTMAPPINGTYPE"
>
> ## List /real/ database column names.
> listColumns(edb)
[1] "seq_name" "seq_length" "is_circular"
[4] "gene_id" "entrezid" "exon_id"
[7] "exon_seq_start" "exon_seq_end" "gene_name"
[10] "gene_biotype" "gene_seq_start" "gene_seq_end"
[13] "seq_strand" "seq_coord_system" "symbol"
[16] "tx_id" "protein_id" "protein_sequence"
[19] "protein_domain_id" "protein_domain_source" "interpro_accession"
[22] "prot_dom_start" "prot_dom_end" "tx_biotype"
[25] "tx_seq_start" "tx_seq_end" "tx_cds_seq_start"
[28] "tx_cds_seq_end" "tx_name" "exon_idx"
[31] "uniprot_id" "uniprot_db" "uniprot_mapping_type"
>
> ## Retrieve all keys corresponding to transcript ids.
> txids <- keys(edb, keytype = "TXID")
> length(txids)
[1] 216741
> head(txids)
[1] "ENST00000000233" "ENST00000000412" "ENST00000000442" "ENST00000001008"
[5] "ENST00000001146" "ENST00000002125"
>
> ## Retrieve all keys corresponding to gene names of genes encoded on chromosome X
> gids <- keys(edb, keytype = "GENENAME", filter = SeqNameFilter("X"))
> length(gids)
[1] 2300
> head(gids)
[1] "TSPAN6" "TNMD" "LAS1L" "CD99" "KLHL13" "ARX"
>
> ## Get a mapping of the genes BCL2 and BCL2L11 to all of their
> ## transcript ids and return the result as list
> maps <- mapIds(edb, keys = c("BCL2", "BCL2L11"), column = "TXID",
+ keytype = "GENENAME", multiVals = "list")
> maps
$BCL2
[1] "ENST00000398117" "ENST00000333681" "ENST00000590515" "ENST00000589955"
$BCL2L11
[1] "ENST00000432179" "ENST00000308659" "ENST00000393256" "ENST00000393252"
[5] "ENST00000433098" "ENST00000405953" "ENST00000415458" "ENST00000436733"
[9] "ENST00000437029" "ENST00000452231" "ENST00000361493" "ENST00000431217"
[13] "ENST00000439718" "ENST00000438054" "ENST00000337565" "ENST00000622509"
[17] "ENST00000619294" "ENST00000610735" "ENST00000622612" "ENST00000357757"
[21] "ENST00000615946" "ENST00000621302" "ENST00000620862" "LRG_620t1"
[25] "LRG_620t2" "LRG_620t3" "LRG_620t4" "LRG_620t5"
>
> ## Perform the same query using a combination of a GeneNameFilter and a
> ## TxBiotypeFilter to just retrieve protein coding transcripts for these
> ## two genes.
> mapIds(edb, keys = list(GeneNameFilter(c("BCL2", "BCL2L11")),
+ TxBiotypeFilter("protein_coding")), column = "TXID",
+ multiVals = "list")
Warning in .mapIds(x = x, keys = keys, column = column, keytype = keytype, :
Got 2 filter objects. Will use the keys of the first for the mapping!
Note: ordering of the results might not match ordering of keys!
$BCL2
[1] "ENST00000398117" "ENST00000333681" "ENST00000589955"
$BCL2L11
[1] "ENST00000432179" "ENST00000308659" "ENST00000393256" "ENST00000393252"
[5] "ENST00000405953" "ENST00000438054" "ENST00000337565" "ENST00000622509"
[9] "ENST00000619294" "ENST00000610735" "ENST00000622612" "ENST00000357757"
[13] "ENST00000615946" "ENST00000621302" "ENST00000620862"
>
> ## select:
> ## Retrieve all transcript and gene related information for the above example.
> select(edb, keys = list(GeneNameFilter(c("BCL2", "BCL2L11")),
+ TxBiotypeFilter("protein_coding")),
+ columns = c("GENEID", "GENENAME", "TXID", "TXBIOTYPE", "TXSEQSTART",
+ "TXSEQEND", "SEQNAME", "SEQSTRAND"))
Note: ordering of the results might not match ordering of keys!
GENEID GENENAME TXID TXBIOTYPE TXSEQSTART TXSEQEND
1 ENSG00000171791 BCL2 ENST00000398117 protein_coding 63123346 63320128
2 ENSG00000171791 BCL2 ENST00000333681 protein_coding 63127035 63319786
3 ENSG00000171791 BCL2 ENST00000589955 protein_coding 63313802 63318812
4 ENSG00000153094 BCL2L11 ENST00000432179 protein_coding 111119378 111124112
5 ENSG00000153094 BCL2L11 ENST00000308659 protein_coding 111120914 111165048
6 ENSG00000153094 BCL2L11 ENST00000393256 protein_coding 111120929 111168447
7 ENSG00000153094 BCL2L11 ENST00000393252 protein_coding 111122670 111123960
8 ENSG00000153094 BCL2L11 ENST00000405953 protein_coding 111123746 111128837
9 ENSG00000153094 BCL2L11 ENST00000438054 protein_coding 111123752 111146284
10 ENSG00000153094 BCL2L11 ENST00000337565 protein_coding 111120914 111128844
11 ENSG00000153094 BCL2L11 ENST00000622509 protein_coding 111120914 111168445
12 ENSG00000153094 BCL2L11 ENST00000619294 protein_coding 111120914 111168445
13 ENSG00000153094 BCL2L11 ENST00000610735 protein_coding 111120914 111168445
14 ENSG00000153094 BCL2L11 ENST00000622612 protein_coding 111120914 111168445
15 ENSG00000153094 BCL2L11 ENST00000357757 protein_coding 111120914 111146281
16 ENSG00000153094 BCL2L11 ENST00000615946 protein_coding 111120914 111168445
17 ENSG00000153094 BCL2L11 ENST00000621302 protein_coding 111120914 111168445
18 ENSG00000153094 BCL2L11 ENST00000620862 protein_coding 111120914 111168445
SEQNAME SEQSTRAND
1 18 -1
2 18 -1
3 18 -1
4 2 1
5 2 1
6 2 1
7 2 1
8 2 1
9 2 1
10 2 1
11 2 1
12 2 1
13 2 1
14 2 1
15 2 1
16 2 1
17 2 1
18 2 1
>
> ## Get all data for genes encoded on chromosome Y
> Y <- select(edb, keys = "Y", keytype = "SEQNAME")
Error: database or disk is full
Execution halted
* 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:
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 7 | WARN 75 | SKIP 3 | PASS 1517 ]
Error:
! Test failures.
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, 3 NOTEs
See
‘/media/volume/teran2_disk/rapidbuild/bbs-3.23-bioc-rapid/meat/ensembldb.Rcheck/00check.log’
for details.
ensembldb.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /home/rapidbuild/bbs-3.23-bioc-rapid/R/bin/R CMD INSTALL ensembldb ### ############################################################################## ############################################################################## * installing to library ‘/media/volume/teran2_disk/rapidbuild/bbs-3.23-bioc-rapid/R/site-library’ * installing *source* package ‘ensembldb’ ... ** this is package ‘ensembldb’ version ‘2.35.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-10-28 r88973) -- "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: Seqinfo
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/RtmpiYfOiI/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 Dec 11 13:00:24 2025 != Thu Dec 11 13:00:16 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
Saving _problems/test_genomeToX-152.R
Saving _problems/test_genomeToX-257.R
Saving _problems/test_proteinToGenome-92.R
Saving _problems/test_proteinToGenome-176.R
Saving _problems/test_proteinToGenome-270.R
Saving _problems/test_transcriptToX-389.R
Comparing protein data:
Saving _problems/test_validity-16.R
[ FAIL 7 | WARN 75 | SKIP 3 | PASS 1517 ]
══ 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_genomeToX.R:152:5'): .genome_to_tx and genomeToTranscript works ──
Error: database or disk is full
Backtrace:
▆
1. ├─GenomicFeatures::exonsBy(edb) at test_genomeToX.R:152:5
2. └─ensembldb::exonsBy(edb)
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_genomeToX.R:257:5'): genomeToProtein works ─────────────────────
Error: database or disk is full
Backtrace:
▆
1. ├─ProtGenerics::proteins(edb) at test_genomeToX.R:257:5
2. └─ensembldb::proteins(edb)
3. └─ensembldb (local) .local(object, ...)
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: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 7 | WARN 75 | SKIP 3 | PASS 1517 ]
Error:
! Test failures.
Warning message:
call dbDisconnect() when finished working with a connection
Execution halted
ensembldb.Rcheck/ensembldb-Ex.timings
| name | user | system | elapsed |