Back to Multiple platform build/check report for BioC 3.10 |
|
This page was generated on 2020-04-15 12:11:35 -0400 (Wed, 15 Apr 2020).
Package 1024/1823 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||
methylKit 1.12.0 Altuna Akalin
| malbec1 | Linux (Ubuntu 18.04.4 LTS) / x86_64 | [ OK ] | OK | OK | |||||||
tokay1 | Windows Server 2012 R2 Standard / x64 | OK | OK | OK | OK | |||||||
merida1 | OS X 10.11.6 El Capitan / x86_64 | OK | OK | OK | OK |
Package: methylKit |
Version: 1.12.0 |
Command: /home/biocbuild/bbs-3.10-bioc/R/bin/R CMD INSTALL methylKit |
StartedAt: 2020-04-14 18:43:12 -0400 (Tue, 14 Apr 2020) |
EndedAt: 2020-04-14 18:44:08 -0400 (Tue, 14 Apr 2020) |
EllapsedTime: 56.0 seconds |
RetCode: 0 |
Status: OK |
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/bbs-3.10-bioc/R/bin/R CMD INSTALL methylKit ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/bbs-3.10-bioc/R/library’ * installing *source* package ‘methylKit’ ... ** using staged installation ** libs g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.10-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I"/home/biocbuild/bbs-3.10-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.10-bioc/R/library/Rhtslib/include" -I"/home/biocbuild/bbs-3.10-bioc/R/library/zlibbioc/include" -I/usr/local/include -fpic -g -O2 -Wall -c RcppExports.cpp -o RcppExports.o g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.10-bioc/R/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I"/home/biocbuild/bbs-3.10-bioc/R/library/Rcpp/include" -I"/home/biocbuild/bbs-3.10-bioc/R/library/Rhtslib/include" -I"/home/biocbuild/bbs-3.10-bioc/R/library/zlibbioc/include" -I/usr/local/include -fpic -g -O2 -Wall -c methCall.cpp -o methCall.o methCall.cpp: In function ‘int process_single_bismark(std::istream*, std::__cxx11::string&, std::__cxx11::string&, std::__cxx11::string&, int&, int&, int&)’: methCall.cpp:1220:39: warning: ‘CHGout’ may be used uninitialized in this function [-Wmaybe-uninitialized] if(CHGstatus){ processCHmethHash(CHGmethHash,CHGout,mincov);} ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ methCall.cpp:1219:39: warning: ‘CHHout’ may be used uninitialized in this function [-Wmaybe-uninitialized] if(CHHstatus){ processCHmethHash(CHHmethHash,CHHout,mincov); } ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ methCall.cpp:1218:39: warning: ‘out’ may be used uninitialized in this function [-Wmaybe-uninitialized] if(CpGstatus){ processCGmethHash(CGmethHash,out,mincov);} ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ methCall.cpp: In function ‘int process_sam(std::istream*, std::__cxx11::string&, std::__cxx11::string&, std::__cxx11::string&, int&, int&, int&, int, int)’: methCall.cpp:678:39: warning: ‘CHGout’ may be used uninitialized in this function [-Wmaybe-uninitialized] if(CHGstatus){ processCHmethHash(CHGmethHash,CHGout,mincov);} ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ methCall.cpp:677:39: warning: ‘CHHout’ may be used uninitialized in this function [-Wmaybe-uninitialized] if(CHHstatus){ processCHmethHash(CHHmethHash,CHHout,mincov); } ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ methCall.cpp:676:39: warning: ‘out’ may be used uninitialized in this function [-Wmaybe-uninitialized] if(CpGstatus){ processCGmethHash(CGmethHash,out,mincov);} ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ methCall.cpp: In function ‘int process_bam(std::__cxx11::string&, std::__cxx11::string&, std::__cxx11::string&, std::__cxx11::string&, int&, int&, int&, int)’: methCall.cpp:997:39: warning: ‘CHGout’ may be used uninitialized in this function [-Wmaybe-uninitialized] if(CHGstatus){ processCHmethHash(CHGmethHash,CHGout,mincov);} ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ methCall.cpp:996:39: warning: ‘CHHout’ may be used uninitialized in this function [-Wmaybe-uninitialized] if(CHHstatus){ processCHmethHash(CHHmethHash,CHHout,mincov); } ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ methCall.cpp:995:39: warning: ‘out’ may be used uninitialized in this function [-Wmaybe-uninitialized] if(CpGstatus){ processCGmethHash(CGmethHash,out,mincov);} ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ g++ -std=gnu++11 -shared -L/home/biocbuild/bbs-3.10-bioc/R/lib -L/usr/local/lib -o methylKit.so RcppExports.o methCall.o /home/biocbuild/bbs-3.10-bioc/R/library/Rhtslib/usrlib/libhts.a -lcurl -L/home/biocbuild/bbs-3.10-bioc/R/lib -lR installing to /home/biocbuild/bbs-3.10-bioc/R/library/00LOCK-methylKit/00new/methylKit/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 (methylKit)