* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’ * installing *source* package ‘rlang’ ... ** package ‘rlang’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: ‘Debian clang version 15.0.6’ using C++ compiler: ‘Debian clang version 15.0.6’ using C++11 make[1]: Entering directory '/tmp/RtmpFkAMTB/R.INSTALL9a3c2454ab94d/rlang/src' clang-15 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I./rlang/ -I/usr/local/include -D_FORTIFY_SOURCE=2 -fvisibility=hidden -fpic -g -O3 -Wall -pedantic -c capture.c -o capture.o clang-15 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I./rlang/ -I/usr/local/include -D_FORTIFY_SOURCE=2 -fvisibility=hidden -fpic -g -O3 -Wall -pedantic -c internal.c -o internal.o In file included from internal.c:1: In file included from ./internal/internal.c:1: In file included from ./rlang/rlang.h:51: In file included from ./rlang/c-utils.h:6: ./rlang/cnd.h:9:17: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void r_interrupt(); ^ void ./rlang/cnd.h:39:20: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] r_obj* r_peek_frame(); ^ void In file included from internal.c:1: In file included from ./internal/internal.c:1: In file included from ./rlang/rlang.h:67: ./rlang/session.h:6:18: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] bool r_has_colour(); ^ void ./rlang/session.h:7:17: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] r_obj* r_getppid(); ^ void In file included from internal.c:1: In file included from ./internal/internal.c:1: In file included from ./rlang/rlang.h:68: ./rlang/stack.h:7:20: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] r_obj* r_peek_frame(); ^ void ./rlang/stack.h:13:23: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void r_yield_interrupt() { ^ void In file included from internal.c:1: In file included from ./internal/internal.c:6: In file included from ./internal/arg.c:3: In file included from ./internal/nse-inject.h:5: ./internal/utils.h:5:32: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] r_obj* new_preserved_empty_list(); ^ void In file included from internal.c:1: In file included from ./internal/internal.c:6: In file included from ./internal/arg.c:3: ./internal/nse-inject.h:47:56: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] static inline struct injection_info init_expansion_info() { ^ void In file included from internal.c:1: In file included from ./internal/internal.c:9: ./internal/cnd.c:144:30: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] r_obj* ffi_test_stop_internal() { ^ void In file included from internal.c:1: In file included from ./internal/internal.c:11: ./internal/dots.c:105:24: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] r_obj* ffi_glue_is_here() { ^ void ./internal/dots.c:138:18: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void require_glue() { ^ void ./internal/dots.c:212:27: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void signal_retired_splice() { ^ void ./internal/dots.c:627:16: warning: variable 'i' set but not used [-Wunused-but-set-variable] for (r_ssize i = 0, count = 0; dots != r_null; ++i, dots = r_node_cdr(dots)) { ^ In file included from internal.c:1: In file included from ./internal/internal.c:17: ./internal/eval-tidy.c:256:34: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] static void warn_env_as_mask_once() { ^ void ./internal/eval-tidy.c:552:26: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void rlang_init_eval_tidy() { ^ void In file included from internal.c:1: In file included from ./internal/internal.c:18: ./internal/exported.c:12:27: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] r_obj* ffi_compiled_by_gcc() { ^ void ./internal/exported.c:40:21: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] r_obj* ffi_interrupt() { ^ void ./internal/exported.c:493:27: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] r_obj* ffi_ns_registry_env() { ^ void ./internal/exported.c:696:23: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] r_obj* ffi_missing_arg() { ^ void ./internal/exported.c:806:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] r_obj* ffi_precious_dict() { ^ void ./internal/exported.c:808:38: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] struct r_dict* rlang__precious_dict(); ^ void In file included from internal.c:1: In file included from ./internal/internal.c:19: ./internal/nse-inject.c:94:32: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void signal_uq_soft_deprecation() { ^ void ./internal/nse-inject.c:101:33: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void signal_uqs_soft_deprecation() { ^ void ./internal/nse-inject.c:109:38: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void signal_namespaced_uq_deprecation() { ^ void ./internal/nse-inject.c:124:39: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void signal_namespaced_uqs_deprecation() { ^ void ./internal/nse-inject.c:434:28: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void rlang_init_expr_interp() { ^ void In file included from internal.c:1: In file included from ./internal/internal.c:22: ./internal/fn.c:36:19: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void rlang_init_fn() { ^ void In file included from internal.c:1: In file included from ./internal/internal.c:23: ./internal/hash.c:93:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] static inline int hash_version(); ^ void ./internal/hash.c:164:17: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] int hash_version() { ^ void ./internal/hash.c:348:23: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] r_obj* ffi_hasher_init() { ^ void In file included from internal.c:1: In file included from ./internal/internal.c:24: In file included from ./internal/names.c:5: ./internal/decl/names-decl.h:19:21: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void stop_large_name(); ^ void In file included from internal.c:1: In file included from ./internal/internal.c:24: ./internal/names.c:226:21: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void stop_large_name() { ^ void In file included from internal.c:1: In file included from ./internal/internal.c:31: ./internal/tests.c:8:17: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] bool (*fn_ptr)(); ^ void ./internal/tests.c:11:28: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] bool test_that_true_is_true() { ^ void ./internal/tests.c:14:30: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] bool test_that_false_is_false() { ^ void ./internal/tests.c:37:19: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] r_obj* ffi_c_tests() { ^ void ./internal/tests.c:68:12: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] bool (*p)() = (bool (*)()) r_fn_ptr_addr(fn_ptr); ^ void ./internal/tests.c:68:26: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] bool (*p)() = (bool (*)()) r_fn_ptr_addr(fn_ptr); ^ void ./internal/tests.c:186:22: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void rlang_init_tests() { ^ void In file included from internal.c:1: In file included from ./internal/internal.c:32: ./internal/utils.c:4:32: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] r_obj* new_preserved_empty_list() { ^ void ./internal/utils.c:259:23: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] r_obj* ffi_peek_srcref() { ^ void ./internal/utils.c:267:35: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] r_obj* ffi_has_local_precious_list() { ^ void ./internal/utils.c:276:19: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] r_obj* ffi_getppid() { ^ void ./internal/utils.c:281:22: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void rlang_init_utils() { ^ void In file included from internal.c:1: In file included from ./internal/internal.c:36: ./internal/init.c:7:29: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] static r_obj* ffi_fini_rlang(); ^ void ./internal/init.c:10:35: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] extern r_obj* rlang_linked_version(); ^ void ./internal/init.c:325:22: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] r_obj* ffi_fini_rlang() { ^ void 47 warnings generated. clang++-15 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I./rlang/ -I/usr/local/include -D_FORTIFY_SOURCE=2 -fpic -g -O3 -Wall -pedantic -c rlang-rcc.cpp -o rlang-rcc.o clang-15 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I./rlang/ -I/usr/local/include -D_FORTIFY_SOURCE=2 -fvisibility=hidden -fpic -g -O3 -Wall -pedantic -c rlang.c -o rlang.o In file included from rlang.c:5: In file included from ./rlang/rlang.c:1: In file included from ./rlang/rlang.h:51: In file included from ./rlang/c-utils.h:6: ./rlang/cnd.h:9:17: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void r_interrupt(); ^ void ./rlang/cnd.h:39:20: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] r_obj* r_peek_frame(); ^ void In file included from rlang.c:5: In file included from ./rlang/rlang.c:1: In file included from ./rlang/rlang.h:67: ./rlang/session.h:6:18: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] bool r_has_colour(); ^ void ./rlang/session.h:7:17: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] r_obj* r_getppid(); ^ void In file included from rlang.c:5: In file included from ./rlang/rlang.c:1: In file included from ./rlang/rlang.h:68: ./rlang/stack.h:7:20: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] r_obj* r_peek_frame(); ^ void ./rlang/stack.h:13:23: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void r_yield_interrupt() { ^ void In file included from rlang.c:5: In file included from ./rlang/rlang.c:4: ./rlang/arg.c:8:24: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void r_init_library_arg() { ^ void In file included from rlang.c:5: In file included from ./rlang/rlang.c:6: ./rlang/call.c:65:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void r_init_library_call() { ^ void In file included from rlang.c:5: In file included from ./rlang/rlang.c:7: ./rlang/cnd.c:96:17: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void r_interrupt() { ^ void ./rlang/cnd.c:137:24: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void r_init_library_cnd() { ^ void In file included from rlang.c:5: In file included from ./rlang/rlang.c:12: ./rlang/dyn-array.c:122:30: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void r_init_library_dyn_array() { ^ void In file included from rlang.c:5: In file included from ./rlang/rlang.c:14: ./rlang/env.c:285:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void r_init_rlang_ns_env() { ^ void ./rlang/env.c:289:24: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void r_init_library_env() { ^ void In file included from rlang.c:5: In file included from ./rlang/rlang.c:16: ./rlang/eval.c:171:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void r_init_library_eval() { ^ void In file included from rlang.c:5: In file included from ./rlang/rlang.c:18: ./rlang/fn.c:28:23: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void r_init_library_fn() { ^ void In file included from rlang.c:5: In file included from ./rlang/rlang.c:20: ./rlang/globals.c:58:33: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void r_init_library_globals_syms() { ^ void In file included from rlang.c:5: In file included from ./rlang/rlang.c:22: ./rlang/obj.c:99:36: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] struct r_dict* rlang__precious_dict() { ^ void In file included from rlang.c:5: In file included from ./rlang/rlang.c:24: ./rlang/quo.c:8:24: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void r_init_library_quo() { ^ void In file included from rlang.c:5: In file included from ./rlang/rlang.c:25: ./rlang/session.c:19:18: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] bool r_has_colour() { ^ void ./rlang/session.c:28:28: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void r_init_library_session() { ^ void ./rlang/session.c:73:17: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] r_obj* r_getppid() { ^ void In file included from rlang.c:5: In file included from ./rlang/rlang.c:26: ./rlang/stack.c:19:20: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] r_obj* r_peek_frame() { ^ void ./rlang/stack.c:77:26: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void r_init_library_stack() { ^ void In file included from rlang.c:5: In file included from ./rlang/rlang.c:27: ./rlang/sym.c:56:24: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void r_init_library_sym() { ^ void In file included from rlang.c:5: In file included from ./rlang/rlang.c:31: ./rlang/vendor.c:5:27: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void r_init_library_vendor() { ^ void 25 warnings generated. clang-15 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I./rlang/ -I/usr/local/include -D_FORTIFY_SOURCE=2 -fvisibility=hidden -fpic -g -O3 -Wall -pedantic -c version.c -o version.o version.c:25:26: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] SEXP rlang_linked_version() { ^ void 1 warning generated. clang++-15 -std=gnu++11 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o rlang.so capture.o internal.o rlang-rcc.o rlang.o version.o -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR make[1]: Leaving directory '/tmp/RtmpFkAMTB/R.INSTALL9a3c2454ab94d/rlang/src' make[1]: Entering directory '/tmp/RtmpFkAMTB/R.INSTALL9a3c2454ab94d/rlang/src' make[1]: Leaving directory '/tmp/RtmpFkAMTB/R.INSTALL9a3c2454ab94d/rlang/src' installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-rlang/00new/rlang/libs ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** 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 (rlang)