* installing *source* package ‘tergo’ ... ** this is package ‘tergo’ version ‘0.1.8’ ** package ‘tergo’ successfully unpacked and MD5 sums checked ** using staged installation *** Checking if cargo is installed *** Cargo, rustup and rustc are installed Found vendored dependencies using Rust package manager: 'cargo 1.84.0 (66221abde 2024-11-19)' using Rust compiler: 'rustc 1.84.0 (9fc6b4312 2025-01-07)' ** libs using C compiler: ‘gcc-14 (GCC) 14.2.0’ make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/tergo/src' rm -Rf tergo.so entrypoint.o ./rust/.cargo ./rust/target//release/libtergo.a gcc-14 -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 # vendoring (Note: to avoid NOTE of "Found the following hidden files and # directories", .cargo needs to be created here) if [ "yes" = "yes" ]; then \ /usr/bin/gtar --extract --xz -f ./rust/vendor.tar.xz -C ./rust && \ mkdir -p ./rust/.cargo && \ cp ./cargo_vendor_config.toml ./rust/.cargo/config.toml; \ fi /usr/bin/gtar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance' . "/data/gannet/ripley/.cargo/env" && export CARGO_HOME="/data/gannet/ripley/R/packages/tests-devel/tergo/src/.cargo" && cd ./rust && cargo build --jobs 1 --lib --release --offline; \ rm -Rf /data/gannet/ripley/R/packages/tests-devel/tergo/src/.cargo ./rust/target//release/build Compiling proc-macro2 v1.0.92 Compiling unicode-ident v1.0.14 Compiling quote v1.0.37 Compiling memchr v2.7.4 Compiling syn v2.0.89 Compiling aho-corasick v1.1.3 Compiling regex-syntax v0.8.5 Compiling serde v1.0.215 Compiling regex-automata v0.4.9 Compiling serde_derive v1.0.215 Compiling utf8parse v0.2.2 Compiling anstyle-parse v0.2.6 Compiling regex v1.11.1 Compiling is_terminal_polyfill v1.70.1 Compiling colorchoice v1.0.3 Compiling anstyle-query v1.1.2 Compiling anstyle v1.0.10 Compiling log v0.4.22 Compiling env_filter v0.1.2 Compiling anstream v0.6.18 Compiling humantime v2.1.0 Compiling minimal-lexical v0.2.1 Compiling anyhow v1.0.93 Compiling nom v7.1.3 Compiling env_logger v0.11.5 Compiling libR-sys v0.7.1 Compiling bytecount v0.6.8 Compiling nom_locate v4.2.0 Compiling tergo-tokenizer v0.2.2 Compiling paste v1.0.15 Compiling hashbrown v0.15.1 Compiling equivalent v1.0.1 Compiling indexmap v2.6.0 Compiling tergo-parser v0.2.3 Compiling toml_datetime v0.6.8 Compiling serde_spanned v0.6.8 Compiling winnow v0.6.20 Compiling extendr-api v0.7.1 Compiling toml_edit v0.22.22 Compiling tergo-formatter v0.2.6 Compiling extendr-macros v0.7.1 Compiling once_cell v1.20.2 Compiling tergo-lib v0.2.8 Compiling toml v0.8.19 Compiling tergo v0.1.2 (/data/gannet/ripley/R/packages/tests-devel/tergo/src/rust) Finished `release` profile [optimized] target(s) in 4m 56s gcc-14 -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/gcc14/lib64 -L/usr/local/lib64 -o tergo.so entrypoint.o -L./rust/target//release -ltergo make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/tergo/src' make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/tergo/src' make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/tergo/src' installing to /data/gannet/ripley/R/packages/tests-devel/tergo.Rcheck/00LOCK-tergo/00new/tergo/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 (tergo)