* installing *source* package ‘scanr’ ...
** this is package ‘scanr’ version ‘0.1.0’
** package ‘scanr’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc (GCC) 16.1.1 20260515 (Red Hat 16.1.1-2)’
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/scanr/src'
gcc -I"/data/localhost/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
cargo --version
=== Extracting offline Rust vendor tarball ===
cargo 1.97.1 (c980f4866 2026-06-30) (Fedora 1.97.1-1.fc44)
rustc --version
rustc 1.97.1 (8bab26f4f 2026-07-14) (Fedora 1.97.1-1.fc44)
cargo 1.97.1 (c980f4866 2026-06-30) (Fedora 1.97.1-1.fc44)
rustc 1.97.1 (8bab26f4f 2026-07-14) (Fedora 1.97.1-1.fc44)
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 proc-macro2 v1.0.107
   Compiling quote v1.0.47
   Compiling unicode-ident v1.0.24
   Compiling libc v0.2.189
   Compiling getrandom v0.3.4
   Compiling crossbeam-utils v0.8.22
   Compiling crossbeam-epoch v0.9.20
   Compiling zerocopy v0.8.55
   Compiling cfg-if v1.0.4
   Compiling crossbeam-deque v0.8.7
   Compiling serde_core v1.0.229
   Compiling extendr-ffi v0.9.0
   Compiling rayon-core v1.13.0
   Compiling paste v1.0.15
   Compiling zmij v1.0.23
   Compiling serde v1.0.229
   Compiling extendr-api v0.9.0
   Compiling lazy_static v1.5.0
   Compiling serde_json v1.0.151
   Compiling either v1.17.0
   Compiling once_cell v1.21.4
   Compiling itoa v1.0.18
   Compiling memchr v2.8.3
   Compiling syn v3.0.3
   Compiling syn v2.0.119
   Compiling rand_core v0.9.5
   Compiling rand_xoshiro v0.7.0
   Compiling rayon v1.12.0
   Compiling serde_derive v1.0.229
   Compiling readonly v0.2.14
   Compiling ppv-lite86 v0.2.21
   Compiling rand_chacha v0.9.0
   Compiling rand v0.9.5
   Compiling extendr-macros v0.9.0
   Compiling scan-core v0.1.0 (https://github.com/Prabashoka/scan-core.git?tag=v0.2.1#3599b07b)
   Compiling scanr v0.1.0 (/data/localhost/ripley/R/packages/tests-devel/scanr/src/rust)
    Finished `release` profile [optimized] target(s) in 32.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 scanr.so entrypoint.o rust/target/release/libscanr.a -ldl -lm
rm -Rf "/data/localhost/ripley/R/packages/tests-devel/scanr/src/.cargo" "/data/localhost/ripley/R/packages/tests-devel/scanr/src/vendor" "rust/target"
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/scanr/src'
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/scanr/src'
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/scanr/src'
installing to /data/localhost/ripley/R/packages/tests-devel/scanr.Rcheck/00LOCK-scanr/00new/scanr/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 (scanr)