* installing *source* package 'awdb' ...
** this is package 'awdb' version '0.1.4'
** package 'awdb' successfully unpacked and MD5 sums checked
** using staged installation
Using cargo 1.92.0 (344c4567c 2025-10-21)
Using rustc 1.92.0 (ded5c06cf 2025-12-08)
Building for CRAN.
Warning message:
In readLines(mv_fp) : incomplete final line found on 'src/Makevars.win.in'
Writing `src/Makevars.win`.
`tools/config.R` has finished.
** libs
using C compiler: 'gcc.exe (GCC) 14.3.0'
make[1]: Entering directory '/d/temp/2026_08_30_17_32_15_3034/RtmpI1Gukj/R.INSTALL1a758732f1f7d/awdb/src'
gcc  -I"D:/RCompile/recent/R-4.6.1/include" -DNDEBUG     -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c entrypoint.c -o entrypoint.o
mkdir -p "/d/temp/2026_08_30_17_32_15_3034/RtmpI1Gukj/R.INSTALL1a758732f1f7d/awdb/src/.cargo/libgcc_mock"
touch "/d/temp/2026_08_30_17_32_15_3034/RtmpI1Gukj/R.INSTALL1a758732f1f7d/awdb/src/.cargo/libgcc_mock/libgcc_eh.a"
if [ -d ./vendor ]; then \
	echo "=== Using offline vendor directory ==="; \
	mkdir -p "/d/temp/2026_08_30_17_32_15_3034/RtmpI1Gukj/R.INSTALL1a758732f1f7d/awdb/src/.cargo" && \
	cp rust/vendor-config.toml "/d/temp/2026_08_30_17_32_15_3034/RtmpI1Gukj/R.INSTALL1a758732f1f7d/awdb/src/.cargo/config.toml"; \
elif [ -f ./rust/vendor.tar.xz ]; then \
	echo "=== Using offline vendor tarball ==="; \
	tar xf rust/vendor.tar.xz && \
	mkdir -p "/d/temp/2026_08_30_17_32_15_3034/RtmpI1Gukj/R.INSTALL1a758732f1f7d/awdb/src/.cargo" && \
	cp rust/vendor-config.toml "/d/temp/2026_08_30_17_32_15_3034/RtmpI1Gukj/R.INSTALL1a758732f1f7d/awdb/src/.cargo/config.toml"; \
fi
=== Using offline vendor tarball ===
# Build the project using Cargo with additional flags
export CARGO_HOME="/d/temp/2026_08_30_17_32_15_3034/RtmpI1Gukj/R.INSTALL1a758732f1f7d/awdb/src/.cargo" && \
export LIBRARY_PATH=";/d/temp/2026_08_30_17_32_15_3034/RtmpI1Gukj/R.INSTALL1a758732f1f7d/awdb/src/.cargo/libgcc_mock" && \
RUSTFLAGS=" --print=native-static-libs" cargo build -j 2 --offline --target=x86_64-pc-windows-gnu --lib --release --manifest-path=rust/Cargo.toml --target-dir="./rust/target"
   Compiling proc-macro2 v1.0.107
   Compiling unicode-ident v1.0.24
   Compiling quote v1.0.47
   Compiling crossbeam-utils v0.8.22
   Compiling crossbeam-epoch v0.9.20
   Compiling serde_core v1.0.229
   Compiling syn v3.0.3
   Compiling crossbeam-deque v0.8.7
   Compiling extendr-ffi v0.9.0 (https://github.com/extendr/extendr#74afddcb)
   Compiling rayon-core v1.13.0
   Compiling paste v1.0.15
   Compiling zmij v1.0.23
   Compiling serde v1.0.229
   Compiling serde_derive v1.0.229
   Compiling syn v2.0.119
   Compiling lazy_static v1.5.0
   Compiling extendr-api v0.9.0 (https://github.com/extendr/extendr#74afddcb)
   Compiling serde_json v1.0.151
   Compiling extendr-macros v0.9.0 (https://github.com/extendr/extendr#74afddcb)
   Compiling readonly v0.2.14
   Compiling once_cell v1.21.4
   Compiling memchr v2.8.3
   Compiling itoa v1.0.18
   Compiling either v1.18.0
   Compiling rayon v1.12.0
   Compiling awdb v0.1.0 (D:\temp\2026_08_30_17_32_15_3034\RtmpI1Gukj\R.INSTALL1a758732f1f7d\awdb\src\rust)
note: link against the following native artifacts when linking against this static library. The order and any duplication can be significant on some platforms.

note: native-static-libs: -lR -lkernel32 -lntdll -luserenv -lws2_32 -ldbghelp

    Finished `release` profile [optimized] target(s) in 2m 41s
# Generate wrappers using linked C executable
gcc  -o rust/document.exe rust/document.c -L./rust/target/x86_64-pc-windows-gnu/release -lawdb -lws2_32 -ladvapi32 -luserenv -lbcrypt -lntdll -L"D:/RCompile/recent/R-4.6.1/bin/x64" -lR
./rust/document.exe awdb ../R/extendr-wrappers.R
rm -f rust/document.exe
# Always clean up CARGOTMP
rm -Rf "/d/temp/2026_08_30_17_32_15_3034/RtmpI1Gukj/R.INSTALL1a758732f1f7d/awdb/src/.cargo";
gcc -shared -s -static-libgcc -o awdb.dll awdb-win.def entrypoint.o -L./rust/target/x86_64-pc-windows-gnu/release -lawdb -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-4.6.1/bin/x64 -lR
rm -Rf "/d/temp/2026_08_30_17_32_15_3034/RtmpI1Gukj/R.INSTALL1a758732f1f7d/awdb/src/.cargo" "vendor" ./rust/target
make[1]: Leaving directory '/d/temp/2026_08_30_17_32_15_3034/RtmpI1Gukj/R.INSTALL1a758732f1f7d/awdb/src'
make[1]: Entering directory '/d/temp/2026_08_30_17_32_15_3034/RtmpI1Gukj/R.INSTALL1a758732f1f7d/awdb/src'
make[1]: Leaving directory '/d/temp/2026_08_30_17_32_15_3034/RtmpI1Gukj/R.INSTALL1a758732f1f7d/awdb/src'
installing to d:/Rcompile/CRANpkg/lib/4.6/00LOCK-awdb/00new/awdb/libs/x64
** R
** data
*** moving datasets to lazyload DB
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** 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 'awdb' as awdb_0.1.4.zip
* DONE (awdb)