* installing *source* package ‘QuickJSR’ ... ** this is package ‘QuickJSR’ version ‘1.5.1’ ** package ‘QuickJSR’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: ‘clang version 19.1.6’ using C++ compiler: ‘clang version 19.1.6’ make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/QuickJSR/src' /usr/local/clang19/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I"../inst/include/" -I"../inst/include/quickjs" -D_GNU_SOURCE -isystem /usr/local/clang19/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -funsigned-char -std=gnu11 -c libquickjs.c In file included from libquickjs.c:5: ./quickjs/quickjs.c:7735:10: warning: variable 'atom1_is_integer' set but not used [-Wunused-but-set-variable] 7735 | BOOL atom1_is_integer, atom2_is_integer; | ^ ./quickjs/quickjs.c:7735:28: warning: variable 'atom2_is_integer' set but not used [-Wunused-but-set-variable] 7735 | BOOL atom1_is_integer, atom2_is_integer; | ^ ./quickjs/quickjs.c:55681:17: warning: variable 's' set but not used [-Wunused-but-set-variable] 55681 | JSMapState *s; | ^ In file included from libquickjs.c:6: ./quickjs/quickjs-libc.c:97:9: warning: 'MAX_SAFE_INTEGER' macro redefined [-Wmacro-redefined] 97 | #define MAX_SAFE_INTEGER (((int64_t) 1 << 53) - 1) | ^ ./quickjs/quickjs.c:11148:9: note: previous definition is here 11148 | #define MAX_SAFE_INTEGER (((int64_t)1 << 53) - 1) | ^ In file included from libquickjs.c:6: ./quickjs/quickjs-libc.c:3044:26: warning: assigning to 'void (*)(int)' from 'void *' converts between void pointer and function pointer [-Wpedantic] 3044 | js_os_exec_closefrom = dlsym(RTLD_DEFAULT, "closefrom"); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 5 warnings generated. ar -rs ../inst/lib//libquickjs.a libquickjs.o ar: creating ../inst/lib//libquickjs.a /usr/local/clang19/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I"../inst/include/" -I"../inst/include/quickjs" -D_GNU_SOURCE -isystem /usr/local/clang19/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -DR_NO_REMAP -c quickjsr.cpp -o quickjsr.o /usr/local/clang19/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I"../inst/include/" -I"../inst/include/quickjs" -D_GNU_SOURCE -isystem /usr/local/clang19/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -DR_NO_REMAP -c init.cpp -o init.o /usr/local/clang19/bin/clang++ -stdlib=libc++ -std=gnu++17 -shared -L/usr/local/clang/lib64 -L/usr/local/clang19/lib -L/usr/local/clang19/lib/x86_64-unknown-linux-gnu -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-clang/QuickJSR/src' make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/QuickJSR/src' /usr/local/clang19/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I"../inst/include/" -I"../inst/include/quickjs" -D_GNU_SOURCE -isystem /usr/local/clang19/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -funsigned-char -std=gnu11 -c libquickjs.c In file included from libquickjs.c:5: ./quickjs/quickjs.c:7735:10: warning: variable 'atom1_is_integer' set but not used [-Wunused-but-set-variable] 7735 | BOOL atom1_is_integer, atom2_is_integer; | ^ ./quickjs/quickjs.c:7735:28: warning: variable 'atom2_is_integer' set but not used [-Wunused-but-set-variable] 7735 | BOOL atom1_is_integer, atom2_is_integer; | ^ ./quickjs/quickjs.c:55681:17: warning: variable 's' set but not used [-Wunused-but-set-variable] 55681 | JSMapState *s; | ^ In file included from libquickjs.c:6: ./quickjs/quickjs-libc.c:97:9: warning: 'MAX_SAFE_INTEGER' macro redefined [-Wmacro-redefined] 97 | #define MAX_SAFE_INTEGER (((int64_t) 1 << 53) - 1) | ^ ./quickjs/quickjs.c:11148:9: note: previous definition is here 11148 | #define MAX_SAFE_INTEGER (((int64_t)1 << 53) - 1) | ^ In file included from libquickjs.c:6: ./quickjs/quickjs-libc.c:3044:26: warning: assigning to 'void (*)(int)' from 'void *' converts between void pointer and function pointer [-Wpedantic] 3044 | js_os_exec_closefrom = dlsym(RTLD_DEFAULT, "closefrom"); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 5 warnings generated. ar -rs ../inst/lib//libquickjs.a libquickjs.o /usr/local/clang19/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I"../inst/include/" -I"../inst/include/quickjs" -D_GNU_SOURCE -isystem /usr/local/clang19/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -DR_NO_REMAP -c quickjsr.cpp -o quickjsr.o /usr/local/clang19/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I"../inst/include/" -I"../inst/include/quickjs" -D_GNU_SOURCE -isystem /usr/local/clang19/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -DR_NO_REMAP -c init.cpp -o init.o make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/QuickJSR/src' installing to /data/gannet/ripley/R/packages/tests-clang/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)