* installing *source* package ‘fcl’ ...
** package ‘fcl’ successfully unpacked and MD5 sums checked
** using staged installation
*** Checking if cargo is installed
*** cargo is ok
** libs
using C compiler: ‘clang version 18.1.4’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/fcl/src'
rm -Rf fcl.so entrypoint.o ./rust/.cargo ./rust/target/release/libfcl.a
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG   -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c entrypoint.c -o entrypoint.o
# vendoring (Note: to avoid NOTE of "Found the following hidden files and
# directories", .cargo needs to be created here)
if [ "yes" = "yes" ]; then \
  /usr/bin/gtar --extract --xz -f ./rust/vendor.tar.xz -C ./rust && \
    mkdir -p ./rust/.cargo && \
    cp ./cargo_vendor_config.toml ./rust/.cargo/config.toml; \
fi
export LIBRSYS_R_VERSION="4.5.0-devel" && export CARGO_HOME="/data/gannet/ripley/R/packages/tests-clang/fcl/src/.cargo" && cd ./rust && cargo build --lib --release --offline --jobs=1
   Compiling proc-macro2 v1.0.69
   Compiling unicode-ident v1.0.12
   Compiling syn v1.0.109
   Compiling autocfg v1.1.0
   Compiling libR-sys v0.6.0
   Compiling num-traits v0.2.17
   Compiling quote v1.0.33
   Compiling paste v1.0.14
   Compiling extendr-api v0.4.0 (https://github.com/extendr/extendr?rev=refs/pull/627/head#ab1a319e)
   Compiling extendr-macros v0.4.0 (https://github.com/extendr/extendr?rev=refs/pull/627/head#ab1a319e)
   Compiling once_cell v1.18.0
   Compiling iana-time-zone v0.1.57
   Compiling chrono v0.4.31
   Compiling fcl v0.1.0 (/data/gannet/ripley/R/packages/tests-clang/fcl/src/rust)
    Finished release [optimized] target(s) in 2m 50s
rm -Rf /data/gannet/ripley/R/packages/tests-clang/fcl/src/.cargo ./rust/target/release/build rm -Rf ./rust/vendor ./rust/.cargo
/usr/local/clang18/bin/clang -shared -L/usr/local/clang/lib64 -L/usr/local/clang18/lib -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -o fcl.so entrypoint.o -L./rust/target/release -lfcl
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/fcl/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/fcl/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/fcl/src'
installing to /data/gannet/ripley/R/packages/tests-clang/fcl.Rcheck/00LOCK-fcl/00new/fcl/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 (fcl)