* 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.87.0 (99624be96 2025-05-06) (Fedora 1.87.0-2.fc42)
Using rustc 1.87.0 (17067e9ac 2025-05-09) (Fedora 1.87.0-2.fc42)
Building for CRAN.
Writing `src/Makevars`.
`tools/config.R` has finished.
** libs
using C compiler: ‘gcc (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/h3o/src'
gcc -I"/data/gannet/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 [ -f ./rust/vendor.tar.xz ]; then \
tar xf rust/vendor.tar.xz && \
mkdir -p /data/gannet/ripley/R/packages/tests-devel/h3o/src/.cargo && \
cp rust/vendor-config.toml /data/gannet/ripley/R/packages/tests-devel/h3o/src/.cargo/config.toml; \
fi
export CARGO_HOME=/data/gannet/ripley/R/packages/tests-devel/h3o/src/.cargo && \
export PATH=".:/data/gannet/ripley/bin:/usr/local/texbin:/usr/local/bin:/usr/sbin:/usr/lib64/qt-3.3/bin:/usr/share/Modules/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lib64/openmpi/bin:/data/gannet/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 autocfg v1.4.0
Compiling proc-macro2 v1.0.92
Compiling unicode-ident v1.0.14
Compiling quote v1.0.37
Compiling libm v0.2.11
Compiling syn v2.0.90
Compiling semver v1.0.23
Compiling num-traits v0.2.19
Compiling byteorder v1.5.0
Compiling lock_api v0.4.12
Compiling rustc_version v0.4.1
Compiling stable_deref_trait v1.2.0
Compiling scopeguard v1.2.0
Compiling heapless v0.7.17
Compiling serde v1.0.215
Compiling spin v0.9.8
Compiling serde_derive v1.0.215
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 tiny-keccak v2.0.2
Compiling either v1.13.0
Compiling crossbeam-utils v0.8.20
Compiling cfg-if v1.0.0
Compiling extendr-ffi v0.8.1
Compiling log v0.4.22
Compiling getrandom v0.2.15
Compiling geographiclib-rs v0.2.4
Compiling paste v1.0.15
Compiling version_check v0.9.5
Compiling robust v1.1.0
Compiling once_cell v1.21.3
Compiling float_next_after v1.0.0
Compiling serde_json v1.0.133
Compiling typewit_proc_macros v1.8.1
Compiling heapless v0.8.0
Compiling thiserror v1.0.69
Compiling typewit v1.10.1
Compiling const-random-macro v0.1.16
Compiling ahash v0.8.11
Compiling crossbeam-epoch v0.9.18
Compiling itertools v0.11.0
Compiling thiserror-impl v1.0.69
Compiling hash32 v0.3.1
Compiling rayon-core v1.12.1
Compiling geo-types v0.7.14
Compiling extendr-api v0.8.1
Compiling memchr v2.7.4
Compiling ryu v1.0.18
Compiling itoa v1.0.14
Compiling earcutr v0.4.3
Compiling crossbeam-deque v0.8.5
Compiling const-random v0.1.18
Compiling konst_kernel v0.3.12
Compiling extendr-macros v0.8.1
Compiling const_panic v0.2.10
Compiling zerocopy v0.7.35
Compiling geojson v0.24.1
Compiling konst v0.3.14
Compiling rstar v0.12.2
Compiling geo v0.26.0
Compiling geo v0.27.0
Compiling h3o-bit v0.1.1
Compiling float_eq v1.0.1
Compiling rayon v1.10.0
Compiling h3o v0.5.2
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.2.0 (/data/gannet/ripley/R/packages/tests-devel/h3o/src/rust)
Finished `release` profile [optimized] target(s) in 3m 10s
# Always clean up CARGOTMP
rm -Rf /data/gannet/ripley/R/packages/tests-devel/h3o/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 h3o.so entrypoint.o -L./rust/target/release -lh3o
rm -Rf /data/gannet/ripley/R/packages/tests-devel/h3o/src/.cargo /data/gannet/ripley/R/packages/tests-devel/h3o/src/vendor ./rust/target
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/h3o/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/h3o/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/h3o/src'
installing to /data/gannet/ripley/R/packages/tests-devel/h3o.Rcheck/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)