* installing *source* package 'smcryptoR' ...
** package 'smcryptoR' successfully unpacked and MD5 sums checked
** using staged installation
Building from source using cargo 1.81.0 (2dbb1af80 2024-08-20)
Building from source using rustc 1.81.0 (eeb90cda1 2024-09-04)
** libs
using C compiler: 'gcc.exe (GCC) 12.3.0'
make[1]: Entering directory '/d/temp/2024_11_13_01_50_00_32639/RtmpwN8KXJ/R.INSTALL1cac8109960a7/smcryptoR/src'
rm -rf smcryptoR.dll smcrypto/target/x86_64-pc-windows-gnu/release/libsmcrypto.a init.o sm2.o sm3.o sm4.o smcrypto/target
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c init.c -o init.o
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c sm2.c -o sm2.o
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c sm3.c -o sm3.o
gcc  -I"D:/RCompile/recent/R-4.3.3/include" -DNDEBUG     -I"d:/rtools43/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c sm4.c -o sm4.o
tar xf smcrypto/vendor.tar.xz
mkdir -p .cargo && cp smcrypto/vendor-config.toml .cargo/config.toml 
PATH="C:\Users\CRAN\.cargo\bin:/usr/bin:/x86_64-w64-mingw32.static.posix/bin:/d/RCompile/recent/R-4.3.3/bin/x64:/usr/bin:/x86_64-w64-mingw32.static.posix/bin:/usr/bin:/x86_64-w64-mingw32.static.posix/bin:/usr/bin:/x86_64-w64-mingw32.static.posix/bin:/usr/bin:/x86_64-w64-mingw32.static.posix/bin:.:/usr/bin:/x86_64-w64-mingw32.static.posix/bin:/c/Program Files/MiKTeX/miktex/bin/x64:/c/Program Files/gs/gs/bin:/d/compiler/qpdf/bin:/d/RCompile/CRANpkg/extralibs/localsolver_4_0/bin:/d/RCompile/CRANpkg/extralibs/MARK:/c/Program Files/7-Zip:/d/Compiler/gretl:/c/Program Files/Quarto/bin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0:/c/Windows/System32/OpenSSH:/c/Program Files/Pandoc:/c/Program Files/MiKTeX/miktex/bin/x64:/c/Program Files/AdoptOpenJDK/jdk-11.0.11.9-hotspot/bin:/c/Program Files/Microsoft MPI/Bin:/c/Program Files/sourceforge/ipmiutil:/c/Program Files/Python39:/c/Program Files/Python39/Scripts:/d/Compiler/Ruby/bin:/c/Program Files (x86)/WinSCP:/c/Program Files/gs/gs/bin:/c/Program Files/Supermicro/SuperDoctor5:/c/Program Files/Intel/Intel(R) Memory and Storage Tool:/c/Program Files/PuTTY:/c/Users/CRAN/.cargo/bin:/c/Users/CRAN/AppData/Local/Microsoft/WindowsApps:/c/Users/CRAN/AppData/Roaming/TinyTeX/bin/win32:/usr/bin:/c/Program Files/Julia/bin:/d/RCompile/recent/R-4.3.3/bin/x64/" cargo build -j 2 --target=x86_64-pc-windows-gnu --release --manifest-path=smcrypto/Cargo.toml
   Compiling autocfg v1.1.0
   Compiling cfg-if v1.0.0
   Compiling getrandom v0.2.12
   Compiling rand_core v0.6.4
   Compiling num-traits v0.2.18
   Compiling num-bigint v0.4.4
   Compiling libc v0.2.153
   Compiling ppv-lite86 v0.2.17
   Compiling rand_chacha v0.3.1
   Compiling num-integer v0.1.46
   Compiling base64 v0.13.1
   Compiling pem v1.1.1
   Compiling yasna v0.5.2
   Compiling rand v0.8.5
   Compiling hex v0.4.3
   Compiling bytes v1.5.0
   Compiling smcrypto v0.2.1 (D:\temp\2024_11_13_01_50_00_32639\RtmpwN8KXJ\R.INSTALL1cac8109960a7\smcryptoR\src\smcrypto)
    Finished `release` profile [optimized] target(s) in 27.45s
gcc -shared -s -static-libgcc -o smcryptoR.dll tmp.def init.o sm2.o sm3.o sm4.o -Lsmcrypto/target/x86_64-pc-windows-gnu/release -lsmcrypto -lws2_32 -ladvapi32 -lgdi32 -lbcrypt -lcrypt32 -luserenv -lntdll -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools43/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.3.3/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2024_11_13_01_50_00_32639/RtmpwN8KXJ/R.INSTALL1cac8109960a7/smcryptoR/src'
make[1]: Entering directory '/d/temp/2024_11_13_01_50_00_32639/RtmpwN8KXJ/R.INSTALL1cac8109960a7/smcryptoR/src'
make[1]: Leaving directory '/d/temp/2024_11_13_01_50_00_32639/RtmpwN8KXJ/R.INSTALL1cac8109960a7/smcryptoR/src'
installing to d:/Rcompile/CRANpkg/lib/4.3/00LOCK-smcryptoR/00new/smcryptoR/libs/x64
** 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
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* MD5 sums
packaged installation of 'smcryptoR' as smcryptoR_0.1.2.zip
* DONE (smcryptoR)