* installing *source* package ‘arcpbf’ ...
** package ‘arcpbf’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘clang version 18.1.8’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/arcpbf/src'
rm -Rf arcpbf.so ./rust/target/release/libarcpbf.a entrypoint.o /data/gannet/ripley/R/packages/tests-clang/arcpbf/src/.cargo /data/gannet/ripley/R/packages/tests-clang/arcpbf/src/vendor
/usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG   -isystem /usr/local/clang18/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -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-clang/arcpbf/src/.cargo && \
	cp rust/vendor-config.toml /data/gannet/ripley/R/packages/tests-clang/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-clang/arcpbf/src/.cargo; \
fi && \
	export PATH="/usr/local/clang/bin:/data/gannet/ripley/bin:/usr/local/texbin:/usr/local/bin:/usr/sbin:.:/data/gannet/ripley/bin:/usr/local/texbin:/usr/local/bin:/usr/sbin:/usr/lib64/qt-3.3/bin:/usr/share/Modules/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lib64/openmpi/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-clang/arcpbf/src/rust/arcpbf/Cargo.toml
workspace: /data/gannet/ripley/R/packages/tests-clang/arcpbf/src/rust/Cargo.toml
   Compiling proc-macro2 v1.0.69
   Compiling unicode-ident v1.0.12
   Compiling anyhow v1.0.75
   Compiling either v1.9.0
   Compiling autocfg v1.3.0
   Compiling quote v1.0.33
   Compiling syn v2.0.38
   Compiling libR-sys v0.7.0
   Compiling num-traits v0.2.19
   Compiling itertools v0.11.0
   Compiling paste v1.0.14
   Compiling bytes v1.5.0
   Compiling extendr-api v0.7.0
   Compiling iana-time-zone v0.1.60
   Compiling once_cell v1.18.0
   Compiling chrono v0.4.38
   Compiling prost-derive v0.12.1
   Compiling prost v0.12.1
   Compiling extendr-macros v0.7.0
   Compiling esripbf v0.1.0 (/data/gannet/ripley/R/packages/tests-clang/arcpbf/src/rust/esripbf)
   Compiling arcpbf v0.1.0 (/data/gannet/ripley/R/packages/tests-clang/arcpbf/src/rust/arcpbf)
error[E0658]: use of unstable library feature 'once_cell'
 --> arcpbf/src/parse.rs:1:5
  |
1 | use std::cell::OnceCell;
  |     ^^^^^^^^^^^^^^^^^^^
  |
  = note: see issue #74465 <https://github.com/rust-lang/rust/issues/74465> for more information

error[E0658]: use of unstable library feature 'once_cell'
  --> arcpbf/src/parse.rs:10:35
   |
10 |     let is_date: OnceCell<bool> = OnceCell::new();
   |                                   ^^^^^^^^
   |
   = note: see issue #74465 <https://github.com/rust-lang/rust/issues/74465> for more information

error[E0658]: use of unstable library feature 'once_cell'
  --> arcpbf/src/parse.rs:10:18
   |
10 |     let is_date: OnceCell<bool> = OnceCell::new();
   |                  ^^^^^^^^^^^^^^
   |
   = note: see issue #74465 <https://github.com/rust-lang/rust/issues/74465> for more information

error[E0658]: use of unstable library feature 'once_cell'
  --> arcpbf/src/parse.rs:10:35
   |
10 |     let is_date: OnceCell<bool> = OnceCell::new();
   |                                   ^^^^^^^^^^^^^
   |
   = note: see issue #74465 <https://github.com/rust-lang/rust/issues/74465> for more information

error[E0658]: use of unstable library feature 'once_cell'
  --> arcpbf/src/parse.rs:14:29
   |
14 |             let _ = is_date.set(true);
   |                             ^^^
   |
   = note: see issue #74465 <https://github.com/rust-lang/rust/issues/74465> for more information

error[E0658]: use of unstable library feature 'once_cell'
  --> arcpbf/src/parse.rs:35:16
   |
35 |     if is_date.get().is_some_and(|x| *x) {
   |                ^^^
   |
   = note: see issue #74465 <https://github.com/rust-lang/rust/issues/74465> for more information

error[E0658]: use of unstable library feature 'is_some_and'
  --> arcpbf/src/parse.rs:35:22
   |
35 |     if is_date.get().is_some_and(|x| *x) {
   |                      ^^^^^^^^^^^
   |
   = note: see issue #93050 <https://github.com/rust-lang/rust/issues/93050> for more information

For more information about this error, try `rustc --explain E0658`.
error: could not compile `arcpbf` due to 7 previous errors
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-clang/arcpbf/src'
ERROR: compilation failed for package ‘arcpbf’
* removing ‘/data/gannet/ripley/R/packages/tests-clang/arcpbf.Rcheck/arcpbf’