* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’ * installing *source* package ‘timeless’ ... ** package ‘timeless’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: ‘gcc-13 (Debian 13.2.0-23) 13.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmpbd3SiU/R.INSTALL12d5921f582bbd/timeless/src' rm -Rf timeless.so ./rust/target/release/libtimeless.a entrypoint.o gcc-13 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -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=/home/hornik/tmp/scratch/Rtmpbd3SiU/R.INSTALL12d5921f582bbd/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 anyhow v1.0.80 Downloaded paste v1.0.14 Downloaded unicode-ident v1.0.12 Downloaded proc-macro2 v1.0.78 Downloaded num-traits v0.2.18 Downloaded memchr v2.7.1 Downloaded aho-corasick v1.1.2 Downloaded extendr-api v0.6.0 Downloaded quote v1.0.35 Downloaded once_cell v1.19.0 Downloaded lazy_static v1.4.0 Downloaded iana-time-zone v0.1.60 Downloaded chrono v0.4.34 Downloaded extendr-macros v0.6.0 Downloaded syn v2.0.52 Downloaded regex v1.10.3 Downloaded dateparser v0.2.1 Downloaded autocfg v1.1.0 Downloaded regex-syntax v0.8.2 Downloaded libR-sys v0.6.0 Downloaded regex-automata v0.4.5 Compiling proc-macro2 v1.0.78 Compiling autocfg v1.1.0 Compiling unicode-ident v1.0.12 Compiling libR-sys v0.6.0 Compiling memchr v2.7.1 Compiling paste v1.0.14 Compiling anyhow v1.0.80 Compiling regex-syntax v0.8.2 Compiling extendr-api v0.6.0 Compiling iana-time-zone v0.1.60 Compiling lazy_static v1.4.0 Compiling once_cell v1.19.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 (/home/hornik/tmp/scratch/Rtmpbd3SiU/R.INSTALL12d5921f582bbd/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 17s if [ "" != "true" ]; then \ rm -Rf /home/hornik/tmp/scratch/Rtmpbd3SiU/R.INSTALL12d5921f582bbd/timeless/src/.cargo && \ rm -Rf ./rust/target/release/build; \ fi gcc-13 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o timeless.so entrypoint.o -L./rust/target/release -ltimeless -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmpbd3SiU/R.INSTALL12d5921f582bbd/timeless/src' make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmpbd3SiU/R.INSTALL12d5921f582bbd/timeless/src' make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmpbd3SiU/R.INSTALL12d5921f582bbd/timeless/src' installing to /home/hornik/tmp/R.check/r-devel-gcc/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)