* installing to library ‘/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages’
* installing *source* package ‘h3o’ ...
** this is package ‘h3o’ version ‘0.3.0’
** package ‘h3o’ successfully unpacked and MD5 sums checked
** using staged installation
Using cargo 1.86.0 (adf9b6ad1 2025-02-28)
Using rustc 1.86.0 (05f9846f8 2025-03-31) (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-5) 14.3.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpQcIel3/R.INSTALL2d7dea47f52b14/h3o/src'
gcc-14 -std=gnu23 -I"/home/hornik/tmp/R.check/r-release-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/RtmpQcIel3/R.INSTALL2d7dea47f52b14/h3o/src/.cargo && \
	cp rust/vendor-config.toml /home/hornik/tmp/scratch/RtmpQcIel3/R.INSTALL2d7dea47f52b14/h3o/src/.cargo/config.toml; \
fi
export CARGO_HOME=/home/hornik/tmp/scratch/RtmpQcIel3/R.INSTALL2d7dea47f52b14/h3o/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 autocfg v1.4.0
   Compiling proc-macro2 v1.0.92
   Compiling unicode-ident v1.0.14
   Compiling libm v0.2.11
   Compiling semver v1.0.23
   Compiling quote v1.0.37
   Compiling syn v2.0.90
   Compiling num-traits v0.2.19
   Compiling byteorder v1.5.0
   Compiling lock_api v0.4.12
   Compiling rustc_version v0.4.1
   Compiling scopeguard v1.2.0
   Compiling stable_deref_trait v1.2.0
   Compiling heapless v0.7.17
   Compiling serde v1.0.215
   Compiling spin v0.9.8
   Compiling hash32 v0.2.1
   Compiling smallvec v1.13.2
   Compiling libc v0.2.167
   Compiling crunchy v0.2.2
   Compiling rstar v0.11.0
   Compiling approx v0.5.1
   Compiling serde_derive v1.0.215
   Compiling crossbeam-utils v0.8.20
   Compiling tiny-keccak v2.0.2
   Compiling either v1.13.0
   Compiling extendr-ffi v0.8.1
   Compiling log v0.4.22
   Compiling cfg-if v1.0.0
   Compiling getrandom v0.2.15
   Compiling geographiclib-rs v0.2.4
   Compiling serde_json v1.0.133
   Compiling paste v1.0.15
   Compiling float_next_after v1.0.0
   Compiling typewit_proc_macros v1.8.1
   Compiling once_cell v1.21.3
   Compiling robust v1.1.0
   Compiling thiserror v1.0.69
   Compiling version_check v0.9.5
   Compiling heapless v0.8.0
   Compiling const-random-macro v0.1.16
   Compiling ahash v0.8.11
   Compiling typewit v1.10.1
   Compiling crossbeam-epoch v0.9.18
   Compiling geo-types v0.7.14
   Compiling itertools v0.11.0
   Compiling thiserror-impl v1.0.69
   Compiling hash32 v0.3.1
   Compiling itoa v1.0.14
   Compiling ryu v1.0.18
   Compiling extendr-api v0.8.1
   Compiling memchr v2.7.4
   Compiling rayon-core v1.12.1
   Compiling earcutr v0.4.3
   Compiling crossbeam-deque v0.8.5
   Compiling konst_kernel v0.3.12
   Compiling const-random v0.1.18
   Compiling extendr-macros v0.8.1
   Compiling zerocopy v0.7.35
   Compiling const_panic v0.2.10
   Compiling konst v0.3.14
   Compiling geojson v0.24.1
   Compiling geo v0.26.0
   Compiling rstar v0.12.2
   Compiling geo v0.27.0
   Compiling h3o-bit v0.1.1
   Compiling float_eq v1.0.1
   Compiling sfconversions v0.4.0
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

   Compiling h3o v0.5.2
   Compiling rayon v1.10.0
   Compiling h3o v0.2.0 (/home/hornik/tmp/scratch/RtmpQcIel3/R.INSTALL2d7dea47f52b14/h3o/src/rust)
    Finished `release` profile [optimized] target(s) in 1m 44s
# Always clean up CARGOTMP
rm -Rf /home/hornik/tmp/scratch/RtmpQcIel3/R.INSTALL2d7dea47f52b14/h3o/src/.cargo;
gcc-14 -std=gnu23 -shared -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -Wl,-O1 -o h3o.so entrypoint.o -L./rust/target/release -lh3o -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -lR
rm -Rf /home/hornik/tmp/scratch/RtmpQcIel3/R.INSTALL2d7dea47f52b14/h3o/src/.cargo /home/hornik/tmp/scratch/RtmpQcIel3/R.INSTALL2d7dea47f52b14/h3o/src/vendor ./rust/target
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpQcIel3/R.INSTALL2d7dea47f52b14/h3o/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpQcIel3/R.INSTALL2d7dea47f52b14/h3o/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpQcIel3/R.INSTALL2d7dea47f52b14/h3o/src'
installing to /home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/00LOCK-h3o/00new/h3o/libs
** R
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** 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 (h3o)