* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’
* installing *source* package ‘churon’ ...
** this is package ‘churon’ version ‘0.1.12’
** package ‘churon’ successfully unpacked and MD5 sums checked
** using staged installation
Using cargo 1.95.0 and rustc 1.95.0.
** libs
using C compiler: ‘gcc-16 (Debian 16.2.0-3) 16.2.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpZoJsse/R.INSTALLe5b2a3287771b/churon/src'
rm -Rf churon.so ./rust/target/release/libchuron.a entrypoint.o
gcc-16 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c entrypoint.c -o entrypoint.o
# Check rustc version
rustc --version
rustc 1.95.0 (59807616e 2026-04-14) (built from a source tarball)
# Vendor setup: extract vendored crates and configure cargo
if [ -f ./rust/vendor.tar.xz ]; then \
tar -xf ./rust/vendor.tar.xz -C /home/hornik/tmp/scratch/RtmpZoJsse/R.INSTALLe5b2a3287771b/churon/src && \
mkdir -p /home/hornik/tmp/scratch/RtmpZoJsse/R.INSTALLe5b2a3287771b/churon/src/.cargo && \
cp ./rust/vendor-config.toml /home/hornik/tmp/scratch/RtmpZoJsse/R.INSTALLe5b2a3287771b/churon/src/.cargo/config.toml; \
fi
# Load ONNX Runtime environment variables
if [ -f "ort_config.env" ]; then \
. ./ort_config.env; \
fi; \
# In some environments, ~/.cargo/bin might not be included in PATH, so we need
# to set it here to ensure cargo can be invoked. It is appended to PATH and
# therefore is only used if cargo is absent from the user's PATH.
if [ "" != "true" ]; then \
export CARGO_HOME=/home/hornik/tmp/scratch/RtmpZoJsse/R.INSTALLe5b2a3287771b/churon/src/.cargo; \
fi && \
export PATH="/home/hornik/bin:/usr/local/bin:/usr/bin:/bin:/home/hornik/.cargo/bin" && \
if [ -f "ort_config.env" ]; then . ./ort_config.env; fi && \
if [ -f ./rust/vendor.tar.xz ]; then \
cargo build --jobs 2 --lib --release --offline --manifest-path=./rust/Cargo.toml --target-dir ./rust/target; \
else \
cargo build --jobs 2 --lib --release --manifest-path=./rust/Cargo.toml --target-dir ./rust/target; \
fi
Compiling autocfg v1.5.0
Compiling proc-macro2 v1.0.107
Compiling num-traits v0.2.19
Compiling quote v1.0.47
Compiling unicode-ident v1.0.18
Compiling matrixmultiply v0.3.10
Compiling rawpointer v0.2.1
Compiling num-integer v0.1.46
Compiling num-complex v0.4.6
Compiling extendr-ffi v0.9.0
Compiling paste v1.0.15
Compiling ort-sys v2.0.0-rc.13
Compiling syn v2.0.114
Compiling syn v3.0.4
Compiling extendr-api v0.9.0
Compiling lazy_static v1.5.0
Compiling cfg-if v1.0.1
Compiling libloading v0.9.0
Compiling readonly v0.2.14
Compiling extendr-macros v0.9.0
Compiling ndarray v0.17.2
Compiling ndarray v0.16.1
Compiling smallvec v1.15.2
Compiling once_cell v1.21.3
Compiling ort v2.0.0-rc.13
Compiling churon v0.1.0 (/home/hornik/tmp/scratch/RtmpZoJsse/R.INSTALLe5b2a3287771b/churon/src/rust)
Finished `release` profile [optimized] target(s) in 50.82s
if [ "" != "true" ]; then \
rm -Rf /home/hornik/tmp/scratch/RtmpZoJsse/R.INSTALLe5b2a3287771b/churon/src/.cargo && \
rm -Rf ./rust/target/release/build; \
fi
gcc-16 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o churon.so entrypoint.o -L./rust/target/release -lchuron -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpZoJsse/R.INSTALLe5b2a3287771b/churon/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpZoJsse/R.INSTALLe5b2a3287771b/churon/src'
/usr/bin/nm: apple_versioning.c.o: no symbols
/usr/bin/nm: os_version_check.c.o: no symbols
/usr/bin/nm: trampoline_setup.c.o: no symbols
/usr/bin/nm: truncxfbf2.c.o: no symbols
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpZoJsse/R.INSTALLe5b2a3287771b/churon/src'
installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/00LOCK-churon/00new/churon/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 (churon)