* installing *source* package 'clustermq' ... ** package 'clustermq' successfully unpacked and MD5 sums checked ** using staged installation ********************************************** WARNING: this package has a configure script It probably needs manual configuration ********************************************** ** libs using C++ compiler: 'g++.exe (GCC) 13.3.0' make[1]: Entering directory '/d/temp/2024_12_18_01_50_01_11818/Rtmp6Zc8sJ/R.INSTALL2ef3c6af55d57/clustermq/src' rm -f CMQMaster.o CMQProxy.o CMQWorker.o RcppExports.o common.o util.o clustermq.dll "D:/RCompile/recent/R/bin/x64/Rscript.exe" "../tools/winlibs.R" [1] TRUE g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -DZMQ_STATIC -DZMQ_BUILD_DRAFT_API=1 -Icppzmq -I../windows/zeromq/include -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -DR_NO_REMAP -c CMQMaster.cpp -o CMQMaster.o In file included from CMQMaster.cpp:2: CMQMaster.h: In member function 'bool CMQMaster::close(int)': CMQMaster.h:65:26: warning: variable 'n' set but not used [-Wunused-but-set-variable] 65 | auto n = recv_multipart(sock, std::back_inserter(msgs)); | ^ CMQMaster.h:62:21: warning: unused variable 'rc' [-Wunused-variable] 62 | int rc = zmq::poll(pitems, time_left); | ^~ CMQMaster.h: In member function 'SEXPREC* CMQMaster::recv(int)': CMQMaster.h:107:18: warning: variable 'n' set but not used [-Wunused-but-set-variable] 107 | auto n = recv_multipart(sock, std::back_inserter(msgs)); | ^ CMQMaster.h:109:29: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<zmq::message_t>::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 109 | } while(data_offset >= msgs.size()); | ~~~~~~~~~~~~^~~~~~~~~~~~~~ CMQMaster.h: In member function 'void CMQMaster::proxy_submit_cmd(SEXP, int)': CMQMaster.h:162:14: warning: variable 'n' set but not used [-Wunused-but-set-variable] 162 | auto n = recv_multipart(sock, std::back_inserter(msgs)); | ^ CMQMaster.h: In member function 'int CMQMaster::register_peer(std::vector<zmq::message_t>&)': CMQMaster.h:344:25: warning: comparison of integer expressions of different signedness: 'std::vector<zmq::message_t>::size_type' {aka 'long long unsigned int'} and 'int' [-Wsign-compare] 344 | if (msgs.size() > ++cur_i) { | ~~~~~~~~~~~~^~~~~~~~~ CMQMaster.h:359:26: warning: comparison of integer expressions of different signedness: 'std::unordered_map<std::__cxx11::basic_string<char>, CMQMaster::worker_t>::size_type' {aka 'long long unsigned int'} and 'int' [-Wsign-compare] 359 | if (peers.size() > prev_size && w.status == wlife_t::active) { | ~~~~~~~~~~~~~^~~~~~~~~~~ CMQMaster.h:364:25: warning: comparison of integer expressions of different signedness: 'std::vector<zmq::message_t>::size_type' {aka 'long long unsigned int'} and 'int' [-Wsign-compare] 364 | if (msgs.size() > cur_i+2) { | ~~~~~~~~~~~~^~~~~~~~~ g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -DZMQ_STATIC -DZMQ_BUILD_DRAFT_API=1 -Icppzmq -I../windows/zeromq/include -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -DR_NO_REMAP -c CMQProxy.cpp -o CMQProxy.o In file included from CMQProxy.h:3, from CMQProxy.cpp:2: CMQMaster.h: In member function 'bool CMQMaster::close(int)': CMQMaster.h:65:26: warning: variable 'n' set but not used [-Wunused-but-set-variable] 65 | auto n = recv_multipart(sock, std::back_inserter(msgs)); | ^ CMQMaster.h:62:21: warning: unused variable 'rc' [-Wunused-variable] 62 | int rc = zmq::poll(pitems, time_left); | ^~ CMQMaster.h: In member function 'SEXPREC* CMQMaster::recv(int)': CMQMaster.h:107:18: warning: variable 'n' set but not used [-Wunused-but-set-variable] 107 | auto n = recv_multipart(sock, std::back_inserter(msgs)); | ^ CMQMaster.h:109:29: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<zmq::message_t>::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 109 | } while(data_offset >= msgs.size()); | ~~~~~~~~~~~~^~~~~~~~~~~~~~ CMQMaster.h: In member function 'void CMQMaster::proxy_submit_cmd(SEXP, int)': CMQMaster.h:162:14: warning: variable 'n' set but not used [-Wunused-but-set-variable] 162 | auto n = recv_multipart(sock, std::back_inserter(msgs)); | ^ CMQMaster.h: In member function 'int CMQMaster::register_peer(std::vector<zmq::message_t>&)': CMQMaster.h:344:25: warning: comparison of integer expressions of different signedness: 'std::vector<zmq::message_t>::size_type' {aka 'long long unsigned int'} and 'int' [-Wsign-compare] 344 | if (msgs.size() > ++cur_i) { | ~~~~~~~~~~~~^~~~~~~~~ CMQMaster.h:359:26: warning: comparison of integer expressions of different signedness: 'std::unordered_map<std::__cxx11::basic_string<char>, CMQMaster::worker_t>::size_type' {aka 'long long unsigned int'} and 'int' [-Wsign-compare] 359 | if (peers.size() > prev_size && w.status == wlife_t::active) { | ~~~~~~~~~~~~~^~~~~~~~~~~ CMQMaster.h:364:25: warning: comparison of integer expressions of different signedness: 'std::vector<zmq::message_t>::size_type' {aka 'long long unsigned int'} and 'int' [-Wsign-compare] 364 | if (msgs.size() > cur_i+2) { | ~~~~~~~~~~~~^~~~~~~~~ CMQProxy.h: In member function 'SEXPREC* CMQProxy::proxy_receive_cmd()': CMQProxy.h:54:14: warning: variable 'n' set but not used [-Wunused-but-set-variable] 54 | auto n = recv_multipart(to_master, std::back_inserter(msgs)); | ^ CMQProxy.h:55:14: warning: unused variable 'status' [-Wunused-variable] 55 | auto status = msg2wlife_t(msgs[1]); | ^~~~~~ CMQProxy.h: In member function 'bool CMQProxy::process_one()': CMQProxy.h:116:28: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<zmq::message_t>::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 116 | for (int i=0; i<msgs.size(); i++) { | ~^~~~~~~~~~~~ CMQProxy.h:108:18: warning: variable 'n' set but not used [-Wunused-but-set-variable] 108 | auto n = recv_multipart(to_master, std::back_inserter(msgs)); | ^ CMQProxy.h:139:28: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<zmq::message_t>::size_type' {aka 'long long unsigned int'} [-Wsign-compare] 139 | for (int i=0; i<msgs.size(); i++) | ~^~~~~~~~~~~~ CMQProxy.h:137:18: warning: variable 'n' set but not used [-Wunused-but-set-variable] 137 | auto n = recv_multipart(to_worker, std::back_inserter(msgs)); | ^ g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -DZMQ_STATIC -DZMQ_BUILD_DRAFT_API=1 -Icppzmq -I../windows/zeromq/include -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -DR_NO_REMAP -c CMQWorker.cpp -o CMQWorker.o In file included from CMQWorker.cpp:2: CMQWorker.h: In member function 'bool CMQWorker::process_one()': CMQWorker.h:76:14: warning: variable 'n' set but not used [-Wunused-but-set-variable] 76 | auto n = recv_multipart(sock, std::back_inserter(msgs)); | ^ g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -DZMQ_STATIC -DZMQ_BUILD_DRAFT_API=1 -Icppzmq -I../windows/zeromq/include -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -DR_NO_REMAP -c RcppExports.cpp -o RcppExports.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -DZMQ_STATIC -DZMQ_BUILD_DRAFT_API=1 -Icppzmq -I../windows/zeromq/include -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -DR_NO_REMAP -c common.cpp -o common.o g++ -std=gnu++17 -I"D:/RCompile/recent/R/include" -DNDEBUG -DZMQ_STATIC -DZMQ_BUILD_DRAFT_API=1 -Icppzmq -I../windows/zeromq/include -I'D:/RCompile/CRANpkg/lib/4.5/Rcpp/include' -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include" -pedantic -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -DR_NO_REMAP -c util.cpp -o util.o util.cpp: In function 'bool has_connectivity(std::string)': util.cpp:28:14: warning: variable 'n' set but not used [-Wunused-but-set-variable] 28 | auto n = server.recv(msg2, zmq::recv_flags::dontwait); | ^ g++ -std=gnu++17 -shared -s -static-libgcc -o clustermq.dll tmp.def CMQMaster.o CMQProxy.o CMQWorker.o RcppExports.o common.o util.o -L../windows/zeromq/lib-13.3.0/x64 -L../windows/zeromq/lib/x64 -L../windows/zeromq/lib -lzmq -lsodium -lpthread -liphlpapi -lws2_32 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR make[1]: Leaving directory '/d/temp/2024_12_18_01_50_01_11818/Rtmp6Zc8sJ/R.INSTALL2ef3c6af55d57/clustermq/src' make[1]: Entering directory '/d/temp/2024_12_18_01_50_01_11818/Rtmp6Zc8sJ/R.INSTALL2ef3c6af55d57/clustermq/src' make[1]: Leaving directory '/d/temp/2024_12_18_01_50_01_11818/Rtmp6Zc8sJ/R.INSTALL2ef3c6af55d57/clustermq/src' installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-clustermq/00new/clustermq/libs/x64 ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * MD5 sums packaged installation of 'clustermq' as clustermq_0.9.5.zip * DONE (clustermq)