Back to Multiple platform build/check report for BioC 3.22:   simplified   long
A[B]CDEFGHIJKLMNOPQRSTUVWXYZ

This page was generated on 2025-11-24 12:07 -0500 (Mon, 24 Nov 2025).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 24.04.3 LTS)x86_644.5.2 (2025-10-31) -- "[Not] Part in a Rumble" 4873
merida1macOS 12.7.6 Montereyx86_644.5.2 Patched (2025-11-05 r88990) -- "[Not] Part in a Rumble" 4654
kjohnson1macOS 13.7.5 Venturaarm644.5.2 Patched (2025-11-04 r88984) -- "[Not] Part in a Rumble" 4600
taishanLinux (openEuler 24.03 LTS)aarch644.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 186/2361HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
BiocBook 1.8.0  (landing page)
Jacques Serizay
Snapshot Date: 2025-11-20 15:01 -0500 (Thu, 20 Nov 2025)
git_url: https://git.bioconductor.org/packages/BiocBook
git_branch: RELEASE_3_22
git_last_commit: 7c3194e
git_last_commit_date: 2025-10-29 11:25:47 -0500 (Wed, 29 Oct 2025)
nebbiolo2Linux (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
taishanLinux (openEuler 24.03 LTS) / aarch64  OK    OK    ERROR  


CHECK results for BiocBook on taishan

To the developers/maintainers of the BiocBook package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/BiocBook.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: BiocBook
Version: 1.8.0
Command: /home/biocbuild/R/R/bin/R CMD check --install=check:BiocBook.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings BiocBook_1.8.0.tar.gz
StartedAt: 2025-11-21 08:05:03 -0000 (Fri, 21 Nov 2025)
EndedAt: 2025-11-21 08:07:13 -0000 (Fri, 21 Nov 2025)
EllapsedTime: 129.3 seconds
RetCode: 1
Status:   ERROR  
CheckDir: BiocBook.Rcheck
Warnings: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/R/R/bin/R CMD check --install=check:BiocBook.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings BiocBook_1.8.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.22-bioc/meat/BiocBook.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 ‘BiocBook/DESCRIPTION’ ... OK
* this is package ‘BiocBook’ 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 ‘BiocBook’ 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
BiocBook-editing 2.136  0.114  18.501
BiocBook         0.521  0.083  18.191
* 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. ├─BiocBook::add_preamble(bb, open = FALSE)
    4. │ └─BiocBook:::.add_page(...)
    5. │   └─BiocBook:::.find_path(file.path("pages", file), book)
    6. │     ├─rprojroot::find_root_file(...)
    7. │     │ └─rprojroot::find_root(criterion = criterion, path = path)
    8. │     │   └─rprojroot:::get_start_path(path, criterion$subdir)
    9. │     │     └─base::normalizePath(path, winslash = "/", mustWork = TRUE)
   10. │     │       └─base::path.expand(path)
   11. │     └─BiocGenerics::path(book)
   12. └─base::.handleSimpleError(...)
   13.   └─base (local) h(simpleError(msg, call))
  
  [ FAIL 7 | WARN 0 | SKIP 0 | PASS 0 ]
  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/BiocBook.Rcheck/00check.log’
for details.


Installation output

BiocBook.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/R/R/bin/R CMD INSTALL BiocBook
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/R/R-4.5.0/site-library’
* installing *source* package ‘BiocBook’ ...
** this is package ‘BiocBook’ version ‘1.8.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 (BiocBook)

Tests output

BiocBook.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.

> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
> 
> library(testthat)
> library(BiocBook)
> 
> test_check("BiocBook")
== Running preflight checklist =================================================
\ Checking that no folder named `Z6W0P2U8A7` already exists
\ Checking package name availability
[ FAIL 7 | WARN 0 | SKIP 0 | PASS 0 ]

══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-BiocBook.R:10:5'): init work ─────────────────────────────────
Expected `init(tmpdir, .local = TRUE)` to run without any errors.
i Actually got a <rlang_error> with text:
  Package name `Z6W0P2U8A7` is considered profanity. Please pick another name for this BiocBook.
── Failure ('test-BiocBook.R:11:5'): init work ─────────────────────────────────
Expected `bb <- BiocBook(tmpdir)` to run without any errors.
i Actually got a <rlang_error> with text:
  The provided path is not a `BiocBook` repository
── Failure ('test-BiocBook.R:12:5'): init work ─────────────────────────────────
Expected `show(bb)` to run without any errors.
i Actually got a <simpleError> with text:
  error in evaluating the argument 'object' in selecting a method for function 'show': object 'bb' not found
── Failure ('test-BiocBook.R:13:5'): init work ─────────────────────────────────
Expected `path(bb)` to run without any errors.
i Actually got a <simpleError> with text:
  error in evaluating the argument 'object' in selecting a method for function 'path': object 'bb' not found
── Failure ('test-BiocBook.R:14:5'): init work ─────────────────────────────────
Expected `chapters(bb)` to run without any errors.
i Actually got a <simpleError> with text:
  error in evaluating the argument 'object' in selecting a method for function 'chapters': object 'bb' not found
── Failure ('test-BiocBook.R:15:5'): init work ─────────────────────────────────
Expected `releases(bb)` to run without any errors.
i Actually got a <simpleError> with text:
  error in evaluating the argument 'object' in selecting a method for function 'releases': object 'bb' not found
── Error ('test-BiocBook.R:19:5'): init work ───────────────────────────────────
Error in `h(simpleError(msg, call))`: error in evaluating the argument 'object' in selecting a method for function 'path': object 'bb' not found
Backtrace:
     ▆
  1. ├─testthat::expect_invisible(add_preamble(bb, open = FALSE)) at test-BiocBook.R:19:5
  2. │ └─base::withVisible(call)
  3. ├─BiocBook::add_preamble(bb, open = FALSE)
  4. │ └─BiocBook:::.add_page(...)
  5. │   └─BiocBook:::.find_path(file.path("pages", file), book)
  6. │     ├─rprojroot::find_root_file(...)
  7. │     │ └─rprojroot::find_root(criterion = criterion, path = path)
  8. │     │   └─rprojroot:::get_start_path(path, criterion$subdir)
  9. │     │     └─base::normalizePath(path, winslash = "/", mustWork = TRUE)
 10. │     │       └─base::path.expand(path)
 11. │     └─BiocGenerics::path(book)
 12. └─base::.handleSimpleError(...)
 13.   └─base (local) h(simpleError(msg, call))

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

Example timings

BiocBook.Rcheck/BiocBook-Ex.timings

nameusersystemelapsed
BiocBook-editing 2.136 0.11418.501
BiocBook 0.521 0.08318.191