* installing *source* package ‘SuperpixelImageSegmentation’ ...
** this is package ‘SuperpixelImageSegmentation’ version ‘1.0.6’
** package ‘SuperpixelImageSegmentation’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)’
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/SuperpixelImageSegmentation/src'
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/ClusterR/include' -I'/data/gannet/ripley/R/test-dev/OpenImageR/include' -I/usr/local/include -I../inst/include -I. -fopenmp -DARMA_64BIT_WORD -DARMA_USE_CURRENT -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
gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/ClusterR/include' -I'/data/gannet/ripley/R/test-dev/OpenImageR/include' -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c init.c -o init.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I'/data/gannet/ripley/R/test-dev/RcppArmadillo/include' -I'/data/gannet/ripley/R/test-dev/ClusterR/include' -I'/data/gannet/ripley/R/test-dev/OpenImageR/include' -I/usr/local/include -I../inst/include -I. -fopenmp -DARMA_64BIT_WORD -DARMA_USE_CURRENT -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 superPx_AP_Kmeans_Segment.cpp -o superPx_AP_Kmeans_Segment.o
In file included from superPx_AP_Kmeans_Segment.cpp:2:
/data/gannet/ripley/R/test-dev/ClusterR/include/ClusterRHeader.h: In member function ‘arma::mat clustR::ClustHeader::KMEANS_arma(arma::mat&, int, int, bool, std::string, Rcpp::Nullable<Rcpp::Matrix<14> >, int)’:
/data/gannet/ripley/R/test-dev/ClusterR/include/ClusterRHeader.h:862:14: warning: variable ‘status’ set but not used [-Wunused-but-set-variable]
862 | bool status;
| ^~~~~~
/data/gannet/ripley/R/test-dev/ClusterR/include/ClusterRHeader.h: In instantiation of ‘T clustR::ClustHeader::GMM_arma_covariance_type(T, arma::mat&, int, std::string, std::string, int, int, bool, double, int) [with T = arma::gmm_priv::gmm_full<double>; arma::mat = arma::Mat<double>; std::string = std::__cxx11::basic_string<char>]’:
/data/gannet/ripley/R/test-dev/ClusterR/include/ClusterRHeader.h:1592:65: required from here
1592 | model_inner = GMM_arma_covariance_type<arma::gmm_full>(model_inner,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
1593 | data,
| ~~~~~
1594 | gaussian_comps,
| ~~~~~~~~~~~~~~~
1595 | dist_mode,
| ~~~~~~~~~~
1596 | seed_mode,
| ~~~~~~~~~~
1597 | km_iter,
| ~~~~~~~~
1598 | em_iter,
| ~~~~~~~~
1599 | verbose,
| ~~~~~~~~
1600 | var_floor,
| ~~~~~~~~~~
1601 | seed);
| ~~~~~
/data/gannet/ripley/R/test-dev/ClusterR/include/ClusterRHeader.h:1530:14: warning: variable ‘status’ set but not used [-Wunused-but-set-variable]
1530 | bool status;
| ^~~~~~
/data/gannet/ripley/R/test-dev/ClusterR/include/ClusterRHeader.h: In instantiation of ‘T clustR::ClustHeader::GMM_arma_covariance_type(T, arma::mat&, int, std::string, std::string, int, int, bool, double, int) [with T = arma::gmm_priv::gmm_diag<double>; arma::mat = arma::Mat<double>; std::string = std::__cxx11::basic_string<char>]’:
/data/gannet/ripley/R/test-dev/ClusterR/include/ClusterRHeader.h:1626:65: required from here
1626 | model_inner = GMM_arma_covariance_type<arma::gmm_diag>(model_inner,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
1627 | data,
| ~~~~~
1628 | gaussian_comps,
| ~~~~~~~~~~~~~~~
1629 | dist_mode,
| ~~~~~~~~~~
1630 | seed_mode,
| ~~~~~~~~~~
1631 | km_iter,
| ~~~~~~~~
1632 | em_iter,
| ~~~~~~~~
1633 | verbose,
| ~~~~~~~~
1634 | var_floor,
| ~~~~~~~~~~
1635 | seed);
| ~~~~~
/data/gannet/ripley/R/test-dev/ClusterR/include/ClusterRHeader.h:1530:14: warning: variable ‘status’ set but not used [-Wunused-but-set-variable]
1530 | bool status;
| ^~~~~~
g++ -std=gnu++17 -shared -L/usr/local/lib64 -o SuperpixelImageSegmentation.so RcppExports.o init.o superPx_AP_Kmeans_Segment.o -llapack -L/data/gannet/ripley/R/R-devel/lib -lRblas -lgfortran -lm -lquadmath -fopenmp
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/SuperpixelImageSegmentation/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/SuperpixelImageSegmentation/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/SuperpixelImageSegmentation/src'
installing to /data/gannet/ripley/R/packages/tests-devel/SuperpixelImageSegmentation.Rcheck/00LOCK-SuperpixelImageSegmentation/00new/SuperpixelImageSegmentation/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** 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 (SuperpixelImageSegmentation)