* 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.84.1 (66221abde 2024-11-19) rustc 1.84.1 (e71f9a9a9 2025-01-27) ** 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 -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/big-sur-arm64/results/4.5/hellorust.Rcheck/00_pkg_src/hellorust/src/.cargo && cp myrustlib/vendor-config.toml /Volumes/Builds/packages/big-sur-arm64/results/4.5/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/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 warning: no edition set: defaulting to the 2015 edition while the latest is 2021 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/big-sur-arm64/results/4.5/hellorust.Rcheck/00_pkg_src/hellorust/src/myrustlib) Finished `release` profile [optimized] target(s) in 2.16s rm -Rf /Volumes/Builds/packages/big-sur-arm64/results/4.5/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 rm -Rf myrustlib/target/release/libmyrustlib.a myrustlib/target installing to /Volumes/Builds/packages/big-sur-arm64/results/4.5/hellorust.Rcheck/00LOCK-hellorust/00new/hellorust/libs ** generating debug symbols (dSYM) warning: (arm64) /Volumes/Builds/packages/big-sur-arm64/results/4.5/hellorust.Rcheck/00_pkg_src/hellorust/src/myrustlib/target/release/libmyrustlib.a(std-019f0f6ae6e6562b.std.5e488047b44b26af-cgu.0.rcgu.o) unable to open object file: No such file or directory warning: (arm64) /Volumes/Builds/packages/big-sur-arm64/results/4.5/hellorust.Rcheck/00_pkg_src/hellorust/src/myrustlib/target/release/libmyrustlib.a(panic_unwind-7387d38173a2eb37.panic_unwind.45c3583cf723bdec-cgu.0.rcgu.o) unable to open object file: No such file or directory warning: (arm64) /Volumes/Builds/packages/big-sur-arm64/results/4.5/hellorust.Rcheck/00_pkg_src/hellorust/src/myrustlib/target/release/libmyrustlib.a(alloc-73cc8e386382eba5.alloc.ac3a40a93536e1d0-cgu.0.rcgu.o) unable to open object file: No such file or directory warning: (arm64) /Volumes/Builds/packages/big-sur-arm64/results/4.5/hellorust.Rcheck/00_pkg_src/hellorust/src/myrustlib/target/release/libmyrustlib.a(core-e73654005f084a11.core.e750fbdca16b7814-cgu.0.rcgu.o) unable to open object file: No such file or directory warning: (arm64) /Volumes/Builds/packages/big-sur-arm64/results/4.5/hellorust.Rcheck/00_pkg_src/hellorust/src/myrustlib/target/release/libmyrustlib.a(compiler_builtins-e5fa8134aebe74bd.compiler_builtins.1acaeb3627230d6-cgu.006.rcgu.o) unable to open object file: No such file or directory warning: (arm64) /Volumes/Builds/packages/big-sur-arm64/results/4.5/hellorust.Rcheck/00_pkg_src/hellorust/src/myrustlib/target/release/libmyrustlib.a(compiler_builtins-e5fa8134aebe74bd.compiler_builtins.1acaeb3627230d6-cgu.081.rcgu.o) unable to open object file: No such file or directory warning: (arm64) /Volumes/Builds/packages/big-sur-arm64/results/4.5/hellorust.Rcheck/00_pkg_src/hellorust/src/myrustlib/target/release/libmyrustlib.a(compiler_builtins-e5fa8134aebe74bd.compiler_builtins.1acaeb3627230d6-cgu.135.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)