* installing *source* package 'timeless' ... ** package 'timeless' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: 'gcc.exe (GCC) 12.3.0' make[1]: Entering directory '/d/temp/Rtmpo1TaSz/R.INSTALLe8f8d9955e2/timeless/src' rm -Rf timeless.dll ./rust/target/x86_64-pc-windows-gnu/release/libtimeless.a entrypoint.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 entrypoint.c -o entrypoint.o mkdir -p ./rust/target/libgcc_mock # `rustc` adds `-lgcc_eh` flags to the compiler, but Rtools' GCC doesn't have # `libgcc_eh` due to the compilation settings. So, in order to please the # compiler, we need to add empty `libgcc_eh` to the library search paths. # # For more details, please refer to # https://github.com/r-windows/rtools-packages/blob/2407b23f1e0925bbb20a4162c963600105236318/mingw-w64-gcc/PKGBUILD#L313-L316 touch ./rust/target/libgcc_mock/libgcc_eh.a # CARGO_LINKER is provided in Makevars.ucrt for R >= 4.2 if [ "" != "true" ]; then \ export CARGO_HOME=/d/temp/Rtmpo1TaSz/R.INSTALLe8f8d9955e2/timeless/src/.cargo; \ fi && \ export CARGO_TARGET_X86_64_PC_WINDOWS_GNU_LINKER="x86_64-w64-mingw32.static.posix-gcc.exe" && \ export LIBRARY_PATH="${LIBRARY_PATH};/d/temp/Rtmpo1TaSz/R.INSTALLe8f8d9955e2/timeless/src/./rust/target/libgcc_mock" && \ cargo build --target=x86_64-pc-windows-gnu --lib --release --manifest-path=./rust/Cargo.toml --target-dir ./rust/target Updating crates.io index Downloading crates ... Downloaded aho-corasick v1.1.2 Downloaded anyhow v1.0.80 Downloaded extendr-api v0.6.0 Downloaded extendr-macros v0.6.0 Downloaded num-traits v0.2.18 Downloaded proc-macro2 v1.0.78 Downloaded regex-syntax v0.8.2 Downloaded regex-automata v0.4.5 Downloaded lazy_static v1.4.0 Downloaded once_cell v1.19.0 Downloaded syn v2.0.52 Downloaded libR-sys v0.6.0 Downloaded windows-targets v0.52.4 Downloaded quote v1.0.35 Downloaded memchr v2.7.1 Downloaded paste v1.0.14 Downloaded chrono v0.4.34 Downloaded unicode-ident v1.0.12 Downloaded dateparser v0.2.1 Downloaded regex v1.10.3 Downloaded windows_x86_64_gnu v0.52.4 Downloaded autocfg v1.1.0 Compiling proc-macro2 v1.0.78 Compiling windows_x86_64_gnu v0.52.4 Compiling autocfg v1.1.0 Compiling unicode-ident v1.0.12 Compiling memchr v2.7.1 Compiling libR-sys v0.6.0 Compiling regex-syntax v0.8.2 Compiling anyhow v1.0.80 Compiling paste v1.0.14 Compiling extendr-api v0.6.0 Compiling once_cell v1.19.0 Compiling lazy_static v1.4.0 Compiling num-traits v0.2.18 Compiling aho-corasick v1.1.2 Compiling windows-targets v0.52.4 Compiling quote v1.0.35 Compiling syn v2.0.52 Compiling regex-automata v0.4.5 Compiling chrono v0.4.34 Compiling regex v1.10.3 Compiling extendr-macros v0.6.0 Compiling dateparser v0.2.1 Compiling timeless v0.1.0 (D:\temp\Rtmpo1TaSz\R.INSTALLe8f8d9955e2\timeless\src\rust) warning: use of deprecated method `chrono::NaiveDate::and_hms`: use `and_hms_opt()` instead --> src\lib.rs:42:47 | 42 | let naive_datetime = date.and_hms(0, 0, 0); | ^^^^^^^ | = note: `#[warn(deprecated)]` on by default warning: use of deprecated associated function `chrono::NaiveDateTime::from_timestamp`: use `from_timestamp_opt()` instead --> src\lib.rs:57:54 | 57 | let naive_date_time = NaiveDateTime::from_timestamp(epoch_seconds, 0); | ^^^^^^^^^^^^^^ warning: use of deprecated associated function `chrono::NaiveDateTime::from_timestamp`: use `from_timestamp_opt()` instead --> src\lib.rs:70:50 | 70 | let naive_date_time = NaiveDateTime::from_timestamp(epoch.into(), 0); | ^^^^^^^^^^^^^^ warning: `timeless` (lib) generated 3 warnings Finished release [optimized] target(s) in 20.70s if [ "" != "true" ]; then \ rm -Rf /d/temp/Rtmpo1TaSz/R.INSTALLe8f8d9955e2/timeless/src/.cargo && \ rm -Rf ./rust/target/x86_64-pc-windows-gnu/release/build; \ fi gcc -shared -s -static-libgcc -o timeless.dll timeless-win.def entrypoint.o -L./rust/target/x86_64-pc-windows-gnu/release -ltimeless -lws2_32 -ladvapi32 -luserenv -lbcrypt -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/Rtmpo1TaSz/R.INSTALLe8f8d9955e2/timeless/src' make[1]: Entering directory '/d/temp/Rtmpo1TaSz/R.INSTALLe8f8d9955e2/timeless/src' make[1]: Leaving directory '/d/temp/Rtmpo1TaSz/R.INSTALLe8f8d9955e2/timeless/src' installing to d:/Rcompile/CRANpkg/lib/4.3/00LOCK-timeless/00new/timeless/libs/x64 ** R ** data *** moving datasets to lazyload DB ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** 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 'timeless' as timeless_0.2.1.zip * DONE (timeless)