* installing *source* package ‘smcryptoR’ ... ** package ‘smcryptoR’ successfully unpacked and MD5 sums checked ** using staged installation Building from source using cargo 1.69.0 Building from source using rustc 1.69.0 (84c898d65 2023-04-16) (Fedora 1.69.0-1.fc36) ** libs using C compiler: ‘gcc-14 (GCC) 14.2.0’ make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/smcryptoR/src' rm -rf smcryptoR.so smcrypto/target/release/libsmcrypto.a init.o sm2.o sm3.o sm4.o smcrypto/target gcc-14 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -pthread -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c init.c -o init.o gcc-14 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -pthread -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c sm2.c -o sm2.o gcc-14 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -pthread -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c sm3.c -o sm3.o gcc-14 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -pthread -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c sm4.c -o sm4.o tar xf smcrypto/vendor.tar.xz mkdir -p .cargo && cp smcrypto/vendor-config.toml .cargo/config.toml PATH="/data/gannet/ripley/bin:/data/gannet/ripley/bin2:/usr/local/bin:/usr/local/texbin:/usr/sbin:/usr/lib64/qt-3.3/bin:/usr/share/Modules/bin:/usr/bin:/bin:/usr/lib64/openmpi/bin:/data/gannet/ripley/.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 num-integer v0.1.46 Compiling rand_core v0.6.4 Compiling ppv-lite86 v0.2.17 Compiling rand_chacha v0.3.1 Compiling base64 v0.13.1 Compiling yasna v0.5.2 Compiling pem v1.1.1 Compiling rand v0.8.5 Compiling hex v0.4.3 Compiling bytes v1.5.0 Compiling smcrypto v0.2.1 (/data/gannet/ripley/R/packages/tests-devel/smcryptoR/src/smcrypto) Finished release [optimized] target(s) in 54.74s gcc-14 -shared -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fpic -L/usr/local/gcc14/lib64 -L/usr/local/lib64 -o smcryptoR.so init.o sm2.o sm3.o sm4.o -Lsmcrypto/target/release -lsmcrypto -lresolv -pthread make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/smcryptoR/src' make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/smcryptoR/src' make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/smcryptoR/src' installing to /data/gannet/ripley/R/packages/tests-devel/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)