* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’ * 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 18.1.4 (1)’ make[1]: Entering directory '/tmp/RtmpUt6nrL/R.INSTALL3896ab7c89b4a2/smcryptoR/src' rm -rf smcryptoR.so smcrypto/target/release/libsmcrypto.a init.o sm2.o sm3.o sm4.o smcrypto/target clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c init.c -o init.o clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c sm2.c -o sm2.o clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c sm3.c -o sm3.o clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I/usr/local/include -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="/home/hornik/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 rand_core v0.6.4 Compiling num-integer v0.1.46 Compiling ppv-lite86 v0.2.17 Compiling rand_chacha v0.3.1 Compiling base64 v0.13.1 Compiling pem v1.1.1 Compiling yasna v0.5.2 Compiling rand v0.8.5 Compiling bytes v1.5.0 Compiling hex v0.4.3 Compiling smcrypto v0.2.1 (/tmp/RtmpUt6nrL/R.INSTALL3896ab7c89b4a2/smcryptoR/src/smcrypto) Finished release [optimized] target(s) in 26.31s clang-18 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/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.check/r-devel-clang/Work/build/lib -lR make[1]: Leaving directory '/tmp/RtmpUt6nrL/R.INSTALL3896ab7c89b4a2/smcryptoR/src' make[1]: Entering directory '/tmp/RtmpUt6nrL/R.INSTALL3896ab7c89b4a2/smcryptoR/src' make[1]: Leaving directory '/tmp/RtmpUt6nrL/R.INSTALL3896ab7c89b4a2/smcryptoR/src' installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/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 * creating tarball packaged installation of ‘smcryptoR’ as ‘smcryptoR_0.1.2_R_x86_64-pc-linux-gnu.tar.gz’ * DONE (smcryptoR)