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 nem on tokay2

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

Package 888/1381HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
nem 2.50.0
Holger Froehlich
Snapshot Date: 2017-10-17 17:00:52 -0400 (Tue, 17 Oct 2017)
URL: https://git.bioconductor.org/packages/nem
Branch: RELEASE_3_5
Last Commit: 975da9a
Last Changed Date: 2017-04-24 15:45:44 -0400 (Mon, 24 Apr 2017)
malbec2 Linux (Ubuntu 16.04.1 LTS) / x86_64  OK  OK  ERROR 
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: nem
Version: 2.50.0
Command: rm -rf nem.buildbin-libdir && mkdir nem.buildbin-libdir && C:\cygwin\bin\curl.exe -O http://172.29.0.4/BBS/3.5/bioc/src/contrib/nem_2.50.0.tar.gz && C:\Users\biocbuild\bbs-3.5-bioc\R\bin\R.exe CMD INSTALL --build --library=nem.buildbin-libdir --merge-multiarch nem_2.50.0.tar.gz && C:\Users\biocbuild\bbs-3.5-bioc\R\bin\R.exe CMD INSTALL nem_2.50.0.zip && rm nem_2.50.0.tar.gz nem_2.50.0.zip
StartedAt: 2017-10-17 18:30:50 -0400 (Tue, 17 Oct 2017)
EndedAt: 2017-10-17 18:31:48 -0400 (Tue, 17 Oct 2017)
EllapsedTime: 58.2 seconds
RetCode: 0
Status:  OK  

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   rm -rf nem.buildbin-libdir && mkdir nem.buildbin-libdir  && C:\cygwin\bin\curl.exe -O http://172.29.0.4/BBS/3.5/bioc/src/contrib/nem_2.50.0.tar.gz && C:\Users\biocbuild\bbs-3.5-bioc\R\bin\R.exe CMD INSTALL --build --library=nem.buildbin-libdir --merge-multiarch nem_2.50.0.tar.gz && C:\Users\biocbuild\bbs-3.5-bioc\R\bin\R.exe CMD INSTALL nem_2.50.0.zip  && rm nem_2.50.0.tar.gz nem_2.50.0.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 4185k  100 4185k    0     0  55.8M      0 --:--:-- --:--:-- --:--:-- 56.7M

install for i386

