* installing *source* package 'fio' ... ** using staged installation ** libs using C compiler: 'gcc.exe (GCC) 13.2.0' rm -Rf fio.dll ./rust/target/x86_64-pc-windows-gnu/release/libfio.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 # `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 # CARGO_LINKER is provided in Makevars.ucrt for R >= 4.2 if [ "" != "true" ]; then \ export CARGO_HOME=/d/temp/RtmpwB91d7/R.INSTALL24ebc3b631f5c/fio/src/.cargo; \ fi && \ export CARGO_TARGET_X86_64_PC_WINDOWS_GNU_LINKER="x86_64-w64-mingw32.static.posix-gcc.exe" && \ export LIBRARY_PATH="${LIBRARY_PATH};/d/temp/RtmpwB91d7/R.INSTALL24ebc3b631f5c/fio/src/./rust/target/libgcc_mock" && \ 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.3.0 Downloaded bitflags v1.3.2 Downloaded byteorder v1.5.0 Downloaded block-buffer v0.10.4 Downloaded cfg-if v1.0.0 Downloaded crossbeam-utils v0.8.20 Downloaded equator v0.2.2 Downloaded crypto-common v0.1.6 Downloaded extendr-api v0.7.0 Downloaded gemm-common v0.18.0 Downloaded half v2.4.1 Downloaded memchr v2.7.2 Downloaded nano-gemm-core v0.1.0 Downloaded nano-gemm-codegen v0.1.0 Downloaded num-complex v0.4.6 Downloaded num-bigint v0.4.5 Downloaded pest_generator v2.7.10 Downloaded paste v1.0.15 Downloaded py_literal v0.4.0 Downloaded pulp v0.18.21 Downloaded rayon v1.10.0 Downloaded sha2 v0.10.8 Downloaded ucd-trie v0.1.6 Downloaded coe-rs v0.1.2 Downloaded digest v0.10.7 Downloaded dbgf v0.1.2 Downloaded faer v0.19.0 Downloaded gemm-f64 v0.18.0 Downloaded matrixcompare v0.3.0 Downloaded nano-gemm-f64 v0.1.0 Downloaded nano-gemm v0.1.2 Downloaded num_cpus v1.16.0 Downloaded quote v1.0.36 Downloaded reborrow v0.5.5 Downloaded rayon-core v1.12.1 Downloaded thiserror-impl v1.0.61 Downloaded crossbeam-epoch v0.9.18 Downloaded crossbeam-deque v0.8.5 Downloaded faer-entity v0.19.0 Downloaded gemm-f32 v0.18.0 Downloaded nano-gemm-c32 v0.1.0 Downloaded npyz v0.8.3 Downloaded rand v0.8.5 Downloaded serde v1.0.203 Downloaded cpufeatures v0.2.12 Downloaded gemm-f16 v0.18.0 Downloaded num-integer v0.1.46 Downloaded gemm v0.18.0 Downloaded rand_core v0.6.4 Downloaded nano-gemm-f32 v0.1.0 Downloaded dyn-stack v0.10.0 Downloaded once_cell v1.19.0 Downloaded syn v2.0.66 Downloaded extendr-macros v0.7.0 Downloaded rand_distr v0.4.3 Downloaded pest_derive v2.7.10 Downloaded unicode-ident v1.0.12 Downloaded either v1.12.0 Downloaded pest_meta v2.7.10 Downloaded libm v0.2.8 Downloaded libR-sys v0.7.0 Downloaded nano-gemm-c64 v0.1.0 Downloaded version_check v0.9.4 Downloaded bytemuck v1.16.0 Downloaded seq-macro v0.3.5 Downloaded pest v2.7.10 Downloaded thiserror v1.0.61 Downloaded proc-macro2 v1.0.85 Downloaded num-traits v0.2.19 Downloaded gemm-c32 v0.18.0 Downloaded bytemuck_derive v1.7.0 Downloaded typenum v1.17.0 Downloaded serde_derive v1.0.203 Downloaded raw-cpuid v10.7.0 Downloaded matrixcompare-core v0.1.0 Downloaded generic-array v0.14.7 Downloaded gemm-c64 v0.18.0 Downloaded equator-macro v0.2.1 Compiling proc-macro2 v1.0.85 Compiling libm v0.2.8 Compiling autocfg v1.3.0 Compiling unicode-ident v1.0.12 Compiling rand_core v0.6.4 Compiling bytemuck v1.16.0 Compiling nano-gemm-codegen v0.1.0 Compiling crossbeam-utils v0.8.20 Compiling thiserror v1.0.61 Compiling rayon-core v1.12.1 Compiling paste v1.0.15 Compiling reborrow v0.5.5 Compiling once_cell v1.19.0 Compiling bitflags v1.3.2 Compiling either v1.12.0 Compiling memchr v2.7.2 Compiling seq-macro v0.3.5 Compiling ucd-trie v0.1.6 Compiling nano-gemm-core v0.1.0 Compiling libR-sys v0.7.0 Compiling serde v1.0.203 Compiling extendr-api v0.7.0 Compiling coe-rs v0.1.2 Compiling matrixcompare-core v0.1.0 Compiling byteorder v1.5.0 Compiling dbgf v0.1.2 Compiling num_cpus v1.16.0 Compiling raw-cpuid v10.7.0 Compiling rand v0.8.5 Compiling dyn-stack v0.10.0 Compiling num-traits v0.2.19 Compiling nano-gemm-f32 v0.1.0 Compiling nano-gemm-c64 v0.1.0 Compiling nano-gemm-c32 v0.1.0 Compiling nano-gemm-f64 v0.1.0 Compiling quote v1.0.36 Compiling crossbeam-epoch v0.9.18 Compiling syn v2.0.66 Compiling crossbeam-deque v0.8.5 Compiling num-complex v0.4.6 Compiling num-integer v0.1.46 Compiling matrixcompare v0.3.0 Compiling rand_distr v0.4.3 Compiling num-bigint v0.4.5 Compiling rayon v1.10.0 Compiling pulp v0.18.21 Compiling faer-entity v0.19.0 Compiling gemm-common v0.18.0 Compiling gemm-c64 v0.18.0 Compiling gemm-f64 v0.18.0 Compiling gemm-c32 v0.18.0 Compiling gemm-f32 v0.18.0 Compiling thiserror-impl v1.0.61 Compiling equator-macro v0.2.1 Compiling serde_derive v1.0.203 Compiling extendr-macros v0.7.0 Compiling equator v0.2.2 Compiling gemm v0.18.0 Compiling pest v2.7.10 Compiling pest_meta v2.7.10 Compiling pest_generator v2.7.10 Compiling pest_derive v2.7.10 Compiling py_literal v0.4.0 Compiling npyz v0.8.3 Compiling nano-gemm v0.1.2 Compiling faer v0.19.0 Compiling fio v0.1.0 (D:\temp\RtmpwB91d7\R.INSTALL24ebc3b631f5c\fio\src\rust) Finished release [optimized] target(s) in 1m 22s if [ "" != "true" ]; then \ rm -Rf /d/temp/RtmpwB91d7/R.INSTALL24ebc3b631f5c/fio/src/.cargo && \ rm -Rf ./rust/target/x86_64-pc-windows-gnu/release/build; \ fi gcc -shared -s -static-libgcc -o fio.dll fio-win.def entrypoint.o -L./rust/target/x86_64-pc-windows-gnu/release -lfio -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 installing to d:/RCompile/CRANincoming/R-devel/lib/00LOCK-fio/00new/fio/libs/x64 ** R ** data *** moving datasets to lazyload DB ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** 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 (fio)