* installing *source* package ‘rshift’ ... ** using staged installation cargo 1.65.0 ** libs using C compiler: ‘Debian clang version 16.0.6 (15)’ clang-16 -I"/home/hornik/tmp/R-d-clang-16/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 /srv/hornik/tmp/CRAN/rshift.Rcheck/00_pkg_src/rshift/src/.cargo && \ cp ./rust/cargo_vendor_config.toml /srv/hornik/tmp/CRAN/rshift.Rcheck/00_pkg_src/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.65.0 rustc 1.70.0 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 proc-macro2 v1.0.69 Compiling unicode-ident v1.0.1 Compiling libR-sys v0.6.0 Compiling extendr-api v0.6.0 Compiling quote v1.0.33 Compiling syn v2.0.38 Compiling once_cell v1.18.0 Compiling paste v1.0.7 Compiling extendr-macros v0.6.0 Compiling rshift v3.0.0 (/srv/hornik/tmp/CRAN/rshift.Rcheck/00_pkg_src/rshift/src/rust) Finished release [optimized] target(s) in 17.14s rm -Rf rust/target/release/build || true rm -Rf /srv/hornik/tmp/CRAN/rshift.Rcheck/00_pkg_src/rshift/src/.cargo || true clang-16 -shared -L/home/hornik/tmp/R-d-clang-16/lib -Wl,-O1 -o rshift.so entrypoint.o -Lrust/target/release -lrshift -lresolv -pthread -L/home/hornik/tmp/R-d-clang-16/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)