* installing *source* package ‘freestiler’ ...
** package ‘freestiler’ successfully unpacked and MD5 sums checked
** using staged installation
Using cargo 1.93.0 (083ac5135 2025-12-15)
Using rustc 1.93.0 (254b59607 2026-01-19)
Building for CRAN.
DuckDB feature disabled.
Writing `src/Makevars`.
`tools/config.R` has finished.
** libs
using C compiler: ‘Apple clang version 14.0.3 (clang-1403.0.22.14.1)’
using SDK: ‘MacOSX11.3.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 entrypoint.c -o entrypoint.o
if [ -d ./vendor ]; then \
echo "=== Using offline vendor directory ==="; \
mkdir -p /Volumes/Builds/packages/big-sur-x86_64/results/4.4/freestiler.Rcheck/00_pkg_src/freestiler/src/.cargo && \
cp rust/vendor-config.toml /Volumes/Builds/packages/big-sur-x86_64/results/4.4/freestiler.Rcheck/00_pkg_src/freestiler/src/.cargo/config.toml; \
elif [ -f ./rust/vendor.tar.xz ]; then \
echo "=== Using offline vendor tarball ==="; \
tar xf rust/vendor.tar.xz && \
mkdir -p /Volumes/Builds/packages/big-sur-x86_64/results/4.4/freestiler.Rcheck/00_pkg_src/freestiler/src/.cargo && \
cp rust/vendor-config.toml /Volumes/Builds/packages/big-sur-x86_64/results/4.4/freestiler.Rcheck/00_pkg_src/freestiler/src/.cargo/config.toml; \
fi
=== Using offline vendor tarball ===
if [ -d ./vendor ]; then \
find ./vendor -type f \( -name '._*' -o -name '.DS_Store' \) -delete; \
fi
export CARGO_HOME=/Volumes/Builds/packages/big-sur-x86_64/results/4.4/freestiler.Rcheck/00_pkg_src/freestiler/src/.cargo && \
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" && \
RUSTFLAGS=" --print=native-static-libs" cargo build -j 2 --offline --lib --release --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 proc-macro2 v1.0.106
Compiling quote v1.0.45
Compiling unicode-ident v1.0.24
Compiling libc v0.2.185
Compiling version_check v0.9.5
Compiling syn v1.0.109
Compiling libm v0.2.16
Compiling autocfg v1.5.0
Compiling serde_core v1.0.228
Compiling crossbeam-utils v0.8.21
Compiling num-traits v0.2.19
Compiling syn v2.0.117
Compiling find-msvc-tools v0.1.9
Compiling shlex v1.3.0
Compiling jobserver v0.1.34
Compiling cc v1.2.60
Compiling pkg-config v0.3.33
Compiling crossbeam-epoch v0.9.18
Compiling ident_case v1.0.1
Compiling fnv v1.0.7
Compiling either v1.15.0
Compiling serde v1.0.228
Compiling zstd-sys v2.0.16+zstd.1.5.7
Compiling strsim v0.10.0
Compiling hashbrown v0.17.0
Compiling equivalent v1.0.2
Compiling rayon-core v1.13.0
Compiling indexmap v2.14.0
Compiling darling_core v0.14.4
Compiling crossbeam-deque v0.8.6
Compiling proc-macro-error-attr v1.0.4
Compiling toml_datetime v0.6.11
Compiling heapless v0.8.0
Compiling byteorder v1.5.0
Compiling winnow v0.5.40
Compiling radium v0.7.0
Compiling hash32 v0.3.1
Compiling serde_derive v1.0.228
Compiling darling_macro v0.14.4
Compiling proc-macro-error v1.0.4
Compiling stable_deref_trait v1.2.1
Compiling zstd-safe v7.2.4
Compiling once_cell v1.21.4
Compiling anyhow v1.0.102
Compiling alloc-no-stdlib v2.0.4
Compiling crc32fast v1.5.0
Compiling smallvec v1.15.1
Compiling cfg-if v1.0.4
Compiling tap v1.0.1
Compiling zerocopy v0.8.48
Compiling zmij v1.0.21
Compiling rayon v1.12.0
Compiling wyz v0.5.1
Compiling toml_edit v0.19.15
Compiling alloc-stdlib v0.2.2
Compiling darling v0.14.4
Compiling ahash v0.8.12
Compiling simd-adler32 v0.3.9
Compiling allocator-api2 v0.2.21
Compiling proc-macro-crate v1.3.1
Compiling foldhash v0.2.0
Compiling adler2 v2.0.1
Compiling serde_json v1.0.149
Compiling extendr-ffi v0.8.1
Compiling funty v2.0.0
Compiling i_float v1.6.0
Compiling deku_derive v0.15.1
Compiling itertools v0.14.0
Compiling i_shape v1.6.0
Compiling bitvec v1.0.1
Compiling miniz_oxide v0.8.9
Compiling hashbrown v0.16.1
Compiling rstar v0.12.2
Compiling brotli-decompressor v4.0.3
Compiling approx v0.5.1
Compiling itertools v0.11.0
Compiling memchr v2.8.0
Compiling i_key_sort v0.2.0
Compiling heck v0.4.1
Compiling itoa v1.0.18
Compiling paste v1.0.15
Compiling i_tree v0.8.3
Compiling robust v1.2.0
Compiling deku v0.15.1
Compiling spade v2.15.1
Compiling earcutr v0.4.3
Compiling i_overlay v1.9.4
Compiling duplicate v1.0.0
Compiling brotli v7.0.0
Compiling geo-types v0.7.18
Compiling prost-derive v0.13.5
Compiling flate2 v1.1.9
Compiling geographiclib-rs v0.2.7
Compiling bytes v1.11.1
Compiling integer-encoding v3.0.4
Compiling float_next_after v1.0.0
Compiling hilbert_2d v1.1.0
Compiling log v0.4.29
Compiling extendr-api v0.8.1
Compiling geo v0.29.3
Compiling prost v0.13.5
Compiling extendr-macros v0.8.1
Compiling integer-encoding v4.1.0
Compiling zstd v0.13.3
Compiling pmtiles2 v0.3.2
Compiling freestiler-core v0.1.0 (/Volumes/Builds/packages/big-sur-x86_64/results/4.4/freestiler.Rcheck/00_pkg_src/freestiler/src/rust/freestiler-core)
warning: unexpected `cfg` condition value: `geoparquet`
--> freestiler-core/src/lib.rs:6:11
|
6 | #[cfg(any(feature = "geoparquet", feature = "duckdb"))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `default`
= help: consider adding `geoparquet` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
= note: `#[warn(unexpected_cfgs)]` on by default
warning: unexpected `cfg` condition value: `duckdb`
--> freestiler-core/src/lib.rs:6:35
|
6 | #[cfg(any(feature = "geoparquet", feature = "duckdb"))]
| ^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `default`
= help: consider adding `duckdb` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition value: `duckdb`
--> freestiler-core/src/lib.rs:12:7
|
12 | #[cfg(feature = "duckdb")]
| ^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `default`
= help: consider adding `duckdb` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition value: `fastpfor`
--> freestiler-core/src/mlt.rs:1210:7
|
1210 | #[cfg(feature = "fastpfor")]
| ^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `default`
= help: consider adding `fastpfor` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition value: `fastpfor`
--> freestiler-core/src/mlt.rs:1229:7
|
1229 | #[cfg(feature = "fastpfor")]
| ^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `default`
= help: consider adding `fastpfor` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition value: `fastpfor`
--> freestiler-core/src/mlt.rs:1242:11
|
1242 | #[cfg(not(feature = "fastpfor"))]
| ^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `default`
= help: consider adding `fastpfor` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition value: `fsst`
--> freestiler-core/src/mlt.rs:1250:7
|
1250 | #[cfg(feature = "fsst")]
| ^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `default`
= help: consider adding `fsst` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition value: `fsst`
--> freestiler-core/src/mlt.rs:1260:7
|
1260 | #[cfg(feature = "fsst")]
| ^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `default`
= help: consider adding `fsst` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition value: `fastpfor`
--> freestiler-core/src/mlt.rs:2256:17
|
2256 | #[cfg(all(test, feature = "fastpfor"))]
| ^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `default`
= help: consider adding `fastpfor` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition value: `fsst`
--> freestiler-core/src/mlt.rs:2544:17
|
2544 | #[cfg(all(test, feature = "fsst"))]
| ^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `default`
= help: consider adding `fsst` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition value: `fastpfor`
--> freestiler-core/src/mlt.rs:2703:17
|
2703 | #[cfg(all(test, feature = "fastpfor", feature = "fsst"))]
| ^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `default`
= help: consider adding `fastpfor` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition value: `fsst`
--> freestiler-core/src/mlt.rs:2703:39
|
2703 | #[cfg(all(test, feature = "fastpfor", feature = "fsst"))]
| ^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `default`
= help: consider adding `fsst` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition value: `fsst`
--> freestiler-core/src/mlt.rs:1050:15
|
1050 | #[cfg(not(feature = "fsst"))]
| ^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `default`
= help: consider adding `fsst` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition value: `fsst`
--> freestiler-core/src/mlt.rs:1056:11
|
1056 | #[cfg(feature = "fsst")]
| ^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `default`
= help: consider adding `fsst` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition value: `fsst`
--> freestiler-core/src/mlt.rs:1081:11
|
1081 | #[cfg(feature = "fsst")]
| ^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `default`
= help: consider adding `fsst` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: `freestiler-core` (lib) generated 15 warnings
Compiling freestiler v0.1.0 (/Volumes/Builds/packages/big-sur-x86_64/results/4.4/freestiler.Rcheck/00_pkg_src/freestiler/src/rust)
warning: unexpected `cfg` condition value: `geoparquet`
--> src/lib.rs:638:15
|
638 | #[cfg(not(feature = "geoparquet"))]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `default`
= help: consider adding `geoparquet` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
= note: `#[warn(unexpected_cfgs)]` on by default
warning: unexpected `cfg` condition value: `geoparquet`
--> src/lib.rs:659:11
|
659 | #[cfg(feature = "geoparquet")]
| ^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `default`
= help: consider adding `geoparquet` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition value: `duckdb`
--> src/lib.rs:751:15
|
751 | #[cfg(not(feature = "duckdb"))]
| ^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `default`
= help: consider adding `duckdb` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition value: `duckdb`
--> src/lib.rs:772:11
|
772 | #[cfg(feature = "duckdb")]
| ^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `default`
= help: consider adding `duckdb` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition value: `duckdb`
--> src/lib.rs:868:15
|
868 | #[cfg(not(feature = "duckdb"))]
| ^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `default`
= help: consider adding `duckdb` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
warning: unexpected `cfg` condition value: `duckdb`
--> src/lib.rs:891:11
|
891 | #[cfg(feature = "duckdb")]
| ^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `default`
= help: consider adding `duckdb` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
note: link against the following native artifacts when linking against this static library. The order and any duplication can be significant on some platforms.
note: native-static-libs: -lR -lSystem -lc -lm
warning: `freestiler` (lib) generated 6 warnings
Finished `release` profile [optimized] target(s) in 3m 15s
# Always clean up CARGOTMP
rm -Rf /Volumes/Builds/packages/big-sur-x86_64/results/4.4/freestiler.Rcheck/00_pkg_src/freestiler/src/.cargo;
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 freestiler.so entrypoint.o -L./rust/target/release -lfreestiler -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
rm -Rf /Volumes/Builds/packages/big-sur-x86_64/results/4.4/freestiler.Rcheck/00_pkg_src/freestiler/src/.cargo /Volumes/Builds/packages/big-sur-x86_64/results/4.4/freestiler.Rcheck/00_pkg_src/freestiler/src/vendor ./rust/target
installing to /Volumes/Builds/packages/big-sur-x86_64/results/4.4/freestiler.Rcheck/00LOCK-freestiler/00new/freestiler/libs
** generating debug symbols (dSYM)
warning: (x86_64) /Volumes/Builds/packages/big-sur-x86_64/results/4.4/freestiler.Rcheck/00_pkg_src/freestiler/src/./rust/target/release/libfreestiler.a(freestiler-f35858245134d14a.freestiler.5f7423969230dfa9-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.4/freestiler.Rcheck/00_pkg_src/freestiler/src/./rust/target/release/libfreestiler.a(compiler_builtins-5f28702a8bd39742.compiler_builtins.3e851ac2cc681d13-cgu.193.rcgu.o) unable to open object file: No such file or directory
** R
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** 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 (freestiler)