* installing *source* package ‘QuickJSR’ ... ** package ‘QuickJSR’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: ‘gcc-14 (GCC) 14.2.0’ using C++ compiler: ‘g++-14 (GCC) 14.2.0’ 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/" -I"../inst/include/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 'num_keys_cmp': quickjs/quickjs.c:7612:28: warning: variable 'atom2_is_integer' set but not used [-Wunused-but-set-variable] 7612 | BOOL atom1_is_integer, atom2_is_integer; | ^~~~~~~~~~~~~~~~ quickjs/quickjs.c:7612:10: warning: variable 'atom1_is_integer' set but not used [-Wunused-but-set-variable] 7612 | BOOL atom1_is_integer, atom2_is_integer; | ^~~~~~~~~~~~~~~~ quickjs/quickjs.c: In function 'reset_weak_ref': quickjs/quickjs.c:53970:17: warning: variable 's' set but not used [-Wunused-but-set-variable] 53970 | JSMapState *s; | ^ In file included from libquickjs.c:6: quickjs/quickjs-libc.c: At top level: quickjs/quickjs-libc.c:97:9: warning: "MAX_SAFE_INTEGER" redefined 97 | #define MAX_SAFE_INTEGER (((int64_t) 1 << 53) - 1) | ^~~~~~~~~~~~~~~~ quickjs/quickjs.c:10999:9: note: this is the location of the previous definition 10999 | #define MAX_SAFE_INTEGER (((int64_t)1 << 53) - 1) | ^~~~~~~~~~~~~~~~ gcc-ar -rs ../inst/lib//libquickjs.a libquickjs.o /usr/bin/ar: creating ../inst/lib//libquickjs.a g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I"../inst/include/" -I"../inst/include/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 -DR_NO_REMAP -c quickjsr.cpp -o quickjsr.o g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I"../inst/include/" -I"../inst/include/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 -DR_NO_REMAP -c init.cpp -o init.o g++-14 -std=gnu++17 -shared -L/usr/local/gcc14/lib64 -L/usr/local/lib64 -o QuickJSR.so 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' gcc-14 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I"../inst/include/" -I"../inst/include/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 'num_keys_cmp': quickjs/quickjs.c:7612:28: warning: variable 'atom2_is_integer' set but not used [-Wunused-but-set-variable] 7612 | BOOL atom1_is_integer, atom2_is_integer; | ^~~~~~~~~~~~~~~~ quickjs/quickjs.c:7612:10: warning: variable 'atom1_is_integer' set but not used [-Wunused-but-set-variable] 7612 | BOOL atom1_is_integer, atom2_is_integer; | ^~~~~~~~~~~~~~~~ quickjs/quickjs.c: In function 'reset_weak_ref': quickjs/quickjs.c:53970:17: warning: variable 's' set but not used [-Wunused-but-set-variable] 53970 | JSMapState *s; | ^ In file included from libquickjs.c:6: quickjs/quickjs-libc.c: At top level: quickjs/quickjs-libc.c:97:9: warning: "MAX_SAFE_INTEGER" redefined 97 | #define MAX_SAFE_INTEGER (((int64_t) 1 << 53) - 1) | ^~~~~~~~~~~~~~~~ quickjs/quickjs.c:10999:9: note: this is the location of the previous definition 10999 | #define MAX_SAFE_INTEGER (((int64_t)1 << 53) - 1) | ^~~~~~~~~~~~~~~~ gcc-ar -rs ../inst/lib//libquickjs.a libquickjs.o g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I"../inst/include/" -I"../inst/include/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 -DR_NO_REMAP -c quickjsr.cpp -o quickjsr.o g++-14 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I"../inst/include/" -I"../inst/include/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 -DR_NO_REMAP -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)