* installing *source* package ‘RcppSimdJson’ ...
** package ‘RcppSimdJson’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-14 (GCC) 14.0.1 20240430 (prerelease)’
using C++17
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/RcppSimdJson/src'
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include   -DSIMDJSON_NO_COMPUTED_GOTO -I../inst/include -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c RcppExports.cpp -o RcppExports.o
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include   -DSIMDJSON_NO_COMPUTED_GOTO -I../inst/include -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c deserialize.cpp -o deserialize.o
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include   -DSIMDJSON_NO_COMPUTED_GOTO -I../inst/include -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c exported-utils.cpp -o exported-utils.o
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include   -DSIMDJSON_NO_COMPUTED_GOTO -I../inst/include -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c internal-utils.cpp -o internal-utils.o
In file included from ../inst/include/RcppSimdJson/deserialize/../common.hpp:145,
                 from ../inst/include/RcppSimdJson/deserialize/simplify.hpp:5,
                 from ../inst/include/RcppSimdJson/deserialize.hpp:5,
                 from ../inst/include/RcppSimdJson.hpp:5,
                 from exported-utils.cpp:1:
../inst/include/RcppSimdJson/deserialize/../../simdjson.h:14229:32: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
14229 |     simdjson_inline simd8<bool>() : base8() {}
      |                                ^
../inst/include/RcppSimdJson/deserialize/../../simdjson.h:14229:32: note: remove the '< >'
../inst/include/RcppSimdJson/deserialize/../../simdjson.h:14230:32: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
14230 |     simdjson_inline simd8<bool>(const __m512i _value) : base8<bool>(_value) {}
      |                                ^
../inst/include/RcppSimdJson/deserialize/../../simdjson.h:14230:32: note: remove the '< >'
../inst/include/RcppSimdJson/deserialize/../../simdjson.h:14232:32: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
14232 |     simdjson_inline simd8<bool>(bool _value) : base8<bool>(splat(_value)) {}
      |                                ^
../inst/include/RcppSimdJson/deserialize/../../simdjson.h:14232:32: note: remove the '< >'
../inst/include/RcppSimdJson/deserialize/../../simdjson.h:16393:32: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
16393 |     simdjson_inline simd8<bool>() : base8() {}
      |                                ^
../inst/include/RcppSimdJson/deserialize/../../simdjson.h:16393:32: note: remove the '< >'
../inst/include/RcppSimdJson/deserialize/../../simdjson.h:16394:32: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
16394 |     simdjson_inline simd8<bool>(const __m256i _value) : base8<bool>(_value) {}
      |                                ^
../inst/include/RcppSimdJson/deserialize/../../simdjson.h:16394:32: note: remove the '< >'
../inst/include/RcppSimdJson/deserialize/../../simdjson.h:16396:32: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
16396 |     simdjson_inline simd8<bool>(bool _value) : base8<bool>(splat(_value)) {}
      |                                ^
../inst/include/RcppSimdJson/deserialize/../../simdjson.h:16396:32: note: remove the '< >'
../inst/include/RcppSimdJson/deserialize/../../simdjson.h:20872:32: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
20872 |     simdjson_inline simd8<bool>() : base8() {}
      |                                ^
../inst/include/RcppSimdJson/deserialize/../../simdjson.h:20872:32: note: remove the '< >'
../inst/include/RcppSimdJson/deserialize/../../simdjson.h:20873:32: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
20873 |     simdjson_inline simd8<bool>(const __m128i _value) : base8<bool>(_value) {}
      |                                ^
../inst/include/RcppSimdJson/deserialize/../../simdjson.h:20873:32: note: remove the '< >'
../inst/include/RcppSimdJson/deserialize/../../simdjson.h:20875:32: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
20875 |     simdjson_inline simd8<bool>(bool _value) : base8<bool>(splat(_value)) {}
      |                                ^
../inst/include/RcppSimdJson/deserialize/../../simdjson.h:20875:32: note: remove the '< >'
In file included from ../inst/include/RcppSimdJson/deserialize/../common.hpp:145,
                 from ../inst/include/RcppSimdJson/deserialize/simplify.hpp:5,
                 from ../inst/include/RcppSimdJson/deserialize.hpp:5,
                 from ../inst/include/RcppSimdJson.hpp:5,
                 from deserialize.cpp:2:
../inst/include/RcppSimdJson/deserialize/../../simdjson.h:14229:32: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
14229 |     simdjson_inline simd8<bool>() : base8() {}
      |                                ^
../inst/include/RcppSimdJson/deserialize/../../simdjson.h:14229:32: note: remove the '< >'
../inst/include/RcppSimdJson/deserialize/../../simdjson.h:14230:32: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
14230 |     simdjson_inline simd8<bool>(const __m512i _value) : base8<bool>(_value) {}
      |                                ^
