* installing *source* package ‘QuickJSR’ ... ** this is package ‘QuickJSR’ version ‘1.8.0’ ** using staged installation ** libs using C compiler: ‘Debian clang version 19.1.7 (3)’ using C++ compiler: ‘Debian clang version 19.1.7 (3)’ clang-19 -std=gnu23 -I"/home/hornik/tmp/R-d-clang-19/include" -DNDEBUG -I"../inst/include/" -I"quickjs" -D_GNU_SOURCE -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -funsigned-char -std=gnu11 -c libquickjs.c In file included from libquickjs.c:5: ./quickjs/quickjs.c:5826:17: warning: variable 's' set but not used [-Wunused-but-set-variable] 5826 | JSMapState *s; | ^ ./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; | ^ ./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; | ^ 3 warnings generated. clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R-d-clang-19/include" -DNDEBUG -I"../inst/include/" -I"quickjs" -D_GNU_SOURCE -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c quickjsr.cpp -o quickjsr.o clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R-d-clang-19/include" -DNDEBUG -I"../inst/include/" -I"quickjs" -D_GNU_SOURCE -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c init.cpp -o init.o clang++-19 -std=gnu++17 -shared -L/home/hornik/tmp/R-d-clang-19/lib -Wl,-O1 -o QuickJSR.so quickjsr.o init.o libquickjs.o -L/home/hornik/tmp/R-d-clang-19/lib -lR clang-19 -std=gnu23 -I"/home/hornik/tmp/R-d-clang-19/include" -DNDEBUG -I"../inst/include/" -I"quickjs" -D_GNU_SOURCE -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -funsigned-char -std=gnu11 -c libquickjs.c In file included from libquickjs.c:5: ./quickjs/quickjs.c:5826:17: warning: variable 's' set but not used [-Wunused-but-set-variable] 5826 | JSMapState *s; | ^ ./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; | ^ ./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; | ^ 3 warnings generated. clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R-d-clang-19/include" -DNDEBUG -I"../inst/include/" -I"quickjs" -D_GNU_SOURCE -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c quickjsr.cpp -o quickjsr.o clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R-d-clang-19/include" -DNDEBUG -I"../inst/include/" -I"quickjs" -D_GNU_SOURCE -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw -Wdeprecated-literal-operator -c init.cpp -o init.o installing to /srv/hornik/tmp/CRAN_pretest/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)