* installing *source* package ‘fru’ ...
** this is package ‘fru’ version ‘0.0.2’
** package ‘fru’ successfully unpacked and MD5 sums checked
** using staged installation
cargo 1.87.0 (99624be96 2025-05-06) (Fedora 1.87.0-2.fc42)
rustc 1.87.0 (17067e9ac 2025-05-09) (Fedora 1.87.0-2.fc42)
** libs
using C compiler: ‘gcc (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/fru/src'
gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -DR_NO_REMAP -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 wrapper.c -o wrapper.o
mkdir -p /data/gannet/ripley/R/packages/tests-devel/fru/src/.cargo
cargo build --offline --release -j 2 --manifest-path=fru/Cargo.toml
warning: a `-j` argument was passed to Cargo but Cargo is also configured with an external jobserver in its environment, ignoring the `-j` parameter
Locking 1 package to latest Rust 1.87.0 compatible version
Adding xrf v0.1.3 (/data/gannet/ripley/R/packages/tests-devel/fru/src/xrf)
Compiling xrf v0.1.3 (/data/gannet/ripley/R/packages/tests-devel/fru/src/xrf)
Compiling fru v0.1.0 (/data/gannet/ripley/R/packages/tests-devel/fru/src/fru)
Finished `release` profile [optimized] target(s) in 2m 17s
rm -Rf /data/gannet/ripley/R/packages/tests-devel/fru/src/.cargo
rm -Rf fru/target/release/build
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 fru.so wrapper.o -Lfru/target/release -lfru
rm -Rf fru/target/release/fru.a fru/target
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/fru/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/fru/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/fru/src'
installing to /data/gannet/ripley/R/packages/tests-devel/fru.Rcheck/00LOCK-fru/00new/fru/libs
** R
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** 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 (fru)