* installing *source* package ‘tantivyr’ ...
** this is package ‘tantivyr’ version ‘0.1.1’
** package ‘tantivyr’ successfully unpacked and MD5 sums checked
** using staged installation
Using cargo 1.98.1 (797e8a9bc 2026-08-05) (Fedora 1.98.1-1.fc44)
Using rustc 1.98.1 (48a229cea 2026-09-01) (Fedora 1.98.1-1.fc44)
Building for CRAN.
Writing `src/Makevars`.
`tools/config.R` has finished.
** libs
using C compiler: ‘clang version 23.1.1’
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-clang/tantivyr/src'
/usr/local/clang23/bin/clang-23 -std=gnu23 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG -isystem /usr/local/clang23/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c entrypoint.c -o entrypoint.o
if [ -d ./vendor ]; then \
echo "=== Using offline vendor directory ==="; \
mkdir -p /data/localhost/ripley/R/packages/tests-clang/tantivyr/src/.cargo && \
cp rust/vendor-config.toml /data/localhost/ripley/R/packages/tests-clang/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 /data/localhost/ripley/R/packages/tests-clang/tantivyr/src/.cargo && \
cp rust/vendor-config.toml /data/localhost/ripley/R/packages/tests-clang/tantivyr/src/.cargo/config.toml; \
fi
=== Using offline vendor tarball ===
export CARGO_HOME=/data/localhost/ripley/R/packages/tests-clang/tantivyr/src/.cargo && \
export PATH="/usr/local/clang/bin:/data/localhost/ripley/bin:/usr/local/bin:/usr/local/texbin:/usr/sbin:/usr/lib64/qt-3.3/bin:/usr/share/Modules/bin:/usr/bin:/bin:/usr/sbin:/sbin:/data/localhost/ripley/.composer/vendor/bin:/usr/lib64/openmpi/bin:/data/localhost/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 quote v1.0.47
Compiling unicode-ident v1.0.26
Compiling libc v0.2.189
Compiling syn v3.0.6
Compiling serde_core v1.0.229
Compiling serde v1.0.229
Compiling shlex v2.0.1
Compiling jobserver v0.1.35
Compiling find-msvc-tools v0.1.13
Compiling cc v1.4.7
Compiling pkg-config v0.3.34
Compiling crossbeam-utils v0.8.23
Compiling crunchy v0.2.4
Compiling deranged v0.5.8
Compiling time-core v0.1.9
Compiling stable_deref_trait v1.2.1
Compiling zstd-safe v7.3.0
Compiling autocfg v1.5.1
Compiling ident_case v1.0.1
Compiling strsim v0.11.1
Compiling num-conv v0.2.2
Compiling crossbeam-epoch v0.9.21
Compiling byteorder v1.5.0
Compiling zstd-sys v2.1.0+zstd.1.5.7
Compiling powerfmt v0.2.0
Compiling regex-syntax v0.8.11
Compiling time v0.3.55
Compiling num-traits v0.2.19
Compiling serde_derive v1.0.229
Compiling async-trait v0.1.92
Compiling darling_core v0.24.1
Compiling ownedbytes v0.9.0
Compiling cfg-if v1.0.5
Compiling getrandom v0.4.3
Compiling memchr v2.8.3
Compiling rustix v1.1.5
Compiling typeid v1.0.3
Compiling zmij v1.0.23
Compiling prettyplease v0.3.0
Compiling crossbeam-deque v0.8.8
Compiling either v1.18.0
Compiling darling_macro v0.24.1
Compiling bitpacking v0.9.3
Compiling futures-macro v0.3.34
Compiling tantivy-common v0.11.0
Compiling slab v0.4.12
Compiling rayon-core v1.13.0
Compiling futures-task v0.3.34
Compiling rustversion v1.0.23
Compiling futures-core v0.3.34
Compiling bitflags v2.13.2
Compiling extendr-ffi v0.9.0
Compiling linux-raw-sys v0.12.1
Compiling utf8-ranges v1.0.5
Compiling pin-project-lite v0.2.17
Compiling erased-serde v0.4.10
Compiling serde_json v1.0.151
Compiling once_cell v1.21.4
Compiling futures-util v0.3.34
Compiling tantivy-fst v0.5.0
Compiling darling v0.24.1
Compiling itertools v0.14.0
Compiling foldhash v0.2.0
Compiling crc32fast v1.5.2
Compiling typetag v0.2.23
Compiling equivalent v1.0.2
Compiling itoa v1.0.18
Compiling paste v1.0.15
Compiling minimal-lexical v0.2.1
Compiling murmurhash32 v0.3.1
Compiling thiserror v2.0.20
Compiling allocator-api2 v0.2.21
Compiling bon-macros v3.10.1
Compiling nom v7.1.3
Compiling tantivy-stacker v0.7.0
Compiling hashbrown v0.16.1
Compiling ordered-float v5.3.0
Compiling regex-automata v0.4.18
Compiling thiserror-impl v2.0.20
Compiling typetag-impl v0.2.23
Compiling syn v2.0.119
Compiling extendr-api v0.9.0
Compiling fnv v1.0.7
Compiling fastdivide v0.4.2
Compiling lazy_static v1.5.0
Compiling downcast-rs v2.0.2
Compiling fastrand v2.5.0
Compiling log v0.4.34
Compiling inventory v0.3.24
Compiling measure_time v0.9.0
Compiling tempfile v3.27.0
Compiling tantivy-query-grammar v0.26.0
Compiling regex v1.13.1
Compiling arc-swap v1.9.2
Compiling rayon v1.12.0
Compiling lru v0.16.4
Compiling bon v3.10.1
Compiling uuid v1.26.1
Compiling fs4 v0.13.1
Compiling rust-stemmers v1.2.0
Compiling tantivy-tokenizer-api v0.7.0
Compiling sketches-ddsketch v0.4.1
Compiling aho-corasick v1.1.5
Compiling tantivy-bitpacker v0.10.0
Compiling memmap2 v0.9.11
Compiling readonly v0.2.14
Compiling crossbeam-channel v0.5.17
Compiling extendr-macros v0.9.0
Compiling lz4_flex v0.13.1
Compiling census v0.4.2
Compiling oneshot v0.1.13
Compiling smallvec v1.16.1
Compiling levenshtein_automata v0.2.1
Compiling datasketches v0.2.0
Compiling base64 v0.22.1
Compiling rustc-hash v2.1.3
Compiling htmlescape v0.3.1
Compiling zstd v0.13.3
Compiling tantivy-sstable v0.7.0
Compiling tantivy-columnar v0.7.0
Compiling tantivy v0.26.2
Compiling tantivyr v0.1.1 (/data/localhost/ripley/R/packages/tests-clang/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: -lR -lgcc_s -lutil -lrt -lpthread -lm -ldl -lc
Finished `release` profile [optimized] target(s) in 3m 28s
# 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 /data/localhost/ripley/R/packages/tests-clang/tantivyr/src/.cargo;
/usr/local/clang23/bin/clang-23 -std=gnu23 -shared -L/usr/local/clang/lib64 -L/usr/local/clang23/lib -L/usr/local/clang23/lib/x86_64-unknown-linux-gnu -L/usr/local/lib64 -o tantivyr.so entrypoint.o -L./rust/target/release -ltantivyr
rm -Rf /data/localhost/ripley/R/packages/tests-clang/tantivyr/src/.cargo /data/localhost/ripley/R/packages/tests-clang/tantivyr/src/vendor ./rust/target
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-clang/tantivyr/src'
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-clang/tantivyr/src'
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-clang/tantivyr/src'
installing to /data/localhost/ripley/R/packages/tests-clang/tantivyr.Rcheck/00LOCK-tantivyr/00new/tantivyr/libs
** R
** data
*** moving datasets to lazyload DB
** 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)