Back to Multiple platform build/check report for BioC 3.17: simplified long |
|
This page was generated on 2023-10-16 11:36:09 -0400 (Mon, 16 Oct 2023).
Hostname | OS | Arch (*) | R version | Installed pkgs |
---|---|---|---|---|
nebbiolo1 | Linux (Ubuntu 22.04.2 LTS) | x86_64 | 4.3.1 (2023-06-16) -- "Beagle Scouts" | 4626 |
palomino3 | Windows Server 2022 Datacenter | x64 | 4.3.1 (2023-06-16 ucrt) -- "Beagle Scouts" | 4379 |
merida1 | macOS 12.6.4 Monterey | x86_64 | 4.3.1 (2023-06-16) -- "Beagle Scouts" | 4395 |
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 745/2230 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
FunChIP 1.26.0 (landing page) Alice Parodi
| nebbiolo1 | Linux (Ubuntu 22.04.2 LTS) / x86_64 | OK | OK | WARNINGS | |||||||||
palomino3 | Windows Server 2022 Datacenter / x64 | OK | OK | WARNINGS | OK | |||||||||
merida1 | macOS 12.6.4 Monterey / x86_64 | OK | OK | OK | OK | |||||||||
kjohnson2 | macOS 12.6.1 Monterey / arm64 | see weekly results here | ||||||||||||
To the developers/maintainers of the FunChIP package: - Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/FunChIP.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: FunChIP |
Version: 1.26.0 |
Command: rm -rf FunChIP.buildbin-libdir && mkdir FunChIP.buildbin-libdir && F:\biocbuild\bbs-3.17-bioc\R\bin\R.exe CMD INSTALL --build --library=FunChIP.buildbin-libdir FunChIP_1.26.0.tar.gz |
StartedAt: 2023-10-16 08:49:27 -0400 (Mon, 16 Oct 2023) |
EndedAt: 2023-10-16 08:50:22 -0400 (Mon, 16 Oct 2023) |
EllapsedTime: 54.8 seconds |
RetCode: 0 |
Status: OK |
PackageFile: FunChIP_1.26.0.zip |
PackageFileSize: 23.95 MiB |
############################################################################## ############################################################################## ### ### Running command: ### ### rm -rf FunChIP.buildbin-libdir && mkdir FunChIP.buildbin-libdir && F:\biocbuild\bbs-3.17-bioc\R\bin\R.exe CMD INSTALL --build --library=FunChIP.buildbin-libdir FunChIP_1.26.0.tar.gz ### ############################################################################## ############################################################################## * installing *source* package 'FunChIP' ... ** using staged installation ** libs using C++ compiler: 'G__~1.EXE (GCC) 12.2.0' using C++11 g++ -std=gnu++11 -I"F:/biocbuild/bbs-3.17-bioc/R/include" -DNDEBUG -I../inst/include -I. -DNDEBUG -I'F:/biocbuild/bbs-3.17-bioc/R/library/Rcpp/include' -I"C:/rtools43/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c kmean_function.cpp -o kmean_function.o kmean_function.cpp: In function 'SEXPREC* kmean_function(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)': kmean_function.cpp:74:31: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 74 | for (unsigned int i =0 ; i<num_data; i++){ | ~^~~~~~~~~ kmean_function.cpp:80:34: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 80 | for (unsigned int t =0 ; t < num_points; t++) | ~~^~~~~~~~~~~~ kmean_function.cpp: In function 'SEXPREC* distance_matrix(SEXP, SEXP, SEXP, SEXP, SEXP)': kmean_function.cpp:210:35: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 210 | for (unsigned int i =0 ; i<num_data; i++){ | ~^~~~~~~~~ kmean_function.cpp:216:40: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 216 | for (unsigned int t =0 ; t < num_points; t++) | ~~^~~~~~~~~~~~ kmean_function.cpp: In function 'void kma_discrete(std::vector<peak>&, const int&, std::vector<int>&, const double&, const double&, const int&, const char&, const double&, const double&, std::vector<int>&, std::vector<double>&, std::vector<int>&, const double&, const double&, int, char, char)': kmean_function.cpp:638:51: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<peak>::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 638 | while( iter < iter_max and number_distances_low < dati.size() and cluster_vuoti==0){ //and number_clusters_different > 0 | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ kmean_function.cpp:677:52: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses] 677 | if ( (unsigned int)number_clusters_different == dati.size() & iter != 1) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ kmean_function.cpp:681:31: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<peak>::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 681 | if (number_distances_low== dati.size()) | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ kmean_function.cpp: In function 'void normalize_data(std::vector<int>&, std::vector<int>&, const int&)': kmean_function.cpp:759:27: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'const int' [-Wsign-compare] 759 | for (unsigned int i=0; i<n_clust; i++) | ~^~~~~~~~ In file included from kmean_function.cpp:1: peak.h: In member function 'std::vector<double> peak::area(int, char) const': peak.h:154:46: warning: 'D' may be used uninitialized [-Wmaybe-uninitialized] 154 | area_def[0] = sqrt(area[0]/2)/D; | ~~~~~~~~~~~~~~~^~ peak.h:130:17: note: 'D' was declared here 130 | int D; | ^ g++ -shared -s -static-libgcc -o FunChIP.dll tmp.def kmean_function.o -LC:/rtools43/x86_64-w64-mingw32.static.posix/lib/x64 -LC:/rtools43/x86_64-w64-mingw32.static.posix/lib -LF:/biocbuild/bbs-3.17-bioc/R/bin/x64 -lR installing to F:/biocbuild/bbs-3.17-bioc/meat/FunChIP.buildbin-libdir/00LOCK-FunChIP/00new/FunChIP/libs/x64 ** R ** data *** moving datasets to lazyload DB ** inst ** byte-compile and prepare package for lazy loading ** 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 * MD5 sums packaged installation of 'FunChIP' as FunChIP_1.26.0.zip * DONE (FunChIP)