* 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.1 (66221abde 2024-11-19)' using Rust compiler: 'rustc 1.84.1 (e71f9a9a9 2025-01-27)' ** libs using C compiler: ‘Apple clang version 14.0.3 (clang-1403.0.22.14.1)’ using SDK: ‘MacOSX11.3.sdk’ rm -Rf tergo.so entrypoint.o ./rust/.cargo ./rust/target//release/libtergo.a clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -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 . "/Users/urbanek/.cargo/env" && export CARGO_HOME="/Volumes/Builds/packages/big-sur-x86_64/results/4.3/tergo.Rcheck/00_pkg_src/tergo/src/.cargo" && cd ./rust && cargo build --jobs 1 --lib --release --offline; \ rm -Rf /Volumes/Builds/packages/big-sur-x86_64/results/4.3/tergo.Rcheck/00_pkg_src/tergo/src/.cargo ./rust/target//release/build 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 proc-macro2 v1.0.92 Compiling unicode-ident v1.0.14 Compiling memchr v2.7.4 Compiling serde v1.0.215 Compiling regex-syntax v0.8.5 Compiling utf8parse v0.2.2 Compiling anstyle-parse v0.2.6 Compiling anstyle v1.0.10 Compiling is_terminal_polyfill v1.70.1 Compiling colorchoice v1.0.3 Compiling anstyle-query v1.1.2 Compiling log v0.4.22 Compiling anstream v0.6.18 Compiling minimal-lexical v0.2.1 Compiling humantime v2.1.0 Compiling anyhow v1.0.93 Compiling libR-sys v0.7.1 Compiling bytecount v0.6.8 Compiling aho-corasick v1.1.3 Compiling nom v7.1.3 Compiling quote v1.0.37 Compiling syn v2.0.89 Compiling paste v1.0.15 Compiling hashbrown v0.15.1 Compiling equivalent v1.0.1 Compiling regex-automata v0.4.9 Compiling indexmap v2.6.0 Compiling nom_locate v4.2.0 Compiling winnow v0.6.20 Compiling extendr-api v0.7.1 Compiling once_cell v1.20.2 Compiling regex v1.11.1 Compiling env_filter v0.1.2 Compiling serde_derive v1.0.215 Compiling env_logger v0.11.5 Compiling extendr-macros v0.7.1 Compiling tergo-tokenizer v0.2.2 Compiling tergo-parser v0.2.3 Compiling serde_spanned v0.6.8 Compiling toml_datetime v0.6.8 Compiling tergo-formatter v0.2.6 Compiling toml_edit v0.22.22 Compiling tergo-lib v0.2.8 Compiling toml v0.8.19 Compiling tergo v0.1.2 (/Volumes/Builds/packages/big-sur-x86_64/results/4.3/tergo.Rcheck/00_pkg_src/tergo/src/rust) Finished `release` profile [optimized] target(s) in 1m 05s clang -arch x86_64 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/x86_64/lib -o tergo.so entrypoint.o -L./rust/target//release -ltergo -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation installing to /Volumes/Builds/packages/big-sur-x86_64/results/4.3/tergo.Rcheck/00LOCK-tergo/00new/tergo/libs ** generating debug symbols (dSYM) ** 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)