* installing *source* package ‘zmij’ ... ** this is package ‘zmij’ version ‘0.1.0’ ** package ‘zmij’ 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/zmij/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/zmij/src/.cargo && \ cp rust/vendor-config.toml /data/localhost/ripley/R/packages/tests-clang/zmij/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/zmij/src/.cargo && \ cp rust/vendor-config.toml /data/localhost/ripley/R/packages/tests-clang/zmij/src/.cargo/config.toml; \ fi === Using offline vendor tarball === export CARGO_HOME=/data/localhost/ripley/R/packages/tests-clang/zmij/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.24 Compiling extendr-ffi v0.9.0 Compiling paste v1.0.15 Compiling syn v2.0.119 Compiling syn v3.0.3 Compiling lazy_static v1.5.0 Compiling extendr-api v0.9.0 Compiling zmij v1.0.23 Compiling readonly v0.2.14 Compiling once_cell v1.21.4 Compiling extendr-macros v0.9.0 Compiling zmij v0.1.0 (/data/localhost/ripley/R/packages/tests-clang/zmij/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 18.97s # R/extendr-wrappers.R and src/entrypoint.c are generated during # development and shipped with the package. Regenerating them at install # time is unnecessary and is not portable across Rust host/target setups. # Always clean up CARGOTMP rm -Rf /data/localhost/ripley/R/packages/tests-clang/zmij/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 zmij.so entrypoint.o -L./rust/target/release -lzmij rm -Rf /data/localhost/ripley/R/packages/tests-clang/zmij/src/.cargo /data/localhost/ripley/R/packages/tests-clang/zmij/src/vendor ./rust/target make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-clang/zmij/src' make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-clang/zmij/src' make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-clang/zmij/src' installing to /data/localhost/ripley/R/packages/tests-clang/zmij.Rcheck/00LOCK-zmij/00new/zmij/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 (zmij)