* installing *source* package ‘jinjar’ ...
** this is package ‘jinjar’ version ‘0.3.1’
** package ‘jinjar’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘clang version 20.1.0-rc2’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/jinjar/src'
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I./inja -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang20/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 condition.cpp -o condition.o
In file included from condition.cpp:1:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:3:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/R.hpp:52:31: warning: identifier '_xl' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   52 | constexpr R_xlen_t operator"" _xl(unsigned long long int value) { return value; }
      |                    ~~~~~~~~~~~^~~
      |                    operator""_xl
In file included from condition.cpp:1:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:7:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/data_frame.hpp:12:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/list.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/r_vector.hpp:19:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/named_arg.hpp:42:29: warning: identifier '_nm' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   42 | inline named_arg operator"" _nm(const char* name, std::size_t) { return named_arg(name); }
      |                  ~~~~~~~~~~~^~~
      |                  operator""_nm
2 warnings generated.
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I./inja -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang20/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 cpp11.cpp -o cpp11.o
In file included from cpp11.cpp:4:
In file included from ./jinjar_types.h:1:
In file included from ./template.h:4:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/strings.hpp:6:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/R.hpp:52:31: warning: identifier '_xl' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   52 | constexpr R_xlen_t operator"" _xl(unsigned long long int value) { return value; }
      |                    ~~~~~~~~~~~^~~
      |                    operator""_xl
In file included from cpp11.cpp:4:
In file included from ./jinjar_types.h:1:
In file included from ./template.h:4:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/strings.hpp:9:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/named_arg.hpp:42:29: warning: identifier '_nm' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   42 | inline named_arg operator"" _nm(const char* name, std::size_t) { return named_arg(name); }
      |                  ~~~~~~~~~~~^~~
      |                  operator""_nm
In file included from cpp11.cpp:4:
In file included from ./jinjar_types.h:1:
In file included from ./template.h:6:
In file included from ./inja/inja.hpp:28:
./inja/nlohmann/json.hpp:26390:35: warning: identifier '_json' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 26390 | inline nlohmann::json operator "" _json(const char* s, std::size_t n)
       |                       ~~~~~~~~~~~~^~~~~
       |                       operator""_json
./inja/nlohmann/json.hpp:26409:49: warning: identifier '_json_pointer' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 26409 | inline nlohmann::json::json_pointer operator "" _json_pointer(const char* s, std::size_t n)
       |                                     ~~~~~~~~~~~~^~~~~~~~~~~~~
       |                                     operator""_json_pointer
In file included from cpp11.cpp:4:
In file included from ./jinjar_types.h:1:
In file included from ./template.h:6:
./inja/inja.hpp:208:39: warning: identifier '_sv' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  208 | constexpr std::string_view operator"" _sv(const char *str, size_t len) noexcept // (1)
      |                            ~~~~~~~~~~~^~~
      |                            operator""_sv
./inja/inja.hpp:213:42: warning: identifier '_sv' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  213 | constexpr std::u16string_view operator"" _sv(const char16_t *str, size_t len) noexcept // (2)
      |                               ~~~~~~~~~~~^~~
      |                               operator""_sv
./inja/inja.hpp:218:42: warning: identifier '_sv' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  218 | constexpr std::u32string_view operator"" _sv(const char32_t *str, size_t len) noexcept // (3)
      |                               ~~~~~~~~~~~^~~
      |                               operator""_sv
./inja/inja.hpp:223:40: warning: identifier '_sv' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  223 | constexpr std::wstring_view operator"" _sv(const wchar_t *str, size_t len) noexcept // (4)
      |                             ~~~~~~~~~~~^~~
      |                             operator""_sv
