Back to Multiple platform build/check report for BioC 3.20: simplified long |
|
This page was generated on 2024-12-23 12:04 -0500 (Mon, 23 Dec 2024).
Hostname | OS | Arch (*) | R version | Installed pkgs |
---|---|---|---|---|
nebbiolo2 | Linux (Ubuntu 24.04.1 LTS) | x86_64 | 4.4.2 (2024-10-31) -- "Pile of Leaves" | 4744 |
palomino8 | Windows Server 2022 Datacenter | x64 | 4.4.2 (2024-10-31 ucrt) -- "Pile of Leaves" | 4487 |
merida1 | macOS 12.7.5 Monterey | x86_64 | 4.4.2 (2024-10-31) -- "Pile of Leaves" | 4515 |
kjohnson1 | macOS 13.6.6 Ventura | arm64 | 4.4.2 (2024-10-31) -- "Pile of Leaves" | 4467 |
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 1936/2289 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
seqTools 1.40.0 (landing page) Wolfgang Kaisers
| nebbiolo2 | Linux (Ubuntu 24.04.1 LTS) / x86_64 | OK | OK | WARNINGS | |||||||||
palomino8 | Windows Server 2022 Datacenter / x64 | OK | OK | WARNINGS | OK | |||||||||
merida1 | macOS 12.7.5 Monterey / x86_64 | OK | OK | WARNINGS | OK | |||||||||
kjohnson1 | macOS 13.6.6 Ventura / arm64 | OK | OK | WARNINGS | OK | |||||||||
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. |
Package: seqTools |
Version: 1.40.0 |
Command: /home/biocbuild/bbs-3.20-bioc/R/bin/R CMD INSTALL seqTools |
StartedAt: 2024-12-19 15:04:03 -0500 (Thu, 19 Dec 2024) |
EndedAt: 2024-12-19 15:04:17 -0500 (Thu, 19 Dec 2024) |
EllapsedTime: 14.4 seconds |
RetCode: 0 |
Status: OK |
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/bbs-3.20-bioc/R/bin/R CMD INSTALL seqTools ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/bbs-3.20-bioc/R/site-library’ * installing *source* package ‘seqTools’ ... ** using staged installation ** libs using C compiler: ‘gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0’ gcc -I"/home/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG -I'/home/biocbuild/bbs-3.20-bioc/R/site-library/zlibbioc/include' -I/usr/local/include -fpic -g -O2 -Wall -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 -shared -L/home/biocbuild/bbs-3.20-bioc/R/lib -L/usr/local/lib -o seqTools.so seqTools.o -lm -lz -L/home/biocbuild/bbs-3.20-bioc/R/lib -lR installing to /home/biocbuild/bbs-3.20-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)