Back to Multiple platform build/check report for BioC 3.22:   simplified   long
ABCDEFGH[I]JKLMNOPQRSTUVWXYZ

This page was generated on 2025-10-25 12:07 -0400 (Sat, 25 Oct 2025).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 24.04.3 LTS)x86_644.5.1 Patched (2025-08-23 r88802) -- "Great Square Root" 4901
lconwaymacOS 12.7.6 Montereyx86_644.5.1 Patched (2025-09-10 r88807) -- "Great Square Root" 4691
kjohnson3macOS 13.7.7 Venturaarm644.5.1 Patched (2025-09-10 r88807) -- "Great Square Root" 4637
taishanLinux (openEuler 24.03 LTS)aarch644.5.0 (2025-04-11) -- "How About a Twenty-Six" 4658
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 1082/2361HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
iscream 0.99.8  (landing page)
James Eapen
Snapshot Date: 2025-10-24 13:45 -0400 (Fri, 24 Oct 2025)
git_url: https://git.bioconductor.org/packages/iscream
git_branch: devel
git_last_commit: 3175f9c
git_last_commit_date: 2025-10-24 09:01:29 -0400 (Fri, 24 Oct 2025)
nebbiolo2Linux (Ubuntu 24.04.3 LTS) / x86_64  OK    OK    ERROR  
lconwaymacOS 12.7.6 Monterey / x86_64  ERROR    ERROR  skippedskipped
kjohnson3macOS 13.7.7 Ventura / arm64  OK    OK    OK    OK  YES
taishanLinux (openEuler 24.03 LTS) / aarch64  OK    NA    NA  


INSTALL results for iscream on taishan

To the developers/maintainers of the iscream package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/iscream.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.

raw results


Summary

Package: iscream
Version: 0.99.7
Command: /home/biocbuild/R/R/bin/R CMD INSTALL iscream
StartedAt: 2025-10-23 20:29:02 -0000 (Thu, 23 Oct 2025)
EndedAt: 2025-10-23 20:31:43 -0000 (Thu, 23 Oct 2025)
EllapsedTime: 160.8 seconds
RetCode: 0
Status:   OK  

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/R/R/bin/R CMD INSTALL iscream
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/R/R-4.5.0/site-library’
* installing *source* package ‘iscream’ ...
** this is package ‘iscream’ version ‘0.99.7’
** using staged installation
*** Configuring for package installation...
**** Trying pkg-config to use system htslib headers...
     Found pkg-config cflags and libs for htslib!
**** Checking GCC version
     /opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-gcc -std=gnu23 version meets minimum requirements!
**** Checking htslib version
     htslib version meets minimum requirements!
**** Compilation flags
     Using PKG_CFLAGS=
     Using PKG_LIBS=-lhts
**** Checking if htslib was compiled with libdeflate
     NOTE: htslib not compiled with libdeflate - iscream querys may be slower without libdeflate
     See <https://huishenlab.github.io/iscream/articles/htslib.html> for more information
