* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’
* installing *source* package ‘string2path’ ...
** 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
** libs
using C compiler: ‘gcc-13 (Debian 13.2.0-23) 13.2.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpfE4Uft/R.INSTALL1eb83e45645aed/string2path/src'
rm -Rf string2path.so init.o ./rust/.cargo ./rust/target/release/libstring2path.a
gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -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/tar --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="/home/hornik/tmp/scratch/RtmpfE4Uft/R.INSTALL1eb83e45645aed/string2path/src/.cargo" && cd ./rust && cargo build --jobs 1 --lib --release --offline
   Compiling proc-macro2 v1.0.69
   Compiling autocfg v1.1.0
   Compiling libm v0.2.8
   Compiling unicode-ident v1.0.12
   Compiling num-traits v0.2.17
   Compiling quote v1.0.33
   Compiling syn v2.0.38
   Compiling libc v0.2.149
   Compiling euclid v0.22.9
   Compiling arrayvec v0.7.4
   Compiling lyon_geom v1.0.4
   Compiling thiserror v1.0.49
   Compiling version_check v0.9.4
   Compiling slotmap v1.0.6
   Compiling cc v1.0.83
   Compiling lyon_path v1.0.4
   Compiling thiserror-impl v1.0.49
   Compiling xmlparser v0.13.6
   Compiling roxmltree v0.18.1
   Compiling savvy v0.1.19
   Compiling float_next_after v0.1.5
   Compiling savvy-bindgen v0.1.19
   Compiling tinyvec_macros v0.1.1
   Compiling tinyvec v1.6.0
   Compiling savvy-macro v0.1.19
   Compiling lyon_tessellation v1.0.10
   Compiling memmap2 v0.8.0
   Compiling fontconfig-parser v0.5.3
   Compiling lyon_algorithms v1.0.3
   Compiling ttf-parser v0.19.2
   Compiling once_cell v1.18.0
   Compiling log v0.4.20
   Compiling savvy-ffi v0.1.19
   Compiling fontdb v0.15.0
   Compiling lyon v1.0.1
   Compiling ttf-parser v0.20.0
   Compiling string2path v0.2.0 (/home/hornik/tmp/scratch/RtmpfE4Uft/R.INSTALL1eb83e45645aed/string2path/src/rust)
    Finished release [optimized] target(s) in 1m 49s
rm -Rf /home/hornik/tmp/scratch/RtmpfE4Uft/R.INSTALL1eb83e45645aed/string2path/src/.cargo ./rust/target/release/build
gcc-13 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o string2path.so init.o -L./rust/target/release -lstring2path -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpfE4Uft/R.INSTALL1eb83e45645aed/string2path/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpfE4Uft/R.INSTALL1eb83e45645aed/string2path/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpfE4Uft/R.INSTALL1eb83e45645aed/string2path/src'
installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/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)