Back to Multiple platform build/check report for BioC 3.14
A[B]CDEFGHIJKLMNOPQRSTUVWXYZ

This page was generated on 2022-04-13 12:06:12 -0400 (Wed, 13 Apr 2022).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 20.04.4 LTS)x86_644.1.3 (2022-03-10) -- "One Push-Up" 4324
tokay2Windows Server 2012 R2 Standardx644.1.3 (2022-03-10) -- "One Push-Up" 4077
machv2macOS 10.14.6 Mojavex86_644.1.3 (2022-03-10) -- "One Push-Up" 4137
Click on any hostname to see more info about the system (e.g. compilers)      (*) as reported by 'uname -p', except on Windows and Mac OS X

BUILD BIN results for batchelor on tokay2


To the developers/maintainers of the batchelor package:
- Please allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/batchelor.git to
reflect on this report. See How and When does the builder pull? When will my changes propagate? for more information.
- Make sure to use the following settings in order to reproduce any error or warning you see on this page.

raw results

Package 122/2083HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
batchelor 1.10.0  (landing page)
Aaron Lun
Snapshot Date: 2022-04-12 01:55:07 -0400 (Tue, 12 Apr 2022)
git_url: https://git.bioconductor.org/packages/batchelor
git_branch: RELEASE_3_14
git_last_commit: fbbcf91
git_last_commit_date: 2021-10-26 12:50:33 -0400 (Tue, 26 Oct 2021)
nebbiolo2Linux (Ubuntu 20.04.4 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
tokay2Windows Server 2012 R2 Standard / x64  OK    OK    OK    OK  UNNEEDED, same version is already published
machv2macOS 10.14.6 Mojave / x86_64  OK    OK    OK    OK  UNNEEDED, same version is already published

Summary

Package: batchelor
Version: 1.10.0
Command: rm -rf batchelor.buildbin-libdir && mkdir batchelor.buildbin-libdir && C:\Users\biocbuild\bbs-3.14-bioc\R\bin\R.exe CMD INSTALL --merge-multiarch --build --library=batchelor.buildbin-libdir batchelor_1.10.0.tar.gz
StartedAt: 2022-04-13 05:39:22 -0400 (Wed, 13 Apr 2022)
EndedAt: 2022-04-13 05:41:08 -0400 (Wed, 13 Apr 2022)
EllapsedTime: 105.9 seconds
RetCode: 0
Status:   OK  
PackageFile: batchelor_1.10.0.zip
PackageFileSize: 1.869 MiB

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   rm -rf batchelor.buildbin-libdir && mkdir batchelor.buildbin-libdir && C:\Users\biocbuild\bbs-3.14-bioc\R\bin\R.exe CMD INSTALL --merge-multiarch --build --library=batchelor.buildbin-libdir batchelor_1.10.0.tar.gz
###
##############################################################################
##############################################################################



install for i386

* installing *source* package 'batchelor' ...
** using staged installation
** libs
"C:/rtools40/mingw32/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.14-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.14-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c RcppExports.cpp -o RcppExports.o
"C:/rtools40/mingw32/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.14-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.14-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c adjust_shift_variance.cpp -o adjust_shift_variance.o
adjust_shift_variance.cpp: In function 'Rcpp::NumericVector adjust_shift_variance(Rcpp::NumericMatrix, Rcpp::NumericMatrix, Rcpp::NumericMatrix, double, Rcpp::IntegerVector, Rcpp::IntegerVector)':
adjust_shift_variance.cpp:34:16: warning: comparison of integer expressions of different signedness: 'const size_t' {aka 'const unsigned int'} and 'int' [-Wsign-compare]
     if (ngenes != data2.nrow() || ngenes != vect.ncol()) {
         ~~~~~~~^~~~~~~~~~~~~~~
adjust_shift_variance.cpp:34:42: warning: comparison of integer expressions of different signedness: 'const size_t' {aka 'const unsigned int'} and 'int' [-Wsign-compare]
     if (ngenes != data2.nrow() || ngenes != vect.ncol()) {
                                   ~~~~~~~^~~~~~~~~~~~~~
adjust_shift_variance.cpp:39:16: warning: comparison of integer expressions of different signedness: 'const size_t' {aka 'const unsigned int'} and 'int' [-Wsign-compare]
     if (ncells != vect.nrow()) {
         ~~~~~~~^~~~~~~~~~~~~~
adjust_shift_variance.cpp:118:39: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'unsigned int'} and 'R_xlen_t' {aka 'int'} [-Wsign-compare]
             for (size_t other=0; other<restrict1.size(); ++other) {
                                  ~~~~~^~~~~~~~~~~~~~~~~
"C:/rtools40/mingw32/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.14-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.14-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c find_mutual_nns.cpp -o find_mutual_nns.o
"C:/rtools40/mingw32/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.14-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.14-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c smooth_gaussian_kernel.cpp -o smooth_gaussian_kernel.o
smooth_gaussian_kernel.cpp: In function 'SEXPREC* smooth_gaussian_kernel(Rcpp::NumericMatrix, Rcpp::IntegerVector, Rcpp::NumericMatrix, double)':
smooth_gaussian_kernel.cpp:18:13: warning: comparison of integer expressions of different signedness: 'const size_t' {aka 'const unsigned int'} and 'R_xlen_t' {aka 'int'} [-Wsign-compare]
     if (nmnn!=index.size()) {
         ~~~~^~~~~~~~~~~~~~
"C:/rtools40/mingw32/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.14-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.14-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c utils.cpp -o utils.o
C:/rtools40/mingw32/bin/g++ -shared -s -static-libgcc -o batchelor.dll tmp.def RcppExports.o adjust_shift_variance.o find_mutual_nns.o smooth_gaussian_kernel.o utils.o -LC:/extsoft/lib/i386 -LC:/extsoft/lib -LC:/Users/BIOCBU~1/BBS-3~1.14-/R/bin/i386 -lR
installing to C:/Users/biocbuild/bbs-3.14-bioc/meat/batchelor.buildbin-libdir/00LOCK-batchelor/00new/batchelor/libs/i386
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package 'batchelor'
    finding HTML links ... done
    BatchelorParam                          html  
    finding level-2 HTML links ... done

    applyMultiSCE                           html  
    batchCorrect                            html  
    batchelor-restrict                      html  
    checkInputs                             html  
    clusterMNN                              html  
    convertPCsToSCE                         html  
    correctExperiments                      html  
    cosineNorm                              html  
    diagnostics-cluster                     html  
    divideIntoBatches                       html  
    fastMNN                                 html  
    intersectRows                           html  
    mnnCorrect                              html  
    mnnDeltaVariance                        html  
    multiBatchNorm                          html  
    multiBatchPCA                           html  
    noCorrect                               html  
    quickCorrect                            html  
    reducedMNN                              html  
    reexports                               html  
    regressBatches                          html  
    rescaleBatches                          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 'batchelor' ...
** libs
"C:/rtools40/mingw64/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.14-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.14-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c RcppExports.cpp -o RcppExports.o
"C:/rtools40/mingw64/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.14-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.14-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c adjust_shift_variance.cpp -o adjust_shift_variance.o
adjust_shift_variance.cpp: In function 'Rcpp::NumericVector adjust_shift_variance(Rcpp::NumericMatrix, Rcpp::NumericMatrix, Rcpp::NumericMatrix, double, Rcpp::IntegerVector, Rcpp::IntegerVector)':
adjust_shift_variance.cpp:34:16: warning: comparison of integer expressions of different signedness: 'const size_t' {aka 'const long long unsigned int'} and 'int' [-Wsign-compare]
     if (ngenes != data2.nrow() || ngenes != vect.ncol()) {
         ~~~~~~~^~~~~~~~~~~~~~~
adjust_shift_variance.cpp:34:42: warning: comparison of integer expressions of different signedness: 'const size_t' {aka 'const long long unsigned int'} and 'int' [-Wsign-compare]
     if (ngenes != data2.nrow() || ngenes != vect.ncol()) {
                                   ~~~~~~~^~~~~~~~~~~~~~
adjust_shift_variance.cpp:39:16: warning: comparison of integer expressions of different signedness: 'const size_t' {aka 'const long long unsigned int'} and 'int' [-Wsign-compare]
     if (ncells != vect.nrow()) {
         ~~~~~~~^~~~~~~~~~~~~~
adjust_shift_variance.cpp:118:39: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'R_xlen_t' {aka 'long long int'} [-Wsign-compare]
             for (size_t other=0; other<restrict1.size(); ++other) {
                                  ~~~~~^~~~~~~~~~~~~~~~~
"C:/rtools40/mingw64/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.14-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.14-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c find_mutual_nns.cpp -o find_mutual_nns.o
"C:/rtools40/mingw64/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.14-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.14-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c smooth_gaussian_kernel.cpp -o smooth_gaussian_kernel.o
smooth_gaussian_kernel.cpp: In function 'SEXPREC* smooth_gaussian_kernel(Rcpp::NumericMatrix, Rcpp::IntegerVector, Rcpp::NumericMatrix, double)':
smooth_gaussian_kernel.cpp:18:13: warning: comparison of integer expressions of different signedness: 'const size_t' {aka 'const long long unsigned int'} and 'R_xlen_t' {aka 'long long int'} [-Wsign-compare]
     if (nmnn!=index.size()) {
         ~~~~^~~~~~~~~~~~~~
"C:/rtools40/mingw64/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.14-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.14-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c utils.cpp -o utils.o
C:/rtools40/mingw64/bin/g++ -shared -s -static-libgcc -o batchelor.dll tmp.def RcppExports.o adjust_shift_variance.o find_mutual_nns.o smooth_gaussian_kernel.o utils.o -LC:/extsoft/lib/x64 -LC:/extsoft/lib -LC:/Users/BIOCBU~1/BBS-3~1.14-/R/bin/x64 -lR
installing to C:/Users/biocbuild/bbs-3.14-bioc/meat/batchelor.buildbin-libdir/batchelor/libs/x64
** testing if installed package can be loaded
* MD5 sums
packaged installation of 'batchelor' as batchelor_1.10.0.zip
* DONE (batchelor)