* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* 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) (built from a source tarball)'
** libs
using C compiler: ‘Debian clang version 19.1.6 (1+b1)’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpxZEY9r/R.INSTALL154f7712d9ddc6/tergo/src'
rm -Rf tergo.so entrypoint.o ./rust/.cargo ./rust/target//release/libtergo.a
clang-19 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -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/tar --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/tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
export CARGO_HOME="/home/hornik/tmp/scratch/RtmpxZEY9r/R.INSTALL154f7712d9ddc6/tergo/src/.cargo" && cd ./rust && cargo build --jobs 1 --lib --release --offline; \
rm -Rf /home/hornik/tmp/scratch/RtmpxZEY9r/R.INSTALL154f7712d9ddc6/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 log v0.4.22
   Compiling is_terminal_polyfill v1.70.1
   Compiling anstyle-query v1.1.2
   Compiling colorchoice v1.0.3
   Compiling anstyle v1.0.10
   Compiling anstream v0.6.18
   Compiling env_filter v0.1.2
   Compiling anyhow v1.0.93
   Compiling humantime v2.1.0
   Compiling minimal-lexical v0.2.1
   Compiling nom v7.1.3
   Compiling env_logger v0.11.5
   Compiling bytecount v0.6.8
   Compiling libR-sys v0.7.1
   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 (/home/hornik/tmp/scratch/RtmpxZEY9r/R.INSTALL154f7712d9ddc6/tergo/src/rust)
    Finished `release` profile [optimized] target(s) in 3m 05s
clang-19 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o tergo.so entrypoint.o -L./rust/target//release -ltergo -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpxZEY9r/R.INSTALL154f7712d9ddc6/tergo/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpxZEY9r/R.INSTALL154f7712d9ddc6/tergo/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpxZEY9r/R.INSTALL154f7712d9ddc6/tergo/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/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)