* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘spopt’ ...
** this is package ‘spopt’ version ‘0.1.2’
** package ‘spopt’ successfully unpacked and MD5 sums checked
** using staged installation
Using cargo 1.93.1 (083ac5135 2025-12-15) (built from a source tarball)
Using rustc 1.93.1 (01f6ddf75 2026-02-11) (built from a source tarball)
Building for CRAN.
Writing `src/Makevars`.
`tools/config.R` has finished.
** libs
using C compiler: ‘Debian clang version 21.1.8 (3+b1)’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpvvZx3W/R.INSTALL2840bd33a1fad5/spopt/src'
clang-21 -std=gnu23 -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
if [ -d ./vendor ]; then \
echo "=== Using offline vendor directory ==="; \
mkdir -p /home/hornik/tmp/scratch/RtmpvvZx3W/R.INSTALL2840bd33a1fad5/spopt/src/.cargo && \
cp rust/vendor-config.toml /home/hornik/tmp/scratch/RtmpvvZx3W/R.INSTALL2840bd33a1fad5/spopt/src/.cargo/config.toml; \
elif [ -f ./rust/vendor.tar.xz ]; then \
echo "=== Using offline vendor tarball ==="; \
tar xf rust/vendor.tar.xz && \
mkdir -p /home/hornik/tmp/scratch/RtmpvvZx3W/R.INSTALL2840bd33a1fad5/spopt/src/.cargo && \
cp rust/vendor-config.toml /home/hornik/tmp/scratch/RtmpvvZx3W/R.INSTALL2840bd33a1fad5/spopt/src/.cargo/config.toml; \
fi
=== Using offline vendor tarball ===
export CARGO_HOME=/home/hornik/tmp/scratch/RtmpvvZx3W/R.INSTALL2840bd33a1fad5/spopt/src/.cargo && \
export PATH="/home/hornik/bin:/usr/local/bin:/usr/bin:/bin:/home/hornik/.cargo/bin" && \
RUSTFLAGS=" --print=native-static-libs" cargo build -j 2 --offline --lib --release --manifest-path=./rust/Cargo.toml --target-dir ./rust/target
Locking 58 packages to latest compatible versions
Adding ndarray v0.16.1 (available: v0.17.1)
Compiling autocfg v1.5.0
Compiling libm v0.2.15
Compiling num-traits v0.2.19
Compiling proc-macro2 v1.0.104
Compiling crossbeam-utils v0.8.21
Compiling libc v0.2.178
Compiling unicode-ident v1.0.22
Compiling quote v1.0.42
Compiling matrixmultiply v0.3.10
Compiling crossbeam-epoch v0.9.18
Compiling num-complex v0.4.6
Compiling num-integer v0.1.46
Compiling zerocopy v0.8.31
Compiling rawpointer v0.2.1
Compiling rayon-core v1.13.0
Compiling paste v1.0.15
Compiling syn v2.0.111
Compiling crossbeam-deque v0.8.6
Compiling num-complex v0.2.4
Compiling bytemuck v1.24.0
Compiling cfg-if v1.0.4
Compiling extendr-ffi v0.8.1
Compiling getrandom v0.2.16
Compiling safe_arch v0.7.4
Compiling either v1.15.0
Compiling typenum v1.19.0
Compiling rayon v1.11.0
Compiling ppv-lite86 v0.2.21
Compiling wide v0.7.33
Compiling rand_core v0.6.4
Compiling approx v0.5.1
Compiling approx v0.3.2
Compiling hashbrown v0.16.1
Compiling extendr-api v0.8.1
Compiling equivalent v1.0.2
Compiling indexmap v2.12.1
Compiling simba v0.9.1
Compiling alga v0.9.3
Compiling rand_chacha v0.3.1
Compiling extendr-macros v0.8.1
Compiling nalgebra-macros v0.2.2
Compiling ndarray v0.17.1
Compiling num-rational v0.4.2
Compiling num_cpus v1.17.0
Compiling fixedbitset v0.4.2
Compiling once_cell v1.21.3
Compiling smallvec v1.15.1
Compiling sprs v0.11.4
Compiling petgraph v0.6.5
Compiling nalgebra v0.33.2
Compiling rand v0.8.5
Compiling ndarray v0.16.1
Compiling spopt v0.1.0 (/home/hornik/tmp/scratch/RtmpvvZx3W/R.INSTALL2840bd33a1fad5/spopt/src/rust)
note: link against the following native artifacts when linking against this static library. The order and any duplication can be significant on some platforms.
note: native-static-libs: -lR -lgcc_s -lutil -lrt -lpthread -lm -ldl -lc
Finished `release` profile [optimized] target(s) in 2m 00s
# Always clean up CARGOTMP
rm -Rf /home/hornik/tmp/scratch/RtmpvvZx3W/R.INSTALL2840bd33a1fad5/spopt/src/.cargo;
clang-21 -std=gnu23 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o spopt.so entrypoint.o -L./rust/target/release -lspopt -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
rm -Rf /home/hornik/tmp/scratch/RtmpvvZx3W/R.INSTALL2840bd33a1fad5/spopt/src/.cargo /home/hornik/tmp/scratch/RtmpvvZx3W/R.INSTALL2840bd33a1fad5/spopt/src/vendor ./rust/target
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpvvZx3W/R.INSTALL2840bd33a1fad5/spopt/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpvvZx3W/R.INSTALL2840bd33a1fad5/spopt/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpvvZx3W/R.INSTALL2840bd33a1fad5/spopt/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-spopt/00new/spopt/libs
** R
** data
*** moving datasets to lazyload DB
** 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 (spopt)