* installing *source* package ‘a5R’ ... ** this is package ‘a5R’ version ‘0.2.0’ ** using staged installation Using cargo 1.91.1 (ea2d97820 2025-10-10) (built from a source tarball) Using rustc 1.91.1 (ed61e7d7e 2025-11-07) (built from a source tarball) Building for CRAN. Writing `src/Makevars`. `tools/config.R` has finished. ** libs using C compiler: ‘Debian clang version 21.1.8 (3+b1)’ clang-21 -std=gnu23 -I"/home/hornik/tmp/R-d-clang-21/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 if [ -f ./rust/vendor.tar.xz ]; then \ tar xf rust/vendor.tar.xz && \ mkdir -p /srv/hornik/tmp/CRAN_pretest/a5R.Rcheck/00_pkg_src/a5R/src/.cargo && \ cp rust/vendor-config.toml /srv/hornik/tmp/CRAN_pretest/a5R.Rcheck/00_pkg_src/a5R/src/.cargo/config.toml; \ fi export CARGO_HOME=/srv/hornik/tmp/CRAN_pretest/a5R.Rcheck/00_pkg_src/a5R/src/.cargo && \ export PATH="/srv/hornik/tmp/CRAN_pretest/a5R.Rcheck/R_check_bin:/usr/local/bin:/usr/bin:/bin:/home/hornik/.cargo/bin" && \ RUSTFLAGS=" --print=native-static-libs" cargo build -j 2 --offline --lib --release --manifest-path=./rust/Cargo.toml --target-dir ./rust/target Compiling libm v0.2.16 Compiling autocfg v1.5.0 Compiling proc-macro2 v1.0.106 Compiling num-traits v0.2.19 Compiling quote v1.0.44 Compiling unicode-ident v1.0.24 Compiling libc v0.2.182 Compiling heapless v0.8.0 Compiling byteorder v1.5.0 Compiling hash32 v0.3.1 Compiling stable_deref_trait v1.2.1 Compiling zerocopy v0.8.39 Compiling crossbeam-utils v0.8.21 Compiling syn v2.0.116 Compiling smallvec v1.15.1 Compiling cfg-if v1.0.4 Compiling getrandom v0.2.17 Compiling rstar v0.12.2 Compiling approx v0.5.1 Compiling extendr-ffi v0.8.1 Compiling geo-types v0.7.18 Compiling crossbeam-epoch v0.9.18 Compiling rand_core v0.6.4 Compiling i_float v1.15.0 Compiling paste v1.0.15 Compiling rayon-core v1.13.0 Compiling thiserror v1.0.69 Compiling i_shape v1.14.0 Compiling crossbeam-deque v0.8.6 Compiling ppv-lite86 v0.2.21 Compiling thiserror-impl v1.0.69 Compiling rand_chacha v0.3.1 Compiling log v0.4.29 Compiling i_key_sort v0.6.0 Compiling extendr-api v0.8.1 Compiling i_tree v0.16.0 Compiling rand v0.8.5 Compiling i_overlay v4.0.7 Compiling geo-traits v0.3.0 Compiling extendr-macros v0.8.1 Compiling geographiclib-rs v0.2.7 Compiling either v1.15.0 Compiling lazy_static v1.5.0 Compiling once_cell v1.21.3 Compiling robust v1.2.0 Compiling float_next_after v1.0.0 Compiling sif-itree v0.4.0 Compiling geo v0.32.0 Compiling a5 v0.7.0 Compiling rayon v1.11.0 Compiling wkt v0.14.0 Compiling a5R v0.1.0 (/srv/hornik/tmp/CRAN_pretest/a5R.Rcheck/00_pkg_src/a5R/src/rust) warning: crate `a5R` should have a snake case name | = help: convert the identifier to snake case: `a5_r` = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default note: link against the following native artifacts when linking against this static library. The order and any duplication can be significant on some platforms. note: native-static-libs: -lc -lm -lrt -lpthread -lR -lgcc_s -lutil -lrt -lpthread -lm -ldl -lc warning: `a5R` (lib) generated 1 warning Finished `release` profile [optimized] target(s) in 42.78s # Always clean up CARGOTMP rm -Rf /srv/hornik/tmp/CRAN_pretest/a5R.Rcheck/00_pkg_src/a5R/src/.cargo; clang-21 -std=gnu23 -shared -L/home/hornik/tmp/R-d-clang-21/lib -Wl,-O1 -o a5R.so entrypoint.o -L./rust/target/release -la5R -L/home/hornik/tmp/R-d-clang-21/lib -lR rm -Rf /srv/hornik/tmp/CRAN_pretest/a5R.Rcheck/00_pkg_src/a5R/src/.cargo /srv/hornik/tmp/CRAN_pretest/a5R.Rcheck/00_pkg_src/a5R/src/vendor ./rust/target installing to /srv/hornik/tmp/CRAN_pretest/a5R.Rcheck/00LOCK-a5R/00new/a5R/libs ** R ** 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 (a5R)