* installing *source* package ‘smcryptoR’ ... ** package ‘smcryptoR’ successfully unpacked and MD5 sums checked ** using staged installation Building from source using cargo 1.69.1 Building from source using rustc 1.70.0 ** libs using C compiler: ‘Debian clang version 17.0.6 (5)’ rm -rf smcryptoR.so smcrypto/target/release/libsmcrypto.a init.o sm2.o sm3.o sm4.o smcrypto/target clang-17 -I"/home/hornik/tmp/R-d-clang-17/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c init.c -o init.o clang-17 -I"/home/hornik/tmp/R-d-clang-17/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c sm2.c -o sm2.o clang-17 -I"/home/hornik/tmp/R-d-clang-17/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c sm3.c -o sm3.o clang-17 -I"/home/hornik/tmp/R-d-clang-17/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c sm4.c -o sm4.o tar xf smcrypto/vendor.tar.xz mkdir -p .cargo && cp smcrypto/vendor-config.toml .cargo/config.toml PATH="/srv/hornik/tmp/CRAN/smcryptoR.Rcheck/R_check_bin:/usr/local/bin:/usr/bin:/bin:/home/hornik/.cargo/bin" cargo build -j 2 --release --manifest-path=smcrypto/Cargo.toml Compiling autocfg v1.1.0 Compiling libc v0.2.153 Compiling num-traits v0.2.18 Compiling cfg-if v1.0.0 Compiling getrandom v0.2.12 Compiling num-bigint v0.4.4 Compiling memchr v2.7.1 Compiling num-integer v0.1.46 Compiling aho-corasick v1.1.2 Compiling rand_core v0.6.4 Compiling regex-syntax v0.8.2 Compiling ppv-lite86 v0.2.17 Compiling rand_chacha v0.3.1 Compiling regex-automata v0.4.5 Compiling base64 v0.13.1 Compiling pem v1.1.1 Compiling yasna v0.5.2 Compiling regex v1.10.3 Compiling rand v0.8.5 Compiling lazy_static v1.4.0 Compiling hex v0.4.3 Compiling bytes v1.5.0 Compiling smcrypto v0.2.1 (/srv/hornik/tmp/CRAN/smcryptoR.Rcheck/00_pkg_src/smcryptoR/src/smcrypto) Finished release [optimized] target(s) in 31.69s clang-17 -shared -L/home/hornik/tmp/R-d-clang-17/lib -Wl,-O1 -o smcryptoR.so init.o sm2.o sm3.o sm4.o -Lsmcrypto/target/release -lsmcrypto -lresolv -pthread -L/home/hornik/tmp/R-d-clang-17/lib -lR installing to /srv/hornik/tmp/CRAN/smcryptoR.Rcheck/00LOCK-smcryptoR/00new/smcryptoR/libs ** 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)