Back to the "Multiple platform build/check report" A  B  C  D  E  F  G  H  I  J  K  L [M] N  O  P  Q  R  S  T  U  V  W  X  Y  Z 

BioC 3.5: INSTALL report for methylKit on tokay2

This page was generated on 2017-10-18 14:26:15 -0400 (Wed, 18 Oct 2017).

Package 805/1381HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
methylKit 1.2.4
Altuna Akalin
Snapshot Date: 2017-10-17 17:00:52 -0400 (Tue, 17 Oct 2017)
URL: https://git.bioconductor.org/packages/methylKit
Branch: RELEASE_3_5
Last Commit: 066892b
Last Changed Date: 2017-08-24 09:55:33 -0400 (Thu, 24 Aug 2017)
malbec2 Linux (Ubuntu 16.04.1 LTS) / x86_64  OK  OK  OK UNNEEDED, same version exists in internal repository
tokay2 Windows Server 2012 R2 Standard / x64 [ OK ] OK  OK  OK UNNEEDED, same version exists in internal repository
veracruz2 OS X 10.11.6 El Capitan / x86_64  OK  OK  OK  OK UNNEEDED, same version exists in internal repository

Summary

Package: methylKit
Version: 1.2.4
Command: rm -rf methylKit.buildbin-libdir && mkdir methylKit.buildbin-libdir && C:\cygwin\bin\curl.exe -O http://172.29.0.4/BBS/3.5/bioc/src/contrib/methylKit_1.2.4.tar.gz && C:\Users\biocbuild\bbs-3.5-bioc\R\bin\R.exe CMD INSTALL --build --library=methylKit.buildbin-libdir --merge-multiarch methylKit_1.2.4.tar.gz && C:\Users\biocbuild\bbs-3.5-bioc\R\bin\R.exe CMD INSTALL methylKit_1.2.4.zip && rm methylKit_1.2.4.tar.gz methylKit_1.2.4.zip
StartedAt: 2017-10-17 18:35:50 -0400 (Tue, 17 Oct 2017)
EndedAt: 2017-10-17 18:37:09 -0400 (Tue, 17 Oct 2017)
EllapsedTime: 79.0 seconds
RetCode: 0
Status:  OK  

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   rm -rf methylKit.buildbin-libdir && mkdir methylKit.buildbin-libdir  && C:\cygwin\bin\curl.exe -O http://172.29.0.4/BBS/3.5/bioc/src/contrib/methylKit_1.2.4.tar.gz && C:\Users\biocbuild\bbs-3.5-bioc\R\bin\R.exe CMD INSTALL --build --library=methylKit.buildbin-libdir --merge-multiarch methylKit_1.2.4.tar.gz && C:\Users\biocbuild\bbs-3.5-bioc\R\bin\R.exe CMD INSTALL methylKit_1.2.4.zip  && rm methylKit_1.2.4.tar.gz methylKit_1.2.4.zip
###
##############################################################################
##############################################################################


  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  590k  100  590k    0     0  13.2M      0 --:--:-- --:--:-- --:--:-- 13.7M

install for i386

