* 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
*** Checking if the required Rust target is installed
*** cargo is ok
using Rust package manager: 'cargo 1.81.0 (2dbb1af80 2024-08-20)'
using Rust compiler: 'rustc 1.81.0 (eeb90cda1 2024-09-04)'
** libs
using C compiler: 'gcc.exe (GCC) 13.3.0'
make[1]: Entering directory '/d/temp/2025_10_13_09_54_11_13458/RtmpeUgnJb/R.INSTALLc828366a826/string2path/src'
gcc  -I"D:/RCompile/recent/R-4.4.3/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c init.c -o init.o
mkdir -p ./rust/target/x86_64-pc-windows-gnu/release/libgcc_mock && touch ./rust/target/x86_64-pc-windows-gnu/release/libgcc_mock/libgcc_eh.a
# vendoring (Note: to avoid NOTE of "Found the following hidden files and
# directories", .cargo needs to be created here)
if [ "yes" = "yes" ]; then \
  d:/rtools44/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 CARGO_TARGET_X86_64_PC_WINDOWS_GNU_LINKER="x86_64-w64-mingw32.static.posix-gcc.exe" && export LIBRARY_PATH="${LIBRARY_PATH};/d/temp/2025_10_13_09_54_11_13458/RtmpeUgnJb/R.INSTALLc828366a826/string2path/src/./rust/target/x86_64-pc-windows-gnu/release/libgcc_mock" && export CARGO_HOME="D:/Rcompile/CRANpkg/local/4.4/.cargo" && cd ./rust && cargo build --jobs 1 --target x86_64-pc-windows-gnu --lib --release --offline
   Compiling libm v0.2.11
   Compiling autocfg v1.4.0
   Compiling num-traits v0.2.19
   Compiling proc-macro2 v1.0.94
   Compiling unicode-ident v1.0.18
   Compiling euclid v0.22.11
   Compiling arrayvec v0.7.6
   Compiling lyon_geom v1.0.6
   Compiling quote v1.0.40
   Compiling version_check v0.9.5
   Compiling shlex v1.3.0
   Compiling cc v1.2.16
   Compiling slotmap v1.0.7
   Compiling syn v2.0.100
   Compiling lyon_path v1.0.7
   Compiling rustversion v1.0.20
   Compiling savvy-bindgen v0.8.7
   Compiling savvy v0.8.7
   Compiling core_maths v0.1.1
   Compiling float_next_after v1.0.0
   Compiling tinyvec_macros v0.1.1
   Compiling tinyvec v1.9.0
   Compiling lyon_tessellation v1.0.15
   Compiling ttf-parser v0.24.1
   Compiling savvy-macro v0.8.7
   Compiling lyon_algorithms v1.0.5
   Compiling savvy-ffi v0.8.7
   Compiling log v0.4.26
   Compiling memmap2 v0.9.5
   Compiling fontdb v0.22.0
   Compiling lyon v1.0.1
   Compiling once_cell v1.21.1
   Compiling ttf-parser v0.25.1
   Compiling string2path v0.2.0 (D:\temp\2025_10_13_09_54_11_13458\RtmpeUgnJb\R.INSTALLc828366a826\string2path\src\rust)
    Finished `release` profile [optimized] target(s) in 2m 54s
rm -Rf D:/Rcompile/CRANpkg/local/4.4/.cargo ./rust/target/x86_64-pc-windows-gnu/release/build
rm: cannot remove 'D:/Rcompile/CRANpkg/local/4.4/.cargo/.global-cache': Device or resource busy
make[1]: *** [Makevars.win:24: rust/target/x86_64-pc-windows-gnu/release/libstring2path.a] Error 1
make[1]: Leaving directory '/d/temp/2025_10_13_09_54_11_13458/RtmpeUgnJb/R.INSTALLc828366a826/string2path/src'
ERROR: compilation failed for package 'string2path'
* removing 'd:/Rcompile/CRANpkg/lib/4.4/string2path'
* restoring previous 'd:/Rcompile/CRANpkg/lib/4.4/string2path'