* installing *source* package ‘arcpbf’ ...
** package ‘arcpbf’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-14 (GCC) 14.2.0’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/arcpbf/src'
rm -Rf arcpbf.so ./rust/target/release/libarcpbf.a entrypoint.o /data/gannet/ripley/R/packages/tests-devel/arcpbf/src/.cargo /data/gannet/ripley/R/packages/tests-devel/arcpbf/src/vendor
gcc-14 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c entrypoint.c -o entrypoint.o
if [ -f ./rust/vendor.tar.xz ]; then \
	tar xf rust/vendor.tar.xz && \
	mkdir -p /data/gannet/ripley/R/packages/tests-devel/arcpbf/src/.cargo && \
	cp rust/vendor-config.toml /data/gannet/ripley/R/packages/tests-devel/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=/data/gannet/ripley/R/packages/tests-devel/arcpbf/src/.cargo; \
fi && \
	export PATH="/data/gannet/ripley/bin:/data/gannet/ripley/bin2:/usr/local/bin:/usr/local/texbin:/usr/sbin:/usr/lib64/qt-3.3/bin:/usr/share/Modules/bin:/usr/bin:/bin:/usr/lib64/openmpi/bin:/data/gannet/ripley/.cargo/bin" && \
		cargo build -j 2 --offline --lib --release --manifest-path=./rust/Cargo.toml --target-dir ./rust/target && \
		echo `cargo --version` && echo `rustc --version`;
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package:   /data/gannet/ripley/R/packages/tests-devel/arcpbf/src/rust/arcpbf/Cargo.toml
workspace: /data/gannet/ripley/R/packages/tests-devel/arcpbf/src/rust/Cargo.toml
warning: patch for the non root package will be ignored, specify patch at the workspace root:
package:   /data/gannet/ripley/R/packages/tests-devel/arcpbf/src/rust/arcpbf/Cargo.toml
workspace: /data/gannet/ripley/R/packages/tests-devel/arcpbf/src/rust/Cargo.toml
error: package `prost v0.12.6` cannot be built because it requires rustc 1.70 or newer, while the currently active rustc version is 1.69.0
Either upgrade to rustc 1.70 or newer, or use
cargo update -p prost@0.12.6 --precise ver
where `ver` is the latest version of `prost` supporting rustc 1.69.0
make[1]: *** [Makevars:19: rust/target/release/libarcpbf.a] Error 101
make[1]: Target 'all' not remade because of errors.
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/arcpbf/src'
ERROR: compilation failed for package ‘arcpbf’
* removing ‘/data/gannet/ripley/R/packages/tests-devel/arcpbf.Rcheck/arcpbf’