* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘blaster’ ...
** package ‘blaster’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘Debian clang version 18.1.0 (rc4-1)’
make[1]: Entering directory '/tmp/RtmpEpZTOW/R.INSTALL15196e36ee6941/blaster/src'
clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic  -c RcppExports.cpp -o RcppExports.o
clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic  -c ReadFasta.cpp -o ReadFasta.o
In file included from ReadFasta.cpp:8:
In file included from ./FileFormat.h:14:
./Alnout/Writer.h:177:12: warning: unused variable 'match' [-Wunused-variable]
  177 |     bool   match;
      |            ^~~~~
ReadFasta.cpp:28:7: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation]
   28 |       str_acc = sequence;
      |       ^
ReadFasta.cpp:25:5: note: previous statement is here
   25 |     for (int i = 0; i < sequence.size(); ++i) 
      |     ^
In file included from ReadFasta.cpp:8:
In file included from ./FileFormat.h:14:
In file included from ./Alnout/Writer.h:3:
In file included from ./Alnout/../Database/HitWriter.h:3:
In file included from ./Alnout/../Database/Search.h:3:
./Alnout/../Database/../Alignment/Cigar.h:144:22: warning: unused function 'operator<<' [-Wunused-function]
  144 | static std::ostream& operator<<( std::ostream& os, const Cigar& cigar ) {
      |                      ^~~~~~~~
3 warnings generated.
clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic  -c TextReader.cpp -o TextReader.o
In file included from TextReader.cpp:2:
./Utils.h:9:13: warning: unused function 'UpcaseString' [-Wunused-function]
    9 | static void UpcaseString( std::string& str ) {
      |             ^~~~~~~~~~~~
1 warning generated.
clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic  -c blast.cpp -o blast.o
In file included from blast.cpp:7:
In file included from ./FileFormat.h:14:
./Alnout/Writer.h:177:12: warning: unused variable 'match' [-Wunused-variable]
  177 |     bool   match;
      |            ^~~~~
In file included from blast.cpp:10:
./Database/GlobalSearch.h:117:18: warning: variable 'length' set but not used [-Wunused-but-set-variable]
  117 |           size_t length = mDB.KmerLength();
      |                  ^
./Database/GlobalSearch.h:155:14: warning: unused variable 'rightQuery' [-Wunused-variable]
  155 |       size_t rightQuery, rightCandidate;
      |              ^~~~~~~~~~
./Database/GlobalSearch.h:155:26: warning: unused variable 'rightCandidate' [-Wunused-variable]
  155 |       size_t rightQuery, rightCandidate;
      |                          ^~~~~~~~~~~~~~
In file included from blast.cpp:7:
In file included from ./FileFormat.h:14:
In file included from ./Alnout/Writer.h:3:
In file included from ./Alnout/../Database/HitWriter.h:3:
In file included from ./Alnout/../Database/Search.h:3:
./Alnout/../Database/../Alignment/Cigar.h:144:22: warning: unused function 'operator<<' [-Wunused-function]
  144 | static std::ostream& operator<<( std::ostream& os, const Cigar& cigar ) {
      |                      ^~~~~~~~
5 warnings generated.
clang++-18 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o blaster.so RcppExports.o ReadFasta.o TextReader.o blast.o -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmpEpZTOW/R.INSTALL15196e36ee6941/blaster/src'
make[1]: Entering directory '/tmp/RtmpEpZTOW/R.INSTALL15196e36ee6941/blaster/src'
make[1]: Leaving directory '/tmp/RtmpEpZTOW/R.INSTALL15196e36ee6941/blaster/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-blaster/00new/blaster/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (blaster)