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

This page was generated on 2021-10-15 15:05:58 -0400 (Fri, 15 Oct 2021).

CHECK results for BiocNeighbors on tokay2

To the developers/maintainers of the BiocNeighbors package:
- Please allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/BiocNeighbors.git to
reflect on this report. See How and When does the builder pull? When will my changes propagate? here 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 165/2041HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
BiocNeighbors 1.10.0  (landing page)
Aaron Lun
Snapshot Date: 2021-10-14 04:50:12 -0400 (Thu, 14 Oct 2021)
git_url: https://git.bioconductor.org/packages/BiocNeighbors
git_branch: RELEASE_3_13
git_last_commit: c6779d6
git_last_commit_date: 2021-05-19 12:36:35 -0400 (Wed, 19 May 2021)
nebbiolo1Linux (Ubuntu 20.04.2 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: BiocNeighbors
Version: 1.10.0
Command: C:\Users\biocbuild\bbs-3.13-bioc\R\bin\R.exe CMD check --force-multiarch --install=check:BiocNeighbors.install-out.txt --library=C:\Users\biocbuild\bbs-3.13-bioc\R\library --no-vignettes --timings BiocNeighbors_1.10.0.tar.gz
StartedAt: 2021-10-14 20:10:42 -0400 (Thu, 14 Oct 2021)
EndedAt: 2021-10-14 20:21:33 -0400 (Thu, 14 Oct 2021)
EllapsedTime: 651.1 seconds
RetCode: 0
Status:   OK  
CheckDir: BiocNeighbors.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   C:\Users\biocbuild\bbs-3.13-bioc\R\bin\R.exe CMD check --force-multiarch --install=check:BiocNeighbors.install-out.txt --library=C:\Users\biocbuild\bbs-3.13-bioc\R\library --no-vignettes --timings BiocNeighbors_1.10.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory 'C:/Users/biocbuild/bbs-3.13-bioc/meat/BiocNeighbors.Rcheck'
* using R version 4.1.1 (2021-08-10)
* using platform: x86_64-w64-mingw32 (64-bit)
* using session charset: ISO8859-1
* using option '--no-vignettes'
* checking for file 'BiocNeighbors/DESCRIPTION' ... OK
* this is package 'BiocNeighbors' version '1.10.0'
* checking package namespace information ... OK
* checking package dependencies ... OK
* checking if this is a source package ... OK
* checking if there is a namespace ... OK
* checking for hidden files and directories ... OK
* checking for portable file names ... OK
* checking whether package 'BiocNeighbors' can be installed ... OK
* checking installed package size ... OK
* checking package directory ... OK
* checking 'build' directory ... OK
* checking DESCRIPTION meta-information ... OK
* checking top-level files ... OK
* checking for left-over files ... OK
* checking index information ... OK
* checking package subdirectories ... OK
* checking R files for non-ASCII characters ... OK
* checking R files for syntax errors ... OK
* loading checks for arch 'i386'
** checking whether the package can be loaded ... OK
** checking whether the package can be loaded with stated dependencies ... OK
** checking whether the package can be unloaded cleanly ... OK
** checking whether the namespace can be loaded with stated dependencies ... OK
** checking whether the namespace can be unloaded cleanly ... OK
* loading checks for arch 'x64'
** checking whether the package can be loaded ... OK
** checking whether the package can be loaded with stated dependencies ... OK
** checking whether the package can be unloaded cleanly ... OK
** checking whether the namespace can be loaded with stated dependencies ... OK
** checking whether the namespace can be unloaded cleanly ... OK
* checking dependencies in R code ... OK
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... OK
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... OK
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking line endings in C/C++/Fortran sources/headers ... OK
* checking line endings in Makefiles ... OK
* checking compilation flags in Makevars ... OK
* checking for GNU extensions in Makefiles ... OK
* checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
* checking use of PKG_*FLAGS in Makefiles ... OK
* checking compiled code ... NOTE
Note: information on .o files for i386 is not available
Note: information on .o files for x64 is not available
File 'C:/Users/biocbuild/bbs-3.13-bioc/R/library/BiocNeighbors/libs/i386/BiocNeighbors.dll':
  Found 'abort', possibly from 'abort' (C), 'runtime' (Fortran)
  Found 'exit', possibly from 'exit' (C), 'stop' (Fortran)
  Found 'printf', possibly from 'printf' (C)
File 'C:/Users/biocbuild/bbs-3.13-bioc/R/library/BiocNeighbors/libs/x64/BiocNeighbors.dll':
  Found 'abort', possibly from 'abort' (C), 'runtime' (Fortran)
  Found 'exit', possibly from 'exit' (C), 'stop' (Fortran)
  Found 'printf', possibly from 'printf' (C)

Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs. The detected symbols are linked into the code but
might come from libraries and not actually be called.

See 'Writing portable packages' in the 'Writing R Extensions' manual.
* checking files in 'vignettes' ... OK
* checking examples ...
** running examples for arch 'i386' ... OK
Examples with CPU (user + system) or elapsed time > 5s
                        user system elapsed
findNeighbors-functions 5.72   3.95    9.67
findKNN-methods         5.98   0.05    6.03
findNeighbors-methods   5.52   0.01    5.54
** running examples for arch 'x64' ... OK
Examples with CPU (user + system) or elapsed time > 5s
                        user system elapsed
findNeighbors-functions 6.13   0.33    6.56
findKNN-methods         5.42   0.03    5.45
* checking for unstated dependencies in 'tests' ... OK
* checking tests ...
** running tests for arch 'i386' ...
  Running 'testthat.R'
 OK
** running tests for arch 'x64' ...
  Running 'testthat.R'
 OK
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in 'inst/doc' ... OK
* checking running R code from vignettes ... SKIPPED
* checking re-building of vignette outputs ... SKIPPED
* checking PDF version of manual ... OK
* DONE

Status: 1 NOTE
See
  'C:/Users/biocbuild/bbs-3.13-bioc/meat/BiocNeighbors.Rcheck/00check.log'
for details.



Installation output

BiocNeighbors.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   C:\cygwin\bin\curl.exe -O http://155.52.207.165/BBS/3.13/bioc/src/contrib/BiocNeighbors_1.10.0.tar.gz && rm -rf BiocNeighbors.buildbin-libdir && mkdir BiocNeighbors.buildbin-libdir && C:\Users\biocbuild\bbs-3.13-bioc\R\bin\R.exe CMD INSTALL --merge-multiarch --build --library=BiocNeighbors.buildbin-libdir BiocNeighbors_1.10.0.tar.gz && C:\Users\biocbuild\bbs-3.13-bioc\R\bin\R.exe CMD INSTALL BiocNeighbors_1.10.0.zip && rm BiocNeighbors_1.10.0.tar.gz BiocNeighbors_1.10.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
 90  100k   90 93177    0     0   445k      0 --:--:-- --:--:-- --:--:--  446k
100  100k  100  100k    0     0   445k      0 --:--:-- --:--:-- --:--:--  444k

install for i386

* installing *source* package 'BiocNeighbors' ...
** using staged installation
** libs
"C:/rtools40/mingw32/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.13-/R/include" -DNDEBUG -I../inst/include/ -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/RcppHNSW/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.13-/R/include" -DNDEBUG -I../inst/include/ -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/RcppHNSW/include'   -I"c:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c annoy.cpp -o annoy.o
"C:/rtools40/mingw32/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.13-/R/include" -DNDEBUG -I../inst/include/ -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/RcppHNSW/include'   -I"c:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c build_annoy.cpp -o build_annoy.o
"C:/rtools40/mingw32/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.13-/R/include" -DNDEBUG -I../inst/include/ -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/RcppHNSW/include'   -I"c:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c build_hnsw.cpp -o build_hnsw.o
"C:/rtools40/mingw32/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.13-/R/include" -DNDEBUG -I../inst/include/ -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/RcppHNSW/include'   -I"c:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c build_vptree.cpp -o build_vptree.o
"C:/rtools40/mingw32/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.13-/R/include" -DNDEBUG -I../inst/include/ -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/RcppHNSW/include'   -I"c:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c distances.cpp -o distances.o
"C:/rtools40/mingw32/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.13-/R/include" -DNDEBUG -I../inst/include/ -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/RcppHNSW/include'   -I"c:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c exhaustive.cpp -o exhaustive.o
"C:/rtools40/mingw32/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.13-/R/include" -DNDEBUG -I../inst/include/ -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/RcppHNSW/include'   -I"c:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c find_annoy.cpp -o find_annoy.o
"C:/rtools40/mingw32/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.13-/R/include" -DNDEBUG -I../inst/include/ -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/RcppHNSW/include'   -I"c:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c find_exhaustive.cpp -o find_exhaustive.o
"C:/rtools40/mingw32/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.13-/R/include" -DNDEBUG -I../inst/include/ -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/RcppHNSW/include'   -I"c:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c find_hnsw.cpp -o find_hnsw.o
"C:/rtools40/mingw32/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.13-/R/include" -DNDEBUG -I../inst/include/ -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/RcppHNSW/include'   -I"c:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c find_kmknn.cpp -o find_kmknn.o
"C:/rtools40/mingw32/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.13-/R/include" -DNDEBUG -I../inst/include/ -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/RcppHNSW/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.13-/R/include" -DNDEBUG -I../inst/include/ -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/RcppHNSW/include'   -I"c:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c find_vptree.cpp -o find_vptree.o
"C:/rtools40/mingw32/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.13-/R/include" -DNDEBUG -I../inst/include/ -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/RcppHNSW/include'   -I"c:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c hnsw.cpp -o hnsw.o
"C:/rtools40/mingw32/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.13-/R/include" -DNDEBUG -I../inst/include/ -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/RcppHNSW/include'   -I"c:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c kmknn.cpp -o kmknn.o
"C:/rtools40/mingw32/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.13-/R/include" -DNDEBUG -I../inst/include/ -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/RcppHNSW/include'   -I"c:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c query_annoy.cpp -o query_annoy.o
"C:/rtools40/mingw32/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.13-/R/include" -DNDEBUG -I../inst/include/ -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/RcppHNSW/include'   -I"c:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c query_exhaustive.cpp -o query_exhaustive.o
"C:/rtools40/mingw32/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.13-/R/include" -DNDEBUG -I../inst/include/ -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/RcppHNSW/include'   -I"c:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c query_hnsw.cpp -o query_hnsw.o
"C:/rtools40/mingw32/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.13-/R/include" -DNDEBUG -I../inst/include/ -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/RcppHNSW/include'   -I"c:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c query_kmknn.cpp -o query_kmknn.o
"C:/rtools40/mingw32/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.13-/R/include" -DNDEBUG -I../inst/include/ -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/RcppHNSW/include'   -I"c:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c query_vptree.cpp -o query_vptree.o
"C:/rtools40/mingw32/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.13-/R/include" -DNDEBUG -I../inst/include/ -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/RcppHNSW/include'   -I"c:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c utils.cpp -o utils.o
"C:/rtools40/mingw32/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.13-/R/include" -DNDEBUG -I../inst/include/ -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/RcppHNSW/include'   -I"c:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c vptree.cpp -o vptree.o
C:/rtools40/mingw32/bin/g++ -shared -s -static-libgcc -o BiocNeighbors.dll tmp.def RcppExports.o annoy.o build_annoy.o build_hnsw.o build_vptree.o distances.o exhaustive.o find_annoy.o find_exhaustive.o find_hnsw.o find_kmknn.o find_mutual_nns.o find_vptree.o hnsw.o kmknn.o query_annoy.o query_exhaustive.o query_hnsw.o query_kmknn.o query_vptree.o utils.o vptree.o -Lc:/extsoft/lib/i386 -Lc:/extsoft/lib -LC:/Users/BIOCBU~1/BBS-3~1.13-/R/bin/i386 -lR
installing to C:/Users/biocbuild/bbs-3.13-bioc/meat/BiocNeighbors.buildbin-libdir/00LOCK-BiocNeighbors/00new/BiocNeighbors/libs/i386
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package 'BiocNeighbors'
    finding HTML links ... done
    AnnoyIndex                              html  
    AnnoyParam                              html  
    BiocNeighborIndex                       html  
    BiocNeighborParam                       html  
    BiocNeighbors-algorithms                html  
    BiocNeighbors-package                   html  
    BiocNeighbors-raw-index                 html  
    BiocNeighbors-ties                      html  
    ExhaustiveIndex                         html  
    ExhaustiveParam                         html  
    HnswIndex                               html  
    HnswParam                               html  
    KmknnIndex                              html  
    KmknnParam                              html  
    VptreeIndex                             html  
    VptreeParam                             html  
    buildAnnoy                              html  
    buildExhaustive                         html  
    buildHnsw                               html  
    buildIndex                              html  
    buildKmknn                              html  
    buildVptree                             html  
    findKNN-functions                       html  
    finding level-2 HTML links ... done

    findKNN-methods                         html  
    findMutualNN                            html  
    findNeighbors-functions                 html  
    findNeighbors-methods                   html  
    queryKNN-functions                      html  
    queryKNN-methods                        html  
    queryNeighbors-functions                html  
    queryNeighbors-methods                  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 'BiocNeighbors' ...
** libs
"C:/rtools40/mingw64/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.13-/R/include" -DNDEBUG -I../inst/include/ -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/RcppHNSW/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.13-/R/include" -DNDEBUG -I../inst/include/ -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/RcppHNSW/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c annoy.cpp -o annoy.o
"C:/rtools40/mingw64/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.13-/R/include" -DNDEBUG -I../inst/include/ -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/RcppHNSW/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c build_annoy.cpp -o build_annoy.o
"C:/rtools40/mingw64/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.13-/R/include" -DNDEBUG -I../inst/include/ -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/RcppHNSW/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c build_hnsw.cpp -o build_hnsw.o
"C:/rtools40/mingw64/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.13-/R/include" -DNDEBUG -I../inst/include/ -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/RcppHNSW/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c build_vptree.cpp -o build_vptree.o
"C:/rtools40/mingw64/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.13-/R/include" -DNDEBUG -I../inst/include/ -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/RcppHNSW/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c distances.cpp -o distances.o
"C:/rtools40/mingw64/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.13-/R/include" -DNDEBUG -I../inst/include/ -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/RcppHNSW/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c exhaustive.cpp -o exhaustive.o
"C:/rtools40/mingw64/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.13-/R/include" -DNDEBUG -I../inst/include/ -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/RcppHNSW/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c find_annoy.cpp -o find_annoy.o
"C:/rtools40/mingw64/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.13-/R/include" -DNDEBUG -I../inst/include/ -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/RcppHNSW/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c find_exhaustive.cpp -o find_exhaustive.o
"C:/rtools40/mingw64/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.13-/R/include" -DNDEBUG -I../inst/include/ -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/RcppHNSW/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c find_hnsw.cpp -o find_hnsw.o
"C:/rtools40/mingw64/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.13-/R/include" -DNDEBUG -I../inst/include/ -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/RcppHNSW/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c find_kmknn.cpp -o find_kmknn.o
"C:/rtools40/mingw64/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.13-/R/include" -DNDEBUG -I../inst/include/ -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/RcppHNSW/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.13-/R/include" -DNDEBUG -I../inst/include/ -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/RcppHNSW/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c find_vptree.cpp -o find_vptree.o
"C:/rtools40/mingw64/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.13-/R/include" -DNDEBUG -I../inst/include/ -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/RcppHNSW/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c hnsw.cpp -o hnsw.o
"C:/rtools40/mingw64/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.13-/R/include" -DNDEBUG -I../inst/include/ -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/RcppHNSW/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c kmknn.cpp -o kmknn.o
"C:/rtools40/mingw64/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.13-/R/include" -DNDEBUG -I../inst/include/ -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/RcppHNSW/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c query_annoy.cpp -o query_annoy.o
"C:/rtools40/mingw64/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.13-/R/include" -DNDEBUG -I../inst/include/ -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/RcppHNSW/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c query_exhaustive.cpp -o query_exhaustive.o
"C:/rtools40/mingw64/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.13-/R/include" -DNDEBUG -I../inst/include/ -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/RcppHNSW/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c query_hnsw.cpp -o query_hnsw.o
"C:/rtools40/mingw64/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.13-/R/include" -DNDEBUG -I../inst/include/ -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/RcppHNSW/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c query_kmknn.cpp -o query_kmknn.o
"C:/rtools40/mingw64/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.13-/R/include" -DNDEBUG -I../inst/include/ -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/RcppHNSW/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c query_vptree.cpp -o query_vptree.o
"C:/rtools40/mingw64/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.13-/R/include" -DNDEBUG -I../inst/include/ -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/RcppHNSW/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c utils.cpp -o utils.o
"C:/rtools40/mingw64/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.13-/R/include" -DNDEBUG -I../inst/include/ -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/Rcpp/include' -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/RcppHNSW/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c vptree.cpp -o vptree.o
C:/rtools40/mingw64/bin/g++ -shared -s -static-libgcc -o BiocNeighbors.dll tmp.def RcppExports.o annoy.o build_annoy.o build_hnsw.o build_vptree.o distances.o exhaustive.o find_annoy.o find_exhaustive.o find_hnsw.o find_kmknn.o find_mutual_nns.o find_vptree.o hnsw.o kmknn.o query_annoy.o query_exhaustive.o query_hnsw.o query_kmknn.o query_vptree.o utils.o vptree.o -LC:/extsoft/lib/x64 -LC:/extsoft/lib -LC:/Users/BIOCBU~1/BBS-3~1.13-/R/bin/x64 -lR
installing to C:/Users/biocbuild/bbs-3.13-bioc/meat/BiocNeighbors.buildbin-libdir/BiocNeighbors/libs/x64
** testing if installed package can be loaded
* MD5 sums
packaged installation of 'BiocNeighbors' as BiocNeighbors_1.10.0.zip
* DONE (BiocNeighbors)
* installing to library 'C:/Users/biocbuild/bbs-3.13-bioc/R/library'
package 'BiocNeighbors' successfully unpacked and MD5 sums checked

Tests output

BiocNeighbors.Rcheck/tests_i386/testthat.Rout


R version 4.1.1 (2021-08-10) -- "Kick Things"
Copyright (C) 2021 The R Foundation for Statistical Computing
Platform: i386-w64-mingw32/i386 (32-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(testthat)
> library(BiocNeighbors)
> test_check("BiocNeighbors")
== Skipped tests ===============================================================
* giving up on i386 (1)
* giving up on i386! (1)

[ FAIL 0 | WARN 488 | SKIP 2 | PASS 3289 ]
> 
> proc.time()
   user  system elapsed 
  87.32    2.43  203.04 

BiocNeighbors.Rcheck/tests_x64/testthat.Rout


R version 4.1.1 (2021-08-10) -- "Kick Things"
Copyright (C) 2021 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64 (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(testthat)
> library(BiocNeighbors)
> test_check("BiocNeighbors")
[ FAIL 0 | WARN 488 | SKIP 0 | PASS 3516 ]
> 
> proc.time()
   user  system elapsed 
 115.60    2.34  255.09 

Example timings

BiocNeighbors.Rcheck/examples_i386/BiocNeighbors-Ex.timings

nameusersystemelapsed
AnnoyIndex0.450.030.49
AnnoyParam0.010.000.01
BiocNeighbors-raw-index1.770.001.76
BiocNeighbors-ties0.010.000.02
ExhaustiveIndex0.020.000.01
ExhaustiveParam000
HnswIndex0.950.000.96
HnswParam000
KmknnIndex0.220.000.22
KmknnParam000
VptreeIndex0.030.000.03
VptreeParam000
buildAnnoy0.450.020.47
buildExhaustive000
buildHnsw0.910.000.91
buildIndex0.590.030.62
buildKmknn0.170.000.17
buildVptree0.020.000.02
findKNN-functions4.170.064.23
findKNN-methods5.980.056.03
findMutualNN0.030.000.03
findNeighbors-functions5.723.959.67
findNeighbors-methods5.520.015.54
queryKNN-functions2.090.042.12
queryKNN-methods1.700.111.81
queryNeighbors-functions0.410.000.41
queryNeighbors-methods0.830.000.83

BiocNeighbors.Rcheck/examples_x64/BiocNeighbors-Ex.timings

nameusersystemelapsed
AnnoyIndex0.420.000.42
AnnoyParam0.020.000.02
BiocNeighbors-raw-index1.50.01.5
BiocNeighbors-ties0.010.000.01
ExhaustiveIndex0.020.000.02
ExhaustiveParam0.020.000.01
HnswIndex1.180.011.27
HnswParam0.020.000.01
KmknnIndex0.220.020.24
KmknnParam0.010.000.01
VptreeIndex0.050.000.07
VptreeParam0.020.000.01
buildAnnoy0.590.000.60
buildExhaustive0.010.000.01
buildHnsw0.930.000.92
buildIndex0.560.010.58
buildKmknn0.160.020.17
buildVptree0.010.000.02
findKNN-functions4.660.054.81
findKNN-methods5.420.035.45
findMutualNN0.010.000.02
findNeighbors-functions6.130.336.56
findNeighbors-methods4.80.04.8
queryKNN-functions1.650.001.70
queryKNN-methods1.330.001.33
queryNeighbors-functions0.560.000.77
queryNeighbors-methods1.100.001.09