**** Success!
** 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  -I'/home/biocbuild/R/R-4.5.0/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0/site-library/RcppArmadillo/include' -I'/home/biocbuild/R/R-4.5.0/site-library/RcppProgress/include' -I'/home/biocbuild/R/R-4.5.0/site-library/RcppSpdlog/include' -I'/home/biocbuild/R/R-4.5.0/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.5.0/site-library/stringfish/include' -I/usr/local/include   -fopenmp -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  -I'/home/biocbuild/R/R-4.5.0/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0/site-library/RcppArmadillo/include' -I'/home/biocbuild/R/R-4.5.0/site-library/RcppProgress/include' -I'/home/biocbuild/R/R-4.5.0/site-library/RcppSpdlog/include' -I'/home/biocbuild/R/R-4.5.0/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.5.0/site-library/stringfish/include' -I/usr/local/include   -fopenmp -fPIC  -g -O2  -Wall -Werror=format-security  -c decode_mat.cpp -o decode_mat.o
decode_mat.cpp: In function ‘void get_cov(Rcpp::NumericMatrix&, int)’:
decode_mat.cpp:33:29: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const arma::uword’ {aka ‘const unsigned int’} [-Wsign-compare]
   33 |     for (int coln = 0; coln < M.n_cols; coln++) {
      |                        ~~~~~^~~~~~~~~~
decode_mat.cpp: In function ‘void get_m(Rcpp::NumericMatrix&, int)’:
decode_mat.cpp:47:29: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const arma::uword’ {aka ‘const unsigned int’} [-Wsign-compare]
   47 |     for (int coln = 0; coln < M.n_cols; coln++) {
      |                        ~~~~~^~~~~~~~~~
decode_mat.cpp: In function ‘void get_beta(Rcpp::NumericMatrix&, int)’:
decode_mat.cpp:64:29: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const arma::uword’ {aka ‘const unsigned int’} [-Wsign-compare]
   64 |     for (int coln = 0; coln < M.n_cols; coln++) {
      |                        ~~~~~^~~~~~~~~~
decode_mat.cpp: In function ‘void get_cov_sparse(Rcpp::S4&)’:
decode_mat.cpp:76:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘arma::uword’ {aka ‘unsigned int’} [-Wsign-compare]
   76 |     for (int i = 0; i < x.size(); i++) {
      |                     ~~^~~~~~~~~~
decode_mat.cpp: In function ‘void get_m_sparse(Rcpp::S4&)’:
decode_mat.cpp:88:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘arma::uword’ {aka ‘unsigned int’} [-Wsign-compare]
   88 |     for (int i = 0; i < x.size(); i++) {
      |                     ~~^~~~~~~~~~
decode_mat.cpp: In function ‘void get_beta_sparse(Rcpp::S4&)’:
decode_mat.cpp:104:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘arma::uword’ {aka ‘unsigned int’} [-Wsign-compare]
  104 |     for (int i = 0; i < x.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  -I'/home/biocbuild/R/R-4.5.0/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0/site-library/RcppArmadillo/include' -I'/home/biocbuild/R/R-4.5.0/site-library/RcppProgress/include' -I'/home/biocbuild/R/R-4.5.0/site-library/RcppSpdlog/include' -I'/home/biocbuild/R/R-4.5.0/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.5.0/site-library/stringfish/include' -I/usr/local/include   -fopenmp -fPIC  -g -O2  -Wall -Werror=format-security  -c get_threads.cpp -o get_threads.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  -I'/home/biocbuild/R/R-4.5.0/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0/site-library/RcppArmadillo/include' -I'/home/biocbuild/R/R-4.5.0/site-library/RcppProgress/include' -I'/home/biocbuild/R/R-4.5.0/site-library/RcppSpdlog/include' -I'/home/biocbuild/R/R-4.5.0/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.5.0/site-library/stringfish/include' -I/usr/local/include   -fopenmp -fPIC  -g -O2  -Wall -Werror=format-security  -c log.cpp -o log.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  -I'/home/biocbuild/R/R-4.5.0/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0/site-library/RcppArmadillo/include' -I'/home/biocbuild/R/R-4.5.0/site-library/RcppProgress/include' -I'/home/biocbuild/R/R-4.5.0/site-library/RcppSpdlog/include' -I'/home/biocbuild/R/R-4.5.0/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.5.0/site-library/stringfish/include' -I/usr/local/include   -fopenmp -fPIC  -g -O2  -Wall -Werror=format-security  -c parsers.cpp -o parsers.o
parsers.cpp: In function ‘BedRecord parseBedRecord(const std::string&, std::vector<int>)’:
parsers.cpp:46:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
   46 |         for (i = 0; i < valInd.size(); i++) {
      |                     ~~^~~~~~~~~~~~~~~
parsers.cpp: In function ‘BedRecord parseBedRecord(const std::string&, int)’:
parsers.cpp:59:17: warning: comparison of integer expressions of different signedness: ‘const int’ and ‘std::vector<std::__cxx11::basic_string<char> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
   59 |     if (valInd1 >= fields.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  -I'/home/biocbuild/R/R-4.5.0/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0/site-library/RcppArmadillo/include' -I'/home/biocbuild/R/R-4.5.0/site-library/RcppProgress/include' -I'/home/biocbuild/R/R-4.5.0/site-library/RcppSpdlog/include' -I'/home/biocbuild/R/R-4.5.0/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.5.0/site-library/stringfish/include' -I/usr/local/include   -fopenmp -fPIC  -g -O2  -Wall -Werror=format-security  -c query.cpp -o query.o
query.cpp: In function ‘std::vector<RegionQuery> query_intervals(const char*, const std::vector<std::__cxx11::basic_string<char> >&)’:
query.cpp:68:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::__cxx11::basic_string<char> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
   68 |     for (int i = 0; i < regions.size(); i++) {
      |                     ~~^~~~~~~~~~~~~~~~
query.cpp: In function ‘Rcpp::List scan_tabix(const std::string&, const std::vector<std::__cxx11::basic_string<char> >&)’:
query.cpp:156:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<RegionQuery>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  156 |     for (int i = 0; i < intervals.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  -I'/home/biocbuild/R/R-4.5.0/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0/site-library/RcppArmadillo/include' -I'/home/biocbuild/R/R-4.5.0/site-library/RcppProgress/include' -I'/home/biocbuild/R/R-4.5.0/site-library/RcppSpdlog/include' -I'/home/biocbuild/R/R-4.5.0/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.5.0/site-library/stringfish/include' -I/usr/local/include   -fopenmp -fPIC  -g -O2  -Wall -Werror=format-security  -c query_all.cpp -o query_all.o
query_all.cpp: In instantiation of ‘QueryAll<Mat>::QueryAll(std::vector<std::__cxx11::basic_string<char> >&, std::vector<std::__cxx11::basic_string<char> >&, BSType, int, bool, bool, int, int) [with Mat = arma::SpMat<long long unsigned int>]’:
query_all.cpp:286:127:   required from here
  286 |                 QueryAll query = QueryAll<arma::sp_umat>(bedfiles, regions, bstype, valInd, merged, sparse, prealloc, nthreads);
      |                                                                                                                               ^
query_all.cpp:45:58: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::__cxx11::basic_string<char> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
   45 |     for (int bedfile_n = 0; bedfile_n < bedfile_vec.size(); bedfile_n++) {
      |                                                          ^
query_all.cpp:111:23: warning: comparison of integer expressions of different signedness: ‘const arma::uword’ {aka ‘const long long unsigned int’} and ‘int’ [-Wsign-compare]
  111 |     if (bitmat.n_rows > mapsize) {
      |         ~~~~~~~~~~~~~~^~~~~~~~~
query_all.cpp: In instantiation of ‘QueryAll<Mat>::QueryAll(std::vector<std::__cxx11::basic_string<char> >&, std::vector<std::__cxx11::basic_string<char> >&, BSType, int, bool, bool, int, int) [with Mat = arma::Mat<long long unsigned int>]’:
query_all.cpp:289:124:   required from here
  289 |                 QueryAll query = QueryAll<arma::umat>(bedfiles, regions, bstype, valInd, merged, sparse, prealloc, nthreads);
      |                                                                                                                            ^
query_all.cpp:45:58: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::__cxx11::basic_string<char> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
   45 |     for (int bedfile_n = 0; bedfile_n < bedfile_vec.size(); bedfile_n++) {
      |                                                          ^
query_all.cpp:111:23: warning: comparison of integer expressions of different signedness: ‘const arma::uword’ {aka ‘const long long unsigned int’} and ‘int’ [-Wsign-compare]
  111 |     if (bitmat.n_rows > mapsize) {
      |         ~~~~~~~~~~~~~~^~~~~~~~~
query_all.cpp: In instantiation of ‘QueryAll<Mat>::QueryAll(std::vector<std::__cxx11::basic_string<char> >&, std::vector<std::__cxx11::basic_string<char> >&, BSType, int, bool, bool, int, int) [with Mat = arma::SpMat<float>]’:
query_all.cpp:295:127:   required from here
  295 |                 QueryAll query = QueryAll<arma::sp_fmat>(bedfiles, regions, bstype, valInd, merged, sparse, prealloc, nthreads);
      |                                                                                                                               ^
query_all.cpp:45:58: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::__cxx11::basic_string<char> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
   45 |     for (int bedfile_n = 0; bedfile_n < bedfile_vec.size(); bedfile_n++) {
      |                                                          ^
query_all.cpp:111:23: warning: comparison of integer expressions of different signedness: ‘const arma::uword’ {aka ‘const long long unsigned int’} and ‘int’ [-Wsign-compare]
  111 |     if (bitmat.n_rows > mapsize) {
      |         ~~~~~~~~~~~~~~^~~~~~~~~
query_all.cpp: In instantiation of ‘QueryAll<Mat>::QueryAll(std::vector<std::__cxx11::basic_string<char> >&, std::vector<std::__cxx11::basic_string<char> >&, BSType, int, bool, bool, int, int) [with Mat = arma::Mat<float>]’:
query_all.cpp:298:124:   required from here
  298 |                 QueryAll query = QueryAll<arma::fmat>(bedfiles, regions, bstype, valInd, merged, sparse, prealloc, nthreads);
      |                                                                                                                            ^
query_all.cpp:45:58: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::__cxx11::basic_string<char> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
   45 |     for (int bedfile_n = 0; bedfile_n < bedfile_vec.size(); bedfile_n++) {
      |                                                          ^
query_all.cpp:111:23: warning: comparison of integer expressions of different signedness: ‘const arma::uword’ {aka ‘const long long unsigned int’} and ‘int’ [-Wsign-compare]
  111 |     if (bitmat.n_rows > mapsize) {
      |         ~~~~~~~~~~~~~~^~~~~~~~~
In file included from query_all.hpp:30,
                 from query_all.cpp:1:
query_all.hpp:56:34: warning: ‘int khmap_del(khmap_t*, khint_t)’ defined but not used [-Wunused-function]
   56 | KHASHL_MAP_INIT(static, khmap_t, khmap, CpG, int, kh_hash_cpg, kh_eq_cpg);
      |                                  ^~~~~
../inst/include/khashl.h:352:19: note: in definition of macro ‘KHASHL_MAP_INIT’
  352 |         SCOPE int prefix##_del(HType *h, khint_t k) { return prefix##_m_del(h, k); } \
      |                   ^~~~~~
query_all.hpp:56:34: warning: ‘void khmap_destroy(khmap_t*)’ defined but not used [-Wunused-function]
   56 | KHASHL_MAP_INIT(static, khmap_t, khmap, CpG, int, kh_hash_cpg, kh_eq_cpg);
      |                                  ^~~~~
../inst/include/khashl.h:350:20: note: in definition of macro ‘KHASHL_MAP_INIT’
  350 |         SCOPE void prefix##_destroy(HType *h) { prefix##_m_destroy(h); } \
      |                    ^~~~~~
/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  -I'/home/biocbuild/R/R-4.5.0/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.5.0/site-library/RcppArmadillo/include' -I'/home/biocbuild/R/R-4.5.0/site-library/RcppProgress/include' -I'/home/biocbuild/R/R-4.5.0/site-library/RcppSpdlog/include' -I'/home/biocbuild/R/R-4.5.0/site-library/Rhtslib/include' -I'/home/biocbuild/R/R-4.5.0/site-library/stringfish/include' -I/usr/local/include   -fopenmp -fPIC  -g -O2  -Wall -Werror=format-security  -c summarize_regions.cpp -o summarize_regions.o
summarize_regions.cpp: In function ‘InputCols make_BSdata_vecs(const std::vector<std::__cxx11::basic_string<char> >&, ssize_t, std::vector<int, std::allocator<int> >, const std::vector<std::__cxx11::basic_string<char> >&, BSType, bool)’:
summarize_regions.cpp:68:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::__cxx11::basic_string<char> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
   68 |     for (int i = 0; i < cpgs.size(); i++) {
      |                     ~~^~~~~~~~~~~~~
summarize_regions.cpp: In function ‘InputCols make_data_vecs(const std::vector<std::__cxx11::basic_string<char> >&, ssize_t, std::vector<int, std::allocator<int> >, const std::vector<std::__cxx11::basic_string<char> >&, bool)’:
summarize_regions.cpp:92:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::__cxx11::basic_string<char> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
   92 |     for (int i = 0; i < cpgs.size(); i++) {
      |                     ~~^~~~~~~~~~~~~
summarize_regions.cpp:94:29: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
   94 |         for (int dp = 0; dp < parsed_cpg.size; dp++) {
      |                          ~~~^~~~~~~~~~~~~~~~~
summarize_regions.cpp: In function ‘std::vector<ComputedFunVecs> init_result_cols(ssize_t, ssize_t, const std::vector<std::__cxx11::basic_string<char> >&, bool)’:
summarize_regions.cpp:123:35: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::__cxx11::basic_string<char> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  123 |     for (int fun_ind = 0; fun_ind < fun_vec.size(); fun_ind++) {
      |                           ~~~~~~~~^~~~~~~~~~~~~~~~
summarize_regions.cpp: In function ‘Rcpp::DataFrame Cpp_summarize_regions(const std::vector<std::__cxx11::basic_string<char> >&, const Rcpp::CharacterVector&, const std::vector<std::__cxx11::basic_string<char> >&, const std::vector<int, std::allocator<int> >&, const std::vector<std::__cxx11::basic_string<char> >&, const std::string&, bool, bool, int)’:
summarize_regions.cpp:221:39: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::__cxx11::basic_string<char> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  221 |     for (int bedfile_n = 0; bedfile_n < bedfiles.size(); bedfile_n++) {
      |                             ~~~~~~~~~~^~~~~~~~~~~~~~~~~
summarize_regions.cpp:252:39: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<arma::Col<double> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  252 |                     for (int i = 0; i < input_data.size(); i++) {
      |                                     ~~^~~~~~~~~~~~~~~~~~~
summarize_regions.cpp:273:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<ComputedFunVecs>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  273 |     for (int i = 0; i < computed_vecs.size(); i++) {
      |                     ~~^~~~~~~~~~~~~~~~~~~~~~
summarize_regions.cpp:275:27: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::vector<double> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  275 |         for (int j = 0; j < vecs.computed_vecs.size(); j++) {
      |                         ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/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 iscream.so RcppExports.o decode_mat.o get_threads.o log.o parsers.o query.o query_all.o summarize_regions.o -lhts -fopenmp -L/home/biocbuild/R/R-4.5.0/lib -lR
installing to /home/biocbuild/R/R-4.5.0/site-library/00LOCK-iscream/00new/iscream/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (iscream)