Back to Multiple platform build/check report for BioC 3.18: simplified long |
|
This page was generated on 2023-11-02 11:40:41 -0400 (Thu, 02 Nov 2023).
Hostname | OS | Arch (*) | R version | Installed pkgs |
---|---|---|---|---|
nebbiolo2 | Linux (Ubuntu 22.04.2 LTS) | x86_64 | 4.3.1 (2023-06-16) -- "Beagle Scouts" | 4729 |
palomino4 | Windows Server 2022 Datacenter | x64 | 4.3.1 (2023-06-16 ucrt) -- "Beagle Scouts" | 4463 |
lconway | macOS 12.6.5 Monterey | x86_64 | 4.3.1 Patched (2023-06-17 r84564) -- "Beagle Scouts" | 4478 |
kunpeng2 | Linux (openEuler 22.03 LTS-SP1) | aarch64 | 4.3.1 (2023-06-16) -- "Beagle Scouts" | 4464 |
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.2 LTS) / x86_64 | OK | OK | OK | |||||||||
palomino4 | Windows Server 2022 Datacenter / x64 | ... NOT SUPPORTED ... | ||||||||||||
lconway | macOS 12.6.5 Monterey / x86_64 | OK | OK | OK | OK | |||||||||
kjohnson1 | macOS 13.6.1 Ventura / arm64 | see weekly results here | ||||||||||||
kunpeng2 | Linux (openEuler 22.03 LTS-SP1) / aarch64 | OK | OK | ERROR | ||||||||||
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. - See Martin Grigorov's blog post for how to debug Linux ARM64 related issues on a x86_64 host. |
Package: FLAMES |
Version: 1.8.0 |
Command: /home/biocbuild/R/R-4.3.1/bin/R CMD INSTALL FLAMES |
StartedAt: 2023-11-01 20:57:10 -0000 (Wed, 01 Nov 2023) |
EndedAt: 2023-11-01 20:58:43 -0000 (Wed, 01 Nov 2023) |
EllapsedTime: 93.6 seconds |
RetCode: 0 |
Status: OK |
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/R/R-4.3.1/bin/R CMD INSTALL FLAMES ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/R/R-4.3.1/site-library’ * installing *source* package ‘FLAMES’ ... ** using non-staged installation via StagedInstall field ** libs using C++ compiler: ‘g++ (GCC) 10.3.1’ using C++17 g++ -std=gnu++17 -I"/home/biocbuild/R/R-4.3.1/include" -DNDEBUG -pthread -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.3.1/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.3.1/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.3.1/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/R/R-4.3.1/include" -DNDEBUG -pthread -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.3.1/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.3.1/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.3.1/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/R/R-4.3.1/include" -DNDEBUG -pthread -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.3.1/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.3.1/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.3.1/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/R/R-4.3.1/lib -L/usr/local/lib -o FLAMES.so RcppExports.o flexiplex.o utility/edlib-1.2.7/edlib.o -pthread /home/biocbuild/R/R-4.3.1/site-library/Rhtslib/usrlib/libhts.a -lcurl -L/home/biocbuild/R/R-4.3.1/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/R/R-4.3.1/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)