* installing *source* package ‘smcryptoR’ ...
** this is package ‘smcryptoR’ version ‘0.1.2’
** package ‘smcryptoR’ successfully unpacked and MD5 sums checked
** using staged installation
Building from source using cargo 1.84.1 (66221abde 2024-11-19)
Building from source using rustc 1.84.1 (e71f9a9a9 2025-01-27) (Fedora 1.84.1-1.fc40)
** libs
using C compiler: ‘gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)’
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 -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 -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 -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 -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:/usr/local/bin:/usr/local/texbin:/usr/sbin:/usr/lib64/qt-3.3/bin:/usr/share/Modules/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/lib64/openmpi/bin:/data/gannet/ripley/.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 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 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 (/data/gannet/ripley/R/packages/tests-devel/smcryptoR/src/smcrypto)
    Finished `release` profile [optimized] target(s) in 50.22s
gcc -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/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)