Back to Multiple platform build/check report for BioC 3.20: simplified long |
|
This page was generated on 2024-07-16 11:41 -0400 (Tue, 16 Jul 2024).
Hostname | OS | Arch (*) | R version | Installed pkgs |
---|---|---|---|---|
nebbiolo2 | Linux (Ubuntu 22.04.3 LTS) | x86_64 | 4.4.1 (2024-06-14) -- "Race for Your Life" | 4677 |
palomino6 | Windows Server 2022 Datacenter | x64 | 4.4.1 (2024-06-14 ucrt) -- "Race for Your Life" | 4416 |
lconway | macOS 12.7.1 Monterey | x86_64 | 4.4.1 (2024-06-14) -- "Race for Your Life" | 4444 |
kjohnson3 | macOS 13.6.5 Ventura | arm64 | 4.4.1 (2024-06-14) -- "Race for Your Life" | 4393 |
palomino8 | Windows Server 2022 Datacenter | x64 | 4.4.1 (2024-06-14 ucrt) -- "Race for Your Life" | 4373 |
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 1799/2243 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
S4Vectors 0.43.1 (landing page) Hervé Pagès
| nebbiolo2 | Linux (Ubuntu 22.04.3 LTS) / x86_64 | OK | OK | WARNINGS | |||||||||
palomino6 | Windows Server 2022 Datacenter / x64 | OK | OK | WARNINGS | OK | |||||||||
lconway | macOS 12.7.1 Monterey / x86_64 | OK | OK | WARNINGS | OK | |||||||||
kjohnson3 | macOS 13.6.5 Ventura / arm64 | OK | OK | WARNINGS | OK | |||||||||
palomino8 | Windows Server 2022 Datacenter / x64 | OK | OK | WARNINGS | OK | |||||||||
To the developers/maintainers of the S4Vectors package: - Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/S4Vectors.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: S4Vectors |
Version: 0.43.1 |
Command: C:\Users\biocbuild\bbs-3.20-bioc\R\bin\R.exe CMD INSTALL S4Vectors |
StartedAt: 2024-07-15 15:18:14 -0400 (Mon, 15 Jul 2024) |
EndedAt: 2024-07-15 15:19:05 -0400 (Mon, 15 Jul 2024) |
EllapsedTime: 51.2 seconds |
RetCode: 0 |
Status: OK |
############################################################################## ############################################################################## ### ### Running command: ### ### C:\Users\biocbuild\bbs-3.20-bioc\R\bin\R.exe CMD INSTALL S4Vectors ### ############################################################################## ############################################################################## * installing to library 'C:/Users/biocbuild/bbs-3.20-bioc/R/library' * installing *source* package 'S4Vectors' ... ** using staged installation ** libs using C compiler: 'gcc.exe (GCC) 13.2.0' gcc -I"C:/Users/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c AEbufs.c -o AEbufs.o AEbufs.c: In function '_IntAEAE_toEnvir': AEbufs.c:632:50: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t' {aka 'long long unsigned int'} [-Wformat=] 632 | snprintf(key, sizeof(key), "%010lu", i + keyshift); | ~~~~~^ ~~~~~~~~~~~~ | | | | | size_t {aka long long unsigned int} | long unsigned int | %010llu AEbufs.c:632:50: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t' {aka 'long long unsigned int'} [-Wformat=] 632 | snprintf(key, sizeof(key), "%010lu", i + keyshift); | ~~~~~^ ~~~~~~~~~~~~ | | | | | size_t {aka long long unsigned int} | long unsigned int | %010llu gcc -I"C:/Users/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c DataFrame_class.c -o DataFrame_class.o gcc -I"C:/Users/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c Hits_class.c -o Hits_class.o In file included from C:/Users/biocbuild/bbs-3.20-bioc/R/include/Rdefines.h:41, from ../inst/include/S4Vectors_defines.h:18, from S4Vectors.h:1, from Hits_class.c:4: Hits_class.c: In function 'Hits_new': C:/Users/biocbuild/bbs-3.20-bioc/R/include/Rinternals.h:895:33: warning: 'revmap' may be used uninitialized [-Wmaybe-uninitialized] 895 | #define defineVar Rf_defineVar Hits_class.c:241:9: note: in expansion of macro 'defineVar' 241 | defineVar(install(translateChar(symbol)), revmap, revmap_envir); | ^~~~~~~~~ Hits_class.c:216:19: note: 'revmap' was declared here 216 | SEXP ans, revmap, symbol; | ^~~~~~ gcc -I"C:/Users/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c LLint_class.c -o LLint_class.o gcc -I"C:/Users/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c List_class.c -o List_class.o gcc -I"C:/Users/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c R_init_S4Vectors.c -o R_init_S4Vectors.o gcc -I"C:/Users/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c Rle_class.c -o Rle_class.o gcc -I"C:/Users/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c Rle_utils.c -o Rle_utils.o gcc -I"C:/Users/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c SEXP_utils.c -o SEXP_utils.o gcc -I"C:/Users/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c SimpleList_class.c -o SimpleList_class.o gcc -I"C:/Users/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c anyMissing.c -o anyMissing.o gcc -I"C:/Users/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c character_utils.c -o character_utils.o character_utils.c: In function 'get_svn_time': character_utils.c:187:9: warning: 'timezone' is deprecated: Only provided for source compatibility; this variable might not always be accurate when linking to UCRT. [-Wdeprecated-declarations] 187 | utc_offset = - (timezone / 3600); | ^~~~~~~~~~ In file included from character_utils.c:12: C:/rtools44/x86_64-w64-mingw32.static.posix/include/time.h:286:23: note: declared here 286 | _CRTIMP extern long timezone __MINGW_ATTRIB_DEPRECATED_UCRT; | ^~~~~~~~ gcc -I"C:/Users/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c eval_utils.c -o eval_utils.o gcc -I"C:/Users/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c hash_utils.c -o hash_utils.o gcc -I"C:/Users/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c integer_utils.c -o integer_utils.o gcc -I"C:/Users/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c logical_utils.c -o logical_utils.o gcc -I"C:/Users/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c map_ranges_to_runs.c -o map_ranges_to_runs.o gcc -I"C:/Users/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c raw_utils.c -o raw_utils.o gcc -I"C:/Users/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c safe_arithm.c -o safe_arithm.o gcc -I"C:/Users/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c sort_utils.c -o sort_utils.o sort_utils.c:263:13: warning: 'sort_uchar_array' defined but not used [-Wunused-function] 263 | static void sort_uchar_array(unsigned char *x, int nelt, int desc) | ^~~~~~~~~~~~~~~~ gcc -I"C:/Users/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c subsetting_utils.c -o subsetting_utils.o gcc -I"C:/Users/biocbuild/bbs-3.20-bioc/R/include" -DNDEBUG -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c vector_utils.c -o vector_utils.o gcc -shared -s -static-libgcc -o S4Vectors.dll tmp.def AEbufs.o DataFrame_class.o Hits_class.o LLint_class.o List_class.o R_init_S4Vectors.o Rle_class.o Rle_utils.o SEXP_utils.o SimpleList_class.o anyMissing.o character_utils.o eval_utils.o hash_utils.o integer_utils.o logical_utils.o map_ranges_to_runs.o raw_utils.o safe_arithm.o sort_utils.o subsetting_utils.o vector_utils.o -LC:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -LC:/rtools44/x86_64-w64-mingw32.static.posix/lib -LC:/Users/biocbuild/bbs-3.20-bioc/R/bin/x64 -lR installing to C:/Users/biocbuild/bbs-3.20-bioc/R/library/00LOCK-S4Vectors/00new/S4Vectors/libs/x64 ** R ** inst ** byte-compile and prepare package for lazy loading in method for 'normalizeSingleBracketReplacementValue' with signature '"List"': no definition for class "List" Creating a new generic function for 'unname' in package 'S4Vectors' Creating a new generic function for 'expand.grid' in package 'S4Vectors' Creating a new generic function for 'findMatches' in package 'S4Vectors' Creating a generic function for 'setequal' from package 'base' in package 'S4Vectors' in method for 'coerce' with signature '"Hits","DFrame"': no definition for class "DFrame" Creating a generic function for 'as.factor' from package 'base' in package 'S4Vectors' Creating a generic function for 'tabulate' from package 'base' in package 'S4Vectors' Creating a generic function for 'cov' from package 'stats' in package 'S4Vectors' Creating a generic function for 'cor' from package 'stats' in package 'S4Vectors' Creating a generic function for 'smoothEnds' from package 'stats' in package 'S4Vectors' Creating a generic function for 'runmed' from package 'stats' in package 'S4Vectors' Creating a generic function for 'nchar' from package 'base' in package 'S4Vectors' Creating a generic function for 'substr' from package 'base' in package 'S4Vectors' Creating a generic function for 'substring' from package 'base' in package 'S4Vectors' Creating a generic function for 'chartr' from package 'base' in package 'S4Vectors' Creating a generic function for 'tolower' from package 'base' in package 'S4Vectors' Creating a generic function for 'toupper' from package 'base' in package 'S4Vectors' Creating a generic function for 'sub' from package 'base' in package 'S4Vectors' Creating a generic function for 'gsub' from package 'base' in package 'S4Vectors' Creating a generic function for 'nlevels' from package 'base' in package 'S4Vectors' in method for 'coerce' with signature '"data.table","DFrame"': no definition for class "data.table" Creating a generic function for 'complete.cases' from package 'stats' in package 'S4Vectors' ** help *** installing help indices ** 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 (S4Vectors)