| Back to Multiple platform build/check report for BioC 3.23: simplified long |
|
This page was generated on 2026-04-20 11:37 -0400 (Mon, 20 Apr 2026).
| Hostname | OS | Arch (*) | R version | Installed pkgs |
|---|---|---|---|---|
| nebbiolo1 | Linux (Ubuntu 24.04.4 LTS) | x86_64 | 4.6.0 alpha (2026-04-05 r89794) | 4961 |
| kjohnson3 | macOS 13.7.7 Ventura | arm64 | 4.6.0 alpha (2026-04-08 r89818) | 4690 |
| kunpeng2 | Linux (openEuler 24.03 LTS) | aarch64 | R Under development (unstable) (2025-02-19 r87757) -- "Unsuffered Consequences" | 4627 |
| 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 1053/2404 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
| idr2d 1.25.0 (landing page) Konstantin Krismer
| nebbiolo1 | Linux (Ubuntu 24.04.4 LTS) / x86_64 | OK | OK | OK | |||||||||
| kjohnson3 | macOS 13.7.7 Ventura / arm64 | OK | OK | OK | OK | |||||||||
| kunpeng2 | Linux (openEuler 24.03 LTS) / aarch64 | OK | OK | ERROR | ||||||||||
| See other builds for idr2d in R Universe. | ||||||||||||||
|
To the developers/maintainers of the idr2d package: - Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/idr2d.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: idr2d |
| Version: 1.25.0 |
| Command: /home/biocbuild/R/R/bin/R CMD check --install=check:idr2d.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings idr2d_1.25.0.tar.gz |
| StartedAt: 2026-04-17 04:22:07 -0000 (Fri, 17 Apr 2026) |
| EndedAt: 2026-04-17 04:26:43 -0000 (Fri, 17 Apr 2026) |
| EllapsedTime: 275.3 seconds |
| RetCode: 1 |
| Status: ERROR |
| CheckDir: idr2d.Rcheck |
| Warnings: NA |
##############################################################################
##############################################################################
###
### Running command:
###
### /home/biocbuild/R/R/bin/R CMD check --install=check:idr2d.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings idr2d_1.25.0.tar.gz
###
##############################################################################
##############################################################################
* using log directory ‘/home/biocbuild/bbs-3.23-bioc/meat/idr2d.Rcheck’
* using R Under development (unstable) (2025-02-19 r87757)
* 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-SP1)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘idr2d/DESCRIPTION’ ... OK
* this is package ‘idr2d’ version ‘1.25.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 ‘idr2d’ 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 whether startup messages can be suppressed ... 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 ... OK
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
estimate_idr 9.401 0.079 9.504
estimate_idr2d 9.368 0.052 9.440
draw_hic_contact_map 5.870 0.128 6.011
* 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:
9. │ │ └─testthat::capture_output_lines(code, print, width = width)
10. │ │ └─testthat:::eval_with_output(code, print = print, width = width)
11. │ │ ├─withr::with_output_sink(path, withVisible(code))
12. │ │ │ └─base::force(code)
13. │ │ └─base::withVisible(code)
14. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
15. └─idr2d::parse_juicer_matrix("wrong/path", use_python = NULL, use_virtualenv = NULL)
16. └─reticulate::import("straw")
17. └─reticulate:::ensure_python_initialized(required_module = module)
18. └─reticulate:::initialize_python()
19. └─reticulate (local) python_not_found("Installation of Python not found, Python bindings not loaded.")
[ FAIL 1 | WARN 6 | SKIP 0 | PASS 131 ]
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.23-bioc/meat/idr2d.Rcheck/00check.log’
for details.
idr2d.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/R/R/bin/R CMD INSTALL idr2d ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/R/R-devel_2025-02-19/site-library’ * installing *source* package ‘idr2d’ ... ** this is package ‘idr2d’ version ‘1.25.0’ ** using staged installation ** R ** data ** 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 (idr2d)
idr2d.Rcheck/tests/testthat.Rout.fail
R Under development (unstable) (2025-02-19 r87757) -- "Unsuffered Consequences"
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(idr2d)
>
> test_check("idr2d")
Error in python_config_impl(python) :
Error running '/home/biocbuild/.cache/R/reticulate/uv/cache/builds-v0/.tmpw7lOcw/bin/python': No such file.
[ FAIL 1 | WARN 6 | SKIP 0 | PASS 131 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-hic.R:36:5'): parse_juicer_matrix ────────────────────────────
`expect_output(...)` threw an error with unexpected message.
Expected match: "No module named|Specified version of python"
Actual message: "Installation of Python not found, Python bindings not loaded.\nSee the Python \"Order of Discovery\" here: https://rstudio.github.io/reticulate/articles/versions.html#order-of-discovery."
Backtrace:
▆
1. ├─testthat::expect_error(...) at test-hic.R:36:5
2. │ └─testthat:::quasi_capture(...)
3. │ ├─testthat (local) .capture(...)
4. │ │ └─base::withCallingHandlers(...)
5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
6. ├─testthat::expect_output(...)
7. │ └─testthat:::quasi_capture(...)
8. │ ├─testthat (local) .capture(...)
9. │ │ └─testthat::capture_output_lines(code, print, width = width)
10. │ │ └─testthat:::eval_with_output(code, print = print, width = width)
11. │ │ ├─withr::with_output_sink(path, withVisible(code))
12. │ │ │ └─base::force(code)
13. │ │ └─base::withVisible(code)
14. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
15. └─idr2d::parse_juicer_matrix("wrong/path", use_python = NULL, use_virtualenv = NULL)
16. └─reticulate::import("straw")
17. └─reticulate:::ensure_python_initialized(required_module = module)
18. └─reticulate:::initialize_python()
19. └─reticulate (local) python_not_found("Installation of Python not found, Python bindings not loaded.")
[ FAIL 1 | WARN 6 | SKIP 0 | PASS 131 ]
Error: Test failures
Execution halted
idr2d.Rcheck/idr2d-Ex.timings
| name | user | system | elapsed | |
| calculate_midpoint_distance1d | 0 | 0 | 0 | |
| calculate_midpoint_distance2d | 0.001 | 0.000 | 0.000 | |
| calculate_relative_overlap1d | 0.001 | 0.000 | 0.001 | |
| calculate_relative_overlap2d | 0.001 | 0.000 | 0.001 | |
| determine_anchor_overlap | 0.209 | 0.019 | 0.229 | |
| draw_hic_contact_map | 5.870 | 0.128 | 6.011 | |
| draw_idr_distribution_histogram | 2.032 | 0.048 | 2.084 | |
| draw_rank_idr_scatterplot | 2.593 | 0.064 | 2.664 | |
| draw_value_idr_scatterplot | 1.960 | 0.064 | 2.028 | |
| establish_bijection | 0.309 | 0.008 | 0.318 | |
| establish_bijection1d | 0.304 | 0.004 | 0.309 | |
| establish_bijection2d | 2.098 | 0.060 | 2.163 | |
| establish_overlap1d | 0.157 | 0.000 | 0.157 | |
| establish_overlap2d | 0.426 | 0.004 | 0.431 | |
| estimate_idr | 9.401 | 0.079 | 9.504 | |
| estimate_idr1d | 1.478 | 0.012 | 1.494 | |
| estimate_idr2d | 9.368 | 0.052 | 9.440 | |
| estimate_idr2d_hic | 4.446 | 0.000 | 4.455 | |
| preprocess | 0.004 | 0.000 | 0.004 | |
| remove_nonstandard_chromosomes1d | 0.201 | 0.004 | 0.205 | |
| remove_nonstandard_chromosomes2d | 0.40 | 0.02 | 0.42 | |