* installing *source* package ‘orbweaver’ ... ** using staged installation ** libs using C compiler: ‘Debian clang version 17.0.5 (1)’ rm -Rf orbweaver.so entrypoint.o ./rust/.cargo ./rust/target/release/liborbweaver.a 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 # vendoring (Note: to avoid NOTE of "Found the following hidden files and # directories", .cargo needs to be created here) if [ "yes" = "yes" ]; then \ /usr/bin/tar --extract --xz -f ./rust/vendor.tar.xz -C ./rust && \ mkdir -p ./rust/.cargo && \ cp ./config/cargo_vendor_config.toml ./rust/.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=; \ fi && \ export PATH="/srv/hornik/tmp/CRAN/orbweaver.Rcheck/R_check_bin:/usr/local/bin:/usr/bin:/bin:/home/hornik/.cargo/bin" && \ cd ./rust && \ cargo build --lib --release \ --offline \ --jobs 1 Compiling proc-macro2 v1.0.69 Compiling unicode-ident v1.0.12 Compiling libR-sys v0.6.0 Compiling quote v1.0.33 Compiling paste v1.0.14 Compiling syn v2.0.39 Compiling extendr-api v0.6.0 Compiling extendr-macros v0.6.0 Compiling either v1.9.0 Compiling once_cell v1.18.0 Compiling itertools v0.11.0 Compiling orbweaver v0.1.0 (/srv/hornik/tmp/CRAN/orbweaver.Rcheck/00_pkg_src/orbweaver/src/rust) Finished release [optimized] target(s) in 26.71s if [ "" != "true" ]; then \ rm -Rf && \ rm -Rf ./rust/target/release/build; \ fi clang-17 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o orbweaver.so entrypoint.o -L./rust/target/release -lorbweaver -L/home/hornik/tmp/R/lib -lR installing to /srv/hornik/tmp/CRAN/orbweaver.Rcheck/00LOCK-orbweaver/00new/orbweaver/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 (orbweaver)