* installing *source* package ‘QuickJSR’ ...
** package ‘QuickJSR’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-14 (GCC) 14.0.1 20240430 (prerelease)’
using C++ compiler: ‘g++-14 (GCC) 14.0.1 20240430 (prerelease)’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/QuickJSR/src'
gcc-14 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I"../inst/include/" -DSTRICT_R_HEADERS -D_GNU_SOURCE -DCONFIG_BIGNUM -DCONFIG_VERSION=\"2024-01-13\" -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -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  -c quickjsr_impl.c -o quickjsr_impl.o
g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I"../inst/include/" -DSTRICT_R_HEADERS -D_GNU_SOURCE -DCONFIG_BIGNUM -DCONFIG_VERSION=\"2024-01-13\" -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -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++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I"../inst/include/" -DSTRICT_R_HEADERS -D_GNU_SOURCE -DCONFIG_BIGNUM -DCONFIG_VERSION=\"2024-01-13\" -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -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
gcc-14 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I"../inst/include/" -DSTRICT_R_HEADERS -D_GNU_SOURCE -DCONFIG_BIGNUM -DCONFIG_VERSION=\"2024-01-13\" -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -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 -fwrapv -std=c11 -c quickjs/cutils.c -o quickjs/cutils.o
gcc-14 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I"../inst/include/" -DSTRICT_R_HEADERS -D_GNU_SOURCE -DCONFIG_BIGNUM -DCONFIG_VERSION=\"2024-01-13\" -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -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 -fwrapv -std=c11 -c quickjs/libbf.c -o quickjs/libbf.o
gcc-14 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I"../inst/include/" -DSTRICT_R_HEADERS -D_GNU_SOURCE -DCONFIG_BIGNUM -DCONFIG_VERSION=\"2024-01-13\" -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -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 -fwrapv -std=c11 -c quickjs/libregexp.c -o quickjs/libregexp.o
gcc-14 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I"../inst/include/" -DSTRICT_R_HEADERS -D_GNU_SOURCE -DCONFIG_BIGNUM -DCONFIG_VERSION=\"2024-01-13\" -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -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 -fwrapv -std=c11 -c quickjs/libunicode.c -o quickjs/libunicode.o
gcc-14 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I"../inst/include/" -DSTRICT_R_HEADERS -D_GNU_SOURCE -DCONFIG_BIGNUM -DCONFIG_VERSION=\"2024-01-13\" -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -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 -fwrapv -std=c11 -c quickjs/quickjs.c -o quickjs/quickjs.o
quickjs/quickjs.c: In function 'JS_SetClassProto':
quickjs/quickjs.c:2248:16: warning: unused variable 'rt' [-Wunused-variable]
 2248 |     JSRuntime *rt = ctx->rt;
      |                ^~
quickjs/quickjs.c: In function 'JS_GetClassProto':
quickjs/quickjs.c:2255:16: warning: unused variable 'rt' [-Wunused-variable]
 2255 |     JSRuntime *rt = ctx->rt;
      |                ^~
quickjs/quickjs.c: In function 'num_keys_cmp':
quickjs/quickjs.c:7534:28: warning: variable 'atom2_is_integer' set but not used [-Wunused-but-set-variable]
 7534 |     BOOL atom1_is_integer, atom2_is_integer;
      |                            ^~~~~~~~~~~~~~~~
quickjs/quickjs.c:7534:10: warning: variable 'atom1_is_integer' set but not used [-Wunused-but-set-variable]
 7534 |     BOOL atom1_is_integer, atom2_is_integer;
      |          ^~~~~~~~~~~~~~~~
quickjs/quickjs.c: In function 'JS_CompactBigInt1':
quickjs/quickjs.c:12361:21: warning: unused variable 'p' [-Wunused-variable]
12361 |         JSBigFloat *p = JS_VALUE_GET_PTR(val);
      |                     ^
quickjs/quickjs.c: In function 'JS_EvalThis':
quickjs/quickjs.c:34476:9: warning: unused variable 'eval_type' [-Wunused-variable]
34476 |     int eval_type = eval_flags & JS_EVAL_TYPE_MASK;
      |         ^~~~~~~~~
gcc-14 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I"../inst/include/" -DSTRICT_R_HEADERS -D_GNU_SOURCE -DCONFIG_BIGNUM -DCONFIG_VERSION=\"2024-01-13\" -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -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 -fwrapv -std=c11 -c quickjs/quickjs-libc.c -o quickjs/quickjs-libc.o
quickjs/quickjs.c: In function 'reset_weak_ref':
quickjs/quickjs.c:47170:17: warning: variable 's' set but not used [-Wunused-but-set-variable]
47170 |     JSMapState *s;
      |                 ^
gcc-ar -rs ../inst/lib//libquickjs.a quickjs/cutils.o quickjs/libbf.o quickjs/libregexp.o quickjs/libunicode.o quickjs/quickjs.o quickjs/quickjs-libc.o
/usr/bin/ar: creating ../inst/lib//libquickjs.a
g++-14 -std=gnu++17 -shared -L/usr/local/gcc14/lib64 -L/usr/local/lib64 -o QuickJSR.so quickjsr_impl.o quickjsr.o init.o ../inst/lib//libquickjs.a
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'
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
** 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)