| Back to Multiple platform build/check report for BioC 3.22: simplified long |
|
This page was generated on 2025-11-12 11:58 -0500 (Wed, 12 Nov 2025).
| Hostname | OS | Arch (*) | R version | Installed pkgs |
|---|---|---|---|---|
| nebbiolo2 | Linux (Ubuntu 24.04.3 LTS) | x86_64 | 4.5.1 Patched (2025-08-23 r88802) -- "Great Square Root" | 4902 |
| 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 812/2361 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
| gemma.R 3.6.0 (landing page) Ogan Mancarci
| nebbiolo2 | Linux (Ubuntu 24.04.3 LTS) / x86_64 | OK | ERROR | skipped | |||||||||
| taishan | Linux (openEuler 24.03 LTS) / aarch64 | OK | OK | ERROR | ||||||||||
|
To the developers/maintainers of the gemma.R package: - Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/gemma.R.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. |
| Package: gemma.R |
| Version: 3.6.0 |
| Command: /home/biocbuild/R/R/bin/R CMD check --install=check:gemma.R.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings gemma.R_3.6.0.tar.gz |
| StartedAt: 2025-11-11 09:57:45 -0000 (Tue, 11 Nov 2025) |
| EndedAt: 2025-11-11 10:18:18 -0000 (Tue, 11 Nov 2025) |
| EllapsedTime: 1232.8 seconds |
| RetCode: 1 |
| Status: ERROR |
| CheckDir: gemma.R.Rcheck |
| Warnings: NA |
##############################################################################
##############################################################################
###
### Running command:
###
### /home/biocbuild/R/R/bin/R CMD check --install=check:gemma.R.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings gemma.R_3.6.0.tar.gz
###
##############################################################################
##############################################################################
* using log directory ‘/home/biocbuild/bbs-3.22-bioc/meat/gemma.R.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 ‘gemma.R/DESCRIPTION’ ... OK
* this is package ‘gemma.R’ version ‘3.6.0’
* package encoding: UTF-8
* checking package namespace information ... OK
* checking package dependencies ... INFO
Imports includes 21 non-default packages.
Importing from so many packages makes the package vulnerable to any of
them becoming unavailable. Move as many as possible to Suggests and
use conditionally.
* 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 ‘gemma.R’ 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 files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
get_dataset_object 9.388 0.320 22.914
get_gene_differential_expression_values 2.902 0.211 10.059
dot-get_gene_differential_expression_values 2.636 0.163 12.182
get_dataset_processed_expression 1.055 0.048 20.228
update_result 0.664 0.011 6.777
get_dataset_differential_expression_analyses 0.578 0.035 11.526
get_differential_expression_values 0.259 0.012 5.044
get_datasets 0.188 0.008 7.061
* 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:
1. ├─gemma.R::get_dataset_expression_for_genes(dt, c(213742, 20592)) at testOrderSanity.R:31:9
2. │ └─gemma.R::get_datasets_by_ids(datasets = datasets)
3. │ └─gemma.R:::.body(...)
4. │ ├─base::eval(requestExpr)
5. │ │ └─base::eval(requestExpr)
6. │ └─httr::GET(...)
7. │ └─httr:::request_perform(req, hu$handle$handle)
8. │ ├─httr:::request_fetch(req$output, req$url, handle)
9. │ └─httr:::request_fetch.write_memory(req$output, req$url, handle)
10. │ └─curl::curl_fetch_memory(url, handle = handle)
11. └─curl:::raise_libcurl_error(...)
[ FAIL 1 | WARN 0 | SKIP 5 | PASS 158 ]
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
See
‘/home/biocbuild/bbs-3.22-bioc/meat/gemma.R.Rcheck/00check.log’
for details.
gemma.R.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/R/R/bin/R CMD INSTALL gemma.R ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/R/R-4.5.0/site-library’ * installing *source* package ‘gemma.R’ ... ** this is package ‘gemma.R’ version ‘3.6.0’ ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** 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 (gemma.R)
gemma.R.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(dplyr)
Attaching package: 'dplyr'
The following object is masked from 'package:testthat':
matches
The following objects are masked from 'package:stats':
filter, lag
The following objects are masked from 'package:base':
intersect, setdiff, setequal, union
>
> # Prevent certificate issues for GitHub actions
> options(gemma.SSL = FALSE)
> # get gemma api path if it's set in the environment
> gemma.R:::setGemmaPath('prod')
[1] "https://gemma.msl.ubc.ca/rest/v2/"
> print(gemma.R:::gemmaPath())
[1] "https://gemma.msl.ubc.ca/rest/v2/"
> test_check("gemma.R")
Loading required package: gemma.R
[ FAIL 1 | WARN 0 | SKIP 5 | PASS 158 ]
══ Skipped tests (5) ═══════════════════════════════════════════════════════════
• On Bioconductor (4): 'testCaches.R:37:3', 'testConvenience.R:15:5',
'testConvenience.R:37:5', 'testDatasetEndpoints.R:88:5'
• empty test (1): 'testConvenience.R:1:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('testOrderSanity.R:31:9'): Multiple sanity checks for expression/differential expression values and sample metadata ──
<curl_error_operation_timedout/curl_error/error/condition>
Error in `curl::curl_fetch_memory(url, handle = handle)`: Timeout was reached [gemma.msl.ubc.ca]:
Connection timed out after 10001 milliseconds
Backtrace:
▆
1. ├─gemma.R::get_dataset_expression_for_genes(dt, c(213742, 20592)) at testOrderSanity.R:31:9
2. │ └─gemma.R::get_datasets_by_ids(datasets = datasets)
3. │ └─gemma.R:::.body(...)
4. │ ├─base::eval(requestExpr)
5. │ │ └─base::eval(requestExpr)
6. │ └─httr::GET(...)
7. │ └─httr:::request_perform(req, hu$handle$handle)
8. │ ├─httr:::request_fetch(req$output, req$url, handle)
9. │ └─httr:::request_fetch.write_memory(req$output, req$url, handle)
10. │ └─curl::curl_fetch_memory(url, handle = handle)
11. └─curl:::raise_libcurl_error(...)
[ FAIL 1 | WARN 0 | SKIP 5 | PASS 158 ]
Error: Test failures
Execution halted
gemma.R.Rcheck/gemma.R-Ex.timings
| name | user | system | elapsed | |
| dot-getResultSets | 0.001 | 0.000 | 0.000 | |
| dot-get_dataset_expression_for_genes | 1.236 | 0.154 | 4.513 | |
| dot-get_gene_differential_expression_values | 2.636 | 0.163 | 12.182 | |
| filter_properties | 0.045 | 0.004 | 0.051 | |
| forget_gemma_memoised | 0.026 | 0.000 | 0.065 | |
| gemma_call | 0.008 | 0.000 | 0.997 | |
| get_annotation_children | 0.011 | 0.000 | 0.738 | |
| get_annotation_parents | 0.012 | 0.000 | 1.455 | |
| get_child_terms | 0.022 | 0.000 | 0.556 | |
| get_dataset_annotations | 0.010 | 0.000 | 0.279 | |
| get_dataset_differential_expression_analyses | 0.578 | 0.035 | 11.526 | |
| get_dataset_expression | 0.879 | 0.052 | 4.702 | |
| get_dataset_expression_for_genes | 0.384 | 0.015 | 1.614 | |
| get_dataset_object | 9.388 | 0.320 | 22.914 | |
| get_dataset_platforms | 0.011 | 0.008 | 1.260 | |
| get_dataset_processed_expression | 1.055 | 0.048 | 20.228 | |
| get_dataset_publications | 0.010 | 0.001 | 0.257 | |
| get_dataset_quantitation_types | 0.012 | 0.000 | 0.379 | |
| get_dataset_raw_expression | 0.607 | 0.026 | 3.335 | |
| get_dataset_samples | 0.316 | 0.011 | 0.926 | |
| get_datasets | 0.188 | 0.008 | 7.061 | |
| get_datasets_by_ids | 0.043 | 0.008 | 0.553 | |
| get_differential_expression_values | 0.259 | 0.012 | 5.044 | |
| get_gene_differential_expression_values | 2.902 | 0.211 | 10.059 | |
| get_gene_go_terms | 0.053 | 0.000 | 1.038 | |
| get_gene_locations | 0.027 | 0.000 | 0.582 | |
| get_gene_probes | 0.031 | 0.000 | 0.379 | |
| get_genes | 0.028 | 0.004 | 0.556 | |
| get_platform_annotations | 0.538 | 0.026 | 4.258 | |
| get_platform_datasets | 0.043 | 0.000 | 0.485 | |
| get_platform_element_genes | 0.016 | 0.000 | 0.288 | |
| get_platforms_by_ids | 0.029 | 0.003 | 0.569 | |
| get_result_sets | 0.050 | 0.001 | 0.570 | |
| get_taxa | 0.008 | 0.004 | 0.255 | |
| get_taxa_by_ids | 0.010 | 0.000 | 0.254 | |
| get_taxon_datasets | 0.044 | 0.000 | 0.486 | |
| make_design | 0.872 | 0.043 | 1.816 | |
| search_annotations | 0.014 | 0.000 | 0.259 | |
| search_datasets | 0.040 | 0.008 | 0.690 | |
| search_gemma | 0.134 | 0.004 | 1.284 | |
| update_result | 0.664 | 0.011 | 6.777 | |