* installing *source* package ‘enderecobr’ ...
** this is package ‘enderecobr’ version ‘0.6.1’
** package ‘enderecobr’ 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/enderecobr/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/enderecobr/src/.cargo && \
	cp rust/vendor-config.toml /data/localhost/ripley/R/packages/tests-devel/enderecobr/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/enderecobr/src/.cargo && \
	cp rust/vendor-config.toml /data/localhost/ripley/R/packages/tests-devel/enderecobr/src/.cargo/config.toml; \
fi
=== Using offline vendor tarball ===
export CARGO_HOME=/data/localhost/ripley/R/packages/tests-devel/enderecobr/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.105
   Compiling quote v1.0.43
   Compiling unicode-ident v1.0.22
   Compiling memchr v2.7.6
   Compiling extendr-ffi v0.9.0
   Compiling aho-corasick v1.1.4
   Compiling regex-syntax v0.8.11
   Compiling tinyvec_macros v0.1.1
   Compiling paste v1.0.15
   Compiling tinyvec v1.10.0
   Compiling syn v3.0.3
   Compiling syn v2.0.114
   Compiling regex-automata v0.4.18
   Compiling lazy_static v1.5.0
   Compiling extendr-api v0.9.0
   Compiling either v1.15.0
   Compiling itertools v0.15.0
   Compiling readonly v0.2.14
   Compiling unicode-normalization v0.1.25
   Compiling extendr-macros v0.9.0
   Compiling regex v1.13.1
   Compiling diacritics v0.2.2
   Compiling rustc-hash v2.1.3
   Compiling once_cell v1.21.3
   Compiling enderecobr_rs v0.3.0
   Compiling enderecobr v0.1.0 (/data/localhost/ripley/R/packages/tests-devel/enderecobr/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 31.60s
# Regenerate R/extendr-wrappers.R only during devtools::document()
# (roxygen2 sets ROXYGEN_PKG). Never at install time: the `document`
# binary links against libR, which does not exist on R builds without
# --enable-R-shlib (e.g. CRAN's Fedora flavors). Flags mirror the lib
# build above so cargo reuses its fingerprints instead of recompiling.
if [ -n "$ROXYGEN_PKG" ]; then \
	export CARGO_HOME=/data/localhost/ripley/R/packages/tests-devel/enderecobr/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 run -j 2 --offline --bin document --release --manifest-path=./rust/Cargo.toml --target-dir ./rust/target ; \
fi
# Always clean up CARGOTMP
rm -Rf /data/localhost/ripley/R/packages/tests-devel/enderecobr/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 enderecobr.so entrypoint.o -L./rust/target/release -lenderecobr
rm -Rf /data/localhost/ripley/R/packages/tests-devel/enderecobr/src/.cargo /data/localhost/ripley/R/packages/tests-devel/enderecobr/src/vendor ./rust/target
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/enderecobr/src'
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-devel/enderecobr/src'
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-devel/enderecobr/src'
installing to /data/localhost/ripley/R/packages/tests-devel/enderecobr.Rcheck/00LOCK-enderecobr/00new/enderecobr/libs
** 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 (enderecobr)