* installing *source* package ‘rtiktoken’ ... ** this is package ‘rtiktoken’ version ‘0.11.0’ ** using staged installation Using cargo 1.93.1 (083ac5135 2025-12-15) (built from a source tarball) Using rustc 1.93.1 (01f6ddf75 2026-02-11) (built from a source tarball) Building for CRAN. Writing `src/Makevars`. `tools/config.R` has finished. ** libs using C compiler: ‘Debian clang version 21.1.8 (3+b1)’ clang-21 -std=gnu23 -I"/home/hornik/tmp/R-d-clang-21/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c entrypoint.c -o entrypoint.o # Check if NOT_CRAN is false and unzip vendor.tar.xz if so if [ "" != "true" ]; then \ if [ -f ./rust/vendor.tar.xz ]; then \ tar xf rust/vendor.tar.xz && \ mkdir -p /srv/hornik/tmp/CRAN_pretest/rtiktoken.Rcheck/00_pkg_src/rtiktoken/src/.cargo && \ cp rust/vendor-config.toml /srv/hornik/tmp/CRAN_pretest/rtiktoken.Rcheck/00_pkg_src/rtiktoken/src/.cargo/config.toml; \ fi; \ fi export CARGO_HOME=/srv/hornik/tmp/CRAN_pretest/rtiktoken.Rcheck/00_pkg_src/rtiktoken/src/.cargo && \ export PATH="/srv/hornik/tmp/CRAN_pretest/rtiktoken.Rcheck/R_check_bin:/usr/local/bin:/usr/bin:/bin:/home/hornik/.cargo/bin" && \ RUSTFLAGS=" --print=native-static-libs" cargo build -j 2 --offline --lib --release --manifest-path=./rust/Cargo.toml --target-dir ./rust/target Compiling memchr v2.8.0 Compiling proc-macro2 v1.0.106 Compiling unicode-ident v1.0.24 Compiling regex-syntax v0.8.10 Compiling aho-corasick v1.1.4 Compiling quote v1.0.45 Compiling regex-automata v0.4.14 Compiling extendr-ffi v0.8.1 Compiling anyhow v1.0.102 Compiling bit-vec v0.8.0 Compiling paste v1.0.15 Compiling bit-set v0.8.0 Compiling syn v2.0.117 Compiling extendr-api v0.8.1 Compiling extendr-macros v0.8.1 Compiling fancy-regex v0.17.0 Compiling regex v1.12.3 Compiling bstr v1.12.1 Compiling once_cell v1.21.4 Compiling lazy_static v1.5.0 Compiling base64 v0.22.1 Compiling rustc-hash v1.1.0 Compiling tiktoken-rs v0.11.0 Compiling rtiktoken v0.1.0 (/srv/hornik/tmp/CRAN_pretest/rtiktoken.Rcheck/00_pkg_src/rtiktoken/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 32.39s # Always clean up CARGOTMP rm -Rf /srv/hornik/tmp/CRAN_pretest/rtiktoken.Rcheck/00_pkg_src/rtiktoken/src/.cargo; clang-21 -std=gnu23 -shared -L/home/hornik/tmp/R-d-clang-21/lib -Wl,-O1 -o rtiktoken.so entrypoint.o -L./rust/target/release -lrtiktoken -L/home/hornik/tmp/R-d-clang-21/lib -lR rm -Rf /srv/hornik/tmp/CRAN_pretest/rtiktoken.Rcheck/00_pkg_src/rtiktoken/src/.cargo /srv/hornik/tmp/CRAN_pretest/rtiktoken.Rcheck/00_pkg_src/rtiktoken/src/vendor ./rust/target installing to /srv/hornik/tmp/CRAN_pretest/rtiktoken.Rcheck/00LOCK-rtiktoken/00new/rtiktoken/libs ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** 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 (rtiktoken)