* installing *source* package 'rshift' ...
** package 'rshift' successfully unpacked and MD5 sums checked
** using staged installation

   **********************************************
   WARNING: this package has a configure script
         It probably needs manual configuration
   **********************************************


** libs
using C compiler: 'gcc.exe (GCC) 13.2.0'
make[1]: Entering directory '/d/temp/Rtmpy4CTKE/R.INSTALL28db02d966a07/rshift/src'
rm -Rf rshift.dll ./rust/target/x86_64-pc-windows-gnu/release/librshift.a entrypoint.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c entrypoint.c -o entrypoint.o
d:/rtools44/usr/bin/tar --extract --xz -f ./rust/vendor.tar.xz -C . && \
mkdir -p ./.cargo && \
cp ./rust/cargo_vendor_config.toml ./.cargo/config.toml;
# To comply with CRAN policy the versions of cargo and rustc
# need to be inlcuded in the installation log
echo `cargo --version` && echo `rustc --version`
cargo 1.76.0 (c84b36747 2024-01-18)
rustc 1.76.0 (07dca489a 2024-02-04)
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:/c/Users/CRAN/.cargo/bin:/c/Users/CRAN/AppData/Local/Microsoft/WindowsApps:/usr/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 -j 2 --offline --release --manifest-path=rust/Cargo.toml
   Compiling proc-macro2 v1.0.69
   Compiling unicode-ident v1.0.1
   Compiling libR-sys v0.6.0
   Compiling quote v1.0.33
   Compiling syn v2.0.38
   Compiling extendr-api v0.6.0
   Compiling once_cell v1.18.0
   Compiling paste v1.0.7
   Compiling extendr-macros v0.6.0
   Compiling rshift v3.0.0 (D:\temp\Rtmpy4CTKE\R.INSTALL28db02d966a07\rshift\src\rust)
    Finished release [optimized] target(s) in 36.68s
rm -Rf ./rust/target/x86_64-pc-windows-gnu/release/build || true
rm -Rf ./.cargo || true
gcc -shared -s -static-libgcc -o rshift.dll tmp.def entrypoint.o -L./rust/target/x86_64-pc-windows-gnu/release -lrshift -lws2_32 -ladvapi32 -lgdi32 -lbcrypt -lcrypt32 -luserenv -lntdll -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR
make[1]: Leaving directory '/d/temp/Rtmpy4CTKE/R.INSTALL28db02d966a07/rshift/src'
make[1]: Entering directory '/d/temp/Rtmpy4CTKE/R.INSTALL28db02d966a07/rshift/src'
make[1]: Leaving directory '/d/temp/Rtmpy4CTKE/R.INSTALL28db02d966a07/rshift/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-rshift/00new/rshift/libs/x64
** R
** data
*** moving datasets to lazyload DB
** 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 'rshift' as rshift_3.0.0.zip
* DONE (rshift)