* installing *source* package ‘hellorust’ ...
** package ‘hellorust’ successfully unpacked and MD5 sums checked
** using staged installation
cargo 1.70.0 (ec8a8a0ca 2023-04-25)
** libs
using C compiler: ‘Apple clang version 14.0.0 (clang-1400.0.29.202)’
using SDK: ‘MacOSX11.3.sdk’
clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -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/big-sur-arm64/results/4.4/hellorust.Rcheck/00_pkg_src/hellorust/src/.cargo && cp myrustlib/vendor-config.toml /Volumes/Builds/packages/big-sur-arm64/results/4.4/hellorust.Rcheck/00_pkg_src/hellorust/src/.cargo/config.toml; fi
PATH="/opt/gfortran/bin:/opt/R/arm64/bin:/Library/TeX/texbin:/usr/texbin:/opt/R/arm64/gfortran/bin:/usr/local/bin:/usr/local/gfortran/bin:/usr/local/teTeX/bin/arm64-apple-darwin-current:/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:/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/pkgbuild/.cargo/bin" cargo build -j 2 --release --manifest-path=myrustlib/Cargo.toml
   Compiling libc v0.2.149
   Compiling rand v0.4.6
   Compiling myrustlib v0.1.0 (/Volumes/Builds/packages/big-sur-arm64/results/4.4/hellorust.Rcheck/00_pkg_src/hellorust/src/myrustlib)
    Finished release [optimized] target(s) in 2.64s
rm -Rf /Volumes/Builds/packages/big-sur-arm64/results/4.4/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 -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 -Wl,-framework -Wl,CoreFoundation
installing to /Volumes/Builds/packages/big-sur-arm64/results/4.4/hellorust.Rcheck/00LOCK-hellorust/00new/hellorust/libs
** generating debug symbols (dSYM)
** 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)