* installing *source* package ‘ymd’ ... ** this is package ‘ymd’ version ‘0.1.4’ ** package ‘ymd’ successfully unpacked and MD5 sums checked ** using staged installation Using system rustc version: rustc 1.84.1 (e71f9a9a9 2025-01-27) (Fedora 1.84.1-1.fc40) *** Checking if cargo is installed *** cargo is ok ** libs using C compiler: ‘gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)’ make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/ymd/src' rm -Rf ymd.so entrypoint.o ./rust/.cargo ./rust/target/release/libymd.a gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -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/gtar --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="/data/gannet/ripley/R/packages/tests-devel/ymd/src/.cargo" && cd ./rust && cargo build --lib --release --offline --jobs=1 warning: a `-j` argument was passed to Cargo but Cargo is also configured with an external jobserver in its environment, ignoring the `-j` parameter Compiling proc-macro2 v1.0.89 Compiling unicode-ident v1.0.13 Compiling libR-sys v0.7.1 Compiling autocfg v1.4.0 Compiling quote v1.0.37 Compiling paste v1.0.15 Compiling syn v2.0.87 Compiling extendr-api v0.7.1 Compiling num-traits v0.2.19 Compiling iana-time-zone v0.1.61 Compiling once_cell v1.20.2 Compiling chrono v0.4.38 Compiling extendr-macros v0.7.1 Compiling ymd v0.1.3 (/data/gannet/ripley/R/packages/tests-devel/ymd/src/rust) Finished `release` profile [optimized] target(s) in 1m 00s rm -Rf /data/gannet/ripley/R/packages/tests-devel/ymd/src/.cargo ./rust/target/release/build rm -Rf ./rust/vendor ./rust/.cargo gcc -shared -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fpic -L/usr/local/lib64 -o ymd.so entrypoint.o -L./rust/target/release -lymd make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/ymd/src' make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/ymd/src' make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/ymd/src' installing to /data/gannet/ripley/R/packages/tests-devel/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)