* installing *source* package ‘rshift’ ... ** using staged installation cargo 1.79.0 rustc 1.79.0 ** libs using C compiler: ‘Debian clang version 18.1.8 (9)’ clang-18 -I"/home/hornik/tmp/R-d-clang-18/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -DSTRICT_R_HEADERS=1 -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_pretest/rshift.Rcheck/00_pkg_src/rshift/src/.cargo && \ cp ./rust/cargo_vendor_config.toml /srv/hornik/tmp/CRAN_pretest/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.79.0 rustc 1.79.0 PATH="/srv/hornik/tmp/CRAN_pretest/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 Locking 10 packages to latest compatible versions Compiling proc-macro2 v1.0.86 Compiling unicode-ident v1.0.12 Compiling libR-sys v0.7.0 Compiling paste v1.0.15 Compiling quote v1.0.36 Compiling syn v2.0.68 Compiling extendr-api v0.7.0 Compiling once_cell v1.19.0 Compiling extendr-macros v0.7.0 Compiling rshift v3.1.0 (/srv/hornik/tmp/CRAN_pretest/rshift.Rcheck/00_pkg_src/rshift/src/rust) Finished `release` profile [optimized] target(s) in 16.47s rm -Rf rust/target/release/build || true rm -Rf /srv/hornik/tmp/CRAN_pretest/rshift.Rcheck/00_pkg_src/rshift/src/.cargo || true clang-18 -shared -L/home/hornik/tmp/R-d-clang-18/lib -Wl,-O1 -o rshift.so entrypoint.o -Lrust/target/release -lrshift -lresolv -pthread -L/home/hornik/tmp/R-d-clang-18/lib -lR installing to /srv/hornik/tmp/CRAN_pretest/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)