* installing *source* package 'string2path' ... ** this is package 'string2path' version '0.3.0' ** 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.92.0 (344c4567c 2025-10-21)' using Rust compiler: 'rustc 1.92.0 (ded5c06cf 2025-12-08)' ** libs using C compiler: 'gcc.exe (GCC) 14.3.0' gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -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:/rtools45/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/2026_04_11_04_05_16_6518/RtmpagF7Up/R.INSTALL13f18746c792a/string2path/src/./rust/target/x86_64-pc-windows-gnu/release/libgcc_mock" && export CARGO_HOME="/.cargo" && cd ./rust && cargo build --jobs 1 --target x86_64-pc-windows-gnu --lib --release --offline Compiling proc-macro2 v1.0.95 Compiling unicode-ident v1.0.18 Compiling quote v1.0.40 Compiling syn v2.0.103 Compiling libm v0.2.15 Compiling windows-link v0.2.1 Compiling autocfg v1.4.0 Compiling num-traits v0.2.19 Compiling shlex v1.3.0 Compiling cc v1.2.27 Compiling windows-result v0.4.1 Compiling windows-strings v0.5.1 Compiling windows-implement v0.60.2 Compiling windows-interface v0.59.3 Compiling bytemuck_derive v1.10.2 Compiling bytemuck v1.25.0 Compiling windows-core v0.62.2 Compiling euclid v0.22.11 Compiling arrayvec v0.7.6 Compiling lyon_geom v1.0.6 Compiling font-types v0.11.2 Compiling lyon_path v1.0.7 Compiling savvy-ffi v0.10.0 Compiling windows-threading v0.2.1 Compiling windows-future v0.3.2 Compiling windows-collections v0.3.2 Compiling windows-numerics v0.3.1 Compiling savvy v0.10.0 Compiling i_float v1.16.0 Compiling savvy-bindgen v0.10.0 Compiling float_next_after v1.0.0 Compiling foldhash v0.2.0 Compiling hashbrown v0.16.1 Compiling lyon_tessellation v1.0.15 Compiling savvy-macro v0.10.0 Compiling i_shape v1.18.0 Compiling windows v0.62.2 Compiling lyon_algorithms v1.0.5 Compiling read-fonts v0.37.0 Compiling read-fonts v0.39.1 Compiling memmap2 v0.9.10 Compiling i_tree v0.18.0 Compiling i_key_sort v0.10.1 Compiling smallvec v1.15.1 Compiling parlance v0.1.0 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 (D:\temp\2026_04_11_04_05_16_6518\RtmpagF7Up\R.INSTALL13f18746c792a\string2path\src\rust) Finished `release` profile [optimized] target(s) in 3m 28s gcc -shared -s -static-libgcc -o string2path.dll tmp.def init.o -L./rust/target/x86_64-pc-windows-gnu/release -lstring2path -lws2_32 -ladvapi32 -luserenv -lbcrypt -lntdll -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR rm -Rf ./rust/target/x86_64-pc-windows-gnu/release/libstring2path.a ./rust/.cargo installing to d:/RCompile/CRANincoming/R-devel/lib/00LOCK-string2path/00new/string2path/libs/x64 ** 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 ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (string2path)