* installing *source* package ‘string2path’ ...
** 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
** libs
using C compiler: ‘Apple clang version 14.0.3 (clang-1403.0.22.14.1)’
using SDK: ‘MacOSX11.3.sdk’
rm -Rf string2path.so init.o ./rust/.cargo ./rust/target//release/libstring2path.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 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
if [ "" != "wasm32-unknown-emscripten" ]; then \
	   . "/Users/urbanek/.cargo/env" && export CARGO_HOME="/Volumes/Builds/packages/big-sur-x86_64/results/4.4/string2path.Rcheck/00_pkg_src/string2path/src/.cargo" && cd ./rust && cargo build --jobs 1 --lib --release --offline; \
	else \
	  export CC="clang -arch x86_64" && \
	  export CFLAGS="-falign-functions=64 -Wall -g -O2 " && \
	  export CARGO_PROFILE_RELEASE_PANIC="abort" && \
	   . "/Users/urbanek/.cargo/env" && export CARGO_HOME="/Volumes/Builds/packages/big-sur-x86_64/results/4.4/string2path.Rcheck/00_pkg_src/string2path/src/.cargo" && 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 libm v0.2.8
   Compiling autocfg v1.3.0
   Compiling proc-macro2 v1.0.84
   Compiling unicode-ident v1.0.12
   Compiling arrayvec v0.7.4
   Compiling version_check v0.9.4
   Compiling libc v0.2.155
   Compiling slotmap v1.0.7
   Compiling cc v1.0.98
   Compiling num-traits v0.2.19
   Compiling float_next_after v1.0.0
   Compiling tinyvec_macros v0.1.1
   Compiling tinyvec v1.6.0
   Compiling quote v1.0.36
   Compiling syn v2.0.66
   Compiling memmap2 v0.9.4
   Compiling once_cell v1.19.0
   Compiling ttf-parser v0.21.1
   Compiling log v0.4.21
   Compiling savvy v0.6.4
   Compiling savvy-ffi v0.6.4
   Compiling euclid v0.22.10
   Compiling lyon_geom v1.0.5
   Compiling lyon_path v1.0.5
   Compiling fontdb v0.17.0
   Compiling lyon_algorithms v1.0.4
   Compiling lyon_tessellation v1.0.15
   Compiling lyon v1.0.1
   Compiling savvy-bindgen v0.6.4
   Compiling savvy-macro v0.6.4
   Compiling string2path v0.2.0 (/Volumes/Builds/packages/big-sur-x86_64/results/4.4/string2path.Rcheck/00_pkg_src/string2path/src/rust)
    Finished release [optimized] target(s) in 22.17s
rm -Rf /Volumes/Builds/packages/big-sur-x86_64/results/4.4/string2path.Rcheck/00_pkg_src/string2path/src/.cargo ./rust/target//release/build
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 -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Volumes/Builds/packages/big-sur-x86_64/results/4.4/string2path.Rcheck/00LOCK-string2path/00new/string2path/libs
** generating debug symbols (dSYM)
** 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)