* 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.3 (clang-1403.0.22.14.1)’ using SDK: ‘MacOSX11.3.sdk’ clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/x86_64/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-x86_64/results/4.3/hellorust.Rcheck/00_pkg_src/hellorust/src/.cargo && cp myrustlib/vendor-config.toml /Volumes/Builds/packages/big-sur-x86_64/results/4.3/hellorust.Rcheck/00_pkg_src/hellorust/src/.cargo/config.toml; fi PATH="/opt/gfortran/bin:/opt/R/x86_64/bin:/Library/TeX/texbin:/usr/texbin:/opt/R/x86_64/gfortran/bin:/usr/local/bin:/usr/local/gfortran/bin:/usr/local/teTeX/bin/x86_64-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/urbanek/.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 Compiling libc v0.2.149 Compiling rand v0.4.6 Compiling myrustlib v0.1.0 (/Volumes/Builds/packages/big-sur-x86_64/results/4.3/hellorust.Rcheck/00_pkg_src/hellorust/src/myrustlib) Finished release [optimized] target(s) in 8.26s rm -Rf /Volumes/Builds/packages/big-sur-x86_64/results/4.3/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 x86_64 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/x86_64/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-x86_64/results/4.3/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)