* installing *source* package ‘a5R’ ... ** this is package ‘a5R’ version ‘0.6.0’ ** package ‘a5R’ successfully unpacked and MD5 sums checked ** using staged installation Using cargo 1.93.0 (083ac5135 2025-12-15) Using rustc 1.93.0 (254b59607 2026-01-19) Building for CRAN. Writing `src/Makevars`. `tools/config.R` has finished. ** libs using C compiler: ‘Apple clang version 14.0.3 (clang-1403.0.22.14.1)’ using SDK: ‘MacOSX11.3.1.sdk’ clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c entrypoint.c -o entrypoint.o if [ -f ./rust/vendor.tar.xz ]; then \ tar xf rust/vendor.tar.xz && \ mkdir -p /Volumes/Builds/packages/big-sur-x86_64/results/4.5/a5R.Rcheck/00_pkg_src/a5R/src/.cargo && \ cp rust/vendor-config.toml /Volumes/Builds/packages/big-sur-x86_64/results/4.5/a5R.Rcheck/00_pkg_src/a5R/src/.cargo/config.toml; \ fi export CARGO_HOME=/Volumes/Builds/packages/big-sur-x86_64/results/4.5/a5R.Rcheck/00_pkg_src/a5R/src/.cargo && \ export PATH="/opt/R/x86_64/bin:/opt/gfortran/bin:/Applications/CMake.app/CMake.app/Contents/bin:/Library/Frameworks/R.framework/Resources/bin:/opt/gfortran/bin:/opt/R/x86_64/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/TeX/texbin:/usr/local/go/bin:/opt/X11/bin:/Library/Apple/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Users/urbanek/.cargo/bin" && \ RUSTFLAGS=" --print=native-static-libs" cargo build -j 2 --offline --lib --release --manifest-path=./rust/Cargo.toml --target-dir ./rust/target warning: a `-j` argument was passed to Cargo but Cargo is also configured with an external jobserver in its environment, ignoring the `-j` parameter Compiling crossbeam-utils v0.8.21 Compiling proc-macro2 v1.0.106 Compiling unicode-ident v1.0.24 Compiling quote v1.0.44 Compiling extendr-ffi v0.8.2 Compiling paste v1.0.15 Compiling libm v0.2.16 Compiling rayon-core v1.13.0 Compiling crossbeam-epoch v0.9.18 Compiling crossbeam-deque v0.8.6 Compiling extendr-api v0.8.2 Compiling either v1.15.0 Compiling lazy_static v1.5.0 Compiling once_cell v1.21.3 Compiling syn v2.0.116 Compiling a5 v0.10.0 Compiling rayon v1.11.0 Compiling geographiclib-rs v0.2.7 Compiling extendr-macros v0.8.2 Compiling a5R v0.1.0 (/Volumes/Builds/packages/big-sur-x86_64/results/4.5/a5R.Rcheck/00_pkg_src/a5R/src/rust) warning: constant `BOUNDARY_OPTS_CLOSED` is never used --> src/boundary.rs:6:18 | 6 | pub(crate) const BOUNDARY_OPTS_CLOSED: a5::core::cell::CellToBoundaryOptions = | ^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default warning: constant `BOUNDARY_OPTS_OPEN` is never used --> src/boundary.rs:12:18 | 12 | pub(crate) const BOUNDARY_OPTS_OPEN: a5::core::cell::CellToBoundaryOptions = | ^^^^^^^^^^^^^^^^^^ 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: -lR -lSystem -lc -lm warning: `a5R` (lib) generated 3 warnings Finished `release` profile [optimized] target(s) in 45.19s # Always clean up CARGOTMP rm -Rf /Volumes/Builds/packages/big-sur-x86_64/results/4.5/a5R.Rcheck/00_pkg_src/a5R/src/.cargo; clang -arch x86_64 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/x86_64/lib -o a5R.so entrypoint.o -L./rust/target/release -la5R -F/Library/Frameworks/R.framework/.. -framework R rm -Rf /Volumes/Builds/packages/big-sur-x86_64/results/4.5/a5R.Rcheck/00_pkg_src/a5R/src/.cargo /Volumes/Builds/packages/big-sur-x86_64/results/4.5/a5R.Rcheck/00_pkg_src/a5R/src/vendor ./rust/target installing to /Volumes/Builds/packages/big-sur-x86_64/results/4.5/a5R.Rcheck/00LOCK-a5R/00new/a5R/libs ** generating debug symbols (dSYM) warning: (x86_64) /Volumes/Builds/packages/big-sur-x86_64/results/4.5/a5R.Rcheck/00_pkg_src/a5R/src/./rust/target/release/liba5R.a(a5R-0a545fc29dabb588.a5R.41dd7f4494f3b6da-cgu.0.rcgu.o) unable to open object file: No such file or directory warning: (x86_64) /Volumes/Builds/packages/big-sur-x86_64/results/4.5/a5R.Rcheck/00_pkg_src/a5R/src/./rust/target/release/liba5R.a(compiler_builtins-5f28702a8bd39742.compiler_builtins.3e851ac2cc681d13-cgu.193.rcgu.o) unable to open object file: No such file or directory ** 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)