* installing *source* package ‘rshift’ ...
** package ‘rshift’ successfully unpacked and MD5 sums checked
** using staged installation
cargo 1.70.0 (ec8a8a0ca 2023-04-25)
** libs
using C compiler: ‘Apple clang version 14.0.0 (clang-1400.0.29.202)’
using SDK: ‘MacOSX11.3.sdk’
clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/arm64/include   -pthread -fPIC  -falign-functions=64 -Wall -g -O2  -c entrypoint.c -o entrypoint.o
/usr/bin/tar --extract --xz -f ./rust/vendor.tar.xz -C . && \
	mkdir -p /Volumes/Builds/packages/big-sur-arm64/results/4.3/rshift.Rcheck/00_pkg_src/rshift/src/.cargo && \
	cp ./rust/cargo_vendor_config.toml /Volumes/Builds/packages/big-sur-arm64/results/4.3/rshift.Rcheck/00_pkg_src/rshift/src/.cargo/config.toml; \
	# To comply with CRAN policy the versions of cargo and rustc
# need to be inlcuded in the installation log
echo `cargo --version` && echo `rustc --version`
/bin/sh: cargo: command not found

/bin/sh: rustc: command not found

PATH="/opt/gfortran/bin:/opt/R/arm64/bin:/Library/TeX/texbin:/usr/texbin:/opt/R/arm64/gfortran/bin:/usr/local/bin:/usr/local/gfortran/bin:/usr/local/teTeX/bin/arm64-apple-darwin-current:/Library/Frameworks/R.framework/Resources/bin:/opt/gfortran/bin:/opt/R/arm64/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/pkgbuild/.cargo/bin" cargo build -j 2 --release --offline --manifest-path=rust/Cargo.toml
   Compiling proc-macro2 v1.0.69
   Compiling unicode-ident v1.0.1
   Compiling libR-sys v0.6.0
   Compiling extendr-api v0.6.0
   Compiling quote v1.0.33
   Compiling syn v2.0.38
   Compiling paste v1.0.7
   Compiling once_cell v1.18.0
   Compiling extendr-macros v0.6.0
   Compiling rshift v3.0.0 (/Volumes/Builds/packages/big-sur-arm64/results/4.3/rshift.Rcheck/00_pkg_src/rshift/src/rust)
    Finished release [optimized] target(s) in 18.11s
rm -Rf rust/target/release/build || true
rm -Rf /Volumes/Builds/packages/big-sur-arm64/results/4.3/rshift.Rcheck/00_pkg_src/rshift/src/.cargo || true
clang -arch arm64 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o rshift.so entrypoint.o -Lrust/target/release -lrshift -lresolv -pthread -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Volumes/Builds/packages/big-sur-arm64/results/4.3/rshift.Rcheck/00LOCK-rshift/00new/rshift/libs
** generating debug symbols (dSYM)
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** 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 (rshift)