* installing *source* package ‘string2path’ ...
** this is package ‘string2path’ version ‘0.2.0’
** package ‘string2path’ successfully unpacked and MD5 sums checked
** using staged installation
*** Checking if cargo is installed
*** Checking if cargo is newer than the required version
*** cargo is ok
using Rust package manager: 'cargo 1.84.1 (66221abde 2024-11-19)'
using Rust compiler: 'rustc 1.84.1 (e71f9a9a9 2025-01-27) (Fedora 1.84.1-1.fc40)'
** libs
using C compiler: ‘clang version 20.1.0-rc2’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/string2path/src'
rm -Rf string2path.so init.o ./rust/.cargo ./rust/target//release/libstring2path.a
/usr/local/clang20/bin/clang -std=gnu23 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG   -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c init.c -o init.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
if [ "" != "wasm32-unknown-emscripten" ]; then \
   export CARGO_HOME="/data/gannet/ripley/R/packages/tests-clang/string2path/src/.cargo" && cd ./rust && cargo build --jobs 1 --lib --release --offline; \
else \
  export CC="/usr/local/clang20/bin/clang -std=gnu23" && \
  export CFLAGS="-O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 " && \
  export CARGO_PROFILE_RELEASE_PANIC="abort" && \
   export CARGO_HOME="/data/gannet/ripley/R/packages/tests-clang/string2path/src/.cargo" && cd ./rust && cargo +nightly build --lib --release --target  -Zbuild-std=panic_abort,std --offline; \
fi
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 libm v0.2.11
   Compiling autocfg v1.4.0
   Compiling num-traits v0.2.19
   Compiling proc-macro2 v1.0.93
   Compiling unicode-ident v1.0.16
   Compiling euclid v0.22.11
   Compiling arrayvec v0.7.6
   Compiling quote v1.0.38
   Compiling shlex v1.3.0
   Compiling libc v0.2.169
   Compiling lyon_geom v1.0.6
   Compiling version_check v0.9.5
   Compiling lyon_path v1.0.6
   Compiling slotmap v1.0.7
   Compiling cc v1.2.12
   Compiling syn v2.0.98
   Compiling rustversion v1.0.19
   Compiling savvy v0.8.6
   Compiling core_maths v0.1.1
   Compiling roxmltree v0.20.0
   Compiling savvy-bindgen v0.8.6
   Compiling tinyvec_macros v0.1.1
   Compiling float_next_after v1.0.0
   Compiling lyon_tessellation v1.0.15
   Compiling tinyvec v1.8.1
   Compiling fontconfig-parser v0.5.7
   Compiling savvy-macro v0.8.6
   Compiling ttf-parser v0.24.1
   Compiling memmap2 v0.9.5
   Compiling lyon_algorithms v1.0.5
   Compiling savvy-ffi v0.8.6
   Compiling log v0.4.25
   Compiling lyon v1.0.1
   Compiling once_cell v1.20.3
   Compiling ttf-parser v0.25.1
   Compiling fontdb v0.22.0
   Compiling string2path v0.2.0 (/data/gannet/ripley/R/packages/tests-clang/string2path/src/rust)
    Finished `release` profile [optimized] target(s) in 3m 06s
rm -Rf /data/gannet/ripley/R/packages/tests-clang/string2path/src/.cargo ./rust/target//release/build
/usr/local/clang20/bin/clang -std=gnu23 -shared -L/usr/local/clang/lib64 -L/usr/local/clang20/lib -L/usr/local/clang20/lib/x86_64-unknown-linux-gnu -L/usr/local/lib64 -o string2path.so init.o -L./rust/target//release -lstring2path
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/string2path/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/string2path/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/string2path/src'
installing to /data/gannet/ripley/R/packages/tests-clang/string2path.Rcheck/00LOCK-string2path/00new/string2path/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 (string2path)