* installing *source* package ‘hellorust’ ... ** this is package ‘hellorust’ version ‘1.2.2’ ** package ‘hellorust’ successfully unpacked and MD5 sums checked ** using staged installation cargo 1.84.1 (66221abde 2024-11-19) rustc 1.84.1 (e71f9a9a9 2025-01-27) (Fedora 1.84.1-1.fc40) ** 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/hellorust/src' gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -DSTRICT_R_HEADERS -DR_NO_REMAP -I/usr/local/include -pthread -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 wrapper.c -o wrapper.o if [ -f myrustlib/vendor.tar.xz ]; then tar xf myrustlib/vendor.tar.xz && mkdir -p /data/gannet/ripley/R/packages/tests-devel/hellorust/src/.cargo && cp myrustlib/vendor-config.toml /data/gannet/ripley/R/packages/tests-devel/hellorust/src/.cargo/config.toml; fi PATH="/data/gannet/ripley/bin:/usr/local/bin:/usr/local/texbin:/usr/sbin:/usr/lib64/qt-3.3/bin:/usr/share/Modules/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/lib64/openmpi/bin:/data/gannet/ripley/.cargo/bin" cargo build -j 2 --release --manifest-path=myrustlib/Cargo.toml warning: a `-j` argument was passed to Cargo but Cargo is also configured with an external jobserver in its environment, ignoring the `-j` parameter warning: no edition set: defaulting to the 2015 edition while the latest is 2021 Locking 9 packages to latest compatible versions Compiling libc v0.2.158 Compiling rand v0.4.6 Compiling myrustlib v0.1.0 (/data/gannet/ripley/R/packages/tests-devel/hellorust/src/myrustlib) Finished `release` profile [optimized] target(s) in 11.00s rm -Rf /data/gannet/ripley/R/packages/tests-devel/hellorust/src/.cargo vendor || true # CRAN wants us to remove "detritus" rm -Rf myrustlib/target/release/build || true 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 hellorust.so wrapper.o -Lmyrustlib/target/release -lmyrustlib -lresolv -pthread make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/hellorust/src' make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/hellorust/src' make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/hellorust/src' installing to /data/gannet/ripley/R/packages/tests-devel/hellorust.Rcheck/00LOCK-hellorust/00new/hellorust/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 (hellorust)