* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘parglm’ ...
** this is package ‘parglm’ version ‘0.1.7’
** package ‘parglm’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘Debian clang version 21.1.6 (2)’
using C++11
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpK72b0r/R.INSTALL851e133153adc/parglm/src'
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -DUSE_FC_LEN_T -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c LAPACK_wrappers.cpp -o LAPACK_wrappers.o
In file included from LAPACK_wrappers.cpp:1:
./LAPACK_wrappers.h:69:3: warning: all paths through this function will call itself [-Winfinite-recursion]
69 | {
| ^
1 warning generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -DUSE_FC_LEN_T -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c R_BLAS_LAPACK.cpp -o R_BLAS_LAPACK.o
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -DUSE_FC_LEN_T -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c RcppExports.cpp -o RcppExports.o
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -DUSE_FC_LEN_T -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c family.cpp -o family.o
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -DUSE_FC_LEN_T -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c parallel_glm.cpp -o parallel_glm.o
In file included from parallel_glm.cpp:2:
./thread_pool.h:212:29: warning: 'result_of<parallelglm_class_QR::worker ()>' is deprecated: use 'std::invoke_result' instead [-Wdeprecated-declarations]
212 | std::future<typename std::result_of<FunctionType()>::type>
| ^
parallel_glm.cpp:280:22: note: while substituting deduced template arguments into function template 'submit' [with FunctionType = worker]
280 | pool.th_pool.submit(worker(
| ^
/usr/lib/gcc/x86_64-linux-gnu/15/../../../../include/c++/15/type_traits:2817:9: note: 'result_of<parallelglm_class_QR::worker ()>' has been explicitly marked deprecated here
2817 | { } _GLIBCXX17_DEPRECATED_SUGGEST("std::invoke_result");
| ^
/usr/lib/gcc/x86_64-linux-gnu/15/../../../../include/x86_64-linux-gnu/c++/15/bits/c++config.h:136:45: note: expanded from macro '_GLIBCXX17_DEPRECATED_SUGGEST'
136 | # define _GLIBCXX17_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
| ^
/usr/lib/gcc/x86_64-linux-gnu/15/../../../../include/x86_64-linux-gnu/c++/15/bits/c++config.h:112:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
112 | __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
| ^
In file included from parallel_glm.cpp:2:
./thread_pool.h:212:29: warning: 'result_of<parallelglm_class_QR::get_inner_worker ()>' is deprecated: use 'std::invoke_result' instead [-Wdeprecated-declarations]
212 | std::future<typename std::result_of<FunctionType()>::type>
| ^
parallel_glm.cpp:339:22: note: while substituting deduced template arguments into function template 'submit' [with FunctionType = get_inner_worker]
339 | pool.th_pool.submit(get_inner_worker(
| ^
/usr/lib/gcc/x86_64-linux-gnu/15/../../../../include/c++/15/type_traits:2817:9: note: 'result_of<parallelglm_class_QR::get_inner_worker ()>' has been explicitly marked deprecated here
2817 | { } _GLIBCXX17_DEPRECATED_SUGGEST("std::invoke_result");
| ^
/usr/lib/gcc/x86_64-linux-gnu/15/../../../../include/x86_64-linux-gnu/c++/15/bits/c++config.h:136:45: note: expanded from macro '_GLIBCXX17_DEPRECATED_SUGGEST'
136 | # define _GLIBCXX17_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
| ^
/usr/lib/gcc/x86_64-linux-gnu/15/../../../../include/x86_64-linux-gnu/c++/15/bits/c++config.h:112:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
112 | __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
| ^
In file included from parallel_glm.cpp:2:
./thread_pool.h:215:27: warning: 'result_of<parallelglm_class_QR::worker ()>' is deprecated: use 'std::invoke_result' instead [-Wdeprecated-declarations]
215 | typedef typename std::result_of<FunctionType()>::type result_type;
| ^
parallel_glm.cpp:280:22: note: in instantiation of function template specialization 'thread_pool::submit<parallelglm_class_QR::worker>' requested here
280 | pool.th_pool.submit(worker(
| ^
/usr/lib/gcc/x86_64-linux-gnu/15/../../../../include/c++/15/type_traits:2817:9: note: 'result_of<parallelglm_class_QR::worker ()>' has been explicitly marked deprecated here
2817 | { } _GLIBCXX17_DEPRECATED_SUGGEST("std::invoke_result");
| ^
/usr/lib/gcc/x86_64-linux-gnu/15/../../../../include/x86_64-linux-gnu/c++/15/bits/c++config.h:136:45: note: expanded from macro '_GLIBCXX17_DEPRECATED_SUGGEST'
136 | # define _GLIBCXX17_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
| ^
/usr/lib/gcc/x86_64-linux-gnu/15/../../../../include/x86_64-linux-gnu/c++/15/bits/c++config.h:112:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
112 | __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
| ^
In file included from parallel_glm.cpp:2:
./thread_pool.h:215:27: warning: 'result_of<parallelglm_class_QR::get_inner_worker ()>' is deprecated: use 'std::invoke_result' instead [-Wdeprecated-declarations]
215 | typedef typename std::result_of<FunctionType()>::type result_type;
| ^
parallel_glm.cpp:339:22: note: in instantiation of function template specialization 'thread_pool::submit<parallelglm_class_QR::get_inner_worker>' requested here
339 | pool.th_pool.submit(get_inner_worker(
| ^
/usr/lib/gcc/x86_64-linux-gnu/15/../../../../include/c++/15/type_traits:2817:9: note: 'result_of<parallelglm_class_QR::get_inner_worker ()>' has been explicitly marked deprecated here
2817 | { } _GLIBCXX17_DEPRECATED_SUGGEST("std::invoke_result");
| ^
/usr/lib/gcc/x86_64-linux-gnu/15/../../../../include/x86_64-linux-gnu/c++/15/bits/c++config.h:136:45: note: expanded from macro '_GLIBCXX17_DEPRECATED_SUGGEST'
136 | # define _GLIBCXX17_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
| ^
/usr/lib/gcc/x86_64-linux-gnu/15/../../../../include/x86_64-linux-gnu/c++/15/bits/c++config.h:112:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
112 | __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
| ^
4 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -DUSE_FC_LEN_T -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c parallel_qr.cpp -o parallel_qr.o
In file included from parallel_qr.cpp:2:
./LAPACK_wrappers.h:69:3: warning: all paths through this function will call itself [-Winfinite-recursion]
69 | {
| ^
In file included from parallel_qr.cpp:1:
In file included from ./parallel_qr.h:5:
./thread_pool.h:212:29: warning: 'result_of<qr_parallel::worker ()>' is deprecated: use 'std::invoke_result' instead [-Wdeprecated-declarations]
212 | std::future<typename std::result_of<FunctionType()>::type>
| ^
parallel_qr.cpp:71:29: note: while substituting deduced template arguments into function template 'submit' [with FunctionType = worker]
71 | futures.push_back(th_pool.submit(worker(std::move(generator), th_pool)));
| ^
/usr/lib/gcc/x86_64-linux-gnu/15/../../../../include/c++/15/type_traits:2817:9: note: 'result_of<qr_parallel::worker ()>' has been explicitly marked deprecated here
2817 | { } _GLIBCXX17_DEPRECATED_SUGGEST("std::invoke_result");
| ^
/usr/lib/gcc/x86_64-linux-gnu/15/../../../../include/x86_64-linux-gnu/c++/15/bits/c++config.h:136:45: note: expanded from macro '_GLIBCXX17_DEPRECATED_SUGGEST'
136 | # define _GLIBCXX17_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
| ^
/usr/lib/gcc/x86_64-linux-gnu/15/../../../../include/x86_64-linux-gnu/c++/15/bits/c++config.h:112:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
112 | __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
| ^
In file included from parallel_qr.cpp:1:
In file included from ./parallel_qr.h:5:
./thread_pool.h:215:27: warning: 'result_of<qr_parallel::worker ()>' is deprecated: use 'std::invoke_result' instead [-Wdeprecated-declarations]
215 | typedef typename std::result_of<FunctionType()>::type result_type;
| ^
parallel_qr.cpp:71:29: note: in instantiation of function template specialization 'thread_pool::submit<qr_parallel::worker>' requested here
71 | futures.push_back(th_pool.submit(worker(std::move(generator), th_pool)));
| ^
/usr/lib/gcc/x86_64-linux-gnu/15/../../../../include/c++/15/type_traits:2817:9: note: 'result_of<qr_parallel::worker ()>' has been explicitly marked deprecated here
2817 | { } _GLIBCXX17_DEPRECATED_SUGGEST("std::invoke_result");
| ^
/usr/lib/gcc/x86_64-linux-gnu/15/../../../../include/x86_64-linux-gnu/c++/15/bits/c++config.h:136:45: note: expanded from macro '_GLIBCXX17_DEPRECATED_SUGGEST'
136 | # define _GLIBCXX17_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT)
| ^
/usr/lib/gcc/x86_64-linux-gnu/15/../../../../include/x86_64-linux-gnu/c++/15/bits/c++config.h:112:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST'
112 | __attribute__ ((__deprecated__ ("use '" ALT "' instead")))
| ^
3 warnings generated.
clang++-21 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -DUSE_FC_LEN_T -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c thread_pool.cpp -o thread_pool.o
clang++-21 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o parglm.so LAPACK_wrappers.o R_BLAS_LAPACK.o RcppExports.o family.o parallel_glm.o parallel_qr.o thread_pool.o -llapack -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lRblas -L/usr/lib/llvm-21/lib/clang/21/lib/linux -L/usr/lib/llvm-21/lib -lflang_rt.runtime -lm -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpK72b0r/R.INSTALL851e133153adc/parglm/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpK72b0r/R.INSTALL851e133153adc/parglm/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpK72b0r/R.INSTALL851e133153adc/parglm/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-parglm/00new/parglm/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 (parglm)