| Back to Multiple platform build/check report for BioC 3.22: simplified long |
|
This page was generated on 2025-11-20 12:03 -0500 (Thu, 20 Nov 2025).
| Hostname | OS | Arch (*) | R version | Installed pkgs |
|---|---|---|---|---|
| nebbiolo2 | Linux (Ubuntu 24.04.3 LTS) | x86_64 | 4.5.2 (2025-10-31) -- "[Not] Part in a Rumble" | 4615 |
| merida1 | macOS 12.7.6 Monterey | x86_64 | 4.5.2 Patched (2025-11-05 r88990) -- "[Not] Part in a Rumble" | 4610 |
| kjohnson1 | macOS 13.7.5 Ventura | arm64 | 4.5.2 Patched (2025-11-04 r88984) -- "[Not] Part in a Rumble" | 4598 |
| taishan | Linux (openEuler 24.03 LTS) | aarch64 | 4.5.0 (2025-04-11) -- "How About a Twenty-Six" | 4668 |
| 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 731/2361 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
| fenr 1.8.0 (landing page) Marek Gierlinski
| nebbiolo2 | Linux (Ubuntu 24.04.3 LTS) / x86_64 | OK | OK | ERROR | |||||||||
| merida1 | macOS 12.7.6 Monterey / x86_64 | OK | OK | OK | OK | |||||||||
| kjohnson1 | macOS 13.7.5 Ventura / arm64 | OK | OK | ERROR | OK | |||||||||
| taishan | Linux (openEuler 24.03 LTS) / aarch64 | OK | OK | OK | ||||||||||
|
To the developers/maintainers of the fenr package: - Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/fenr.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. |
| Package: fenr |
| Version: 1.8.0 |
| Command: /home/biocbuild/bbs-3.22-bioc/R/bin/R CMD check --install=check:fenr.install-out.txt --library=/home/biocbuild/bbs-3.22-bioc/R/site-library --timings fenr_1.8.0.tar.gz |
| StartedAt: 2025-11-18 03:55:55 -0500 (Tue, 18 Nov 2025) |
| EndedAt: 2025-11-18 04:28:37 -0500 (Tue, 18 Nov 2025) |
| EllapsedTime: 1962.6 seconds |
| RetCode: 1 |
| Status: ERROR |
| CheckDir: fenr.Rcheck |
| Warnings: NA |
##############################################################################
##############################################################################
###
### Running command:
###
### /home/biocbuild/bbs-3.22-bioc/R/bin/R CMD check --install=check:fenr.install-out.txt --library=/home/biocbuild/bbs-3.22-bioc/R/site-library --timings fenr_1.8.0.tar.gz
###
##############################################################################
##############################################################################
* using log directory ‘/home/biocbuild/bbs-3.22-bioc/meat/fenr.Rcheck’
* using R version 4.5.2 (2025-10-31)
* 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 ‘fenr/DESCRIPTION’ ... OK
* this is package ‘fenr’ version ‘1.8.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 ‘fenr’ 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 ‘fenr-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: fetch_reactome
> ### Title: Get functional term data from Reactome
> ### Aliases: fetch_reactome
>
> ### ** Examples
>
> reactome_data <- fetch_reactome("Saccharomyces cerevisiae", on_error = "warn")
Warning: download failed
web resource path: ‘https://reactome.org/download/current/Ensembl2Reactome_PE_Pathway.txt’
local file path: ‘/home/biocbuild/.cache/R/fenr/1400071ba5734_Ensembl2Reactome_PE_Pathway.txt’
reason: Failed to perform HTTP request.
Caused by error in `curl::curl_fetch_disk()`:
! Failure when receiving data from the peer [reactome.org]:
GnuTLS recv error (-9): Error decoding the received TLS packet.
Warning: bfcadd() failed; resource removed
rid: BFC2
fpath: ‘https://reactome.org/download/current/Ensembl2Reactome_PE_Pathway.txt’
reason: download failed
Error in .util_download(x, rid[i], proxy, progress, config, "bfcadd()", :
bfcadd() failed; see warnings()
Calls: fetch_reactome ... cache_path -> <Anonymous> -> <Anonymous> -> .util_download
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
fetch_go 11.954 0.795 650.251
fetch_kegg 1.228 0.006 20.671
* 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:
3. │ ├─dplyr::distinct(...)
4. │ ├─dplyr::filter(...)
5. │ ├─dplyr::select(...)
6. │ ├─dplyr::mutate(...)
7. │ ├─dplyr::filter(...)
8. │ └─readr::read_tsv(lpath, col_names = colms, show_col_types = FALSE)
9. │ └─vroom::vroom(...)
10. │ └─vroom:::vroom_(...)
11. ├─base (local) `<fn>`(`<curl>`, `<raw>`, 131071L)
12. └─curl:::raise_libcurl_error(...)
[ FAIL 1 | WARN 0 | SKIP 2 | PASS 302 ]
Error:
! Test failures.
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
See
‘/home/biocbuild/bbs-3.22-bioc/meat/fenr.Rcheck/00check.log’
for details.
fenr.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/bbs-3.22-bioc/R/bin/R CMD INSTALL fenr ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/bbs-3.22-bioc/R/site-library’ * installing *source* package ‘fenr’ ... ** this is package ‘fenr’ version ‘1.8.0’ ** using staged installation ** R ** data ** 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 (fenr)
fenr.Rcheck/tests/testthat.Rout.fail
R version 4.5.2 (2025-10-31) -- "[Not] Part in a Rumble"
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(fenr)
>
> test_check("fenr")
Saving _problems/test_reactome-62.R
[ FAIL 1 | WARN 0 | SKIP 2 | PASS 302 ]
══ Skipped tests (2) ═══════════════════════════════════════════════════════════
• empty test (2): 'test_bp.R:9:1', 'test_go.R:56:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_reactome.R:62:3'): Correct Reactome Ensembl from yeast ─────────
<curl_error_recv_error/curl_error/error/condition>
Error in `(function (con, what, n = 1L, size = NA_integer_, signed = TRUE, endian = .Platform$endian) { if (!endian %in% c("big", "little", "swap")) stop("invalid 'endian' argument") if (is.character(con)) { con <- file(con, "rb") on.exit(close(con)) } swap <- endian != .Platform$endian if (!is.character(what) || is.na(what) || length(what) != 1L || !any(what == c("numeric", "double", "integer", "int", "logical", "complex", "character", "raw"))) what <- typeof(what) .Internal(readBin(con, what, n, size, signed, swap)) })(structure(4L, class = c("curl", "connection"), conn_id = <pointer: 0x6088ed9cc9a0>), raw(0), 131071L)`: Failure when receiving data from the peer [reactome.org]:
GnuTLS recv error (-9): Error decoding the received TLS packet.
Backtrace:
▆
1. ├─fenr::fetch_reactome(...) at test_reactome.R:62:3
2. │ └─fenr:::fetch_reactome_ensembl_genes(...)
3. │ ├─dplyr::distinct(...)
4. │ ├─dplyr::filter(...)
5. │ ├─dplyr::select(...)
6. │ ├─dplyr::mutate(...)
7. │ ├─dplyr::filter(...)
8. │ └─readr::read_tsv(lpath, col_names = colms, show_col_types = FALSE)
9. │ └─vroom::vroom(...)
10. │ └─vroom:::vroom_(...)
11. ├─base (local) `<fn>`(`<curl>`, `<raw>`, 131071L)
12. └─curl:::raise_libcurl_error(...)
[ FAIL 1 | WARN 0 | SKIP 2 | PASS 302 ]
Error:
! Test failures.
Execution halted
fenr.Rcheck/fenr-Ex.timings
| name | user | system | elapsed | |
| enrichment_interactive | 0 | 0 | 0 | |
| fetch_bp | 0.302 | 0.014 | 4.976 | |
| fetch_go | 11.954 | 0.795 | 650.251 | |
| fetch_go_species | 0.032 | 0.000 | 0.787 | |
| fetch_kegg | 1.228 | 0.006 | 20.671 | |
| fetch_kegg_species | 0.103 | 0.014 | 3.701 | |