* installing *source* package 'hellorust' ...
** this is package 'hellorust' version '1.2.3'
** package 'hellorust' successfully unpacked and MD5 sums checked
** using staged installation
cargo 1.92.0 (344c4567c 2025-10-21)
rustc 1.92.0 (ded5c06cf 2025-12-08)
** libs
using C compiler: 'gcc.exe (GCC) 14.3.0'
make[1]: Entering directory '/d/temp/2026_02_19_01_50_00_20242/RtmpyoR156/R.INSTALLff90570210f8/hellorust/src'
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG -DSTRICT_R_HEADERS -DR_NO_REMAP    -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include"      -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x  -mfpmath=sse -msse2 -mstackrealign   -c wrapper.c -o wrapper.o
if [ -f myrustlib/vendor.tar.xz ]; then tar xf myrustlib/vendor.tar.xz && mkdir -p .cargo && cp myrustlib/vendor-config.toml .cargo/config.toml; fi
PATH="C:\Users\CRAN\.cargo\bin:/usr/bin:/x86_64-w64-mingw32.static.posix/bin:/d/RCompile/recent/R/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:/d/compiler/Ruby/bin:/c/Program Files/Microsoft MPI/Bin:/c/Program Files/Python/Scripts:/c/Program Files/Python:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0:/c/Windows/System32/OpenSSH:/c/Program Files/PuTTY:/c/Program Files (x86)/WinSCP:/c/Program Files/Pandoc:/c/Program Files/MiKTeX/miktex/bin/x64:/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit:/c/Program Files/gs/gs/bin:/c/Program Files/jdk-11.0.18.10-hotspot/bin:/d/compiler/perl/c/bin:/d/compiler/perl/perl/site/bin:/d/compiler/perl/perl/bin:/d/temp/2026_02_18_01_50_00_240/RtmpWydmTO/rapp-bin-frontmatter7a7c3c467c80:/d/temp/2026_02_17_01_50_00_13006/RtmpU99RVT/rapp-bin-frontmatter82a033a179b8:/d/temp/2026_02_15_01_50_00_5770/RtmpOeJL05/rapp-bin-frontmattereca4176b4279:/d/temp/2026_02_14_01_50_00_18536/RtmpmcKYbq/rapp-bin-frontmattercfd8719525fb:/d/temp/2026_02_13_01_50_00_31302/RtmpIjJSBO/rapp-bin-frontmatter113ecdd36b8f:/d/temp/2026_02_12_01_50_00_11300/RtmpS8x8EH/rapp-bin-frontmatter3c7037f568c8:/d/temp/2026_02_07_01_50_00_9593/RtmpKOiClo/rapp-bin-frontmatter113c4695e4c7f:/d/temp/2026_02_06_01_50_00_22359/Rtmp4aXasq/rapp-bin-frontmatterd35c3a8d7a6b:/d/temp/2026_02_05_01_50_00_2357/RtmpoLit94/rapp-bin-frontmatter14e5ce71467d:/d/temp/2026_02_01_01_50_00_20653/RtmpeMXMbD/rapp-bin-frontmatterba3c3ed76664:/d/temp/2026_01_31_01_50_00_651/RtmpoBwM57/rapp-bin-frontmatter173f077057b1:/d/temp/2026_01_27_01_50_00_18947/RtmpgfT7ws/rapp-bin-frontmattere1f873f05c6:/d/temp/2026_01_26_01_50_00_31713/RtmpgB10JV/rapp-bin-frontmatterf6d4248e6fdb:/d/temp/2026_01_24_01_50_00_24477/Rtmpqo0eFt/rapp-bin-frontmatter67b475bf3afd:/d/temp/2026_01:/c/Users/CRAN/Documents/temurin25/jdk-25.0.2+10/bin:/c/Program Files/Julia/bin:/c/Users/CRAN/.cargo/bin:/d/compiler/LDC/bin:/d/RCompile/recent/R/bin/x64/" cargo build --target=x86_64-pc-windows-gnu --release --manifest-path=myrustlib/Cargo.toml
warning: no edition set: defaulting to the 2015 edition while the latest is 2024
     Locking 9 packages to latest compatible versions
   Compiling winapi-x86_64-pc-windows-gnu v0.4.0
   Compiling winapi v0.3.9
   Compiling libc v0.2.171
   Compiling rand v0.4.6
   Compiling myrustlib v0.1.0 (D:\temp\2026_02_19_01_50_00_20242\RtmpyoR156\R.INSTALLff90570210f8\hellorust\src\myrustlib)
warning: `extern` declarations without an explicit ABI are deprecated
 --> src\random.rs:4:5
  |
4 | pub extern fn random_number() -> i32 {
  |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
  |
  = note: `#[warn(missing_abi)]` on by default

warning: `extern` declarations without an explicit ABI are deprecated
 --> src\mythreads.rs:5:5
  |
5 | pub extern fn run_threads() {
  |     ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`

warning: `myrustlib` (lib) generated 2 warnings (run `cargo fix --lib -p myrustlib` to apply 2 suggestions)
    Finished `release` profile [optimized] target(s) in 36.98s
gcc -shared -s -static-libgcc -o hellorust.dll tmp.def wrapper.o -Lmyrustlib/target/x86_64-pc-windows-gnu/release -lmyrustlib -lws2_32 -ladvapi32 -lgdi32 -lbcrypt -lcrypt32 -luserenv -lntdll -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR
rm -Rf myrustlib/target/x86_64-pc-windows-gnu/release/libmyrustlib.a myrustlib/target
make[1]: Leaving directory '/d/temp/2026_02_19_01_50_00_20242/RtmpyoR156/R.INSTALLff90570210f8/hellorust/src'
make[1]: Entering directory '/d/temp/2026_02_19_01_50_00_20242/RtmpyoR156/R.INSTALLff90570210f8/hellorust/src'
make[1]: Leaving directory '/d/temp/2026_02_19_01_50_00_20242/RtmpyoR156/R.INSTALLff90570210f8/hellorust/src'
installing to d:/Rcompile/CRANpkg/lib/4.6/00LOCK-hellorust/00new/hellorust/libs/x64
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** 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 'hellorust' as hellorust_1.2.3.zip
* DONE (hellorust)