Back to Multiple platform build/check report for BioC 3.19:   simplified   long
ABCDEF[G]HIJKLMNOPQRSTUVWXYZ

This page was generated on 2024-05-18 11:36:03 -0400 (Sat, 18 May 2024).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 22.04.3 LTS)x86_644.4.0 (2024-04-24) -- "Puppy Cup" 4751
palomino3Windows Server 2022 Datacenterx644.4.0 (2024-04-24 ucrt) -- "Puppy Cup" 4485
lconwaymacOS 12.7.1 Montereyx86_644.4.0 (2024-04-24) -- "Puppy Cup" 4515
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 914/2300HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
GRENITS 1.56.0  (landing page)
Edward Morrissey
Snapshot Date: 2024-05-17 14:00:11 -0400 (Fri, 17 May 2024)
git_url: https://git.bioconductor.org/packages/GRENITS
git_branch: RELEASE_3_19
git_last_commit: f022dc2
git_last_commit_date: 2024-04-30 10:24:56 -0400 (Tue, 30 Apr 2024)
nebbiolo1Linux (Ubuntu 22.04.3 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
palomino3Windows Server 2022 Datacenter / x64  OK    OK    OK    OK  UNNEEDED, same version is already published
lconwaymacOS 12.7.1 Monterey / x86_64  OK    OK    OK    OK  UNNEEDED, same version is already published
kjohnson3macOS 13.6.5 Ventura / arm64see weekly results here

INSTALL results for GRENITS on nebbiolo1


To the developers/maintainers of the GRENITS package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/GRENITS.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.

raw results


Summary

Package: GRENITS
Version: 1.56.0
Command: /home/biocbuild/bbs-3.19-bioc/R/bin/R CMD INSTALL GRENITS
StartedAt: 2024-05-17 15:06:37 -0400 (Fri, 17 May 2024)
EndedAt: 2024-05-17 15:08:14 -0400 (Fri, 17 May 2024)
EllapsedTime: 97.8 seconds
RetCode: 0
Status:   OK  

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.19-bioc/R/bin/R CMD INSTALL GRENITS
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.19-bioc/R/site-library’
* installing *source* package ‘GRENITS’ ...
** using staged installation
** libs
using C++ compiler: ‘g++ (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0’
g++ -std=gnu++17 -I"/home/biocbuild/bbs-3.19-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.19-bioc/R/site-library/Rcpp/include' -I'/home/biocbuild/bbs-3.19-bioc/R/site-library/RcppArmadillo/include' -I/usr/local/include    -fpic  -g -O2  -Wall  -c AR1_Gauss_biocond.cc -o AR1_Gauss_biocond.o
AR1_Gauss_biocond.cc: In function ‘void Error_Gauss_c(std::string&, arma::mat&, arma::colvec&, arma::mat&)’:
AR1_Gauss_biocond.cc:49:30: warning: unused variable ‘numDiag’ [-Wunused-variable]
   49 |   int           num_fixedON, numDiag, p_sqr, free_gammas;
      |                              ^~~~~~~
AR1_Gauss_biocond.cc:49:39: warning: variable ‘p_sqr’ set but not used [-Wunused-but-set-variable]
   49 |   int           num_fixedON, numDiag, p_sqr, free_gammas;
      |                                       ^~~~~
g++ -std=gnu++17 -I"/home/biocbuild/bbs-3.19-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.19-bioc/R/site-library/Rcpp/include' -I'/home/biocbuild/bbs-3.19-bioc/R/site-library/RcppArmadillo/include' -I/usr/local/include    -fpic  -g -O2  -Wall  -c AR1_Student_biocond.cc -o AR1_Student_biocond.o
AR1_Student_biocond.cc: In function ‘void Error_Student_c(std::string&, arma::mat&, arma::colvec&, arma::mat&)’:
AR1_Student_biocond.cc:49:30: warning: unused variable ‘numDiag’ [-Wunused-variable]
   49 |   int           num_fixedON, numDiag, p_sqr, free_gammas;
      |                              ^~~~~~~
AR1_Student_biocond.cc:49:39: warning: variable ‘p_sqr’ set but not used [-Wunused-but-set-variable]
   49 |   int           num_fixedON, numDiag, p_sqr, free_gammas;
      |                                       ^~~~~
g++ -std=gnu++17 -I"/home/biocbuild/bbs-3.19-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.19-bioc/R/site-library/Rcpp/include' -I'/home/biocbuild/bbs-3.19-bioc/R/site-library/RcppArmadillo/include' -I/usr/local/include    -fpic  -g -O2  -Wall  -c AR1_biocond.cc -o AR1_biocond.o
AR1_biocond.cc: In function ‘void AR1_c(std::string&, arma::mat&, arma::colvec&, arma::mat&)’:
AR1_biocond.cc:48:30: warning: unused variable ‘numDiag’ [-Wunused-variable]
   48 |   int           num_fixedON, numDiag, p_sqr, free_gammas;
      |                              ^~~~~~~
AR1_biocond.cc:48:39: warning: variable ‘p_sqr’ set but not used [-Wunused-but-set-variable]
   48 |   int           num_fixedON, numDiag, p_sqr, free_gammas;
      |                                       ^~~~~
g++ -std=gnu++17 -I"/home/biocbuild/bbs-3.19-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.19-bioc/R/site-library/Rcpp/include' -I'/home/biocbuild/bbs-3.19-bioc/R/site-library/RcppArmadillo/include' -I/usr/local/include    -fpic  -g -O2  -Wall  -c PSplines_biocond.cc -o PSplines_biocond.o
PSplines_biocond.cc: In function ‘void PSplines_c(std::string&, arma::mat&, arma::colvec&, arma::mat&)’:
PSplines_biocond.cc:45:63: warning: unused variable ‘numDiag’ [-Wunused-variable]
   45 |   int                 num_fixedON, nodesSpline, degreeSpline, numDiag, free_gammas;
      |                                                               ^~~~~~~
g++ -std=gnu++17 -I"/home/biocbuild/bbs-3.19-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.19-bioc/R/site-library/Rcpp/include' -I'/home/biocbuild/bbs-3.19-bioc/R/site-library/RcppArmadillo/include' -I/usr/local/include    -fpic  -g -O2  -Wall  -c R_C_interface.cpp -o R_C_interface.o
g++ -std=gnu++17 -I"/home/biocbuild/bbs-3.19-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.19-bioc/R/site-library/Rcpp/include' -I'/home/biocbuild/bbs-3.19-bioc/R/site-library/RcppArmadillo/include' -I/usr/local/include    -fpic  -g -O2  -Wall  -c ReadMCMCFiles.cpp -o ReadMCMCFiles.o
g++ -std=gnu++17 -I"/home/biocbuild/bbs-3.19-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.19-bioc/R/site-library/Rcpp/include' -I'/home/biocbuild/bbs-3.19-bioc/R/site-library/RcppArmadillo/include' -I/usr/local/include    -fpic  -g -O2  -Wall  -c commonFunctions.cc -o commonFunctions.o
commonFunctions.cc: In function ‘void random_intSequence(arma::ucolvec&)’:
commonFunctions.cc:268:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const uword’ {aka ‘const unsigned int’} [-Wsign-compare]
  268 |   for (int i = 0; i < seq.n_elem; i++)
      |                   ~~^~~~~~~~~~~~
commonFunctions.cc: In function ‘void estimateRemainingTime(double&, double&, int, int, clock_t&)’:
commonFunctions.cc:315:36: warning: variable ‘so_far_clock’ set but not used [-Wunused-but-set-variable]
  315 |   clock_t                          so_far_clock, time_now; //so_far_sec,
      |                                    ^~~~~~~~~~~~
commonFunctions.cc: In function ‘void processFixedGammas(arma::mat&, int&, int&, arma::umat&, arma::umat&, arma::ucolvec&, arma::umat&, arma::uvec&, arma::uvec&)’:
commonFunctions.cc:375:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const uword’ {aka ‘const unsigned int’} [-Wsign-compare]
  375 |   for(int i = 0; i!=Gamma_fixed.n_cols;i++)
      |                  ~^~~~~~~~~~~~~~~~~~~~
commonFunctions.cc:378:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const uword’ {aka ‘const unsigned int’} [-Wsign-compare]
  378 |     for(int j = 0; j!=Gamma_fixed.n_cols;j++)
      |                    ~^~~~~~~~~~~~~~~~~~~~
commonFunctions.cc: In function ‘void updateCoefficients_reg(arma::mat&, const int&, const urowvec&, const mat&, const rowvec&, const ucolvec&)’:
commonFunctions.cc:438:59: warning: unused variable ‘num_on’ [-Wunused-variable]
  438 |   unsigned int                                            num_on;
      |                                                           ^~~~~~
commonFunctions.cc: In function ‘void updateCoefficients(arma::mat&, const int&, const urowvec&, const mat&, const rowvec&)’:
commonFunctions.cc:480:59: warning: unused variable ‘num_on’ [-Wunused-variable]
  480 |   unsigned int                                            num_on;
      |                                                           ^~~~~~
g++ -std=gnu++17 -I"/home/biocbuild/bbs-3.19-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.19-bioc/R/site-library/Rcpp/include' -I'/home/biocbuild/bbs-3.19-bioc/R/site-library/RcppArmadillo/include' -I/usr/local/include    -fpic  -g -O2  -Wall  -c functionsErrorModel.cc -o functionsErrorModel.o
g++ -std=gnu++17 -I"/home/biocbuild/bbs-3.19-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.19-bioc/R/site-library/Rcpp/include' -I'/home/biocbuild/bbs-3.19-bioc/R/site-library/RcppArmadillo/include' -I/usr/local/include    -fpic  -g -O2  -Wall  -c matrixManipulationFunctions.cc -o matrixManipulationFunctions.o
g++ -std=gnu++17 -I"/home/biocbuild/bbs-3.19-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.19-bioc/R/site-library/Rcpp/include' -I'/home/biocbuild/bbs-3.19-bioc/R/site-library/RcppArmadillo/include' -I/usr/local/include    -fpic  -g -O2  -Wall  -c updateFunctions_AR1.cc -o updateFunctions_AR1.o
updateFunctions_AR1.cc: In function ‘void updateCoeffAndGibbsVars(arma::mat&, arma::umat&, const colvec&, const mat&, const mat&, const mat&, const double&, const unsigned int&)’:
updateFunctions_AR1.cc:128:34: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const unsigned int’ [-Wsign-compare]
  128 |       for(int j_loop = 0; j_loop < genes; j_loop++)
      |                           ~~~~~~~^~~~~~~
updateFunctions_AR1.cc:134:15: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare]
  134 |         if (i != j)
      |             ~~^~~~
updateFunctions_AR1.cc: In function ‘void updateCoeffAndGibbsVars_reg(arma::mat&, arma::umat&, const colvec&, const mat&, const mat&, double, const double&, const unsigned int&, arma::umat&, arma::ucolvec&, arma::umat&)’:
updateFunctions_AR1.cc:186:34: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const uword’ {aka ‘const unsigned int’} [-Wsign-compare]
  186 |       for(int j_loop = 0; j_loop < seq_rnd.n_elem; j_loop++)
      |                           ~~~~~~~^~~~~~~~~~~~~~~~
updateFunctions_AR1.cc: In function ‘void calc_logMVPDF_withLinks(double&, const mat&, const rowvec&, arma::urowvec&)’:
updateFunctions_AR1.cc:264:59: warning: unused variable ‘num_on’ [-Wunused-variable]
  264 |   unsigned int                                            num_on;
      |                                                           ^~~~~~
g++ -std=gnu++17 -I"/home/biocbuild/bbs-3.19-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.19-bioc/R/site-library/Rcpp/include' -I'/home/biocbuild/bbs-3.19-bioc/R/site-library/RcppArmadillo/include' -I/usr/local/include    -fpic  -g -O2  -Wall  -c updateFunctions_Splines.cc -o updateFunctions_Splines.o
updateFunctions_Splines.cc: In function ‘void initBasesOn_rowvec(arma::urowvec&, const urowvec&, int, int)’:
updateFunctions_Splines.cc:158:16: warning: variable ‘start_indx’ set but not used [-Wunused-but-set-variable]
  158 |   int       G, start_indx, end_indx;
      |                ^~~~~~~~~~
updateFunctions_Splines.cc:158:28: warning: variable ‘end_indx’ set but not used [-Wunused-but-set-variable]
  158 |   int       G, start_indx, end_indx;
      |                            ^~~~~~~~
updateFunctions_Splines.cc: In function ‘void initBasesOn(arma::urowvec&, const umat&, int, int)’:
updateFunctions_Splines.cc:182:16: warning: variable ‘start_indx’ set but not used [-Wunused-but-set-variable]
  182 |   int       G, start_indx, end_indx;
      |                ^~~~~~~~~~
updateFunctions_Splines.cc:182:28: warning: variable ‘end_indx’ set but not used [-Wunused-but-set-variable]
  182 |   int       G, start_indx, end_indx;
      |                            ^~~~~~~~
updateFunctions_Splines.cc: In function ‘void updateTaus_reg(arma::mat&, arma::colvec&, const mat&, arma::urowvec&, const mat&, double, double, int, double, double, double, double, int, double, arma::uvec)’:
updateFunctions_Splines.cc:296:10: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
  296 |     if(i == indxReg)
      |        ~~^~~~~~~~~~
updateFunctions_Splines.cc: In function ‘void updateGammaAndB_row_i_reg(arma::mat&, arma::umat&, const mat&, const rowvec&, const colvec&, int, int, int, arma::urowvec&, const ucolvec&, const urowvec&, const ucolvec&, const uvec&)’:
updateFunctions_Splines.cc:478:30: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const uword’ {aka ‘const unsigned int’} [-Wsign-compare]
  478 |   for(int j_loop = 0; j_loop < seq_rnd.n_elem; j_loop++)
      |                       ~~~~~~~^~~~~~~~~~~~~~~~
updateFunctions_Splines.cc: In function ‘void fixedBasesFromFixedRegs(arma::umat&, arma::umat&, arma::ucolvec&, int)’:
updateFunctions_Splines.cc:714:30: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare]
  714 |       for(base_k = 0; base_k != M; base_k++)
      |                       ~~~~~~~^~~~
g++ -std=gnu++17 -shared -L/home/biocbuild/bbs-3.19-bioc/R/lib -L/usr/local/lib -o GRENITS.so AR1_Gauss_biocond.o AR1_Student_biocond.o AR1_biocond.o PSplines_biocond.o R_C_interface.o ReadMCMCFiles.o commonFunctions.o functionsErrorModel.o matrixManipulationFunctions.o updateFunctions_AR1.o updateFunctions_Splines.o -llapack -L/home/biocbuild/bbs-3.19-bioc/R/lib -lRblas -lgfortran -lm -lquadmath -L/home/biocbuild/bbs-3.19-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.19-bioc/R/site-library/00LOCK-GRENITS/00new/GRENITS/libs
** R
** data
** 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 (GRENITS)