* installing *source* package ‘fastgeojson’ ...
** this is package ‘fastgeojson’ version ‘0.1.3’
** package ‘fastgeojson’ successfully unpacked and MD5 sums checked
** using staged installation
Using Rust toolchain:
rustc 1.84.1 (e71f9a9a9 2025-01-27)
cargo 1.84.1 (66221abde 2024-11-19)
** libs
using C compiler: ‘Apple clang version 14.0.3 (clang-1403.0.22.14.1)’
using SDK: ‘MacOSX11.3.sdk’
clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c entrypoint.c -o entrypoint.o
== fastgeojson: Rust toolchain ==
/Users/urbanek/.cargo/bin/rustc --version
rustc 1.84.1 (e71f9a9a9 2025-01-27)
/Users/urbanek/.cargo/bin/cargo --version
cargo 1.84.1 (66221abde 2024-11-19)
== fastgeojson: setup vendored deps ==
mkdir -p "/Volumes/Builds/packages/big-sur-x86_64/results/4.5/fastgeojson.Rcheck/00_pkg_src/fastgeojson/src/rust/.cargo"
if [ -f rust/vendor.tar.xz ]; then \
		tar xf rust/vendor.tar.xz -C rust && \
		echo '[source.crates-io]' > "/Volumes/Builds/packages/big-sur-x86_64/results/4.5/fastgeojson.Rcheck/00_pkg_src/fastgeojson/src/rust/.cargo/config.toml" && \
		echo 'replace-with = "vendored-sources"' >> "/Volumes/Builds/packages/big-sur-x86_64/results/4.5/fastgeojson.Rcheck/00_pkg_src/fastgeojson/src/rust/.cargo/config.toml" && \
		echo '[source.vendored-sources]' >> "/Volumes/Builds/packages/big-sur-x86_64/results/4.5/fastgeojson.Rcheck/00_pkg_src/fastgeojson/src/rust/.cargo/config.toml" && \
		echo 'directory = "vendor"' >> "/Volumes/Builds/packages/big-sur-x86_64/results/4.5/fastgeojson.Rcheck/00_pkg_src/fastgeojson/src/rust/.cargo/config.toml"; \
	fi
== fastgeojson: build Rust ==
export CARGO_HOME="/Volumes/Builds/packages/big-sur-x86_64/results/4.5/fastgeojson.Rcheck/00_pkg_src/fastgeojson/src/rust/.cargo"; \
	export RUSTC="/Users/urbanek/.cargo/bin/rustc"; \
	if [ -f rust/vendor.tar.xz ]; then \
	    echo "Building OFFLINE."; \
	    /Users/urbanek/.cargo/bin/cargo build -j 2 --release --lib --offline \
	        --manifest-path=rust/Cargo.toml \
	        --target-dir rust/target; \
	else \
	    echo "Building ONLINE."; \
	    /Users/urbanek/.cargo/bin/cargo build -j 2 --release --lib \
	        --manifest-path=rust/Cargo.toml \
	        --target-dir rust/target; \
	fi
Building OFFLINE.
warning: a `-j` argument was passed to Cargo but Cargo is also configured with an external jobserver in its environment, ignoring the `-j` parameter
   Compiling crossbeam-utils v0.8.21
   Compiling proc-macro2 v1.0.105
   Compiling unicode-ident v1.0.22
   Compiling quote v1.0.43
   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.3 (/Volumes/Builds/packages/big-sur-x86_64/results/4.5/fastgeojson.Rcheck/00_pkg_src/fastgeojson/src/rust)
    Finished `release` profile [optimized] target(s) in 51.01s
clang -arch x86_64 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/x86_64/lib -o fastgeojson.so entrypoint.o -Lrust/target/release -lfastgeojson -Wl,-dead_strip -Wl,-x -F/Library/Frameworks/R.framework/.. -framework R
rm -rf rust/target rust/.cargo rust/vendor
installing to /Volumes/Builds/packages/big-sur-x86_64/results/4.5/fastgeojson.Rcheck/00LOCK-fastgeojson/00new/fastgeojson/libs
** generating debug symbols (dSYM)
warning: (x86_64) /Volumes/Builds/packages/big-sur-x86_64/results/4.5/fastgeojson.Rcheck/00_pkg_src/fastgeojson/src/rust/target/release/libfastgeojson.a(fastgeojson-0fe43aaf1d4f39ff.fastgeojson.36c374f7905d69fb-cgu.0.rcgu.o) unable to open object file: No such file or directory
** 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)