* installing *source* package 'string2path' ... ** 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 ** libs using C compiler: 'gcc.exe (GCC) 12.2.0' rm -Rf string2path.dll entrypoint.o ./rust/.cargo ./rust/target/x86_64-pc-windows-gnu/release/libstring2path.a gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -mfpmath=sse -msse2 -mstackrealign -c entrypoint.c -o entrypoint.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:/rtools43/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.4.0-devel" && export CARGO_TARGET_X86_64_PC_WINDOWS_GNU_LINKER="x86_64-w64-mingw32.static.posix-gcc.exe" && export LIBRARY_PATH="${LIBRARY_PATH};/d/temp/Rtmp8OKmuk/R.INSTALL2269c460f6cd0/string2path/src/./rust/target/x86_64-pc-windows-gnu/release/libgcc_mock" && export CARGO_HOME="/.cargo" && cd ./rust && cargo build --target=x86_64-pc-windows-gnu --lib --release --offline Compiling libm v0.2.6 Compiling autocfg v1.1.0 Compiling proc-macro2 v1.0.63 Compiling unicode-ident v1.0.6 Compiling quote v1.0.23 Compiling syn v1.0.107 Compiling libR-sys v0.5.0 (https://github.com/yutannihilation/libR-sys?branch=fix/ignore-non-existent-r-library-path#08cb4bb8) Compiling arrayvec v0.7.2 Compiling thiserror v1.0.38 Compiling extendr-engine v0.4.0 (https://github.com/yutannihilation/extendr.git?rev=037815e463d34c8e91366dab0f34c7158334fc9a#037815e4) Compiling log v0.4.17 Compiling paste v1.0.11 Compiling cfg-if v1.0.0 Compiling extendr-api v0.4.0 (https://github.com/yutannihilation/extendr.git?rev=037815e463d34c8e91366dab0f34c7158334fc9a#037815e4) Compiling ttf-parser v0.18.1 Compiling lazy_static v1.4.0 Compiling memmap2 v0.5.8 Compiling once_cell v1.17.0 Compiling num-traits v0.2.15 Compiling fontdb v0.11.2 Compiling euclid v0.22.7 Compiling float_next_after v0.1.5 Compiling lyon_geom v1.0.4 Compiling lyon_path v1.0.3 Compiling lyon_algorithms v1.0.2 Compiling thiserror-impl v1.0.38 Compiling extendr-macros v0.4.0 (https://github.com/yutannihilation/extendr.git?rev=037815e463d34c8e91366dab0f34c7158334fc9a#037815e4) Compiling lyon_tessellation v1.0.8 Compiling lyon v1.0.1 Compiling string2path v0.2.0 (D:\temp\Rtmp8OKmuk\R.INSTALL2269c460f6cd0\string2path\src\rust) Finished release [optimized] target(s) in 30.41s rm -Rf /.cargo ./rust/target/x86_64-pc-windows-gnu/release/build gcc -shared -s -static-libgcc -o string2path.dll tmp.def entrypoint.o -L./rust/target/x86_64-pc-windows-gnu/release -lstring2path -lws2_32 -ladvapi32 -luserenv -lbcrypt -lntdll -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR 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)