Back to Long Tests report for BioC 3.22

This page was generated on 2025-06-14 23:55 -0400 (Sat, 14 Jun 2025).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 24.04.2 LTS)x86_644.5.0 (2025-04-11) -- "How About a Twenty-Six" 4807
palomino8Windows Server 2022 Datacenterx644.5.0 (2025-04-11 ucrt) -- "How About a Twenty-Six" 4548
lconwaymacOS 12.7.1 Montereyx86_644.5.0 Patched (2025-04-21 r88169) -- "How About a Twenty-Six" 4586
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 9/29HostnameOS / ArchCHECK
biodbUniprot 1.15.0  (landing page)
Pierrick Roger
Snapshot Date: 2025-06-14 09:55 -0400 (Sat, 14 Jun 2025)
git_url: https://git.bioconductor.org/packages/biodbUniprot
git_branch: devel
git_last_commit: 4ba9515
git_last_commit_date: 2025-04-15 12:40:38 -0400 (Tue, 15 Apr 2025)
nebbiolo2Linux (Ubuntu 24.04.2 LTS) / x86_64  ERROR  
palomino8Windows Server 2022 Datacenter / x64  ERROR  
lconwaymacOS 12.7.1 Monterey / x86_64  NA  


CHECK results for biodbUniprot on nebbiolo2

To the developers/maintainers of the biodbUniprot 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.

raw results


Summary

Package: biodbUniprot
Version: 1.15.0
Command: /home/biocbuild/bbs-3.22-bioc/R/bin/R CMD check --test-dir=longtests --no-stop-on-test-error --no-codoc --no-examples --no-manual --ignore-vignettes --check-subdirs=no biodbUniprot_1.15.0.tar.gz
StartedAt: 2025-06-14 16:02:26 -0400 (Sat, 14 Jun 2025)
EndedAt: 2025-06-14 16:03:07 -0400 (Sat, 14 Jun 2025)
EllapsedTime: 41.0 seconds
RetCode: 1
Status:   ERROR  
CheckDir: biodbUniprot.Rcheck
Warnings: NA

Tests output

biodbUniprot.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: 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.

> # Script needed to run testthat automatically from ‘R CMD check’. See
> # testthat::test_dir documentation.
> library(testthat)
> library(biodbUniprot)
> Sys.setenv(TESTTHAT_REPORTER="summary")
> test_check("biodbUniprot")
[ FAIL 13 | WARN 0 | SKIP 0 | PASS 467 ]

══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_long_100_generic.R:16:1'): We can search for an entry by searchable field ──
Error in `self$wsSearch(query = query, size = max.results, retfmt = "ids")`: object 'BiodbUrl' not found
Backtrace:
    ▆
 1. ├─base::do.call(fct, params)
 2. └─biodb (local) `<fn>`(conn = `<UnprtCnn>`, opt = `<named list>`)
 3.   └─conn$searchForEntries(fields = x, max.results = max.results)
 4.     └─private$doSearchForEntries(fields = fields, max.results = max.results)
 5.       └─self$wsSearch(query = query, size = max.results, retfmt = "ids")
── Error ('test_long_100_generic.R:16:1'): We can search for an entry by name. ──
Error in `self$wsSearch(query = query, size = max.results, retfmt = "ids")`: object 'BiodbUrl' not found
Backtrace:
    ▆
 1. ├─base::do.call(fct, params)
 2. └─biodb (local) `<fn>`(conn = `<UnprtCnn>`, opt = `<named list>`)
 3.   └─conn$searchByName(name = name, max.results = max.results)
 4.     └─self$searchForEntries(list(name = name), max.results = max.results)
 5.       └─private$doSearchForEntries(fields = fields, max.results = max.results)
 6.         └─self$wsSearch(query = query, size = max.results, retfmt = "ids")
── Error ('test_long_100_generic.R:16:1'): We can get a URL pointing to the entry page. ──
Error in `FUN(X[[i]], ...)`: object 'BiodbUrl' not found
Backtrace:
    ▆
 1. ├─base::do.call(fct, params)
 2. └─biodb (local) `<fn>`(conn = `<UnprtCnn>`, opt = `<named list>`)
 3.   └─conn$getEntryPageUrl(ref.ids)
 4.     └─private$doGetEntryPageUrl(entry.id)
 5.       └─base::vapply(id, f, FUN.VALUE = "")
 6.         └─biodbUniprot (local) FUN(X[[i]], ...)
