* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’
* installing *source* package ‘clarabel’ ...
** this is package ‘clarabel’ version ‘0.10.0’
** package ‘clarabel’ successfully unpacked and MD5 sums checked
** using staged installation
Using cargo 1.84.0 (66221abde 2024-11-19)
Using rustc 1.84.0 (9fc6b4312 2025-01-07) (built from a source tarball)
** libs
using C compiler: ‘gcc-14 (Debian 14.2.0-16) 14.2.0’
make[1]: Entering directory '/tmp/RtmpVWoDLF/R.INSTALL224f281160c47f/clarabel/src'
gcc-14 -std=gnu23 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -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="/home/hornik/bin:/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 /tmp/RtmpVWoDLF/R.INSTALL224f281160c47f/clarabel/src/rust/.cargo;  \
      cp ./rust/cargo_vendor_config.toml /tmp/RtmpVWoDLF/R.INSTALL224f281160c47f/clarabel/src/rust/.cargo/config.toml;  \
      /usr/bin/tar --extract --xz -f ./rust/vendor.tar.xz -C ./rust ;  \
      export CARGO_HOME=/tmp/RtmpVWoDLF/R.INSTALL224f281160c47f/clarabel/src/rust/.cargo;  \
      export R_HOME=/home/hornik/tmp/R.check/r-devel-gcc/Work/build;  \
      export PATH="/home/hornik/bin:/usr/local/bin:/usr/bin:/bin:/home/hornik/.cargo/bin";  \
      cargo build -j 2 --lib --manifest-path=./rust/Cargo.toml --target-dir /tmp/RtmpVWoDLF/R.INSTALL224f281160c47f/clarabel/src/rust/target --release --offline; \
    else \
      cargo build -j 2 --lib --manifest-path=./rust/Cargo.toml --target-dir /tmp/RtmpVWoDLF/R.INSTALL224f281160c47f/clarabel/src/rust/target; \
    fi \
  else \
    export CC="gcc-14 -std=gnu23" && \
    export R_HOME="/home/hornik/tmp/R.check/r-devel-gcc/Work/build" && \
    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 /tmp/RtmpVWoDLF/R.INSTALL224f281160c47f/clarabel/src/rust/target -Zbuild-std=panic_abort,std; \
  fi
Rust version: rustc 1.84.0 (9fc6b4312 2025-01-07) (built from a source tarball)
Cargo version: cargo 1.84.0 (66221abde 2024-11-19)
   Compiling proc-macro2 v1.0.93
   Compiling unicode-ident v1.0.16
   Compiling syn v1.0.109
   Compiling autocfg v1.4.0
   Compiling quote v1.0.38
   Compiling syn v2.0.98
   Compiling num-traits v0.2.19
   Compiling ident_case v1.0.1
   Compiling libc v0.2.169
   Compiling strsim v0.10.0
   Compiling fnv v1.0.7
   Compiling darling_core v0.14.4
   Compiling r-src v0.2.2 (https://github.com/bnaras/r-src?rev=03e133e1947cf96829f28bd3ebbd906391523dc2#03e133e1)
   Compiling darling_macro v0.14.4
   Compiling memchr v2.7.4
   Compiling darling v0.14.4
   Compiling shlex v1.3.0
   Compiling serde v1.0.217
   Compiling cc v1.2.14
   Compiling derive_builder_core v0.11.2
   Compiling num-complex v0.4.6
   Compiling serde_derive v1.0.217
   Compiling rustversion v1.0.19
   Compiling thiserror v1.0.69
   Compiling serde_json v1.0.138
   Compiling savvy v0.8.6
   Compiling derive_builder_macro v0.11.2
   Compiling aho-corasick v1.1.3
   Compiling lapack-sys v0.14.0
   Compiling blas-sys v0.7.1
   Compiling thiserror-impl v1.0.69
   Compiling savvy-bindgen v0.8.6
   Compiling itoa v1.0.14
   Compiling ryu v1.0.19
   Compiling regex-syntax v0.8.5
   Compiling once_cell v1.20.3
   Compiling equivalent v1.0.2
   Compiling clarabel v0.10.0 (https://github.com/oxfordcontrol/Clarabel.rs?rev=c2f76b69a157c1917101e76098e970f1e026d5f5#c2f76b69)
   Compiling hashbrown v0.15.2
   Compiling either v1.13.0
   Compiling itertools v0.11.0
   Compiling regex-automata v0.4.9
   Compiling indexmap v2.7.1
   Compiling enum_dispatch v0.3.13
   Compiling savvy-macro v0.8.6
   Compiling blas v0.22.0
   Compiling lapack v0.19.0
   Compiling derive_builder v0.11.2
   Compiling blas-src v0.11.1
   Compiling lapack-src v0.11.0
   Compiling amd v0.2.2
   Compiling cfg-if v1.0.0
   Compiling savvy-ffi v0.8.6
   Compiling lazy_static v1.5.0
   Compiling regex v1.11.1
   Compiling clarabel v0.10.0 (/tmp/RtmpVWoDLF/R.INSTALL224f281160c47f/clarabel/src/rust)
    Finished `release` profile [optimized] target(s) in 1m 15s
rm -Rf /tmp/RtmpVWoDLF/R.INSTALL224f281160c47f/clarabel/src/rust/.cargo
rm -Rf ./rust/vendor
rm -Rf /tmp/RtmpVWoDLF/R.INSTALL224f281160c47f/clarabel/src/rust/target/release/build
gcc-14 -std=gnu23 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o clarabel.so init.o -L/tmp/RtmpVWoDLF/R.INSTALL224f281160c47f/clarabel/src/rust/target/release -lclarabel -llapack -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lRblas -lgfortran -lm -lquadmath -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmpVWoDLF/R.INSTALL224f281160c47f/clarabel/src'
make[1]: Entering directory '/tmp/RtmpVWoDLF/R.INSTALL224f281160c47f/clarabel/src'
make[1]: Leaving directory '/tmp/RtmpVWoDLF/R.INSTALL224f281160c47f/clarabel/src'
installing to /home/hornik/tmp/R.check/r-devel-gcc/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)