* installing *source* package ‘qs2’ ...
** this is package ‘qs2’ version ‘0.3.1’
** package ‘qs2’ successfully unpacked and MD5 sums checked
** using staged installation
checking for pkg-config... /usr/sbin/pkg-config
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C++... yes
checking whether /usr/local/clang23/bin/clang++ -std=gnu++20 accepts -g... yes
checking for /usr/local/clang23/bin/clang++ -std=gnu++20 option to enable C++11 features... -std=gnu++11
C++ compiler: /usr/local/clang23/bin/clang++ -std=gnu++20
zstd 1.5.7 library detected -- skipping zstd compilation
Checking if atomic link works without -latomic
TBB use determined by RcppParallel
configure: creating ./config.status
config.status: creating src/Makevars
** libs
specified C++17
using C++ compiler: ‘clang version 23.1.0’
using C++17
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-clang/qs2/src'
/usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -DRCPP_USE_UNWIND_PROTECT -DRCPP_MASK_RF_ERROR -DRCPP_NO_RTTI -DRCPP_NO_SUGAR -I../inst/include -I../inst/include/qdata-cpp/include -I. -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppParallel/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DRCPP_PARALLEL_USE_TBB=1 -DTBB_INTERFACE_NEW -I/data/localhost/ripley/R/test-clang/RcppParallel/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -c RcppExports.cpp -o RcppExports.o
/usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -DRCPP_USE_UNWIND_PROTECT -DRCPP_MASK_RF_ERROR -DRCPP_NO_RTTI -DRCPP_NO_SUGAR -I../inst/include -I../inst/include/qdata-cpp/include -I. -I'/data/localhost/ripley/R/test-clang/Rcpp/include' -I'/data/localhost/ripley/R/test-clang/RcppParallel/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -DRCPP_PARALLEL_USE_TBB=1 -DTBB_INTERFACE_NEW -I/data/localhost/ripley/R/test-clang/RcppParallel/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -D_LIBCPP_KEEP_TRANSITIVE_INCLUDES_LLVM23 -c qx_functions.cpp -o qx_functions.o
In file included from qx_functions.cpp:1:
In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/RcppParallel.h:24:
In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/RcppParallel/TBB.h:16:
In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/parallel_for.h:17:
In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/../oneapi/tbb/parallel_for.h:23:
/data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/../oneapi/tbb/detail/_task.h:89:13: warning: unused function template 'suspend_callback' [-Wunused-template]
89 | static void suspend_callback(void* user_callback, suspend_point sp) {
| ^~~~~~~~~~~~~~~~
In file included from qx_functions.cpp:1:
In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/RcppParallel.h:24:
In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/RcppParallel/TBB.h:16:
In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/parallel_for.h:17:
In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/../oneapi/tbb/parallel_for.h:27:
In file included from /data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/../oneapi/tbb/partitioner.h:47:
/data/localhost/ripley/R/test-clang/RcppParallel/include/tbb/../oneapi/tbb/task_group.h:130:15: warning: unused function template 'task_ptr_or_nullptr' [-Wunused-template]
130 | d1::task* task_ptr_or_nullptr(F&& f){
| ^~~~~~~~~~~~~~~~~~~
2 warnings generated.
/usr/local/clang23/bin/clang++ -std=gnu++17 -shared -L/usr/local/clang/lib64 -L/usr/local/clang23/lib -L/usr/local/clang23/lib/x86_64-unknown-linux-gnu -L/usr/local/lib64 -o qs2.so RcppExports.o qx_functions.o -L. -lzstd
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-clang/qs2/src'
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-clang/qs2/src'
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-clang/qs2/src'
installing to /data/localhost/ripley/R/packages/tests-clang/qs2.Rcheck/00LOCK-qs2/00new/qs2/libs
** R
** data
*** moving datasets to lazyload DB
** 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 (qs2)