* installing *source* package ‘hellorust’ ...
** this is package ‘hellorust’ version ‘1.2.3’
** package ‘hellorust’ successfully unpacked and MD5 sums checked
** using staged installation
cargo 1.93.0 (083ac5135 2025-12-15)
rustc 1.93.0 (254b59607 2026-01-19)
** libs
using C compiler: ‘Apple clang version 17.0.0 (clang-1700.3.19.1)’
using SDK: ‘MacOSX14.5.sdk’
clang -arch arm64 -std=gnu23 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -DSTRICT_R_HEADERS -DR_NO_REMAP  -I/opt/R/arm64/include   -pthread -fPIC  -falign-functions=64 -Wall -g -O2  -c wrapper.c -o wrapper.o
if [ -f myrustlib/vendor.tar.xz ]; then tar xf myrustlib/vendor.tar.xz && mkdir -p /Volumes/Builds/packages/sonoma-arm64/results/4.6/hellorust.Rcheck/00_pkg_src/hellorust/src/.cargo && cp myrustlib/vendor-config.toml /Volumes/Builds/packages/sonoma-arm64/results/4.6/hellorust.Rcheck/00_pkg_src/hellorust/src/.cargo/config.toml; fi
PATH="/opt/R/arm64/bin:/opt/gfortran/bin:/Applications/CMake.app/CMake.app/Contents/bin:/Library/Frameworks/R.framework/Resources/bin:/opt/gfortran/bin:/opt/R/arm64/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/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:/Library/Apple/usr/bin:/Users/rbuild/.cargo/bin" cargo build -j 2 --release --manifest-path=myrustlib/Cargo.toml
warning: a `-j` argument was passed to Cargo but Cargo is also configured with an external jobserver in its environment, ignoring the `-j` parameter
warning: no edition set: defaulting to the 2015 edition while the latest is 2024
     Locking 9 packages to latest compatible versions
   Compiling libc v0.2.171
   Compiling rand v0.4.6
   Compiling myrustlib v0.1.0 (/Volumes/Builds/packages/sonoma-arm64/results/4.6/hellorust.Rcheck/00_pkg_src/hellorust/src/myrustlib)
warning: `extern` declarations without an explicit ABI are deprecated
 --> src/random.rs:4:5
  |
4 | pub extern fn random_number() -> i32 {
  |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
  |
  = note: `#[warn(missing_abi)]` on by default

warning: `extern` declarations without an explicit ABI are deprecated
 --> src/mythreads.rs:5:5
  |
5 | pub extern fn run_threads() {
  |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`

warning: `myrustlib` (lib) generated 2 warnings (run `cargo fix --lib -p myrustlib` to apply 2 suggestions)
    Finished `release` profile [optimized] target(s) in 0.97s
rm -Rf /Volumes/Builds/packages/sonoma-arm64/results/4.6/hellorust.Rcheck/00_pkg_src/hellorust/src/.cargo vendor || true # CRAN wants us to remove "detritus"
rm -Rf myrustlib/target/release/build || true
clang -arch arm64 -std=gnu23 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o hellorust.so wrapper.o -Lmyrustlib/target/release -lmyrustlib -lresolv -pthread -F/Library/Frameworks/R.framework/.. -framework R
rm -Rf myrustlib/target/release/libmyrustlib.a myrustlib/target
installing to /Volumes/Builds/packages/sonoma-arm64/results/4.6/hellorust.Rcheck/00LOCK-hellorust/00new/hellorust/libs
** generating debug symbols (dSYM)
warning: (arm64) /Volumes/Builds/packages/sonoma-arm64/results/4.6/hellorust.Rcheck/00_pkg_src/hellorust/src/myrustlib/target/release/libmyrustlib.a(std-c48c539199cbc88b.std.f73b6248ed8abe8b-cgu.0.rcgu.o) unable to open object file: No such file or directory
warning: (arm64) /Volumes/Builds/packages/sonoma-arm64/results/4.6/hellorust.Rcheck/00_pkg_src/hellorust/src/myrustlib/target/release/libmyrustlib.a(panic_unwind-d69228d077d46f36.panic_unwind.7112f9c795799583-cgu.0.rcgu.o) unable to open object file: No such file or directory
warning: (arm64) /Volumes/Builds/packages/sonoma-arm64/results/4.6/hellorust.Rcheck/00_pkg_src/hellorust/src/myrustlib/target/release/libmyrustlib.a(alloc-14b12edc9f8cd90b.alloc.ef2fe32f695d90ab-cgu.0.rcgu.o) unable to open object file: No such file or directory
warning: (arm64) /Volumes/Builds/packages/sonoma-arm64/results/4.6/hellorust.Rcheck/00_pkg_src/hellorust/src/myrustlib/target/release/libmyrustlib.a(core-a7a40eb546f9e2b0.core.dab634a26e66240f-cgu.0.rcgu.o) unable to open object file: No such file or directory
warning: (arm64) /Volumes/Builds/packages/sonoma-arm64/results/4.6/hellorust.Rcheck/00_pkg_src/hellorust/src/myrustlib/target/release/libmyrustlib.a(compiler_builtins-bb76018b1173caf6.compiler_builtins.bb2d8bfdf3b709a9-cgu.014.rcgu.o) unable to open object file: No such file or directory
warning: (arm64) /Volumes/Builds/packages/sonoma-arm64/results/4.6/hellorust.Rcheck/00_pkg_src/hellorust/src/myrustlib/target/release/libmyrustlib.a(compiler_builtins-bb76018b1173caf6.compiler_builtins.bb2d8bfdf3b709a9-cgu.212.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
** 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 (hellorust)