* installing to library ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages’
* installing *source* package ‘tergo’ ...
** 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: ‘gcc-14 (Debian 14.2.0-12) 14.2.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmplStKiY/R.INSTALLc6fae12e10e43/tergo/src'
rm -Rf tergo.so entrypoint.o ./rust/.cargo ./rust/target//release/libtergo.a
gcc-14 -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
# 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/RtmplStKiY/R.INSTALLc6fae12e10e43/tergo/src/.cargo" && cd ./rust && cargo build --jobs 1 --lib --release --offline; \
rm -Rf /home/hornik/tmp/scratch/RtmplStKiY/R.INSTALLc6fae12e10e43/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 serde v1.0.215
   Compiling regex-syntax v0.8.5
   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 log v0.4.22
   Compiling anstyle v1.0.10
   Compiling colorchoice v1.0.3
   Compiling anstyle-query v1.1.2
   Compiling anstream v0.6.18
   Compiling env_filter v0.1.2
   Compiling minimal-lexical v0.2.1
   Compiling anyhow v1.0.93
   Compiling humantime v2.1.0
   Compiling env_logger v0.11.5
   Compiling nom v7.1.3
   Compiling libR-sys v0.7.1
   Compiling bytecount v0.6.8
   Compiling nom_locate v4.2.0
   Compiling tergo-tokenizer v0.2.2
   Compiling hashbrown v0.15.1
   Compiling equivalent v1.0.1
   Compiling paste v1.0.15
   Compiling indexmap v2.6.0
   Compiling tergo-parser v0.2.3
   Compiling serde_spanned v0.6.8
   Compiling toml_datetime v0.6.8
   Compiling extendr-api v0.7.1
   Compiling winnow v0.6.20
   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/RtmplStKiY/R.INSTALLc6fae12e10e43/tergo/src/rust)
    Finished `release` profile [optimized] target(s) in 3m 04s
gcc-14 -shared -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -Wl,-O1 -o tergo.so entrypoint.o -L./rust/target//release -ltergo -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmplStKiY/R.INSTALLc6fae12e10e43/tergo/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmplStKiY/R.INSTALLc6fae12e10e43/tergo/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmplStKiY/R.INSTALLc6fae12e10e43/tergo/src'
installing to /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/00LOCK-tergo/00new/tergo/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package ‘tergo’
    finding HTML links ... done
    check_rstudioapi                        html  
    format_code                             html  
    get_config                              html  
    get_default_config                      html  
    style                                   html  
    style_active_file_addin                 html  
    style_file                              html  
    style_pkg                               html  
    style_pkg_addin                         html  
    style_selection_addin                   html  
    style_text                              html  
    tergo-package                           html  
*** 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)