* installing *source* package ‘sezgi’ ... ** this is package ‘sezgi’ version ‘0.1.1’ ** package ‘sezgi’ successfully unpacked and MD5 sums checked ** using staged installation using Rust package manager: 'cargo 1.93.0 (083ac5135 2025-12-15)' using Rust compiler: 'rustc 1.93.0 (254b59607 2026-01-19)' using vendored Rust sources: src/rust/vendor.tar.xz using macOS deployment target: 11.0 ** libs using C compiler: ‘Apple clang version 14.0.3 (clang-1403.0.22.14.1)’ using SDK: ‘MacOSX11.3.1.sdk’ 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 (CRAN mode only). `.cargo` is created HERE, in the recipe, # rather than shipped in the source tree, so that `R CMD check` never # sees it as a hidden directory to warn about; clean_intermediate below # removes it again once the build is done. if [ "yes" = "yes" ]; then \ mkdir -p "/Volumes/Builds/packages/big-sur-x86_64/results/4.5/sezgi.Rcheck/00_pkg_src/sezgi/src/rust/vendor" && \ /usr/bin/tar --extract --xz --file "/Volumes/Builds/packages/big-sur-x86_64/results/4.5/sezgi.Rcheck/00_pkg_src/sezgi/src/rust/vendor.tar.xz" -C "/Volumes/Builds/packages/big-sur-x86_64/results/4.5/sezgi.Rcheck/00_pkg_src/sezgi/src/rust" && \ mkdir -p "/Volumes/Builds/packages/big-sur-x86_64/results/4.5/sezgi.Rcheck/00_pkg_src/sezgi/src/.cargo" && \ cp "/Volumes/Builds/packages/big-sur-x86_64/results/4.5/sezgi.Rcheck/00_pkg_src/sezgi/src/rust/vendor-config.toml" "/Volumes/Builds/packages/big-sur-x86_64/results/4.5/sezgi.Rcheck/00_pkg_src/sezgi/src/.cargo/config.toml"; \ fi # In some environments, ~/.cargo/bin might not be included in PATH, so we need # to set it here to ensure cargo can be invoked. It is appended to PATH and # therefore is only used if cargo is absent from the user's PATH. 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" && \ if [ "yes" = "yes" ]; then \ export CARGO_HOME="/Volumes/Builds/packages/big-sur-x86_64/results/4.5/sezgi.Rcheck/00_pkg_src/sezgi/src/.cargo" && \ export CARGO_BUILD_JOBS=2; \ fi && \ export CC="clang -arch x86_64" && \ export CFLAGS="-falign-functions=64 -Wall -g -O2 " && \ export RUSTFLAGS="" && \ export MACOSX_DEPLOYMENT_TARGET="11.0" && \ if [ "" != "wasm32-unknown-emscripten" ]; then \ cargo build --lib --profile release --manifest-path=./rust/Cargo.toml --target-dir /Volumes/Builds/packages/big-sur-x86_64/results/4.5/sezgi.Rcheck/00_pkg_src/sezgi/src/rust/target --offline; \ else \ export CARGO_PROFILE_DEV_PANIC="abort" && \ export CARGO_PROFILE_RELEASE_PANIC="abort" && \ export RUSTFLAGS=" -Zdefault-visibility=hidden" && \ cargo +nightly build --lib --profile release --manifest-path=./rust/Cargo.toml --target-dir /Volumes/Builds/packages/big-sur-x86_64/results/4.5/sezgi.Rcheck/00_pkg_src/sezgi/src/rust/target --offline --target -Zbuild-std=panic_abort,std; \ fi Compiling proc-macro2 v1.0.107 Compiling quote v1.0.47 Compiling unicode-ident v1.0.24 Compiling serde_core v1.0.229 Compiling serde v1.0.229 Compiling zmij v1.0.23 Compiling hashbrown v0.17.1 Compiling equivalent v1.0.2 Compiling thiserror v2.0.20 Compiling winnow v0.7.15 Compiling serde_json v1.0.151 Compiling toml_write v0.1.2 Compiling indexmap v2.14.1 Compiling find-msvc-tools v0.1.11 Compiling shlex v2.0.1 Compiling crossbeam-utils v0.8.22 Compiling itoa v1.0.18 Compiling memchr v2.8.3 Compiling syn v3.0.4 Compiling cc v1.4.4 Compiling crossbeam-epoch v0.9.20 Compiling crossbeam-deque v0.8.7 Compiling rayon-core v1.13.0 Compiling savvy-ffi v0.10.2 Compiling syn v2.0.119 Compiling savvy v0.10.2 Compiling either v1.18.0 Compiling serde_derive v1.0.229 Compiling thiserror-impl v2.0.20 Compiling rayon v1.12.0 Compiling savvy-bindgen v0.10.2 Compiling toml_datetime v0.6.11 Compiling serde_spanned v0.6.9 Compiling toml_edit v0.22.27 Compiling savvy-macro v0.10.2 Compiling toml v0.8.23 Compiling sezgi-core v0.1.1 (/Volumes/Builds/packages/big-sur-x86_64/results/4.5/sezgi.Rcheck/00_pkg_src/sezgi/src/rust/vendor-workspace/core) Compiling sezgi-components v0.1.1 (/Volumes/Builds/packages/big-sur-x86_64/results/4.5/sezgi.Rcheck/00_pkg_src/sezgi/src/rust/vendor-workspace/components) Compiling sezgi-problems v0.1.1 (/Volumes/Builds/packages/big-sur-x86_64/results/4.5/sezgi.Rcheck/00_pkg_src/sezgi/src/rust/vendor-workspace/problems) Compiling sezgi-stats v0.1.1 (/Volumes/Builds/packages/big-sur-x86_64/results/4.5/sezgi.Rcheck/00_pkg_src/sezgi/src/rust/vendor-workspace/stats) Compiling sezgi-bench v0.1.1 (/Volumes/Builds/packages/big-sur-x86_64/results/4.5/sezgi.Rcheck/00_pkg_src/sezgi/src/rust/vendor-workspace/bench) Compiling sezgi-bias v0.1.1 (/Volumes/Builds/packages/big-sur-x86_64/results/4.5/sezgi.Rcheck/00_pkg_src/sezgi/src/rust/vendor-workspace/bias) Compiling sezgi v0.1.1 (/Volumes/Builds/packages/big-sur-x86_64/results/4.5/sezgi.Rcheck/00_pkg_src/sezgi/src/rust) Finished `release` profile [optimized] target(s) in 1m 29s 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 sezgi.so init.o -L/Volumes/Builds/packages/big-sur-x86_64/results/4.5/sezgi.Rcheck/00_pkg_src/sezgi/src/rust/target//release -lsezgi -F/Library/Frameworks/R.framework/.. -framework R rm -f /Volumes/Builds/packages/big-sur-x86_64/results/4.5/sezgi.Rcheck/00_pkg_src/sezgi/src/rust/target//release/libsezgi.a rm -Rf "/Volumes/Builds/packages/big-sur-x86_64/results/4.5/sezgi.Rcheck/00_pkg_src/sezgi/src/.cargo" "/Volumes/Builds/packages/big-sur-x86_64/results/4.5/sezgi.Rcheck/00_pkg_src/sezgi/src/rust/vendor" installing to /Volumes/Builds/packages/big-sur-x86_64/results/4.5/sezgi.Rcheck/00LOCK-sezgi/00new/sezgi/libs ** generating debug symbols (dSYM) warning: (x86_64) /Volumes/Builds/packages/big-sur-x86_64/results/4.5/sezgi.Rcheck/00_pkg_src/sezgi/src/rust/target//release/libsezgi.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/sezgi.Rcheck/00_pkg_src/sezgi/src/rust/target//release/libsezgi.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/sezgi.Rcheck/00_pkg_src/sezgi/src/rust/target//release/libsezgi.a(panic_unwind-609eec6b68420c23.panic_unwind.8a11b8e3a536324e-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/sezgi.Rcheck/00_pkg_src/sezgi/src/rust/target//release/libsezgi.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/sezgi.Rcheck/00_pkg_src/sezgi/src/rust/target//release/libsezgi.a(std_detect-3d2b83b4ef271faf.std_detect.f484fbc3183826d-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/sezgi.Rcheck/00_pkg_src/sezgi/src/rust/target//release/libsezgi.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/sezgi.Rcheck/00_pkg_src/sezgi/src/rust/target//release/libsezgi.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/sezgi.Rcheck/00_pkg_src/sezgi/src/rust/target//release/libsezgi.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/sezgi.Rcheck/00_pkg_src/sezgi/src/rust/target//release/libsezgi.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/sezgi.Rcheck/00_pkg_src/sezgi/src/rust/target//release/libsezgi.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/sezgi.Rcheck/00_pkg_src/sezgi/src/rust/target//release/libsezgi.a(compiler_builtins-5f28702a8bd39742.compiler_builtins.3e851ac2cc681d13-cgu.127.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/sezgi.Rcheck/00_pkg_src/sezgi/src/rust/target//release/libsezgi.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 (sezgi)