Back to Multiple platform build/check report for BioC 3.21:   simplified   long
ABCDEFGH[I]JKLMNOPQRSTUVWXYZ

This page was generated on 2025-10-16 11:41 -0400 (Thu, 16 Oct 2025).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 24.04.3 LTS)x86_644.5.1 (2025-06-13) -- "Great Square Root" 4833
merida1macOS 12.7.6 Montereyx86_644.5.1 RC (2025-06-05 r88288) -- "Great Square Root" 4614
kjohnson1macOS 13.7.5 Venturaarm644.5.1 Patched (2025-06-14 r88325) -- "Great Square Root" 4555
kunpeng2Linux (openEuler 24.03 LTS)aarch64R Under development (unstable) (2025-02-19 r87757) -- "Unsuffered Consequences" 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 1026/2341HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
idr2d 1.22.1  (landing page)
Konstantin Krismer
Snapshot Date: 2025-10-13 13:40 -0400 (Mon, 13 Oct 2025)
git_url: https://git.bioconductor.org/packages/idr2d
git_branch: RELEASE_3_21
git_last_commit: 412d422
git_last_commit_date: 2025-09-23 05:39:44 -0400 (Tue, 23 Sep 2025)
nebbiolo1Linux (Ubuntu 24.04.3 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
merida1macOS 12.7.6 Monterey / x86_64  OK    OK    OK    OK  UNNEEDED, same version is already published
kjohnson1macOS 13.7.5 Ventura / arm64  OK    OK    OK    OK  UNNEEDED, same version is already published
kunpeng2Linux (openEuler 24.03 LTS) / aarch64  OK    OK    ERROR  


CHECK results for idr2d on kunpeng2

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.

raw results


Summary

Package: idr2d
Version: 1.22.1
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.22.1.tar.gz
StartedAt: 2025-10-14 10:17:34 -0000 (Tue, 14 Oct 2025)
EndedAt: 2025-10-14 10:22:12 -0000 (Tue, 14 Oct 2025)
EllapsedTime: 277.2 seconds
RetCode: 1
Status:   ERROR  
CheckDir: idr2d.Rcheck
Warnings: NA

Command output

##############################################################################
##############################################################################
###
### 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.22.1.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.21-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.22.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 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.366  0.072   9.457
estimate_idr2d       9.192  0.068   9.278
draw_hic_contact_map 5.522  0.088   5.622
* 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 7 | 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.21-bioc/meat/idr2d.Rcheck/00check.log’
for details.


Installation output

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.22.1’
** 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)

Tests output

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/.tmpPZTgcC/bin/python': No such file.
[ FAIL 1 | WARN 7 | 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 7 | SKIP 0 | PASS 131 ]
Error: Test failures
Execution halted

Example timings

idr2d.Rcheck/idr2d-Ex.timings

nameusersystemelapsed
calculate_midpoint_distance1d0.0010.0000.001
calculate_midpoint_distance2d000
calculate_relative_overlap1d0.0010.0000.001
calculate_relative_overlap2d0.0010.0000.001
determine_anchor_overlap0.7030.0200.725
draw_hic_contact_map5.5220.0885.622
draw_idr_distribution_histogram1.9750.0312.011
draw_rank_idr_scatterplot2.2670.0192.292
draw_value_idr_scatterplot2.5380.0362.580
establish_bijection0.3010.0000.301
establish_bijection1d0.3280.0000.329
establish_bijection2d2.0940.0042.102
establish_overlap1d0.1550.0000.155
establish_overlap2d0.4280.0000.429
estimate_idr9.3660.0729.457
estimate_idr1d1.5910.0401.634
estimate_idr2d9.1920.0689.278
estimate_idr2d_hic4.9220.0444.976
preprocess0.0040.0000.004
remove_nonstandard_chromosomes1d0.2030.0040.208
remove_nonstandard_chromosomes2d0.4000.0040.405