* installing *source* package ‘rtestim’ ... ** this is package ‘rtestim’ version ‘1.0.0’ ** package ‘rtestim’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘g++ (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)’ make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/rtestim/src' g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I'/data/gannet/ripley/R/test-dev/BH/include' -I'/data/gannet/ripley/R/test-dev/dspline/include' -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppEigen/include' -I'/data/gannet/ripley/R/test-dev/testthat/include' -I'/data/gannet/ripley/R/test-dev/tvdenoising/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c RcppExports.cpp -o RcppExports.o g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I'/data/gannet/ripley/R/test-dev/BH/include' -I'/data/gannet/ripley/R/test-dev/dspline/include' -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppEigen/include' -I'/data/gannet/ripley/R/test-dev/testthat/include' -I'/data/gannet/ripley/R/test-dev/tvdenoising/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c admm.cpp -o admm.o g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I'/data/gannet/ripley/R/test-dev/BH/include' -I'/data/gannet/ripley/R/test-dev/dspline/include' -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppEigen/include' -I'/data/gannet/ripley/R/test-dev/testthat/include' -I'/data/gannet/ripley/R/test-dev/tvdenoising/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c rtestim_path.cpp -o rtestim_path.o g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I'/data/gannet/ripley/R/test-dev/BH/include' -I'/data/gannet/ripley/R/test-dev/dspline/include' -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppEigen/include' -I'/data/gannet/ripley/R/test-dev/testthat/include' -I'/data/gannet/ripley/R/test-dev/tvdenoising/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c tvdz.cpp -o tvdz.o tvdz.cpp: In function ‘void tvdz(unsigned int, double*, double*, double, double*)’: tvdz.cpp:21:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 21 | for (int i = 0; i < n; i++) yz[i] = y[i] / z[i]; | ~~^~~ tvdz.cpp:24:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 24 | for (int i = 0; i < n; i++) beta[i] = yz[i]; | ~~^~~ tvdz.cpp:50:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 50 | for (int i = 0; i < n; i++) lamz[i] = lam / z[i]; | ~~^~~ tvdz.cpp:69:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 69 | for (int k = 1; k < n - 1; k++) { | ~~^~~~~~~ g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I'/data/gannet/ripley/R/test-dev/BH/include' -I'/data/gannet/ripley/R/test-dev/dspline/include' -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppEigen/include' -I'/data/gannet/ripley/R/test-dev/testthat/include' -I'/data/gannet/ripley/R/test-dev/tvdenoising/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c utils.cpp -o utils.o admm.cpp: In function ‘void prox_newton(int, int&, int, int, int, const Rcpp::NumericVector&, const Rcpp::NumericVector&, const Rcpp::NumericVector&, Rcpp::NumericVector&, Rcpp::NumericVector&, Rcpp::NumericVector&, double, double, double, double, const Eigen::SparseMatrix<double, 0, int>&, double, int&)’: admm.cpp:136:20: warning: ‘s’ may be used uninitialized [-Wmaybe-uninitialized] 136 | s = line_search(s, lambda, alpha, gamma, y, x, w, n, korder, theta, theta_old, | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 137 | Mline); | ~~~~~~ admm.cpp:111:10: note: ‘s’ was declared here 111 | double s; // step size | ^ g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I'/data/gannet/ripley/R/test-dev/BH/include' -I'/data/gannet/ripley/R/test-dev/dspline/include' -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppEigen/include' -I'/data/gannet/ripley/R/test-dev/testthat/include' -I'/data/gannet/ripley/R/test-dev/tvdenoising/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -c wtvdz.cpp -o wtvdz.o wtvdz.cpp: In function ‘void wtvdz(unsigned int, double*, double*, double*, double, double*)’: wtvdz.cpp:25:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 25 | for (int i = 0; i < n; i++) yz[i] = y[i] / z[i]; | ~~^~~ wtvdz.cpp:28:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 28 | for (int i = 0; i < n; i++) beta[i] = yz[i]; | ~~^~~ wtvdz.cpp:53:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 53 | for (int i = 0; i < n; i++) lamz[i] = lam / z[i]; | ~~^~~ wtvdz.cpp:72:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] 72 | for (int k = 1; k < n - 1; k++) { | ~~^~~~~~~ g++ -std=gnu++17 -shared -L/usr/local/lib64 -o rtestim.so RcppExports.o admm.o rtestim_path.o tvdz.o utils.o wtvdz.o make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/rtestim/src' make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/rtestim/src' make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/rtestim/src' installing to /data/gannet/ripley/R/packages/tests-devel/rtestim.Rcheck/00LOCK-rtestim/00new/rtestim/libs ** R ** data *** moving datasets to lazyload DB ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** 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 (rtestim)