* installing *source* package ‘filearray’ ... ** package ‘filearray’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘g++-13 (GCC) 13.2.0’ make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/filearray/src' g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I'/data/gannet/ripley/R/test-dev/BH/include' -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c RcppExports.cpp -o RcppExports.o g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I'/data/gannet/ripley/R/test-dev/BH/include' -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c collapse.cpp -o collapse.o g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I'/data/gannet/ripley/R/test-dev/BH/include' -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c conversion.cpp -o conversion.o g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I'/data/gannet/ripley/R/test-dev/BH/include' -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c core.cpp -o core.o g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I'/data/gannet/ripley/R/test-dev/BH/include' -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c interfaces.cpp -o interfaces.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"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I'/data/gannet/ripley/R/test-dev/BH/include' -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I'/data/gannet/ripley/R/test-dev/BH/include' -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c map.cpp -o map.o g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I'/data/gannet/ripley/R/test-dev/BH/include' -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c mapreduce.cpp -o mapreduce.o g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I'/data/gannet/ripley/R/test-dev/BH/include' -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c save.cpp -o save.o save.cpp: In instantiation of 'void FARRAssigner::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::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::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::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"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I'/data/gannet/ripley/R/test-dev/BH/include' -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c serialize.cpp -o serialize.o g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I'/data/gannet/ripley/R/test-dev/BH/include' -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c threadSettings.cpp -o threadSettings.o g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I'/data/gannet/ripley/R/test-dev/BH/include' -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -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/usr/local/gcc13/lib64 -L/usr/local/lib64 -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -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 make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/filearray/src' make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/filearray/src' make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/filearray/src' installing to /data/gannet/ripley/R/packages/tests-devel/filearray.Rcheck/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)