* installing *source* package ‘edgemodelr’ ...
** this is package ‘edgemodelr’ version ‘0.1.0’
** package ‘edgemodelr’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++ (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)’
using C++17
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/edgemodelr/src'
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -include r_output_redirect.h -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include   -DNDEBUG -DGGML_USE_CPU  -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   -fPIC -c bindings.cpp -o bindings.o
In file included from ./llama/llama.h:4,
                 from bindings.cpp:10:
./ggml/ggml.h:359:80: warning: ‘r_printf’ is an unrecognized format function type [-Wformat=]
  359 |     GGML_API void ggml_abort(const char * file, int line, const char * fmt, ...);
      |                                                                                ^
./ggml/ggml.h:836:108: warning: ‘r_printf’ is an unrecognized format function type [-Wformat=]
  836 |     GGML_API struct ggml_tensor * ggml_format_name(      struct ggml_tensor * tensor, const char * fmt, ...);
      |                                                                                                            ^
In file included from /data/gannet/ripley/R/R-devel/include/R.h:73,
                 from ./r_output_redirect.h:19,
                 from <command-line>:
/data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/exceptions.h: In function ‘void Rcpp::Rf_warning(const char*, Args&& ...) [with Args = {const char*}]’:
/data/gannet/ripley/R/R-devel/include/R_ext/Error.h:85:17: warning: infinite recursion detected [-Winfinite-recursion]
   85 | #define warning Rf_warning
      |                 ^~~~~~~~~~
