| Back to Multiple platform build/check report for BioC 3.21: simplified long | 
 | 
This page was generated on 2025-10-16 11:41 -0400 (Thu, 16 Oct 2025).
| Hostname | OS | Arch (*) | R version | Installed pkgs | 
|---|---|---|---|---|
| nebbiolo1 | Linux (Ubuntu 24.04.3 LTS) | x86_64 | 4.5.1 (2025-06-13) -- "Great Square Root" | 4833 | 
| merida1 | macOS 12.7.6 Monterey | x86_64 | 4.5.1 RC (2025-06-05 r88288) -- "Great Square Root" | 4614 | 
| kjohnson1 | macOS 13.7.5 Ventura | arm64 | 4.5.1 Patched (2025-06-14 r88325) -- "Great Square Root" | 4555 | 
| kunpeng2 | Linux (openEuler 24.03 LTS) | aarch64 | R Under development (unstable) (2025-02-19 r87757) -- "Unsuffered Consequences" | 4586 | 
| Click on any hostname to see more info about the system (e.g. compilers) (*) as reported by 'uname -p', except on Windows and Mac OS X | ||||
| Package 1196/2341 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
| mbkmeans 1.24.0  (landing page) Davide Risso 
 | nebbiolo1 | Linux (Ubuntu 24.04.3 LTS) / x86_64 | OK | OK | OK |  | ||||||||
| merida1 | macOS 12.7.6 Monterey / x86_64 | OK | OK | OK | OK |  | ||||||||
| kjohnson1 | macOS 13.7.5 Ventura / arm64 | OK | OK | OK | OK |  | ||||||||
| kunpeng2 | Linux (openEuler 24.03 LTS) / aarch64 | OK | OK | OK | ||||||||||
| To the developers/maintainers of the mbkmeans package: - Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/mbkmeans.git to reflect on this report. See Troubleshooting Build Report for more information. - Use the following Renviron settings to reproduce errors and warnings. - If 'R CMD check' started to fail recently on the Linux builder(s) over a missing dependency, add the missing dependency to 'Suggests:' in your DESCRIPTION file. See Renviron.bioc for more information. - See Martin Grigorov's blog post for how to debug Linux ARM64 related issues on a x86_64 host. | 
| Package: mbkmeans | 
| Version: 1.24.0 | 
| Command: /home/biocbuild/R/R/bin/R CMD INSTALL mbkmeans | 
| StartedAt: 2025-10-13 20:35:38 -0000 (Mon, 13 Oct 2025) | 
| EndedAt: 2025-10-13 20:36:52 -0000 (Mon, 13 Oct 2025) | 
| EllapsedTime: 74.1 seconds | 
| RetCode: 0 | 
| Status: OK | 
##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/R/R/bin/R CMD INSTALL mbkmeans
###
##############################################################################
##############################################################################
* installing to library ‘/home/biocbuild/R/R-devel_2025-02-19/site-library’
* installing *source* package ‘mbkmeans’ ...
** this is package ‘mbkmeans’ version ‘1.24.0’
** using staged installation
** libs
using C++ compiler: ‘aarch64-unknown-linux-gnu-g++ (GCC) 14.2.0’
using C++11
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++11 -I"/home/biocbuild/R/R/include" -DNDEBUG  -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/Rcpp/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/RcppArmadillo/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/Rhdf5lib/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/beachmat/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/ClusterR/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security  -c RcppExports.cpp -o RcppExports.o
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++11 -I"/home/biocbuild/R/R/include" -DNDEBUG  -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/Rcpp/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/RcppArmadillo/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/Rhdf5lib/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/beachmat/include' -I'/home/biocbuild/R/R-devel_2025-02-19/site-library/ClusterR/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -Werror=format-security  -c mini_batch.cpp -o mini_batch.o
In file included from mini_batch.cpp:3:
/home/biocbuild/R/R-devel_2025-02-19/site-library/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/biocbuild/R/R-devel_2025-02-19/site-library/ClusterR/include/ClusterRHeader.h:862:14: warning: variable ‘status’ set but not used [-Wunused-but-set-variable]
  862 |         bool status;
      |              ^~~~~~
/home/biocbuild/R/R-devel_2025-02-19/site-library/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/biocbuild/R/R-devel_2025-02-19/site-library/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/biocbuild/R/R-devel_2025-02-19/site-library/ClusterR/include/ClusterRHeader.h:1530:14: warning: variable ‘status’ set but not used [-Wunused-but-set-variable]
 1530 |         bool status;
      |              ^~~~~~
/home/biocbuild/R/R-devel_2025-02-19/site-library/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/biocbuild/R/R-devel_2025-02-19/site-library/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/biocbuild/R/R-devel_2025-02-19/site-library/ClusterR/include/ClusterRHeader.h:1530:14: warning: variable ‘status’ set but not used [-Wunused-but-set-variable]
 1530 |         bool status;
      |              ^~~~~~
/opt/ohpc/pub/compiler/gcc/14.2.0/bin/aarch64-unknown-linux-gnu-g++ -std=gnu++11 -shared -L/home/biocbuild/R/R/lib -L/usr/local/lib -o mbkmeans.so RcppExports.o mini_batch.o -L/home/biocbuild/R/R/lib -lR
installing to /home/biocbuild/R/R-devel_2025-02-19/site-library/00LOCK-mbkmeans/00new/mbkmeans/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 (mbkmeans)