* installing *source* package ‘rsamplr’ ... ** this is package ‘rsamplr’ version ‘0.1.0’ ** using staged installation using Rust package manager: 'cargo 1.85.0 (d73d2caf9 2024-12-31)' using Rust compiler: 'rustc 1.85.0 (4d91de4e4 2025-02-17) (built from a source tarball)' ----------------- [MINIMUM SUPPORTED RUST VERSION] ----------------- The MSRV of this package is '1.70.0'. -------------------------------------------------------------------- ** libs using C compiler: ‘Debian clang version 19.1.7 (3+b1)’ clang-19 -std=gnu23 -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 init.c -o init.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. export PATH="/srv/hornik/tmp/CRAN_pretest/rsamplr.Rcheck/R_check_bin:/usr/local/bin:/usr/bin:/bin:/home/hornik/.cargo/bin" && \ export CC="clang-19 -std=gnu23" && \ export CFLAGS="-g -O3 -Wall -pedantic" && \ export RUSTFLAGS="" && \ if [ "" != "wasm32-unknown-emscripten" ]; then \ cargo build --lib --profile release --manifest-path=./rust/Cargo.toml --target-dir /srv/hornik/tmp/CRAN_pretest/rsamplr.Rcheck/00_pkg_src/rsamplr/src/rust/target; \ else \ export CARGO_PROFILE_DEV_PANIC="abort" && \ export CARGO_PROFILE_RELEASE_PANIC="abort" && \ export RUSTFLAGS=" -Zdefault-visibility=hidden" && \ cargo +nightly build --lib --profile release --manifest-path=./rust/Cargo.toml --target-dir /srv/hornik/tmp/CRAN_pretest/rsamplr.Rcheck/00_pkg_src/rsamplr/src/rust/target --target -Zbuild-std=panic_abort,std; \ fi Updating crates.io index Downloading crates ... Downloaded cc v1.2.32 Downloaded shlex v1.3.0 Downloaded getrandom v0.2.16 Downloaded unicode-ident v1.0.18 Downloaded proc-macro2 v1.0.97 Downloaded rand v0.8.5 Downloaded rustversion v1.0.22 Downloaded zerocopy v0.8.26 Downloaded syn v2.0.105 Downloaded rand_chacha v0.3.1 Downloaded ppv-lite86 v0.2.21 Downloaded libc v0.2.175 Downloaded cfg-if v1.0.1 Downloaded rustc-hash v2.1.1 Downloaded rand_core v0.6.4 Downloaded quote v1.0.40 Downloaded envisim_estimate v0.3.0 Downloaded savvy-ffi v0.8.13 Downloaded savvy-macro v0.8.13 Downloaded savvy v0.8.13 Downloaded envisim_samplr v0.3.0 Downloaded savvy-bindgen v0.8.13 Downloaded envisim_utils v0.2.1 Compiling libc v0.2.175 Compiling zerocopy v0.8.26 Compiling cfg-if v1.0.1 Compiling proc-macro2 v1.0.97 Compiling unicode-ident v1.0.18 Compiling shlex v1.3.0 Compiling rustc-hash v2.1.1 Compiling rustversion v1.0.22 Compiling savvy-ffi v0.8.13 Compiling cc v1.2.32 Compiling quote v1.0.40 Compiling syn v2.0.105 Compiling getrandom v0.2.16 Compiling savvy v0.8.13 Compiling rand_core v0.6.4 Compiling ppv-lite86 v0.2.21 Compiling rand_chacha v0.3.1 Compiling rand v0.8.5 Compiling envisim_utils v0.2.1 Compiling envisim_samplr v0.3.0 Compiling savvy-bindgen v0.8.13 Compiling envisim_estimate v0.3.0 Compiling savvy-macro v0.8.13 Compiling rsamplr v0.1.0 (/srv/hornik/tmp/CRAN_pretest/rsamplr.Rcheck/00_pkg_src/rsamplr/src/rust) Finished `release` profile [optimized] target(s) in 11.23s clang-19 -std=gnu23 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o rsamplr.so init.o -L/srv/hornik/tmp/CRAN_pretest/rsamplr.Rcheck/00_pkg_src/rsamplr/src/rust/target//release -lrsamplr -L/home/hornik/tmp/R/lib -lR rm -f /srv/hornik/tmp/CRAN_pretest/rsamplr.Rcheck/00_pkg_src/rsamplr/src/rust/target//release/librsamplr.a installing to /srv/hornik/tmp/CRAN_pretest/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)