* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’ * installing *source* package ‘SuperpixelImageSegmentation’ ... ** this is package ‘SuperpixelImageSegmentation’ version ‘1.0.5’ ** package ‘SuperpixelImageSegmentation’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: ‘gcc-15 (Debian 15.2.0-2) 15.2.0’ using C++ compiler: ‘g++-15 (Debian 15.2.0-2) 15.2.0’ using C++11 make[1]: Entering directory '/tmp/Rtmpmatzxx/R.INSTALL1a0dd74806dda2/SuperpixelImageSegmentation/src' g++-15 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include/ -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/ClusterR/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/OpenImageR/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -DARMA_64BIT_WORD -fpic -g -O2 -Wall -pedantic -mtune=native -c RcppExports.cpp -o RcppExports.o In file included from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/RcppArmadillo.h:29, from RcppExports.cpp:4: /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/RcppArmadillo/version/arma.h:66:199: note: ‘#pragma message: Using fallback compilation with Armadillo 14.6.3. Please consider defining -DARMA_USE_CURRENT and also removing C++11 compilation directive. See GitHub issue #475 for more.’ 66 | #pragma message("Using fallback compilation with Armadillo 14.6.3. Please consider defining -DARMA_USE_CURRENT and also removing C++11 compilation directive. See GitHub issue #475 for more.") | ^ gcc-15 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include/ -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/ClusterR/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/OpenImageR/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c init.c -o init.o g++-15 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I../inst/include/ -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/ClusterR/include' -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/OpenImageR/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fopenmp -DARMA_64BIT_WORD -fpic -g -O2 -Wall -pedantic -mtune=native -c superPx_AP_Kmeans_Segment.cpp -o superPx_AP_Kmeans_Segment.o In file included from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/RcppArmadillo.h:29, from superPx_AP_Kmeans_Segment.cpp:1: /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/RcppArmadillo/version/arma.h:66:199: note: ‘#pragma message: Using fallback compilation with Armadillo 14.6.3. Please consider defining -DARMA_USE_CURRENT and also removing C++11 compilation directive. See GitHub issue #475 for more.’ 66 | #pragma message("Using fallback compilation with Armadillo 14.6.3. Please consider defining -DARMA_USE_CURRENT and also removing C++11 compilation directive. See GitHub issue #475 for more.") | ^ In file included from superPx_AP_Kmeans_Segment.cpp:2: /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/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)’: /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/ClusterR/include/ClusterRHeader.h:862:14: warning: variable ‘status’ set but not used [-Wunused-but-set-variable] 862 | bool status; | ^~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/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>]’: /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/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); | ~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/ClusterR/include/ClusterRHeader.h:1530:14: warning: variable ‘status’ set but not used [-Wunused-but-set-variable] 1530 | bool status; | ^~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/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>]’: /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/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); | ~~~~~ /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/ClusterR/include/ClusterRHeader.h:1530:14: warning: variable ‘status’ set but not used [-Wunused-but-set-variable] 1530 | bool status; | ^~~~~~ In file included from /usr/include/x86_64-linux-gnu/c++/15/bits/c++allocator.h:33, from /usr/include/c++/15/bits/allocator.h:46, from /usr/include/c++/15/bits/alloc_traits.h:39, from /usr/include/c++/15/ext/alloc_traits.h:36, from /usr/include/c++/15/bits/hashtable_policy.h:39, from /usr/include/c++/15/bits/hashtable.h:37, from /usr/include/c++/15/bits/unordered_map.h:33, from /usr/include/c++/15/unordered_map:43, from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include/Rcpp/platform/compiler.h:39, from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include/Rcpp/r/headers.h:66, from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/Rcpp/include/RcppCommon.h:30, from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:26, from /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/RcppArmadillo.h:32: In member function ‘void std::__new_allocator<_Tp>::deallocate(_Tp*, size_type) [with _Tp = double]’, inlined from ‘static void std::allocator_traits<std::allocator<_Tp1> >::deallocate(allocator_type&, pointer, size_type) [with _Tp = double]’ at /usr/include/c++/15/bits/alloc_traits.h:649:23, inlined from ‘void std::_Vector_base<_Tp, _Alloc>::_M_deallocate(pointer, std::size_t) [with _Tp = double; _Alloc = std::allocator<double>]’ at /usr/include/c++/15/bits/stl_vector.h:396:19, inlined from ‘std::_Vector_base<_Tp, _Alloc>::~_Vector_base() [with _Tp = double; _Alloc = std::allocator<double>]’ at /usr/include/c++/15/bits/stl_vector.h:375:15, inlined from ‘std::vector<_Tp, _Alloc>::~vector() [with _Tp = double; _Alloc = std::allocator<double>]’ at /usr/include/c++/15/bits/stl_vector.h:805:7, inlined from ‘static typename T1::elem_type arma::op_median::median_vec(const T1&, const typename arma::arma_not_cx<typename T1::elem_type>::result*) [with T1 = arma::Op<arma::subview_elem1<double, arma::Mat<long long unsigned int> >, arma::op_vectorise_col>]’ at /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/legacy/armadillo_bits/op_median_meat.hpp:212:3: /usr/include/c++/15/bits/new_allocator.h:172:66: warning: ‘void operator delete(void*)’ called on pointer ‘<unknown>’ with nonzero offset [16, 9223372036854775800] [-Wfree-nonheap-object] 172 | _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n)); | ^ In member function ‘_Tp* std::__new_allocator<_Tp>::allocate(size_type, const void*) [with _Tp = double]’, inlined from ‘static _Tp* std::allocator_traits<std::allocator<_Tp1> >::allocate(allocator_type&, size_type) [with _Tp = double]’ at /usr/include/c++/15/bits/alloc_traits.h:614:28, inlined from ‘std::_Vector_base<_Tp, _Alloc>::pointer std::_Vector_base<_Tp, _Alloc>::_M_allocate(std::size_t) [with _Tp = double; _Alloc = std::allocator<double>]’ at /usr/include/c++/15/bits/stl_vector.h:387:33, inlined from ‘void std::_Vector_base<_Tp, _Alloc>::_M_create_storage(std::size_t) [with _Tp = double; _Alloc = std::allocator<double>]’ at /usr/include/c++/15/bits/stl_vector.h:405:44, inlined from ‘std::_Vector_base<_Tp, _Alloc>::_Vector_base(std::size_t, const allocator_type&) [with _Tp = double; _Alloc = std::allocator<double>]’ at /usr/include/c++/15/bits/stl_vector.h:341:26, inlined from ‘std::vector<_Tp, _Alloc>::vector(size_type, const allocator_type&) [with _Tp = double; _Alloc = std::allocator<double>]’ at /usr/include/c++/15/bits/stl_vector.h:587:47, inlined from ‘static typename T1::elem_type arma::op_median::median_vec(const T1&, const typename arma::arma_not_cx<typename T1::elem_type>::result*) [with T1 = arma::Op<arma::subview_elem1<double, arma::Mat<long long unsigned int> >, arma::op_vectorise_col>]’ at /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/legacy/armadillo_bits/op_median_meat.hpp:207:19: /usr/include/c++/15/bits/new_allocator.h:151:73: note: returned from ‘void* operator new(std::size_t)’ 151 | return static_cast<_Tp*>(_GLIBCXX_OPERATOR_NEW(__n * sizeof(_Tp))); | ^ g++-15 -std=gnu++11 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o SuperpixelImageSegmentation.so RcppExports.o init.o superPx_AP_Kmeans_Segment.o -llapack -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lRblas -lgfortran -lm -lquadmath -fopenmp -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR make[1]: Leaving directory '/tmp/Rtmpmatzxx/R.INSTALL1a0dd74806dda2/SuperpixelImageSegmentation/src' make[1]: Entering directory '/tmp/Rtmpmatzxx/R.INSTALL1a0dd74806dda2/SuperpixelImageSegmentation/src' make[1]: Leaving directory '/tmp/Rtmpmatzxx/R.INSTALL1a0dd74806dda2/SuperpixelImageSegmentation/src' installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/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)