* installing *source* package ‘heck’ ... ** using staged installation ** libs using C compiler: ‘Debian clang version 17.0.6 (5)’ rm -Rf heck.so ./rust/target/release/libheck.a entrypoint.o /srv/hornik/tmp/CRAN/heck.Rcheck/00_pkg_src/heck/src/.cargo /srv/hornik/tmp/CRAN/heck.Rcheck/00_pkg_src/heck/src/vendor clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c entrypoint.c -o entrypoint.o if [ -f ./rust/vendor.tar.xz ]; then \ tar xf rust/vendor.tar.xz && \ mkdir -p /srv/hornik/tmp/CRAN/heck.Rcheck/00_pkg_src/heck/src/.cargo && \ cp rust/vendor-config.toml /srv/hornik/tmp/CRAN/heck.Rcheck/00_pkg_src/heck/src/.cargo/config.toml; \ fi # In some environments, ~/.cargo/bin might not be included in PATH, so we need # to set it here to ensure cargo can be invoked. It is appended to PATH and # therefore is only used if cargo is absent from the user's PATH. if [ "" != "true" ]; then \ export CARGO_HOME=/srv/hornik/tmp/CRAN/heck.Rcheck/00_pkg_src/heck/src/.cargo; \ fi && \ export PATH="/srv/hornik/tmp/CRAN/heck.Rcheck/R_check_bin:/usr/local/bin:/usr/bin:/bin:/home/hornik/.cargo/bin" && \ cargo build -j 2 --offline --lib --release --manifest-path=./rust/Cargo.toml --target-dir ./rust/target && \ echo `cargo --version` && echo `rustc --version`; Compiling proc-macro2 v1.0.79 Compiling unicode-ident v1.0.12 Compiling libR-sys v0.6.0 Compiling paste v1.0.14 Compiling quote v1.0.36 Compiling syn v2.0.58 Compiling extendr-api v0.6.0 Compiling once_cell v1.19.0 Compiling heck v0.5.0 Compiling extendr-macros v0.6.0 Compiling heck v0.1.0 (/srv/hornik/tmp/CRAN/heck.Rcheck/00_pkg_src/heck/src/rust) Finished release [optimized] target(s) in 12.59s cargo 1.69.1 rustc 1.70.0 rm -Rf /srv/hornik/tmp/CRAN/heck.Rcheck/00_pkg_src/heck/src/.cargo /srv/hornik/tmp/CRAN/heck.Rcheck/00_pkg_src/heck/src/vendor ./rust/target/release/build; \ clang-17 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o heck.so entrypoint.o -L./rust/target/release -lheck -L/home/hornik/tmp/R/lib -lR installing to /srv/hornik/tmp/CRAN/heck.Rcheck/00LOCK-heck/00new/heck/libs ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** 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 (heck)