Back to Multiple platform build/check report for BioC 3.22:   simplified   long
A[B]CDEFGHIJKLMNOPQRSTUVWXYZ

This page was generated on 2025-08-18 12:07 -0400 (Mon, 18 Aug 2025).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 24.04.3 LTS)x86_644.5.1 (2025-06-13) -- "Great Square Root" 4818
lconwaymacOS 12.7.1 Montereyx86_644.5.1 (2025-06-13) -- "Great Square Root" 4596
kjohnson3macOS 13.7.7 Venturaarm644.5.1 Patched (2025-06-14 r88325) -- "Great Square Root" 4538
taishanLinux (openEuler 24.03 LTS)aarch644.5.0 (2025-04-11) -- "How About a Twenty-Six" 4535
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 167/2317HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
BgeeDB 2.35.0  (landing page)
Julien Wollbrett , Julien Roux , Andrea Komljenovic , Frederic Bastian
Snapshot Date: 2025-08-17 13:45 -0400 (Sun, 17 Aug 2025)
git_url: https://git.bioconductor.org/packages/BgeeDB
git_branch: devel
git_last_commit: db24709
git_last_commit_date: 2025-04-15 11:01:13 -0400 (Tue, 15 Apr 2025)
nebbiolo2Linux (Ubuntu 24.04.3 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
lconwaymacOS 12.7.1 Monterey / x86_64  OK    OK    OK    OK  UNNEEDED, same version is already published
kjohnson3macOS 13.7.7 Ventura / arm64  OK    OK    OK    OK  UNNEEDED, same version is already published
taishanLinux (openEuler 24.03 LTS) / aarch64  OK    OK    ERROR  


CHECK results for BgeeDB on taishan

To the developers/maintainers of the BgeeDB package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/BgeeDB.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.

raw results


Summary

Package: BgeeDB
Version: 2.35.0
Command: /home/biocbuild/R/R/bin/R CMD check --install=check:BgeeDB.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings BgeeDB_2.35.0.tar.gz
StartedAt: 2025-08-15 04:18:14 -0000 (Fri, 15 Aug 2025)
EndedAt: 2025-08-15 04:47:10 -0000 (Fri, 15 Aug 2025)
EllapsedTime: 1735.6 seconds
RetCode: 1
Status:   ERROR  
CheckDir: BgeeDB.Rcheck
Warnings: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/R/R/bin/R CMD check --install=check:BgeeDB.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings BgeeDB_2.35.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.22-bioc/meat/BgeeDB.Rcheck’
* using R version 4.5.0 (2025-04-11)
* using platform: aarch64-unknown-linux-gnu
* R was compiled by
    aarch64-unknown-linux-gnu-gcc (GCC) 14.2.0
    GNU Fortran (GCC) 14.2.0
* running under: openEuler 24.03 (LTS)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘BgeeDB/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘BgeeDB’ version ‘2.35.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 ‘BgeeDB’ 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 contents of ‘data’ directory ... OK
* checking data for non-ASCII characters ... OK
* checking data for ASCII and uncompressed saves ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... ERROR
Running examples in ‘BgeeDB-Ex.R’ failed
The error most likely occurred in:

> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: geneList
> ### Title: Example of gene list object used to run a topAnat enrichment
> ###   test, created on June 2018. The format of the gene list is the same
> ###   as the gene list required to build a 'topGOdata' object in the
> ###   'topGO' package: a vector with background genes as names, and 0 or 1
> ###   values depending if a gene is in the foreground or not. In this
> ###   example the foreground genes are zebrafish genes with an annotated
> ###   phenotype related to "pectoral fin", and the background is composed
> ###   of all zebrafish Ensembl genes with an annotated phenotype from ZFIN.
> ###   The gene list was built using the biomaRt package, and the code used
> ###   can be found in the vignette of the package.
> ### Aliases: geneList
> ### Keywords: datasets
> 
> ### ** Examples
> 
> bgee <- Bgee$new(species = "Danio_rerio")

NOTE: You did not specify any data type. The argument dataType will be set to c("rna_seq","affymetrix","est","in_situ","sc_full_length", "sc_droplet_based") for the next steps.

Querying Bgee to get release information...

NOTE: the file describing Bgee species information for release 15_2 was found in the download directory /home/biocbuild/bbs-3.22-bioc/meat/BgeeDB.Rcheck. Data will not be redownloaded.

API key built: 045aed2950c82a8180b23275474b8f50f94720d2b653f4893b6da9d5072d92552eb01c2edab35a61947d73c6811ef3e5f7fa1627d57194c5162a9ad417f7d07c
> myTopAnatData <- loadTopAnatData(bgee)

Building URLs to retrieve organ relationships from Bgee.........
   URL successfully built (https://www.bgee.org/bgee15_2/api/?page=r_package&action=get_anat_entity_relations&display_type=tsv&species_list=7955&attr_list=SOURCE_ID&attr_list=TARGET_ID&api_key=045aed2950c82a8180b23275474b8f50f94720d2b653f4893b6da9d5072d92552eb01c2edab35a61947d73c6811ef3e5f7fa1627d57194c5162a9ad417f7d07c&source=BgeeDB_R_package&source_version=2.35.0)
   Submitting URL to Bgee webservice (can be long)
   Got results from Bgee webservice. Files are written in "/home/biocbuild/bbs-3.22-bioc/meat/BgeeDB.Rcheck/Danio_rerio_Bgee_15_2"

Building URLs to retrieve organ names from Bgee.................
   URL successfully built (https://www.bgee.org/bgee15_2/api/?page=r_package&action=get_anat_entities&display_type=tsv&species_list=7955&attr_list=ID&attr_list=NAME&api_key=045aed2950c82a8180b23275474b8f50f94720d2b653f4893b6da9d5072d92552eb01c2edab35a61947d73c6811ef3e5f7fa1627d57194c5162a9ad417f7d07c&source=BgeeDB_R_package&source_version=2.35.0)
   Submitting URL to Bgee webservice (can be long)
   Got results from Bgee webservice. Files are written in "/home/biocbuild/bbs-3.22-bioc/meat/BgeeDB.Rcheck/Danio_rerio_Bgee_15_2"

Building URLs to retrieve mapping of gene to organs from Bgee...
   URL successfully built (https://www.bgee.org/bgee15_2/api/?page=r_package&action=get_expression_calls&display_type=tsv&species_list=7955&attr_list=GENE_ID&attr_list=ANAT_ENTITY_ID&api_key=045aed2950c82a8180b23275474b8f50f94720d2b653f4893b6da9d5072d92552eb01c2edab35a61947d73c6811ef3e5f7fa1627d57194c5162a9ad417f7d07c&source=BgeeDB_R_package&source_version=2.35.0&data_qual=SILVER)
   Submitting URL to Bgee webservice (can be long)
Examples with CPU (user + system) or elapsed time > 5s
                 user system elapsed
deleteLocalData 3.389  0.338  23.619
formatData      3.156  0.237   9.962
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘testthat.R’/home/biocbuild/R/R-4.5.0/bin/BATCH: line 60: 683944 Killed                  ${R_HOME}/bin/R -f ${in} ${opts} ${R_BATCH_OPTIONS} > ${out} 2>&1

 ERROR
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
  Extracting samples information...
  
  Querying Bgee to get release information...
  
  Building URL to query species in Bgee release 13_2...
  
  downloading Bgee species info... (https://archives.bgee.org/13-2/?page=species&display_type=tsv&source=BgeeDB_R_package&source_version=2.35.0)
  
  Download of species information successful!
  
  API key built: 045aed2950c82a8180b23275474b8f50f94720d2b653f4893b6da9d5072d92552eb01c2edab35a61947d73c6811ef3e5f7fa1627d57194c5162a9ad417f7d07c
  
  IMPORTANT INFORMATION: Be careful! You are not using the last release of the Bgee database! If it is not intentional you should update to the last version of Bioconductor and of the BgeeDB package. To update Bioconductor, see https://www.bioconductor.org/install/
  
  Saved annotation files in /home/biocbuild/bbs-3.22-bioc/meat/BgeeDB.Rcheck/tests/testthat/Mus_musculus_Bgee_13_2 folder.
* 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: 2 ERRORs
See
  ‘/home/biocbuild/bbs-3.22-bioc/meat/BgeeDB.Rcheck/00check.log’
for details.


Installation output

BgeeDB.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/R/R/bin/R CMD INSTALL BgeeDB
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/R/R-4.5.0/site-library’
* installing *source* package ‘BgeeDB’ ...
** this is package ‘BgeeDB’ version ‘2.35.0’
** using staged installation
** R
** data
** inst
** byte-compile and prepare package for lazy loading

groupGOTerms: 	GOBPTerm, GOMFTerm, GOCCTerm environments built.
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location

groupGOTerms: 	GOBPTerm, GOMFTerm, GOCCTerm environments built.
** testing if installed package can be loaded from final location

groupGOTerms: 	GOBPTerm, GOMFTerm, GOCCTerm environments built.
** testing if installed package keeps a record of temporary installation path
* DONE (BgeeDB)

Tests output

BgeeDB.Rcheck/tests/testthat.Rout.fail


R version 4.5.0 (2025-04-11) -- "How About a Twenty-Six"
Copyright (C) 2025 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(BgeeDB)
Loading required package: topGO
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: graph
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: GO.db
Loading required package: AnnotationDbi
Loading required package: stats4
Loading required package: IRanges
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: SparseM

groupGOTerms: 	GOBPTerm, GOMFTerm, GOCCTerm environments built.

Attaching package: 'topGO'

The following object is masked from 'package:IRanges':

    members

Loading required package: tidyr

Attaching package: 'tidyr'

The following object is masked from 'package:S4Vectors':

    expand

The following object is masked from 'package:testthat':

    matches

> 
> Sys.setenv("R_TESTS" = "")
> test_check("BgeeDB")

Querying Bgee to get release information...

Building URL to query species in Bgee release 15_2...

downloading Bgee species info... (https://www.bgee.org/ftp/bgee_v15_2/rPackageSpeciesInfo.tsv)

Download of species information successful!

API key built: 045aed2950c82a8180b23275474b8f50f94720d2b653f4893b6da9d5072d92552eb01c2edab35a61947d73c6811ef3e5f7fa1627d57194c5162a9ad417f7d07c

Saved annotation files in /home/biocbuild/bbs-3.22-bioc/meat/BgeeDB.Rcheck/tests/testthat/Mus_musculus_Bgee_15_2 folder.

Extracting expression data matrix...
  Keeping only present genes.

Extracting features information...

Extracting samples information...

Extracting expression data matrix...
  Keeping only present genes.

Extracting features information...

Extracting samples information...

Querying Bgee to get release information...

Building URL to query species in Bgee release 13_2...

downloading Bgee species info... (https://archives.bgee.org/13-2/?page=species&display_type=tsv&source=BgeeDB_R_package&source_version=2.35.0)

Download of species information successful!

API key built: 045aed2950c82a8180b23275474b8f50f94720d2b653f4893b6da9d5072d92552eb01c2edab35a61947d73c6811ef3e5f7fa1627d57194c5162a9ad417f7d07c

IMPORTANT INFORMATION: Be careful! You are not using the last release of the Bgee database! If it is not intentional you should update to the last version of Bioconductor and of the BgeeDB package. To update Bioconductor, see https://www.bioconductor.org/install/

Saved annotation files in /home/biocbuild/bbs-3.22-bioc/meat/BgeeDB.Rcheck/tests/testthat/Mus_musculus_Bgee_13_2 folder.

Example timings

BgeeDB.Rcheck/BgeeDB-Ex.timings

nameusersystemelapsed
Bgee-class0.1070.0044.253
deleteLocalData 3.389 0.33823.619
deleteOldData0.0420.0082.179
formatData3.1560.2379.962