* installing *source* package 'nem' ...
** libs
C:/Rtools/mingw_32/bin/gcc  -I"C:/Users/BIOCBU˜1/BBS-3˜1.5-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O3 -Wall  -std=gnu99 -mtune=core2 -c MCMC.c -o MCMC.o
MCMC.c: In function 'network_likelihood':
MCMC.c:116:62: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
                                         if(egene_prior[i][s] > 0 & s < nsgenes){
                                                              ^
MCMC.c:125:27: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
      if(egene_prior[i][s] > 0 & s == nsgenes){ // virtual "null" S-gene (not connected to any other S-gene, never perturbed) ==> automatic E-gene selection      
                           ^
MCMC.c: In function 'MCMCrun':
MCMC.c:403:10: warning: unused variable 'stored2' [-Wunused-variable]
     long stored2 = 0;
          ^
MCMC.c:402:10: warning: unused variable 'stored' [-Wunused-variable]
     long stored = 0;
          ^
MCMC.c:359:35: warning: unused variable 'mutinf' [-Wunused-variable]
     double loglikMean, loglikSum, mutinf, delta, logPrior_cur_scale;  
                                   ^
MCMC.c: In function 'network_likelihood':
MCMC.c:108:6: warning: 'max_loglik0_idx' may be used uninitialized in this function [-Wmaybe-uninitialized]
  int max_loglik0_idx;
      ^
MCMC.c: In function 'MCMCrun':
MCMC.c:455:12: warning: 'delta_poss_operations' may be used uninitialized in this function [-Wmaybe-uninitialized]
  hfactor = updateFactor(likLogOld, logPriorOld, logPriorScale, likelihood, logPrior_cur, logPrior_cur_scale, n_neighbors, n_neighbors + delta_poss_operations);
            ^
MCMC.c:28:48: warning: 'logPrior_cur' may be used uninitialized in this function [-Wmaybe-uninitialized]
  return((likLogNew - likLogOld) + (logPriorNew - logPriorOld) + (logPriorScaleNew - logPriorScaleOld) + (log((double)oldNeighborhood) - log((double)newNeighborhood)));   // hastings ratio ### Modified to handle Prior information  
                                                ^
MCMC.c:407:24: note: 'logPrior_cur' was declared here
     double likelihood, logPrior_cur, priorScale_new;    
                        ^
MCMC.c:28:20: warning: 'likelihood' may be used uninitialized in this function [-Wmaybe-uninitialized]
  return((likLogNew - likLogOld) + (logPriorNew - logPriorOld) + (logPriorScaleNew - logPriorScaleOld) + (log((double)oldNeighborhood) - log((double)newNeighborhood)));   // hastings ratio ### Modified to handle Prior information  
                    ^
MCMC.c:407:12: note: 'likelihood' was declared here
     double likelihood, logPrior_cur, priorScale_new;    
            ^
C:/Rtools/mingw_32/bin/gcc  -I"C:/Users/BIOCBU˜1/BBS-3˜1.5-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O3 -Wall  -std=gnu99 -mtune=core2 -c netlearn.c -o netlearn.o
netlearn.c: In function 'learn_network':
netlearn.c:168:9: warning: unused variable 'lik_switch' [-Wunused-variable]
  double lik_switch;
         ^
C:/Rtools/mingw_32/bin/gcc  -I"C:/Users/BIOCBU˜1/BBS-3˜1.5-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O3 -Wall  -std=gnu99 -mtune=core2 -c wrapper.c -o wrapper.o
wrapper.c: In function 'MCMCrunWrapper':
wrapper.c:107:27: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
     int useMCMC = (sample > 0 & burnin > 0);
                           ^
C:/Rtools/mingw_32/bin/gcc -shared -s -static-libgcc -o nem.dll tmp.def MCMC.o netlearn.o wrapper.o -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/nem.buildbin-libdir/nem/libs/i386
** R
** data
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
   'nem.Rnw' using 'latin1' 
** testing if installed package can be loaded

install for x64

* installing *source* package 'nem' ...
** libs
C:/Rtools/mingw_64/bin/gcc  -I"C:/Users/BIOCBU˜1/BBS-3˜1.5-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -std=gnu99 -mtune=core2 -c MCMC.c -o MCMC.o
MCMC.c: In function 'network_likelihood':
MCMC.c:116:62: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
                                         if(egene_prior[i][s] > 0 & s < nsgenes){
                                                              ^
MCMC.c:125:27: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
      if(egene_prior[i][s] > 0 & s == nsgenes){ // virtual "null" S-gene (not connected to any other S-gene, never perturbed) ==> automatic E-gene selection      
                           ^
MCMC.c: In function 'MCMCrun':
MCMC.c:403:10: warning: unused variable 'stored2' [-Wunused-variable]
     long stored2 = 0;
          ^
MCMC.c:402:10: warning: unused variable 'stored' [-Wunused-variable]
     long stored = 0;
          ^
MCMC.c:359:35: warning: unused variable 'mutinf' [-Wunused-variable]
     double loglikMean, loglikSum, mutinf, delta, logPrior_cur_scale;  
                                   ^
MCMC.c: In function 'network_likelihood':
MCMC.c:108:6: warning: 'max_loglik0_idx' may be used uninitialized in this function [-Wmaybe-uninitialized]
  int max_loglik0_idx;
      ^
MCMC.c: In function 'MCMCrun':
MCMC.c:455:12: warning: 'delta_poss_operations' may be used uninitialized in this function [-Wmaybe-uninitialized]
  hfactor = updateFactor(likLogOld, logPriorOld, logPriorScale, likelihood, logPrior_cur, logPrior_cur_scale, n_neighbors, n_neighbors + delta_poss_operations);
            ^
MCMC.c:455:10: warning: 'logPrior_cur' may be used uninitialized in this function [-Wmaybe-uninitialized]
  hfactor = updateFactor(likLogOld, logPriorOld, logPriorScale, likelihood, logPrior_cur, logPrior_cur_scale, n_neighbors, n_neighbors + delta_poss_operations);
          ^
MCMC.c:455:10: warning: 'likelihood' may be used uninitialized in this function [-Wmaybe-uninitialized]
C:/Rtools/mingw_64/bin/gcc  -I"C:/Users/BIOCBU˜1/BBS-3˜1.5-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -std=gnu99 -mtune=core2 -c netlearn.c -o netlearn.o
netlearn.c: In function 'learn_network':
netlearn.c:168:9: warning: unused variable 'lik_switch' [-Wunused-variable]
  double lik_switch;
         ^
C:/Rtools/mingw_64/bin/gcc  -I"C:/Users/BIOCBU˜1/BBS-3˜1.5-B/R/include" -DNDEBUG     -I"C:/local323/include"     -O2 -Wall  -std=gnu99 -mtune=core2 -c wrapper.c -o wrapper.o
wrapper.c: In function 'MCMCrunWrapper':
wrapper.c:107:27: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
     int useMCMC = (sample > 0 & burnin > 0);
                           ^
C:/Rtools/mingw_64/bin/gcc -shared -s -static-libgcc -o nem.dll tmp.def MCMC.o netlearn.o wrapper.o -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/nem.buildbin-libdir/nem/libs/x64
** testing if installed package can be loaded
* MD5 sums
packaged installation of 'nem' as nem_2.50.0.zip
* DONE (nem)
* installing to library 'C:/Users/biocbuild/bbs-3.5-bioc/R/library'
package 'nem' successfully unpacked and MD5 sums checked