* installing *source* package ‘jiebaR’ ...
** this is package ‘jiebaR’ version ‘0.11’
** package ‘jiebaR’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘clang version 19.1.6’
using C++11
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/jiebaR/src'
/usr/local/clang19/bin/clang++ -stdlib=libc++ -std=gnu++11 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -DLOGGING_LEVEL=LL_WARNING  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang19/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw  -DR_NO_REMAP -c RcppExports.cpp -o RcppExports.o
In file included from RcppExports.cpp:4:
In file included from ./../inst/include/jiebaR.h:5:
In file included from ../inst/include/segtype-v4.hpp:9:
In file included from ../inst/include/lib/Jieba.hpp:4:
In file included from ../inst/include/lib/QuerySegment.hpp:8:
../inst/include/lib/DictTrie.hpp:100:12: warning: variable 'lineno' set but not used [-Wunused-but-set-variable]
  100 |     size_t lineno = 0;
      |            ^
../inst/include/lib/DictTrie.hpp:164:17: warning: variable 'lineno' set but not used [-Wunused-but-set-variable]
  164 |     for (size_t lineno = 0; getline(ifs, line); lineno++) {
      |                 ^
In file included from RcppExports.cpp:4:
In file included from ./../inst/include/jiebaR.h:5:
In file included from ../inst/include/segtype-v4.hpp:11:
In file included from ../inst/include/lib/Simhasher.hpp:5:
../inst/include/lib/hashes/jenkins.h:60:9: warning: keyword is hidden by macro definition [-Wkeyword-macro]
   60 | #define final(a,b,c) \
      |         ^
/usr/local/clang19/bin/clang++ -stdlib=libc++ -std=gnu++11 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -DLOGGING_LEVEL=LL_WARNING  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang19/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw  -DR_NO_REMAP -c detect.cpp -o detect.o
/usr/local/clang19/bin/clang++ -stdlib=libc++ -std=gnu++11 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -DLOGGING_LEVEL=LL_WARNING  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang19/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw  -DR_NO_REMAP -c get_idf.cpp -o get_idf.o
/usr/local/clang19/bin/clang++ -stdlib=libc++ -std=gnu++11 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -DLOGGING_LEVEL=LL_WARNING  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang19/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw  -DR_NO_REMAP -c get_tuple.cpp -o get_tuple.o
/usr/local/clang19/bin/clang++ -stdlib=libc++ -std=gnu++11 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -DLOGGING_LEVEL=LL_WARNING  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang19/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw  -DR_NO_REMAP -c segtype-v4.cpp -o segtype-v4.o
3 warnings generated.
/usr/local/clang19/bin/clang++ -stdlib=libc++ -std=gnu++11 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -DLOGGING_LEVEL=LL_WARNING  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang19/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw  -DR_NO_REMAP -c util.cpp -o util.o
In file included from get_idf.cpp:2:
In file included from ../inst/include/jiebaR.h:5:
In file included from ../inst/include/segtype-v4.hpp:9:
In file included from ../inst/include/lib/Jieba.hpp:4:
In file included from ../inst/include/lib/QuerySegment.hpp:8:
../inst/include/lib/DictTrie.hpp:100:12: warning: variable 'lineno' set but not used [-Wunused-but-set-variable]
  100 |     size_t lineno = 0;
      |            ^
../inst/include/lib/DictTrie.hpp:164:17: warning: variable 'lineno' set but not used [-Wunused-but-set-variable]
  164 |     for (size_t lineno = 0; getline(ifs, line); lineno++) {
      |                 ^
In file included from get_idf.cpp:2:
In file included from ../inst/include/jiebaR.h:5:
In file included from ../inst/include/segtype-v4.hpp:11:
In file included from ../inst/include/lib/Simhasher.hpp:5:
../inst/include/lib/hashes/jenkins.h:60:9: warning: keyword is hidden by macro definition [-Wkeyword-macro]
   60 | #define final(a,b,c) \
      |         ^
In file included from segtype-v4.cpp:1:
In file included from ./../inst/include/jiebaR.h:5:
In file included from ../inst/include/segtype-v4.hpp:9:
In file included from ../inst/include/lib/Jieba.hpp:4:
In file included from ../inst/include/lib/QuerySegment.hpp:8:
../inst/include/lib/DictTrie.hpp:100:12: warning: variable 'lineno' set but not used [-Wunused-but-set-variable]
  100 |     size_t lineno = 0;
      |            ^
../inst/include/lib/DictTrie.hpp:164:17: warning: variable 'lineno' set but not used [-Wunused-but-set-variable]
  164 |     for (size_t lineno = 0; getline(ifs, line); lineno++) {
      |                 ^
In file included from segtype-v4.cpp:1:
In file included from ./../inst/include/jiebaR.h:5:
In file included from ../inst/include/segtype-v4.hpp:11:
In file included from ../inst/include/lib/Simhasher.hpp:5:
../inst/include/lib/hashes/jenkins.h:60:9: warning: keyword is hidden by macro definition [-Wkeyword-macro]
   60 | #define final(a,b,c) \
      |         ^
/usr/local/clang19/bin/clang++ -stdlib=libc++ -std=gnu++11 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -DLOGGING_LEVEL=LL_WARNING  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang19/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw  -DR_NO_REMAP -c word_freq.cpp -o word_freq.o
In file included from util.cpp:1:
In file included from ./../inst/include/jiebaR.h:5:
In file included from ../inst/include/segtype-v4.hpp:9:
In file included from ../inst/include/lib/Jieba.hpp:4:
In file included from ../inst/include/lib/QuerySegment.hpp:8:
../inst/include/lib/DictTrie.hpp:100:12: warning: variable 'lineno' set but not used [-Wunused-but-set-variable]
  100 |     size_t lineno = 0;
      |            ^
../inst/include/lib/DictTrie.hpp:164:17: warning: variable 'lineno' set but not used [-Wunused-but-set-variable]
  164 |     for (size_t lineno = 0; getline(ifs, line); lineno++) {
      |                 ^
In file included from util.cpp:1:
In file included from ./../inst/include/jiebaR.h:5:
In file included from ../inst/include/segtype-v4.hpp:11:
In file included from ../inst/include/lib/Simhasher.hpp:5:
../inst/include/lib/hashes/jenkins.h:60:9: warning: keyword is hidden by macro definition [-Wkeyword-macro]
   60 | #define final(a,b,c) \
      |         ^
3 warnings generated.
3 warnings generated.
3 warnings generated.
/usr/local/clang19/bin/clang++ -stdlib=libc++ -std=gnu++11 -shared -L/usr/local/clang/lib64 -L/usr/local/clang19/lib -L/usr/local/clang19/lib/x86_64-unknown-linux-gnu -L/usr/local/gcc14/lib64 -L/usr/local/lib64 -o jiebaR.so RcppExports.o detect.o get_idf.o get_tuple.o segtype-v4.o util.o word_freq.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/jiebaR/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/jiebaR/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/jiebaR/src'
installing to /data/gannet/ripley/R/packages/tests-clang/jiebaR.Rcheck/00LOCK-jiebaR/00new/jiebaR/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** 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 (jiebaR)