* installing *source* package ‘openfhe.R’ ...
** this is package ‘openfhe.R’ version ‘1.5.1’
** package ‘openfhe.R’ successfully unpacked and MD5 sums checked
** using staged installation
* checking if plain '-fopenmp' works ... yes
* OPENMP_CFLAGS='-fopenmp'
* OPENMP_LIBS='-fopenmp'
* OPENMP_LIB_DIR=''
* OPENMP_INC_DIR=''
* Building OpenFHE from vendored sources...
R was not built as a library

CMAKE VERSION: 'cmake version 4.3.0'
CC:       'gcc'
CXX:      'g++ -std=gnu++17'
CFLAGS:   '-g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes'
CXXFLAGS: '-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 -fpic -fopenmp -DOPENFHE_R_BUILD '
LDFLAGS:  '-L/usr/local/lib64'
OPENFHE_OMP_CXXFLAGS:  '-fopenmp'

>>> Building OpenFHE...
-- The C compiler identification is GNU 16.1.1
-- The CXX compiler identification is GNU 16.1.1
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/sbin/gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/sbin/g++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Building in Release mode
-- BUILD_UNITTESTS:    OFF
-- BUILD_EXAMPLES:     OFF
-- BUILD_BENCHMARKS:   OFF
-- BUILD_EXTRAS:       OFF
-- BUILD_STATIC:       ON
-- BUILD_SHARED:       OFF
-- GIT_SUBMOD_AUTO:    OFF
-- WITH_BE2:           OFF
-- WITH_BE4:           OFF
-- WITH_NTL:           OFF
-- WITH_TCM:           OFF
-- WITH_OPENMP:        ON
-- NATIVE_SIZE:        64
-- CKKS_M_FACTOR:      1
-- WITH_NATIVEOPT:     OFF
-- WITH_COVTEST:       OFF
-- WITH_NOISE_DEBUG:   OFF
-- WITH_REDUCED_NOISE: OFF
-- USE_MACPORTS:       OFF
-- BUILTIN_INFO_AVAILABLE is defined
***** INSTALL IS AT /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib; to change, run cmake with -DCMAKE_INSTALL_PREFIX=/your/path
-- Architecture is x86_64
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of __int128
-- Check size of __int128 - done
-- Check size of uint64_t
-- Check size of uint64_t - done
-- NATIVEINT is set to 64
-- MATHBACKEND is set to 4
-- MATHBACKEND set to 4. Setting WITH_BE4 to ON
-- Found OpenMP_C: -fopenmp (found version "5.2")
-- Found OpenMP_CXX: -fopenmp (found version "5.2")
-- Found OpenMP: TRUE (found version "5.2")
-- Configuring done (3.8s)
-- Generating done (0.1s)
-- Build files have been written to: /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/build
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/build'
cp: cannot stat '/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/demoData': No such file or directory
-- demoData folder already exists
[  0%] Built target third-party
[  2%] Building CXX object src/core/CMakeFiles/coreobj.dir/lib/lattice/constants-lattice-impl.cpp.o
[  5%] Building CXX object src/core/CMakeFiles/coreobj.dir/lib/lattice/lattice.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/field2n.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/field2n-impl.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/lib/lattice/lattice.cpp:38:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
[  8%] Building CXX object src/core/CMakeFiles/coreobj.dir/lib/lattice/stdlatticeparms.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/stdlatticeparms.h:41,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/lib/lattice/stdlatticeparms.cpp:36:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
[ 11%] Building CXX object src/core/CMakeFiles/coreobj.dir/lib/lattice/trapdoor-dcrtpoly.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/field2n.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/dgsampling.h:40,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/dgsampling-impl.h:41,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/lib/lattice/trapdoor-dcrtpoly.cpp:38:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
[ 14%] Building CXX object src/core/CMakeFiles/coreobj.dir/lib/lattice/trapdoor-poly.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/field2n.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/dgsampling.h:40,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/dgsampling-impl.h:41,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/lib/lattice/trapdoor-poly.cpp:38:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
[ 17%] Building CXX object src/core/CMakeFiles/coreobj.dir/lib/math/chebyshev.cpp.o
[ 17%] Building CXX object src/core/CMakeFiles/coreobj.dir/lib/math/dftransform.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/nbtheory.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/lib/math/dftransform.cpp:37:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
[ 20%] Building CXX object src/core/CMakeFiles/coreobj.dir/lib/math/discretegaussiangeneratorgeneric.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/lib/math/discretegaussiangeneratorgeneric.cpp:48:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
[ 23%] Building CXX object src/core/CMakeFiles/coreobj.dir/lib/math/distributiongenerator.cpp.o
[ 26%] Building CXX object src/core/CMakeFiles/coreobj.dir/lib/math/hal/bigintdyn/be4-math-impl.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/lib/math/hal/bigintdyn/be4-math-impl.cpp:39:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
[ 29%] Building CXX object src/core/CMakeFiles/coreobj.dir/lib/math/hal/bigintdyn/mubintvecdyn.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/lib/math/hal/bigintdyn/mubintvecdyn.cpp:39:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
[ 32%] Building CXX object src/core/CMakeFiles/coreobj.dir/lib/math/hal/bigintdyn/ubintdyn.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/lib/math/hal/bigintdyn/ubintdyn.cpp:42:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
[ 35%] Building CXX object src/core/CMakeFiles/coreobj.dir/lib/math/hal/bigintfxd/be2-math-impl.cpp.o
[ 38%] Building CXX object src/core/CMakeFiles/coreobj.dir/lib/math/hal/bigintfxd/mubintvecfxd.cpp.o
[ 41%] Building CXX object src/core/CMakeFiles/coreobj.dir/lib/math/hal/bigintfxd/ubintfxd.cpp.o
[ 44%] Building CXX object src/core/CMakeFiles/coreobj.dir/lib/math/hal/bigintntl/be6-math-impl.cpp.o
[ 44%] Building CXX object src/core/CMakeFiles/coreobj.dir/lib/math/hal/bigintntl/mubintvecntl.cpp.o
[ 47%] Building CXX object src/core/CMakeFiles/coreobj.dir/lib/math/hal/bigintntl/ubintntl.cpp.o
[ 50%] Building CXX object src/core/CMakeFiles/coreobj.dir/lib/math/hal/intnat/benative-math-impl.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/lib/math/hal/intnat/benative-math-impl.cpp:36:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
[ 52%] Building CXX object src/core/CMakeFiles/coreobj.dir/lib/math/hal/intnat/mubintvecnat.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/lib/math/hal/intnat/mubintvecnat.cpp:36:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
[ 55%] Building CXX object src/core/CMakeFiles/coreobj.dir/lib/math/hermite.cpp.o
[ 58%] Building CXX object src/core/CMakeFiles/coreobj.dir/lib/math/matrix.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/lib/math/matrix.cpp:39:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
[ 61%] Building CXX object src/core/CMakeFiles/coreobj.dir/lib/math/nbtheory2.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/nbtheory.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/lib/math/nbtheory2.cpp:40:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
[ 64%] Building CXX object src/core/CMakeFiles/coreobj.dir/lib/utils/blockAllocator/blockAllocator.cpp.o
[ 67%] Building CXX object src/core/CMakeFiles/coreobj.dir/lib/utils/blockAllocator/xallocator.cpp.o
[ 70%] Building CXX object src/core/CMakeFiles/coreobj.dir/lib/utils/debug.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/debug.h:51,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/lib/utils/debug.cpp:41:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
[ 70%] Building CXX object src/core/CMakeFiles/coreobj.dir/lib/utils/demangle.cpp.o
[ 73%] Building CXX object src/core/CMakeFiles/coreobj.dir/lib/utils/get-call-stack.cpp.o
[ 76%] Building CXX object src/core/CMakeFiles/coreobj.dir/lib/utils/hashutil.cpp.o
[ 79%] Building CXX object src/core/CMakeFiles/coreobj.dir/lib/utils/inttypes.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/lib/utils/inttypes.cpp:36:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
[ 82%] Building CXX object src/core/CMakeFiles/coreobj.dir/lib/utils/memory.cpp.o
[ 85%] Building CXX object src/core/CMakeFiles/coreobj.dir/lib/utils/openfhebase64.cpp.o
[ 88%] Building CXX object src/core/CMakeFiles/coreobj.dir/lib/utils/parallel.cpp.o
[ 91%] Building C object src/core/CMakeFiles/coreobj.dir/lib/utils/prng/blake2b-ref.c.o
[ 94%] Building CXX object src/core/CMakeFiles/coreobj.dir/lib/utils/prng/blake2engine.cpp.o
[ 97%] Building C object src/core/CMakeFiles/coreobj.dir/lib/utils/prng/blake2xb-ref.c.o
[ 97%] Building CXX object src/core/CMakeFiles/coreobj.dir/lib/utils/utilities.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/utilities.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/lib/utils/utilities.cpp:36:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
[ 97%] Built target coreobj
[100%] Linking CXX static library ../../lib/libOPENFHEcore_static.a
[100%] Built target OPENFHEcore_static
cp: cannot stat '/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/demoData': No such file or directory
-- demoData folder already exists
[  0%] Built target third-party
[ 34%] Built target coreobj
[ 35%] Built target OPENFHEcore_static
[ 36%] Building CXX object src/binfhe/CMakeFiles/binfheobj.dir/lib/binfhe-base-scheme.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/binfhe/include/binfhe-base-params.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/binfhe/include/binfhe-base-scheme.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/binfhe/lib/binfhe-base-scheme.cpp:32:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
[ 37%] Building CXX object src/binfhe/CMakeFiles/binfheobj.dir/lib/binfhe-constants-impl.cpp.o
[ 38%] Building CXX object src/binfhe/CMakeFiles/binfheobj.dir/lib/binfhecontext.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/binfhe/include/binfhe-base-params.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/binfhe/include/binfhe-base-scheme.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/binfhe/include/binfhecontext.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/binfhe/lib/binfhecontext.cpp:36:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
[ 39%] Building CXX object src/binfhe/CMakeFiles/binfheobj.dir/lib/lwe-pke.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/binfhe/include/lwe-ciphertext.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/binfhe/include/lwe-pke.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/binfhe/lib/lwe-pke.cpp:32:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
[ 40%] Building CXX object src/binfhe/CMakeFiles/binfheobj.dir/lib/rgsw-acc-cggi.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/binfhe/include/rgsw-acckey.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/binfhe/include/rgsw-acc.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/binfhe/include/rgsw-acc-cggi.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/binfhe/lib/rgsw-acc-cggi.cpp:32:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
[ 41%] Building CXX object src/binfhe/CMakeFiles/binfheobj.dir/lib/rgsw-acc-dm.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/binfhe/include/rgsw-acckey.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/binfhe/include/rgsw-acc.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/binfhe/include/rgsw-acc-dm.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/binfhe/lib/rgsw-acc-dm.cpp:32:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
[ 41%] Building CXX object src/binfhe/CMakeFiles/binfheobj.dir/lib/rgsw-acc-lmkcdey.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/binfhe/include/rgsw-acckey.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/binfhe/include/rgsw-acc.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/binfhe/include/rgsw-acc-lmkcdey.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/binfhe/lib/rgsw-acc-lmkcdey.cpp:32:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
[ 42%] Building CXX object src/binfhe/CMakeFiles/binfheobj.dir/lib/rgsw-acc.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/binfhe/lib/rgsw-acc.cpp:47:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
[ 43%] Building CXX object src/binfhe/CMakeFiles/binfheobj.dir/lib/rgsw-cryptoparameters.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/binfhe/include/rgsw-cryptoparameters.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/binfhe/lib/rgsw-cryptoparameters.cpp:32:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
[ 43%] Built target binfheobj
[ 43%] Linking CXX static library ../../lib/libOPENFHEbinfhe_static.a
[ 43%] Built target OPENFHEbinfhe_static
[ 44%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/ciphertext-impl.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/encoding/encodingparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/cryptoobject.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/ciphertext.h:40,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/lib/ciphertext-impl.cpp:32:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
[ 45%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/constants-impl.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/ciphertext.h:41:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  120 |       using int128 = __int128;
      |                      ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  121 |       using uint128 = unsigned __int128;
      |                                ^~~~~~~~
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/constants-defs.h:34,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/constants.h:37,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/lib/constants-impl.cpp:32:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
[ 46%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/cryptocontext.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/binfhe/include/binfhe-base-params.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/binfhe/include/binfhe-base-scheme.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/binfhe/include/binfhecontext.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/cryptocontext.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/lib/cryptocontext.cpp:36:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
[ 47%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/cryptocontextfactory.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/ciphertext.h:41,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/cryptocontext.h:40:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  120 |       using int128 = __int128;
      |                      ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  121 |       using uint128 = unsigned __int128;
      |                                ^~~~~~~~
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/binfhe/include/binfhe-base-params.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/binfhe/include/binfhe-base-scheme.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/binfhe/include/binfhecontext.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/cryptocontext.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/lib/cryptocontextfactory.cpp:31:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/ciphertext.h:41,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/cryptocontext.h:40:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  120 |       using int128 = __int128;
      |                      ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  121 |       using uint128 = unsigned __int128;
      |                                ^~~~~~~~
[ 48%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/cryptoobject-impl.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/encoding/encodingparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/cryptoobject.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/lib/cryptoobject-impl.cpp:31:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/ciphertext.h:41,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/cryptocontext.h:40,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/lib/cryptoobject-impl.cpp:33:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  120 |       using int128 = __int128;
      |                      ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  121 |       using uint128 = unsigned __int128;
      |                                ^~~~~~~~
[ 49%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/encoding/ckkspackedencoding.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/constants-defs.h:34,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/constants.h:37,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/encoding/ckkspackedencoding.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/lib/encoding/ckkspackedencoding.cpp:32:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
[ 50%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/encoding/coefpackedencoding.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/constants-defs.h:34,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/constants.h:37,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/encoding/plaintext.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/encoding/coefpackedencoding.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/lib/encoding/coefpackedencoding.cpp:36:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
[ 51%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/encoding/encodingparams.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/encoding/encodingparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/lib/encoding/encodingparams.cpp:36:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
[ 51%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/encoding/packedencoding.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/encoding/encodingparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/encoding/packedencoding.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/lib/encoding/packedencoding.cpp:36:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
[ 52%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/encoding/stringencoding.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/constants-defs.h:34,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/constants.h:37,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/encoding/plaintext.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/encoding/stringencoding.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/lib/encoding/stringencoding.cpp:36:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
[ 53%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/globals-impl.cpp.o
[ 54%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/key/evalkey.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/encoding/encodingparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/cryptoobject.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/key/key.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/key/evalkey.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/lib/key/evalkey.cpp:31:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  120 |       using int128 = __int128;
      |                      ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  121 |       using uint128 = unsigned __int128;
      |                                ^~~~~~~~
[ 55%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/key/evalkeyrelin.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/encoding/encodingparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/cryptoobject.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/key/key.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/key/evalkey.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/key/evalkeyrelin.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/lib/key/evalkeyrelin.cpp:31:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  120 |       using int128 = __int128;
      |                      ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  121 |       using uint128 = unsigned __int128;
      |                                ^~~~~~~~
[ 56%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/key/privatekey.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/encoding/encodingparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/cryptoobject.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/key/key.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/key/privatekey.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/lib/key/privatekey.cpp:31:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
[ 57%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/key/publickey.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  120 |       using int128 = __int128;
      |                      ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  121 |       using uint128 = unsigned __int128;
      |                                ^~~~~~~~
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/encoding/encodingparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/cryptoobject.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/key/key.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/key/publickey.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/lib/key/publickey.cpp:31:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  120 |       using int128 = __int128;
      |                      ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  121 |       using uint128 = unsigned __int128;
      |                                ^~~~~~~~
[ 58%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/keyswitch/keyswitch-base.cpp.o
[ 59%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/keyswitch/keyswitch-bv.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/constants-defs.h:34,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/constants.h:37,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/encoding/ckkspackedencoding.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/encoding/encodings.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/schemebase/base-cryptoparameters.h:34,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/keyswitch/keyswitch-base.h:44,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/lib/keyswitch/keyswitch-base.cpp:36:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/encoding/encodingparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/cryptoobject.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/ciphertext.h:40,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/lib/keyswitch/keyswitch-bv.cpp:40:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/ciphertext.h:41,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/lib/keyswitch/keyswitch-base.cpp:39:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  120 |       using int128 = __int128;
      |                      ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  121 |       using uint128 = unsigned __int128;
      |                                ^~~~~~~~
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/ciphertext.h:41:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  120 |       using int128 = __int128;
      |                      ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  121 |       using uint128 = unsigned __int128;
      |                                ^~~~~~~~
[ 60%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/keyswitch/keyswitch-hybrid.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/encoding/encodingparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/cryptoobject.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/ciphertext.h:40,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/lib/keyswitch/keyswitch-hybrid.cpp:37:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/ciphertext.h:41:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  120 |       using int128 = __int128;
      |                      ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  121 |       using uint128 = unsigned __int128;
      |                                ^~~~~~~~
[ 60%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/scheme/bfvrns/bfvrns-cryptoparameters.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/schemerns/rns-cryptoparameters.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/scheme/bfvrns/bfvrns-cryptoparameters.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/lib/scheme/bfvrns/bfvrns-cryptoparameters.cpp:36:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
[ 61%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/scheme/bfvrns/bfvrns-leveledshe.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/schemerns/rns-leveledshe.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/scheme/bfvrns/bfvrns-leveledshe.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/lib/scheme/bfvrns/bfvrns-leveledshe.cpp:38:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/ciphertext.h:41,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/schemebase/base-scheme.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/lib/scheme/bfvrns/bfvrns-leveledshe.cpp:41:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  120 |       using int128 = __int128;
      |                      ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  121 |       using uint128 = unsigned __int128;
      |                                ^~~~~~~~
[ 62%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/scheme/bfvrns/bfvrns-multiparty.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/schemerns/rns-multiparty.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/scheme/bfvrns/bfvrns-multiparty.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/lib/scheme/bfvrns/bfvrns-multiparty.cpp:38:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/key/privatekey.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/lib/scheme/bfvrns/bfvrns-multiparty.cpp:40:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  120 |       using int128 = __int128;
      |                      ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  121 |       using uint128 = unsigned __int128;
      |                                ^~~~~~~~
[ 63%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/scheme/bfvrns/bfvrns-parametergeneration.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/schemerns/rns-cryptoparameters.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/scheme/bfvrns/bfvrns-cryptoparameters.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/lib/scheme/bfvrns/bfvrns-parametergeneration.cpp:38:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
[ 64%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/scheme/bfvrns/bfvrns-pke.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/binfhe/include/binfhe-base-params.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/binfhe/include/binfhe-base-scheme.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/binfhe/include/binfhecontext.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/cryptocontext.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/lib/scheme/bfvrns/bfvrns-pke.cpp:38:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/ciphertext.h:41,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/cryptocontext.h:40:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  120 |       using int128 = __int128;
      |                      ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  121 |       using uint128 = unsigned __int128;
      |                                ^~~~~~~~
[ 65%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/scheme/bfvrns/bfvrns-scheme.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/constants-defs.h:34,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/constants.h:37,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/schemerns/rns-scheme.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/scheme/bfvrns/bfvrns-scheme.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/lib/scheme/bfvrns/bfvrns-scheme.cpp:38:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/ciphertext.h:41,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/schemebase/base-scheme.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/schemerns/rns-scheme.h:39:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  120 |       using int128 = __int128;
      |                      ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  121 |       using uint128 = unsigned __int128;
      |                                ^~~~~~~~
[ 67%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/scheme/bgvrns/bgvrns-cryptoparameters.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/schemerns/rns-cryptoparameters.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/scheme/bgvrns/bgvrns-cryptoparameters.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/lib/scheme/bgvrns/bgvrns-cryptoparameters.cpp:38:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
[ 68%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/scheme/bgvrns/bgvrns-leveledshe.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/encoding/encodingparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/cryptoobject.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/ciphertext.h:40,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/lib/scheme/bgvrns/bgvrns-leveledshe.cpp:38:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/ciphertext.h:41:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  120 |       using int128 = __int128;
      |                      ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  121 |       using uint128 = unsigned __int128;
      |                                ^~~~~~~~
[ 69%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/scheme/bgvrns/bgvrns-multiparty.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/schemerns/rns-multiparty.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/scheme/bgvrns/bgvrns-multiparty.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/lib/scheme/bgvrns/bgvrns-multiparty.cpp:55:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/ciphertext.h:41,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/lib/scheme/bgvrns/bgvrns-multiparty.cpp:58:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  120 |       using int128 = __int128;
      |                      ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  121 |       using uint128 = unsigned __int128;
      |                                ^~~~~~~~
[ 70%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/scheme/bgvrns/bgvrns-parametergeneration.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/schemerns/rns-cryptoparameters.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/scheme/bgvrns/bgvrns-cryptoparameters.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/lib/scheme/bgvrns/bgvrns-parametergeneration.cpp:38:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
[ 70%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/scheme/bgvrns/bgvrns-pke.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/encoding/encodingparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/cryptoobject.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/ciphertext.h:40,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/lib/scheme/bgvrns/bgvrns-pke.cpp:38:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/ciphertext.h:41:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  120 |       using int128 = __int128;
      |                      ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  121 |       using uint128 = unsigned __int128;
      |                                ^~~~~~~~
[ 71%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/scheme/bgvrns/bgvrns-scheme.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/constants-defs.h:34,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/constants.h:37,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/schemerns/rns-scheme.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/scheme/bgvrns/bgvrns-scheme.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/lib/scheme/bgvrns/bgvrns-scheme.cpp:38:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/ciphertext.h:41,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/schemebase/base-scheme.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/schemerns/rns-scheme.h:39:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  120 |       using int128 = __int128;
      |                      ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  121 |       using uint128 = unsigned __int128;
      |                                ^~~~~~~~
[ 72%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/scheme/ckksrns/ckksrns-advancedshe.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/binfhe/include/binfhe-base-params.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/binfhe/include/binfhe-base-scheme.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/binfhe/include/binfhecontext.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/cryptocontext.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/lib/scheme/ckksrns/ckksrns-advancedshe.cpp:36:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/ciphertext.h:41,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/cryptocontext.h:40:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  120 |       using int128 = __int128;
      |                      ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  121 |       using uint128 = unsigned __int128;
      |                                ^~~~~~~~
[ 73%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/scheme/ckksrns/ckksrns-cryptoparameters.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/schemerns/rns-cryptoparameters.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/scheme/ckksrns/ckksrns-cryptoparameters.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/lib/scheme/ckksrns/ckksrns-cryptoparameters.cpp:38:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
[ 74%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/scheme/ckksrns/ckksrns-fhe.cpp.o
[ 75%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/scheme/ckksrns/ckksrns-leveledshe.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/binfhe/include/binfhe-base-params.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/binfhe/include/binfhe-base-scheme.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/binfhe/include/binfhecontext.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/cryptocontext.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/lib/scheme/ckksrns/ckksrns-leveledshe.cpp:36:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/encoding/encodingparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/cryptoobject.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/ciphertext.h:40,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/lib/scheme/ckksrns/ckksrns-fhe.cpp:32:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/ciphertext.h:41,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/cryptocontext.h:40:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  120 |       using int128 = __int128;
      |                      ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  121 |       using uint128 = unsigned __int128;
      |                                ^~~~~~~~
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/ciphertext.h:41:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  120 |       using int128 = __int128;
      |                      ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  121 |       using uint128 = unsigned __int128;
      |                                ^~~~~~~~
[ 76%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/scheme/ckksrns/ckksrns-multiparty.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/encoding/encodingparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/cryptoobject.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/ciphertext.h:40,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/lib/scheme/ckksrns/ckksrns-multiparty.cpp:36:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/ciphertext.h:41:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  120 |       using int128 = __int128;
      |                      ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  121 |       using uint128 = unsigned __int128;
      |                                ^~~~~~~~
[ 77%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/scheme/ckksrns/ckksrns-parametergeneration.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/schemerns/rns-cryptoparameters.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/scheme/ckksrns/ckksrns-cryptoparameters.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/lib/scheme/ckksrns/ckksrns-parametergeneration.cpp:38:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
[ 78%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/scheme/ckksrns/ckksrns-pke.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/encoding/encodingparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/cryptoobject.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/ciphertext.h:40,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/lib/scheme/ckksrns/ckksrns-pke.cpp:38:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/ciphertext.h:41:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  120 |       using int128 = __int128;
      |                      ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  121 |       using uint128 = unsigned __int128;
      |                                ^~~~~~~~
[ 79%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/scheme/ckksrns/ckksrns-scheme.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/constants-defs.h:34,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/constants.h:37,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/schemerns/rns-scheme.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/scheme/ckksrns/ckksrns-scheme.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/lib/scheme/ckksrns/ckksrns-scheme.cpp:38:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/ciphertext.h:41,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/schemebase/base-scheme.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/schemerns/rns-scheme.h:39:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  120 |       using int128 = __int128;
      |                      ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  121 |       using uint128 = unsigned __int128;
      |                                ^~~~~~~~
[ 79%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/scheme/ckksrns/ckksrns-schemeswitching.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/binfhe/include/binfhe-base-params.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/binfhe/include/binfhe-base-scheme.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/binfhe/include/binfhecontext.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/cryptocontext.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/lib/scheme/ckksrns/ckksrns-schemeswitching.cpp:38:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/ciphertext.h:41,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/cryptocontext.h:40:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  120 |       using int128 = __int128;
      |                      ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  121 |       using uint128 = unsigned __int128;
      |                                ^~~~~~~~
[ 80%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/scheme/ckksrns/ckksrns-utils.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/utilities.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/lib/scheme/ckksrns/ckksrns-utils.cpp:34:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
[ 81%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/scheme/gen-cryptocontext-params-impl.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/scheme/gen-cryptocontext-params.h:40,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/lib/scheme/gen-cryptocontext-params-impl.cpp:36:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
[ 82%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/scheme/gen-cryptocontext-params-validation.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/scheme/gen-cryptocontext-params.h:40,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/scheme/gen-cryptocontext-params-validation.h:34,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/lib/scheme/gen-cryptocontext-params-validation.cpp:31:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
[ 83%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/scheme/scheme-id-impl.cpp.o
[ 84%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/scheme/scheme-swch-params.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/stdlatticeparms.h:41,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/scheme/scheme-swch-params.h:34,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/lib/scheme/scheme-swch-params.cpp:31:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
[ 85%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/schemebase/base-advancedshe.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/schemebase/base-advancedshe.h:41,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/lib/schemebase/base-advancedshe.cpp:31:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/key/privatekey.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/lib/schemebase/base-advancedshe.cpp:33:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  120 |       using int128 = __int128;
      |                      ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  121 |       using uint128 = unsigned __int128;
      |                                ^~~~~~~~
[ 86%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/schemebase/base-cryptoparameters.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/constants-defs.h:34,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/constants.h:37,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/encoding/ckkspackedencoding.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/encoding/encodings.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/schemebase/base-cryptoparameters.h:34,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/lib/schemebase/base-cryptoparameters.cpp:31:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
[ 87%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/schemebase/base-fhe.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/binfhe/include/binfhe-base-params.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/binfhe/include/binfhe-base-scheme.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/binfhe/include/binfhecontext.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/schemebase/base-fhe.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/lib/schemebase/base-fhe.cpp:32:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/key/privatekey.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/key/keypair.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/schemebase/base-fhe.h:39:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  120 |       using int128 = __int128;
      |                      ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  121 |       using uint128 = unsigned __int128;
      |                                ^~~~~~~~
[ 88%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/schemebase/base-leveledshe.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/binfhe/include/binfhe-base-params.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/binfhe/include/binfhe-base-scheme.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/binfhe/include/binfhecontext.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/cryptocontext.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/lib/schemebase/base-leveledshe.cpp:32:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/ciphertext.h:41,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/cryptocontext.h:40:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  120 |       using int128 = __int128;
      |                      ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  121 |       using uint128 = unsigned __int128;
      |                                ^~~~~~~~
[ 88%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/schemebase/base-multiparty.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/binfhe/include/binfhe-base-params.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/binfhe/include/binfhe-base-scheme.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/binfhe/include/binfhecontext.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/cryptocontext.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/lib/schemebase/base-multiparty.cpp:32:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/ciphertext.h:41,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/cryptocontext.h:40:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  120 |       using int128 = __int128;
      |                      ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  121 |       using uint128 = unsigned __int128;
      |                                ^~~~~~~~
[ 89%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/schemebase/base-parametergeneration.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/constants-defs.h:34,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/constants.h:37,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/schemebase/base-parametergeneration.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/lib/schemebase/base-parametergeneration.cpp:31:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
[ 90%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/schemebase/base-pke.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/binfhe/include/binfhe-base-params.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/binfhe/include/binfhe-base-scheme.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/binfhe/include/binfhecontext.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/cryptocontext.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/lib/schemebase/base-pke.cpp:32:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/ciphertext.h:41,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/cryptocontext.h:40:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  120 |       using int128 = __int128;
      |                      ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  121 |       using uint128 = unsigned __int128;
      |                                ^~~~~~~~
[ 91%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/schemebase/base-pre.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/schemebase/base-pre.h:38,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/lib/schemebase/base-pre.cpp:31:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/key/privatekey.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/lib/schemebase/base-pre.cpp:33:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  120 |       using int128 = __int128;
      |                      ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  121 |       using uint128 = unsigned __int128;
      |                                ^~~~~~~~
[ 92%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/schemebase/base-scheme.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/encoding/encodingparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/cryptoobject.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/key/key.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/key/evalkey.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/lib/schemebase/base-scheme.cpp:32:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  120 |       using int128 = __int128;
      |                      ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  121 |       using uint128 = unsigned __int128;
      |                                ^~~~~~~~
[ 93%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/schemebase/rlwe-cryptoparameters-impl.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/schemebase/rlwe-cryptoparameters.h:42,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/lib/schemebase/rlwe-cryptoparameters-impl.cpp:32:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
[ 94%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/schemelet/rlwe-mp.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/schemebase/rlwe-cryptoparameters.h:42,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/lib/schemelet/rlwe-mp.cpp:32:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/key/privatekey.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/key/keypair.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/schemelet/rlwe-mp.h:37,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/lib/schemelet/rlwe-mp.cpp:33:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  120 |       using int128 = __int128;
      |                      ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  121 |       using uint128 = unsigned __int128;
      |                                ^~~~~~~~
[ 95%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/schemerns/rns-cryptoparameters.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/schemerns/rns-cryptoparameters.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/lib/schemerns/rns-cryptoparameters.cpp:35:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
[ 96%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/schemerns/rns-leveledshe.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/binfhe/include/binfhe-base-params.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/binfhe/include/binfhe-base-scheme.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/binfhe/include/binfhecontext.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/cryptocontext.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/lib/schemerns/rns-leveledshe.cpp:34:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/ciphertext.h:41,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/cryptocontext.h:40:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  120 |       using int128 = __int128;
      |                      ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  121 |       using uint128 = unsigned __int128;
      |                                ^~~~~~~~
[ 97%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/schemerns/rns-multiparty.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/schemerns/rns-multiparty.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/lib/schemerns/rns-multiparty.cpp:31:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/key/privatekey.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/lib/schemerns/rns-multiparty.cpp:33:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  120 |       using int128 = __int128;
      |                      ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  121 |       using uint128 = unsigned __int128;
      |                                ^~~~~~~~
[ 98%] Building CXX object src/pke/CMakeFiles/pkeobj.dir/lib/schemerns/rns-pke.cpp.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/schemerns/rns-pke.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/lib/schemerns/rns-pke.cpp:31:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/core/include/utils/serial.h:69,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/key/key.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/include/ciphertext.h:41,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/src/pke/lib/schemerns/rns-pke.cpp:33:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  120 |       using int128 = __int128;
      |                      ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/cereal/include/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  121 |       using uint128 = unsigned __int128;
      |                                ^~~~~~~~
[ 98%] Built target pkeobj
[100%] Linking CXX static library ../../lib/libOPENFHEpke_static.a
[100%] Built target OPENFHEpke_static
cp: cannot stat '/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/demoData': No such file or directory
-- demoData folder already exists
[  0%] Built target third-party
[ 78%] Built target coreobj
[ 80%] Built target OPENFHEcore_static
[100%] Built target binfheobj
[100%] Built target OPENFHEbinfhe_static
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/build'
>>> OpenFHE built in /data/localhost/ripley/R/packages/tests-devel/openfhe.R/inst/openfhe/build
>>> OpenFHE installed to /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib
* Wrote src/Makevars
  PKG_CPPFLAGS = -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/binfhe -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/cereal
  PKG_CXXFLAGS = -fopenmp
  PKG_LIBS     = -L/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/lib -lOPENFHEpke -lOPENFHEbinfhe -lOPENFHEcore -lpthread -ldl -fopenmp
** libs
specified C++17
using C++ compiler: ‘g++ (GCC) 16.1.1 20260515 (Red Hat 16.1.1-2)’
using C++17
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src'
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/binfhe -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/cereal -I'/data/localhost/ripley/R/test-dev/cpp11/include' -I/usr/local/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 binfhe_bindings.cpp -o binfhe_bindings.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/openfhecore.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:40,
                 from openfhe_cpp11.h:13,
                 from binfhe_bindings.cpp:3:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/utils/serial.h:69,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/key/key.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/key/privatekey.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/key/keypair.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:42:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  120 |       using int128 = __int128;
      |                      ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  121 |       using uint128 = unsigned __int128;
      |                                ^~~~~~~~
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/binfhe -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/cereal -I'/data/localhost/ripley/R/test-dev/cpp11/include' -I/usr/local/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 cpp11.cpp -o cpp11.o
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/binfhe -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/cereal -I'/data/localhost/ripley/R/test-dev/cpp11/include' -I/usr/local/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 init.cpp -o init.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/openfhecore.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:40,
                 from openfhe_cpp11.h:13,
                 from init.cpp:2:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/utils/serial.h:69,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/key/key.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/key/privatekey.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/key/keypair.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:42:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  120 |       using int128 = __int128;
      |                      ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  121 |       using uint128 = unsigned __int128;
      |                                ^~~~~~~~
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/binfhe -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/cereal -I'/data/localhost/ripley/R/test-dev/cpp11/include' -I/usr/local/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 pke_bindings.cpp -o pke_bindings.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/openfhecore.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:40,
                 from openfhe_cpp11.h:13,
                 from pke_bindings.cpp:3:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/utils/serial.h:69,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/key/key.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/key/privatekey.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/key/keypair.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:42:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  120 |       using int128 = __int128;
      |                      ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  121 |       using uint128 = unsigned __int128;
      |                                ^~~~~~~~
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/binfhe -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/cereal -I'/data/localhost/ripley/R/test-dev/cpp11/include' -I/usr/local/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 pke_ccparams_getters.cpp -o pke_ccparams_getters.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/openfhecore.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:40,
                 from openfhe_cpp11.h:13,
                 from pke_ccparams_getters.cpp:34:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/utils/serial.h:69,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/key/key.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/key/privatekey.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/key/keypair.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:42:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  120 |       using int128 = __int128;
      |                      ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  121 |       using uint128 = unsigned __int128;
      |                                ^~~~~~~~
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/binfhe -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/cereal -I'/data/localhost/ripley/R/test-dev/cpp11/include' -I/usr/local/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 pke_ccparams_setters.cpp -o pke_ccparams_setters.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/openfhecore.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:40,
                 from openfhe_cpp11.h:13,
                 from pke_ccparams_setters.cpp:25:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/utils/serial.h:69,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/key/key.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/key/privatekey.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/key/keypair.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:42:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  120 |       using int128 = __int128;
      |                      ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  121 |       using uint128 = unsigned __int128;
      |                                ^~~~~~~~
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/binfhe -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/cereal -I'/data/localhost/ripley/R/test-dev/cpp11/include' -I/usr/local/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 pke_ciphertext_accessors.cpp -o pke_ciphertext_accessors.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/openfhecore.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:40,
                 from openfhe_cpp11.h:13,
                 from pke_ciphertext_accessors.cpp:24:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/utils/serial.h:69,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/key/key.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/key/privatekey.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/key/keypair.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:42:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  120 |       using int128 = __int128;
      |                      ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  121 |       using uint128 = unsigned __int128;
      |                                ^~~~~~~~
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/binfhe -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/cereal -I'/data/localhost/ripley/R/test-dev/cpp11/include' -I/usr/local/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 pke_ckks_complex.cpp -o pke_ckks_complex.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/openfhecore.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:40,
                 from openfhe_cpp11.h:13,
                 from pke_ckks_complex.cpp:39:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/utils/serial.h:69,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/key/key.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/key/privatekey.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/key/keypair.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:42:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  120 |       using int128 = __int128;
      |                      ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  121 |       using uint128 = unsigned __int128;
      |                                ^~~~~~~~
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/binfhe -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/cereal -I'/data/localhost/ripley/R/test-dev/cpp11/include' -I/usr/local/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 pke_ckks_eval_poly.cpp -o pke_ckks_eval_poly.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/openfhecore.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:40,
                 from openfhe_cpp11.h:13,
                 from pke_ckks_eval_poly.cpp:28:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/utils/serial.h:69,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/key/key.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/key/privatekey.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/key/keypair.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:42:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  120 |       using int128 = __int128;
      |                      ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  121 |       using uint128 = unsigned __int128;
      |                                ^~~~~~~~
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/binfhe -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/cereal -I'/data/localhost/ripley/R/test-dev/cpp11/include' -I/usr/local/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 pke_ckks_fast_rotation.cpp -o pke_ckks_fast_rotation.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/openfhecore.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:40,
                 from openfhe_cpp11.h:13,
                 from pke_ckks_fast_rotation.cpp:35:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/utils/serial.h:69,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/key/key.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/key/privatekey.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/key/keypair.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:42:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  120 |       using int128 = __int128;
      |                      ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  121 |       using uint128 = unsigned __int128;
      |                                ^~~~~~~~
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/binfhe -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/cereal -I'/data/localhost/ripley/R/test-dev/cpp11/include' -I/usr/local/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 pke_ckks_interactive_boot.cpp -o pke_ckks_interactive_boot.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/openfhecore.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:40,
                 from openfhe_cpp11.h:13,
                 from pke_ckks_interactive_boot.cpp:34:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/utils/serial.h:69,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/key/key.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/key/privatekey.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/key/keypair.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:42:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  120 |       using int128 = __int128;
      |                      ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  121 |       using uint128 = unsigned __int128;
      |                                ^~~~~~~~
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/binfhe -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/cereal -I'/data/localhost/ripley/R/test-dev/cpp11/include' -I/usr/local/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 pke_closers.cpp -o pke_closers.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/openfhecore.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:40,
                 from openfhe_cpp11.h:13,
                 from pke_closers.cpp:16:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/utils/serial.h:69,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/key/key.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/key/privatekey.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/key/keypair.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:42:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  120 |       using int128 = __int128;
      |                      ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  121 |       using uint128 = unsigned __int128;
      |                                ^~~~~~~~
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/binfhe -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/cereal -I'/data/localhost/ripley/R/test-dev/cpp11/include' -I/usr/local/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 pke_cryptocontext_getters.cpp -o pke_cryptocontext_getters.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/openfhecore.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:40,
                 from openfhe_cpp11.h:13,
                 from pke_cryptocontext_getters.cpp:33:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/binfhe -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/cereal -I'/data/localhost/ripley/R/test-dev/cpp11/include' -I/usr/local/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 pke_eval.cpp -o pke_eval.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/utils/serial.h:69,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/key/key.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/key/privatekey.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/key/keypair.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:42:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  120 |       using int128 = __int128;
      |                      ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  121 |       using uint128 = unsigned __int128;
      |                                ^~~~~~~~
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/openfhecore.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:40,
                 from openfhe_cpp11.h:13,
                 from pke_eval.cpp:28:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/utils/serial.h:69,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/key/key.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/key/privatekey.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/key/keypair.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:42:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  120 |       using int128 = __int128;
      |                      ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  121 |       using uint128 = unsigned __int128;
      |                                ^~~~~~~~
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/binfhe -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/cereal -I'/data/localhost/ripley/R/test-dev/cpp11/include' -I/usr/local/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 pke_key_management_getters.cpp -o pke_key_management_getters.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/openfhecore.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:40,
                 from openfhe_cpp11.h:13,
                 from pke_key_management_getters.cpp:33:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/utils/serial.h:69,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/key/key.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/key/privatekey.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/key/keypair.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:42:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  120 |       using int128 = __int128;
      |                      ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  121 |       using uint128 = unsigned __int128;
      |                                ^~~~~~~~
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/binfhe -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/cereal -I'/data/localhost/ripley/R/test-dev/cpp11/include' -I/usr/local/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 pke_key_management_insert.cpp -o pke_key_management_insert.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/openfhecore.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:40,
                 from openfhe_cpp11.h:13,
                 from pke_key_management_insert.cpp:19:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/utils/serial.h:69,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/key/key.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/key/privatekey.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/key/keypair.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:42:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  120 |       using int128 = __int128;
      |                      ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  121 |       using uint128 = unsigned __int128;
      |                                ^~~~~~~~
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/binfhe -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/cereal -I'/data/localhost/ripley/R/test-dev/cpp11/include' -I/usr/local/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 pke_multi_eval_keys.cpp -o pke_multi_eval_keys.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/openfhecore.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:40,
                 from openfhe_cpp11.h:13,
                 from pke_multi_eval_keys.cpp:38:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/utils/serial.h:69,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/key/key.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/key/privatekey.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/key/keypair.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:42:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  120 |       using int128 = __int128;
      |                      ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  121 |       using uint128 = unsigned __int128;
      |                                ^~~~~~~~
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/binfhe -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/cereal -I'/data/localhost/ripley/R/test-dev/cpp11/include' -I/usr/local/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 pke_multiparty.cpp -o pke_multiparty.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/openfhecore.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:40,
                 from openfhe_cpp11.h:13,
                 from pke_multiparty.cpp:15:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/utils/serial.h:69,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/key/key.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/key/privatekey.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/key/keypair.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:42:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  120 |       using int128 = __int128;
      |                      ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  121 |       using uint128 = unsigned __int128;
      |                                ^~~~~~~~
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/binfhe -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/cereal -I'/data/localhost/ripley/R/test-dev/cpp11/include' -I/usr/local/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 pke_plaintext_accessors.cpp -o pke_plaintext_accessors.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/openfhecore.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:40,
                 from openfhe_cpp11.h:13,
                 from pke_plaintext_accessors.cpp:30:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/utils/serial.h:69,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/key/key.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/key/privatekey.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/key/keypair.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:42:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  120 |       using int128 = __int128;
      |                      ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  121 |       using uint128 = unsigned __int128;
      |                                ^~~~~~~~
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/binfhe -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/cereal -I'/data/localhost/ripley/R/test-dev/cpp11/include' -I/usr/local/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 pke_secret_sharing.cpp -o pke_secret_sharing.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/openfhecore.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:40,
                 from openfhe_cpp11.h:13,
                 from pke_secret_sharing.cpp:40:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/utils/serial.h:69,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/key/key.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/key/privatekey.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/key/keypair.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:42:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  120 |       using int128 = __int128;
      |                      ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  121 |       using uint128 = unsigned __int128;
      |                                ^~~~~~~~
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/binfhe -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/cereal -I'/data/localhost/ripley/R/test-dev/cpp11/include' -I/usr/local/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 pke_serialization.cpp -o pke_serialization.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/openfhecore.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:40,
                 from openfhe_cpp11.h:13,
                 from pke_serialization.cpp:3:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/utils/serial.h:69,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/key/key.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/key/privatekey.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/key/keypair.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:42:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  120 |       using int128 = __int128;
      |                      ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  121 |       using uint128 = unsigned __int128;
      |                                ^~~~~~~~
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/binfhe -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/cereal -I'/data/localhost/ripley/R/test-dev/cpp11/include' -I/usr/local/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 pke_sum_key_serial.cpp -o pke_sum_key_serial.o
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/utils/inttypes.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/vector.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/math-hal.h:47,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/elemparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/default/ilparams.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/hal/lat-backend.h:49,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/lattice/lat-hal.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/openfhecore.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:40,
                 from openfhe_cpp11.h:13,
                 from pke_sum_key_serial.cpp:20:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:50:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   50 |         using DoubleNativeInt = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:51:42: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   51 |         using uint128_t       = unsigned __int128;
      |                                          ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/math/hal/basicint.h:52:33: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
   52 |         using int128_t        = __int128;
      |                                 ^~~~~~~~
In file included from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core/utils/serial.h:69,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/key/key.h:36,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/key/privatekey.h:39,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/key/keypair.h:35,
                 from /data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke/openfhe.h:42:
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:120:22: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  120 |       using int128 = __int128;
      |                      ^~~~~~~~
/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/cereal/archives/json.hpp:121:32: warning: ISO C++ does not support ‘__int128’ for ‘type name’ [-Wpedantic]
  121 |       using uint128 = unsigned __int128;
      |                                ^~~~~~~~
g++ -std=gnu++17 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/core -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/pke -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/binfhe -I/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/include/openfhe/cereal -I'/data/localhost/ripley/R/test-dev/cpp11/include' -I/usr/local/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 r_streams.cpp -o r_streams.o
g++ -std=gnu++17 -shared -L/usr/local/lib64 -o openfhe.R.so binfhe_bindings.o cpp11.o init.o pke_bindings.o pke_ccparams_getters.o pke_ccparams_setters.o pke_ciphertext_accessors.o pke_ckks_complex.o pke_ckks_eval_poly.o pke_ckks_fast_rotation.o pke_ckks_interactive_boot.o pke_closers.o pke_cryptocontext_getters.o pke_eval.o pke_key_management_getters.o pke_key_management_insert.o pke_multi_eval_keys.o pke_multiparty.o pke_plaintext_accessors.o pke_secret_sharing.o pke_serialization.o pke_sum_key_serial.o r_streams.o -L/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src/openfhelib/lib -lOPENFHEpke -lOPENFHEbinfhe -lOPENFHEcore -lpthread -ldl -fopenmp
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src'
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src'
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/openfhe.R/src'
installing to /data/localhost/ripley/R/packages/tests-devel/openfhe.R.Rcheck/00LOCK-openfhe.R/00new/openfhe.R/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 (openfhe.R)