* installing *source* package ‘orbweaver’ ...
** package ‘orbweaver’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-13 (GCC) 13.2.0’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/orbweaver/src'
rm -Rf orbweaver.so entrypoint.o ./rust/.cargo ./rust/target/release/liborbweaver.a
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 entrypoint.c -o entrypoint.o
if [ "yes" = "yes" ]; then \
  /usr/bin/gtar --extract --xz -f ./rust/vendor.tar.xz -C ./rust && \
	mkdir -p ./rust/.cargo && \
	cp ./config/cargo_vendor_config.toml ./rust/.cargo/config.toml; \
fi && \
    export CARGO_HOME=./rust/.cargo/tmp; \
    export PATH="/data/gannet/ripley/bin:/usr/local/bin:/usr/local/texbin:/usr/sbin:.:/data/gannet/ripley/bin:/usr/local/texbin:/usr/local/bin:/usr/sbin:/usr/lib64/qt-3.3/bin:/usr/share/Modules/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lib64/openmpi/bin:/usr/lib64/openmpi/bin:/data/gannet/ripley/.cargo/bin" && \
    cd ./rust && \
    cargo build --lib --release \
        --offline \
        --jobs 1; \
    rm -Rf ./rust/.cargo/tmp && \
    rm -Rf ./rust/target/release/build; \

   Compiling proc-macro2 v1.0.69
   Compiling unicode-ident v1.0.12
   Compiling libR-sys v0.6.0
   Compiling quote v1.0.33
   Compiling paste v1.0.14
   Compiling syn v2.0.39
   Compiling extendr-api v0.6.0
   Compiling extendr-macros v0.6.0
   Compiling either v1.9.0
   Compiling once_cell v1.18.0
   Compiling itertools v0.11.0
   Compiling orbweaver v0.1.0 (/data/gannet/ripley/R/packages/tests-devel/orbweaver/src/rust)
    Finished release [optimized] target(s) in 2m 20s
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 orbweaver.so entrypoint.o -L./rust/target/release -lorbweaver
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/orbweaver/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/orbweaver/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/orbweaver/src'
installing to /data/gannet/ripley/R/packages/tests-devel/orbweaver.Rcheck/00LOCK-orbweaver/00new/orbweaver/libs
** R
** 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 (orbweaver)