* installing *source* package ‘hellorust’ ... ** this is package ‘hellorust’ version ‘1.2.3’ ** using staged installation cargo 1.85.0 (d73d2caf9 2024-12-31) rustc 1.85.0 (4d91de4e4 2025-02-17) (built from a source tarball) ** libs using C compiler: ‘Debian clang version 19.1.7 (1+b1)’ clang-19 -std=gnu23 -I"/home/hornik/tmp/R/include" -DNDEBUG -DSTRICT_R_HEADERS -DR_NO_REMAP -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c wrapper.c -o wrapper.o if [ -f myrustlib/vendor.tar.xz ]; then tar xf myrustlib/vendor.tar.xz && mkdir -p /srv/hornik/tmp/CRAN_pretest/hellorust.Rcheck/00_pkg_src/hellorust/src/.cargo && cp myrustlib/vendor-config.toml /srv/hornik/tmp/CRAN_pretest/hellorust.Rcheck/00_pkg_src/hellorust/src/.cargo/config.toml; fi PATH="/srv/hornik/tmp/CRAN_pretest/hellorust.Rcheck/R_check_bin:/usr/local/bin:/usr/bin:/bin:/home/hornik/.cargo/bin" cargo build -j 2 --release --manifest-path=myrustlib/Cargo.toml warning: no edition set: defaulting to the 2015 edition while the latest is 2024 Locking 9 packages to latest compatible versions Compiling libc v0.2.171 Compiling rand v0.4.6 Compiling myrustlib v0.1.0 (/srv/hornik/tmp/CRAN_pretest/hellorust.Rcheck/00_pkg_src/hellorust/src/myrustlib) Finished `release` profile [optimized] target(s) in 2.28s rm -Rf /srv/hornik/tmp/CRAN_pretest/hellorust.Rcheck/00_pkg_src/hellorust/src/.cargo vendor || true # CRAN wants us to remove "detritus" rm -Rf myrustlib/target/release/build || true clang-19 -std=gnu23 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o hellorust.so wrapper.o -Lmyrustlib/target/release -lmyrustlib -lresolv -pthread -L/home/hornik/tmp/R/lib -lR rm -Rf myrustlib/target/release/libmyrustlib.a myrustlib/target installing to /srv/hornik/tmp/CRAN_pretest/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)