* installing to library ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages’
* installing *source* package ‘hellorust’ ...
** package ‘hellorust’ successfully unpacked and MD5 sums checked
** using staged installation
cargo 1.83.0 (5ffbef321 2024-10-29)
rustc 1.83.0 (90b35a623 2024-11-26) (built from a source tarball)
** libs
using C compiler: ‘gcc-14 (Debian 14.2.0-8) 14.2.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpDZs9fk/R.INSTALL1c7a093b703738/hellorust/src'
gcc-14 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -DSTRICT_R_HEADERS -DR_NO_REMAP  -I/usr/local/include -D_FORTIFY_SOURCE=3  -pthread -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c wrapper.c -o wrapper.o
if [ -f myrustlib/vendor.tar.xz ]; then tar xf myrustlib/vendor.tar.xz && mkdir -p /home/hornik/tmp/scratch/RtmpDZs9fk/R.INSTALL1c7a093b703738/hellorust/src/.cargo && cp myrustlib/vendor-config.toml /home/hornik/tmp/scratch/RtmpDZs9fk/R.INSTALL1c7a093b703738/hellorust/src/.cargo/config.toml; fi
PATH="/home/hornik/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 2021
     Locking 9 packages to latest compatible versions
   Compiling libc v0.2.158
   Compiling rand v0.4.6
   Compiling myrustlib v0.1.0 (/home/hornik/tmp/scratch/RtmpDZs9fk/R.INSTALL1c7a093b703738/hellorust/src/myrustlib)
    Finished `release` profile [optimized] target(s) in 3.91s
rm -Rf /home/hornik/tmp/scratch/RtmpDZs9fk/R.INSTALL1c7a093b703738/hellorust/src/.cargo vendor || true # CRAN wants us to remove "detritus"
rm -Rf myrustlib/target/release/build || true
gcc-14 -shared -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -Wl,-O1 -o hellorust.so wrapper.o -Lmyrustlib/target/release -lmyrustlib -lresolv -pthread -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpDZs9fk/R.INSTALL1c7a093b703738/hellorust/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpDZs9fk/R.INSTALL1c7a093b703738/hellorust/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpDZs9fk/R.INSTALL1c7a093b703738/hellorust/src'
installing to /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/00LOCK-hellorust/00new/hellorust/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package ‘hellorust’
    finding HTML links ... done
    hellorust                               html  
** 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)