Back to Multiple platform build/check report for BioC 3.21:   simplified   long
ABCDEFGHIJKLMNOPQR[S]TUVWXYZ

This page was generated on 2025-09-01 11:39 -0400 (Mon, 01 Sep 2025).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 24.04.3 LTS)x86_644.5.1 (2025-06-13) -- "Great Square Root" 4824
merida1macOS 12.7.5 Montereyx86_644.5.1 RC (2025-06-05 r88288) -- "Great Square Root" 4606
kjohnson1macOS 13.6.6 Venturaarm644.5.1 Patched (2025-06-14 r88325) -- "Great Square Root" 4547
kunpeng2Linux (openEuler 24.03 LTS)aarch64R Under development (unstable) (2025-02-19 r87757) -- "Unsuffered Consequences" 4579
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 1971/2341HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
seqTools 1.42.0  (landing page)
Wolfgang Kaisers
Snapshot Date: 2025-08-28 13:40 -0400 (Thu, 28 Aug 2025)
git_url: https://git.bioconductor.org/packages/seqTools
git_branch: RELEASE_3_21
git_last_commit: 66c3535
git_last_commit_date: 2025-04-15 10:36:31 -0400 (Tue, 15 Apr 2025)
nebbiolo1Linux (Ubuntu 24.04.3 LTS) / x86_64  OK    OK    WARNINGS  UNNEEDED, same version is already published
merida1macOS 12.7.5 Monterey / x86_64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published
kjohnson1macOS 13.6.6 Ventura / arm64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published
kunpeng2Linux (openEuler 24.03 LTS) / aarch64  OK    OK    WARNINGS  


INSTALL results for seqTools on nebbiolo1

To the developers/maintainers of the seqTools package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/seqTools.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: seqTools
Version: 1.42.0
Command: /home/biocbuild/bbs-3.21-bioc/R/bin/R CMD INSTALL seqTools
StartedAt: 2025-08-31 15:14:49 -0400 (Sun, 31 Aug 2025)
EndedAt: 2025-08-31 15:14:54 -0400 (Sun, 31 Aug 2025)
EllapsedTime: 5.7 seconds
RetCode: 0
Status:   OK  

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.21-bioc/R/bin/R CMD INSTALL seqTools
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.21-bioc/R/site-library’
* installing *source* package ‘seqTools’ ...
** this is package ‘seqTools’ version ‘1.42.0’
** using staged installation
** libs
using C compiler: ‘gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0’
gcc -std=gnu2x -I"/home/biocbuild/bbs-3.21-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.21-bioc/R/site-library/zlibbioc/include' -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security -c seqTools.c -o seqTools.o
seqTools.c: In function ‘count_genome_Kmers’:
seqTools.c:851:93: warning: format ‘%u’ expects a matching ‘unsigned int’ argument [-Wformat=]
  851 |                                 error("[count_genome_Kmers] character mismatch at position %u!");
      |                                                                                            ~^
      |                                                                                             |
      |                                                                                             unsigned int
seqTools.c: In function ‘scale_kmer_matrix’:
seqTools.c:3296:55: warning: format ‘%i’ expects argument of type ‘int’, but argument 3 has type ‘double’ [-Wformat=]
 3296 |                 error("[scale_kmer_matrix] scale[%i]=%i must be >1!", column_index, scale);
      |                                                      ~^                             ~~~~~
      |                                                       |                             |
      |                                                       int                           double
      |                                                      %f
seqTools.c:3306:73: warning: format ‘%i’ expects argument of type ‘int’, but argument 3 has type ‘double’ [-Wformat=]
 3306 |                                 error("[scale_kmer_matrix] scale[%i] = %i must be >1!", column_index, scale);
      |                                                                        ~^                             ~~~~~
      |                                                                         |                             |
      |                                                                         int                           double
      |                                                                        %f
gcc -std=gnu2x -shared -L/home/biocbuild/bbs-3.21-bioc/R/lib -L/usr/local/lib -o seqTools.so seqTools.o -lm -lz -L/home/biocbuild/bbs-3.21-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.21-bioc/R/site-library/00LOCK-seqTools/00new/seqTools/libs
** R
** inst
** byte-compile and prepare package for lazy loading
Warning message:
In fun(libname, pkgname) :
  Package 'zlibbioc' is deprecated and will be removed from Bioconductor
  version 3.22
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
Warning in fun(libname, pkgname) :
  Package 'zlibbioc' is deprecated and will be removed from Bioconductor
  version 3.22
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
Warning in fun(libname, pkgname) :
  Package 'zlibbioc' is deprecated and will be removed from Bioconductor
  version 3.22
** testing if installed package keeps a record of temporary installation path
* DONE (seqTools)