* installing *source* package ‘string2path’ ...
** this is package ‘string2path’ version ‘0.3.1’
** package ‘string2path’ successfully unpacked and MD5 sums checked
** using staged installation
*** Checking if cargo is installed
*** Checking if cargo is newer than the required version
*** cargo is ok
using Rust package manager: 'cargo 1.93.0 (083ac5135 2025-12-15)'
using Rust compiler: 'rustc 1.93.0 (254b59607 2026-01-19)'
using fontconfig: -L/opt/R/x86_64/lib -lfontconfig -lexpat -lm -lfreetype -lbz2 -lpng16 -lz
using macOS deployment target: 11.0
** libs
using C compiler: ‘Apple clang version 14.0.3 (clang-1403.0.22.14.1)’
Warning in system2("xcrun", "--show-sdk-version", TRUE, TRUE) :
running command ''xcrun' --show-sdk-version 2>&1' had status 1
using SDK: ‘NA’
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 init.c -o init.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
export CC="clang -arch x86_64" && \
export CFLAGS="-falign-functions=64 -Wall -g -O2 -fno-lto" && \
if [ "" != "wasm32-unknown-emscripten" ]; then \
. "/Users/urbanek/.cargo/env" && export CARGO_HOME="/Volumes/Builds/packages/big-sur-x86_64/results/4.5/string2path.Rcheck/00_pkg_src/string2path/src/.cargo" && export MACOSX_DEPLOYMENT_TARGET="11.0" && cd ./rust && cargo build --jobs 1 --lib --release --offline; \
else \
export CARGO_PROFILE_RELEASE_PANIC="abort" && \
export RUSTFLAGS=" -Zdefault-visibility=hidden" && \
. "/Users/urbanek/.cargo/env" && export CARGO_HOME="/Volumes/Builds/packages/big-sur-x86_64/results/4.5/string2path.Rcheck/00_pkg_src/string2path/src/.cargo" && export MACOSX_DEPLOYMENT_TARGET="11.0" && cd ./rust && cargo +nightly build --lib --release --target -Zbuild-std=panic_abort,std --offline; \
fi
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.95
Compiling unicode-ident v1.0.18
Compiling libm v0.2.15
Compiling autocfg v1.4.0
Compiling shlex v1.3.0
Compiling arrayvec v0.7.6
Compiling libc v0.2.174
Compiling cc v1.2.27
Compiling bitflags v2.11.0
Compiling num-traits v0.2.19
Compiling objc2 v0.6.4
Compiling savvy-ffi v0.10.0
Compiling objc2-encode v4.1.0
Compiling quote v1.0.40
Compiling savvy v0.10.0
Compiling syn v2.0.103
Compiling objc2-core-foundation v0.3.2
Compiling i_float v1.16.0
Compiling foldhash v0.2.0
Compiling float_next_after v1.0.0
Compiling i_shape v1.18.0
Compiling hashbrown v0.16.1
Compiling memmap2 v0.9.10
Compiling objc2-core-text v0.3.2
Compiling euclid v0.22.11
Compiling i_key_sort v0.10.1
Compiling parlance v0.1.0
Compiling linebender_resource_handle v0.1.1
Compiling smallvec v1.15.1
Compiling i_tree v0.18.0
Compiling objc2-foundation v0.3.2
Compiling i_overlay v4.5.1
Compiling lyon_geom v1.0.6
Compiling lyon_path v1.0.7
Compiling lyon_tessellation v1.0.15
Compiling lyon_algorithms v1.0.5
Compiling savvy-bindgen v0.10.0
Compiling bytemuck_derive v1.10.2
Compiling savvy-macro v0.10.0
Compiling bytemuck v1.25.0
Compiling lyon v1.0.1
Compiling font-types v0.11.2
Compiling read-fonts v0.37.0
Compiling read-fonts v0.39.1
Compiling fontique v0.8.0
Compiling skrifa v0.42.0
Compiling string2path v0.2.0 (/Volumes/Builds/packages/big-sur-x86_64/results/4.5/string2path.Rcheck/00_pkg_src/string2path/src/rust)
Finished `release` profile [optimized] target(s) in 1m 44s
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 string2path.so init.o -L./rust/target//release -lstring2path -L/opt/R/x86_64/lib -lfontconfig -lexpat -lm -lfreetype -lbz2 -lpng16 -lz -framework Foundation -framework CoreText -framework CoreFoundation -framework CoreGraphics -framework AppKit -F/Library/Frameworks/R.framework/.. -framework R
rm -Rf ./rust/target//release/libstring2path.a ./rust/.cargo
installing to /Volumes/Builds/packages/big-sur-x86_64/results/4.5/string2path.Rcheck/00LOCK-string2path/00new/string2path/libs
** generating debug symbols (dSYM)
warning: (x86_64) /Volumes/Builds/packages/big-sur-x86_64/results/4.5/string2path.Rcheck/00_pkg_src/string2path/src/./rust/target//release/libstring2path.a(panic_abort-b73dd46960041ca3.panic_abort.5e1eaa5f342f59d2-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.5/string2path.Rcheck/00_pkg_src/string2path/src/./rust/target//release/libstring2path.a(ea708c7824d36062-unwind_protect_wrapper.o) unable to open object file: No such file or directory
warning: (x86_64) /Volumes/Builds/packages/big-sur-x86_64/results/4.5/string2path.Rcheck/00_pkg_src/string2path/src/./rust/target//release/libstring2path.a(std-80c57efd13e5c60f.std.6723c73a6a2c3812-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.5/string2path.Rcheck/00_pkg_src/string2path/src/./rust/target//release/libstring2path.a(memchr-7633c0af176ce18f.memchr.62151324e58f9a71-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.5/string2path.Rcheck/00_pkg_src/string2path/src/./rust/target//release/libstring2path.a(hashbrown-d63660a4bacc6e0d.hashbrown.d999ac00aa297d90-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.5/string2path.Rcheck/00_pkg_src/string2path/src/./rust/target//release/libstring2path.a(alloc-2ae10ae5c48735a7.alloc.cd66f8b944d0d1ee-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.5/string2path.Rcheck/00_pkg_src/string2path/src/./rust/target//release/libstring2path.a(core-ebd38e986244aca3.core.35ed32324c362c64-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.5/string2path.Rcheck/00_pkg_src/string2path/src/./rust/target//release/libstring2path.a(compiler_builtins-5f28702a8bd39742.compiler_builtins.3e851ac2cc681d13-cgu.087.rcgu.o) unable to open object file: No such file or directory
warning: (x86_64) /Volumes/Builds/packages/big-sur-x86_64/results/4.5/string2path.Rcheck/00_pkg_src/string2path/src/./rust/target//release/libstring2path.a(compiler_builtins-5f28702a8bd39742.compiler_builtins.3e851ac2cc681d13-cgu.090.rcgu.o) unable to open object file: No such file or directory
warning: (x86_64) /Volumes/Builds/packages/big-sur-x86_64/results/4.5/string2path.Rcheck/00_pkg_src/string2path/src/./rust/target//release/libstring2path.a(compiler_builtins-5f28702a8bd39742.compiler_builtins.3e851ac2cc681d13-cgu.127.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 (string2path)