Back to Multiple platform build/check report for BioC 3.22:   simplified   long
ABCDEFGHIJKLMNOPQRS[T]UVWXYZ

This page was generated on 2025-06-19 12:05 -0400 (Thu, 19 Jun 2025).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 24.04.2 LTS)x86_644.5.0 (2025-04-11) -- "How About a Twenty-Six" 4810
palomino8Windows Server 2022 Datacenterx644.5.0 (2025-04-11 ucrt) -- "How About a Twenty-Six" 4548
kjohnson3macOS 13.7.1 Venturaarm644.5.0 Patched (2025-04-21 r88169) -- "How About a Twenty-Six" 4528
taishanLinux (openEuler 24.03 LTS)aarch644.5.0 (2025-04-11) -- "How About a Twenty-Six" 4493
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 2224/2309HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
ttgsea 1.17.0  (landing page)
Dongmin Jung
Snapshot Date: 2025-06-18 13:25 -0400 (Wed, 18 Jun 2025)
git_url: https://git.bioconductor.org/packages/ttgsea
git_branch: devel
git_last_commit: c0029e4
git_last_commit_date: 2025-04-15 12:16:26 -0400 (Tue, 15 Apr 2025)
nebbiolo2Linux (Ubuntu 24.04.2 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
palomino8Windows Server 2022 Datacenter / x64  OK    OK    OK    OK  UNNEEDED, same version is already published
kjohnson3macOS 13.7.1 Ventura / arm64  OK    ERROR  skippedskipped
taishanLinux (openEuler 24.03 LTS) / aarch64  OK    OK    OK  


BUILD results for ttgsea on kjohnson3

To the developers/maintainers of the ttgsea package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/ttgsea.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.

raw results


Summary

Package: ttgsea
Version: 1.17.0
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD build --keep-empty-dirs --no-resave-data ttgsea
StartedAt: 2025-06-18 17:49:48 -0400 (Wed, 18 Jun 2025)
EndedAt: 2025-06-18 17:50:05 -0400 (Wed, 18 Jun 2025)
EllapsedTime: 17.2 seconds
RetCode: 1
Status:   ERROR  
PackageFile: None
PackageFileSize: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD build --keep-empty-dirs --no-resave-data ttgsea
###
##############################################################################
##############################################################################


* checking for file ‘ttgsea/DESCRIPTION’ ... OK
* preparing ‘ttgsea’:
* checking DESCRIPTION meta-information ... OK
* installing the package to build vignettes
* creating vignettes ... ERROR
--- re-building ‘ttgsea.Rmd’ using rmarkdown
/Users/biocbuild/Library/Python/3.9/lib/python/site-packages/urllib3/__init__.py:35: NotOpenSSLWarning: urllib3 v2 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with 'LibreSSL 2.8.3'. See: https://github.com/urllib3/urllib3/issues/3020
  warnings.warn(

Quitting from ttgsea.Rmd:89-117 [unnamed-chunk-2]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `py_call_impl()`:
! ValueError: Unrecognized keyword arguments passed to Embedding: {'input_length': 30}
Run `reticulate::py_last_error()` for details.
---
Backtrace:
     ▆
  1. ├─ttgsea::fit_model(...)
  2. │ └─model %>% ...
  3. ├─keras::fit(., x_train, y_train, batch_size, epochs, ...)
  4. ├─ttgsea::bi_lstm(num_tokens, embedding_dim, length_seq, num_units)
  5. │ └─... %>% keras::layer_dense(1)
  6. ├─keras::layer_dense(., 1)
  7. │ └─keras::create_layer(...)
  8. ├─keras::bidirectional(...)
  9. │ └─keras::create_layer(keras$layers$Bidirectional, object, args)
 10. └─keras::layer_embedding(...)
 11.   └─keras::create_layer(keras$layers$Embedding, object, args)
 12.     ├─base::do.call(layer_class, args)
 13.     └─reticulate (local) `<python.builtin.type>`(...)
 14.       └─reticulate:::py_call_impl(callable, call_args$unnamed, call_args$named)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Error: processing vignette 'ttgsea.Rmd' failed with diagnostics:
ValueError: Unrecognized keyword arguments passed to Embedding: {'input_length': 30}
Run `reticulate::py_last_error()` for details.
--- failed re-building ‘ttgsea.Rmd’

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

Error: Vignette re-building failed.
Execution halted