* installing *source* package ‘clustermq’ ...
** this is package ‘clustermq’ version ‘0.9.7’
** package ‘clustermq’ successfully unpacked and MD5 sums checked
** using staged installation
* system has libzmq -> linking system library
* libzmq has DRAFT API -> enabling crash monitor feature
** libs
using C++ compiler: ‘clang version 20.1.0-rc2’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/clustermq/src'
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -DZMQ_BUILD_DRAFT_API=1 -fPIC -Icppzmq -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c CMQMaster.cpp -o CMQMaster.o
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -DZMQ_BUILD_DRAFT_API=1 -fPIC -Icppzmq -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c CMQProxy.cpp -o CMQProxy.o
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -DZMQ_BUILD_DRAFT_API=1 -fPIC -Icppzmq -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c CMQWorker.cpp -o CMQWorker.o
In file included from CMQProxy.cpp:2:
In file included from ./CMQProxy.h:2:
In file included from ./common.h:9:
cppzmq/zmq.hpp:1366:35: warning: identifier '_zbuf' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1366 | constexpr const_buffer operator"" _zbuf(const char *str, size_t len) noexcept
      |                        ~~~~~~~~~~~^~~~~
      |                        operator""_zbuf
cppzmq/zmq.hpp:1370:35: warning: identifier '_zbuf' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1370 | constexpr const_buffer operator"" _zbuf(const wchar_t *str, size_t len) noexcept
      |                        ~~~~~~~~~~~^~~~~
      |                        operator""_zbuf
cppzmq/zmq.hpp:1374:35: warning: identifier '_zbuf' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1374 | constexpr const_buffer operator"" _zbuf(const char16_t *str, size_t len) noexcept
      |                        ~~~~~~~~~~~^~~~~
      |                        operator""_zbuf
cppzmq/zmq.hpp:1378:35: warning: identifier '_zbuf' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1378 | constexpr const_buffer operator"" _zbuf(const char32_t *str, size_t len) noexcept
      |                        ~~~~~~~~~~~^~~~~
      |                        operator""_zbuf
In file included from CMQMaster.cpp:2:
In file included from ./CMQMaster.h:2:
In file included from ./common.h:9:
cppzmq/zmq.hpp:1366:35: warning: identifier '_zbuf' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1366 | constexpr const_buffer operator"" _zbuf(const char *str, size_t len) noexcept
      |                        ~~~~~~~~~~~^~~~~
      |                        operator""_zbuf
cppzmq/zmq.hpp:1370:35: warning: identifier '_zbuf' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1370 | constexpr const_buffer operator"" _zbuf(const wchar_t *str, size_t len) noexcept
      |                        ~~~~~~~~~~~^~~~~
      |                        operator""_zbuf
cppzmq/zmq.hpp:1374:35: warning: identifier '_zbuf' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1374 | constexpr const_buffer operator"" _zbuf(const char16_t *str, size_t len) noexcept
      |                        ~~~~~~~~~~~^~~~~
      |                        operator""_zbuf
cppzmq/zmq.hpp:1378:35: warning: identifier '_zbuf' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1378 | constexpr const_buffer operator"" _zbuf(const char32_t *str, size_t len) noexcept
      |                        ~~~~~~~~~~~^~~~~
      |                        operator""_zbuf
