* installing *source* package 'arcgisutils' ...
** package 'arcgisutils' successfully unpacked and MD5 sums checked
** using staged installation
configure.win: loading site script /usr/local/etc/config.site
checking for rustc... rustc
configure.win: creating ./config.status
** libs
using C compiler: 'gcc.exe (GCC) 13.2.0'
make[1]: Entering directory '/d/temp/RtmpGIGGux/R.INSTALL1e9fc51d45e52/arcgisutils/src'
rm -Rf arcgisutils.dll ./rust/target/x86_64-pc-windows-gnu/release/libarcgisutils.a entrypoint.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/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/libgcc_mock
touch ./rust/target/libgcc_mock/libgcc_eh.a
if [ "" != "true" ]; then \
	if [ -f ./rust/vendor.tar.xz ]; then \
		tar xf rust/vendor.tar.xz && \
		mkdir -p /d/temp/RtmpGIGGux/R.INSTALL1e9fc51d45e52/arcgisutils/src/.cargo && \
		cp rust/vendor-config.toml /d/temp/RtmpGIGGux/R.INSTALL1e9fc51d45e52/arcgisutils/src/.cargo/config.toml; \
	fi; \
	export CARGO_HOME=/d/temp/RtmpGIGGux/R.INSTALL1e9fc51d45e52/arcgisutils/src/.cargo && \
	export CARGO_TARGET_X86_64_PC_WINDOWS_GNU_LINKER="x86_64-w64-mingw32.static.posix-gcc.exe" && \
	export LIBRARY_PATH="${LIBRARY_PATH};/d/temp/RtmpGIGGux/R.INSTALL1e9fc51d45e52/arcgisutils/src/./rust/target/libgcc_mock" && \
	cargo build --target=x86_64-pc-windows-gnu --lib --release --manifest-path=./rust/Cargo.toml --target-dir ./rust/target; \
	rm -Rf /d/temp/RtmpGIGGux/R.INSTALL1e9fc51d45e52/arcgisutils/src/.cargo /d/temp/RtmpGIGGux/R.INSTALL1e9fc51d45e52/arcgisutils/src/vendor ./rust/target/x86_64-pc-windows-gnu/release/build; \
else \
	export CARGO_TARGET_X86_64_PC_WINDOWS_GNU_LINKER="x86_64-w64-mingw32.static.posix-gcc.exe" && \
	export LIBRARY_PATH="${LIBRARY_PATH};/d/temp/RtmpGIGGux/R.INSTALL1e9fc51d45e52/arcgisutils/src/./rust/target/libgcc_mock" && \
	cargo build --target=x86_64-pc-windows-gnu --lib --release --manifest-path=./rust/Cargo.toml --target-dir ./rust/target; \
fi
   Compiling proc-macro2 v1.0.82
   Compiling unicode-ident v1.0.12
   Compiling strsim v0.10.0
   Compiling fnv v1.0.7
   Compiling ident_case v1.0.1
   Compiling serde v1.0.200
   Compiling libR-sys v0.6.0
   Compiling serde_json v1.0.116
   Compiling paste v1.0.15
   Compiling extendr-api v0.6.0 (https://github.com/extendr/extendr#c215039b)
   Compiling itoa v1.0.11
   Compiling ryu v1.0.18
   Compiling once_cell v1.19.0
   Compiling quote v1.0.36
   Compiling syn v2.0.61
   Compiling darling_core v0.20.8
   Compiling serde_derive v1.0.200
   Compiling extendr-macros v0.6.0 (https://github.com/extendr/extendr#c215039b)
   Compiling darling_macro v0.20.8
   Compiling darling v0.20.8
   Compiling derive_builder_core v0.20.0
   Compiling serde_with_macros v3.8.1
   Compiling derive_builder_macro v0.20.0
   Compiling derive_builder v0.20.0
   Compiling serde_with v3.8.1
   Compiling serde_esri v0.3.1 (https://github.com/josiahparry/serde_esri#28502b3a)
   Compiling arcgisutils v0.1.0 (D:\temp\RtmpGIGGux\R.INSTALL1e9fc51d45e52\arcgisutils\src\rust)
    Finished release [optimized] target(s) in 59.91s
gcc -shared -s -static-libgcc -o arcgisutils.dll arcgisutils-win.def entrypoint.o -L./rust/target/x86_64-pc-windows-gnu/release -larcgisutils -lws2_32 -ladvapi32 -luserenv -lbcrypt -lntdll -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR
make[1]: Leaving directory '/d/temp/RtmpGIGGux/R.INSTALL1e9fc51d45e52/arcgisutils/src'
make[1]: Entering directory '/d/temp/RtmpGIGGux/R.INSTALL1e9fc51d45e52/arcgisutils/src'
make[1]: Leaving directory '/d/temp/RtmpGIGGux/R.INSTALL1e9fc51d45e52/arcgisutils/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-arcgisutils/00new/arcgisutils/libs/x64
** R
** 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 'arcgisutils' as arcgisutils_0.3.0.zip
* DONE (arcgisutils)