* 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: ‘gcc (GCC) 16.2.1 20260819 (Red Hat 16.2.1-2)’ make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/zmij/src' gcc -I"/data/localhost/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c entrypoint.c -o entrypoint.o if [ -d ./vendor ]; then \ echo "=== Using offline vendor directory ==="; \ mkdir -p /data/localhost/ripley/R/packages/tests-devel/zmij/src/.cargo && \ cp rust/vendor-config.toml /data/localhost/ripley/R/packages/tests-devel/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-devel/zmij/src/.cargo && \ cp rust/vendor-config.toml /data/localhost/ripley/R/packages/tests-devel/zmij/src/.cargo/config.toml; \ fi === Using offline vendor tarball === export CARGO_HOME=/data/localhost/ripley/R/packages/tests-devel/zmij/src/.cargo && \ export PATH="/data/localhost/ripley/bin:/data/localhost/ripley/bin2:/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 v3.0.3 Compiling syn v2.0.119 Compiling zmij v1.0.23 Compiling extendr-api v0.9.0 Compiling lazy_static v1.5.0 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-devel/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.36s # 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-devel/zmij/src/.cargo; gcc -shared -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fpic -L/usr/local/lib64 -o zmij.so entrypoint.o -L./rust/target/release -lzmij rm -Rf /data/localhost/ripley/R/packages/tests-devel/zmij/src/.cargo /data/localhost/ripley/R/packages/tests-devel/zmij/src/vendor ./rust/target make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/zmij/src' make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/zmij/src' make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/zmij/src' installing to /data/localhost/ripley/R/packages/tests-devel/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)