* installing *source* package ‘udpipe’ ...
** this is package ‘udpipe’ version ‘0.8.14’
** package ‘udpipe’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘clang version 21.1.6’
using C++11
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/udpipe/src'
/usr/local/clang21/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang21/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c RcppExports.cpp -o RcppExports.o
/usr/local/clang21/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang21/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c rcpp_dependency_parsing_utils.cpp -o rcpp_dependency_parsing_utils.o
/usr/local/clang21/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang21/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c rcpp_phrases.cpp -o rcpp_phrases.o
/usr/local/clang21/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang21/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c rcpp_udpipe.cpp -o rcpp_udpipe.o
/usr/local/clang21/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang21/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c udpipe.cpp -o udpipe.o
udpipe.cpp:670:52: warning: 'iterator<std::input_iterator_tag, char32_t>' is deprecated [-Wdeprecated-declarations]
  670 | class utf8::string_decoder::iterator : public std::iterator<std::input_iterator_tag, char32_t> {
      |                                                    ^
/usr/local/clang21/bin/../include/c++/v1/__iterator/iterator.h:23:8: note: 'iterator<std::input_iterator_tag, char32_t>' has been explicitly marked deprecated here
   23 | struct _LIBCPP_DEPRECATED_IN_CXX17 iterator {
      |        ^
/usr/local/clang21/bin/../include/c++/v1/__config:740:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  740 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/usr/local/clang21/bin/../include/c++/v1/__config:713:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  713 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
udpipe.cpp:702:52: warning: 'iterator<std::input_iterator_tag, char32_t>' is deprecated [-Wdeprecated-declarations]
  702 | class utf8::buffer_decoder::iterator : public std::iterator<std::input_iterator_tag, char32_t> {
      |                                                    ^
/usr/local/clang21/bin/../include/c++/v1/__iterator/iterator.h:23:8: note: 'iterator<std::input_iterator_tag, char32_t>' has been explicitly marked deprecated here
   23 | struct _LIBCPP_DEPRECATED_IN_CXX17 iterator {
      |        ^
/usr/local/clang21/bin/../include/c++/v1/__config:740:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
  740 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
      |                                         ^
/usr/local/clang21/bin/../include/c++/v1/__config:713:49: note: expanded from macro '_LIBCPP_DEPRECATED'
  713 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
      |                                                 ^
udpipe.cpp:26638:9: warning: misleading indentation; statement is not part of the previous 'if' [-Wmisleading-indentation]
 26638 |         {
       |         ^
udpipe.cpp:26634:7: note: previous statement is here
 26634 |       if (repIndex == 0)
       |       ^
3 warnings generated.
/usr/local/clang21/bin/clang++ -std=gnu++17 -shared -L/usr/local/clang/lib64 -L/usr/local/clang21/lib -L/usr/local/clang21/lib/x86_64-unknown-linux-gnu -L/usr/local/lib64 -L/usr/local/clang21/lib/clang/21/lib/x86_64-unknown-linux-gnu -o udpipe.so RcppExports.o rcpp_dependency_parsing_utils.o rcpp_phrases.o rcpp_udpipe.o udpipe.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/udpipe/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/udpipe/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/udpipe/src'
installing to /data/gannet/ripley/R/packages/tests-clang/udpipe.Rcheck/00LOCK-udpipe/00new/udpipe/libs
** R
** data
** 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 (udpipe)