downloading reverse dependencies ... downloading CVXR_1.0-14.tar.gz ... ok downloading pensynth_0.5.1.tar.gz ... ok downloading ROI.plugin.clarabel_0.3.tar.gz ... ok installing dependencies ‘clarabel’ * installing *source* package ‘clarabel’ ... ** using staged installation ** libs using C compiler: ‘gcc-14 (Debian 14.2.0-3) 14.2.0’ rm -Rf clarabel.so /home/hornik/tmp/scratch/RtmpM6AWEH/R.INSTALL14049027a65d39/clarabel/src/rust/target/release/libclarabel.a init.o gcc-14 -I"/home/hornik/tmp/R-d-gcc-14/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c init.c -o init.o # In some environments, ~/.cargo/bin might not be included in PATH, so we need # to set it here to ensure cargo can be invoked. It is appended to PATH and # therefore is only used if cargo is absent from the user's PATH. export PATH="/usr/local/bin:/usr/bin:/bin:/home/hornik/.cargo/bin" && \ echo "Rust version:" `rustc --version` && \ echo "Cargo version:" `cargo --version` && \ if [ "" != "wasm32-unknown-emscripten" ]; then \ if [ "yes" = "yes" ]; then \ mkdir -p /home/hornik/tmp/scratch/RtmpM6AWEH/R.INSTALL14049027a65d39/clarabel/src/rust/.cargo; \ cp ./rust/cargo_vendor_config.toml /home/hornik/tmp/scratch/RtmpM6AWEH/R.INSTALL14049027a65d39/clarabel/src/rust/.cargo/config.toml; \ /usr/bin/tar --extract --xz -f ./rust/vendor.tar.xz -C ./rust ; \ export CARGO_HOME=/home/hornik/tmp/scratch/RtmpM6AWEH/R.INSTALL14049027a65d39/clarabel/src/rust/.cargo; \ export PATH="/usr/local/bin:/usr/bin:/bin:/home/hornik/.cargo/bin"; \ cargo build -j 2 --lib --manifest-path=./rust/Cargo.toml --target-dir /home/hornik/tmp/scratch/RtmpM6AWEH/R.INSTALL14049027a65d39/clarabel/src/rust/target --release --offline; \ else \ cargo build -j 2 --lib --manifest-path=./rust/Cargo.toml --target-dir /home/hornik/tmp/scratch/RtmpM6AWEH/R.INSTALL14049027a65d39/clarabel/src/rust/target; \ fi \ else \ export CC="gcc-14 " && \ export CFLAGS="-g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native " && \ export CARGO_PROFILE_DEV_PANIC="abort" && \ export CARGO_PROFILE_RELEASE_PANIC="abort" && \ cargo +nightly build -j 2 --lib --manifest-path=./rust/Cargo.toml --target-dir /home/hornik/tmp/scratch/RtmpM6AWEH/R.INSTALL14049027a65d39/clarabel/src/rust/target -Zbuild-std=panic_abort,std; \ fi Rust version: rustc 1.79.0 Cargo version: cargo 1.79.0 Locking 54 packages to latest compatible versions Adding syn v1.0.109 (latest: v2.0.66) Compiling proc-macro2 v1.0.85 Compiling unicode-ident v1.0.12 Compiling syn v1.0.109 Compiling autocfg v1.3.0 Compiling quote v1.0.36 Compiling syn v2.0.66 Compiling num-traits v0.2.19 Compiling fnv v1.0.7 Compiling ident_case v1.0.1 Compiling libc v0.2.155 Compiling strsim v0.10.0 Compiling darling_core v0.14.4 Compiling r-src v0.1.0 Compiling darling_macro v0.14.4 Compiling serde v1.0.203 Compiling darling v0.14.4 Compiling derive_builder_core v0.11.2 Compiling num-complex v0.4.6 Compiling serde_derive v1.0.203 Compiling memchr v2.7.4 Compiling cc v1.0.99 Compiling serde_json v1.0.117 Compiling thiserror v1.0.61 Compiling savvy v0.6.4 Compiling aho-corasick v1.1.3 Compiling derive_builder_macro v0.11.2 Compiling blas-sys v0.7.1 Compiling lapack-sys v0.14.0 Compiling thiserror-impl v1.0.61 Compiling savvy-bindgen v0.6.4 Compiling ryu v1.0.18 Compiling equivalent v1.0.1 Compiling regex-syntax v0.8.4 Compiling either v1.12.0 Compiling itoa v1.0.11 Compiling once_cell v1.19.0 Compiling hashbrown v0.14.5 Compiling indexmap v2.2.6 Compiling regex-automata v0.4.7 Compiling enum_dispatch v0.3.13 Compiling itertools v0.11.0 Compiling savvy-macro v0.6.4 Compiling lapack v0.19.0 Compiling blas v0.22.0 Compiling derive_builder v0.11.2 Compiling blas-src v0.10.0 Compiling lapack-src v0.10.0 Compiling amd v0.2.2 Compiling lazy_static v1.4.0 Compiling savvy-ffi v0.6.4 Compiling cfg-if v1.0.0 Compiling clarabel v0.9.0 Compiling regex v1.10.5 Compiling clarabel v0.9.0 (/home/hornik/tmp/scratch/RtmpM6AWEH/R.INSTALL14049027a65d39/clarabel/src/rust) Finished `release` profile [optimized] target(s) in 1m 03s rm -Rf /home/hornik/tmp/scratch/RtmpM6AWEH/R.INSTALL14049027a65d39/clarabel/src/rust/.cargo rm -Rf ./rust/vendor rm -Rf /home/hornik/tmp/scratch/RtmpM6AWEH/R.INSTALL14049027a65d39/clarabel/src/rust/target/release/build gcc-14 -shared -L/home/hornik/tmp/R-d-gcc-14/lib -Wl,-O1 -o clarabel.so init.o -L/home/hornik/tmp/scratch/RtmpM6AWEH/R.INSTALL14049027a65d39/clarabel/src/rust/target/release -lclarabel -llapack -L/home/hornik/tmp/R-d-gcc-14/lib -lRblas -lgfortran -lm -lquadmath -L/home/hornik/tmp/R-d-gcc-14/lib -lR installing to /home/hornik/tmp/CRAN_recheck/Library/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) checking clarabel_0.9.0.1.tar.gz ... checking CVXR_1.0-14.tar.gz ... checking pensynth_0.5.1.tar.gz ... checking ROI.plugin.clarabel_0.3.tar.gz ... Depends: Package: clarabel Imports: methods Timings: user system elapsed clarabel 140.258 10.339 89.524 Results: Check status summary: NOTE OK Source packages 1 0 Reverse depends 0 3 Check results summary: clarabel ... NOTE * checking CRAN incoming feasibility ... [5s/6s] NOTE rdepends_CVXR ... OK rdepends_pensynth ... OK rdepends_ROI.plugin.clarabel ... OK Warning in normalizePath(dir) : path[1]="/home/hornik/tmp/CRAN": No such file or directory Calls: -> normalizePath Warning in normalizePath(dir) : path[1]="/home/hornik/tmp/CRAN": No such file or directory Calls: -> R_check_outdirs -> normalizePath