| Back to Multiple platform build/check report for BioC 3.18: simplified long |
|
This page was generated on 2024-04-17 11:36:45 -0400 (Wed, 17 Apr 2024).
| Hostname | OS | Arch (*) | R version | Installed pkgs |
|---|---|---|---|---|
| nebbiolo2 | Linux (Ubuntu 22.04.3 LTS) | x86_64 | 4.3.3 (2024-02-29) -- "Angel Food Cake" | 4676 |
| palomino4 | Windows Server 2022 Datacenter | x64 | 4.3.3 (2024-02-29 ucrt) -- "Angel Food Cake" | 4414 |
| merida1 | macOS 12.7.1 Monterey | x86_64 | 4.3.3 (2024-02-29) -- "Angel Food Cake" | 4437 |
| 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 657/2266 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
| epistasisGA 1.4.0 (landing page) Michael Nodzenski
| nebbiolo2 | Linux (Ubuntu 22.04.3 LTS) / x86_64 | OK | OK | OK | |||||||||
| palomino4 | Windows Server 2022 Datacenter / x64 | OK | OK | OK | OK | |||||||||
| merida1 | macOS 12.7.1 Monterey / x86_64 | OK | OK | OK | OK | |||||||||
| kjohnson1 | macOS 13.6.1 Ventura / arm64 | see weekly results here | ||||||||||||
|
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. |
| Package: epistasisGA |
| Version: 1.4.0 |
| Command: rm -rf epistasisGA.buildbin-libdir && mkdir epistasisGA.buildbin-libdir && F:\biocbuild\bbs-3.18-bioc\R\bin\R.exe CMD INSTALL --build --library=epistasisGA.buildbin-libdir epistasisGA_1.4.0.tar.gz |
| StartedAt: 2024-04-16 06:58:50 -0400 (Tue, 16 Apr 2024) |
| EndedAt: 2024-04-16 06:59:55 -0400 (Tue, 16 Apr 2024) |
| EllapsedTime: 65.4 seconds |
| RetCode: 0 |
| Status: OK |
| PackageFile: epistasisGA_1.4.0.zip |
| PackageFileSize: 1.959 MiB |
##############################################################################
##############################################################################
###
### Running command:
###
### rm -rf epistasisGA.buildbin-libdir && mkdir epistasisGA.buildbin-libdir && F:\biocbuild\bbs-3.18-bioc\R\bin\R.exe CMD INSTALL --build --library=epistasisGA.buildbin-libdir epistasisGA_1.4.0.tar.gz
###
##############################################################################
##############################################################################
* installing *source* package 'epistasisGA' ...
** using staged installation
** libs
using C++ compiler: 'G__~1.EXE (GCC) 12.3.0'
g++ -std=gnu++17 -I"F:/biocbuild/bbs-3.18-bioc/R/include" -DNDEBUG -I'F:/biocbuild/bbs-3.18-bioc/R/library/Rcpp/include' -I'F:/biocbuild/bbs-3.18-bioc/R/library/RcppArmadillo/include' -I'F:/biocbuild/bbs-3.18-bioc/R/library/BH/include' -I'F:/biocbuild/bbs-3.18-bioc/R/library/bigmemory/include' -I"C:/rtools43/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.18-bioc/R/include" -DNDEBUG -I'F:/biocbuild/bbs-3.18-bioc/R/library/Rcpp/include' -I'F:/biocbuild/bbs-3.18-bioc/R/library/RcppArmadillo/include' -I'F:/biocbuild/bbs-3.18-bioc/R/library/BH/include' -I'F:/biocbuild/bbs-3.18-bioc/R/library/bigmemory/include' -I"C:/rtools43/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.18-bioc/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:18,
from F:/biocbuild/bbs-3.18-bioc/R/library/BH/include/boost/shared_ptr.hpp:17,
from F:/biocbuild/bbs-3.18-bioc/R/library/bigmemory/include/bigmemory/BigMatrix.h:10,
from epistasisGA.cpp:7:
F:/biocbuild/bbs-3.18-bioc/R/library/BH/include/boost/smart_ptr/detail/shared_count.hpp:361:33: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
361 | explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
| ^~~~~~~~
In file included from c:\rtools43\x86_64-w64-mingw32.static.posix\lib\gcc\x86_64-w64-mingw32.static.posix\12.3.0\include\c++\memory:75,
from F:/biocbuild/bbs-3.18-bioc/R/library/BH/include/boost/smart_ptr/detail/sp_counted_impl.hpp:35,
from F:/biocbuild/bbs-3.18-bioc/R/library/BH/include/boost/smart_ptr/detail/shared_count.hpp:27:
c:\rtools43\x86_64-w64-mingw32.static.posix\lib\gcc\x86_64-w64-mingw32.static.posix\12.3.0\include\c++\bits\unique_ptr.h:64:28: note: declared here
64 | template<typename> class auto_ptr;
| ^~~~~~~~
F:/biocbuild/bbs-3.18-bioc/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:251:65: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
251 | template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
| ^~~~~~~~
c:\rtools43\x86_64-w64-mingw32.static.posix\lib\gcc\x86_64-w64-mingw32.static.posix\12.3.0\include\c++\bits\unique_ptr.h:64:28: note: declared here
64 | template<typename> class auto_ptr;
| ^~~~~~~~
F:/biocbuild/bbs-3.18-bioc/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:508:31: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
508 | explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
| ^~~~~~~~
c:\rtools43\x86_64-w64-mingw32.static.posix\lib\gcc\x86_64-w64-mingw32.static.posix\12.3.0\include\c++\bits\unique_ptr.h:64:28: note: declared here
64 | template<typename> class auto_ptr;
| ^~~~~~~~
F:/biocbuild/bbs-3.18-bioc/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:521:22: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
521 | shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
| ^~~~~~~~
c:\rtools43\x86_64-w64-mingw32.static.posix\lib\gcc\x86_64-w64-mingw32.static.posix\12.3.0\include\c++\bits\unique_ptr.h:64:28: note: declared here
64 | template<typename> class auto_ptr;
| ^~~~~~~~
F:/biocbuild/bbs-3.18-bioc/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:604:34: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
604 | shared_ptr & operator=( std::auto_ptr<Y> & r )
| ^~~~~~~~
c:\rtools43\x86_64-w64-mingw32.static.posix\lib\gcc\x86_64-w64-mingw32.static.posix\12.3.0\include\c++\bits\unique_ptr.h:64:28: note: declared here
64 | template<typename> class auto_ptr;
| ^~~~~~~~
F:/biocbuild/bbs-3.18-bioc/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:613:34: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
613 | shared_ptr & operator=( std::auto_ptr<Y> && r )
| ^~~~~~~~
c:\rtools43\x86_64-w64-mingw32.static.posix\lib\gcc\x86_64-w64-mingw32.static.posix\12.3.0\include\c++\bits\unique_ptr.h:64:28: note: declared here
64 | template<typename> class auto_ptr;
| ^~~~~~~~
F:/biocbuild/bbs-3.18-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.18-bioc/R/library/BH/include/boost/smart_ptr/shared_ptr.hpp:615:38: warning: 'template<class> class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
615 | this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
| ^~~~~~~~
c:\rtools43\x86_64-w64-mingw32.static.posix\lib\gcc\x86_64-w64-mingw32.static.posix\12.3.0\include\c++\bits\unique_ptr.h:64:28: note: declared here
64 | template<typename> class auto_ptr;
| ^~~~~~~~
g++ -std=gnu++17 -shared -s -static-libgcc -o epistasisGA.dll tmp.def RcppExports.o epistasisGA.o -LF:/biocbuild/bbs-3.18-bioc/R/bin/x64 -lRlapack -LF:/biocbuild/bbs-3.18-bioc/R/bin/x64 -lRblas -lgfortran -lm -lquadmath -LC:/rtools43/x86_64-w64-mingw32.static.posix/lib/x64 -LC:/rtools43/x86_64-w64-mingw32.static.posix/lib -LF:/biocbuild/bbs-3.18-bioc/R/bin/x64 -lR
installing to F:/biocbuild/bbs-3.18-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.4.0.zip
* DONE (epistasisGA)