Back to Multiple platform build/check report for BioC 3.9
ABC[D]EFGHIJKLMNOPQRSTUVWXYZ

INSTALL report for diffuStats on tokay2

This page was generated on 2019-10-16 12:38:54 -0400 (Wed, 16 Oct 2019).

Package 438/1741HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
diffuStats 1.4.0
Sergio Picart-Armada
Snapshot Date: 2019-10-15 17:01:26 -0400 (Tue, 15 Oct 2019)
URL: https://git.bioconductor.org/packages/diffuStats
Branch: RELEASE_3_9
Last Commit: aeb2e21
Last Changed Date: 2019-05-02 11:54:07 -0400 (Thu, 02 May 2019)
malbec2 Linux (Ubuntu 18.04.2 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
celaya2 OS X 10.11.6 El Capitan / x86_64  OK  OK  OK  OK UNNEEDED, same version exists in internal repository

Summary

Package: diffuStats
Version: 1.4.0
Command: C:\cygwin\bin\curl.exe -O https://malbec2.bioconductor.org/BBS/3.9/bioc/src/contrib/diffuStats_1.4.0.tar.gz && rm -rf diffuStats.buildbin-libdir && mkdir diffuStats.buildbin-libdir && C:\Users\biocbuild\bbs-3.9-bioc\R\bin\R.exe CMD INSTALL --merge-multiarch --build --library=diffuStats.buildbin-libdir diffuStats_1.4.0.tar.gz && C:\Users\biocbuild\bbs-3.9-bioc\R\bin\R.exe CMD INSTALL diffuStats_1.4.0.zip && rm diffuStats_1.4.0.tar.gz diffuStats_1.4.0.zip
StartedAt: 2019-10-15 19:20:05 -0400 (Tue, 15 Oct 2019)
EndedAt: 2019-10-15 19:24:42 -0400 (Tue, 15 Oct 2019)
EllapsedTime: 276.7 seconds
RetCode: 0
Status:  OK  

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   C:\cygwin\bin\curl.exe -O https://malbec2.bioconductor.org/BBS/3.9/bioc/src/contrib/diffuStats_1.4.0.tar.gz && rm -rf diffuStats.buildbin-libdir && mkdir diffuStats.buildbin-libdir && C:\Users\biocbuild\bbs-3.9-bioc\R\bin\R.exe CMD INSTALL --merge-multiarch --build --library=diffuStats.buildbin-libdir diffuStats_1.4.0.tar.gz && C:\Users\biocbuild\bbs-3.9-bioc\R\bin\R.exe CMD INSTALL diffuStats_1.4.0.zip && rm diffuStats_1.4.0.tar.gz diffuStats_1.4.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  134k  100  134k    0     0  1326k      0 --:--:-- --:--:-- --:--:-- 1430k

install for i386

* installing *source* package 'diffuStats' ...
** using staged installation
** libs
C:/Rtools/mingw_32/bin/g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.9-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.9-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.9-bioc/R/library/RcppArmadillo/include" -I"C:/Users/biocbuild/bbs-3.9-bioc/R/library/RcppParallel/include"   -I"C:/extsoft/include"  -DRCPP_PARALLEL_USE_TBB=1   -O2 -Wall  -mtune=generic -c RcppExports.cpp -o RcppExports.o
C:/Rtools/mingw_32/bin/g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.9-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.9-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.9-bioc/R/library/RcppArmadillo/include" -I"C:/Users/biocbuild/bbs-3.9-bioc/R/library/RcppParallel/include"   -I"C:/extsoft/include"  -DRCPP_PARALLEL_USE_TBB=1   -O2 -Wall  -mtune=generic -c diffuse_parallel.cpp -o diffuse_parallel.o
diffuse_parallel.cpp: In function 'arma::sp_mat convertSparse(Rcpp::S4)':
diffuse_parallel.cpp:28:84: warning: 'static eT* arma::memory::acquire_chunked(arma::uword) [with eT = double; arma::uword = unsigned int]' is deprecated (declared at C:/Users/biocbuild/bbs-3.9-bioc/R/library/RcppArmadillo/include/armadillo_bits/memory.hpp:117) [-Wdeprecated-declarations]
   arma::access::rw(res.values) = arma::memory::acquire_chunked(x.size() + 1);
                                                                                    ^
diffuse_parallel.cpp:32:94: warning: 'static eT* arma::memory::acquire_chunked(arma::uword) [with eT = unsigned int; arma::uword = unsigned int]' is deprecated (declared at C:/Users/biocbuild/bbs-3.9-bioc/R/library/RcppArmadillo/include/armadillo_bits/memory.hpp:117) [-Wdeprecated-declarations]
   arma::access::rw(res.row_indices) = arma::memory::acquire_chunked(i.size() + 1);
                                                                                              ^
diffuse_parallel.cpp: In function 'arma::sp_mat sparsify2(const mat&, int, const sp_mat&)':
diffuse_parallel.cpp:69:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (int i = 0; i < pos.size(); ++i) {
                     ^
C:/Rtools/mingw_32/bin/gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.9-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.9-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.9-bioc/R/library/RcppArmadillo/include" -I"C:/Users/biocbuild/bbs-3.9-bioc/R/library/RcppParallel/include"   -I"C:/extsoft/include"     -O3 -Wall  -std=gnu99 -mtune=generic -c init.c -o init.o
C:/Rtools/mingw_32/bin/g++ -shared -s -static-libgcc -o diffuStats.dll tmp.def RcppExports.o diffuse_parallel.o init.o -LC:/Users/biocbuild/bbs-3.9-bioc/R/library/RcppParallel/lib/i386 -ltbb -ltbbmalloc -LC:/extsoft/lib/i386 -LC:/extsoft/lib -LC:/Users/BIOCBU~1/BBS-3~1.9-B/R/bin/i386 -lR
installing to C:/Users/biocbuild/bbs-3.9-bioc/meat/diffuStats.buildbin-libdir/00LOCK-diffuStats/00new/diffuStats/libs/i386
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package 'diffuStats'
    finding HTML links ... done
    ParallelHeatrank                        html  
    checks                                  html  
    connect_undirected_graph                html  
    convertSparse                           html  
    default_graph_param                     html  
    diffuStats                              html  
    diffuse                                 html  
    diffuse_mc                              html  
    diffuse_raw                             html  
    generate_graph                          html  
    generate_input                          html  
    graph_toy                               html  
    is_kernel                               html  
    kernels                                 html  
    largest_cc                              html  
    metric_auc                              html  
    named.list                              html  
    perf                                    html  
    perf_eval                               html  
    perf_wilcox                             html  
    scores2colours                          html  
    scores2shapes                           html  
    serialHeatrank                          html  
    sparsify2                               html  
    to_list                                 html  
    to_x_from_list                          html  
    which_format                            html  
** 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

install for x64

* installing *source* package 'diffuStats' ...
** libs
C:/Rtools/mingw_64/bin/g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.9-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.9-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.9-bioc/R/library/RcppArmadillo/include" -I"C:/Users/biocbuild/bbs-3.9-bioc/R/library/RcppParallel/include"   -I"C:/extsoft/include"  -DRCPP_PARALLEL_USE_TBB=1   -O2 -Wall  -mtune=generic -c RcppExports.cpp -o RcppExports.o
C:/Rtools/mingw_64/bin/g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.9-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.9-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.9-bioc/R/library/RcppArmadillo/include" -I"C:/Users/biocbuild/bbs-3.9-bioc/R/library/RcppParallel/include"   -I"C:/extsoft/include"  -DRCPP_PARALLEL_USE_TBB=1   -O2 -Wall  -mtune=generic -c diffuse_parallel.cpp -o diffuse_parallel.o
diffuse_parallel.cpp: In function 'arma::sp_mat convertSparse(Rcpp::S4)':
diffuse_parallel.cpp:28:84: warning: 'static eT* arma::memory::acquire_chunked(arma::uword) [with eT = double; arma::uword = unsigned int]' is deprecated (declared at C:/Users/biocbuild/bbs-3.9-bioc/R/library/RcppArmadillo/include/armadillo_bits/memory.hpp:117) [-Wdeprecated-declarations]
   arma::access::rw(res.values) = arma::memory::acquire_chunked(x.size() + 1);
                                                                                    ^
diffuse_parallel.cpp:32:94: warning: 'static eT* arma::memory::acquire_chunked(arma::uword) [with eT = unsigned int; arma::uword = unsigned int]' is deprecated (declared at C:/Users/biocbuild/bbs-3.9-bioc/R/library/RcppArmadillo/include/armadillo_bits/memory.hpp:117) [-Wdeprecated-declarations]
   arma::access::rw(res.row_indices) = arma::memory::acquire_chunked(i.size() + 1);
                                                                                              ^
diffuse_parallel.cpp: In function 'arma::sp_mat sparsify2(const mat&, int, const sp_mat&)':
diffuse_parallel.cpp:69:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (int i = 0; i < pos.size(); ++i) {
                     ^
C:/Rtools/mingw_64/bin/gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.9-B/R/include" -DNDEBUG  -I"C:/Users/biocbuild/bbs-3.9-bioc/R/library/Rcpp/include" -I"C:/Users/biocbuild/bbs-3.9-bioc/R/library/RcppArmadillo/include" -I"C:/Users/biocbuild/bbs-3.9-bioc/R/library/RcppParallel/include"   -I"C:/extsoft/include"     -O2 -Wall  -std=gnu99 -mtune=generic -c init.c -o init.o
C:/Rtools/mingw_64/bin/g++ -shared -s -static-libgcc -o diffuStats.dll tmp.def RcppExports.o diffuse_parallel.o init.o -LC:/Users/biocbuild/bbs-3.9-bioc/R/library/RcppParallel/lib/x64 -ltbb -ltbbmalloc -LC:/extsoft/lib/x64 -LC:/extsoft/lib -LC:/Users/BIOCBU~1/BBS-3~1.9-B/R/bin/x64 -lR
installing to C:/Users/biocbuild/bbs-3.9-bioc/meat/diffuStats.buildbin-libdir/diffuStats/libs/x64
** testing if installed package can be loaded
* MD5 sums
packaged installation of 'diffuStats' as diffuStats_1.4.0.zip
* DONE (diffuStats)
* installing to library 'C:/Users/biocbuild/bbs-3.9-bioc/R/library'
package 'diffuStats' successfully unpacked and MD5 sums checked