* installing *source* package ‘lstar’ ... ** this is package ‘lstar’ version ‘0.2.2’ ** package ‘lstar’ successfully unpacked and MD5 sums checked ** using staged installation ** libs specified C++17 using C++ compiler: ‘clang version 23.1.1’ using C++17 make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-clang/lstar/src' /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -DLSTAR_HAVE_ZLIB -DLIBZARR_HAS_ZLIB -D_LIBCPP_DISABLE_DEPRECATION_WARNINGS -DLIBZARR_HAS_ZSTD -I'/data/localhost/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -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 cpp11.cpp -o cpp11.o /usr/local/clang23/bin/clang++ -std=gnu++17 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -DLSTAR_HAVE_ZLIB -DLIBZARR_HAS_ZLIB -D_LIBCPP_DISABLE_DEPRECATION_WARNINGS -DLIBZARR_HAS_ZSTD -I'/data/localhost/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang23/include -I/usr/local/clang/include -fopenmp -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 lstar_cpp.cpp -o lstar_cpp.o /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 lstar.so cpp11.o lstar_cpp.o -lz -lzstd -fopenmp if command -v strip >/dev/null 2>&1; then strip -S lstar.so 2>/dev/null || true; fi make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-clang/lstar/src' make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-clang/lstar/src' make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-clang/lstar/src' installing to /data/localhost/ripley/R/packages/tests-clang/lstar.Rcheck/00LOCK-lstar/00new/lstar/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 (lstar)