* installing *source* package ‘smcryptoR’ ... ** package ‘smcryptoR’ successfully unpacked and MD5 sums checked ** using staged installation Building from source using cargo 1.70.0 (ec8a8a0ca 2023-04-25) Building from source using rustc 1.70.0 (90c541806 2023-05-31) ** libs using C compiler: ‘Apple clang version 14.0.3 (clang-1403.0.22.14.1)’ using SDK: ‘MacOSX11.3.sdk’ rm -rf smcryptoR.so smcrypto/target/release/libsmcrypto.a init.o sm2.o sm3.o sm4.o smcrypto/target 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 init.c -o init.o 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 sm2.c -o sm2.o 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 sm3.c -o sm3.o 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 sm4.c -o sm4.o tar xf smcrypto/vendor.tar.xz mkdir -p .cargo && cp smcrypto/vendor-config.toml .cargo/config.toml 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/x86_64/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=smcrypto/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 autocfg v1.1.0 Compiling libc v0.2.153 Compiling cfg-if v1.0.0 Compiling ppv-lite86 v0.2.17 Compiling base64 v0.13.1 Compiling bytes v1.5.0 Compiling hex v0.4.3 Compiling num-traits v0.2.18 Compiling num-bigint v0.4.4 Compiling pem v1.1.1 Compiling getrandom v0.2.12 Compiling rand_core v0.6.4 Compiling rand_chacha v0.3.1 Compiling rand v0.8.5 Compiling num-integer v0.1.46 Compiling yasna v0.5.2 Compiling smcrypto v0.2.1 (/Volumes/Builds/packages/big-sur-x86_64/results/4.3/smcryptoR.Rcheck/00_pkg_src/smcryptoR/src/smcrypto) Finished release [optimized] target(s) in 20.66s clang -arch x86_64 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/x86_64/lib -o smcryptoR.so init.o sm2.o sm3.o sm4.o -Lsmcrypto/target/release -lsmcrypto -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/smcryptoR.Rcheck/00LOCK-smcryptoR/00new/smcryptoR/libs ** generating debug symbols (dSYM) ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** 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 (smcryptoR)