Back to Build/check report for BioC 3.18:   simplified   long
ABCD[E]FGHIJKLMNOPQRSTUVWXYZ

This page was generated on 2023-06-06 11:00:31 -0000 (Tue, 06 Jun 2023).

HostnameOSArch (*)R versionInstalled pkgs
kunpeng2Linux (openEuler 22.03 LTS-SP1)aarch644.3.0 (2023-04-21) -- "Already Tomorrow" 4366
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

CHECK results for ensembldb on kunpeng2


To the developers/maintainers of the ensembldb package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/ensembldb.git to reflect on this report. See Troubleshooting Build Report for more information.

- Use the following Renviron settings to reproduce errors and warnings.

Note: If "R CMD check" recently failed on the Linux builder over a missing dependency, add the missing dependency to "Suggests" in your DESCRIPTION file. See the Renviron.bioc for details.

raw results

Package 626/2199HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
ensembldb 2.25.0  (landing page)
Johannes Rainer
Snapshot Date: 2023-06-05 06:35:06 -0000 (Mon, 05 Jun 2023)
git_url: https://git.bioconductor.org/packages/ensembldb
git_branch: devel
git_last_commit: 62012ae
git_last_commit_date: 2023-04-25 14:38:28 -0000 (Tue, 25 Apr 2023)
kunpeng2Linux (openEuler 22.03 LTS-SP1) / aarch64  OK    OK    ERROR  

Summary

Package: ensembldb
Version: 2.25.0
Command: /home/biocbuild/R/R-4.3.0/bin/R CMD check --install=check:ensembldb.install-out.txt --library=/home/biocbuild/R/R-4.3.0/site-library --timings ensembldb_2.25.0.tar.gz
StartedAt: 2023-06-05 21:47:59 -0000 (Mon, 05 Jun 2023)
EndedAt: 2023-06-05 22:06:20 -0000 (Mon, 05 Jun 2023)
EllapsedTime: 1100.4 seconds
RetCode: 1
Status:   ERROR  
CheckDir: ensembldb.Rcheck
Warnings: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/R/R-4.3.0/bin/R CMD check --install=check:ensembldb.install-out.txt --library=/home/biocbuild/R/R-4.3.0/site-library --timings ensembldb_2.25.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.18-bioc/meat/ensembldb.Rcheck’
* using R version 4.3.0 (2023-04-21)
* using platform: aarch64-unknown-linux-gnu (64-bit)
* R was compiled by
    gcc (GCC) 10.3.1
    GNU Fortran (GCC) 10.3.1
* running under: openEuler 22.03 (LTS-SP1)
* using session charset: UTF-8
* checking for file ‘ensembldb/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘ensembldb’ version ‘2.25.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 R 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 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 ... 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 ... OK
Examples with CPU (user + system) or elapsed time > 5s
                user system elapsed
Filter-classes 2.247  1.001   5.123
* 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:
   2.   └─ensembldb:::.getReadMysqlTable(...)
   3.     └─utils::download.file(...)
  ── Error ('test_functions-create-EnsDb.R:258:5'): .read_lines_compressed works ──
  Error in `file(x, open = "rb")`: cannot open the connection to 'ftp://ftp.ensembl.org/pub/release-102/gtf/homo_sapiens/Homo_sapiens.GRCh38.102.gtf.gz'
  Backtrace:
      ▆
   1. └─ensembldb:::.read_lines_compressed(fl, n = 2) at test_functions-create-EnsDb.R:258:4
   2.   ├─base::gzcon(file(x, open = "rb"))
   3.   └─base::file(x, open = "rb")
  
  [ FAIL 3 | WARN 82 | SKIP 3 | PASS 1471 ]
  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 in ‘inst/doc’ ... OK
* checking running R code from vignettes ...
  ‘MySQL-backend.Rmd’ using ‘UTF-8’... OK
  ‘coordinate-mapping-use-cases.Rmd’ using ‘UTF-8’... OK
  ‘coordinate-mapping.Rmd’ using ‘UTF-8’... OK
  ‘ensembldb.Rmd’ using ‘UTF-8’... OK
  ‘proteins.Rmd’ using ‘UTF-8’... OK
 NONE
* checking re-building of vignette outputs ... OK
* checking PDF version of manual ... OK
* DONE

Status: 1 ERROR
See
  ‘/home/biocbuild/bbs-3.18-bioc/meat/ensembldb.Rcheck/00check.log’
for details.


Installation output