8 warnings generated.
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I./inja -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang20/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 loader.cpp -o loader.o
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I./inja -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang20/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 render.cpp -o render.o
In file included from render.cpp:1:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:3:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/R.hpp:52:31: warning: identifier '_xl' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   52 | constexpr R_xlen_t operator"" _xl(unsigned long long int value) { return value; }
      |                    ~~~~~~~~~~~^~~
      |                    operator""_xl
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I./inja -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang20/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 template.cpp -o template.o
In file included from template.cpp:1:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:3:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/R.hpp:52:31: warning: identifier '_xl' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   52 | constexpr R_xlen_t operator"" _xl(unsigned long long int value) { return value; }
      |                    ~~~~~~~~~~~^~~
      |                    operator""_xl
In file included from loader.cpp:1:
In file included from ./loader.h:6:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/list.hpp:5:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/R.hpp:52:31: warning: identifier '_xl' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   52 | constexpr R_xlen_t operator"" _xl(unsigned long long int value) { return value; }
      |                    ~~~~~~~~~~~^~~
      |                    operator""_xl
In file included from loader.cpp:1:
In file included from ./loader.h:6:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/list.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/r_vector.hpp:19:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/named_arg.hpp:42:29: warning: identifier '_nm' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   42 | inline named_arg operator"" _nm(const char* name, std::size_t) { return named_arg(name); }
      |                  ~~~~~~~~~~~^~~
      |                  operator""_nm
In file included from render.cpp:1:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:7:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/data_frame.hpp:12:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/list.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/r_vector.hpp:19:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/named_arg.hpp:42:29: warning: identifier '_nm' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   42 | inline named_arg operator"" _nm(const char* name, std::size_t) { return named_arg(name); }
      |                  ~~~~~~~~~~~^~~
      |                  operator""_nm
In file included from template.cpp:1:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:7:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/data_frame.hpp:12:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/list.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/r_vector.hpp:19:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/named_arg.hpp:42:29: warning: identifier '_nm' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   42 | inline named_arg operator"" _nm(const char* name, std::size_t) { return named_arg(name); }
      |                  ~~~~~~~~~~~^~~
      |                  operator""_nm
In file included from render.cpp:2:
In file included from ./template.h:6:
In file included from ./inja/inja.hpp:28:
./inja/nlohmann/json.hpp:26390:35: warning: identifier '_json' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 26390 | inline nlohmann::json operator "" _json(const char* s, std::size_t n)
       |                       ~~~~~~~~~~~~^~~~~
       |                       operator""_json
./inja/nlohmann/json.hpp:26409:49: warning: identifier '_json_pointer' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 26409 | inline nlohmann::json::json_pointer operator "" _json_pointer(const char* s, std::size_t n)
       |                                     ~~~~~~~~~~~~^~~~~~~~~~~~~
       |                                     operator""_json_pointer
In file included from loader.cpp:3:
In file included from ./inja/inja.hpp:28:
./inja/nlohmann/json.hpp:26390:35: warning: identifier '_json' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 26390 | inline nlohmann::json operator "" _json(const char* s, std::size_t n)
       |                       ~~~~~~~~~~~~^~~~~
       |                       operator""_json
./inja/nlohmann/json.hpp:26409:49: warning: identifier '_json_pointer' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 26409 | inline nlohmann::json::json_pointer operator "" _json_pointer(const char* s, std::size_t n)
       |                                     ~~~~~~~~~~~~^~~~~~~~~~~~~
       |                                     operator""_json_pointer
In file included from render.cpp:2:
In file included from ./template.h:6:
./inja/inja.hpp:208:39: warning: identifier '_sv' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  208 | constexpr std::string_view operator"" _sv(const char *str, size_t len) noexcept // (1)
      |                            ~~~~~~~~~~~^~~
      |                            operator""_sv
./inja/inja.hpp:213:42: warning: identifier '_sv' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  213 | constexpr std::u16string_view operator"" _sv(const char16_t *str, size_t len) noexcept // (2)
      |                               ~~~~~~~~~~~^~~
      |                               operator""_sv