── Error ('test_long_100_generic.R:16:1'): The entry page URL can be downloaded. ──
Error in `FUN(X[[i]], ...)`: object 'BiodbUrl' not found
Backtrace:
    ▆
 1. ├─base::do.call(fct, params)
 2. └─biodb (local) `<fn>`(conn = `<UnprtCnn>`, opt = `<named list>`)
 3.   └─conn$getEntryPageUrl(ref.ids[[1]])
 4.     └─private$doGetEntryPageUrl(entry.id)
 5.       └─base::vapply(id, f, FUN.VALUE = "")
 6.         └─biodbUniprot (local) FUN(X[[i]], ...)
── Error ('test_long_100_generic.R:16:1'): We can search for a compound ────────
Error in `self$wsSearch(query = query, size = max.results, retfmt = "ids")`: object 'BiodbUrl' not found
Backtrace:
     ▆
  1. ├─base::do.call(fct, params)
  2. └─biodb (local) `<fn>`(db = `<UnprtCnn>`, opt = `<named list>`)
  3.   ├─lifecycle::expect_deprecated(db$searchCompound(name = name, max.results = max.results))
  4.   │ └─testthat::expect_warning(...)
  5.   │   └─testthat:::quasi_capture(...)
  6.   │     ├─testthat (local) .capture(...)
  7.   │     │ └─base::withCallingHandlers(...)
  8.   │     └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
  9.   └─db$searchCompound(name = name, max.results = max.results)
 10.     └─self$searchForEntries(list(name = name), max.results = max.results)
 11.       └─private$doSearchForEntries(fields = fields, max.results = max.results)
 12.         └─self$wsSearch(query = query, size = max.results, retfmt = "ids")
── Error ('test_long_100_generic.R:16:1'): annotateMzValues() accepts a single vector. ──
Error in `self$wsSearch(query = query, size = max.results, retfmt = "ids")`: object 'BiodbUrl' not found
Backtrace:
    ▆
 1. ├─base::do.call(fct, params)
 2. └─biodb (local) `<fn>`(conn = `<UnprtCnn>`, opt = `<named list>`)
 3.   └─conn$annotateMzValues(...)
 4.     └─self$searchForEntries(fieldsFilter, max.results = max.results)
 5.       └─private$doSearchForEntries(fields = fields, max.results = max.results)
 6.         └─self$wsSearch(query = query, size = max.results, retfmt = "ids")
── Error ('test_long_100_generic.R:16:1'): ppm tolerance works in annotateMzValues() ──
Error in `self$wsSearch(query = query, size = max.results, retfmt = "ids")`: object 'BiodbUrl' not found
Backtrace:
    ▆
 1. ├─base::do.call(fct, params)
 2. └─biodb (local) `<fn>`(conn = `<UnprtCnn>`, opt = `<named list>`)
 3.   └─conn$annotateMzValues(...)
 4.     └─self$searchForEntries(fieldsFilter, max.results = max.results)
 5.       └─private$doSearchForEntries(fields = fields, max.results = max.results)
 6.         └─self$wsSearch(query = query, size = max.results, retfmt = "ids")
── Error ('test_long_100_generic.R:16:1'): Input data frame is not modified by annotateMzValues() ──
Error in `self$wsSearch(query = query, size = max.results, retfmt = "ids")`: object 'BiodbUrl' not found
Backtrace:
    ▆
 1. ├─base::do.call(fct, params)
 2. └─biodb (local) `<fn>`(conn = `<UnprtCnn>`, opt = `<named list>`)
 3.   └─conn$annotateMzValues(...)
 4.     └─self$searchForEntries(fieldsFilter, max.results = max.results)
 5.       └─private$doSearchForEntries(fields = fields, max.results = max.results)
 6.         └─self$wsSearch(query = query, size = max.results, retfmt = "ids")
── Error ('test_long_100_generic.R:16:1'): annotateMzValues() works correctly with real values. ──
Error in `self$wsSearch(query = query, size = max.results, retfmt = "ids")`: object 'BiodbUrl' not found
Backtrace:
    ▆
 1. ├─base::do.call(fct, params)
 2. └─biodb (local) `<fn>`(conn = `<UnprtCnn>`, opt = `<named list>`)
 3.   └─conn$annotateMzValues(...)
 4.     └─self$searchForEntries(fieldsFilter, max.results = max.results)
 5.       └─private$doSearchForEntries(fields = fields, max.results = max.results)
 6.         └─self$wsSearch(query = query, size = max.results, retfmt = "ids")
── Error ('test_long_100_generic.R:16:1'): Additional fields are accepted in annotateMzValues() ──
Error in `self$wsSearch(query = query, size = max.results, retfmt = "ids")`: object 'BiodbUrl' not found
Backtrace:
    ▆
 1. ├─base::do.call(fct, params)
 2. └─biodb (local) `<fn>`(conn = `<UnprtCnn>`, opt = `<named list>`)
 3.   └─conn$annotateMzValues(...)
 4.     └─self$searchForEntries(fieldsFilter, max.results = max.results)
 5.       └─private$doSearchForEntries(fields = fields, max.results = max.results)
 6.         └─self$wsSearch(query = query, size = max.results, retfmt = "ids")
