* 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: ‘clang version 21.1.8’ make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/fastgeojson/src' /usr/local/clang21/bin/clang -std=gnu23 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -isystem /usr/local/clang21/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c entrypoint.c -o entrypoint.o == fastgeojson: Rust toolchain == rustc --version rustc 1.87.0 (17067e9ac 2025-05-09) (Fedora 1.87.0-2.fc42) cargo --version cargo 1.87.0 (99624be96 2025-05-06) (Fedora 1.87.0-2.fc42) == 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 unicode-ident v1.0.22 Compiling quote v1.0.43 rm -rf rust/target rust/.cargo rust/vendor error: failed to write `/data/gannet/ripley/R/packages/tests-clang/fastgeojson/src/rust/target/release/.fingerprint/crossbeam-utils-d2e75e996e0de071/invoked.timestamp` Caused by: No such file or directory (os error 2) warning: build failed, waiting for other jobs to finish... error: failed to write `/data/gannet/ripley/R/packages/tests-clang/fastgeojson/src/rust/target/release/.fingerprint/proc-macro2-4595d45f114d6900/lib-proc_macro2` Caused by: No such file or directory (os error 2) make[1]: *** [Makevars:26: rust/target/release/libfastgeojson.a] Error 101 make[1]: Target 'all' not remade because of errors. make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/fastgeojson/src' ERROR: compilation failed for package ‘fastgeojson’ * removing ‘/data/gannet/ripley/R/packages/tests-clang/fastgeojson.Rcheck/fastgeojson’