Back to Rapid builds (Linux only) of a subset of BioC 3.23
Report updated every 6 hours

This page was generated on 2025-11-08 10:13 -0500 (Sat, 08 Nov 2025).

HostnameOSArch (*)R versionInstalled pkgs
teran2Linux (Ubuntu 24.04.3 LTS)x86_64R Under development (unstable) (2025-10-28 r88973) -- "Unsuffered Consequences" 917
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 200/230HostnameOS / ArchINSTALLBUILDCHECK
sesame 1.29.0  (landing page)
Wanding Zhou
Snapshot Date: 2025-11-08 06:00 -0500 (Sat, 08 Nov 2025)
git_url: https://git.bioconductor.org/packages/sesame
git_branch: devel
git_last_commit: 92283cb
git_last_commit_date: 2025-10-29 10:46:05 -0500 (Wed, 29 Oct 2025)
teran2Linux (Ubuntu 24.04.3 LTS) / x86_64  OK    ERROR  skipped


BUILD results for sesame on teran2

To the developers/maintainers of the sesame package:
- 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.

raw results


Summary

Package: sesame
Version: 1.29.0
Command: /home/rapidbuild/bbs-3.23-bioc-rapid/R/bin/R CMD build --keep-empty-dirs --no-resave-data sesame
StartedAt: 2025-11-08 07:31:05 -0500 (Sat, 08 Nov 2025)
EndedAt: 2025-11-08 07:33:35 -0500 (Sat, 08 Nov 2025)
EllapsedTime: 150.2 seconds
RetCode: 1
Status:   ERROR  
PackageFile: None
PackageFileSize: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/rapidbuild/bbs-3.23-bioc-rapid/R/bin/R CMD build --keep-empty-dirs --no-resave-data sesame
###
##############################################################################
##############################################################################


* checking for file ‘sesame/DESCRIPTION’ ... OK
* preparing ‘sesame’:
* checking DESCRIPTION meta-information ... OK
* installing the package (it is needed to build vignettes)
* creating vignettes ... ERROR
--- re-building ‘QC.Rmd’ using rmarkdown
--- finished re-building ‘QC.Rmd’

--- re-building ‘inferences.Rmd’ using rmarkdown
--- finished re-building ‘inferences.Rmd’

--- re-building ‘modeling.Rmd’ using rmarkdown
--- finished re-building ‘modeling.Rmd’

--- re-building ‘nonhuman.Rmd’ using rmarkdown
--- finished re-building ‘nonhuman.Rmd’

--- re-building ‘sesame.Rmd’ using rmarkdown

Quitting from sesame.Rmd:223-232 [unnamed-chunk-6]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `stopAndCache()`:
! 
| File MSA.address either not found or needs to be cached to be
| used in sesame.
| Please make sure you have updated ExperimentHub and try
| > sesameDataCache("MSA.address")
| or download all data
| > sesameDataCache()
| to retrieve and cache needed sesame data.
---
Backtrace:
    ▆
 1. └─sesameData::sesameData_getManifestGRanges("MSA")
 2.   └─sesameData::sesameDataGet(sprintf("%s.address", platform))
 3.     ├─base::suppressMessages(log <- capture.output(obj <- .sesameDataGet(title)))
 4.     │ └─base::withCallingHandlers(...)
 5.     ├─utils::capture.output(obj <- .sesameDataGet(title))
 6.     │ └─base::withVisible(...elt(i))
 7.     └─sesameData:::.sesameDataGet(title)
 8.       └─sesameData:::stopAndCache(title)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Error: processing vignette 'sesame.Rmd' failed with diagnostics:

| File MSA.address either not found or needs to be cached to be
| used in sesame.
| Please make sure you have updated ExperimentHub and try
| > sesameDataCache("MSA.address")
| or download all data
| > sesameDataCache()
| to retrieve and cache needed sesame data.
--- failed re-building ‘sesame.Rmd’

SUMMARY: processing the following file failed:
  ‘sesame.Rmd’

Error: Vignette re-building failed.
Execution halted