../inst/include/RcppSimdJson/deserialize/../../simdjson.h:14230:32: note: remove the '< >'
../inst/include/RcppSimdJson/deserialize/../../simdjson.h:14232:32: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
14232 |     simdjson_inline simd8<bool>(bool _value) : base8<bool>(splat(_value)) {}
      |                                ^
../inst/include/RcppSimdJson/deserialize/../../simdjson.h:14232:32: note: remove the '< >'
In file included from ../inst/include/RcppSimdJson/deserialize/simplify.hpp:6:
../inst/include/RcppSimdJson/deserialize/Type_Doctor.hpp:43:65: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   43 |     explicit Type_Doctor<type_policy, int64_opt>(simdjson::dom::array) noexcept;
      |                                                                 ^~~~~
../inst/include/RcppSimdJson/deserialize/Type_Doctor.hpp:43:65: note: remove the '< >'
../inst/include/RcppSimdJson/deserialize/../../simdjson.h:16393:32: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
16393 |     simdjson_inline simd8<bool>() : base8() {}
      |                                ^
../inst/include/RcppSimdJson/deserialize/../../simdjson.h:16393:32: note: remove the '< >'
../inst/include/RcppSimdJson/deserialize/../../simdjson.h:16394:32: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
16394 |     simdjson_inline simd8<bool>(const __m256i _value) : base8<bool>(_value) {}
      |                                ^
../inst/include/RcppSimdJson/deserialize/../../simdjson.h:16394:32: note: remove the '< >'
../inst/include/RcppSimdJson/deserialize/../../simdjson.h:16396:32: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
16396 |     simdjson_inline simd8<bool>(bool _value) : base8<bool>(splat(_value)) {}
      |                                ^
../inst/include/RcppSimdJson/deserialize/../../simdjson.h:16396:32: note: remove the '< >'
../inst/include/RcppSimdJson/deserialize/../../simdjson.h:20872:32: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
20872 |     simdjson_inline simd8<bool>() : base8() {}
      |                                ^
../inst/include/RcppSimdJson/deserialize/../../simdjson.h:20872:32: note: remove the '< >'
../inst/include/RcppSimdJson/deserialize/../../simdjson.h:20873:32: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
20873 |     simdjson_inline simd8<bool>(const __m128i _value) : base8<bool>(_value) {}
      |                                ^
../inst/include/RcppSimdJson/deserialize/../../simdjson.h:20873:32: note: remove the '< >'
../inst/include/RcppSimdJson/deserialize/../../simdjson.h:20875:32: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
20875 |     simdjson_inline simd8<bool>(bool _value) : base8<bool>(splat(_value)) {}
      |                                ^
../inst/include/RcppSimdJson/deserialize/../../simdjson.h:20875:32: note: remove the '< >'
In file included from ../inst/include/RcppSimdJson/deserialize/simplify.hpp:6:
../inst/include/RcppSimdJson/deserialize/Type_Doctor.hpp:43:65: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   43 |     explicit Type_Doctor<type_policy, int64_opt>(simdjson::dom::array) noexcept;
      |                                                                 ^~~~~
../inst/include/RcppSimdJson/deserialize/Type_Doctor.hpp:43:65: note: remove the '< >'
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include   -DSIMDJSON_NO_COMPUTED_GOTO -I../inst/include -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c rcppsimdjson_utils_check.cpp -o rcppsimdjson_utils_check.o
In file included from ../inst/include/RcppSimdJson/deserialize/../common.hpp:145,
                 from ../inst/include/RcppSimdJson/deserialize/simplify.hpp:5,
                 from ../inst/include/RcppSimdJson/deserialize.hpp:5,
                 from ../inst/include/RcppSimdJson.hpp:5,
                 from rcppsimdjson_utils_check.cpp:3:
../inst/include/RcppSimdJson/deserialize/../../simdjson.h:14229:32: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
14229 |     simdjson_inline simd8<bool>() : base8() {}
      |                                ^
../inst/include/RcppSimdJson/deserialize/../../simdjson.h:14229:32: note: remove the '< >'
../inst/include/RcppSimdJson/deserialize/../../simdjson.h:14230:32: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
14230 |     simdjson_inline simd8<bool>(const __m512i _value) : base8<bool>(_value) {}
      |                                ^
../inst/include/RcppSimdJson/deserialize/../../simdjson.h:14230:32: note: remove the '< >'
../inst/include/RcppSimdJson/deserialize/../../simdjson.h:14232:32: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
14232 |     simdjson_inline simd8<bool>(bool _value) : base8<bool>(splat(_value)) {}
      |                                ^
../inst/include/RcppSimdJson/deserialize/../../simdjson.h:14232:32: note: remove the '< >'
../inst/include/RcppSimdJson/deserialize/../../simdjson.h:16393:32: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
16393 |     simdjson_inline simd8<bool>() : base8() {}
      |                                ^
