Back to Multiple platform build/check report for BioC 3.9
AB[C]DEFGHIJKLMNOPQRSTUVWXYZ

BUILD BIN report for cydar on tokay2

This page was generated on 2019-04-09 12:30:31 -0400 (Tue, 09 Apr 2019).

Package 373/1703HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
cydar 1.7.3
Aaron Lun
Snapshot Date: 2019-04-08 17:01:18 -0400 (Mon, 08 Apr 2019)
URL: https://git.bioconductor.org/packages/cydar
Branch: master
Last Commit: ade00bf
Last Changed Date: 2019-02-28 11:37:32 -0400 (Thu, 28 Feb 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  WARNINGS [ 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
merida2 OS X 10.11.6 El Capitan / x86_64  OK  OK  OK  OK 

Summary

Package: cydar
Version: 1.7.3
Command: rm -rf cydar.buildbin-libdir && mkdir cydar.buildbin-libdir && C:\Users\biocbuild\bbs-3.9-bioc\R\bin\R.exe CMD INSTALL --merge-multiarch --build --library=cydar.buildbin-libdir cydar_1.7.3.tar.gz
StartedAt: 2019-04-09 07:44:20 -0400 (Tue, 09 Apr 2019)
EndedAt: 2019-04-09 07:46:00 -0400 (Tue, 09 Apr 2019)
EllapsedTime: 100.2 seconds
RetCode: 0
Status:  OK  
PackageFile: cydar_1.7.3.zip
PackageFileSize: 1.624 MiB

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   rm -rf cydar.buildbin-libdir && mkdir cydar.buildbin-libdir && C:\Users\biocbuild\bbs-3.9-bioc\R\bin\R.exe CMD INSTALL --merge-multiarch --build --library=cydar.buildbin-libdir cydar_1.7.3.tar.gz
###
##############################################################################
##############################################################################



install for i386

* installing *source* package 'cydar' ...
** 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:/extsoft/include"     -O2 -Wall  -mtune=generic -c compute_density.cpp -o compute_density.o
compute_density.cpp: In function 'SEXPREC* compute_density(SEXP, SEXP)':
compute_density.cpp:10:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (size_t i=0; i<Distances.size(); ++i) {
                       ^
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:/extsoft/include"     -O2 -Wall  -mtune=generic -c compute_hyperstats.cpp -o compute_hyperstats.o
compute_hyperstats.cpp: In function 'SEXPREC* compute_hyperstats(SEXP, SEXP, SEXP, SEXP)':
compute_hyperstats.cpp:22:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (Samples.size()!=ncells) { 
                       ^
compute_hyperstats.cpp:60:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
             for (size_t icx=0; icx<curass.size(); ++icx) {
                                   ^
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:/extsoft/include"     -O2 -Wall  -mtune=generic -c compute_median_int.cpp -o compute_median_int.o
compute_median_int.cpp: In function 'SEXPREC* compute_median_int(SEXP, SEXP, SEXP, SEXP)':
compute_median_int.cpp:22:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (Samples.size()!=ncells) { 
                       ^
compute_median_int.cpp:41:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
             if (curdex <= 0 || curdex > ncells) {
                                       ^
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:/extsoft/include"     -O2 -Wall  -mtune=generic -c drop_redundant.cpp -o drop_redundant.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:/extsoft/include"     -O2 -Wall  -mtune=generic -c init.cpp -o init.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:/extsoft/include"     -O2 -Wall  -mtune=generic -c utils.cpp -o utils.o
C:/Rtools/mingw_32/bin/g++ -shared -s -static-libgcc -o cydar.dll tmp.def compute_density.o compute_hyperstats.o compute_median_int.o drop_redundant.o init.o utils.o -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/cydar.buildbin-libdir/00LOCK-cydar/00new/cydar/libs/i386
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package 'cydar'
    finding HTML links ... done
    CyData                                  html  
    finding level-2 HTML links ... done

    countCells                              html  
    createColorBar                          html  
    dnaGate                                 html  
    expandRadius                            html  
    findFirstSphere                         html  
    intensityRanges                         html  
    interpretSpheres                        html  
    labelSpheres                            html  
    medIntensities                          html  
    multiIntHist                            html  
    neighborDistances                       html  
    normalizeBatch                          html  
Rd warning: C:/Users/biocbuild/bbs-3.9-bioc/tmpdir/Rtmp6B0iGe/R.INSTALL1b147dce23f3/cydar/man/normalizeBatch.Rd:125: file link 'normalization' in package 'flowCore' does not exist and so has been treated as a topic
    outlierGate                             html  
Rd warning: C:/Users/biocbuild/bbs-3.9-bioc/tmpdir/Rtmp6B0iGe/R.INSTALL1b147dce23f3/cydar/man/outlierGate.Rd:38: file link 'rectangleGate' in package 'flowCore' does not exist and so has been treated as a topic
    pickBestMarkers                         html  
    plotSphereIntensity                     html  
    plotSphereLogFC                         html  
    poolCells                               html  
Rd warning: C:/Users/biocbuild/bbs-3.9-bioc/tmpdir/Rtmp6B0iGe/R.INSTALL1b147dce23f3/cydar/man/poolCells.Rd:26: file link 'estimateLogicle' in package 'flowCore' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.9-bioc/tmpdir/Rtmp6B0iGe/R.INSTALL1b147dce23f3/cydar/man/poolCells.Rd:36: file link 'flowFrame' in package 'flowCore' does not exist and so has been treated as a topic
Rd warning: C:/Users/biocbuild/bbs-3.9-bioc/tmpdir/Rtmp6B0iGe/R.INSTALL1b147dce23f3/cydar/man/poolCells.Rd:38: file link 'estimateLogicle' in package 'flowCore' does not exist and so has been treated as a topic
    prepareCellData                         html  
    spatialFDR                              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 'cydar' ...
** 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:/extsoft/include"     -O2 -Wall  -mtune=generic -c compute_density.cpp -o compute_density.o
compute_density.cpp: In function 'SEXPREC* compute_density(SEXP, SEXP)':
compute_density.cpp:10:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (size_t i=0; i<Distances.size(); ++i) {
                       ^
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:/extsoft/include"     -O2 -Wall  -mtune=generic -c compute_hyperstats.cpp -o compute_hyperstats.o
compute_hyperstats.cpp: In function 'SEXPREC* compute_hyperstats(SEXP, SEXP, SEXP, SEXP)':
compute_hyperstats.cpp:22:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (Samples.size()!=ncells) { 
                       ^
compute_hyperstats.cpp:60:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
             for (size_t icx=0; icx<curass.size(); ++icx) {
                                   ^
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:/extsoft/include"     -O2 -Wall  -mtune=generic -c compute_median_int.cpp -o compute_median_int.o
compute_median_int.cpp: In function 'SEXPREC* compute_median_int(SEXP, SEXP, SEXP, SEXP)':
compute_median_int.cpp:22:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (Samples.size()!=ncells) { 
                       ^
compute_median_int.cpp:41:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
             if (curdex <= 0 || curdex > ncells) {
                                       ^
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:/extsoft/include"     -O2 -Wall  -mtune=generic -c drop_redundant.cpp -o drop_redundant.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:/extsoft/include"     -O2 -Wall  -mtune=generic -c init.cpp -o init.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:/extsoft/include"     -O2 -Wall  -mtune=generic -c utils.cpp -o utils.o
C:/Rtools/mingw_64/bin/g++ -shared -s -static-libgcc -o cydar.dll tmp.def compute_density.o compute_hyperstats.o compute_median_int.o drop_redundant.o init.o utils.o -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/cydar.buildbin-libdir/cydar/libs/x64
** testing if installed package can be loaded
* MD5 sums
packaged installation of 'cydar' as cydar_1.7.3.zip
* DONE (cydar)