* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’ * installing *source* package ‘fcl’ ... ** package ‘fcl’ successfully unpacked and MD5 sums checked ** using staged installation Using system rustc version: rustc 1.83.0 (90b35a623 2024-11-26) (built from a source tarball) *** Checking if cargo is installed *** cargo is ok ** libs using C compiler: ‘Debian clang version 19.1.5 (1)’ make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpZ8n6Ai/R.INSTALL32410d2db680be/fcl/src' rm -Rf fcl.so entrypoint.o ./rust/.cargo ./rust/target/release/libfcl.a clang-19 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c entrypoint.c -o entrypoint.o # vendoring (Note: to avoid NOTE of "Found the following hidden files and # directories", .cargo needs to be created here) if [ "yes" = "yes" ]; then \ /usr/bin/tar --extract --xz -f ./rust/vendor.tar.xz -C ./rust && \ mkdir -p ./rust/.cargo && \ cp ./cargo_vendor_config.toml ./rust/.cargo/config.toml; \ fi export LIBRSYS_R_VERSION="4.5.0-devel" && export CARGO_HOME="/home/hornik/tmp/scratch/RtmpZ8n6Ai/R.INSTALL32410d2db680be/fcl/src/.cargo" && cd ./rust && cargo build --lib --release --offline --jobs=1 Compiling proc-macro2 v1.0.69 Compiling unicode-ident v1.0.12 Compiling autocfg v1.1.0 Compiling libR-sys v0.7.0 Compiling num-traits v0.2.17 Compiling quote v1.0.33 Compiling paste v1.0.14 Compiling syn v2.0.38 Compiling extendr-api v0.7.0 Compiling extendr-macros v0.7.0 Compiling iana-time-zone v0.1.57 Compiling once_cell v1.18.0 Compiling chrono v0.4.38 Compiling fcl v0.1.1 (/home/hornik/tmp/scratch/RtmpZ8n6Ai/R.INSTALL32410d2db680be/fcl/src/rust) Finished `release` profile [optimized] target(s) in 50.19s rm -Rf /home/hornik/tmp/scratch/RtmpZ8n6Ai/R.INSTALL32410d2db680be/fcl/src/.cargo ./rust/target/release/build rm -Rf ./rust/vendor ./rust/.cargo clang-19 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o fcl.so entrypoint.o -L./rust/target/release -lfcl -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpZ8n6Ai/R.INSTALL32410d2db680be/fcl/src' make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpZ8n6Ai/R.INSTALL32410d2db680be/fcl/src' make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpZ8n6Ai/R.INSTALL32410d2db680be/fcl/src' installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-fcl/00new/fcl/libs ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** 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 (fcl)