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

This page was generated on 2025-03-17 12:06 -0400 (Mon, 17 Mar 2025).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 24.04.1 LTS)x86_644.4.3 (2025-02-28) -- "Trophy Case" 4756
palomino8Windows Server 2022 Datacenterx644.4.3 (2025-02-28 ucrt) -- "Trophy Case" 4487
merida1macOS 12.7.5 Montereyx86_644.4.3 (2025-02-28) -- "Trophy Case" 4514
kjohnson1macOS 13.6.6 Venturaarm644.4.3 (2025-02-28) -- "Trophy Case" 4441
taishanLinux (openEuler 24.03 LTS)aarch644.4.3 (2025-02-28) -- "Trophy Case" 4399
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 211/2289HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
biomaRt 2.62.1  (landing page)
Mike Smith
Snapshot Date: 2025-03-13 13:00 -0400 (Thu, 13 Mar 2025)
git_url: https://git.bioconductor.org/packages/biomaRt
git_branch: RELEASE_3_20
git_last_commit: 1b1e4b1
git_last_commit_date: 2025-01-29 09:28:49 -0400 (Wed, 29 Jan 2025)
nebbiolo2Linux (Ubuntu 24.04.1 LTS) / x86_64  OK    OK    ERROR  
palomino8Windows Server 2022 Datacenter / x64  OK    OK    ERROR    OK  
merida1macOS 12.7.5 Monterey / x86_64  OK    OK    ERROR    OK  
kjohnson1macOS 13.6.6 Ventura / arm64  OK    OK    ERROR    OK  
taishanLinux (openEuler 24.03 LTS) / aarch64  OK    OK    ERROR  


CHECK results for biomaRt on palomino8

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

raw results


Summary

Package: biomaRt
Version: 2.62.1
Command: F:\biocbuild\bbs-3.20-bioc\R\bin\R.exe CMD check --no-multiarch --install=check:biomaRt.install-out.txt --library=F:\biocbuild\bbs-3.20-bioc\R\library --no-vignettes --timings biomaRt_2.62.1.tar.gz
StartedAt: 2025-03-13 23:06:08 -0400 (Thu, 13 Mar 2025)
EndedAt: 2025-03-13 23:08:47 -0400 (Thu, 13 Mar 2025)
EllapsedTime: 159.3 seconds
RetCode: 1
Status:   ERROR  
CheckDir: biomaRt.Rcheck
Warnings: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   F:\biocbuild\bbs-3.20-bioc\R\bin\R.exe CMD check --no-multiarch --install=check:biomaRt.install-out.txt --library=F:\biocbuild\bbs-3.20-bioc\R\library --no-vignettes --timings biomaRt_2.62.1.tar.gz
###
##############################################################################
##############################################################################


* using log directory 'F:/biocbuild/bbs-3.20-bioc/meat/biomaRt.Rcheck'
* using R version 4.4.3 (2025-02-28 ucrt)
* using platform: x86_64-w64-mingw32
* R was compiled by
    gcc.exe (GCC) 13.3.0
    GNU Fortran (GCC) 13.3.0
* running under: Windows Server 2022 x64 (build 20348)
* using session charset: UTF-8
* using option '--no-vignettes'
* checking for file 'biomaRt/DESCRIPTION' ... OK
* this is package 'biomaRt' version '2.62.1'
* 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 whether package 'biomaRt' 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 dependencies in R code ... NOTE
Unexported object imported by a ':::' call: 'AnnotationDbi:::smartKeys'
  See the note in ?`:::` about the use of this operator.
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
.shrinkDatasetName: no visible global function definition for 'tail'
Undefined global functions or variables:
  tail
Consider adding
  importFrom("utils", "tail")
to your NAMESPACE file.
* 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
* 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:
   11.             └─httr2::req_perform(request)
   12.               └─httr2:::handle_resp(req, resp, error_call = error_call)
   13.                 └─httr2:::resp_failure_cnd(req, resp, error_call = error_call)
   14.                   ├─rlang::catch_cnd(...)
   15.                   │ ├─rlang::eval_bare(...)
   16.                   │ ├─base::tryCatch(...)
   17.                   │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
   18.                   │ │   └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
   19.                   │ │     └─base (local) doTryCatch(return(expr), name, parentenv, handler)
   20.                   │ └─base::force(expr)
   21.                   └─rlang::abort(...)
  
  [ FAIL 1 | WARN 0 | SKIP 0 | PASS 154 ]
  Error: Test failures
  Execution halted
* 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: 1 ERROR, 2 NOTEs
See
  'F:/biocbuild/bbs-3.20-bioc/meat/biomaRt.Rcheck/00check.log'
for details.


Installation output

biomaRt.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   F:\biocbuild\bbs-3.20-bioc\R\bin\R.exe CMD INSTALL biomaRt
###
##############################################################################
##############################################################################


* installing to library 'F:/biocbuild/bbs-3.20-bioc/R/library'
* installing *source* package 'biomaRt' ...
** 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 (biomaRt)

Tests output

biomaRt.Rcheck/tests/testthat.Rout.fail


R version 4.4.3 (2025-02-28 ucrt) -- "Trophy Case"
Copyright (C) 2025 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64

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(mockery)
> library(biomaRt)
> library(httptest2)
> 
> test_check("biomaRt", encoding = "UTF-8")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 154 ]

══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_ensemblGenomes.R:23:5'): return type is correct ────────────────
<httr2_http_500/httr2_http/httr2_error/rlang_error/rlang_error/error/condition>
Error in `req_perform(request)`: HTTP 500 Internal Server Error.
Backtrace:
     ▆
  1. ├─testthat::expect_is(...) at test_ensemblGenomes.R:23:5
  2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
  3. │   └─rlang::eval_bare(expr, quo_get_env(quo))
  4. └─biomaRt::useEnsemblGenomes("protists_mart", "bnatans_eg_gene")
  5.   └─biomaRt::listEnsemblGenomes(includeHosts = TRUE, host = host)
  6.     └─base::lapply(...)
  7.       └─biomaRt (local) FUN(X[[i]], ...)
  8.         ├─base::as.data.frame(...)
  9.         └─biomaRt:::.listMarts(...)
 10.           └─biomaRt:::bmRequest(...)
 11.             └─httr2::req_perform(request)
 12.               └─httr2:::handle_resp(req, resp, error_call = error_call)
 13.                 └─httr2:::resp_failure_cnd(req, resp, error_call = error_call)
 14.                   ├─rlang::catch_cnd(...)
 15.                   │ ├─rlang::eval_bare(...)
 16.                   │ ├─base::tryCatch(...)
 17.                   │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
 18.                   │ │   └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
 19.                   │ │     └─base (local) doTryCatch(return(expr), name, parentenv, handler)
 20.                   │ └─base::force(expr)
 21.                   └─rlang::abort(...)

[ FAIL 1 | WARN 0 | SKIP 0 | PASS 154 ]
Error: Test failures
Execution halted

Example timings

biomaRt.Rcheck/biomaRt-Ex.timings

nameusersystemelapsed
NP2009code000
attributePages000
exportFASTA000
filterType000
getBM000
getGene000
getLDS000
getSequence000
listAttributes000
listDatasets000
listEnsembl000
listEnsemblArchives0.600.041.03
listFilterValues000
listFilters000
listMarts000
select000
setEnsemblSSL000
useDataset000
useEnsembl000
useMart000