ensembldb.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/R/R-4.3.0/bin/R CMD INSTALL ensembldb
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/R/R-4.3.0/site-library’
* installing *source* package ‘ensembldb’ ...
** 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 (ensembldb)

Tests output

ensembldb.Rcheck/tests/testthat.Rout.fail


R version 4.3.0 (2023-04-21) -- "Already Tomorrow"
Copyright (C) 2023 The R Foundation for Statistical Computing
Platform: aarch64-unknown-linux-gnu (64-bit)

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

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, intersect, is.unsorted,
    lapply, mapply, match, mget, order, paste, pmax, pmax.int, pmin,
    pmin.int, rank, rbind, rownames, sapply, setdiff, sort, table,
    tapply, union, 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/RtmpVuEytu/EnsDb.Hsapiens.v75 
Error in readLines(curl(my_url)) : 
  Timeout was reached: [ftp.ensemblgenomes.org] Connection timeout after 10000 ms

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 : Mon Jun  5 21:56:29 2023  !=  Mon Jun  5 21:56:01 2023 
  -  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:
 protein IDs: (103725) common, (0) only in x, (0) only in y.
 Transcript IDs: (103725) identical, (0) different.
 Protein sequence: (103725) identical, (0) different.
Done. Result: OK
[ FAIL 3 | WARN 82 | SKIP 3 | PASS 1471 ]

══ Skipped tests ═══════════════════════════════════════════════════════════════
• empty test (3)

══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_functions-create-EnsDb.R:183:9'): getEnsemblMysqlUrl works ─────
Error in `readLines(curl(my_url))`: Timeout was reached: [ftp.ensembl.org] Connection timeout after 10001 ms
Backtrace:
    ▆
 1. └─ensembldb:::.getEnsemblMysqlUrl(...) at test_functions-create-EnsDb.R:183:8
 2.   └─base::readLines(curl(my_url))
── Error ('test_functions-create-EnsDb.R:234:9'): getSeqlengthsFromMysqlFolder works ──
Error in `download.file(url = paste0(base_url, "/", file_name), destfile = tmp_file, 
    quiet = TRUE)`: cannot open URL 'ftp://ftp.ensembl.org/pub/release-86/mysql/homo_sapiens_core_86_38/coord_system.txt.gz'
Backtrace:
    ▆
 1. └─ensembldb:::.getSeqlengthsFromMysqlFolder(...) at test_functions-create-EnsDb.R:234:8
 2.   └─ensembldb:::.getReadMysqlTable(...)
 3.     └─utils::download.file(...)
── Error ('test_functions-create-EnsDb.R:258:5'): .read_lines_compressed works ──
Error in `file(x, open = "rb")`: cannot open the connection to 'ftp://ftp.ensembl.org/pub/release-102/gtf/homo_sapiens/Homo_sapiens.GRCh38.102.gtf.gz'
Backtrace:
    ▆
 1. └─ensembldb:::.read_lines_compressed(fl, n = 2) at test_functions-create-EnsDb.R:258:4
 2.   ├─base::gzcon(file(x, open = "rb"))
 3.   └─base::file(x, open = "rb")

[ FAIL 3 | WARN 82 | SKIP 3 | PASS 1471 ]
Error: Test failures
In addition: Warning message:
call dbDisconnect() when finished working with a connection 
Execution halted

Example timings

ensembldb.Rcheck/ensembldb-Ex.timings

nameusersystemelapsed
EnsDb-AnnotationDbi2.4750.4754.271
EnsDb-class1.8170.1321.954
EnsDb-exonsBy2.3000.4214.305
EnsDb-lengths1.2300.0761.309
EnsDb-seqlevels0.0580.0120.070
EnsDb-sequences0.0140.0000.014
EnsDb-utils0.3240.0000.325
EnsDb0.8720.0760.949
Filter-classes2.2471.0015.123
ProteinFunctionality0.0790.0080.087
cdsToTranscript1.9490.0572.013
convertFilter0.0290.0000.029
genomeToProtein2.3120.0242.341
genomeToTranscript1.9680.0642.037
global-filters0.1420.0000.143
hasProteinData-EnsDb-method0.0160.0000.016
listEnsDbs000
makeEnsemblDbPackage0.8900.0240.924
proteinToGenome2.6770.0692.753
proteinToTranscript1.1240.0751.202
transcriptToCds0.7390.0000.742
transcriptToGenome1.4210.0321.456
transcriptToProtein2.4580.0252.488
useMySQL-EnsDb-method0.0150.0000.015