* installing *source* package ‘fastgeojson’ ... ** this is package ‘fastgeojson’ version ‘0.1.2’ ** using staged installation ** libs using C compiler: ‘Debian clang version 21.1.8 (1+b1)’ clang-21 -std=gnu23 -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 == fastgeojson: Rust toolchain == rustc --version rustc 1.91.1 (ed61e7d7e 2025-11-07) (built from a source tarball) cargo --version cargo 1.91.1 (ea2d97820 2025-10-10) (built from a source tarball) == fastgeojson: setup vendored deps == mkdir -p rust/.cargo if [ -f rust/vendor.tar.xz ]; then \ tar xf rust/vendor.tar.xz -C rust && \ echo '[source.crates-io]' > rust/.cargo/config.toml && \ echo 'replace-with = "vendored-sources"' >> rust/.cargo/config.toml && \ echo '[source.vendored-sources]' >> rust/.cargo/config.toml && \ echo 'directory = "vendor"' >> rust/.cargo/config.toml; \ fi == fastgeojson: build Rust == CARGO_HOME="`pwd`/rust/.cargo"; export CARGO_HOME; \ if [ -f rust/vendor.tar.xz ]; then \ echo "Building OFFLINE."; \ cargo build --release --lib --offline \ --manifest-path=rust/Cargo.toml \ --target-dir rust/target; \ else \ echo "Building ONLINE."; \ cargo build --release --lib \ --manifest-path=rust/Cargo.toml \ --target-dir rust/target; \ fi Building OFFLINE. Compiling proc-macro2 v1.0.105 Compiling crossbeam-utils v0.8.21 Compiling quote v1.0.43 Compiling unicode-ident v1.0.22 Compiling extendr-ffi v0.8.1 Compiling rayon-core v1.12.1 Compiling paste v1.0.15 Compiling extendr-api v0.8.1 Compiling once_cell v1.21.3 Compiling either v1.15.0 Compiling itoa v1.0.17 Compiling ryu v1.0.22 Compiling crossbeam-epoch v0.9.18 Compiling crossbeam-deque v0.8.6 Compiling syn v2.0.113 Compiling rayon v1.10.0 Compiling extendr-macros v0.8.1 Compiling fastgeojson v0.1.2 (/srv/hornik/tmp/CRAN_pretest/fastgeojson.Rcheck/00_pkg_src/fastgeojson/src/rust) Finished `release` profile [optimized] target(s) in 21.10s clang-21 -std=gnu23 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o fastgeojson.so entrypoint.o -Lrust/target/release -lfastgeojson -L/home/hornik/tmp/R/lib -lR rm -rf rust/target rust/.cargo rust/vendor installing to /srv/hornik/tmp/CRAN_pretest/fastgeojson.Rcheck/00LOCK-fastgeojson/00new/fastgeojson/libs ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** 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 (fastgeojson)