/data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/exceptions.h:190:17: note: in expansion of macro ‘warning’
  190 |     inline void warning(const char* fmt, Args&&... args ) {
      |                 ^~~~~~~
In file included from /data/gannet/ripley/R/test-dev/Rcpp/include/RcppCommon.h:133,
                 from /data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp.h:27,
                 from bindings.cpp:3:
/data/gannet/ripley/R/test-dev/Rcpp/include/Rcpp/exceptions.h:191:19: note: recursive call
  191 |         Rf_warning("%s", tfm::format(fmt, std::forward<Args>(args)... ).c_str());
      |         ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -include r_output_redirect.h -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include   -DNDEBUG -DGGML_USE_CPU  -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   -fPIC -c RcppExports.cpp -o RcppExports.o
gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -include r_output_redirect.h -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include   -DNDEBUG -DGGML_USE_CPU -DUSING_R=1 -fPIC -c ggml/ggml.c -o ggml/ggml.o
gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -include r_output_redirect.h -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include   -DNDEBUG -DGGML_USE_CPU -DUSING_R=1 -fPIC -c ggml/ggml-alloc.c -o ggml/ggml-alloc.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -include r_output_redirect.h -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include   -DNDEBUG -DGGML_USE_CPU  -fPIC -c ggml/gguf.cpp -o ggml/gguf.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -include r_output_redirect.h -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include   -DNDEBUG -DGGML_USE_CPU  -fPIC -c ggml/ggml-backend.cpp -o ggml/ggml-backend.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -include r_output_redirect.h -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include   -DNDEBUG -DGGML_USE_CPU  -fPIC -c ggml/ggml-backend-reg.cpp -o ggml/ggml-backend-reg.o
gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -include r_output_redirect.h -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include   -DNDEBUG -DGGML_USE_CPU -DUSING_R=1 -fPIC -c ggml/ggml-quants.c -o ggml/ggml-quants.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -include r_output_redirect.h -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include   -DNDEBUG -DGGML_USE_CPU  -fPIC -c ggml/ggml-threading.cpp -o ggml/ggml-threading.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -include r_output_redirect.h -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include   -DNDEBUG -DGGML_USE_CPU  -fPIC -c ggml/ggml-opt.cpp -o ggml/ggml-opt.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -include r_output_redirect.h -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include   -DNDEBUG -DGGML_USE_CPU  -fPIC -c llama/llama-adapter.cpp -o llama/llama-adapter.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -include r_output_redirect.h -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include   -DNDEBUG -DGGML_USE_CPU  -fPIC -c llama/llama-arch.cpp -o llama/llama-arch.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -include r_output_redirect.h -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include   -DNDEBUG -DGGML_USE_CPU  -fPIC -c llama/llama-batch.cpp -o llama/llama-batch.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -include r_output_redirect.h -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include   -DNDEBUG -DGGML_USE_CPU  -fPIC -c llama/llama-chat.cpp -o llama/llama-chat.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -include r_output_redirect.h -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include   -DNDEBUG -DGGML_USE_CPU  -fPIC -c llama/llama-context.cpp -o llama/llama-context.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -include r_output_redirect.h -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include   -DNDEBUG -DGGML_USE_CPU  -fPIC -c llama/llama-cparams.cpp -o llama/llama-cparams.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -include r_output_redirect.h -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include   -DNDEBUG -DGGML_USE_CPU  -fPIC -c llama/llama-grammar.cpp -o llama/llama-grammar.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -include r_output_redirect.h -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include   -DNDEBUG -DGGML_USE_CPU  -fPIC -c llama/llama-graph.cpp -o llama/llama-graph.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -include r_output_redirect.h -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include   -DNDEBUG -DGGML_USE_CPU  -fPIC -c llama/llama-hparams.cpp -o llama/llama-hparams.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -include r_output_redirect.h -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include   -DNDEBUG -DGGML_USE_CPU  -fPIC -c llama/llama-impl.cpp -o llama/llama-impl.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -include r_output_redirect.h -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include   -DNDEBUG -DGGML_USE_CPU  -fPIC -c llama/llama-io.cpp -o llama/llama-io.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -include r_output_redirect.h -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include   -DNDEBUG -DGGML_USE_CPU  -fPIC -c llama/llama-kv-cache-iswa.cpp -o llama/llama-kv-cache-iswa.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -include r_output_redirect.h -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include   -DNDEBUG -DGGML_USE_CPU  -fPIC -c llama/llama-kv-cache.cpp -o llama/llama-kv-cache.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -include r_output_redirect.h -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include   -DNDEBUG -DGGML_USE_CPU  -fPIC -c llama/llama-memory-hybrid.cpp -o llama/llama-memory-hybrid.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -include r_output_redirect.h -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include   -DNDEBUG -DGGML_USE_CPU  -fPIC -c llama/llama-memory-recurrent.cpp -o llama/llama-memory-recurrent.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -include r_output_redirect.h -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include   -DNDEBUG -DGGML_USE_CPU  -fPIC -c llama/llama-memory.cpp -o llama/llama-memory.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -include r_output_redirect.h -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include   -DNDEBUG -DGGML_USE_CPU  -fPIC -c llama/llama-mmap.cpp -o llama/llama-mmap.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -include r_output_redirect.h -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include   -DNDEBUG -DGGML_USE_CPU  -fPIC -c llama/llama-model-loader.cpp -o llama/llama-model-loader.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -include r_output_redirect.h -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include   -DNDEBUG -DGGML_USE_CPU  -fPIC -c llama/llama-model-saver.cpp -o llama/llama-model-saver.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -include r_output_redirect.h -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include   -DNDEBUG -DGGML_USE_CPU  -fPIC -c llama/llama-model.cpp -o llama/llama-model.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -include r_output_redirect.h -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include   -DNDEBUG -DGGML_USE_CPU  -fPIC -c llama/llama-quant.cpp -o llama/llama-quant.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -include r_output_redirect.h -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include   -DNDEBUG -DGGML_USE_CPU  -fPIC -c llama/llama-sampling.cpp -o llama/llama-sampling.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -include r_output_redirect.h -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include   -DNDEBUG -DGGML_USE_CPU  -fPIC -c llama/llama-vocab.cpp -o llama/llama-vocab.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -include r_output_redirect.h -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include   -DNDEBUG -DGGML_USE_CPU  -fPIC -c llama/llama.cpp -o llama/llama.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -include r_output_redirect.h -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include   -DNDEBUG -DGGML_USE_CPU  -fPIC -c llama/unicode-data.cpp -o llama/unicode-data.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -include r_output_redirect.h -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include   -DNDEBUG -DGGML_USE_CPU  -fPIC -c llama/unicode.cpp -o llama/unicode.o
gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -include r_output_redirect.h -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include   -DNDEBUG -DGGML_USE_CPU -DUSING_R=1 -fPIC -c ggml/ggml-cpu/ggml-cpu.c -o ggml/ggml-cpu/ggml-cpu-c.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -include r_output_redirect.h -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include   -DNDEBUG -DGGML_USE_CPU  -fPIC -c ggml/ggml-cpu/ggml-cpu.cpp -o ggml/ggml-cpu/ggml-cpu-cpp.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -include r_output_redirect.h -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include   -DNDEBUG -DGGML_USE_CPU  -fPIC -c ggml/ggml-cpu/ops.cpp -o ggml/ggml-cpu/ops.o
In file included from ggml/ggml-cpu/ops.cpp:1:
ggml/ggml-cpu/ops.h:10:30: warning: use of ‘std::hardware_destructive_interference_size’ [-Winterference-size]
   10 | #define CACHE_LINE_SIZE std::hardware_destructive_interference_size
      |                         ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ggml/ggml-cpu/ops.h:21:43: note: in expansion of macro ‘CACHE_LINE_SIZE’
   21 | static const size_t CACHE_LINE_SIZE_F32 = CACHE_LINE_SIZE/sizeof(float);
      |                                           ^~~~~~~~~~~~~~~
ggml/ggml-cpu/ops.h:10:30: note: its value can vary between compiler versions or with different ‘-mtune’ or ‘-mcpu’ flags
   10 | #define CACHE_LINE_SIZE std::hardware_destructive_interference_size
      |                         ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ggml/ggml-cpu/ops.h:21:43: note: in expansion of macro ‘CACHE_LINE_SIZE’
   21 | static const size_t CACHE_LINE_SIZE_F32 = CACHE_LINE_SIZE/sizeof(float);
      |                                           ^~~~~~~~~~~~~~~
ggml/ggml-cpu/ops.h:10:30: note: if this use is part of a public ABI, change it to instead use a constant variable you define
   10 | #define CACHE_LINE_SIZE std::hardware_destructive_interference_size
      |                         ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ggml/ggml-cpu/ops.h:21:43: note: in expansion of macro ‘CACHE_LINE_SIZE’
   21 | static const size_t CACHE_LINE_SIZE_F32 = CACHE_LINE_SIZE/sizeof(float);
      |                                           ^~~~~~~~~~~~~~~
ggml/ggml-cpu/ops.h:10:30: note: the default value for the current CPU tuning is 64 bytes
   10 | #define CACHE_LINE_SIZE std::hardware_destructive_interference_size
      |                         ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ggml/ggml-cpu/ops.h:21:43: note: in expansion of macro ‘CACHE_LINE_SIZE’
   21 | static const size_t CACHE_LINE_SIZE_F32 = CACHE_LINE_SIZE/sizeof(float);
      |                                           ^~~~~~~~~~~~~~~
ggml/ggml-cpu/ops.h:10:30: note: you can stabilize this value with ‘--param hardware_destructive_interference_size=64’, or disable this warning with ‘-Wno-interference-size’
   10 | #define CACHE_LINE_SIZE std::hardware_destructive_interference_size
      |                         ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ggml/ggml-cpu/ops.h:21:43: note: in expansion of macro ‘CACHE_LINE_SIZE’
   21 | static const size_t CACHE_LINE_SIZE_F32 = CACHE_LINE_SIZE/sizeof(float);
      |                                           ^~~~~~~~~~~~~~~
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -include r_output_redirect.h -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include   -DNDEBUG -DGGML_USE_CPU  -fPIC -c ggml/ggml-cpu/binary-ops.cpp -o ggml/ggml-cpu/binary-ops.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -include r_output_redirect.h -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include   -DNDEBUG -DGGML_USE_CPU  -fPIC -c ggml/ggml-cpu/unary-ops.cpp -o ggml/ggml-cpu/unary-ops.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -include r_output_redirect.h -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include   -DNDEBUG -DGGML_USE_CPU  -fPIC -c ggml/ggml-cpu/vec.cpp -o ggml/ggml-cpu/vec.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -include r_output_redirect.h -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include   -DNDEBUG -DGGML_USE_CPU  -fPIC -c ggml/ggml-cpu/traits.cpp -o ggml/ggml-cpu/traits.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -include r_output_redirect.h -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include   -DNDEBUG -DGGML_USE_CPU  -fPIC -c ggml/ggml-cpu/repack.cpp -o ggml/ggml-cpu/repack.o
gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -include r_output_redirect.h -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include   -DNDEBUG -DGGML_USE_CPU -DUSING_R=1 -fPIC -c ggml/ggml-cpu/quants.c -o ggml/ggml-cpu/quants.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -include r_output_redirect.h -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include   -DNDEBUG -DGGML_USE_CPU  -fPIC -c ggml/ggml-cpu/arch/x86/cpu-feats.cpp -o ggml/ggml-cpu/arch/x86/cpu-feats.o
gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -include r_output_redirect.h -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include   -DNDEBUG -DGGML_USE_CPU -DUSING_R=1 -fPIC -c ggml/ggml-cpu/arch/x86/quants.c -o ggml/ggml-cpu/arch/x86/quants.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include -I./llama -I./ggml -I./ggml/ggml-cpu -DUSING_R=1 -include r_output_redirect.h -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include   -DNDEBUG -DGGML_USE_CPU  -fPIC -c ggml/ggml-cpu/arch/x86/repack.cpp -o ggml/ggml-cpu/arch/x86/repack.o
g++ -std=gnu++17 -shared -L/usr/local/lib64 -o edgemodelr.so bindings.o RcppExports.o ggml/ggml.o ggml/ggml-alloc.o ggml/gguf.o ggml/ggml-backend.o ggml/ggml-backend-reg.o ggml/ggml-quants.o ggml/ggml-threading.o ggml/ggml-opt.o llama/llama-adapter.o llama/llama-arch.o llama/llama-batch.o llama/llama-chat.o llama/llama-context.o llama/llama-cparams.o llama/llama-grammar.o llama/llama-graph.o llama/llama-hparams.o llama/llama-impl.o llama/llama-io.o llama/llama-kv-cache-iswa.o llama/llama-kv-cache.o llama/llama-memory-hybrid.o llama/llama-memory-recurrent.o llama/llama-memory.o llama/llama-mmap.o llama/llama-model-loader.o llama/llama-model-saver.o llama/llama-model.o llama/llama-quant.o llama/llama-sampling.o llama/llama-vocab.o llama/llama.o llama/unicode-data.o llama/unicode.o ggml/ggml-cpu/ggml-cpu-c.o ggml/ggml-cpu/ggml-cpu-cpp.o ggml/ggml-cpu/ops.o ggml/ggml-cpu/binary-ops.o ggml/ggml-cpu/unary-ops.o ggml/ggml-cpu/vec.o ggml/ggml-cpu/traits.o ggml/ggml-cpu/repack.o ggml/ggml-cpu/quants.o ggml/ggml-cpu/arch/x86/cpu-feats.o ggml/ggml-cpu/arch/x86/quants.o ggml/ggml-cpu/arch/x86/repack.o -llapack -L/data/gannet/ripley/R/R-devel/lib -lRblas -lgfortran -lm -lquadmath
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/edgemodelr/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/edgemodelr/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/edgemodelr/src'
installing to /data/gannet/ripley/R/packages/tests-devel/edgemodelr.Rcheck/00LOCK-edgemodelr/00new/edgemodelr/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (edgemodelr)