In file included from CMQProxy.cpp:2:
In file included from ./CMQProxy.h:3:
./CMQMaster.h:65:26: warning: unused variable 'n' [-Wunused-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:107:18: warning: unused variable 'n' [-Wunused-variable]
  107 |             auto n = recv_multipart(sock, std::back_inserter(msgs));
      |                  ^
In file included from CMQMaster.cpp:2:
./CMQMaster.h:65:26: warning: unused variable 'n' [-Wunused-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:107:18: warning: unused variable 'n' [-Wunused-variable]
  107 |             auto n = recv_multipart(sock, std::back_inserter(msgs));
      |                  ^
./CMQMaster.h:152:14: warning: unused variable 'n' [-Wunused-variable]
  152 |         auto n = recv_multipart(sock, std::back_inserter(msgs));
      |              ^
./CMQMaster.h:152:14: warning: unused variable 'n' [-Wunused-variable]
  152 |         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]
   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:108:18: warning: unused variable 'n' [-Wunused-variable]
  108 |             auto n = recv_multipart(to_master, std::back_inserter(msgs));
      |                  ^
./CMQProxy.h:137:18: warning: unused variable 'n' [-Wunused-variable]
  137 |             auto n = recv_multipart(to_worker, std::back_inserter(msgs));
      |                  ^
In file included from CMQWorker.cpp:2:
In file included from ./CMQWorker.h:2:
In file included from ./common.h:9:
cppzmq/zmq.hpp:1366:35: warning: identifier '_zbuf' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1366 | constexpr const_buffer operator"" _zbuf(const char *str, size_t len) noexcept
      |                        ~~~~~~~~~~~^~~~~
      |                        operator""_zbuf
cppzmq/zmq.hpp:1370:35: warning: identifier '_zbuf' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1370 | constexpr const_buffer operator"" _zbuf(const wchar_t *str, size_t len) noexcept
      |                        ~~~~~~~~~~~^~~~~
      |                        operator""_zbuf
cppzmq/zmq.hpp:1374:35: warning: identifier '_zbuf' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1374 | constexpr const_buffer operator"" _zbuf(const char16_t *str, size_t len) noexcept
      |                        ~~~~~~~~~~~^~~~~
      |                        operator""_zbuf
cppzmq/zmq.hpp:1378:35: warning: identifier '_zbuf' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1378 | constexpr const_buffer operator"" _zbuf(const char32_t *str, size_t len) noexcept
      |                        ~~~~~~~~~~~^~~~~
      |                        operator""_zbuf
In file included from CMQWorker.cpp:2:
./CMQWorker.h:76:14: warning: unused variable 'n' [-Wunused-variable]
   76 |         auto n = recv_multipart(sock, std::back_inserter(msgs));
      |              ^
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -DZMQ_BUILD_DRAFT_API=1 -fPIC -Icppzmq -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c RcppExports.cpp -o RcppExports.o
12 warnings generated.
5 warnings generated.
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -DZMQ_BUILD_DRAFT_API=1 -fPIC -Icppzmq -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c common.cpp -o common.o
8 warnings generated.
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -DZMQ_BUILD_DRAFT_API=1 -fPIC -Icppzmq -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c util.cpp -o util.o
In file included from common.cpp:1:
In file included from ./common.h:9:
cppzmq/zmq.hpp:1366:35: warning: identifier '_zbuf' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1366 | constexpr const_buffer operator"" _zbuf(const char *str, size_t len) noexcept
      |                        ~~~~~~~~~~~^~~~~
      |                        operator""_zbuf
cppzmq/zmq.hpp:1370:35: warning: identifier '_zbuf' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1370 | constexpr const_buffer operator"" _zbuf(const wchar_t *str, size_t len) noexcept
      |                        ~~~~~~~~~~~^~~~~
      |                        operator""_zbuf
cppzmq/zmq.hpp:1374:35: warning: identifier '_zbuf' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1374 | constexpr const_buffer operator"" _zbuf(const char16_t *str, size_t len) noexcept
      |                        ~~~~~~~~~~~^~~~~
      |                        operator""_zbuf
cppzmq/zmq.hpp:1378:35: warning: identifier '_zbuf' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1378 | constexpr const_buffer operator"" _zbuf(const char32_t *str, size_t len) noexcept
      |                        ~~~~~~~~~~~^~~~~
      |                        operator""_zbuf
In file included from util.cpp:3:
cppzmq/zmq.hpp:1366:35: warning: identifier '_zbuf' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1366 | constexpr const_buffer operator"" _zbuf(const char *str, size_t len) noexcept
      |                        ~~~~~~~~~~~^~~~~
      |                        operator""_zbuf
cppzmq/zmq.hpp:1370:35: warning: identifier '_zbuf' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1370 | constexpr const_buffer operator"" _zbuf(const wchar_t *str, size_t len) noexcept
      |                        ~~~~~~~~~~~^~~~~
      |                        operator""_zbuf
cppzmq/zmq.hpp:1374:35: warning: identifier '_zbuf' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1374 | constexpr const_buffer operator"" _zbuf(const char16_t *str, size_t len) noexcept
      |                        ~~~~~~~~~~~^~~~~
      |                        operator""_zbuf
cppzmq/zmq.hpp:1378:35: warning: identifier '_zbuf' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1378 | constexpr const_buffer operator"" _zbuf(const char32_t *str, size_t len) noexcept
      |                        ~~~~~~~~~~~^~~~~
      |                        operator""_zbuf
util.cpp:28:14: warning: unused variable 'n' [-Wunused-variable]
   28 |         auto n = server.recv(msg2, zmq::recv_flags::dontwait);
      |              ^
5 warnings generated.
4 warnings generated.
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -shared -L/usr/local/clang/lib64 -L/usr/local/clang20/lib -L/usr/local/clang20/lib/x86_64-unknown-linux-gnu -L/usr/local/lib64 -o clustermq.so CMQMaster.o CMQProxy.o CMQWorker.o RcppExports.o common.o util.o -lzmq
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/clustermq/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/clustermq/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/clustermq/src'
installing to /data/gannet/ripley/R/packages/tests-clang/clustermq.Rcheck/00LOCK-clustermq/00new/clustermq/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 (clustermq)