Back to Multiple platform build/check report for BioC 3.22:   simplified   long
ABCD[E]FGHIJKLMNOPQRSTUVWXYZ

This page was generated on 2025-08-11 12:07 -0400 (Mon, 11 Aug 2025).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 24.04.2 LTS)x86_644.5.1 (2025-06-13) -- "Great Square Root" 4818
palomino8Windows Server 2022 Datacenterx644.5.1 (2025-06-13 ucrt) -- "Great Square Root" 4553
lconwaymacOS 12.7.1 Montereyx86_644.5.1 (2025-06-13) -- "Great Square Root" 4595
kjohnson3macOS 13.7.1 Venturaarm644.5.1 Patched (2025-06-14 r88325) -- "Great Square Root" 4537
taishanLinux (openEuler 24.03 LTS)aarch644.5.0 (2025-04-11) -- "How About a Twenty-Six" 4532
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 673/2317HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
epistasisGA 1.11.2  (landing page)
Michael Nodzenski
Snapshot Date: 2025-08-10 13:45 -0400 (Sun, 10 Aug 2025)
git_url: https://git.bioconductor.org/packages/epistasisGA
git_branch: devel
git_last_commit: 8fc478c
git_last_commit_date: 2025-07-14 22:37:57 -0400 (Mon, 14 Jul 2025)
nebbiolo2Linux (Ubuntu 24.04.2 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
palomino8Windows 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.7.1 Ventura / arm64  OK    OK    OK    OK  UNNEEDED, same version is already published
taishanLinux (openEuler 24.03 LTS) / aarch64  OK    OK    OK  


BUILD BIN results for epistasisGA on palomino8

To the developers/maintainers of the epistasisGA package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/epistasisGA.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: epistasisGA
Version: 1.11.2
Command: rm -rf epistasisGA.buildbin-libdir && mkdir epistasisGA.buildbin-libdir && F:\biocbuild\bbs-3.22-bioc\R\bin\R.exe CMD INSTALL --build --library=epistasisGA.buildbin-libdir epistasisGA_1.11.2.tar.gz
StartedAt: 2025-08-11 09:17:04 -0400 (Mon, 11 Aug 2025)
EndedAt: 2025-08-11 09:20:16 -0400 (Mon, 11 Aug 2025)
EllapsedTime: 192.9 seconds
RetCode: 0
Status:   OK  
PackageFile: epistasisGA_1.11.2.zip
PackageFileSize: 1.993 MiB

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   rm -rf epistasisGA.buildbin-libdir && mkdir epistasisGA.buildbin-libdir && F:\biocbuild\bbs-3.22-bioc\R\bin\R.exe CMD INSTALL --build --library=epistasisGA.buildbin-libdir epistasisGA_1.11.2.tar.gz
###
##############################################################################
##############################################################################


* installing *source* package 'epistasisGA' ...
** this is package 'epistasisGA' version '1.11.2'
** using staged installation
** libs
using C++ compiler: 'G__~1.EXE (GCC) 14.2.0'
g++ -std=gnu++17  -I"F:/biocbuild/bbs-3.22-bioc/R/include" -DNDEBUG  -I'F:/biocbuild/bbs-3.22-bioc/R/library/Rcpp/include' -I'F:/biocbuild/bbs-3.22-bioc/R/library/RcppArmadillo/include' -I'F:/biocbuild/bbs-3.22-bioc/R/library/BH/include' -I'F:/biocbuild/bbs-3.22-bioc/R/library/bigmemory/include'   -I"C:/rtools45/x86_64-w64-mingw32.static.posix/include"      -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++17  -I"F:/biocbuild/bbs-3.22-bioc/R/include" -DNDEBUG  -I'F:/biocbuild/bbs-3.22-bioc/R/library/Rcpp/include' -I'F:/biocbuild/bbs-3.22-bioc/R/library/RcppArmadillo/include' -I'F:/biocbuild/bbs-3.22-bioc/R/library/BH/include' -I'F:/biocbuild/bbs-3.22-bioc/R/library/bigmemory/include'   -I"C:/rtools45/x86_64-w64-mingw32.static.posix/include"      -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign    -c epistasisGA.cpp -o epistasisGA.o
In file included from F:/biocbuild/bbs-3.22-bioc/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:17,
                 from F:/biocbuild/bbs-3.22-bioc/R/library/BH/include/boost/shared_ptr.hpp:17,
                 from F:/biocbuild/bbs-3.22-bioc/R/library/bigmemory/include/bigmemory/BigMatrix.h:10,
                 from epistasisGA.cpp:7:
F:/biocbuild/bbs-3.22-bioc/R/library/BH/include/boost/smart_ptr/detail/shared_count.hpp:326:33: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
  326 |     explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
      |                                 ^~~~~~~~
In file included from C:/rtools45/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/14.2.0/include/c++/memory:78,
                 from F:/biocbuild/bbs-3.22-bioc/R/library/RcppArmadillo/include/armadillo:38,
                 from F:/biocbuild/bbs-3.22-bioc/R/library/RcppArmadillo/include/RcppArmadillo/interface/RcppArmadilloForward.h:58,
                 from F:/biocbuild/bbs-3.22-bioc/R/library/RcppArmadillo/include/RcppArmadillo.h:29,
                 from epistasisGA.cpp:1:
C:/rtools45/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/14.2.0/include/c++/bits/unique_ptr.h:59:28: note: declared here
   59 |   template<typename> class auto_ptr;
      |                            ^~~~~~~~
F:/biocbuild/bbs-3.22-bioc/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:354:31: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
  354 |     explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
      |                               ^~~~~~~~
C:/rtools45/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/14.2.0/include/c++/bits/unique_ptr.h:59:28: note: declared here
   59 |   template<typename> class auto_ptr;
      |                            ^~~~~~~~
F:/biocbuild/bbs-3.22-bioc/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:365:22: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
  365 |     shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
      |                      ^~~~~~~~
C:/rtools45/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/14.2.0/include/c++/bits/unique_ptr.h:59:28: note: declared here
   59 |   template<typename> class auto_ptr;
      |                            ^~~~~~~~
F:/biocbuild/bbs-3.22-bioc/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:423:34: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
  423 |     shared_ptr & operator=( std::auto_ptr<Y> & r )
      |                                  ^~~~~~~~
C:/rtools45/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/14.2.0/include/c++/bits/unique_ptr.h:59:28: note: declared here
   59 |   template<typename> class auto_ptr;
      |                            ^~~~~~~~
F:/biocbuild/bbs-3.22-bioc/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:430:34: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
  430 |     shared_ptr & operator=( std::auto_ptr<Y> && r )
      |                                  ^~~~~~~~
C:/rtools45/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/14.2.0/include/c++/bits/unique_ptr.h:59:28: note: declared here
   59 |   template<typename> class auto_ptr;
      |                            ^~~~~~~~
F:/biocbuild/bbs-3.22-bioc/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp: In member function 'boost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)':
F:/biocbuild/bbs-3.22-bioc/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:432:38: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
  432 |         this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
      |                                      ^~~~~~~~
C:/rtools45/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/14.2.0/include/c++/bits/unique_ptr.h:59:28: note: declared here
   59 |   template<typename> class auto_ptr;
      |                            ^~~~~~~~
epistasisGA.cpp: In function 'Rcpp::List GxE_fitness_score_mvlm(Rcpp::NumericMatrix, Rcpp::NumericMatrix, Rcpp::NumericMatrix, Rcpp::NumericMatrix, arma::uvec, arma::vec, arma::vec, arma::vec, bool, Rcpp::NumericVector, int, int, bool)':
epistasisGA.cpp:1115:27: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
 1115 |         for (int i = 0; i < exposure_mat.n_rows; i++){
      |                         ~~^~~~~~~~~~~~~~~~~~~~~
epistasisGA.cpp:1212:27: warning: comparison of integer expressions of different signedness: 'int' and 'const arma::uword' {aka 'const unsigned int'} [-Wsign-compare]
 1212 |         for (int i = 1; i < beta_full.n_rows; i++){
      |                         ~~^~~~~~~~~~~~~~~~~~
g++ -std=gnu++17 -shared -s -static-libgcc -o epistasisGA.dll tmp.def RcppExports.o epistasisGA.o -LF:/biocbuild/bbs-3.22-bioc/R/bin/x64 -lRlapack -LF:/biocbuild/bbs-3.22-bioc/R/bin/x64 -lRblas -lgfortran -lquadmath -LC:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -LC:/rtools45/x86_64-w64-mingw32.static.posix/lib -LF:/biocbuild/bbs-3.22-bioc/R/bin/x64 -lR
installing to F:/biocbuild/bbs-3.22-bioc/meat/epistasisGA.buildbin-libdir/00LOCK-epistasisGA/00new/epistasisGA/libs/x64
** 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
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* MD5 sums
packaged installation of 'epistasisGA' as epistasisGA_1.11.2.zip
* DONE (epistasisGA)