* installing *source* package ‘fangs’ ...
** package ‘fangs’ successfully unpacked and MD5 sums checked
** using staged installation
---
Trying to find a suitable Cargo using tools::R_user_dir('cargo', 'cache').
Trying to find a suitable Cargo using the conventional location.
Trying to find a suitable Cargo using the PATH environment variable.
Trying to use Cargo at: /usr/bin/cargo
Cargo version '1.69.0' is available, which satisfies the need for '1.65'.
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.1.0
   Compiling cfg-if v1.0.0
   Compiling libc v0.2.147
   Compiling num-traits v0.2.15
   Compiling crossbeam-utils v0.8.16
   Compiling memoffset v0.9.0
   Compiling proc-macro2 v1.0.66
   Compiling crossbeam-epoch v0.9.15
   Compiling unicode-ident v1.0.11
   Compiling getrandom v0.2.10
   Compiling num-integer v0.1.45
   Compiling matrixmultiply v0.3.7
   Compiling scopeguard v1.2.0
   Compiling quote v1.0.31
   Compiling rand_core v0.6.4
   Compiling rawpointer v0.2.1
   Compiling rayon-core v1.11.0
   Compiling crossbeam-deque v0.8.3
   Compiling syn v2.0.26
   Compiling num-complex v0.4.3
   Compiling num_cpus v1.16.0
   Compiling crossbeam-channel v0.5.8
   Compiling ppv-lite86 v0.2.17
   Compiling either v1.8.1
   Compiling lapjv v0.2.1 (/data/gannet/ripley/R/packages/tests-devel/fangs/src/rust/lapjv-rust)
   Compiling rand_chacha v0.3.1
   Compiling ndarray v0.15.6
   Compiling rust v0.1.0 (/data/gannet/ripley/R/packages/tests-devel/fangs/src/rust)
   Compiling log v0.4.19
   Compiling rayon v1.7.0
   Compiling rand v0.8.5
   Compiling roxido_macro v0.6.0 (/data/gannet/ripley/R/packages/tests-devel/fangs/src/rust/roxido_macro)
   Compiling roxido v0.6.0 (/data/gannet/ripley/R/packages/tests-devel/fangs/src/rust/roxido)
   Compiling itertools v0.11.0
   Compiling rand_pcg v0.3.1
   Compiling approx v0.5.1
    Finished release [optimized] target(s) in 1m 39s
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 rust v0.1.0 (/data/gannet/ripley/R/packages/tests-devel/fangs/src/rust)
    Finished release [optimized] target(s) in 56.68s
---
Built Rust static library.
** libs
using C compiler: ‘gcc-13 (GCC) 13.2.0’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/fangs/src'
gcc-13 -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 dummy.c -o dummy.o
gcc-13 -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 shim.c -o shim.o
gcc-13 -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/gcc13/lib64 -L/usr/local/lib64 -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -o fangs.so dummy.o shim.o -L. -lrust
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/fangs/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/fangs/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/fangs/src'
installing to /data/gannet/ripley/R/packages/tests-devel/fangs.Rcheck/00LOCK-fangs/00new/fangs/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** 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 (fangs)