* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’ * installing *source* package ‘timeless’ ... ** package ‘timeless’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: ‘Debian clang version 18.1.4 (1)’ make[1]: Entering directory '/tmp/RtmpNMzB3v/R.INSTALL390e0340e30731/timeless/src' rm -Rf timeless.so ./rust/target/release/libtimeless.a entrypoint.o clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c entrypoint.c -o entrypoint.o # In some environments, ~/.cargo/bin might not be included in PATH, so we need # to set it here to ensure cargo can be invoked. It is appended to PATH and # therefore is only used if cargo is absent from the user's PATH. if [ "" != "true" ]; then \ export CARGO_HOME=/tmp/RtmpNMzB3v/R.INSTALL390e0340e30731/timeless/src/.cargo; \ fi && \ export PATH="/home/hornik/bin:/usr/local/bin:/usr/bin:/bin:/home/hornik/.cargo/bin" && \ cargo build --lib --release --manifest-path=./rust/Cargo.toml --target-dir ./rust/target Updating crates.io index Downloading crates ... Downloaded autocfg v1.1.0 Downloaded aho-corasick v1.1.2 Downloaded lazy_static v1.4.0 Downloaded paste v1.0.14 Downloaded once_cell v1.19.0 Downloaded unicode-ident v1.0.12 Downloaded proc-macro2 v1.0.78 Downloaded quote v1.0.35 Downloaded memchr v2.7.1 Downloaded iana-time-zone v0.1.60 Downloaded extendr-api v0.6.0 Downloaded anyhow v1.0.80 Downloaded num-traits v0.2.18 Downloaded extendr-macros v0.6.0 Downloaded dateparser v0.2.1 Downloaded syn v2.0.52 Downloaded chrono v0.4.34 Downloaded regex v1.10.3 Downloaded regex-syntax v0.8.2 Downloaded regex-automata v0.4.5 Downloaded libR-sys v0.6.0 Compiling proc-macro2 v1.0.78 Compiling unicode-ident v1.0.12 Compiling autocfg v1.1.0 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 iana-time-zone v0.1.60 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 quote v1.0.35 Compiling syn v2.0.52 Compiling chrono v0.4.34 Compiling regex-automata v0.4.5 Compiling regex v1.10.3 Compiling dateparser v0.2.1 Compiling extendr-macros v0.6.0 Compiling timeless v0.1.0 (/tmp/RtmpNMzB3v/R.INSTALL390e0340e30731/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 3m 21s if [ "" != "true" ]; then \ rm -Rf /tmp/RtmpNMzB3v/R.INSTALL390e0340e30731/timeless/src/.cargo && \ rm -Rf ./rust/target/release/build; \ fi clang-18 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o timeless.so entrypoint.o -L./rust/target/release -ltimeless -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR make[1]: Leaving directory '/tmp/RtmpNMzB3v/R.INSTALL390e0340e30731/timeless/src' make[1]: Entering directory '/tmp/RtmpNMzB3v/R.INSTALL390e0340e30731/timeless/src' make[1]: Leaving directory '/tmp/RtmpNMzB3v/R.INSTALL390e0340e30731/timeless/src' installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-timeless/00new/timeless/libs ** 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 ** 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 * creating tarball packaged installation of ‘timeless’ as ‘timeless_0.2.1_R_x86_64-pc-linux-gnu.tar.gz’ * DONE (timeless)