* installing *source* package ‘tantivyr’ ...
** this is package ‘tantivyr’ version ‘0.1.0’
** package ‘tantivyr’ 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 14.0.3 (clang-1403.0.22.14.1)’
using SDK: ‘MacOSX11.3.1.sdk’
clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/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/big-sur-x86_64/results/4.5/tantivyr.Rcheck/00_pkg_src/tantivyr/src/.cargo && \
		cp rust/vendor-config.toml /Volumes/Builds/packages/big-sur-x86_64/results/4.5/tantivyr.Rcheck/00_pkg_src/tantivyr/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/big-sur-x86_64/results/4.5/tantivyr.Rcheck/00_pkg_src/tantivyr/src/.cargo && \
		cp rust/vendor-config.toml /Volumes/Builds/packages/big-sur-x86_64/results/4.5/tantivyr.Rcheck/00_pkg_src/tantivyr/src/.cargo/config.toml; \
	fi
=== Using offline vendor tarball ===
export CARGO_HOME=/Volumes/Builds/packages/big-sur-x86_64/results/4.5/tantivyr.Rcheck/00_pkg_src/tantivyr/src/.cargo && \
	export PATH="/opt/R/x86_64/bin:/opt/gfortran/bin:/Applications/CMake.app/CMake.app/Contents/bin:/Library/Frameworks/R.framework/Resources/bin:/opt/gfortran/bin:/opt/R/x86_64/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/TeX/texbin:/usr/local/go/bin:/opt/X11/bin:/Library/Apple/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Users/urbanek/.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.46
   Compiling libc v0.2.186
   Compiling serde_core v1.0.228
   Compiling serde v1.0.228
   Compiling shlex v2.0.1
   Compiling find-msvc-tools v0.1.9
   Compiling pkg-config v0.3.33
   Compiling crossbeam-utils v0.8.21
   Compiling crunchy v0.2.4
   Compiling syn v2.0.118
   Compiling jobserver v0.1.34
   Compiling stable_deref_trait v1.2.1
   Compiling num-conv v0.2.2
   Compiling ident_case v1.0.1
   Compiling cc v1.2.65
   Compiling autocfg v1.5.1
   Compiling regex-syntax v0.8.11
   Compiling rustversion v1.0.22
   Compiling zstd-safe v7.2.4
   Compiling time-core v0.1.9
   Compiling strsim v0.11.1
   Compiling powerfmt v0.2.0
   Compiling byteorder v1.5.0
   Compiling num-traits v0.2.19
   Compiling ownedbytes v0.9.0
   Compiling typeid v1.0.3
   Compiling cfg-if v1.0.4
   Compiling zmij v1.0.21
   Compiling prettyplease v0.2.37
   Compiling rustix v1.1.4
   Compiling memchr v2.8.2
   Compiling either v1.16.0
   Compiling zstd-sys v2.0.16+zstd.1.5.7
   Compiling getrandom v0.4.3
   Compiling deranged v0.5.8
   Compiling bitpacking v0.9.3
   Compiling time v0.3.51
   Compiling crossbeam-epoch v0.9.18
   Compiling darling_core v0.23.0
   Compiling serde_derive v1.0.228
   Compiling async-trait v0.1.89
   Compiling darling_macro v0.23.0
   Compiling futures-macro v0.3.32
   Compiling errno v0.3.14
   Compiling slab v0.4.12
   Compiling pin-project-lite v0.2.17
   Compiling extendr-ffi v0.9.0
   Compiling erased-serde v0.4.10
   Compiling futures-task v0.3.32
   Compiling once_cell v1.21.4
   Compiling serde_json v1.0.150
   Compiling rayon-core v1.13.0
   Compiling utf8-ranges v1.0.5
   Compiling bitflags v2.13.0
   Compiling futures-core v0.3.32
   Compiling futures-util v0.3.32
   Compiling tantivy-common v0.11.0
   Compiling tantivy-fst v0.5.0
   Compiling darling v0.23.0
   Compiling crossbeam-deque v0.8.6
   Compiling itertools v0.14.0
   Compiling thiserror v2.0.18
   Compiling typetag v0.2.22
   Compiling crc32fast v1.5.0
   Compiling murmurhash32 v0.3.1
   Compiling foldhash v0.2.0
   Compiling minimal-lexical v0.2.1
   Compiling paste v1.0.15
   Compiling itoa v1.0.18
   Compiling equivalent v1.0.2
   Compiling allocator-api2 v0.2.21
   Compiling ordered-float v5.3.0
   Compiling hashbrown v0.16.1
   Compiling nom v7.1.3
   Compiling tantivy-stacker v0.7.0
   Compiling bon-macros v3.9.3
   Compiling thiserror-impl v2.0.18
   Compiling typetag-impl v0.2.22
   Compiling regex-automata v0.4.14
   Compiling lazy_static v1.5.0
   Compiling inventory v0.3.24
   Compiling log v0.4.33
   Compiling extendr-api v0.9.0
   Compiling downcast-rs v2.0.2
   Compiling fastrand v2.4.1
   Compiling fastdivide v0.4.2
   Compiling fnv v1.0.7
   Compiling tantivy-query-grammar v0.26.0
   Compiling tempfile v3.27.0
   Compiling tantivy-bitpacker v0.10.0
   Compiling measure_time v0.9.0
   Compiling regex v1.12.4
   Compiling bon v3.9.3
   Compiling extendr-macros v0.9.0
   Compiling rayon v1.12.0
   Compiling lru v0.16.4
   Compiling uuid v1.23.4
   Compiling fs4 v0.13.1
   Compiling sketches-ddsketch v0.4.0
   Compiling rust-stemmers v1.2.0
   Compiling tantivy-tokenizer-api v0.7.0
   Compiling readonly v0.2.13
   Compiling arc-swap v1.9.1
   Compiling aho-corasick v1.1.4
   Compiling crossbeam-channel v0.5.15
   Compiling memmap2 v0.9.11
   Compiling base64 v0.22.1
   Compiling oneshot v0.1.13
   Compiling census v0.4.2
   Compiling lz4_flex v0.13.1
   Compiling smallvec v1.15.2
   Compiling htmlescape v0.3.1
   Compiling levenshtein_automata v0.2.1
   Compiling datasketches v0.2.0
   Compiling rustc-hash v2.1.2
   Compiling zstd v0.13.3
   Compiling tantivy-sstable v0.7.0
   Compiling tantivy-columnar v0.7.0
   Compiling tantivy v0.26.1
   Compiling tantivyr v0.1.0 (/Volumes/Builds/packages/big-sur-x86_64/results/4.5/tantivyr.Rcheck/00_pkg_src/tantivyr/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: -liconv -lR -lSystem -lc -lm

    Finished `release` profile [optimized] target(s) in 6m 20s
# Note: the R wrappers (R/extendr-wrappers.R) are generated at development
# time with `rextendr::document()` and shipped in the package, so there is no
# need (and on some platforms it is harmful) to regenerate them at install
# time. Only the static library is built here.
# Always clean up CARGOTMP
rm -Rf /Volumes/Builds/packages/big-sur-x86_64/results/4.5/tantivyr.Rcheck/00_pkg_src/tantivyr/src/.cargo;
clang -arch x86_64 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/x86_64/lib -o tantivyr.so entrypoint.o -L./rust/target/release -ltantivyr -F/Library/Frameworks/R.framework/.. -framework R
rm -Rf /Volumes/Builds/packages/big-sur-x86_64/results/4.5/tantivyr.Rcheck/00_pkg_src/tantivyr/src/.cargo /Volumes/Builds/packages/big-sur-x86_64/results/4.5/tantivyr.Rcheck/00_pkg_src/tantivyr/src/vendor ./rust/target
installing to /Volumes/Builds/packages/big-sur-x86_64/results/4.5/tantivyr.Rcheck/00LOCK-tantivyr/00new/tantivyr/libs
** generating debug symbols (dSYM)
warning: (x86_64) /Volumes/Builds/packages/big-sur-x86_64/results/4.5/tantivyr.Rcheck/00_pkg_src/tantivyr/src/./rust/target/release/libtantivyr.a(std-80c57efd13e5c60f.std.6723c73a6a2c3812-cgu.0.rcgu.o) unable to open object file: No such file or directory
warning: (x86_64) /Volumes/Builds/packages/big-sur-x86_64/results/4.5/tantivyr.Rcheck/00_pkg_src/tantivyr/src/./rust/target/release/libtantivyr.a(panic_unwind-609eec6b68420c23.panic_unwind.8a11b8e3a536324e-cgu.0.rcgu.o) unable to open object file: No such file or directory
warning: (x86_64) /Volumes/Builds/packages/big-sur-x86_64/results/4.5/tantivyr.Rcheck/00_pkg_src/tantivyr/src/./rust/target/release/libtantivyr.a(memchr-7633c0af176ce18f.memchr.62151324e58f9a71-cgu.0.rcgu.o) unable to open object file: No such file or directory
warning: (x86_64) /Volumes/Builds/packages/big-sur-x86_64/results/4.5/tantivyr.Rcheck/00_pkg_src/tantivyr/src/./rust/target/release/libtantivyr.a(std_detect-3d2b83b4ef271faf.std_detect.f484fbc3183826d-cgu.0.rcgu.o) unable to open object file: No such file or directory
warning: (x86_64) /Volumes/Builds/packages/big-sur-x86_64/results/4.5/tantivyr.Rcheck/00_pkg_src/tantivyr/src/./rust/target/release/libtantivyr.a(hashbrown-d63660a4bacc6e0d.hashbrown.d999ac00aa297d90-cgu.0.rcgu.o) unable to open object file: No such file or directory
warning: (x86_64) /Volumes/Builds/packages/big-sur-x86_64/results/4.5/tantivyr.Rcheck/00_pkg_src/tantivyr/src/./rust/target/release/libtantivyr.a(alloc-2ae10ae5c48735a7.alloc.cd66f8b944d0d1ee-cgu.0.rcgu.o) unable to open object file: No such file or directory
warning: (x86_64) /Volumes/Builds/packages/big-sur-x86_64/results/4.5/tantivyr.Rcheck/00_pkg_src/tantivyr/src/./rust/target/release/libtantivyr.a(core-ebd38e986244aca3.core.35ed32324c362c64-cgu.0.rcgu.o) unable to open object file: No such file or directory
warning: (x86_64) /Volumes/Builds/packages/big-sur-x86_64/results/4.5/tantivyr.Rcheck/00_pkg_src/tantivyr/src/./rust/target/release/libtantivyr.a(compiler_builtins-5f28702a8bd39742.compiler_builtins.3e851ac2cc681d13-cgu.030.rcgu.o) unable to open object file: No such file or directory
warning: (x86_64) /Volumes/Builds/packages/big-sur-x86_64/results/4.5/tantivyr.Rcheck/00_pkg_src/tantivyr/src/./rust/target/release/libtantivyr.a(compiler_builtins-5f28702a8bd39742.compiler_builtins.3e851ac2cc681d13-cgu.087.rcgu.o) unable to open object file: No such file or directory
warning: (x86_64) /Volumes/Builds/packages/big-sur-x86_64/results/4.5/tantivyr.Rcheck/00_pkg_src/tantivyr/src/./rust/target/release/libtantivyr.a(compiler_builtins-5f28702a8bd39742.compiler_builtins.3e851ac2cc681d13-cgu.090.rcgu.o) unable to open object file: No such file or directory
warning: (x86_64) /Volumes/Builds/packages/big-sur-x86_64/results/4.5/tantivyr.Rcheck/00_pkg_src/tantivyr/src/./rust/target/release/libtantivyr.a(compiler_builtins-5f28702a8bd39742.compiler_builtins.3e851ac2cc681d13-cgu.127.rcgu.o) unable to open object file: No such file or directory
warning: (x86_64) /Volumes/Builds/packages/big-sur-x86_64/results/4.5/tantivyr.Rcheck/00_pkg_src/tantivyr/src/./rust/target/release/libtantivyr.a(compiler_builtins-5f28702a8bd39742.compiler_builtins.3e851ac2cc681d13-cgu.163.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
*** copying figures
** 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 (tantivyr)