* installing *source* package 'churon' ... ** this is package 'churon' version '0.1.10' ** using staged installation Running configure.win... Downloading ONNX Runtime 1.23.2... % 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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 74.5M 100 74.5M 0 0 80.3M 0 --:--:-- --:--:-- --:--:-- 80.3M Extracting... Installing from tools_tmp/onnxruntime-win-x64-1.23.2... Copied all DLLs from lib/ 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 # Check rustc version rustc --version rustc 1.81.0 (eeb90cda1 2024-09-04) # Vendor setup: extract vendored crates and configure cargo if [ -f ./rust/vendor.tar.xz ]; then \ tar -xf ./rust/vendor.tar.xz -C /d/temp/2026_01_18_12_50_17_1069/RtmpioTfC8/R.INSTALL19b3874dde58/churon/src && \ mkdir -p /d/temp/2026_01_18_12_50_17_1069/RtmpioTfC8/R.INSTALL19b3874dde58/churon/src/.cargo && \ cp ./rust/vendor-config.toml /d/temp/2026_01_18_12_50_17_1069/RtmpioTfC8/R.INSTALL19b3874dde58/churon/src/.cargo/config.toml; \ fi 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_18_12_50_17_1069/RtmpioTfC8/R.INSTALL19b3874dde58/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_18_12_50_17_1069/RtmpioTfC8/R.INSTALL19b3874dde58/churon/src/./rust/target/libgcc_mock" && \ if [ -f "ort_config.env" ]; then . ./ort_config.env; fi && \ if [ -f ./rust/vendor.tar.xz ]; then \ cargo build --target=x86_64-pc-windows-gnu --lib --release --offline --manifest-path=./rust/Cargo.toml --target-dir ./rust/target; \ else \ cargo build --target=x86_64-pc-windows-gnu --lib --release --manifest-path=./rust/Cargo.toml --target-dir ./rust/target; \ fi 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 extendr-api v0.8.1 Compiling windows-link v0.2.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_18_12_50_17_1069\RtmpioTfC8\R.INSTALL19b3874dde58\churon\src\rust) Finished `release` profile [optimized] target(s) in 29.78s if [ "" != "true" ]; then \ rm -Rf /d/temp/2026_01_18_12_50_17_1069/RtmpioTfC8/R.INSTALL19b3874dde58/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 ** 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)