* installing *source* package ‘tinyimg’ ... ** this is package ‘tinyimg’ version ‘0.2’ ** package ‘tinyimg’ successfully unpacked and MD5 sums checked ** using staged installation Using /Users/ripley/.cargo/bin/cargo Rustc version: rustc 1.93.1 (01f6ddf75 2026-02-11) Note: vendor/ directory not found. Cargo will fetch from crates.io ** libs using C compiler: ‘Apple clang version 17.0.0 (clang-1700.6.4.2)’ using SDK: ‘MacOSX26.2.sdk’ clang -mmacos-version-min=26 -std=gnu23 -I"/Users/ripley/R/R-devel/include" -DNDEBUG -isystem /opt/R/arm64/include -pthread -fvisibility=hidden -fPIC -falign-functions=8 -g -O2 -Wall -pedantic -Wconversion -Wno-sign-conversion -Wstrict-prototypes -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 /Users/ripley/R/packages/tests-devel/tinyimg/src/.cargo = /Users/ripley/R/packages/tests-devel/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=/Users/ripley/R/packages/tests-devel/tinyimg/src/.cargo && \ export PATH=".:/Users/ripley/bin:/Library/TeX/texbin:/opt/R/arm64/bin:/usr/local/bin:/usr/bin:/bin:/Users/ripley/.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 shlex v1.3.0 Compiling proc-macro2 v1.0.106 Compiling find-msvc-tools v0.1.9 Compiling cc v1.2.56 Compiling unicode-ident v1.0.23 Compiling quote v1.0.44 Compiling libdeflate-sys v1.25.2 Compiling radium v0.7.0 Compiling libR-sys v0.7.1 Compiling libc v0.2.182 Compiling tap v1.0.1 Compiling paste v1.0.15 Compiling wyz v0.5.1 Compiling syn v2.0.115 Compiling cfg-if v1.0.4 Compiling funty v2.0.0 Compiling hashbrown v0.16.1 Compiling extendr-api v0.7.1 Compiling bumpalo v3.19.1 Compiling log v0.4.29 Compiling simd-adler32 v0.3.8 Compiling equivalent v1.0.2 Compiling bytemuck v1.25.0 Compiling rgb v0.8.52 Compiling zopfli v0.8.3 Compiling indexmap v2.13.0 Compiling extendr-macros v0.7.1 Compiling bitvec v1.0.1 Compiling filetime v0.2.27 Compiling libdeflater v1.25.2 Compiling rustc-hash v2.1.1 Compiling once_cell v1.21.3 Compiling oxipng v9.1.5 Compiling tinyimg v0.1.0 (/Users/ripley/R/packages/tests-devel/tinyimg/src/rust) Finished `release` profile [optimized] target(s) in 17.42s rm -Rf /Users/ripley/R/packages/tests-devel/tinyimg/src/.cargo && \ rm -Rf ./rust/target/release/build && \ rm -Rf ./rust/vendor clang -mmacos-version-min=26 -std=gnu23 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Users/ripley/R/R-devel/lib -L/opt/R/arm64/lib -o tinyimg.so entrypoint.o -L./rust/target/release -ltinyimg -L/Users/ripley/R/R-devel/lib -lR ld: warning: object file (/Users/ripley/R/packages/tests-devel/tinyimg/src/rust/target/release/libtinyimg.a[3](c7b4838539265e38-cpu_features.o)) was built for newer 'macOS' version (26.2) than being linked (26.0) ld: warning: object file (/Users/ripley/R/packages/tests-devel/tinyimg/src/rust/target/release/libtinyimg.a[5](81d37bb229f1c0d9-adler32.o)) was built for newer 'macOS' version (26.2) than being linked (26.0) ld: warning: object file (/Users/ripley/R/packages/tests-devel/tinyimg/src/rust/target/release/libtinyimg.a[6](81d37bb229f1c0d9-crc32.o)) was built for newer 'macOS' version (26.2) than being linked (26.0) ld: warning: object file (/Users/ripley/R/packages/tests-devel/tinyimg/src/rust/target/release/libtinyimg.a[7](81d37bb229f1c0d9-deflate_compress.o)) was built for newer 'macOS' version (26.2) than being linked (26.0) ld: warning: object file (/Users/ripley/R/packages/tests-devel/tinyimg/src/rust/target/release/libtinyimg.a[8](81d37bb229f1c0d9-deflate_decompress.o)) was built for newer 'macOS' version (26.2) than being linked (26.0) ld: warning: object file (/Users/ripley/R/packages/tests-devel/tinyimg/src/rust/target/release/libtinyimg.a[11](81d37bb229f1c0d9-utils.o)) was built for newer 'macOS' version (26.2) than being linked (26.0) ld: warning: object file (/Users/ripley/R/packages/tests-devel/tinyimg/src/rust/target/release/libtinyimg.a[12](81d37bb229f1c0d9-zlib_compress.o)) was built for newer 'macOS' version (26.2) than being linked (26.0) ld: warning: object file (/Users/ripley/R/packages/tests-devel/tinyimg/src/rust/target/release/libtinyimg.a[13](81d37bb229f1c0d9-zlib_decompress.o)) was built for newer 'macOS' version (26.2) than being linked (26.0) rm -Rf ./rust/target/release/libtinyimg.a ./rust/target installing to /Users/ripley/R/packages/tests-devel/tinyimg.Rcheck/00LOCK-tinyimg/00new/tinyimg/libs ** 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)