* installing *source* package ‘QuickJSR’ ...
** this is package ‘QuickJSR’ version ‘1.10.0’
** package ‘QuickJSR’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc (GCC) 16.1.1 20260515 (Red Hat 16.1.1-2)’
using C++ compiler: ‘g++ (GCC) 16.1.1 20260515 (Red Hat 16.1.1-2)’
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/QuickJSR/src'
gcc -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I"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:4:
quickjs/quickjs.c: In function ‘mark_weak_map_value’:
quickjs/quickjs.c:6798:17: warning: variable ‘s’ set but not used [-Wunused-but-set-variable=]
 6798 |     JSMapState *s;
      |                 ^
quickjs/quickjs.c: In function ‘num_keys_cmp’:
quickjs/quickjs.c:8995:28: warning: variable ‘atom2_is_integer’ set but not used [-Wunused-but-set-variable=]
 8995 |     bool atom1_is_integer, atom2_is_integer;
      |                            ^~~~~~~~~~~~~~~~
quickjs/quickjs.c:8995:10: warning: variable ‘atom1_is_integer’ set but not used [-Wunused-but-set-variable=]
 8995 |     bool atom1_is_integer, atom2_is_integer;
      |          ^~~~~~~~~~~~~~~~
In function ‘js_bigint_sign’,
    inlined from ‘js_bigint_get_si_sat’ at quickjs/quickjs.c:12281:13,
    inlined from ‘js_binary_logic_slow’ at quickjs/quickjs.c:15259:25:
quickjs/quickjs.c:12273:18: warning: ‘buf2’ may be used uninitialized [-Wmaybe-uninitialized]
12273 |     return a->tab[a->len - 1] >> (JS_LIMB_BITS - 1);
      |            ~~~~~~^~~~~~~~~~~~
quickjs/quickjs.c: In function ‘js_binary_logic_slow’:
quickjs/quickjs.c:15239:27: note: ‘buf2’ declared here
15239 |         JSBigIntBuf buf1, buf2;
      |                           ^~~~
In function ‘js_bigint_sign’,
    inlined from ‘js_bigint_get_si_sat’ at quickjs/quickjs.c:12281:13,
    inlined from ‘js_binary_logic_slow’ at quickjs/quickjs.c:15259:25:
quickjs/quickjs.c:12273:18: warning: ‘buf2’ may be used uninitialized [-Wmaybe-uninitialized]
12273 |     return a->tab[a->len - 1] >> (JS_LIMB_BITS - 1);
      |            ~~~~~~^~~~~~~~~~~~
quickjs/quickjs.c: In function ‘js_binary_logic_slow’:
quickjs/quickjs.c:15239:27: note: ‘buf2’ declared here
15239 |         JSBigIntBuf buf1, buf2;
      |                           ^~~~
g++ -std=gnu++20 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I"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++20 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I"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++20 -shared -L/usr/local/lib64 -o QuickJSR.so quickjsr.o init.o libquickjs.o
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/QuickJSR/src'
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/QuickJSR/src'
gcc -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I"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:4:
quickjs/quickjs.c: In function ‘mark_weak_map_value’:
quickjs/quickjs.c:6798:17: warning: variable ‘s’ set but not used [-Wunused-but-set-variable=]
 6798 |     JSMapState *s;
      |                 ^
quickjs/quickjs.c: In function ‘num_keys_cmp’:
quickjs/quickjs.c:8995:28: warning: variable ‘atom2_is_integer’ set but not used [-Wunused-but-set-variable=]
 8995 |     bool atom1_is_integer, atom2_is_integer;
      |                            ^~~~~~~~~~~~~~~~
quickjs/quickjs.c:8995:10: warning: variable ‘atom1_is_integer’ set but not used [-Wunused-but-set-variable=]
 8995 |     bool atom1_is_integer, atom2_is_integer;
      |          ^~~~~~~~~~~~~~~~
In function ‘js_bigint_sign’,
    inlined from ‘js_bigint_get_si_sat’ at quickjs/quickjs.c:12281:13,
    inlined from ‘js_binary_logic_slow’ at quickjs/quickjs.c:15259:25:
quickjs/quickjs.c:12273:18: warning: ‘buf2’ may be used uninitialized [-Wmaybe-uninitialized]
12273 |     return a->tab[a->len - 1] >> (JS_LIMB_BITS - 1);
      |            ~~~~~~^~~~~~~~~~~~
quickjs/quickjs.c: In function ‘js_binary_logic_slow’:
quickjs/quickjs.c:15239:27: note: ‘buf2’ declared here
15239 |         JSBigIntBuf buf1, buf2;
      |                           ^~~~
In function ‘js_bigint_sign’,
    inlined from ‘js_bigint_get_si_sat’ at quickjs/quickjs.c:12281:13,
    inlined from ‘js_binary_logic_slow’ at quickjs/quickjs.c:15259:25:
quickjs/quickjs.c:12273:18: warning: ‘buf2’ may be used uninitialized [-Wmaybe-uninitialized]
12273 |     return a->tab[a->len - 1] >> (JS_LIMB_BITS - 1);
      |            ~~~~~~^~~~~~~~~~~~
quickjs/quickjs.c: In function ‘js_binary_logic_slow’:
quickjs/quickjs.c:15239:27: note: ‘buf2’ declared here
15239 |         JSBigIntBuf buf1, buf2;
      |                           ^~~~
g++ -std=gnu++20 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I"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++20 -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I"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/localhost/ripley/R/packages/tests-devel/QuickJSR/src'
installing to /data/localhost/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)