* installing *source* package ‘rsamplr’ ... ** this is package ‘rsamplr’ version ‘0.1.1’ ** package ‘rsamplr’ successfully unpacked and MD5 sums checked ** using staged installation -------------------------- [RUSTUP FOUND] -------------------------- Default host: aarch64-apple-darwin rustup home: /Users/ripley/.rustup installed toolchains -------------------- stable-aarch64-apple-darwin (active, default) active toolchain ---------------- name: stable-aarch64-apple-darwin active because: it's the default toolchain installed targets: aarch64-apple-darwin -------------------------------------------------------------------- --------------------------- [RUST FOUND] --------------------------- cargo 1.92.0 (344c4567c 2025-10-21) rustc 1.92.0 (ded5c06cf 2025-12-08) binary: rustc commit-hash: ded5c06cf21d2b93bffd5d884aa6e96934ee4234 commit-date: 2025-12-08 host: aarch64-apple-darwin release: 1.92.0 LLVM version: 21.1.3 -------------------------------------------------------------------- ----------------- [MINIMUM SUPPORTED RUST VERSION] ----------------- The MSRV of this package is '1.75.0'. -------------------------------------------------------------------- ** libs using C compiler: ‘Apple clang version 17.0.0 (clang-1700.6.3.2)’ using SDK: ‘MacOSX26.2.sdk’ clang -mmacos-version-min=26 -std=gnu23 -I"/Users/ripley/R/R-devel/include" -DNDEBUG -isystem /opt/R/arm64/include -fPIC -falign-functions=8 -g -O2 -Wall -pedantic -Wconversion -Wno-sign-conversion -Wstrict-prototypes -c init.c -o init.o rm -f "/Users/ripley/R/packages/tests-devel/rsamplr/src/rust/target/aarch64-apple-darwin/release/librsamplr.a" if [ -f "/Users/ripley/R/packages/tests-devel/rsamplr/src/../tools/librsamplr.a" ]; then \ mkdir -p "/Users/ripley/R/packages/tests-devel/rsamplr/src/rust/target/aarch64-apple-darwin/release" ; \ mv "/Users/ripley/R/packages/tests-devel/rsamplr/src/../tools/librsamplr.a" "/Users/ripley/R/packages/tests-devel/rsamplr/src/rust/target/aarch64-apple-darwin/release/librsamplr.a" ; \ exit 0; \ fi && \ if [ -f "/Users/ripley/R/packages/tests-devel/rsamplr/src/rust/vendor.tar.xz" ]; then \ mkdir -p "/Users/ripley/R/packages/tests-devel/rsamplr/src/rust/vendor" && \ /usr/bin/tar --extract --xz --file "/Users/ripley/R/packages/tests-devel/rsamplr/src/rust/vendor.tar.xz" -C "/Users/ripley/R/packages/tests-devel/rsamplr/src/rust/vendor" && \ mkdir -p "/Users/ripley/R/packages/tests-devel/rsamplr/src/.cargo" && \ cp "/Users/ripley/R/packages/tests-devel/rsamplr/src/rust/vendor-config.toml" "/Users/ripley/R/packages/tests-devel/rsamplr/src/.cargo/config.toml"; \ fi && \ if [ "" != "true" ]; then \ export CARGO_HOME="/Users/ripley/R/packages/tests-devel/rsamplr/src/.cargo"; \ export CARGO_BUILD_JOBS=2; \ fi && \ export PATH=".:/Users/ripley/bin:/Library/TeX/texbin:/opt/R/arm64/bin:/usr/local/bin:/usr/bin:/bin:/Users/ripley/.cargo/bin" && \ if [ "aarch64-apple-darwin" != "wasm32-unknown-emscripten" ]; then \ cargo build --lib --profile="release" --manifest-path="/Users/ripley/R/packages/tests-devel/rsamplr/src/rust/Cargo.toml" --target-dir="/Users/ripley/R/packages/tests-devel/rsamplr/src/rust/target" --target=aarch64-apple-darwin; \ else \ export CC="clang -mmacos-version-min=26 -std=gnu23" && \ export CFLAGS="-falign-functions=8 -g -O2 -Wall -pedantic -Wconversion -Wno-sign-conversion -Wstrict-prototypes " && \ export CARGO_PROFILE_DEV_PANIC="abort" && \ export CARGO_PROFILE_RELEASE_PANIC="abort" && \ cargo +nightly build --lib --profile="release" --manifest-path="/Users/ripley/R/packages/tests-devel/rsamplr/src/rust/Cargo.toml" --target-dir="/Users/ripley/R/packages/tests-devel/rsamplr/src/rust/target" --target=aarch64-apple-darwin -Zbuild-std=panic_abort,std; \ fi Compiling proc-macro2 v1.0.101 Compiling unicode-ident v1.0.18 Compiling quote v1.0.40 Compiling shlex v1.3.0 Compiling cc v1.2.33 Compiling syn v2.0.106 Compiling rustc-hash v2.1.1 Compiling rustversion v1.0.22 Compiling envisim_utils v0.3.0 Compiling savvy-bindgen v0.8.13 Compiling savvy v0.8.13 Compiling savvy-macro v0.8.13 Compiling envisim_samplr v0.4.0 Compiling savvy-ffi v0.8.13 Compiling envisim_estimate v0.3.1 Compiling rsamplr v0.1.1 (/Users/ripley/R/packages/tests-devel/rsamplr/src/rust) warning: hiding a lifetime that's elided elsewhere is confusing --> src/matrix.rs:10:23 | 10 | pub fn to_matrix(mat: &[f64], nrow: usize) -> Matrix { | ^^^^^^ ^^^^^^ the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default help: use `'_` for type paths | 10 | pub fn to_matrix(mat: &[f64], nrow: usize) -> Matrix<'_> { | ++++ warning: `rsamplr` (lib) generated 1 warning (run `cargo fix --lib -p rsamplr` to apply 1 suggestion) Finished `release` profile [optimized] target(s) in 13.02s clang -mmacos-version-min=26 -std=gnu23 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Users/ripley/R/R-devel/lib -L/opt/R/arm64/lib -o rsamplr.so init.o -L/Users/ripley/R/packages/tests-devel/rsamplr/src/rust/target/aarch64-apple-darwin/release -lrsamplr -L/Users/ripley/R/R-devel/lib -lR ld: warning: object file (/Users/ripley/R/packages/tests-devel/rsamplr/src/rust/target/aarch64-apple-darwin/release/librsamplr.a[41](ea708c7824d36062-unwind_protect_wrapper.o)) was built for newer 'macOS' version (26.2) than being linked (26.0) rm -Rf "/Users/ripley/R/packages/tests-devel/rsamplr/src/.cargo" "/Users/ripley/R/packages/tests-devel/rsamplr/src/rust/vendor" if [ "" != "true" ]; then \ rm -Rf "/Users/ripley/R/packages/tests-devel/rsamplr/src/rust/target/aarch64-apple-darwin/release/librsamplr.a" "/Users/ripley/R/packages/tests-devel/rsamplr/src/rust/target/aarch64-apple-darwin/release/build"; \ fi installing to /Users/ripley/R/packages/tests-devel/rsamplr.Rcheck/00LOCK-rsamplr/00new/rsamplr/libs ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** 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 (rsamplr)