* installing *source* package ‘awdb’ ... ** this is package ‘awdb’ version ‘0.1.4’ ** package ‘awdb’ successfully unpacked and MD5 sums checked ** using staged installation Using cargo 1.97.1 (c980f4866 2026-06-30) Using rustc 1.97.1 (8bab26f4f 2026-07-14) Building for CRAN. Writing `src/Makevars`. `tools/config.R` has finished. ** libs using C compiler: ‘Apple clang version 21.0.0 (clang-2100.1.1.101)’ using SDK: ‘MacOSX26.5.sdk’ clang -mmacos-version-min=26 -std=gnu23 -I"/Users/ripley/R/R-devel/include" -DNDEBUG -isystem /opt/R/arm64/include -fPIC -falign-functions=8 -g -O2 -Wall -pedantic -Wconversion -Wno-sign-conversion -Wstrict-prototypes -c entrypoint.c -o entrypoint.o if [ -d ./vendor ]; then \ echo "=== Using offline vendor directory ==="; \ mkdir -p "/Users/ripley/R/packages/tests-devel/awdb/src/.cargo" && \ cp rust/vendor-config.toml "/Users/ripley/R/packages/tests-devel/awdb/src/.cargo/config.toml"; \ elif [ -f ./rust/vendor.tar.xz ]; then \ echo "=== Using offline vendor tarball ==="; \ tar xf rust/vendor.tar.xz && \ mkdir -p "/Users/ripley/R/packages/tests-devel/awdb/src/.cargo" && \ cp rust/vendor-config.toml "/Users/ripley/R/packages/tests-devel/awdb/src/.cargo/config.toml"; \ fi === Using offline vendor tarball === export CARGO_HOME="/Users/ripley/R/packages/tests-devel/awdb/src/.cargo" && \ export PATH=".:/Users/ripley/bin:/Library/TeX/texbin:/opt/R/arm64/bin:/usr/local/bin:/usr/bin:/bin:/Users/ripley/.cargo/bin" && \ RUSTFLAGS=" --print=native-static-libs" cargo build -j 2 --offline --lib --release --manifest-path=./rust/Cargo.toml --target-dir="./rust/target" 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 proc-macro2 v1.0.107 Compiling unicode-ident v1.0.24 Compiling quote v1.0.47 Compiling crossbeam-utils v0.8.22 Compiling crossbeam-epoch v0.9.20 Compiling serde_core v1.0.229 Compiling crossbeam-deque v0.8.7 Compiling extendr-ffi v0.9.0 (https://github.com/extendr/extendr#74afddcb) Compiling zmij v1.0.23 Compiling rayon-core v1.13.0 Compiling paste v1.0.15 Compiling serde v1.0.229 Compiling syn v3.0.3 Compiling syn v2.0.119 Compiling serde_json v1.0.151 Compiling extendr-api v0.9.0 (https://github.com/extendr/extendr#74afddcb) Compiling lazy_static v1.5.0 Compiling either v1.18.0 Compiling once_cell v1.21.4 Compiling itoa v1.0.18 Compiling memchr v2.8.3 Compiling rayon v1.12.0 Compiling serde_derive v1.0.229 Compiling readonly v0.2.14 Compiling extendr-macros v0.9.0 (https://github.com/extendr/extendr#74afddcb) Compiling awdb v0.1.0 (/Users/ripley/R/packages/tests-devel/awdb/src/rust) note: link against the following native artifacts when linking against this static library. The order and any duplication can be significant on some platforms note: native-static-libs: -lR -lSystem -lc -lm Finished `release` profile [optimized] target(s) in 10.76s clang -mmacos-version-min=26 -std=gnu23 -o rust/document rust/document.c -L./rust/target/release -lawdb -L"/Users/ripley/R/R-devel/lib" -lR ./rust/document awdb ../R/extendr-wrappers.R dyld[81548]: Library not loaded: libR.dylib Referenced from: /Users/ripley/R/packages/tests-devel/awdb/src/rust/document Reason: tried: 'libR.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibR.dylib' (no such file), 'libR.dylib' (no such file), '/Users/ripley/R/packages/tests-devel/awdb/src/libR.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/Users/ripley/R/packages/tests-devel/awdb/src/libR.dylib' (no such file), '/Users/ripley/R/packages/tests-devel/awdb/src/libR.dylib' (no such file) make[1]: *** [rust/target/release/libawdb.a] Abort trap: 6 make[1]: Target `all' not remade because of errors. ERROR: compilation failed for package ‘awdb’ * removing ‘/Users/ripley/R/packages/tests-devel/awdb.Rcheck/awdb’