* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’ * installing *source* package ‘clarabel’ ... ** package ‘clarabel’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: ‘Debian clang version 18.1.4 (1)’ make[1]: Entering directory '/tmp/RtmptygHJ1/R.INSTALL29209163324e1/clarabel/src' rm -Rf clarabel.so ./rust/target/release/libclarabel.a entrypoint.o clang-18 -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 \ mkdir -p /tmp/RtmptygHJ1/R.INSTALL29209163324e1/clarabel/src/rust/.cargo; \ cp ./rust/cargo_vendor_config.toml /tmp/RtmptygHJ1/R.INSTALL29209163324e1/clarabel/src/rust/.cargo/config.toml; \ /usr/bin/tar --extract --xz -f ./rust/vendor.tar.xz -C ./rust ; \ export CARGO_HOME=/tmp/RtmptygHJ1/R.INSTALL29209163324e1/clarabel/src/rust/.cargo; \ export PATH="/home/hornik/bin:/usr/local/bin:/usr/bin:/bin:/home/hornik/.cargo/bin"; \ cargo build --lib --release --offline --manifest-path=./rust/Cargo.toml --target-dir ./rust/target; \ fi && \ if [ "yes" = "no" ]; then \ cargo build --lib --verbose --release --manifest-path=./rust/Cargo.toml --target-dir ./rust/target; \ fi Compiling proc-macro2 v1.0.60 Compiling unicode-ident v1.0.9 Compiling quote v1.0.28 Compiling syn v1.0.109 Compiling autocfg v1.1.0 Compiling fnv v1.0.7 Compiling strsim v0.10.0 Compiling libc v0.2.146 Compiling ident_case v1.0.1 Compiling libR-sys v0.4.0 Compiling r-src v0.1.0 Compiling memchr v2.5.0 Compiling extendr-engine v0.4.0 Compiling paste v1.0.12 Compiling thiserror v1.0.40 Compiling once_cell v1.18.0 Compiling lazy_static v1.4.0 Compiling extendr-api v0.4.0 Compiling cfg-if v1.0.0 Compiling regex-syntax v0.7.2 Compiling num-traits v0.2.15 Compiling aho-corasick v1.0.2 Compiling lapack-src v0.9.0 Compiling blas-src v0.9.0 Compiling syn v2.0.18 Compiling blas-sys v0.7.1 Compiling lapack-sys v0.14.0 Compiling num-complex v0.4.3 Compiling amd v0.2.2 Compiling regex v1.8.4 Compiling blas v0.22.0 Compiling lapack v0.19.0 Compiling thiserror-impl v1.0.40 Compiling darling_core v0.14.4 Compiling enum_dispatch v0.3.11 Compiling extendr-macros v0.4.0 Compiling darling_macro v0.14.4 Compiling darling v0.14.4 Compiling derive_builder_core v0.11.2 Compiling derive_builder_macro v0.11.2 Compiling derive_builder v0.11.2 Compiling clarabel v0.5.1 Compiling clarabel v0.5.1 (/tmp/RtmptygHJ1/R.INSTALL29209163324e1/clarabel/src/rust) Finished release [optimized] target(s) in 31.34s rm -Rf /tmp/RtmptygHJ1/R.INSTALL29209163324e1/clarabel/src/rust/.cargo rm -Rf ./rust/target/release/build clang-18 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o clarabel.so entrypoint.o -L./rust/target/release -lclarabel -llapack -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lRblas -L/usr/lib/llvm-18/lib -lFortran_main -lFortranRuntime -lFortranDecimal -lm -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR make[1]: Leaving directory '/tmp/RtmptygHJ1/R.INSTALL29209163324e1/clarabel/src' make[1]: Entering directory '/tmp/RtmptygHJ1/R.INSTALL29209163324e1/clarabel/src' make[1]: Leaving directory '/tmp/RtmptygHJ1/R.INSTALL29209163324e1/clarabel/src' installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-clarabel/00new/clarabel/libs ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** 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 (clarabel)