* installing *source* package 'koopman.dmd' ...
** this is package 'koopman.dmd' version '0.2.2'
** package 'koopman.dmd' successfully unpacked and MD5 sums checked
** using staged installation
** using rustc 1.92.0 (ded5c06cf 2025-12-08)
** using cargo 1.92.0 (344c4567c 2025-10-21)
** libs
using C compiler: 'gcc.exe (GCC) 14.3.0'
make[1]: Entering directory '/d/temp/2026_09_15_23_03_36_27542/Rtmpw7kpBs/R.INSTALL37dc03d8f560f/koopman.dmd/src'
gcc -I"D:/RCompile/recent/R-4.5.3/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
# The vendored tree supplies every dependency; CRAN's machines are offline.
# The source-replacement config must live in CARGO_HOME rather than beside the
# manifest, because cargo resolves .cargo/config.toml relative to its working
# directory (src/), not to --manifest-path.
mkdir -p /d/temp/2026_09_15_23_03_36_27542/Rtmpw7kpBs/R.INSTALL37dc03d8f560f/koopman.dmd/src/.cargo
# Rtools' make reports /d/temp/2026_09_15_23_03_36_27542/Rtmpw7kpBs/R.INSTALL37dc03d8f560f/koopman.dmd/src as an MSYS path (/d/a/...), but cargo is a native
# Windows binary and reads that as drive-relative, producing D:\d\a\... and failing
# with "failed to read root of directory source". cygpath -m converts to a Windows
# path with forward slashes, which is both correct and safe to embed in TOML.
export PATH="/usr/bin:/x86_64-w64-mingw32.static.posix/bin:/d/RCompile/recent/R-4.5.3/bin/x64:/usr/bin:/x86_64-w64-mingw32.static.posix/bin:/usr/bin:/x86_64-w64-mingw32.static.posix/bin:/usr/bin:/x86_64-w64-mingw32.static.posix/bin:/usr/bin:/x86_64-w64-mingw32.static.posix/bin:.:/usr/bin:/x86_64-w64-mingw32.static.posix/bin:/c/Program Files/MiKTeX/miktex/bin/x64:/c/Program Files/gs/gs/bin:/d/compiler/qpdf/bin:/d/RCompile/CRANpkg/extralibs/localsolver_4_0/bin:/d/RCompile/CRANpkg/extralibs/MARK:/c/Program Files/7-Zip:/d/Compiler/gretl:/c/Program Files/Quarto/bin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0:/c/Windows/System32/OpenSSH:/c/Program Files/Pandoc:/c/Program Files/MiKTeX/miktex/bin/x64:/c/Program Files/AdoptOpenJDK/jdk-11.0.11.9-hotspot/bin:/c/Program Files/Microsoft MPI/Bin:/c/Program Files/sourceforge/ipmiutil:/c/Program Files/Python39:/c/Program Files/Python39/Scripts:/d/Compiler/Ruby/bin:/c/Program Files (x86)/WinSCP:/c/Program Files/gs/gs/bin:/c/Program Files/Supermicro/SuperDoctor5:/c/Program Files/Intel/Intel(R) Memory and Storage Tool:/c/Program Files/PuTTY:/d/temp/2026_06_10_01_50_00_489/RtmpykRJ0I/rapp-bin-frontmatter6b1831ee1cdc:/d/temp/2026_06_08_01_50_00_26021/Rtmpk9eBzG/rapp-bin-frontmattere9d83a7338b:/c/Users/CRAN/.cargo/bin:/c/Users/CRAN/AppData/Local/Microsoft/WindowsApps:/c/Users/CRAN/AppData/Roaming/TinyTeX/bin/win32:/usr/bin:/c/Program Files/Julia/bin:/c/Users/CRAN/.cargo/bin:/d/compiler/LDC/bin:/d/RCompile/recent/R-4.5.3/bin/x64/:/c/Users/CRAN/Documents/.cargo/bin" && \
export CARGO_HOME=`cygpath -m "/d/temp/2026_09_15_23_03_36_27542/Rtmpw7kpBs/R.INSTALL37dc03d8f560f/koopman.dmd/src/.cargo" 2>/dev/null || echo "/d/temp/2026_09_15_23_03_36_27542/Rtmpw7kpBs/R.INSTALL37dc03d8f560f/koopman.dmd/src/.cargo"` && \
if [ -f ./rust/vendor.tar.xz ]; then \
tar xf ./rust/vendor.tar.xz -C ./rust && \
VENDOR_WIN=`cygpath -m "/d/temp/2026_09_15_23_03_36_27542/Rtmpw7kpBs/R.INSTALL37dc03d8f560f/koopman.dmd/src/rust/vendor" 2>/dev/null || echo "/d/temp/2026_09_15_23_03_36_27542/Rtmpw7kpBs/R.INSTALL37dc03d8f560f/koopman.dmd/src/rust/vendor"` && \
printf '[source.crates-io]\nreplace-with = "vendored-sources"\n\n[source.vendored-sources]\ndirectory = "%s"\n' "$VENDOR_WIN" > /d/temp/2026_09_15_23_03_36_27542/Rtmpw7kpBs/R.INSTALL37dc03d8f560f/koopman.dmd/src/.cargo/config.toml && \
cargo build --target=x86_64-pc-windows-gnu --lib --release --offline --locked -j 2 \
--manifest-path=./rust/Cargo.toml --target-dir ./rust/target; \
else \
cargo build --target=x86_64-pc-windows-gnu --lib --release -j 2 \
--manifest-path=./rust/Cargo.toml --target-dir ./rust/target; \
fi
Compiling proc-macro2 v1.0.107
Compiling unicode-ident v1.0.24
Compiling quote v1.0.47
Compiling zerocopy v0.8.55
Compiling libm v0.2.16
Compiling autocfg v1.5.1
Compiling cfg-if v1.0.4
Compiling getrandom v0.2.17
Compiling num-traits v0.2.19
Compiling ppv-lite86 v0.2.21
Compiling rand_core v0.6.4
Compiling crossbeam-utils v0.8.22
Compiling rand_chacha v0.3.1
Compiling bytemuck v1.25.2
Compiling rand v0.8.7
Compiling syn v2.0.119
Compiling num-complex v0.4.6
Compiling crossbeam-epoch v0.9.20
Compiling nano-gemm-codegen v0.1.0
Compiling crossbeam-deque v0.8.7
Compiling version_check v0.9.5
Compiling rayon-core v1.13.0
Compiling pulp v0.21.5
Compiling reborrow v0.5.5
Compiling paste v1.0.15
Compiling either v1.17.0
Compiling rayon v1.12.0
Compiling dyn-stack-macros v0.1.3
Compiling bitflags v2.13.1
Compiling dyn-stack v0.13.2
Compiling raw-cpuid v11.6.0
Compiling once_cell v1.21.4
Compiling windows_x86_64_gnu v0.42.2
Compiling ucd-trie v0.1.7
Compiling syn v1.0.109
Compiling seq-macro v0.3.6
Compiling memchr v2.8.3
Compiling pest v2.8.8
Compiling gemm-common v0.18.2
Compiling nano-gemm-core v0.1.0
Compiling pest_meta v2.8.8
Compiling pest_generator v2.8.8
Compiling windows-sys v0.42.0
Compiling equator-macro v0.4.2
Compiling interpol v0.2.1
Compiling nano-gemm-c64 v0.1.0
Compiling nano-gemm-f64 v0.1.0
Compiling nano-gemm-c32 v0.1.0
Compiling nano-gemm-f32 v0.1.0
Compiling crossbeam-channel v0.5.16
Compiling crossbeam-queue v0.3.13
Compiling num-integer v0.1.46
Compiling syn v3.0.3
Compiling defer v0.2.1
Compiling private-gemm-x86 v0.1.20
Compiling num-bigint v0.4.8
Compiling crossbeam v0.8.4
Compiling equator v0.4.2
Compiling atomic-wait v1.1.0
Compiling pest_derive v2.8.8
Compiling equator-macro v0.2.1
Compiling extendr-ffi v0.9.0
Compiling equator v0.2.2
Compiling py_literal v0.4.0
Compiling spindle v0.2.6
Compiling gemm-f64 v0.18.2
Compiling gemm-f32 v0.18.2
Compiling gemm-c32 v0.18.2
Compiling gemm-c64 v0.18.2
Compiling qd v0.7.7
Compiling faer-macros v0.21.0
Compiling thiserror v2.0.19
Compiling byteorder v1.5.0
Compiling generativity v1.2.1
Compiling num_cpus v1.17.0
Compiling npyz v0.8.4
Compiling faer-traits v0.22.1
Compiling gemm v0.18.2
Compiling nano-gemm v0.1.3
Compiling thiserror-impl v2.0.19
Compiling rand_distr v0.4.3
Compiling extendr-api v0.9.0
Compiling lazy_static v1.5.0
Compiling extendr-macros v0.9.0
Compiling faer v0.22.6
Compiling readonly v0.2.14
Compiling koopman-dmd v0.2.0
Compiling koopman-dmd-r v0.2.0 (D:\temp\2026_09_15_23_03_36_27542\Rtmpw7kpBs\R.INSTALL37dc03d8f560f\koopman.dmd\src\rust)
Finished `release` profile [optimized] target(s) in 4m 57s
if [ "" != "true" ]; then \
rm -Rf /d/temp/2026_09_15_23_03_36_27542/Rtmpw7kpBs/R.INSTALL37dc03d8f560f/koopman.dmd/src/.cargo /d/temp/2026_09_15_23_03_36_27542/Rtmpw7kpBs/R.INSTALL37dc03d8f560f/koopman.dmd/src/rust/vendor && \
rm -Rf ./rust/target/x86_64-pc-windows-gnu/release/build; \
fi
gcc -shared -s -static-libgcc -o koopman.dmd.dll tmp.def entrypoint.o -L./rust/target/x86_64-pc-windows-gnu/release -lkoopman_dmd_r -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.5.3/bin/x64 -lR
rm -Rf /d/temp/2026_09_15_23_03_36_27542/Rtmpw7kpBs/R.INSTALL37dc03d8f560f/koopman.dmd/src/.cargo /d/temp/2026_09_15_23_03_36_27542/Rtmpw7kpBs/R.INSTALL37dc03d8f560f/koopman.dmd/src/rust/vendor ./rust/target/x86_64-pc-windows-gnu/release/libkoopman_dmd_r.a
make[1]: Leaving directory '/d/temp/2026_09_15_23_03_36_27542/Rtmpw7kpBs/R.INSTALL37dc03d8f560f/koopman.dmd/src'
make[1]: Entering directory '/d/temp/2026_09_15_23_03_36_27542/Rtmpw7kpBs/R.INSTALL37dc03d8f560f/koopman.dmd/src'
make[1]: Leaving directory '/d/temp/2026_09_15_23_03_36_27542/Rtmpw7kpBs/R.INSTALL37dc03d8f560f/koopman.dmd/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-koopman.dmd/00new/koopman.dmd/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
* MD5 sums
packaged installation of 'koopman.dmd' as koopman.dmd_0.2.2.zip
* DONE (koopman.dmd)