./inja/inja.hpp:218:42: warning: identifier '_sv' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  218 | constexpr std::u32string_view operator"" _sv(const char32_t *str, size_t len) noexcept // (3)
      |                               ~~~~~~~~~~~^~~
      |                               operator""_sv
./inja/inja.hpp:223:40: warning: identifier '_sv' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  223 | constexpr std::wstring_view operator"" _sv(const wchar_t *str, size_t len) noexcept // (4)
      |                             ~~~~~~~~~~~^~~
      |                             operator""_sv
In file included from loader.cpp:3:
./inja/inja.hpp:208:39: warning: identifier '_sv' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  208 | constexpr std::string_view operator"" _sv(const char *str, size_t len) noexcept // (1)
      |                            ~~~~~~~~~~~^~~
      |                            operator""_sv
./inja/inja.hpp:213:42: warning: identifier '_sv' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  213 | constexpr std::u16string_view operator"" _sv(const char16_t *str, size_t len) noexcept // (2)
      |                               ~~~~~~~~~~~^~~
      |                               operator""_sv
./inja/inja.hpp:218:42: warning: identifier '_sv' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  218 | constexpr std::u32string_view operator"" _sv(const char32_t *str, size_t len) noexcept // (3)
      |                               ~~~~~~~~~~~^~~
      |                               operator""_sv
./inja/inja.hpp:223:40: warning: identifier '_sv' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  223 | constexpr std::wstring_view operator"" _sv(const wchar_t *str, size_t len) noexcept // (4)
      |                             ~~~~~~~~~~~^~~
      |                             operator""_sv
In file included from template.cpp:2:
In file included from ./template.h:6:
In file included from ./inja/inja.hpp:28:
./inja/nlohmann/json.hpp:26390:35: warning: identifier '_json' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 26390 | inline nlohmann::json operator "" _json(const char* s, std::size_t n)
       |                       ~~~~~~~~~~~~^~~~~
       |                       operator""_json
./inja/nlohmann/json.hpp:26409:49: warning: identifier '_json_pointer' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 26409 | inline nlohmann::json::json_pointer operator "" _json_pointer(const char* s, std::size_t n)
       |                                     ~~~~~~~~~~~~^~~~~~~~~~~~~
       |                                     operator""_json_pointer
In file included from template.cpp:2:
In file included from ./template.h:6:
./inja/inja.hpp:208:39: warning: identifier '_sv' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  208 | constexpr std::string_view operator"" _sv(const char *str, size_t len) noexcept // (1)
      |                            ~~~~~~~~~~~^~~
      |                            operator""_sv
./inja/inja.hpp:213:42: warning: identifier '_sv' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  213 | constexpr std::u16string_view operator"" _sv(const char16_t *str, size_t len) noexcept // (2)
      |                               ~~~~~~~~~~~^~~
      |                               operator""_sv
./inja/inja.hpp:218:42: warning: identifier '_sv' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  218 | constexpr std::u32string_view operator"" _sv(const char32_t *str, size_t len) noexcept // (3)
      |                               ~~~~~~~~~~~^~~
      |                               operator""_sv
./inja/inja.hpp:223:40: warning: identifier '_sv' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  223 | constexpr std::wstring_view operator"" _sv(const wchar_t *str, size_t len) noexcept // (4)
      |                             ~~~~~~~~~~~^~~
      |                             operator""_sv
8 warnings generated.
8 warnings generated.
8 warnings generated.
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -shared -L/usr/local/clang/lib64 -L/usr/local/clang20/lib -L/usr/local/clang20/lib/x86_64-unknown-linux-gnu -L/usr/local/lib64 -o jinjar.so condition.o cpp11.o loader.o render.o template.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/jinjar/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/jinjar/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/jinjar/src'
installing to /data/gannet/ripley/R/packages/tests-clang/jinjar.Rcheck/00LOCK-jinjar/00new/jinjar/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** 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 (jinjar)