* installing to library ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages’
* installing *source* package ‘fozziejoin’ ...
** this is package ‘fozziejoin’ version ‘0.0.13’
** package ‘fozziejoin’ successfully unpacked and MD5 sums checked
** using staged installation
Using cargo 1.91.1 (ea2d97820 2025-10-10) (built from a source tarball)
Using rustc 1.91.1 (ed61e7d7e 2025-11-07) (built from a source tarball)
Building for CRAN.
Writing `src/Makevars`.
`tools/config.R` has finished.
** libs
using C compiler: ‘gcc-14 (Debian 14.3.0-12) 14.3.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpBPS2Iz/R.INSTALL138e6f46d12fa2/fozziejoin/src'
gcc-14 -std=gnu23 -I"/home/hornik/tmp/R.check/r-patched-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
if [ -f ./rust/vendor.tar.xz ]; then \
	tar xf rust/vendor.tar.xz && \
	mkdir -p /home/hornik/tmp/scratch/RtmpBPS2Iz/R.INSTALL138e6f46d12fa2/fozziejoin/src/.cargo && \
	cp rust/vendor-config.toml /home/hornik/tmp/scratch/RtmpBPS2Iz/R.INSTALL138e6f46d12fa2/fozziejoin/src/.cargo/config.toml; \
fi
export CARGO_HOME=/home/hornik/tmp/scratch/RtmpBPS2Iz/R.INSTALL138e6f46d12fa2/fozziejoin/src/.cargo && \
export PATH="/home/hornik/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 proc-macro2 v1.0.101
   Compiling crossbeam-utils v0.8.21
   Compiling unicode-ident v1.0.19
   Compiling quote v1.0.41
   Compiling autocfg v1.5.0
   Compiling extendr-ffi v0.8.1
   Compiling num-traits v0.2.19
   Compiling crossbeam-epoch v0.9.18
   Compiling rayon-core v1.12.1
   Compiling memchr v2.7.6
   Compiling paste v1.0.15
   Compiling crossbeam-deque v0.8.6
   Compiling syn v2.0.106
   Compiling aho-corasick v1.1.3
   Compiling extendr-api v0.8.1
   Compiling regex-syntax v0.8.6
   Compiling either v1.15.0
   Compiling anyhow v1.0.100
   Compiling regex-automata v0.4.11
   Compiling extendr-macros v0.8.1
   Compiling once_cell v1.21.3
   Compiling rayon v1.10.0
   Compiling ordered-float v5.1.0
   Compiling regex v1.11.3
   Compiling itertools v0.14.0
   Compiling rustc-hash v2.1.1
   Compiling rapidfuzz v0.5.0
   Compiling interavl v0.3.0
   Compiling fozziejoin v0.1.0 (/home/hornik/tmp/scratch/RtmpBPS2Iz/R.INSTALL138e6f46d12fa2/fozziejoin/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 1m 34s
# Always clean up CARGOTMP
rm -Rf /home/hornik/tmp/scratch/RtmpBPS2Iz/R.INSTALL138e6f46d12fa2/fozziejoin/src/.cargo;
gcc-14 -std=gnu23 -shared -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -Wl,-O1 -o fozziejoin.so entrypoint.o -L./rust/target/release -lfozziejoin -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -lR
rm -Rf /home/hornik/tmp/scratch/RtmpBPS2Iz/R.INSTALL138e6f46d12fa2/fozziejoin/src/.cargo /home/hornik/tmp/scratch/RtmpBPS2Iz/R.INSTALL138e6f46d12fa2/fozziejoin/src/vendor ./rust/target
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpBPS2Iz/R.INSTALL138e6f46d12fa2/fozziejoin/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpBPS2Iz/R.INSTALL138e6f46d12fa2/fozziejoin/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpBPS2Iz/R.INSTALL138e6f46d12fa2/fozziejoin/src'
installing to /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/00LOCK-fozziejoin/00new/fozziejoin/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package ‘fozziejoin’
    finding HTML links ... done
    fozzie_difference_join_family           html  
    fozzie_distance_join_family             html  
    fozzie_interval_join_family             html  
    fozzie_regex_join_family                html  
    fozzie_string_join_family               html  
    fozzie_temporal_interval_join_family    html  
    fozzie_temporal_join_family             html  
    fozziejoin-package                      html  
    get_nthread_default                     html  
    normalize_by                            html  
    test_df                                 html  
** 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 (fozziejoin)