* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘arcpbf’ ...
** package ‘arcpbf’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘Debian clang version 18.1.4 (1)’
make[1]: Entering directory '/tmp/RtmphUwRNc/R.INSTALLb9be48d0a1f/arcpbf/src'
rm -Rf arcpbf.so ./rust/target/release/libarcpbf.a entrypoint.o /tmp/RtmphUwRNc/R.INSTALLb9be48d0a1f/arcpbf/src/.cargo /tmp/RtmphUwRNc/R.INSTALLb9be48d0a1f/arcpbf/src/vendor
clang-18 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -c entrypoint.c -o entrypoint.o
if [ -f ./rust/vendor.tar.xz ]; then \
	tar xf rust/vendor.tar.xz && \
	mkdir -p /tmp/RtmphUwRNc/R.INSTALLb9be48d0a1f/arcpbf/src/.cargo && \
	cp rust/vendor-config.toml /tmp/RtmphUwRNc/R.INSTALLb9be48d0a1f/arcpbf/src/.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=/tmp/RtmphUwRNc/R.INSTALLb9be48d0a1f/arcpbf/src/.cargo; \
fi && \
	export PATH="/home/hornik/bin:/usr/local/bin:/usr/bin:/bin:/home/hornik/.cargo/bin" && \
		cargo build -j 2 --offline --lib --release --manifest-path=./rust/Cargo.toml --target-dir ./rust/target && \
		echo `cargo --version` && echo `rustc --version`;
   Compiling proc-macro2 v1.0.69
   Compiling unicode-ident v1.0.12
   Compiling anyhow v1.0.75
   Compiling libR-sys v0.6.0
   Compiling quote v1.0.33
   Compiling syn v2.0.38
   Compiling either v1.9.0
   Compiling itertools v0.11.0
   Compiling paste v1.0.14
   Compiling extendr-api v0.6.0
   Compiling bytes v1.5.0
   Compiling once_cell v1.18.0
   Compiling prost-derive v0.12.1
   Compiling extendr-macros v0.6.0
   Compiling prost v0.12.1
   Compiling esripbf v0.1.0 (/tmp/RtmphUwRNc/R.INSTALLb9be48d0a1f/arcpbf/src/rust/esripbf)
   Compiling arcpbf v0.1.0 (/tmp/RtmphUwRNc/R.INSTALLb9be48d0a1f/arcpbf/src/rust/arcpbf)
    Finished release [optimized] target(s) in 43.49s
cargo 1.69.1
rustc 1.70.0
rm -Rf /tmp/RtmphUwRNc/R.INSTALLb9be48d0a1f/arcpbf/src/.cargo /tmp/RtmphUwRNc/R.INSTALLb9be48d0a1f/arcpbf/src/vendor ./rust/target/release/build; \

clang-18 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o arcpbf.so entrypoint.o -L./rust/target/release -larcpbf -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmphUwRNc/R.INSTALLb9be48d0a1f/arcpbf/src'
make[1]: Entering directory '/tmp/RtmphUwRNc/R.INSTALLb9be48d0a1f/arcpbf/src'
make[1]: Leaving directory '/tmp/RtmphUwRNc/R.INSTALLb9be48d0a1f/arcpbf/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-arcpbf/00new/arcpbf/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 (arcpbf)