* installing *source* package ‘ymd’ ... ** using staged installation *** Checking if cargo is installed *** cargo is ok ** libs using C compiler: ‘Debian clang version 18.1.8 (9)’ rm -Rf ymd.so entrypoint.o ./rust/.cargo ./rust/target/release/libymd.a clang-18 -I"/home/hornik/tmp/R-d-clang-18/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DSTRICT_R_HEADERS=1 -fpic -g -O3 -Wall -pedantic -c entrypoint.c -o entrypoint.o # vendoring (Note: to avoid NOTE of "Found the following hidden files and # directories", .cargo needs to be created here) if [ "yes" = "yes" ]; then \ /usr/bin/tar --extract --xz -f ./rust/vendor.tar.xz -C ./rust && \ mkdir -p ./rust/.cargo && \ cp ./cargo_vendor_config.toml ./rust/.cargo/config.toml; \ fi export LIBRSYS_R_VERSION="4.5.0-devel" && export CARGO_HOME="/srv/hornik/tmp/CRAN/ymd.Rcheck/00_pkg_src/ymd/src/.cargo" && cd ./rust && cargo build --lib --release --offline --jobs=1 Compiling proc-macro2 v1.0.86 Compiling unicode-ident v1.0.12 Compiling autocfg v1.3.0 Compiling libR-sys v0.7.0 Compiling num-traits v0.2.19 Compiling quote v1.0.36 Compiling paste v1.0.15 Compiling syn v2.0.72 Compiling extendr-api v0.7.0 Compiling extendr-macros v0.7.0 Compiling iana-time-zone v0.1.60 Compiling once_cell v1.19.0 Compiling chrono v0.4.38 Compiling ymd v0.1.1 (/srv/hornik/tmp/CRAN/ymd.Rcheck/00_pkg_src/ymd/src/rust) Finished `release` profile [optimized] target(s) in 25.85s rm -Rf /srv/hornik/tmp/CRAN/ymd.Rcheck/00_pkg_src/ymd/src/.cargo ./rust/target/release/build rm -Rf ./rust/vendor ./rust/.cargo clang-18 -shared -L/home/hornik/tmp/R-d-clang-18/lib -Wl,-O1 -o ymd.so entrypoint.o -L./rust/target/release -lymd -L/home/hornik/tmp/R-d-clang-18/lib -lR installing to /srv/hornik/tmp/CRAN/ymd.Rcheck/00LOCK-ymd/00new/ymd/libs ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** 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 * DONE (ymd)