* installing *source* package 'churon' ... ** this is package 'churon' version '0.1.8' ** using staged installation Running configure.win... Downloading ONNX Runtime 1.23.0... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 15 74.4M 15 11.5M 0 0 13.2M 0 0:00:05 --:--:-- 0:00:05 13.2M 53 74.4M 53 40.0M 0 0 21.0M 0 0:00:03 0:00:01 0:00:02 27.5M 94 74.4M 94 70.1M 0 0 24.1M 0 0:00:03 0:00:02 0:00:01 28.8M 100 74.4M 100 74.4M 0 0 24.7M 0 0:00:03 0:00:03 --:--:-- 29.3M Extracting... Installing from tools_tmp/onnxruntime-win-x64-1.23.0... ONNX Runtime setup complete. ** libs using C compiler: 'gcc.exe (GCC) 14.3.0' rm -Rf churon.dll ./rust/target/x86_64-pc-windows-gnu/release/libchuron.a entrypoint.o 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 entrypoint.c -o entrypoint.o mkdir -p ./rust/target/libgcc_mock # `rustc` adds `-lgcc_eh` flags to the compiler, but Rtools' GCC doesn't have # `libgcc_eh` due to the compilation settings. So, in order to please the # compiler, we need to add empty `libgcc_eh` to the library search paths. # # For more details, please refer to # https://github.com/r-windows/rtools-packages/blob/2407b23f1e0925bbb20a4162c963600105236318/mingw-w64-gcc/PKGBUILD#L313-L316 touch ./rust/target/libgcc_mock/libgcc_eh.a # Load ONNX Runtime environment variables if [ -f "ort_config.env" ]; then \ . ./ort_config.env; \ fi; \ # CARGO_LINKER is provided in Makevars.ucrt for R >= 4.2 if [ "" != "true" ]; then \ export CARGO_HOME=/d/temp/2026_01_16_12_30_17_22682/RtmpsxwQ00/R.INSTALL110ac1e3aacc/churon/src/.cargo; \ fi && \ export CARGO_TARGET_X86_64_PC_WINDOWS_GNU_LINKER="x86_64-w64-mingw32.static.posix-gcc.exe" && \ export LIBRARY_PATH=";/d/temp/2026_01_16_12_30_17_22682/RtmpsxwQ00/R.INSTALL110ac1e3aacc/churon/src/./rust/target/libgcc_mock" && \ if [ -f "ort_config.env" ]; then . ./ort_config.env; fi && \ cargo build --target=x86_64-pc-windows-gnu --lib --release --manifest-path=./rust/Cargo.toml --target-dir ./rust/target Updating crates.io index Downloading crates ... Downloaded autocfg v1.5.0 Downloaded extendr-api v0.8.1 Downloaded matrixmultiply v0.3.10 Downloaded extendr-ffi v0.8.1 Downloaded num-traits v0.2.19 Downloaded paste v1.0.15 Downloaded rawpointer v0.2.1 Downloaded unicode-ident v1.0.18 Downloaded num-complex v0.4.6 Downloaded pin-project-lite v0.2.16 Downloaded smallvec v2.0.0-alpha.10 Downloaded libloading v0.8.9 Downloaded pkg-config v0.3.32 Downloaded num-integer v0.1.46 Downloaded once_cell v1.21.3 Downloaded tracing v0.1.41 Downloaded proc-macro2 v1.0.95 Downloaded windows-link v0.2.1 Downloaded extendr-macros v0.8.1 Downloaded ort v2.0.0-rc.10 Downloaded syn v2.0.114 Downloaded ndarray v0.17.2 Downloaded tracing-core v0.1.34 Downloaded quote v1.0.40 Downloaded ort-sys v2.0.0-rc.10 Downloaded ndarray v0.16.1 Compiling autocfg v1.5.0 Compiling proc-macro2 v1.0.95 Compiling unicode-ident v1.0.18 Compiling rawpointer v0.2.1 Compiling extendr-ffi v0.8.1 Compiling pkg-config v0.3.32 Compiling paste v1.0.15 Compiling windows-link v0.2.1 Compiling extendr-api v0.8.1 Compiling smallvec v2.0.0-alpha.10 Compiling once_cell v1.21.3 Compiling libloading v0.8.9 Compiling num-traits v0.2.19 Compiling matrixmultiply v0.3.10 Compiling ort-sys v2.0.0-rc.10 Compiling quote v1.0.40 Compiling syn v2.0.114 Compiling num-integer v0.1.46 Compiling num-complex v0.4.6 Compiling ndarray v0.16.1 Compiling ndarray v0.17.2 Compiling extendr-macros v0.8.1 Compiling ort v2.0.0-rc.10 Compiling churon v0.1.0 (D:\temp\2026_01_16_12_30_17_22682\RtmpsxwQ00\R.INSTALL110ac1e3aacc\churon\src\rust) Finished `release` profile [optimized] target(s) in 59.52s if [ "" != "true" ]; then \ rm -Rf /d/temp/2026_01_16_12_30_17_22682/RtmpsxwQ00/R.INSTALL110ac1e3aacc/churon/src/.cargo && \ rm -Rf ./rust/target/x86_64-pc-windows-gnu/release/build; \ fi gcc -shared -s -static-libgcc -o churon.dll churon-win.def entrypoint.o -L./rust/target/x86_64-pc-windows-gnu/release -lchuron -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 installing to d:/RCompile/CRANincoming/R-devel/lib/00LOCK-churon/00new/churon/libs/x64 ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** 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 (churon)