* installing *source* package ‘fio’ ... ** using staged installation ** libs using C compiler: ‘Debian clang version 18.1.8 (1+b1)’ rm -Rf fio.so ./rust/target/release/libfio.a entrypoint.o clang-18 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c entrypoint.c -o entrypoint.o # In some environments, ~/.cargo/bin might not be included in PATH, so we need # to set it here to ensure cargo can be invoked. It is appended to PATH and # therefore is only used if cargo is absent from the user's PATH. if [ "" != "true" ]; then \ export CARGO_HOME=/srv/hornik/tmp/CRAN/fio.Rcheck/00_pkg_src/fio/src/.cargo; \ fi && \ export PATH="/srv/hornik/tmp/CRAN/fio.Rcheck/R_check_bin:/usr/local/bin:/usr/bin:/bin:/home/hornik/.cargo/bin" && \ cargo build --lib --release --manifest-path=./rust/Cargo.toml --target-dir ./rust/target Updating crates.io index Downloading crates ... Downloaded block-buffer v0.10.4 Downloaded cfg-if v1.0.0 Downloaded bytemuck_derive v1.7.0 Downloaded autocfg v1.3.0 Downloaded dyn-stack v0.10.0 Downloaded equator v0.2.2 Downloaded dbgf v0.1.2 Downloaded crossbeam-deque v0.8.5 Downloaded gemm-f16 v0.18.0 Downloaded gemm v0.18.0 Downloaded gemm-c64 v0.18.0 Downloaded nano-gemm-f64 v0.1.0 Downloaded gemm-f64 v0.18.0 Downloaded version_check v0.9.4 Downloaded thiserror-impl v1.0.61 Downloaded num_cpus v1.16.0 Downloaded pest_generator v2.7.10 Downloaded bitflags v1.3.2 Downloaded matrixcompare v0.3.0 Downloaded paste v1.0.15 Downloaded seq-macro v0.3.5 Downloaded ucd-trie v0.1.6 Downloaded half v2.4.1 Downloaded proc-macro2 v1.0.85 Downloaded rayon-core v1.12.1 Downloaded rand_distr v0.4.3 Downloaded either v1.12.0 Downloaded crypto-common v0.1.6 Downloaded serde_derive v1.0.203 Downloaded num-bigint v0.4.5 Downloaded reborrow v0.5.5 Downloaded nano-gemm-f32 v0.1.0 Downloaded nano-gemm-codegen v0.1.0 Downloaded rand v0.8.5 Downloaded crossbeam-epoch v0.9.18 Downloaded nano-gemm v0.1.2 Downloaded extendr-macros v0.7.0 Downloaded rand_core v0.6.4 Downloaded raw-cpuid v10.7.0 Downloaded quote v1.0.36 Downloaded sha2 v0.10.8 Downloaded thiserror v1.0.61 Downloaded pulp v0.18.21 Downloaded unicode-ident v1.0.12 Downloaded pest_derive v2.7.10 Downloaded extendr-api v0.7.0 Downloaded npyz v0.8.3 Downloaded num-traits v0.2.19 Downloaded serde v1.0.203 Downloaded typenum v1.17.0 Downloaded pest v2.7.10 Downloaded libm v0.2.8 Downloaded syn v2.0.66 Downloaded rayon v1.10.0 Downloaded pest_meta v2.7.10 Downloaded once_cell v1.19.0 Downloaded num-complex v0.4.6 Downloaded gemm-common v0.18.0 Downloaded faer-entity v0.19.0 Downloaded py_literal v0.4.0 Downloaded generic-array v0.14.7 Downloaded bytemuck v1.16.0 Downloaded nano-gemm-c64 v0.1.0 Downloaded matrixcompare-core v0.1.0 Downloaded gemm-f32 v0.18.0 Downloaded gemm-c32 v0.18.0 Downloaded equator-macro v0.2.1 Downloaded memchr v2.7.2 Downloaded byteorder v1.5.0 Downloaded cpufeatures v0.2.12 Downloaded coe-rs v0.1.2 Downloaded digest v0.10.7 Downloaded num-integer v0.1.46 Downloaded nano-gemm-core v0.1.0 Downloaded nano-gemm-c32 v0.1.0 Downloaded crossbeam-utils v0.8.20 Downloaded libc v0.2.155 Downloaded faer v0.19.0 Downloaded libR-sys v0.7.0 Compiling libm v0.2.8 Compiling autocfg v1.3.0 Compiling proc-macro2 v1.0.85 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 paste v1.0.15 Compiling reborrow v0.5.5 Compiling rayon-core v1.12.1 Compiling either v1.12.0 Compiling once_cell v1.19.0 Compiling bitflags v1.3.2 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 libc v0.2.155 Compiling coe-rs v0.1.2 Compiling matrixcompare-core v0.1.0 Compiling byteorder v1.5.0 Compiling extendr-api v0.7.0 Compiling dbgf v0.1.2 Compiling raw-cpuid v10.7.0 Compiling rand v0.8.5 Compiling dyn-stack v0.10.0 Compiling num-traits v0.2.19 Compiling quote v1.0.36 Compiling nano-gemm-c32 v0.1.0 Compiling nano-gemm-c64 v0.1.0 Compiling nano-gemm-f64 v0.1.0 Compiling nano-gemm-f32 v0.1.0 Compiling crossbeam-epoch v0.9.18 Compiling syn v2.0.66 Compiling crossbeam-deque v0.8.5 Compiling num_cpus v1.16.0 Compiling rayon v1.10.0 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 pulp v0.18.21 Compiling faer-entity v0.19.0 Compiling gemm-common v0.18.0 Compiling gemm-c32 v0.18.0 Compiling gemm-f64 v0.18.0 Compiling gemm-c64 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 (/srv/hornik/tmp/CRAN/fio.Rcheck/00_pkg_src/fio/src/rust) Finished `release` profile [optimized] target(s) in 40.42s if [ "" != "true" ]; then \ rm -Rf /srv/hornik/tmp/CRAN/fio.Rcheck/00_pkg_src/fio/src/.cargo && \ rm -Rf ./rust/target/release/build; \ fi clang-18 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o fio.so entrypoint.o -L./rust/target/release -lfio -L/home/hornik/tmp/R/lib -lR installing to /srv/hornik/tmp/CRAN/fio.Rcheck/00LOCK-fio/00new/fio/libs ** 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 ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (fio)