* installing *source* package ‘QuickJSR’ ...
** this is package ‘QuickJSR’ version ‘1.8.0’
** package ‘QuickJSR’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)’
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/QuickJSR/src'
gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I"../inst/include/" -I"quickjs" -D_GNU_SOURCE  -I/usr/local/include    -fpic  -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  -funsigned-char -std=gnu11 -c libquickjs.c
In file included from libquickjs.c:5:
quickjs/quickjs.c: In function ‘mark_weak_map_value’:
quickjs/quickjs.c:5826:17: warning: variable ‘s’ set but not used [-Wunused-but-set-variable]
 5826 |     JSMapState *s;
      |                 ^
quickjs/quickjs.c: In function ‘num_keys_cmp’:
quickjs/quickjs.c:7885:28: warning: variable ‘atom2_is_integer’ set but not used [-Wunused-but-set-variable]
 7885 |     bool atom1_is_integer, atom2_is_integer;
      |                            ^~~~~~~~~~~~~~~~
quickjs/quickjs.c:7885:10: warning: variable ‘atom1_is_integer’ set but not used [-Wunused-but-set-variable]
 7885 |     bool atom1_is_integer, atom2_is_integer;
      |          ^~~~~~~~~~~~~~~~
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I"../inst/include/" -I"quickjs" -D_GNU_SOURCE  -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 quickjsr.cpp -o quickjsr.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I"../inst/include/" -I"quickjs" -D_GNU_SOURCE  -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 init.cpp -o init.o
g++ -std=gnu++17 -shared -L/usr/local/lib64 -o QuickJSR.so quickjsr.o init.o libquickjs.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/QuickJSR/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/QuickJSR/src'
gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I"../inst/include/" -I"quickjs" -D_GNU_SOURCE  -I/usr/local/include    -fpic  -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  -funsigned-char -std=gnu11 -c libquickjs.c
In file included from libquickjs.c:5:
quickjs/quickjs.c: In function ‘mark_weak_map_value’:
quickjs/quickjs.c:5826:17: warning: variable ‘s’ set but not used [-Wunused-but-set-variable]
 5826 |     JSMapState *s;
      |                 ^
quickjs/quickjs.c: In function ‘num_keys_cmp’:
quickjs/quickjs.c:7885:28: warning: variable ‘atom2_is_integer’ set but not used [-Wunused-but-set-variable]
 7885 |     bool atom1_is_integer, atom2_is_integer;
      |                            ^~~~~~~~~~~~~~~~
quickjs/quickjs.c:7885:10: warning: variable ‘atom1_is_integer’ set but not used [-Wunused-but-set-variable]
 7885 |     bool atom1_is_integer, atom2_is_integer;
      |          ^~~~~~~~~~~~~~~~
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I"../inst/include/" -I"quickjs" -D_GNU_SOURCE  -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 quickjsr.cpp -o quickjsr.o
g++ -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I"../inst/include/" -I"quickjs" -D_GNU_SOURCE  -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 init.cpp -o init.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/QuickJSR/src'
installing to /data/gannet/ripley/R/packages/tests-devel/QuickJSR.Rcheck/00LOCK-QuickJSR/00new/QuickJSR/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** 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 (QuickJSR)