* installing to library ‘/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages’
* installing *source* package ‘datefixR’ ...
** this is package ‘datefixR’ version ‘2.0.0’
** package ‘datefixR’ successfully unpacked and MD5 sums checked
** using staged installation
Using cargo 1.86.0 (adf9b6ad1 2025-02-28)
Using rustc 1.86.0 (05f9846f8 2025-03-31) (built from a source tarball)
Building for CRAN.
Writing `src/Makevars`.
`tools/config.R` has finished.
** libs
using C compiler: ‘gcc-14 (Debian 14.3.0-5) 14.3.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpOkASOS/R.INSTALL31e4fd744e3f1c/datefixR/src'
gcc-14 -std=gnu23 -I"/home/hornik/tmp/R.check/r-release-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
if [ -f ./rust/vendor.tar.xz ]; then \
	tar xf rust/vendor.tar.xz && \
	mkdir -p /home/hornik/tmp/scratch/RtmpOkASOS/R.INSTALL31e4fd744e3f1c/datefixR/src/.cargo && \
	cp rust/vendor-config.toml /home/hornik/tmp/scratch/RtmpOkASOS/R.INSTALL31e4fd744e3f1c/datefixR/src/.cargo/config.toml; \
fi
export CARGO_HOME=/home/hornik/tmp/scratch/RtmpOkASOS/R.INSTALL31e4fd744e3f1c/datefixR/src/.cargo && \
export PATH="/home/hornik/bin:/usr/local/bin:/usr/bin:/bin:/home/hornik/.cargo/bin" && \
RUSTFLAGS=" --print=native-static-libs" cargo build -j 2 --offline --lib --release --manifest-path=./rust/Cargo.toml --target-dir ./rust/target 
   Compiling proc-macro2 v1.0.95
   Compiling unicode-ident v1.0.18
   Compiling extendr-ffi v0.8.1
   Compiling autocfg v1.5.0
   Compiling num-traits v0.2.19
   Compiling quote v1.0.40
   Compiling paste v1.0.15
   Compiling memchr v2.7.5
   Compiling syn v2.0.104
   Compiling aho-corasick v1.1.3
   Compiling regex-syntax v0.8.5
   Compiling extendr-api v0.8.1
   Compiling regex-automata v0.4.9
   Compiling extendr-macros v0.8.1
   Compiling iana-time-zone v0.1.63
   Compiling once_cell v1.21.3
   Compiling chrono v0.4.41
   Compiling regex v1.11.1
   Compiling lazy_static v1.5.0
   Compiling datefixR v0.1.0 (/home/hornik/tmp/scratch/RtmpOkASOS/R.INSTALL31e4fd744e3f1c/datefixR/src/rust)
note: Link against the following native artifacts when linking against this static library. The order and any duplication can be significant on some platforms.

note: native-static-libs: -lR -lgcc_s -lutil -lrt -lpthread -lm -ldl -lc

    Finished `release` profile [optimized] target(s) in 1m 01s
# Always clean up CARGOTMP
rm -Rf /home/hornik/tmp/scratch/RtmpOkASOS/R.INSTALL31e4fd744e3f1c/datefixR/src/.cargo;
gcc-14 -std=gnu23 -shared -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -Wl,-O1 -o datefixR.so entrypoint.o -L./rust/target/release -ldatefixR -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -lR
rm -Rf /home/hornik/tmp/scratch/RtmpOkASOS/R.INSTALL31e4fd744e3f1c/datefixR/src/.cargo /home/hornik/tmp/scratch/RtmpOkASOS/R.INSTALL31e4fd744e3f1c/datefixR/src/vendor ./rust/target
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpOkASOS/R.INSTALL31e4fd744e3f1c/datefixR/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpOkASOS/R.INSTALL31e4fd744e3f1c/datefixR/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpOkASOS/R.INSTALL31e4fd744e3f1c/datefixR/src'
installing to /home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/00LOCK-datefixR/00new/datefixR/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** installing vignettes
** 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
* DONE (datefixR)