Back to Multiple platform build/check report for BioC 3.22:   simplified   long
ABCDEFGHIJKL[M]NOPQRSTUVWXYZ

This page was generated on 2025-12-01 12:02 -0500 (Mon, 01 Dec 2025).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 24.04.3 LTS)x86_644.5.2 (2025-10-31) -- "[Not] Part in a Rumble" 4878
merida1macOS 12.7.6 Montereyx86_644.5.2 (2025-10-31) -- "[Not] Part in a Rumble" 4610
taishanLinux (openEuler 24.03 LTS)aarch644.5.0 (2025-04-11) -- "How About a Twenty-Six" 4669
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 1230/2361HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
memes 1.18.0  (landing page)
Spencer Nystrom
Snapshot Date: 2025-11-27 13:45 -0500 (Thu, 27 Nov 2025)
git_url: https://git.bioconductor.org/packages/memes
git_branch: RELEASE_3_22
git_last_commit: ca59d4c
git_last_commit_date: 2025-10-29 11:07:17 -0500 (Wed, 29 Oct 2025)
nebbiolo2Linux (Ubuntu 24.04.3 LTS) / x86_64  OK    OK    WARNINGS  UNNEEDED, same version is already published
merida1macOS 12.7.6 Monterey / x86_64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published
taishanLinux (openEuler 24.03 LTS) / aarch64  OK    OK    ERROR  


CHECK results for memes on taishan

To the developers/maintainers of the memes package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/memes.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: memes
Version: 1.18.0
Command: /home/biocbuild/R/R/bin/R CMD check --install=check:memes.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings memes_1.18.0.tar.gz
StartedAt: 2025-11-28 11:31:45 -0000 (Fri, 28 Nov 2025)
EndedAt: 2025-11-28 11:34:42 -0000 (Fri, 28 Nov 2025)
EllapsedTime: 177.3 seconds
RetCode: 1
Status:   ERROR  
CheckDir: memes.Rcheck
Warnings: NA

Command output

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


* using log directory ‘/home/biocbuild/bbs-3.22-bioc/meat/memes.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 ‘memes/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘memes’ version ‘1.18.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 ‘memes’ 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 ... WARNING
Missing or unexported objects:
  ‘plyranges::mutate’ ‘plyranges::select’
* checking S3 generic/method consistency ... WARNING
motif_input:
  function(x, ...)
motif_input.universalmotif_df:
  function(input, path)

motif_input:
  function(x, ...)
motif_input.universalmotif:
  function(input, path)

motif_input:
  function(x, ...)
motif_input.list:
  function(input, path)

motif_input:
  function(x, ...)
motif_input.character:
  function(input, path)

motif_input:
  function(x, ...)
motif_input.data.frame:
  function(input, path)

sequence_input:
  function(x)
sequence_input.DNAStringSet:
  function(input)

sequence_input:
  function(x)
sequence_input.character:
  function(input)

sequence_input:
  function(x)
sequence_input.BStringSet:
  function(input)

sequence_input:
  function(x)
sequence_input.AAStringSet:
  function(input)
See section ‘Generic functions and methods’ in the ‘Writing R
Extensions’ manual.
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... OK
* checking Rd files ... NOTE
checkRd: (-1) runTomTom.Rd:51: Lost braces; missing escapes or markup?
    51 | \item{...}{additional flags passed to tomtom using {cmdfun} formating (see table below for details)}
       |                                                    ^
* 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 LazyData ... OK
* checking data for ASCII and uncompressed saves ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... ERROR
Running examples in ‘memes-Ex.R’ failed
The error most likely occurred in:

> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: runDreme
> ### Title: Denovo motif discovery of target regions using DREME
> ### Aliases: runDreme
> 
> ### ** Examples
> 
> if (meme_is_installed()) {
+ # Create random named sequences as input for example
+ seqs <- universalmotif::create_sequences(rng.seed = 123)
+ names(seqs) <- seq_along(seqs)
+ 
+ # Runs dreme with default settings, shuffles input as background
+ runDreme(seqs, "shuffle")
+ 
+ # Runs searching for max 2 motifs, e-value cutoff = 0.1, explicitly using the DNA alphabet
+ runDreme(seqs, "shuffle", nmotifs = 2, e = 0.1, dna = TRUE)
+ }
Error in `process_initialize(self, private, command, args, stdin, stdout, …`:
! Native call to `processx_exec` failed
Caused by error in `chain_call(c_processx_exec, command, c(command, args), pty, pty_options, …`:
! cannot start processx process '/opt/meme/bin/dreme' (system error 2, No such file or directory) @unix/processx.c:611 (processx_exec)
---
Backtrace:
 1. memes::runDreme(seqs, "shuffle")
 2. memes:::runDreme.default(seqs, "shuffle")
 3. processx::run(command, flags, spinner = TRUE, error_on_status = FALSE)
 4. process$new(command, args, echo_cmd = echo_cmd, wd = wd, windows_verbatim_…
 5. local initialize(...)
 6. processx:::process_initialize(self, private, command, args, stdin, stdout, …
 7. processx:::chain_call(c_processx_exec, command, c(command, args), pty, pty_options, …
 8. | base::withCallingHandlers(do.call(".Call", list(.NAME, ...)), error = function(e…
 9. | base::do.call(".Call", list(.NAME, ...))
10. | base::.handleSimpleError(function (e) …
11. | local h(simpleError(msg, call))
12. | processx:::throw_error(err, parent = e)
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
                        user system elapsed
runAme                10.906  0.945   9.888
add_sequence           9.277  0.239   9.543
plot_sequence_heatmap  5.987  0.374   6.402
* 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, 2 WARNINGs, 1 NOTE
See
  ‘/home/biocbuild/bbs-3.22-bioc/meat/memes.Rcheck/00check.log’
for details.


Installation output

memes.Rcheck/00install.out

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


* installing to library ‘/home/biocbuild/R/R-4.5.0/site-library’
* installing *source* package ‘memes’ ...
** this is package ‘memes’ version ‘1.18.0’
** using staged installation
** R
** data
*** moving datasets to lazyload DB
** 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 (memes)

Tests output


Example timings

memes.Rcheck/memes-Ex.timings

nameusersystemelapsed
add_sequence9.2770.2399.543
ame_compare_heatmap_methods3.0390.1323.179
check_meme_install0.8670.0200.891
drop_best_match0.0060.0000.006
example_ame0.0830.0000.083
example_ame_large0.0540.0000.054
force_best_match1.5760.2371.916
get_sequence0.5590.0990.664
has_duplicate_motifs0.0070.0000.009
importAme0.2740.0670.343
importDremeXML0.4430.0360.483
importFimo0.0370.0190.057
importMeme0.1120.0160.132
importStremeXML0.3530.0480.419
importTomTomXML0.5830.0160.602
meme_is_installed0.0720.0000.072
nest_tomtom1.2330.1271.366
plot_ame_heatmap1.2270.1321.376
plot_sequence_heatmap5.9870.3746.402
remove_duplicate_motifs0.0010.0030.004
runAme10.906 0.945 9.888