../inst/include/RcppSimdJson/deserialize/../../simdjson.h:16393:32: note: remove the '< >'
../inst/include/RcppSimdJson/deserialize/../../simdjson.h:16394:32: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
16394 |     simdjson_inline simd8<bool>(const __m256i _value) : base8<bool>(_value) {}
      |                                ^
../inst/include/RcppSimdJson/deserialize/../../simdjson.h:16394:32: note: remove the '< >'
../inst/include/RcppSimdJson/deserialize/../../simdjson.h:16396:32: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
16396 |     simdjson_inline simd8<bool>(bool _value) : base8<bool>(splat(_value)) {}
      |                                ^
../inst/include/RcppSimdJson/deserialize/../../simdjson.h:16396:32: note: remove the '< >'
../inst/include/RcppSimdJson/deserialize/../../simdjson.h:20872:32: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
20872 |     simdjson_inline simd8<bool>() : base8() {}
      |                                ^
../inst/include/RcppSimdJson/deserialize/../../simdjson.h:20872:32: note: remove the '< >'
../inst/include/RcppSimdJson/deserialize/../../simdjson.h:20873:32: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
20873 |     simdjson_inline simd8<bool>(const __m128i _value) : base8<bool>(_value) {}
      |                                ^
../inst/include/RcppSimdJson/deserialize/../../simdjson.h:20873:32: note: remove the '< >'
../inst/include/RcppSimdJson/deserialize/../../simdjson.h:20875:32: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
20875 |     simdjson_inline simd8<bool>(bool _value) : base8<bool>(splat(_value)) {}
      |                                ^
../inst/include/RcppSimdJson/deserialize/../../simdjson.h:20875:32: note: remove the '< >'
In file included from ../inst/include/RcppSimdJson/deserialize/simplify.hpp:6:
../inst/include/RcppSimdJson/deserialize/Type_Doctor.hpp:43:65: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
   43 |     explicit Type_Doctor<type_policy, int64_opt>(simdjson::dom::array) noexcept;
      |                                                                 ^~~~~
../inst/include/RcppSimdJson/deserialize/Type_Doctor.hpp:43:65: note: remove the '< >'
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include   -DSIMDJSON_NO_COMPUTED_GOTO -I../inst/include -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection   -c simdjson_example.cpp -o simdjson_example.o
In file included from simdjson_example.cpp:6:
../inst/include/simdjson.h:14229:32: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
14229 |     simdjson_inline simd8<bool>() : base8() {}
      |                                ^
../inst/include/simdjson.h:14229:32: note: remove the '< >'
../inst/include/simdjson.h:14230:32: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
14230 |     simdjson_inline simd8<bool>(const __m512i _value) : base8<bool>(_value) {}
      |                                ^
../inst/include/simdjson.h:14230:32: note: remove the '< >'
../inst/include/simdjson.h:14232:32: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
14232 |     simdjson_inline simd8<bool>(bool _value) : base8<bool>(splat(_value)) {}
      |                                ^
../inst/include/simdjson.h:14232:32: note: remove the '< >'
../inst/include/simdjson.h:16393:32: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
16393 |     simdjson_inline simd8<bool>() : base8() {}
      |                                ^
../inst/include/simdjson.h:16393:32: note: remove the '< >'
../inst/include/simdjson.h:16394:32: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
16394 |     simdjson_inline simd8<bool>(const __m256i _value) : base8<bool>(_value) {}
      |                                ^
../inst/include/simdjson.h:16394:32: note: remove the '< >'
../inst/include/simdjson.h:16396:32: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
16396 |     simdjson_inline simd8<bool>(bool _value) : base8<bool>(splat(_value)) {}
      |                                ^
../inst/include/simdjson.h:16396:32: note: remove the '< >'
../inst/include/simdjson.h:20872:32: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
20872 |     simdjson_inline simd8<bool>() : base8() {}
      |                                ^
../inst/include/simdjson.h:20872:32: note: remove the '< >'
../inst/include/simdjson.h:20873:32: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
20873 |     simdjson_inline simd8<bool>(const __m128i _value) : base8<bool>(_value) {}
      |                                ^
../inst/include/simdjson.h:20873:32: note: remove the '< >'
../inst/include/simdjson.h:20875:32: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
20875 |     simdjson_inline simd8<bool>(bool _value) : base8<bool>(splat(_value)) {}
      |                                ^
../inst/include/simdjson.h:20875:32: note: remove the '< >'
g++-14 -std=gnu++17 -shared -L/usr/local/gcc14/lib64 -L/usr/local/lib64 -o RcppSimdJson.so RcppExports.o deserialize.o exported-utils.o internal-utils.o rcppsimdjson_utils_check.o simdjson_example.o -fopenmp
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/RcppSimdJson/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/RcppSimdJson/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/RcppSimdJson/src'
installing to /data/gannet/ripley/R/packages/tests-devel/RcppSimdJson.Rcheck/00LOCK-RcppSimdJson/00new/RcppSimdJson/libs
** R
** demo
** 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 (RcppSimdJson)