* installing *source* package ‘string2path’ ... ** using staged installation *** Checking if cargo is installed *** Checking if cargo is newer than the required version *** cargo is ok ** libs using C compiler: ‘Debian clang version 16.0.6 (3)’ rm -Rf string2path.so entrypoint.o ./rust/.cargo ./rust/target/release/libstring2path.a clang-16 -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 ./cargo_vendor_config.toml ./rust/.cargo/config.toml; \ fi export LIBRSYS_R_VERSION="4.4.0-devel" && export CARGO_HOME="/srv/hornik/tmp/CRAN/string2path.Rcheck/00_pkg_src/string2path/src/.cargo" && cd ./rust && cargo build --lib --release --offline Compiling proc-macro2 v1.0.63 Compiling autocfg v1.1.0 Compiling libm v0.2.6 Compiling quote v1.0.23 Compiling unicode-ident v1.0.6 Compiling syn v1.0.107 Compiling libR-sys v0.5.0 (https://github.com/yutannihilation/libR-sys?branch=fix/ignore-non-existent-r-library-path#08cb4bb8) Compiling arrayvec v0.7.2 Compiling libc v0.2.139 Compiling thiserror v1.0.38 Compiling paste v1.0.11 Compiling extendr-engine v0.4.0 (https://github.com/yutannihilation/extendr.git?rev=037815e463d34c8e91366dab0f34c7158334fc9a#037815e4) Compiling log v0.4.17 Compiling extendr-api v0.4.0 (https://github.com/yutannihilation/extendr.git?rev=037815e463d34c8e91366dab0f34c7158334fc9a#037815e4) Compiling cfg-if v1.0.0 Compiling lazy_static v1.4.0 Compiling ttf-parser v0.18.1 Compiling once_cell v1.17.0 Compiling num-traits v0.2.15 Compiling memmap2 v0.5.8 Compiling euclid v0.22.7 Compiling float_next_after v0.1.5 Compiling fontdb v0.11.2 Compiling lyon_geom v1.0.4 Compiling lyon_path v1.0.3 Compiling lyon_algorithms v1.0.2 Compiling thiserror-impl v1.0.38 Compiling extendr-macros v0.4.0 (https://github.com/yutannihilation/extendr.git?rev=037815e463d34c8e91366dab0f34c7158334fc9a#037815e4) Compiling lyon_tessellation v1.0.8 Compiling lyon v1.0.1 Compiling string2path v0.2.0 (/srv/hornik/tmp/CRAN/string2path.Rcheck/00_pkg_src/string2path/src/rust) Finished release [optimized] target(s) in 19.63s rm -Rf /srv/hornik/tmp/CRAN/string2path.Rcheck/00_pkg_src/string2path/src/.cargo ./rust/target/release/build clang-16 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o string2path.so entrypoint.o -L./rust/target/release -lstring2path -L/home/hornik/tmp/R/lib -lR installing to /srv/hornik/tmp/CRAN/string2path.Rcheck/00LOCK-string2path/00new/string2path/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 (string2path)