* installing *source* package ‘luajr’ ...
** this is package ‘luajr’ version ‘0.1.9’
** package ‘luajr’ 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)’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/luajr/src'
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -Iluajit/src  -I/usr/local/include    -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 lua_api.cpp -o lua_api.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -Iluajit/src  -I/usr/local/include    -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 lua_internal.cpp -o lua_internal.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -Iluajit/src  -I/usr/local/include    -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 luajrstdr.cpp -o luajrstdr.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -Iluajit/src  -I/usr/local/include    -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 parallel.cpp -o parallel.o
luajrstdr.cpp: In function ‘void luajr_Cexit(int)’:
luajrstdr.cpp:23:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
   23 |     if (exit_code == EXIT_FAILURE)
      |                   ^
luajrstdr.cpp: In function ‘size_t luajr_Cfread(void*, size_t, size_t, FILE*)’:
luajrstdr.cpp:280:34: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
  280 |                 size_t n = count < RConsoleBufCnt ? count : RConsoleBufCnt;
      |                            ~~~~~~^~~~~~~~~~~~~~~~
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -Iluajit/src  -I/usr/local/include    -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 push_to.cpp -o push_to.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -Iluajit/src  -I/usr/local/include    -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 registry_entry.cpp -o registry_entry.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -Iluajit/src  -I/usr/local/include    -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 run_func.cpp -o run_func.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -Iluajit/src  -I/usr/local/include    -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 setup.cpp -o setup.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -Iluajit/src  -I/usr/local/include    -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 state.cpp -o state.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -Iluajit/src  -I/usr/local/include    -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 tools.cpp -o tools.o
make[2]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/luajr/src/luajit'
==== Building LuaJIT 2.1 (amalgamation) ====
make -C src amalg
make[3]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/luajr/src/luajit/src'
make all "LJCORE_O=ljamalg.o"
make[4]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/luajr/src/luajit/src'
HOSTCC    host/minilua.o
HOSTCC    host/buildvm_asm.o
HOSTCC    host/buildvm_peobj.o
HOSTCC    host/buildvm_lib.o
HOSTCC    host/buildvm_fold.o
HOSTLINK  host/minilua
VERSION   luajit.h
DYNASM    host/buildvm_arch.h
HOSTCC    host/buildvm.o
HOSTLINK  host/buildvm
BUILDVM   lj_vm.S
BUILDVM   lj_ffdef.h
BUILDVM   lj_bcdef.h
BUILDVM   lj_folddef.h
BUILDVM   lj_recdef.h
BUILDVM   lj_libdef.h
ASM       lj_vm.o
CC        ljamalg.o
AR        libluajit.a
make[4]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/luajr/src/luajit/src'
make[3]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/luajr/src/luajit/src'
==== Successfully built LuaJIT 2.1 (amalgamation) ====
make[2]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/luajr/src/luajit'
g++ -std=gnu++17 -shared -L/usr/local/lib64 -o luajr.so lua_api.o lua_internal.o luajrstdr.o parallel.o push_to.o registry_entry.o run_func.o setup.o state.o tools.o luajit/src/libluajit.a
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/luajr/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/luajr/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/luajr/src'
installing to /data/gannet/ripley/R/packages/tests-devel/luajr.Rcheck/00LOCK-luajr/00new/luajr/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 (luajr)