* installing *source* package ‘string2path’ ...
** this is package ‘string2path’ version ‘0.3.1’
** 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.93.1 (083ac5135 2025-12-15) (Fedora 1.93.1-1.fc42)'
using Rust compiler: 'rustc 1.93.1 (01f6ddf75 2026-02-11) (Fedora 1.93.1-1.fc42)'
using fontconfig: -lfontconfig -lfreetype
** libs
using C compiler: ‘clang version 22.1.3 (https://github.com/llvm/llvm-project e9846648fd6183ee6d8cbdb4502213fcf902a211)’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/string2path/src'
clang-22 -std=gnu23 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG   -isystem /usr/local/clang22/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
export CC="clang-22 -std=gnu23" && \
export CFLAGS="-O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -fno-lto" && \
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 CARGO_PROFILE_RELEASE_PANIC="abort" && \
  export RUSTFLAGS=" -Zdefault-visibility=hidden" && \
   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 proc-macro2 v1.0.95
   Compiling unicode-ident v1.0.18
   Compiling libm v0.2.15
   Compiling quote v1.0.40
   Compiling syn v2.0.103
   Compiling autocfg v1.4.0
   Compiling num-traits v0.2.19
   Compiling shlex v1.3.0
   Compiling cc v1.2.27
   Compiling bytemuck_derive v1.10.2
   Compiling bytemuck v1.25.0
   Compiling euclid v0.22.11
   Compiling arrayvec v0.7.6
   Compiling font-types v0.11.2
   Compiling lyon_geom v1.0.6
   Compiling pkg-config v0.3.32
   Compiling libc v0.2.174
   Compiling cfg-if v1.0.4
   Compiling libloading v0.8.9
   Compiling lyon_path v1.0.7
   Compiling yeslogic-fontconfig-sys v6.0.0
   Compiling savvy-ffi v0.10.0
   Compiling dlib v0.5.3
   Compiling savvy v0.10.0
   Compiling savvy-bindgen v0.10.0
   Compiling i_float v1.16.0
   Compiling float_next_after v1.0.0
   Compiling once_cell v1.21.3
   Compiling foldhash v0.2.0
   Compiling hashbrown v0.16.1
   Compiling savvy-macro v0.10.0
   Compiling lyon_tessellation v1.0.15
   Compiling i_shape v1.18.0
   Compiling memmap2 v0.9.10
   Compiling lyon_algorithms v1.0.5
   Compiling read-fonts v0.39.1
   Compiling read-fonts v0.37.0
   Compiling i_tree v0.18.0
   Compiling i_key_sort v0.10.1
   Compiling parlance v0.1.0
   Compiling smallvec v1.15.1
   Compiling linebender_resource_handle v0.1.1
   Compiling fontique v0.8.0
   Compiling i_overlay v4.5.1
   Compiling skrifa v0.42.0
   Compiling lyon v1.0.1
   Compiling string2path v0.2.0 (/data/gannet/ripley/R/packages/tests-clang/string2path/src/rust)
    Finished `release` profile [optimized] target(s) in 7m 57s
clang-22 -std=gnu23 -shared -L/usr/local/clang/lib64 -L/usr/local/clang22/lib -L/usr/local/clang22/lib/x86_64-unknown-linux-gnu -L/usr/local/lib64 -o string2path.so init.o -L./rust/target//release -lstring2path -lfontconfig -lfreetype
rm -Rf ./rust/target//release/libstring2path.a ./rust/.cargo
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)