Back to Multiple platform build/check report for BioC 3.18: simplified long |
|
This page was generated on 2024-04-17 11:35:57 -0400 (Wed, 17 Apr 2024).
Hostname | OS | Arch (*) | R version | Installed pkgs |
---|---|---|---|---|
nebbiolo2 | Linux (Ubuntu 22.04.3 LTS) | x86_64 | 4.3.3 (2024-02-29) -- "Angel Food Cake" | 4676 |
palomino4 | Windows Server 2022 Datacenter | x64 | 4.3.3 (2024-02-29 ucrt) -- "Angel Food Cake" | 4414 |
merida1 | macOS 12.7.1 Monterey | x86_64 | 4.3.3 (2024-02-29) -- "Angel Food Cake" | 4437 |
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 716/2266 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
FLAMES 1.8.0 (landing page) Oliver Voogd
| nebbiolo2 | Linux (Ubuntu 22.04.3 LTS) / x86_64 | OK | OK | OK | |||||||||
palomino4 | Windows Server 2022 Datacenter / x64 | ... NOT SUPPORTED ... | ||||||||||||
merida1 | macOS 12.7.1 Monterey / x86_64 | OK | OK | OK | OK | |||||||||
kjohnson1 | macOS 13.6.1 Ventura / arm64 | see weekly results here | ||||||||||||
To the developers/maintainers of the FLAMES package: - Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/FLAMES.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: FLAMES |
Version: 1.8.0 |
Command: /home/biocbuild/bbs-3.18-bioc/R/bin/R CMD INSTALL FLAMES |
StartedAt: 2024-04-15 15:44:44 -0400 (Mon, 15 Apr 2024) |
EndedAt: 2024-04-15 15:45:47 -0400 (Mon, 15 Apr 2024) |
EllapsedTime: 62.9 seconds |
RetCode: 0 |
Status: OK |
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/bbs-3.18-bioc/R/bin/R CMD INSTALL FLAMES ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/bbs-3.18-bioc/R/site-library’ * installing *source* package ‘FLAMES’ ... ** using non-staged installation via StagedInstall field ** libs using C++ compiler: ‘g++ (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0’ using C++17 g++ -std=gnu++17 -I"/home/biocbuild/bbs-3.18-bioc/R/include" -DNDEBUG -pthread -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/bbs-3.18-bioc/R/site-library/Rcpp/include' -I'/home/biocbuild/bbs-3.18-bioc/R/site-library/Rhtslib/include' -I'/home/biocbuild/bbs-3.18-bioc/R/site-library/zlibbioc/include' -I/usr/local/include -fpic -g -O2 -Wall -c RcppExports.cpp -o RcppExports.o g++ -std=gnu++17 -I"/home/biocbuild/bbs-3.18-bioc/R/include" -DNDEBUG -pthread -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/bbs-3.18-bioc/R/site-library/Rcpp/include' -I'/home/biocbuild/bbs-3.18-bioc/R/site-library/Rhtslib/include' -I'/home/biocbuild/bbs-3.18-bioc/R/site-library/zlibbioc/include' -I/usr/local/include -fpic -g -O2 -Wall -c flexiplex.cpp -o flexiplex.o flexiplex.cpp: In function ‘unsigned int edit_distance(const string&, const string&, unsigned int&, int)’: flexiplex.cpp:118:21: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 118 | if (min_value <= max_editd) | ~~~~~~~~~~^~~~~~~~~~~~ flexiplex.cpp: In function ‘Barcode get_barcode(const string&, const std::unordered_set<std::__cxx11::basic_string<char> >&, int, int, const std::vector<std::pair<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> > >&)’: flexiplex.cpp:224:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘__gnu_cxx::__alloc_traits<std::allocator<long unsigned int>, long unsigned int>::value_type’ {aka ‘long unsigned int’} [-Wsign-compare] 224 | if (i_pattern >= subpattern_ends[i_subpattern]) { flexiplex.cpp:285:22: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 285 | if (editDistance == barcode.editd) { | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ flexiplex.cpp:287:29: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 287 | } else if (editDistance < barcode.editd && | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ flexiplex.cpp:288:29: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 288 | editDistance <= barcode_max_editd) { // if best so far, update | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ flexiplex.cpp: In function ‘std::vector<Barcode> big_barcode_search(const string&, const std::unordered_set<std::__cxx11::basic_string<char> >&, int, int, const std::vector<std::pair<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> > >&)’: flexiplex.cpp:350:29: warning: comparison of integer expressions of different signedness: ‘const int’ and ‘const size_type’ {aka ‘const long unsigned int’} [-Wsign-compare] 350 | if (barcode.flank_end == std::string::npos) { | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ flexiplex.cpp: In function ‘void print_stats(const string&, const std::vector<Barcode>&, std::ostream&)’: flexiplex.cpp:375:38: warning: comparison of integer expressions of different signedness: ‘const int’ and ‘const size_type’ {aka ‘const long unsigned int’} [-Wsign-compare] 375 | << (barcode.flank_end == std::string::npos ? "True" : "False") | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ flexiplex.cpp: In function ‘void print_read(const string&, const string&, const string&, const std::vector<Barcode>&, std::ofstream&, std::unordered_set<std::__cxx11::basic_string<char> >&, bool)’: flexiplex.cpp:400:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<Barcode>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 400 | for (int b = 0; b < vec_bc.size(); b++) { | ~~^~~~~~~~~~~~~~~ flexiplex.cpp:410:32: warning: comparison of integer expressions of different signedness: ‘const int’ and ‘const size_type’ {aka ‘const long unsigned int’} [-Wsign-compare] 410 | if (vec_bc.at(b).flank_end == std::string::npos) { | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ flexiplex.cpp:415:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<Barcode>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 415 | for (int f = 0; f < vec_bc.size(); f++) { | ~~^~~~~~~~~~~~~~~ flexiplex.cpp: In function ‘int flexiplex(Rcpp::String, Rcpp::String, bool, int, int, Rcpp::StringVector, Rcpp::String, Rcpp::String, Rcpp::String, int)’: flexiplex.cpp:634:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::vector<SearchResult> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 634 | for (int t = 0; t < sr_v.size(); | ~~^~~~~~~~~~~~~ flexiplex.cpp:639:25: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<SearchResult>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 639 | for (int r = 0; r < sr_v[t].size(); r++) { // loop over the reads | ~~^~~~~~~~~~~~~~~~ flexiplex.cpp:641:27: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<Barcode>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 641 | for (int b = 0; b < sr_v[t][r].vec_bc_for.size(); b++) | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ flexiplex.cpp:643:27: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<Barcode>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 643 | for (int b = 0; b < sr_v[t][r].vec_bc_rev.size(); b++) | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -std=gnu++17 -I"/home/biocbuild/bbs-3.18-bioc/R/include" -DNDEBUG -pthread -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/bbs-3.18-bioc/R/site-library/Rcpp/include' -I'/home/biocbuild/bbs-3.18-bioc/R/site-library/Rhtslib/include' -I'/home/biocbuild/bbs-3.18-bioc/R/site-library/zlibbioc/include' -I/usr/local/include -fpic -g -O2 -Wall -c utility/edlib-1.2.7/edlib.cpp -o utility/edlib-1.2.7/edlib.o g++ -std=gnu++17 -shared -L/home/biocbuild/bbs-3.18-bioc/R/lib -L/usr/local/lib -o FLAMES.so RcppExports.o flexiplex.o utility/edlib-1.2.7/edlib.o -pthread /home/biocbuild/bbs-3.18-bioc/R/site-library/Rhtslib/usrlib/libhts.a -lcurl -lbz2 -llzma -lz -L/home/biocbuild/bbs-3.18-bioc/R/lib -lR if test -e "/usr/bin/strip" & test -e "/bin/uname" & [[ `uname` == "Linux" ]] ; then /usr/bin/strip --strip-debug FLAMES.so; fi installing to /home/biocbuild/bbs-3.18-bioc/R/site-library/FLAMES/libs ** 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 * DONE (FLAMES)