* installing *source* package ‘rshift’ ... ** using staged installation cargo 1.65.0 ** libs using C compiler: ‘Debian clang version 16.0.6 (10)’ clang-16 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -pthread -fpic -g -O3 -Wall -pedantic -c entrypoint.c -o entrypoint.o /usr/bin/tar --extract --xz -f ./rust/vendor.tar.xz -C . && \ mkdir -p ./.cargo && \ cp ./rust/cargo_vendor_config.toml ./.cargo/config.toml; \ PATH="/srv/hornik/tmp/CRAN/rshift.Rcheck/R_check_bin:/usr/local/bin:/usr/bin:/bin:/home/hornik/.cargo/bin" cargo build -j 2 --release --offline --manifest-path=rust/Cargo.toml Compiling libR-sys v0.4.0 Compiling proc-macro2 v1.0.40 Compiling unicode-ident v1.0.1 Compiling quote v1.0.20 Compiling syn v1.0.98 Compiling extendr-engine v0.4.0 Compiling extendr-api v0.4.0 Compiling paste v1.0.7 Compiling lazy_static v1.4.0 Compiling extendr-macros v0.4.0 Compiling rshift v2.2.1 (/srv/hornik/tmp/CRAN/rshift.Rcheck/00_pkg_src/rshift/src/rust) Finished release [optimized] target(s) in 17.16s rm -Rf rust/target/release/build || true clang-16 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o rshift.so entrypoint.o -Lrust/target/release -lrshift -lresolv -pthread -L/home/hornik/tmp/R/lib -lR installing to /srv/hornik/tmp/CRAN/rshift.Rcheck/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)