* installing *source* package ‘ahocorasick’ ...
** this is package ‘ahocorasick’ version ‘0.2.0’
** package ‘ahocorasick’ successfully unpacked and MD5 sums checked
** using staged installation
Using cargo 1.93.0 (083ac5135 2025-12-15)
Using rustc 1.93.0 (254b59607 2026-01-19)
Building for CRAN.
Writing `src/Makevars`.
`tools/config.R` has finished.
** libs
using C compiler: ‘Apple clang version 17.0.0 (clang-1700.3.19.1)’
using SDK: ‘MacOSX14.5.sdk’
clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c entrypoint.c -o entrypoint.o
if [ -d ./vendor ]; then \
echo "=== Using offline vendor directory ==="; \
mkdir -p /Volumes/Builds/packages/sonoma-arm64/results/4.6/ahocorasick.Rcheck/00_pkg_src/ahocorasick/src/.cargo && \
cp rust/vendor-config.toml /Volumes/Builds/packages/sonoma-arm64/results/4.6/ahocorasick.Rcheck/00_pkg_src/ahocorasick/src/.cargo/config.toml; \
elif [ -f ./rust/vendor.tar.xz ]; then \
echo "=== Using offline vendor tarball ==="; \
tar xf rust/vendor.tar.xz && \
mkdir -p /Volumes/Builds/packages/sonoma-arm64/results/4.6/ahocorasick.Rcheck/00_pkg_src/ahocorasick/src/.cargo && \
cp rust/vendor-config.toml /Volumes/Builds/packages/sonoma-arm64/results/4.6/ahocorasick.Rcheck/00_pkg_src/ahocorasick/src/.cargo/config.toml; \
fi
=== Using offline vendor tarball ===
export CARGO_HOME=/Volumes/Builds/packages/sonoma-arm64/results/4.6/ahocorasick.Rcheck/00_pkg_src/ahocorasick/src/.cargo && \
export PATH="/opt/R/arm64/bin:/opt/gfortran/bin:/Applications/CMake.app/CMake.app/Contents/bin:/Library/Frameworks/R.framework/Resources/bin:/opt/gfortran/bin:/opt/R/arm64/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/rbuild/.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.106
Compiling unicode-ident v1.0.24
Compiling quote v1.0.45
Compiling extendr-ffi v0.9.0
Compiling paste v1.0.15
Compiling lazy_static v1.5.0
Compiling extendr-api v0.9.0
Compiling once_cell v1.21.4
Compiling memchr v2.8.0
Compiling aho-corasick v1.1.4
Compiling syn v2.0.117
Compiling extendr-macros v0.9.0
Compiling readonly v0.2.13
Compiling ahocorasick v0.2.0 (/Volumes/Builds/packages/sonoma-arm64/results/4.6/ahocorasick.Rcheck/00_pkg_src/ahocorasick/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 9.32s
# Always clean up CARGOTMP
rm -Rf /Volumes/Builds/packages/sonoma-arm64/results/4.6/ahocorasick.Rcheck/00_pkg_src/ahocorasick/src/.cargo;
clang -arch arm64 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o ahocorasick.so entrypoint.o -L./rust/target/release -lahocorasick -F/Library/Frameworks/R.framework/.. -framework R
rm -Rf /Volumes/Builds/packages/sonoma-arm64/results/4.6/ahocorasick.Rcheck/00_pkg_src/ahocorasick/src/.cargo /Volumes/Builds/packages/sonoma-arm64/results/4.6/ahocorasick.Rcheck/00_pkg_src/ahocorasick/src/vendor ./rust/target
installing to /Volumes/Builds/packages/sonoma-arm64/results/4.6/ahocorasick.Rcheck/00LOCK-ahocorasick/00new/ahocorasick/libs
** generating debug symbols (dSYM)
warning: (arm64) /Volumes/Builds/packages/sonoma-arm64/results/4.6/ahocorasick.Rcheck/00_pkg_src/ahocorasick/src/./rust/target/release/libahocorasick.a(std-c48c539199cbc88b.std.f73b6248ed8abe8b-cgu.0.rcgu.o) unable to open object file: No such file or directory
warning: (arm64) /Volumes/Builds/packages/sonoma-arm64/results/4.6/ahocorasick.Rcheck/00_pkg_src/ahocorasick/src/./rust/target/release/libahocorasick.a(panic_unwind-d69228d077d46f36.panic_unwind.7112f9c795799583-cgu.0.rcgu.o) unable to open object file: No such file or directory
warning: (arm64) /Volumes/Builds/packages/sonoma-arm64/results/4.6/ahocorasick.Rcheck/00_pkg_src/ahocorasick/src/./rust/target/release/libahocorasick.a(hashbrown-9571ba9e0f6c7a90.hashbrown.df8ee38b896356be-cgu.0.rcgu.o) unable to open object file: No such file or directory
warning: (arm64) /Volumes/Builds/packages/sonoma-arm64/results/4.6/ahocorasick.Rcheck/00_pkg_src/ahocorasick/src/./rust/target/release/libahocorasick.a(alloc-14b12edc9f8cd90b.alloc.ef2fe32f695d90ab-cgu.0.rcgu.o) unable to open object file: No such file or directory
warning: (arm64) /Volumes/Builds/packages/sonoma-arm64/results/4.6/ahocorasick.Rcheck/00_pkg_src/ahocorasick/src/./rust/target/release/libahocorasick.a(core-a7a40eb546f9e2b0.core.dab634a26e66240f-cgu.0.rcgu.o) unable to open object file: No such file or directory
warning: (arm64) /Volumes/Builds/packages/sonoma-arm64/results/4.6/ahocorasick.Rcheck/00_pkg_src/ahocorasick/src/./rust/target/release/libahocorasick.a(compiler_builtins-bb76018b1173caf6.compiler_builtins.bb2d8bfdf3b709a9-cgu.014.rcgu.o) unable to open object file: No such file or directory
warning: (arm64) /Volumes/Builds/packages/sonoma-arm64/results/4.6/ahocorasick.Rcheck/00_pkg_src/ahocorasick/src/./rust/target/release/libahocorasick.a(compiler_builtins-bb76018b1173caf6.compiler_builtins.bb2d8bfdf3b709a9-cgu.212.rcgu.o) unable to open object file: No such file or directory
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** 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 (ahocorasick)