* installing *source* package ‘tinyimg’ ...
** package ‘tinyimg’ successfully unpacked and MD5 sums checked
** using staged installation
Using /Users/urbanek/.cargo/bin/cargo
Rustc version: rustc 1.93.0 (254b59607 2026-01-19)
Note: vendor/ directory not found. Cargo will fetch from crates.io
** libs
using C compiler: ‘Apple clang version 14.0.3 (clang-1403.0.22.14.1)’
using SDK: ‘MacOSX11.3.sdk’
clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include   -pthread  -fPIC  -falign-functions=64 -Wall -g -O2  -c entrypoint.c -o entrypoint.o
# Report rustc version for R CMD check (per CRAN policy)
Using Rust compiler:
/bin/sh: rustc: command not found
rustc not found in PATH
# Extract vendored dependencies if present (for CRAN releases)
Extracting vendored dependencies...
# Configure cargo to use vendored sources if vendor/ directory exists
# The config must be in CARGO_HOME (which we set to /Volumes/Builds/packages/big-sur-x86_64/results/4.4/tinyimg.Rcheck/00_pkg_src/tinyimg/src/.cargo = /Volumes/Builds/packages/big-sur-x86_64/results/4.4/tinyimg.Rcheck/00_pkg_src/tinyimg/src/.cargo)
Configuring cargo to use vendored sources...
# In some environments, ~/.cargo/bin might not be included in PATH, so we need
# to set it here to ensure that cargo will be found. `rustc --print sysroot`
# is a way to get the Rust sysroot without needing cargo itself.
# Limit to 2 jobs per CRAN policy (cargo build -j defaults to number of logical CPUs)
export CARGO_HOME=/Volumes/Builds/packages/big-sur-x86_64/results/4.4/tinyimg.Rcheck/00_pkg_src/tinyimg/src/.cargo && \
		export PATH="/opt/R/x86_64/bin:/opt/gfortran/bin:/Applications/CMake.app/CMake.app/Contents/bin:/Library/Frameworks/R.framework/Resources/bin:/opt/gfortran/bin:/opt/R/x86_64/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/TeX/texbin:/usr/local/go/bin:/opt/X11/bin:/Library/Apple/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Users/urbanek/.cargo/bin" && \
		cargo build --lib --release --jobs 2 --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 find-msvc-tools v0.1.9
   Compiling proc-macro2 v1.0.106
   Compiling shlex v1.3.0
   Compiling quote v1.0.44
   Compiling unicode-ident v1.0.23
   Compiling libc v0.2.182
   Compiling libR-sys v0.7.1
   Compiling radium v0.7.0
   Compiling cc v1.2.56
   Compiling tap v1.0.1
   Compiling paste v1.0.15
   Compiling libdeflate-sys v1.25.2
   Compiling syn v2.0.115
   Compiling wyz v0.5.1
   Compiling log v0.4.29
   Compiling bumpalo v3.19.1
   Compiling extendr-api v0.7.1
   Compiling bytemuck v1.25.0
   Compiling funty v2.0.0
   Compiling hashbrown v0.16.1
   Compiling equivalent v1.0.2
   Compiling simd-adler32 v0.3.8
   Compiling cfg-if v1.0.4
   Compiling filetime v0.2.27
   Compiling bitvec v1.0.1
   Compiling zopfli v0.8.3
   Compiling rgb v0.8.52
   Compiling indexmap v2.13.0
   Compiling rustc-hash v2.1.1
   Compiling once_cell v1.21.3
   Compiling extendr-macros v0.7.1
   Compiling libdeflater v1.25.2
   Compiling oxipng v9.1.5
   Compiling tinyimg v0.1.0 (/Volumes/Builds/packages/big-sur-x86_64/results/4.4/tinyimg.Rcheck/00_pkg_src/tinyimg/src/rust)
    Finished `release` profile [optimized] target(s) in 1m 18s
rm -Rf /Volumes/Builds/packages/big-sur-x86_64/results/4.4/tinyimg.Rcheck/00_pkg_src/tinyimg/src/.cargo && \
		rm -Rf ./rust/target/release/build && \
		rm -Rf ./rust/vendor
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 tinyimg.so entrypoint.o -L./rust/target/release -ltinyimg -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
rm -Rf ./rust/target/release/libtinyimg.a ./rust/target
installing to /Volumes/Builds/packages/big-sur-x86_64/results/4.4/tinyimg.Rcheck/00LOCK-tinyimg/00new/tinyimg/libs
** generating debug symbols (dSYM)
warning: (x86_64) /Volumes/Builds/packages/big-sur-x86_64/results/4.4/tinyimg.Rcheck/00_pkg_src/tinyimg/src/./rust/target/release/libtinyimg.a(tinyimg-2767d28ecdc81421.tinyimg.7491f9cffd880aea-cgu.0.rcgu.o) unable to open object file: No such file or directory
warning: (x86_64) /Volumes/Builds/packages/big-sur-x86_64/results/4.4/tinyimg.Rcheck/00_pkg_src/tinyimg/src/./rust/target/release/libtinyimg.a(compiler_builtins-5f28702a8bd39742.compiler_builtins.3e851ac2cc681d13-cgu.193.rcgu.o) unable to open object file: No such file or directory
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** 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 (tinyimg)