* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’
* installing *source* package ‘fastgeojson’ ...
** this is package ‘fastgeojson’ version ‘0.1.2’
** package ‘fastgeojson’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-15 (Debian 15.2.0-12) 15.2.0’
make[1]: Entering directory '/tmp/RtmprCd68Z/R.INSTALL1401b74ee11147/fastgeojson/src'
gcc-15 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native  -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 crossbeam-utils v0.8.21
   Compiling proc-macro2 v1.0.105
   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 (/tmp/RtmprCd68Z/R.INSTALL1401b74ee11147/fastgeojson/src/rust)
    Finished `release` profile [optimized] target(s) in 34.92s
gcc-15 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o fastgeojson.so entrypoint.o -Lrust/target/release -lfastgeojson -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR
rm -rf rust/target rust/.cargo rust/vendor
make[1]: Leaving directory '/tmp/RtmprCd68Z/R.INSTALL1401b74ee11147/fastgeojson/src'
make[1]: Entering directory '/tmp/RtmprCd68Z/R.INSTALL1401b74ee11147/fastgeojson/src'
make[1]: Leaving directory '/tmp/RtmprCd68Z/R.INSTALL1401b74ee11147/fastgeojson/src'
installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/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)