* 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) 12.3.0'
make[1]: Entering directory '/d/temp/2024_12_20_01_50_00_19051/RtmpoDkujw/R.INSTALL2f6ecec66e1c/string2path/src'
rm -Rf string2path.dll init.o ./rust/.cargo ./rust/target/x86_64-pc-windows-gnu/release/libstring2path.a
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/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:/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 CARGO_TARGET_X86_64_PC_WINDOWS_GNU_LINKER="x86_64-w64-mingw32.static.posix-gcc.exe" && export LIBRARY_PATH="${LIBRARY_PATH};/d/temp/2024_12_20_01_50_00_19051/RtmpoDkujw/R.INSTALL2f6ecec66e1c/string2path/src/./rust/target/x86_64-pc-windows-gnu/release/libgcc_mock" && export CARGO_HOME="D:/Rcompile/CRANpkg/local/4.3/.cargo" && cd ./rust && cargo build --jobs 1 --target x86_64-pc-windows-gnu --lib --release --offline
   Compiling libm v0.2.8
   Compiling autocfg v1.3.0
   Compiling num-traits v0.2.19
   Compiling proc-macro2 v1.0.84
   Compiling unicode-ident v1.0.12
   Compiling euclid v0.22.10
   Compiling arrayvec v0.7.4
   Compiling lyon_geom v1.0.5
   Compiling quote v1.0.36
   Compiling version_check v0.9.4
   Compiling slotmap v1.0.7
   Compiling syn v2.0.66
   Compiling lyon_path v1.0.5
   Compiling cc v1.0.98
   Compiling savvy v0.6.4
   Compiling savvy-bindgen v0.6.4
   Compiling float_next_after v1.0.0
   Compiling tinyvec_macros v0.1.1
   Compiling tinyvec v1.6.0
   Compiling lyon_tessellation v1.0.15
   Compiling savvy-macro v0.6.4
   Compiling lyon_algorithms v1.0.4
   Compiling once_cell v1.19.0
   Compiling ttf-parser v0.21.1
   Compiling memmap2 v0.9.4
   Compiling log v0.4.21
   Compiling savvy-ffi v0.6.4
   Compiling fontdb v0.17.0
   Compiling lyon v1.0.1
   Compiling string2path v0.2.0 (D:\temp\2024_12_20_01_50_00_19051\RtmpoDkujw\R.INSTALL2f6ecec66e1c\string2path\src\rust)
warning: unexpected `cfg` condition name: `savvy_test`
   --> src\lib.rs:204:7
    |
204 | #[cfg(savvy_test)]
    |       ^^^^^^^^^^
    |
    = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows`
    = help: consider using a Cargo feature instead
    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
             [lints.rust]
             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(savvy_test)'] }
    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(savvy_test)");` to the top of the `build.rs`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: `#[warn(unexpected_cfgs)]` on by default

warning: `string2path` (lib) generated 1 warning
    Finished `release` profile [optimized] target(s) in 1m 45s
rm -Rf D:/Rcompile/CRANpkg/local/4.3/.cargo ./rust/target/x86_64-pc-windows-gnu/release/build
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:/rtools43/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.3.3/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2024_12_20_01_50_00_19051/RtmpoDkujw/R.INSTALL2f6ecec66e1c/string2path/src'
make[1]: Entering directory '/d/temp/2024_12_20_01_50_00_19051/RtmpoDkujw/R.INSTALL2f6ecec66e1c/string2path/src'
make[1]: Leaving directory '/d/temp/2024_12_20_01_50_00_19051/RtmpoDkujw/R.INSTALL2f6ecec66e1c/string2path/src'
installing to d:/Rcompile/CRANpkg/lib/4.3/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
* MD5 sums
packaged installation of 'string2path' as string2path_0.1.8.zip
* DONE (string2path)