Back to Multiple platform build/check report for BioC 3.22: simplified long |
|
This page was generated on 2025-06-19 12:06 -0400 (Thu, 19 Jun 2025).
Hostname | OS | Arch (*) | R version | Installed pkgs |
---|---|---|---|---|
nebbiolo2 | Linux (Ubuntu 24.04.2 LTS) | x86_64 | 4.5.0 (2025-04-11) -- "How About a Twenty-Six" | 4810 |
palomino8 | Windows Server 2022 Datacenter | x64 | 4.5.0 (2025-04-11 ucrt) -- "How About a Twenty-Six" | 4548 |
kjohnson3 | macOS 13.7.1 Ventura | arm64 | 4.5.0 Patched (2025-04-21 r88169) -- "How About a Twenty-Six" | 4528 |
taishan | Linux (openEuler 24.03 LTS) | aarch64 | 4.5.0 (2025-04-11) -- "How About a Twenty-Six" | 4493 |
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 727/2309 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
FLAMES 2.3.3 (landing page) Changqing Wang
| nebbiolo2 | Linux (Ubuntu 24.04.2 LTS) / x86_64 | OK | OK | OK | ![]() | ||||||||
palomino8 | Windows Server 2022 Datacenter / x64 | ... NOT SUPPORTED ... | ||||||||||||
kjohnson3 | macOS 13.7.1 Ventura / arm64 | OK | OK | OK | OK | ![]() | ||||||||
taishan | Linux (openEuler 24.03 LTS) / aarch64 | ERROR | ERROR | skipped | ||||||||||
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: 2.3.2 |
Command: /home/biocbuild/R/R/bin/R CMD INSTALL FLAMES |
StartedAt: 2025-06-16 21:14:16 -0000 (Mon, 16 Jun 2025) |
EndedAt: 2025-06-16 21:16:10 -0000 (Mon, 16 Jun 2025) |
EllapsedTime: 113.3 seconds |
RetCode: 1 |
Status: ERROR |
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/R/R/bin/R CMD INSTALL FLAMES ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/R/R-4.5.0/site-library’ * installing *source* package ‘FLAMES’ ... ** this is package ‘FLAMES’ version ‘2.3.2’ ** using non-staged installation via StagedInstall field ** libs using C++ compiler: ‘aarch64-unknown-linux-gnu-g++ (GCC) 14.2.0’ using C++17 /opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++17 -I"/home/biocbuild/R/R-4.5.0/include" -DNDEBUG -pthread -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.5.0/site-library/testthat/include' -I/usr/local/include -fPIC -g -O2 -Wall -Werror=format-security -c RcppExports.cpp -o RcppExports.o /opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++17 -I"/home/biocbuild/R/R-4.5.0/include" -DNDEBUG -pthread -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.5.0/site-library/testthat/include' -I/usr/local/include -fPIC -g -O2 -Wall -Werror=format-security -c RcppFunctions.cpp -o RcppFunctions.o /opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++17 -I"/home/biocbuild/R/R-4.5.0/include" -DNDEBUG -pthread -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.5.0/site-library/testthat/include' -I/usr/local/include -fPIC -g -O2 -Wall -Werror=format-security -c classes/BamRecord.cpp -o classes/BamRecord.o /opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++17 -I"/home/biocbuild/R/R-4.5.0/include" -DNDEBUG -pthread -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.5.0/site-library/testthat/include' -I/usr/local/include -fPIC -g -O2 -Wall -Werror=format-security -c classes/GFFRecord.cpp -o classes/GFFRecord.o In file included from classes/GFFRecord.cpp:8: classes/../utility/utility.h: In function ‘std::pair<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> > parseSpace(const std::string&)’: classes/../utility/utility.h:255:27: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 255 | for (int i = 0; i < s.size(); i++) { | ~~^~~~~~~~~~ /opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++17 -I"/home/biocbuild/R/R-4.5.0/include" -DNDEBUG -pthread -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.5.0/site-library/testthat/include' -I/usr/local/include -fPIC -g -O2 -Wall -Werror=format-security -c classes/GeneAnnotationParser.cpp -o classes/GeneAnnotationParser.o In file included from classes/GeneAnnotationParser.cpp:15: classes/../utility/utility.h: In function ‘std::pair<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> > parseSpace(const std::string&)’: classes/../utility/utility.h:255:27: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 255 | for (int i = 0; i < s.size(); i++) { | ~~^~~~~~~~~~ /opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++17 -I"/home/biocbuild/R/R-4.5.0/include" -DNDEBUG -pthread -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.5.0/site-library/testthat/include' -I/usr/local/include -fPIC -g -O2 -Wall -Werror=format-security -c classes/Isoforms.cpp -o classes/Isoforms.o In file included from classes/Isoforms.cpp:16: classes/../utility/utility.h: In function ‘std::pair<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> > parseSpace(const std::string&)’: classes/../utility/utility.h:255:27: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 255 | for (int i = 0; i < s.size(); i++) { | ~~^~~~~~~~~~ classes/Isoforms.cpp: In member function ‘void Isoforms::update_all_splice()’: classes/Isoforms.cpp:233:35: warning: comparison of integer expressions of different signedness: ‘std::vector<StartEndPair>::size_type’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare] 233 | if (blocks.size() >= (int)this->Min_sup_cnt) { | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ classes/Isoforms.cpp: In member function ‘void Isoforms::filter_TSS_TES(std::ofstream&, DoubleJunctions, float)’: classes/Isoforms.cpp:368:33: warning: comparison of integer expressions of different signedness: ‘std::unordered_map<int, int>::size_type’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare] 368 | if ((left_counts.size() < (int)this->Min_sup_cnt) || | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ classes/Isoforms.cpp:369:38: warning: comparison of integer expressions of different signedness: ‘std::unordered_map<int, int>::size_type’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare] 369 | (right_counts.size() < (int)this->Min_sup_cnt)) { | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ classes/Isoforms.cpp: In member function ‘void Isoforms::match_known_annotation(const std::unordered_map<std::__cxx11::basic_string<char>, Junctions>&, const std::unordered_map<std::__cxx11::basic_string<char>, Pos>&, const std::unordered_map<std::__cxx11::basic_string<char>, std::vector<StartEndPair> >&, GeneBlocks, std::unordered_map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >)’: classes/Isoforms.cpp:662:51: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const long unsigned int’ [-Wsign-compare] 662 | for (int j = 0; j < std::min(raw_iso_key.size() - 1, junction.junctions.size()); j++) { | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ classes/Isoforms.cpp:713:43: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 713 | for (int i = 0; i < new_exons.size(); ++i) { | ~~^~~~~~~~~~~~~~~~~~ classes/Isoforms.cpp:725:46: warning: comparisons like ‘X<=Y<=Z’ do not have their mathematical meaning [-Wparentheses] 725 | } else if (0 < i < raw_iso_key.size() - 1) { // a site from the middle somewhere | ~~^~~ classes/Isoforms.cpp: In member function ‘std::string Isoforms::isoform_to_gff3(float)’: classes/Isoforms.cpp:1140:43: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 1140 | for (int i = 0; i < exons.size(); i+=2) { | ~~^~~~~~~~~~~~~~ /opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++17 -I"/home/biocbuild/R/R-4.5.0/include" -DNDEBUG -pthread -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.5.0/site-library/testthat/include' -I/usr/local/include -fPIC -g -O2 -Wall -Werror=format-security -c classes/junctions.cpp -o classes/junctions.o In file included from classes/junctions.cpp:12: classes/../utility/utility.h: In function ‘std::pair<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> > parseSpace(const std::string&)’: classes/../utility/utility.h:255:27: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 255 | for (int i = 0; i < s.size(); i++) { | ~~^~~~~~~~~~ classes/junctions.cpp: In function ‘std::unordered_map<std::__cxx11::basic_string<char>, std::vector<StartEndPair> > get_gene_flat(const std::unordered_map<std::__cxx11::basic_string<char>, std::vector<std::__cxx11::basic_string<char> > >&, const std::unordered_map<std::__cxx11::basic_string<char>, std::vector<StartEndPair> >&)’: classes/junctions.cpp:166:27: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<StartEndPair>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 166 | for (int i = 1; i < exons.size(); i++) { | ~~^~~~~~~~~~~~~~ /opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++17 -I"/home/biocbuild/R/R-4.5.0/include" -DNDEBUG -pthread -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.5.0/site-library/testthat/include' -I/usr/local/include -fPIC -g -O2 -Wall -Werror=format-security -c main-functions/find_isoform.cpp -o main-functions/find_isoform.o /opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++17 -I"/home/biocbuild/R/R-4.5.0/include" -DNDEBUG -pthread -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.5.0/site-library/testthat/include' -I/usr/local/include -fPIC -g -O2 -Wall -Werror=format-security -c main-functions/flexiplex.cpp -o main-functions/flexiplex.o main-functions/flexiplex.cpp: In function ‘unsigned int edit_distance(const std::string&, const std::string&, unsigned int&, int)’: main-functions/flexiplex.cpp:122:21: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 122 | if (min_value <= max_editd) | ~~~~~~~~~~^~~~~~~~~~~~ main-functions/flexiplex.cpp: In function ‘std::string get_umi(const std::string&, const std::vector<std::pair<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> > >&, const std::vector<int>&, int, int, bool, int, int)’: main-functions/flexiplex.cpp:163:22: warning: comparison of integer expressions of different signedness: ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare] 163 | if (seq.length() < umi_start + umi_length) { | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ main-functions/flexiplex.cpp:187:36: warning: comparison of integer expressions of different signedness: ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare] 187 | if (read_to_subpatterns.size() > umi_index + 1) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ main-functions/flexiplex.cpp: In function ‘Barcode get_barcode(const std::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> > >&)’: main-functions/flexiplex.cpp:295: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] 295 | if (i_pattern >= subpattern_ends[i_subpattern]) { main-functions/flexiplex.cpp:354:22: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 354 | if (editDistance == barcode.editd) { | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ main-functions/flexiplex.cpp:356:29: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 356 | } else if (editDistance < barcode.editd && | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ main-functions/flexiplex.cpp:357:29: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare] 357 | editDistance <= barcode_max_editd) { // if best so far, update | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ main-functions/flexiplex.cpp: In function ‘std::vector<Barcode> big_barcode_search(const std::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> > >&)’: main-functions/flexiplex.cpp:396:29: warning: comparison of integer expressions of different signedness: ‘const int’ and ‘const std::__cxx11::basic_string<char>::size_type’ {aka ‘const long unsigned int’} [-Wsign-compare] 396 | if (barcode.flank_end == std::string::npos) { | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ main-functions/flexiplex.cpp: In function ‘void print_stats(const std::string&, const std::vector<Barcode>&, std::ostream&)’: main-functions/flexiplex.cpp:421:38: warning: comparison of integer expressions of different signedness: ‘const int’ and ‘const std::__cxx11::basic_string<char>::size_type’ {aka ‘const long unsigned int’} [-Wsign-compare] 421 | << (barcode.flank_end == std::string::npos ? "True" : "False") | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ main-functions/flexiplex.cpp: In function ‘void print_read(const std::string&, const std::string&, const std::string&, const std::vector<Barcode>&, gzFile, std::unordered_set<std::__cxx11::basic_string<char> >&, bool, bool, bool)’: main-functions/flexiplex.cpp:462:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<Barcode>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 462 | for (int b = 0; b < vec_bc.size(); b++) { | ~~^~~~~~~~~~~~~~~ main-functions/flexiplex.cpp:477:32: warning: comparison of integer expressions of different signedness: ‘const int’ and ‘const std::__cxx11::basic_string<char>::size_type’ {aka ‘const long unsigned int’} [-Wsign-compare] 477 | if (vec_bc.at(b).flank_end == std::string::npos) { | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ main-functions/flexiplex.cpp:482:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<Barcode>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 482 | for (int f = 0; f < vec_bc.size(); f++) { | ~~^~~~~~~~~~~~~~~ main-functions/flexiplex.cpp: In function ‘Rcpp::IntegerVector flexiplex_cpp(Rcpp::StringVector, Rcpp::String, bool, int, int, Rcpp::StringVector, Rcpp::String, Rcpp::String, Rcpp::String, bool, int)’: main-functions/flexiplex.cpp:740:25: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::vector<SearchResult> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 740 | for (int t = 0; t < sr_v.size(); | ~~^~~~~~~~~~~~~ main-functions/flexiplex.cpp:745:27: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<SearchResult>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 745 | for (int r = 0; r < sr_v[t].size(); r++) { // loop over the reads | ~~^~~~~~~~~~~~~~~~ main-functions/flexiplex.cpp:747:29: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<Barcode>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 747 | for (int b = 0; b < sr_v[t][r].vec_bc_for.size(); b++) | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main-functions/flexiplex.cpp:749:29: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<Barcode>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 749 | for (int b = 0; b < sr_v[t][r].vec_bc_rev.size(); b++) | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++17 -I"/home/biocbuild/R/R-4.5.0/include" -DNDEBUG -pthread -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.5.0/site-library/testthat/include' -I/usr/local/include -fPIC -g -O2 -Wall -Werror=format-security -c main-functions/get_transcript_seq.cpp -o main-functions/get_transcript_seq.o main-functions/get_transcript_seq.cpp: In function ‘void write_fa(const std::string&, const std::string&, const std::string&, int)’: main-functions/get_transcript_seq.cpp:87:14: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 87 | while (i < seq.size()) { | ~~^~~~~~~~~~~~ main-functions/get_transcript_seq.cpp:88:26: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 88 | if (i + wrap_len > seq.size()) { | ~~~~~~~~~~~~~^~~~~~~~~~~~ /opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++17 -I"/home/biocbuild/R/R-4.5.0/include" -DNDEBUG -pthread -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.5.0/site-library/testthat/include' -I/usr/local/include -fPIC -g -O2 -Wall -Werror=format-security -c main-functions/group_bam2isoform.cpp -o main-functions/group_bam2isoform.o In file included from main-functions/group_bam2isoform.cpp:18: main-functions/../utility/utility.h: In function ‘std::pair<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> > parseSpace(const std::string&)’: main-functions/../utility/utility.h:255:27: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 255 | for (int i = 0; i < s.size(); i++) { | ~~^~~~~~~~~~ /opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++17 -I"/home/biocbuild/R/R-4.5.0/include" -DNDEBUG -pthread -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.5.0/site-library/testthat/include' -I/usr/local/include -fPIC -g -O2 -Wall -Werror=format-security -c main-functions/pileup_readid.cpp -o main-functions/pileup_readid.o main-functions/pileup_readid.cpp: In function ‘Rcpp::NumericMatrix variant_count_matrix_cpp(Rcpp::String, Rcpp::String, int, bool, bool)’: main-functions/pileup_readid.cpp:268:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 268 | for (int i = 0; i < BASES.size(); i++) { | ~~^~~~~~~~~~~~~~ main-functions/pileup_readid.cpp: In instantiation of ‘std::unordered_map<std::__cxx11::basic_string<char>, std::vector<std::vector<std::__cxx11::basic_string<char> > > > group_umis(const TableType&, int) [with TableType = std::unordered_map<std::__cxx11::basic_string<char>, std::unordered_map<std::__cxx11::basic_string<char>, std::unordered_map<std::__cxx11::basic_string<char>, unsigned int> > >]’: main-functions/pileup_readid.cpp:342:30: required from here 342 | grouped_umis = group_umis(indels, MAX_EDIT_DISTANCE); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ main-functions/pileup_readid.cpp:86:16: warning: unused variable ‘end’ [-Wunused-variable] 86 | unsigned int end; | ^~~ main-functions/pileup_readid.cpp: In instantiation of ‘std::unordered_map<std::__cxx11::basic_string<char>, std::vector<std::vector<std::__cxx11::basic_string<char> > > > group_umis(const TableType&, int) [with TableType = std::unordered_map<std::__cxx11::basic_string<char>, std::unordered_map<std::__cxx11::basic_string<char>, std::array<unsigned int, 5> > >]’: main-functions/pileup_readid.cpp:344:30: required from here 344 | grouped_umis = group_umis(snps, MAX_EDIT_DISTANCE); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ main-functions/pileup_readid.cpp:86:16: warning: unused variable ‘end’ [-Wunused-variable] 86 | unsigned int end; | ^~~ /opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++17 -I"/home/biocbuild/R/R-4.5.0/include" -DNDEBUG -pthread -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.5.0/site-library/testthat/include' -I/usr/local/include -fPIC -g -O2 -Wall -Werror=format-security -c tests/test-junctions.cpp -o tests/test-junctions.o /opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++17 -I"/home/biocbuild/R/R-4.5.0/include" -DNDEBUG -pthread -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.5.0/site-library/testthat/include' -I/usr/local/include -fPIC -g -O2 -Wall -Werror=format-security -c tests/test-parsing.cpp -o tests/test-parsing.o /opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++17 -I"/home/biocbuild/R/R-4.5.0/include" -DNDEBUG -pthread -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.5.0/site-library/testthat/include' -I/usr/local/include -fPIC -g -O2 -Wall -Werror=format-security -c utility/cigars.cpp -o utility/cigars.o /opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++17 -I"/home/biocbuild/R/R-4.5.0/include" -DNDEBUG -pthread -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.5.0/site-library/testthat/include' -I/usr/local/include -fPIC -g -O2 -Wall -Werror=format-security -c utility/edlib-1.2.7/edlib.cpp -o utility/edlib-1.2.7/edlib.o /opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -std=gnu23 -I"/home/biocbuild/R/R-4.5.0/include" -DNDEBUG -pthread -D_FILE_OFFSET_BITS=64 -I'/home/biocbuild/R/R-4.5.0/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.5.0/site-library/testthat/include' -I/usr/local/include -fPIC -g -O2 -Wall -Werror=format-security -c utility/bam.c -o utility/bam.o /opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++17 -shared -L/home/biocbuild/R/R-4.5.0/lib -L/usr/local/lib -o FLAMES.so RcppExports.o RcppFunctions.o classes/BamRecord.o classes/GFFRecord.o classes/GeneAnnotationParser.o classes/Isoforms.o classes/junctions.o main-functions/find_isoform.o main-functions/flexiplex.o main-functions/get_transcript_seq.o main-functions/group_bam2isoform.o main-functions/pileup_readid.o tests/test-junctions.o tests/test-parsing.o utility/cigars.o utility/edlib-1.2.7/edlib.o utility/bam.o -pthread -lz /home/biocbuild/R/R-4.5.0/site-library/Rhtslib/usrlib/libhts.a -lcurl -lbz2 -llzma -lz -L/home/biocbuild/R/R-4.5.0/lib -lR if test -e "/usr/bin/strip" & test -e "/bin/uname" & [[ `uname` == "Linux" ]] ; then /usr/bin/strip --strip-debug FLAMES.so; fi Building for ARM64 (cd submodule/minimap2 && make -f Makefile CFLAGS="-g -O2 -Wall -Werror=format-security -Wno-unused-result" arm_neon=1 aarch64=1 minimap2) make[1]: Entering directory '/home/biocbuild/bbs-3.22-bioc/meat/FLAMES/src/submodule/minimap2' cc -c -g -O2 -Wall -Werror=format-security -Wno-unused-result -DHAVE_KALLOC -Isse2neon main.c -o main.o cc -c -g -O2 -Wall -Werror=format-security -Wno-unused-result -DHAVE_KALLOC -Isse2neon kthread.c -o kthread.o cc -c -g -O2 -Wall -Werror=format-security -Wno-unused-result -DHAVE_KALLOC -Isse2neon kalloc.c -o kalloc.o cc -c -g -O2 -Wall -Werror=format-security -Wno-unused-result -DHAVE_KALLOC -Isse2neon misc.c -o misc.o cc -c -g -O2 -Wall -Werror=format-security -Wno-unused-result -DHAVE_KALLOC -Isse2neon bseq.c -o bseq.o cc -c -g -O2 -Wall -Werror=format-security -Wno-unused-result -DHAVE_KALLOC -Isse2neon sketch.c -o sketch.o cc -c -g -O2 -Wall -Werror=format-security -Wno-unused-result -DHAVE_KALLOC -Isse2neon sdust.c -o sdust.o cc -c -g -O2 -Wall -Werror=format-security -Wno-unused-result -DHAVE_KALLOC -Isse2neon options.c -o options.o cc -c -g -O2 -Wall -Werror=format-security -Wno-unused-result -DHAVE_KALLOC -Isse2neon index.c -o index.o cc -c -g -O2 -Wall -Werror=format-security -Wno-unused-result -DHAVE_KALLOC -Isse2neon lchain.c -o lchain.o cc -c -g -O2 -Wall -Werror=format-security -Wno-unused-result -DHAVE_KALLOC -Isse2neon align.c -o align.o cc -c -g -O2 -Wall -Werror=format-security -Wno-unused-result -DHAVE_KALLOC -Isse2neon hit.c -o hit.o cc -c -g -O2 -Wall -Werror=format-security -Wno-unused-result -DHAVE_KALLOC -Isse2neon seed.c -o seed.o cc -c -g -O2 -Wall -Werror=format-security -Wno-unused-result -DHAVE_KALLOC -Isse2neon jump.c -o jump.o cc -c -g -O2 -Wall -Werror=format-security -Wno-unused-result -DHAVE_KALLOC -Isse2neon map.c -o map.o cc -c -g -O2 -Wall -Werror=format-security -Wno-unused-result -DHAVE_KALLOC -Isse2neon format.c -o format.o cc -c -g -O2 -Wall -Werror=format-security -Wno-unused-result -DHAVE_KALLOC -Isse2neon pe.c -o pe.o cc -c -g -O2 -Wall -Werror=format-security -Wno-unused-result -DHAVE_KALLOC -Isse2neon esterr.c -o esterr.o cc -c -g -O2 -Wall -Werror=format-security -Wno-unused-result -DHAVE_KALLOC -Isse2neon splitidx.c -o splitidx.o cc -c -g -O2 -Wall -Werror=format-security -Wno-unused-result -DHAVE_KALLOC -Isse2neon ksw2_ll_sse.c -o ksw2_ll_sse.o cc -c -g -O2 -Wall -Werror=format-security -Wno-unused-result -DHAVE_KALLOC -DKSW_SSE2_ONLY -D__SSE2__ -Isse2neon ksw2_extz2_sse.c -o ksw2_extz2_neon.o cc -c -g -O2 -Wall -Werror=format-security -Wno-unused-result -DHAVE_KALLOC -DKSW_SSE2_ONLY -D__SSE2__ -Isse2neon ksw2_extd2_sse.c -o ksw2_extd2_neon.o cc -c -g -O2 -Wall -Werror=format-security -Wno-unused-result -DHAVE_KALLOC -DKSW_SSE2_ONLY -D__SSE2__ -Isse2neon ksw2_exts2_sse.c -o ksw2_exts2_neon.o ar -csru libminimap2.a kthread.o kalloc.o misc.o bseq.o sketch.o sdust.o options.o index.o lchain.o align.o hit.o seed.o jump.o map.o format.o pe.o esterr.o splitidx.o ksw2_ll_sse.o ksw2_extz2_neon.o ksw2_extd2_neon.o ksw2_exts2_neon.o cc -g -O2 -Wall -Werror=format-security -Wno-unused-result main.o -o minimap2 -L. -lminimap2 -lm -lz -lpthread make[1]: Leaving directory '/home/biocbuild/bbs-3.22-bioc/meat/FLAMES/src/submodule/minimap2' echo "Installing binary to /home/biocbuild/bbs-3.22-bioc/meat/FLAMES/src/../inst/bin" Installing binary to /home/biocbuild/bbs-3.22-bioc/meat/FLAMES/src/../inst/bin mkdir -p ../inst/bin cp submodule/minimap2/minimap2 ../inst/bin/ Building oarfish with cargo mkdir -p ../inst/bin mkdir cargo_temp (cargo install oarfish --root cargo_temp --bin oarfish --vers 0.8.0) Updating `ustc` index error: failed to download `oarfish v0.8.0` Caused by: unable to get packages from source Caused by: failed to download replaced source registry `crates-io` Caused by: failed to parse manifest at `/home/biocbuild/.cargo/registry/src/mirrors.ustc.edu.cn-4affec411d11e50f/oarfish-0.8.0/Cargo.toml` Caused by: feature `edition2024` is required The package requires the Cargo feature called `edition2024`, but that feature is not stabilized in this version of Cargo (1.77.0). Consider trying a newer version of Cargo (this may require the nightly release). See https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#edition-2024 for more information about the status of this feature. make: *** [Makevars:75: ../inst/bin/oarfish] Error 101 ERROR: compilation failed for package ‘FLAMES’ * removing ‘/home/biocbuild/R/R-4.5.0/site-library/FLAMES’ * restoring previous ‘/home/biocbuild/R/R-4.5.0/site-library/FLAMES’