── Error ('test_long_200_conversions.R:98:1'): We can convert gene symbols to UniProt IDs. ──
Error in `self$wsSearch(query, retfmt = "ids", size = limit)`: object 'BiodbUrl' not found
Backtrace:
    ▆
 1. ├─base::do.call(fct, params)
 2. └─biodbUniprot (local) `<fn>`(conn = `<UnprtCnn>`)
 3.   └─conn$geneSymbolToUniprotIds(names(expected_ids)) at test_long_200_conversions.R:14:5
 4.     └─self$wsSearch(query, retfmt = "ids", size = limit)
── Error ('test_long_200_conversions.R:100:1'): We can convert gene symbols to UniProt IDs. ──
Error in `self$wsSearch(query, retfmt = "ids", size = limit)`: object 'BiodbUrl' not found
Backtrace:
    ▆
 1. ├─base::do.call(fct, params)
 2. └─biodbUniprot (local) `<fn>`(conn = `<UnprtCnn>`)
 3.   └─conn$geneSymbolToUniprotIds(names(expected_ids)) at test_long_200_conversions.R:28:5
 4.     └─self$wsSearch(query, retfmt = "ids", size = limit)
── Error ('test_long_200_conversions.R:102:1'): We can convert gene symbols to UniProt IDs. ──
Error in `self$wsSearch(query, retfmt = "ids", size = limit)`: object 'BiodbUrl' not found
Backtrace:
    ▆
 1. ├─base::do.call(fct, params)
 2. └─biodbUniprot (local) `<fn>`(conn = `<UnprtCnn>`)
 3.   └─conn$geneSymbolToUniprotIds(names(expected_ids), ignore.nonalphanum = TRUE) at test_long_200_conversions.R:42:5
 4.     └─self$wsSearch(query, retfmt = "ids", size = limit)

[ FAIL 13 | WARN 0 | SKIP 0 | PASS 467 ]
Error: Test failures
Execution halted

'R CMD check' output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.22-bioc/R/bin/R CMD check --test-dir=longtests --no-stop-on-test-error --no-codoc --no-examples --no-manual --ignore-vignettes --check-subdirs=no biodbUniprot_1.15.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.22-bioc-longtests/meat/biodbUniprot.Rcheck’
* using R version 4.5.0 (2025-04-11)
* 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.2 LTS
* using session charset: UTF-8
* using options ‘--no-codoc --no-examples --no-manual --ignore-vignettes --no-stop-on-test-error’
* checking for file ‘biodbUniprot/DESCRIPTION’ ... OK
* this is package ‘biodbUniprot’ version ‘1.15.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 ‘biodbUniprot’ can be installed ... OK
* checking installed package size ... OK
* checking package 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 ... SKIPPED
* checking Rd \usage sections ... OK
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking files in ‘vignettes’ ... SKIPPED
* checking examples ... SKIPPED
* checking for unstated dependencies in ‘longtests’ ... OK
* checking tests in ‘longtests’ ...
  Running ‘testthat.R’
 ERROR
Running the tests in ‘longtests/testthat.R’ failed.
Last 13 lines of output:
   2. └─biodbUniprot (local) `<fn>`(conn = `<UnprtCnn>`)
   3.   └─conn$geneSymbolToUniprotIds(names(expected_ids)) at test_long_200_conversions.R:28:5
   4.     └─self$wsSearch(query, retfmt = "ids", size = limit)
  ── Error ('test_long_200_conversions.R:102:1'): We can convert gene symbols to UniProt IDs. ──
  Error in `self$wsSearch(query, retfmt = "ids", size = limit)`: object 'BiodbUrl' not found
  Backtrace:
      ▆
   1. ├─base::do.call(fct, params)
   2. └─biodbUniprot (local) `<fn>`(conn = `<UnprtCnn>`)
   3.   └─conn$geneSymbolToUniprotIds(names(expected_ids), ignore.nonalphanum = TRUE) at test_long_200_conversions.R:42:5
   4.     └─self$wsSearch(query, retfmt = "ids", size = limit)
  
  [ FAIL 13 | WARN 0 | SKIP 0 | PASS 467 ]
  Error: Test failures
  Execution halted
* DONE

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


Installation output

biodbUniprot.Rcheck/00install.out

* installing *source* package ‘biodbUniprot’ ...
** this is package ‘biodbUniprot’ version ‘1.15.0’
** 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 (biodbUniprot)