* installing to library ‘/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages’
* installing *source* package ‘rshift’ ...
** package ‘rshift’ successfully unpacked and MD5 sums checked
** using staged installation
cargo 1.81.0 (2dbb1af80 2024-08-20)
rustc 1.81.0
** libs
using C compiler: ‘gcc-14 (Debian 14.2.0-6) 14.2.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmpv0zQ3X/R.INSTALL36e9066593dc44/rshift/src'
gcc-14 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3  -pthread -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -c entrypoint.c -o entrypoint.o
/usr/bin/tar --extract --xz -f ./rust/vendor.tar.xz -C . && \
mkdir -p /home/hornik/tmp/scratch/Rtmpv0zQ3X/R.INSTALL36e9066593dc44/rshift/src/.cargo && \
cp ./rust/cargo_vendor_config.toml /home/hornik/tmp/scratch/Rtmpv0zQ3X/R.INSTALL36e9066593dc44/rshift/src/.cargo/config.toml; \
# To comply with CRAN policy the versions of cargo and rustc
# need to be inlcuded in the installation log
echo `cargo --version` && echo `rustc --version`
cargo 1.81.0 (2dbb1af80 2024-08-20)
rustc 1.81.0
PATH="/home/hornik/bin:/usr/local/bin:/usr/bin:/bin:/home/hornik/.cargo/bin" cargo build -j 2 --release --offline --manifest-path=rust/Cargo.toml
     Locking 10 packages to latest compatible versions
   Compiling proc-macro2 v1.0.86
   Compiling unicode-ident v1.0.12
   Compiling libR-sys v0.7.1
   Compiling paste v1.0.15
   Compiling quote v1.0.36
   Compiling syn v2.0.68
   Compiling extendr-api v0.7.1
   Compiling once_cell v1.19.0
   Compiling extendr-macros v0.7.1
   Compiling rshift v3.1.1 (/home/hornik/tmp/scratch/Rtmpv0zQ3X/R.INSTALL36e9066593dc44/rshift/src/rust)
    Finished `release` profile [optimized] target(s) in 31.76s
rm -Rf rust/target/release/build || true
rm -Rf /home/hornik/tmp/scratch/Rtmpv0zQ3X/R.INSTALL36e9066593dc44/rshift/src/.cargo || true
gcc-14 -shared -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -Wl,-O1 -o rshift.so entrypoint.o -Lrust/target/release -lrshift -lresolv -pthread -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmpv0zQ3X/R.INSTALL36e9066593dc44/rshift/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmpv0zQ3X/R.INSTALL36e9066593dc44/rshift/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmpv0zQ3X/R.INSTALL36e9066593dc44/rshift/src'
installing to /home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/00LOCK-rshift/00new/rshift/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** 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 (rshift)