* installing *source* package ‘clustermq’ ...
** package ‘clustermq’ successfully unpacked and MD5 sums checked
** using staged installation
* system has libzmq -> linking system library
* libzmq without DRAFT API found -> disabling crash monitor feature
** libs
using C++ compiler: ‘Apple clang version 14.0.3 (clang-1403.0.22.14.1)’
using SDK: ‘MacOSX11.3.sdk’
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/x86_64/include -fPIC -Icppzmq -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/Rcpp/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c CMQMaster.cpp -o CMQMaster.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/x86_64/include -fPIC -Icppzmq -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/Rcpp/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c CMQProxy.cpp -o CMQProxy.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/x86_64/include -fPIC -Icppzmq -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/Rcpp/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c CMQWorker.cpp -o CMQWorker.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/x86_64/include -fPIC -Icppzmq -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/Rcpp/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c RcppExports.cpp -o RcppExports.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/x86_64/include -fPIC -Icppzmq -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/Rcpp/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c common.cpp -o common.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/x86_64/include -fPIC -Icppzmq -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/Rcpp/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c util.cpp -o util.o
util.cpp:28:14: warning: unused variable 'n' [-Wunused-variable]
        auto n = server.recv(msg2, zmq::recv_flags::dontwait);
             ^
In file included from CMQWorker.cpp:2:
./CMQWorker.h:76:14: warning: unused variable 'n' [-Wunused-variable]
        auto n = recv_multipart(sock, std::back_inserter(msgs));
             ^
In file included from CMQProxy.cpp:2:
In file included from ./CMQProxy.h:3:
./CMQMaster.h:65:26: warning: unused variable 'n' [-Wunused-variable]
                    auto n = recv_multipart(sock, std::back_inserter(msgs));
                         ^
./CMQMaster.h:62:21: warning: unused variable 'rc' [-Wunused-variable]
                int rc = zmq::poll(pitems, time_left);
                    ^
In file included from CMQMaster.cpp:2:
./CMQMaster.h:65:26: warning: unused variable 'n' [-Wunused-variable]
                    auto n = recv_multipart(sock, std::back_inserter(msgs));
                         ^
./CMQMaster.h:62:21: warning: unused variable 'rc' [-Wunused-variable]
                int rc = zmq::poll(pitems, time_left);
                    ^
./CMQMaster.h:107:18: warning: unused variable 'n' [-Wunused-variable]
            auto n = recv_multipart(sock, std::back_inserter(msgs));
                 ^
./CMQMaster.h:107:18: warning: unused variable 'n' [-Wunused-variable]
            auto n = recv_multipart(sock, std::back_inserter(msgs));
                 ^
./CMQMaster.h:162:14: warning: unused variable 'n' [-Wunused-variable]
        auto n = recv_multipart(sock, std::back_inserter(msgs));
             ^
./CMQMaster.h:162:14: warning: unused variable 'n' [-Wunused-variable]
        auto n = recv_multipart(sock, std::back_inserter(msgs));
             ^
In file included from CMQProxy.cpp:2:
./CMQProxy.h:54:14: warning: unused variable 'n' [-Wunused-variable]
        auto n = recv_multipart(to_master, std::back_inserter(msgs));
             ^
./CMQProxy.h:55:14: warning: unused variable 'status' [-Wunused-variable]
        auto status = msg2wlife_t(msgs[1]);
             ^
./CMQProxy.h:108:18: warning: unused variable 'n' [-Wunused-variable]
            auto n = recv_multipart(to_master, std::back_inserter(msgs));
                 ^
./CMQProxy.h:137:18: warning: unused variable 'n' [-Wunused-variable]
            auto n = recv_multipart(to_worker, std::back_inserter(msgs));
                 ^
1 warning generated.
1 warning generated.
8 warnings generated.
4 warnings generated.
clang++ -arch x86_64 -std=gnu++17 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/x86_64/lib -o clustermq.so CMQMaster.o CMQProxy.o CMQWorker.o RcppExports.o common.o util.o -L/opt/R/x86_64/lib -lzmq -lstdc++ -lpthread -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Volumes/Builds/packages/big-sur-x86_64/results/4.3/clustermq.Rcheck/00LOCK-clustermq/00new/clustermq/libs
** generating debug symbols (dSYM)
** 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 (clustermq)