* installing *source* package ‘fdars’ ...
** this is package ‘fdars’ version ‘0.3.3’
** package ‘fdars’ successfully unpacked and MD5 sums checked
** using staged installation
Found Rust version: 1.93.1
Rust toolchain OK
** libs
using C compiler: ‘gcc (GCC) 15.2.1 20260123 (Red Hat 15.2.1-7)’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/fdars/src'
gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c entrypoint.c -o entrypoint.o
rustc 1.93.1 (01f6ddf75 2026-02-11) (Fedora 1.93.1-1.fc42)
cd rust && CARGO_HOME="/data/gannet/ripley/R/packages/tests-devel/fdars/src/rust/.cargo" CARGO_TARGET_DIR=target cargo build --release --lib --offline -j 2
warning: a `-j` argument was passed to Cargo but Cargo is also configured with an external jobserver in its environment, ignoring the `-j` parameter
   Compiling autocfg v1.5.0
   Compiling libm v0.2.15
   Compiling num-traits v0.2.19
   Compiling proc-macro2 v1.0.105
   Compiling libc v0.2.180
   Compiling unicode-ident v1.0.22
   Compiling quote v1.0.43
   Compiling zerocopy v0.8.33
   Compiling crossbeam-utils v0.8.21
   Compiling num-integer v0.1.46
   Compiling paste v1.0.15
   Compiling cfg-if v1.0.4
   Compiling getrandom v0.2.16
   Compiling syn v2.0.114
   Compiling bytemuck v1.24.0
   Compiling safe_arch v0.7.4
   Compiling crossbeam-epoch v0.9.18
   Compiling ppv-lite86 v0.2.21
   Compiling rand_core v0.6.4
   Compiling num-complex v0.4.6
   Compiling matrixmultiply v0.3.10
   Compiling extendr-ffi v0.8.1
   Compiling typenum v1.19.0
   Compiling rayon-core v1.13.0
   Compiling rand_chacha v0.3.1
   Compiling crossbeam-deque v0.8.6
   Compiling wide v0.7.33
   Compiling approx v0.5.1
   Compiling strength_reduce v0.2.4
   Compiling rawpointer v0.2.1
   Compiling simba v0.9.1
   Compiling transpose v0.2.3
   Compiling rand v0.8.5
   Compiling nalgebra-macros v0.2.2
   Compiling primal-check v0.3.4
   Compiling num-rational v0.4.2
   Compiling either v1.15.0
   Compiling extendr-api v0.8.1
   Compiling rayon v1.11.0
   Compiling nalgebra v0.33.2
   Compiling rustfft v6.4.1
   Compiling rand_distr v0.4.3
   Compiling extendr-macros v0.8.1
   Compiling once_cell v1.21.3
   Compiling fdars-core v0.4.0
   Compiling fdars v0.1.0 (/data/gannet/ripley/R/packages/tests-devel/fdars/src/rust)
    Finished `release` profile [optimized] target(s) in 7m 31s
gcc -shared -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fpic -L/usr/local/lib64 -o fdars.so entrypoint.o -Lrust/target/release -lfdars -lpthread -ldl -lm -Wl,--version-script=/data/gannet/ripley/R/packages/tests-devel/fdars/src/symbols.map -Wl,--wrap=abort -Wl,--wrap=exit -Wl,--wrap=_exit
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/fdars/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/fdars/src'
/usr/bin/nm: apple_versioning.c.o: no symbols
/usr/bin/nm: os_version_check.c.o: no symbols
/usr/bin/nm: trampoline_setup.c.o: no symbols
/usr/bin/nm: truncxfbf2.c.o: no symbols
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/fdars/src'
installing to /data/gannet/ripley/R/packages/tests-devel/fdars.Rcheck/00LOCK-fdars/00new/fdars/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** 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 (fdars)