* installing *source* package 'methylKit' ...
** libs
C:/Rtools/mingw_32/bin/g++  -std=gnu++11 -I"C:/Users/BIOCBU˜1/BBS-3˜1.5-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.5-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.5-bioc/R/library/Rhtslib/include" -I"C:/Users/biocbuild/bbs-3.5-bioc/R/library/zlibbioc/include"   -I"C:/local323/include"     -O2 -Wall  -mtune=core2 -c RcppExports.cpp -o RcppExports.o
C:/Rtools/mingw_32/bin/g++  -std=gnu++11 -I"C:/Users/BIOCBU˜1/BBS-3˜1.5-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.5-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.5-bioc/R/library/Rhtslib/include" -I"C:/Users/biocbuild/bbs-3.5-bioc/R/library/zlibbioc/include"   -I"C:/local323/include"     -O2 -Wall  -mtune=core2 -c methCall.cpp -o methCall.o
methCall.cpp: In function 'void processCigar(std::string, std::string&, std::string&)':
methCall.cpp:511:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i=0;i < insPos.size();i++){
                   ^
methCall.cpp: In function 'int process_sam(std::istream*, std::string&, std::string&, std::string&, int&, int&, int&, int, int)':
methCall.cpp:654:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for( int i=0; i < quals.length(); i++) 
                     ^
methCall.cpp: In function 'int process_bam(std::string&, std::string&, std::string&, std::string&, int&, int&, int&, int)':
methCall.cpp:827:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (i = 1; i < len_cigar; i++  ) {
                   ^
methCall.cpp:924:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for( int i=0; i < quals.length(); i++) 
                     ^
methCall.cpp: In function 'int process_single_bismark(std::istream*, std::string&, std::string&, std::string&, int&, int&, int&)':
methCall.cpp:1100:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for( int i=0; i < quals.length(); i++) 
                     ^
methCall.cpp:1104:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
       if( ( (gbases[i] == 'C') && (i==quals.length()) ) && ( gbases.substr(i-1,4) == "CCGG" ) ) { continue;} 
                                     ^
methCall.cpp: In function 'int process_sam(std::istream*, std::string&, std::string&, std::string&, int&, int&, int&, int, int)':
methCall.cpp:658:7: warning: 'strand' may be used uninitialized in this function [-Wmaybe-uninitialized]
       if( strand == '+') { key = "F|"+ chr+"|"+std::to_string(static_cast<long long>(start+i)); }
       ^
methCall.cpp:672:84: warning: 'CHGout' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if(CHGstatus) { processCHmethHash(CHGmethHash,CHGout,mincov); std::fclose(CHGout); }
                                                                                    ^
methCall.cpp:671:84: warning: 'CHHout' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if(CHHstatus) { processCHmethHash(CHHmethHash,CHHout,mincov); std::fclose(CHHout); }
                                                                                    ^
methCall.cpp:670:81: warning: 'out' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if(CpGstatus) { processCGmethHash(CGmethHash,out,mincov);     std::fclose(out); }
                                                                                 ^
methCall.cpp: In function 'int process_bam(std::string&, std::string&, std::string&, std::string&, int&, int&, int&, int)':
methCall.cpp:928:7: warning: 'strand' may be used uninitialized in this function [-Wmaybe-uninitialized]
       if( strand == '+') { key = "F|"+ chr+"|"+std::to_string(static_cast<long long>(start+i)); }
       ^
methCall.cpp:942:84: warning: 'CHGout' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if(CHGstatus) { processCHmethHash(CHGmethHash,CHGout,mincov); std::fclose(CHGout); }
                                                                                    ^
methCall.cpp:941:84: warning: 'CHHout' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if(CHHstatus) { processCHmethHash(CHHmethHash,CHHout,mincov); std::fclose(CHHout); }
                                                                                    ^
methCall.cpp:940:81: warning: 'out' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if(CpGstatus) { processCGmethHash(CGmethHash,out,mincov);     std::fclose(out); }
                                                                                 ^
methCall.cpp: In function 'int process_single_bismark(std::istream*, std::string&, std::string&, std::string&, int&, int&, int&)':
methCall.cpp:1122:84: warning: 'CHGout' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if(CHGstatus) { processCHmethHash(CHGmethHash,CHGout,mincov); std::fclose(CHGout); }
                                                                                    ^
methCall.cpp:1121:84: warning: 'CHHout' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if(CHHstatus) { processCHmethHash(CHHmethHash,CHHout,mincov); std::fclose(CHHout); }
                                                                                    ^
methCall.cpp:1120:81: warning: 'out' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if(CpGstatus) { processCGmethHash(CGmethHash,out,mincov);     std::fclose(out); }
                                                                                 ^
C:/Rtools/mingw_32/bin/g++ -shared -s -static-libgcc -o methylKit.dll tmp.def RcppExports.o methCall.o -LC:/Users/biocbuild/bbs-3.5-bioc/R/library/Rhtslib/lib/i386 -lhts -lz -pthread -lws2_32 -LC:/local323/lib/i386 -LC:/local323/lib -LC:/Users/BIOCBU˜1/BBS-3˜1.5-B/R/bin/i386 -lR
installing to C:/Users/biocbuild/bbs-3.5-bioc/meat/methylKit.buildbin-libdir/methylKit/libs/i386
** R
** data
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded

install for x64

* installing *source* package 'methylKit' ...
** libs
C:/Rtools/mingw_64/bin/g++  -std=gnu++11 -I"C:/Users/BIOCBU˜1/BBS-3˜1.5-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.5-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.5-bioc/R/library/Rhtslib/include" -I"C:/Users/biocbuild/bbs-3.5-bioc/R/library/zlibbioc/include"   -I"C:/local323/include"     -O2 -Wall  -mtune=core2 -c RcppExports.cpp -o RcppExports.o
C:/Rtools/mingw_64/bin/g++  -std=gnu++11 -I"C:/Users/BIOCBU˜1/BBS-3˜1.5-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.5-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.5-bioc/R/library/Rhtslib/include" -I"C:/Users/biocbuild/bbs-3.5-bioc/R/library/zlibbioc/include"   -I"C:/local323/include"     -O2 -Wall  -mtune=core2 -c methCall.cpp -o methCall.o
methCall.cpp: In function 'void processCigar(std::string, std::string&, std::string&)':
methCall.cpp:511:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i=0;i < insPos.size();i++){
                   ^
methCall.cpp: In function 'int process_sam(std::istream*, std::string&, std::string&, std::string&, int&, int&, int&, int, int)':
methCall.cpp:654:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for( int i=0; i < quals.length(); i++) 
                     ^
methCall.cpp: In function 'int process_bam(std::string&, std::string&, std::string&, std::string&, int&, int&, int&, int)':
methCall.cpp:827:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (i = 1; i < len_cigar; i++  ) {
                   ^
methCall.cpp:924:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for( int i=0; i < quals.length(); i++) 
                     ^
methCall.cpp: In function 'int process_single_bismark(std::istream*, std::string&, std::string&, std::string&, int&, int&, int&)':
methCall.cpp:1100:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for( int i=0; i < quals.length(); i++) 
                     ^
methCall.cpp:1104:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
       if( ( (gbases[i] == 'C') && (i==quals.length()) ) && ( gbases.substr(i-1,4) == "CCGG" ) ) { continue;} 
                                     ^
methCall.cpp: In function 'int process_sam(std::istream*, std::string&, std::string&, std::string&, int&, int&, int&, int, int)':
methCall.cpp:658:7: warning: 'strand' may be used uninitialized in this function [-Wmaybe-uninitialized]
       if( strand == '+') { key = "F|"+ chr+"|"+std::to_string(static_cast<long long>(start+i)); }
       ^
methCall.cpp:672:84: warning: 'CHGout' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if(CHGstatus) { processCHmethHash(CHGmethHash,CHGout,mincov); std::fclose(CHGout); }
                                                                                    ^
methCall.cpp:671:84: warning: 'CHHout' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if(CHHstatus) { processCHmethHash(CHHmethHash,CHHout,mincov); std::fclose(CHHout); }
                                                                                    ^
methCall.cpp:670:81: warning: 'out' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if(CpGstatus) { processCGmethHash(CGmethHash,out,mincov);     std::fclose(out); }
                                                                                 ^
methCall.cpp: In function 'int process_bam(std::string&, std::string&, std::string&, std::string&, int&, int&, int&, int)':
methCall.cpp:928:7: warning: 'strand' may be used uninitialized in this function [-Wmaybe-uninitialized]
       if( strand == '+') { key = "F|"+ chr+"|"+std::to_string(static_cast<long long>(start+i)); }
       ^
methCall.cpp:942:84: warning: 'CHGout' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if(CHGstatus) { processCHmethHash(CHGmethHash,CHGout,mincov); std::fclose(CHGout); }
                                                                                    ^
methCall.cpp:941:84: warning: 'CHHout' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if(CHHstatus) { processCHmethHash(CHHmethHash,CHHout,mincov); std::fclose(CHHout); }
                                                                                    ^
methCall.cpp:940:81: warning: 'out' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if(CpGstatus) { processCGmethHash(CGmethHash,out,mincov);     std::fclose(out); }
                                                                                 ^
methCall.cpp: In function 'int process_single_bismark(std::istream*, std::string&, std::string&, std::string&, int&, int&, int&)':
methCall.cpp:1122:84: warning: 'CHGout' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if(CHGstatus) { processCHmethHash(CHGmethHash,CHGout,mincov); std::fclose(CHGout); }
                                                                                    ^
methCall.cpp:1121:84: warning: 'CHHout' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if(CHHstatus) { processCHmethHash(CHHmethHash,CHHout,mincov); std::fclose(CHHout); }
                                                                                    ^
methCall.cpp:1120:81: warning: 'out' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if(CpGstatus) { processCGmethHash(CGmethHash,out,mincov);     std::fclose(out); }
                                                                                 ^
C:/Rtools/mingw_64/bin/g++ -shared -s -static-libgcc -o methylKit.dll tmp.def RcppExports.o methCall.o -LC:/Users/biocbuild/bbs-3.5-bioc/R/library/Rhtslib/lib/x64 -lhts -lz -pthread -lws2_32 -LC:/local323/lib/x64 -LC:/local323/lib -LC:/Users/BIOCBU˜1/BBS-3˜1.5-B/R/bin/x64 -lR
installing to C:/Users/biocbuild/bbs-3.5-bioc/meat/methylKit.buildbin-libdir/methylKit/libs/x64
** testing if installed package can be loaded
* MD5 sums
packaged installation of 'methylKit' as methylKit_1.2.4.zip
* DONE (methylKit)
* installing to library 'C:/Users/biocbuild/bbs-3.5-bioc/R/library'
package 'methylKit' successfully unpacked and MD5 sums checked