* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’
* installing *source* package ‘filearray’ ...
** package ‘filearray’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-13 (Debian 13.2.0-23) 13.2.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpoSigIZ/R.INSTALL72a5f70c6a0f2/filearray/src'
g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/BH/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c RcppExports.cpp -o RcppExports.o
g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/BH/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c collapse.cpp -o collapse.o
g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/BH/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c conversion.cpp -o conversion.o
conversion.cpp: In function ‘SEXPREC* convert_as2(SEXP, SEXP, SEXPTYPE)’:
conversion.cpp:293:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘SEXPTYPE’ {aka ‘unsigned int’} [-Wsign-compare]
  293 |     if( TYPEOF(y) != type ){
      |         ~~~~~~~~~~^~~~~~~
conversion.cpp: In function ‘void realToFloat(double*, float*, size_t)’:
conversion.cpp:405:29: warning: comparison of integer expressions of different signedness: ‘R_xlen_t’ {aka ‘long int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  405 |     for(R_xlen_t ii = 0; ii < nelem; ii++, x++, y++){
      |                          ~~~^~~~~~~
conversion.cpp: In function ‘void floatToReal(float*, double*, size_t)’:
conversion.cpp:415:29: warning: comparison of integer expressions of different signedness: ‘R_xlen_t’ {aka ‘long int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  415 |     for(R_xlen_t ii = 0; ii < nelem; ii++, y++, x++){
      |                          ~~~^~~~~~~
g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/BH/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c core.cpp -o core.o
g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/BH/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c interfaces.cpp -o interfaces.o
g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/BH/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c load.cpp -o load.o
load.cpp: In function ‘SEXPREC* FARR_subset_sequential(const std::string&, const int64_t&, SEXP, SEXPTYPE, SEXP, int64_t, int64_t)’:
load.cpp:66:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘SEXPTYPE’ {aka ‘unsigned int’} [-Wsign-compare]
   66 |     if( TYPEOF(ret) != array_memory_sxptype(array_type) ){
      |         ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
load.cpp: In instantiation of ‘void FARRSubsetter<T, B>::operator_mmap(std::size_t, std::size_t) [with T = Rcomplex; B = double; std::size_t = long unsigned int]’:
load.cpp:535:19:   required from ‘void FARRSubsetter<T, B>::operator()(std::size_t, std::size_t) [with T = Rcomplex; B = double; std::size_t = long unsigned int]’
load.cpp:532:10:   required from here
load.cpp:334:37: warning: comparison of integer expressions of different signedness: ‘R_xlen_t’ {aka ‘long int’} and ‘std::size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  334 |         for(R_xlen_t ii = begin; ii < end; ii++){
      |                                  ~~~^~~~~
load.cpp: In instantiation of ‘void FARRSubsetter<T, B>::operator_fread(std::size_t, std::size_t) [with T = Rcomplex; B = double; std::size_t = long unsigned int]’:
load.cpp:537:19:   required from ‘void FARRSubsetter<T, B>::operator()(std::size_t, std::size_t) [with T = Rcomplex; B = double; std::size_t = long unsigned int]’
load.cpp:532:10:   required from here
load.cpp:435:37: warning: comparison of integer expressions of different signedness: ‘R_xlen_t’ {aka ‘long int’} and ‘std::size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  435 |         for(R_xlen_t ii = begin; ii < end; ii++){
      |                                  ~~~^~~~~
load.cpp: In instantiation of ‘void FARRSubsetter<T, B>::operator_mmap(std::size_t, std::size_t) [with T = int; B = unsigned char; std::size_t = long unsigned int]’:
load.cpp:535:19:   required from ‘void FARRSubsetter<T, B>::operator()(std::size_t, std::size_t) [with T = int; B = unsigned char; std::size_t = long unsigned int]’
load.cpp:532:10:   required from here
load.cpp:334:37: warning: comparison of integer expressions of different signedness: ‘R_xlen_t’ {aka ‘long int’} and ‘std::size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  334 |         for(R_xlen_t ii = begin; ii < end; ii++){
      |                                  ~~~^~~~~
load.cpp: In instantiation of ‘void FARRSubsetter<T, B>::operator_fread(std::size_t, std::size_t) [with T = int; B = unsigned char; std::size_t = long unsigned int]’:
load.cpp:537:19:   required from ‘void FARRSubsetter<T, B>::operator()(std::size_t, std::size_t) [with T = int; B = unsigned char; std::size_t = long unsigned int]’
load.cpp:532:10:   required from here
load.cpp:435:37: warning: comparison of integer expressions of different signedness: ‘R_xlen_t’ {aka ‘long int’} and ‘std::size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  435 |         for(R_xlen_t ii = begin; ii < end; ii++){
      |                                  ~~~^~~~~
load.cpp: In instantiation of ‘void FARRSubsetter<T, B>::operator_mmap(std::size_t, std::size_t) [with T = unsigned char; B = unsigned char; std::size_t = long unsigned int]’:
load.cpp:535:19:   required from ‘void FARRSubsetter<T, B>::operator()(std::size_t, std::size_t) [with T = unsigned char; B = unsigned char; std::size_t = long unsigned int]’
load.cpp:532:10:   required from here
load.cpp:334:37: warning: comparison of integer expressions of different signedness: ‘R_xlen_t’ {aka ‘long int’} and ‘std::size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  334 |         for(R_xlen_t ii = begin; ii < end; ii++){
      |                                  ~~~^~~~~
load.cpp: In instantiation of ‘void FARRSubsetter<T, B>::operator_fread(std::size_t, std::size_t) [with T = unsigned char; B = unsigned char; std::size_t = long unsigned int]’:
load.cpp:537:19:   required from ‘void FARRSubsetter<T, B>::operator()(std::size_t, std::size_t) [with T = unsigned char; B = unsigned char; std::size_t = long unsigned int]’
load.cpp:532:10:   required from here
load.cpp:435:37: warning: comparison of integer expressions of different signedness: ‘R_xlen_t’ {aka ‘long int’} and ‘std::size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  435 |         for(R_xlen_t ii = begin; ii < end; ii++){
      |                                  ~~~^~~~~
load.cpp: In instantiation of ‘void FARRSubsetter<T, B>::operator_mmap(std::size_t, std::size_t) [with T = double; B = float; std::size_t = long unsigned int]’:
load.cpp:535:19:   required from ‘void FARRSubsetter<T, B>::operator()(std::size_t, std::size_t) [with T = double; B = float; std::size_t = long unsigned int]’
load.cpp:532:10:   required from here
load.cpp:334:37: warning: comparison of integer expressions of different signedness: ‘R_xlen_t’ {aka ‘long int’} and ‘std::size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  334 |         for(R_xlen_t ii = begin; ii < end; ii++){
      |                                  ~~~^~~~~
load.cpp: In instantiation of ‘void FARRSubsetter<T, B>::operator_fread(std::size_t, std::size_t) [with T = double; B = float; std::size_t = long unsigned int]’:
load.cpp:537:19:   required from ‘void FARRSubsetter<T, B>::operator()(std::size_t, std::size_t) [with T = double; B = float; std::size_t = long unsigned int]’
load.cpp:532:10:   required from here
load.cpp:435:37: warning: comparison of integer expressions of different signedness: ‘R_xlen_t’ {aka ‘long int’} and ‘std::size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  435 |         for(R_xlen_t ii = begin; ii < end; ii++){
      |                                  ~~~^~~~~
load.cpp: In instantiation of ‘void FARRSubsetter<T, B>::operator_mmap(std::size_t, std::size_t) [with T = double; B = double; std::size_t = long unsigned int]’:
load.cpp:535:19:   required from ‘void FARRSubsetter<T, B>::operator()(std::size_t, std::size_t) [with T = double; B = double; std::size_t = long unsigned int]’
load.cpp:532:10:   required from here
load.cpp:334:37: warning: comparison of integer expressions of different signedness: ‘R_xlen_t’ {aka ‘long int’} and ‘std::size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  334 |         for(R_xlen_t ii = begin; ii < end; ii++){
      |                                  ~~~^~~~~
load.cpp: In instantiation of ‘void FARRSubsetter<T, B>::operator_fread(std::size_t, std::size_t) [with T = double; B = double; std::size_t = long unsigned int]’:
load.cpp:537:19:   required from ‘void FARRSubsetter<T, B>::operator()(std::size_t, std::size_t) [with T = double; B = double; std::size_t = long unsigned int]’
load.cpp:532:10:   required from here
load.cpp:435:37: warning: comparison of integer expressions of different signedness: ‘R_xlen_t’ {aka ‘long int’} and ‘std::size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  435 |         for(R_xlen_t ii = begin; ii < end; ii++){
      |                                  ~~~^~~~~
load.cpp: In instantiation of ‘void FARRSubsetter<T, B>::operator_mmap(std::size_t, std::size_t) [with T = int; B = int; std::size_t = long unsigned int]’:
load.cpp:535:19:   required from ‘void FARRSubsetter<T, B>::operator()(std::size_t, std::size_t) [with T = int; B = int; std::size_t = long unsigned int]’
load.cpp:532:10:   required from here
load.cpp:334:37: warning: comparison of integer expressions of different signedness: ‘R_xlen_t’ {aka ‘long int’} and ‘std::size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  334 |         for(R_xlen_t ii = begin; ii < end; ii++){
      |                                  ~~~^~~~~
load.cpp: In instantiation of ‘void FARRSubsetter<T, B>::operator_fread(std::size_t, std::size_t) [with T = int; B = int; std::size_t = long unsigned int]’:
load.cpp:537:19:   required from ‘void FARRSubsetter<T, B>::operator()(std::size_t, std::size_t) [with T = int; B = int; std::size_t = long unsigned int]’
load.cpp:532:10:   required from here
load.cpp:435:37: warning: comparison of integer expressions of different signedness: ‘R_xlen_t’ {aka ‘long int’} and ‘std::size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  435 |         for(R_xlen_t ii = begin; ii < end; ii++){
      |                                  ~~~^~~~~
g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/BH/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c map.cpp -o map.o
g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/BH/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c mapreduce.cpp -o mapreduce.o
g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/BH/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c save.cpp -o save.o
save.cpp: In instantiation of ‘void FARRAssigner<T>::operator()(std::size_t, std::size_t) [with T = unsigned char; std::size_t = long unsigned int]’:
save.cpp:346:10:   required from here
save.cpp:352:41: warning: comparison of integer expressions of different signedness: ‘R_xlen_t’ {aka ‘long int’} and ‘std::size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  352 |         for(R_xlen_t iter = begin; iter < end; iter++){
      |                                    ~~~~~^~~~~
save.cpp: In instantiation of ‘void FARRAssigner<T>::operator()(std::size_t, std::size_t) [with T = float; std::size_t = long unsigned int]’:
save.cpp:346:10:   required from here
save.cpp:352:41: warning: comparison of integer expressions of different signedness: ‘R_xlen_t’ {aka ‘long int’} and ‘std::size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
save.cpp: In instantiation of ‘void FARRAssigner<T>::operator()(std::size_t, std::size_t) [with T = double; std::size_t = long unsigned int]’:
save.cpp:346:10:   required from here
save.cpp:352:41: warning: comparison of integer expressions of different signedness: ‘R_xlen_t’ {aka ‘long int’} and ‘std::size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
save.cpp: In instantiation of ‘void FARRAssigner<T>::operator()(std::size_t, std::size_t) [with T = int; std::size_t = long unsigned int]’:
save.cpp:346:10:   required from here
save.cpp:352:41: warning: comparison of integer expressions of different signedness: ‘R_xlen_t’ {aka ‘long int’} and ‘std::size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/BH/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c serialize.cpp -o serialize.o
g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/BH/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c threadSettings.cpp -o threadSettings.o
g++-13 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/BH/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c utils.cpp -o utils.o
utils.cpp: In function ‘void set_buffer(SEXP, int, size_t, int)’:
utils.cpp:42:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
   42 |         if( buf_bytes > buffer_bytes ){
      |             ~~~~~~~~~~^~~~~~~~~~~~~~
g++-13 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o filearray.so RcppExports.o collapse.o conversion.o core.o interfaces.o load.o map.o mapreduce.o save.o serialize.o threadSettings.o utils.o -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpoSigIZ/R.INSTALL72a5f70c6a0f2/filearray/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpoSigIZ/R.INSTALL72a5f70c6a0f2/filearray/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpoSigIZ/R.INSTALL72a5f70c6a0f2/filearray/src'
installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/00LOCK-filearray/00new/filearray/libs
** R
** 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
** 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 (filearray)