Back to Multiple platform build/check report for BioC 3.22: simplified long |
|
This page was generated on 2025-08-26 12:07 -0400 (Tue, 26 Aug 2025).
Hostname | OS | Arch (*) | R version | Installed pkgs |
---|---|---|---|---|
nebbiolo2 | Linux (Ubuntu 24.04.3 LTS) | x86_64 | 4.5.1 (2025-06-13) -- "Great Square Root" | 4821 |
lconway | macOS 12.7.1 Monterey | x86_64 | 4.5.1 (2025-06-13) -- "Great Square Root" | 4610 |
kjohnson3 | macOS 13.7.7 Ventura | arm64 | 4.5.1 Patched (2025-06-14 r88325) -- "Great Square Root" | 4553 |
taishan | Linux (openEuler 24.03 LTS) | aarch64 | 4.5.0 (2025-04-11) -- "How About a Twenty-Six" | 4539 |
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 1207/2319 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
memes 1.17.2 (landing page) Spencer Nystrom
| nebbiolo2 | Linux (Ubuntu 24.04.3 LTS) / x86_64 | OK | OK | WARNINGS | ![]() | ||||||||
lconway | macOS 12.7.1 Monterey / x86_64 | OK | OK | WARNINGS | OK | ![]() | ||||||||
kjohnson3 | macOS 13.7.7 Ventura / arm64 | OK | OK | WARNINGS | OK | ![]() | ||||||||
taishan | Linux (openEuler 24.03 LTS) / aarch64 | OK | OK | ERROR | ||||||||||
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. |
Package: memes |
Version: 1.17.2 |
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.17.2.tar.gz |
StartedAt: 2025-08-26 09:28:50 -0000 (Tue, 26 Aug 2025) |
EndedAt: 2025-08-26 09:31:30 -0000 (Tue, 26 Aug 2025) |
EllapsedTime: 160.1 seconds |
RetCode: 1 |
Status: ERROR |
CheckDir: memes.Rcheck |
Warnings: NA |
############################################################################## ############################################################################## ### ### 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.17.2.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.17.2’ * 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 ... OK * 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.956 0.579 9.796 add_sequence 8.943 0.654 9.628 * 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, 1 WARNING, 1 NOTE See ‘/home/biocbuild/bbs-3.22-bioc/meat/memes.Rcheck/00check.log’ for details.
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.17.2’ ** 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)
memes.Rcheck/memes-Ex.timings
name | user | system | elapsed | |
add_sequence | 8.943 | 0.654 | 9.628 | |
ame_compare_heatmap_methods | 1.925 | 0.032 | 1.964 | |
check_meme_install | 0.883 | 0.107 | 0.996 | |
drop_best_match | 0.003 | 0.004 | 0.006 | |
example_ame | 0.073 | 0.008 | 0.080 | |
example_ame_large | 0.073 | 0.000 | 0.072 | |
force_best_match | 1.430 | 0.209 | 1.709 | |
get_sequence | 0.527 | 0.091 | 0.621 | |
has_duplicate_motifs | 0.002 | 0.005 | 0.006 | |
importAme | 0.270 | 0.091 | 0.363 | |
importDremeXML | 0.345 | 0.032 | 0.379 | |
importFimo | 0.042 | 0.008 | 0.050 | |
importMeme | 0.109 | 0.004 | 0.116 | |
importStremeXML | 0.347 | 0.020 | 0.370 | |
importTomTomXML | 0.555 | 0.004 | 0.561 | |
meme_is_installed | 0.068 | 0.004 | 0.072 | |
nest_tomtom | 1.182 | 0.164 | 1.345 | |
plot_ame_heatmap | 0.720 | 0.079 | 0.801 | |
plot_sequence_heatmap | 3.946 | 0.136 | 4.097 | |
remove_duplicate_motifs | 0.003 | 0.000 | 0.006 | |
runAme | 10.956 | 0.579 | 9.796 | |