* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’
* installing *source* package ‘rshift’ ...
** this is package ‘rshift’ version ‘3.1.1’
** package ‘rshift’ successfully unpacked and MD5 sums checked
** using staged installation
cargo 1.84.0 (66221abde 2024-11-19)
rustc 1.84.0 (9fc6b4312 2025-01-07) (built from a source tarball)
** libs
using C compiler: ‘gcc-14 (Debian 14.2.0-16) 14.2.0’
make[1]: Entering directory '/tmp/RtmppXyWvI/R.INSTALL3a020e4bf7b52c/rshift/src'
gcc-14 -std=gnu23 -I"/home/hornik/tmp/R.check/r-devel-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 /tmp/RtmppXyWvI/R.INSTALL3a020e4bf7b52c/rshift/src/.cargo && \
cp ./rust/cargo_vendor_config.toml /tmp/RtmppXyWvI/R.INSTALL3a020e4bf7b52c/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.84.0 (66221abde 2024-11-19)
rustc 1.84.0 (9fc6b4312 2025-01-07) (built from a source tarball)
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 9 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 (/tmp/RtmppXyWvI/R.INSTALL3a020e4bf7b52c/rshift/src/rust)
    Finished `release` profile [optimized] target(s) in 25.08s
rm -Rf rust/target/release/build || true
rm -Rf /tmp/RtmppXyWvI/R.INSTALL3a020e4bf7b52c/rshift/src/.cargo || true
gcc-14 -std=gnu23 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o rshift.so entrypoint.o -Lrust/target/release -lrshift -lresolv -pthread -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmppXyWvI/R.INSTALL3a020e4bf7b52c/rshift/src'
make[1]: Entering directory '/tmp/RtmppXyWvI/R.INSTALL3a020e4bf7b52c/rshift/src'
make[1]: Leaving directory '/tmp/RtmppXyWvI/R.INSTALL3a020e4bf7b52c/rshift/src'
installing to /home/hornik/tmp/R.check/r-devel-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)