...
= note: expected values for `feature` are: `nightly`
= help: consider adding `cargo-clippy` 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
Compiling serde_json v1.0.107
Compiling serde_urlencoded v0.7.1
Compiling ciborium-ll v0.2.1
Compiling plotters-svg v0.3.5
Compiling same-file v1.0.6
Compiling rustls v0.21.7
Compiling quick-error v2.0.1
Compiling ciborium v0.2.1
Compiling plotters v0.3.5
Compiling walkdir v2.4.0
Compiling anes v0.1.6
Compiling jpeg-decoder v0.3.0
Compiling rustface v0.1.7 (https://github.com/atomashpolskiy/rustface#93c97ed7)
Compiling imagequant v4.2.1
Compiling oorandom v11.1.3
Compiling c_components_tests v0.1.0 (/home/ncopa/aports/community/imageflow/src/imageflow-2.0.0-preview8/c_components/tests)
Compiling daggy v0.8.0
Compiling futures-executor v0.3.28
warning: unexpected `cfg` condition value: `cargo-clippy`
--> imageflow_types/src/lib.rs:1466:12
|
1466 | #[cfg_attr(feature = "cargo-clippy", allow(needless_pass_by_value))]
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `nightly`
= help: consider adding `cargo-clippy` 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
Compiling futures v0.3.28
Compiling imageflow_http_helpers v0.1.0 (/home/ncopa/aports/community/imageflow/src/imageflow-2.0.0-preview8/imageflow_http_helpers)
Compiling similar v2.2.1
Compiling difference v2.0.0
Compiling dssim-core v3.2.7
Compiling load_image v3.1.2
Compiling tinytemplate v1.2.1
Compiling assert-json-diff v2.0.2
warning: `imageflow_helpers` (lib) generated 1 warning (1 duplicate)
Compiling imageflow_abi v0.1.0 (/home/ncopa/aports/community/imageflow/src/imageflow-2.0.0-preview8/imageflow_abi)
warning: `imageflow_helpers` (lib) generated 1 warning
Compiling criterion-plot v0.5.0
Compiling regex v1.9.5
Compiling clap v4.4.5
Compiling is-terminal v0.4.9
Compiling criterion v0.5.1
Compiling colored v2.0.4
Compiling imageflow_riapi v0.1.0 (/home/ncopa/aports/community/imageflow/src/imageflow-2.0.0-preview8/imageflow_riapi)
warning: unexpected `cfg` condition value: `cargo-clippy`
--> imageflow_riapi/src/ir4/parsing.rs:245:12
|
245 | #[cfg_attr(feature = "cargo-clippy", allow(map_entry))]
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `nightly`
= help: consider adding `cargo-clippy` 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: `cargo-clippy`
--> imageflow_riapi/src/ir4/parsing.rs:386:16
|
386 | #[cfg_attr(feature = "cargo-clippy", allow(or_fun_call))]
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `nightly`
= help: consider adding `cargo-clippy` 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: `cargo-clippy`
--> imageflow_riapi/src/ir4/layout.rs:625:16
|
625 | #[cfg_attr(feature = "cargo-clippy", allow(or_fun_call))]
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `nightly`
= help: consider adding `cargo-clippy` 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
Compiling imageflow_core v0.1.0 (/home/ncopa/aports/community/imageflow/src/imageflow-2.0.0-preview8/imageflow_core)
warning: `imageflow_types` (lib) generated 1 warning
warning: unexpected `cfg` condition value: `cargo-clippy`
--> imageflow_core/src/json.rs:9:12
|
9 | #[cfg_attr(feature = "cargo-clippy", allow(new_without_default_derive))] // clippy is broke
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `default` and `nightly`
= help: consider adding `cargo-clippy` 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: `cargo-clippy`
--> imageflow_core/src/json.rs:17:16
|
17 | #[cfg_attr(feature = "cargo-clippy", allow(new_without_default_derive))] // clippy is broke
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `default` and `nightly`
= help: consider adding `cargo-clippy` 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: `cargo-clippy`
--> imageflow_core/src/codecs/gif/screen.rs:54:16
|
54 | #[cfg_attr(feature = "cargo-clippy", allow(or_fun_call))]
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `default` and `nightly`
= help: consider adding `cargo-clippy` 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: `cargo-clippy`
--> imageflow_core/src/clients/fluent.rs:150:16
|
150 | #[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))]
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `default` and `nightly`
= help: consider adding `cargo-clippy` 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
Compiling tokio-util v0.7.9
Compiling tokio-rustls v0.24.1
warning: `imageflow_helpers` (lib) generated 1 warning (1 duplicate)
Compiling h2 v0.3.21
warning: `imageflow_riapi` (lib) generated 3 warnings
Compiling imageflow_tool_lib v0.1.0 (/home/ncopa/aports/community/imageflow/src/imageflow-2.0.0-preview8/imageflow_tool)
warning: unexpected `cfg` condition value: `cargo-clippy`
--> imageflow_tool/src/self_test.rs:40:20
|
40 | #[cfg_attr(feature = "cargo-clippy", allow(single_match))]
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `nightly`
= help: consider adding `cargo-clippy` 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: field `0` is never read
--> imageflow_tool/src/cmd_build.rs:66:24
|
66 | JsonRecipeNotFound(String),
| ------------------ ^^^^^^
| |
| field in this variant
|
= note: `CmdError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
= note: `#[warn(dead_code)]` on by default
help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
|
66 | JsonRecipeNotFound(()),
| ~~
warning: field `0` is never read
--> imageflow_tool/src/cmd_build.rs:67:13
|
67 | IoError(std::io::Error),
| ------- ^^^^^^^^^^^^^^
| |
| field in this variant
|
= note: `CmdError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
|
67 | IoError(()),
| ~~
warning: field `0` is never read
--> imageflow_tool/src/cmd_build.rs:68:17
|
68 | InvalidJson(serde_json::error::Error),
| ----------- ^^^^^^^^^^^^^^^^^^^^^^^^
| |
| field in this variant
|
= note: `CmdError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
|
68 | InvalidJson(()),
| ~~
warning: field `0` is never read
--> imageflow_tool/src/cmd_build.rs:69:21
|
69 | IoIdNotInRecipe(i32),
| --------------- ^^^
| |
| field in this variant
|
= note: `CmdError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
|
69 | IoIdNotInRecipe(()),
| ~~
warning: field `0` is never read
--> imageflow_tool/src/cmd_build.rs:70:18
|
70 | BadArguments(String),
| ------------ ^^^^^^
| |
| field in this variant
|
= note: `CmdError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
|
70 | BadArguments(()),
| ~~
warning: field `0` is never read
--> imageflow_tool/src/cmd_build.rs:71:27
|
71 | InconsistentUseOfIoId(String),
| --------------------- ^^^^^^
| |
| field in this variant
|
= note: `CmdError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
|
71 | InconsistentUseOfIoId(()),
| ~~
warning: trait `TestScenario` is never used
--> imageflow_tool/src/self_test.rs:93:7
|
93 | trait TestScenario{
| ^^^^^^^^^^^^
warning: trait `TestExpectations` is never used
--> imageflow_tool/src/self_test.rs:99:7
|
99 | trait TestExpectations{
| ^^^^^^^^^^^^^^^^
warning: `imageflow_types` (lib) generated 1 warning (1 duplicate)
Compiling hyper v0.14.27
warning: `imageflow_riapi` (lib) generated 3 warnings (3 duplicates)
warning: `imageflow_tool_lib` (lib) generated 9 warnings
Compiling imageflow v0.1.0 (/home/ncopa/aports/community/imageflow/src/imageflow-2.0.0-preview8/imageflow)
Compiling hyper-rustls v0.24.1
Compiling mockito v1.2.0
Compiling dssim v3.2.4
Compiling reqwest v0.11.20
error: linking with `cc` failed: exit status: 1
|
= note: LC_ALL="C" PATH="/usr/lib/rustlib/x86_64-alpine-linux-musl/bin:/usr/lib/ccache/bin:/home/ncopa/aports/community/py3-userpath/src/userpath-1.9.2/YlKP5zU=:/home/ncopa/aports/community/py3-userpath/src/userpath-1.9.2/K18XypU=:/home/ncopa/aports/community/py3-userpath/src/userpath-1.9.2/BD0dpU8=:/home/ncopa/aports/community/py3-userpath/src/userpath-1.9.2/s0D6Ihk=:/home/ncopa/aports/community/py3-userpath/src/userpath-1.9.2/H3lj2E0=:/home/ncopa/aports/community/py3-userpath/src/userpath-1.9.2/qctYCsc=:/home/ncopa/aports/community/py3-userpath/src/userpath-1.9.2/vwm9-kI=:/home/ncopa/aports/community/py3-userpath/src/userpath-1.9.2/10G829U=:/home/ncopa/aports/community/py3-userpath/src/userpath-1.9.2/BjGCbc4=:/home/ncopa/aports/community/py3-userpath/src/userpath-1.9.2/C9ZqaSA=:/home/ncopa/aports/community/py3-userpath/src/userpath-1.9.2/YoqFHUI=:/home/ncopa/aports/community/py3-userpath/src/userpath-1.9.2/_mlqFug=:/home/ncopa/aports/community/py3-userpath/src/userpath-1.9.2/mU5DLZc=:/home/ncopa/aports/community/py3-userpath/src/userpath-1.9.2/F5XB3NM=:/home/ncopa/aports/community/py3-userpath/src/userpath-1.9.2/aPwoul4=:/home/ncopa/aports/community/py3-userpath/src/userpath-1.9.2/C0kv4nQ=:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/ncopa/aports/community/py3-userpath/src/userpath-1.9.2/igJRvqY=:/home/ncopa/aports/community/py3-userpath/src/userpath-1.9.2/R7qAwUc=:/home/ncopa/aports/community/py3-userpath/src/userpath-1.9.2/lBwP6hE=:/home/ncopa/aports/community/py3-userpath/src/userpath-1.9.2/GokEROI=:/home/ncopa/aports/community/py3-userpath/src/userpath-1.9.2/GS5QCFA=:/home/ncopa/aports/community/py3-userpath/src/userpath-1.9.2/-_s0UWM=:/home/ncopa/aports/community/py3-userpath/src/userpath-1.9.2/e3Y7mMI=:/home/ncopa/aports/community/py3-userpath/src/userpath-1.9.2/8L7BtME=:/home/ncopa/aports/community/py3-userpath/src/userpath-1.9.2/ynwThMU=:/home/ncopa/aports/community/py3-userpath/src/userpath-1.9.2/UVqRdfI=:/home/ncopa/aports/community/py3-userpath/src/userpath-1.9.2/P7hlSgc=:/home/ncopa/aports/community/py3-userpath/src/userpath-1.9.2/OdvUcMQ=:/home/ncopa/aports/community/py3-userpath/src/userpath-1.9.2/mGortK8=:/home/ncopa/aports/community/py3-userpath/src/userpath-1.9.2/UQrCOVE=:/home/ncopa/aports/community/py3-userpath/src/userpath-1.9.2/KxKkits=" VSLANG="1033" "cc" "-m64" "/tmp/rustcsEOeHS/symbols.o" "/home/ncopa/aports/community/imageflow/src/imageflow-2.0.0-preview8/target/release/deps/c_components_tests-a6a1751bfb7215de.c_components_tests.d2b33cf1794fa3c5-cgu.0.rcgu.o" "-Wl,--as-needed" "-Wl,-Bstatic" "-limageflow_c_tests" "-limageflow_cxx_tests" "-Wl,-Bdynamic" "-lstdc++" "-Wl,-Bstatic" "/tmp/rustcsEOeHS/libimageflow_c_components-519ed1eb1cfe4630.rlib" "/tmp/rustcsEOeHS/liblibpng_sys-64c18052ca52e6f1.rlib" "/tmp/rustcsEOeHS/liblibz_sys-95af6947997ea44f.rlib" "/tmp/rustcsEOeHS/libmozjpeg_sys-3445207a7e0f0428.rlib" "/tmp/rustcsEOeHS/libstd-701575c3189a4867.rlib" "/usr/lib/rustlib/x86_64-alpine-linux-musl/lib/libcompiler_builtins-fb220bb9df78c21d.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/home/ncopa/aports/community/imageflow/src/imageflow-2.0.0-preview8/target/release/build/c_components_tests-f691d5986c2fd0a9/out" "-L" "/home/ncopa/aports/community/imageflow/src/imageflow-2.0.0-preview8/target/release/build/c_components_tests-f691d5986c2fd0a9/out" "-L" "/home/ncopa/aports/community/imageflow/src/imageflow-2.0.0-preview8/target/release/build/imageflow_c_components-c3d3bb20462c246f/out" "-L" "/home/ncopa/aports/community/imageflow/src/imageflow-2.0.0-preview8/target/release/build/lcms2-sys-44c03f8fd595536d/out" "-L" "/home/ncopa/aports/community/imageflow/src/imageflow-2.0.0-preview8/target/release/build/libpng-sys-6a7114bca6cf299a/out" "-L" "/home/ncopa/aports/community/imageflow/src/imageflow-2.0.0-preview8/target/release/build/libz-sys-115500016b43dfa9/out/lib" "-L" "/home/ncopa/aports/community/imageflow/src/imageflow-2.0.0-preview8/target/release/build/libz-sys-115500016b43dfa9/out/lib" "-L" "/home/ncopa/aports/community/imageflow/src/imageflow-2.0.0-preview8/target/release/build/mozjpeg-sys-bd8b0d26a255e69b/out" "-L" "/usr/lib/rustlib/x86_64-alpine-linux-musl/lib" "-o" "/home/ncopa/aports/community/imageflow/src/imageflow-2.0.0-preview8/target/release/deps/c_components_tests-a6a1751bfb7215de" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" "-Wl,--enable-new-dtags" "-Wl,-z,origin" "-Wl,-z,pack-relative-relocs"
= note: /usr/lib/gcc/x86_64-alpine-linux-musl/14.2.0/../../../../x86_64-alpine-linux-musl/bin/ld: /home/ncopa/aports/community/imageflow/src/imageflow-2.0.0-preview8/target/release/build/c_components_tests-f691d5986c2fd0a9/out/libimageflow_cxx_tests.a(fa6e879ab14f3ed2-test.o): in function `C_A_T_C_H_T_E_S_T_8()':
/home/ncopa/aports/community/imageflow/src/imageflow-2.0.0-preview8/c_components/tests/test.cpp:125:(.text._ZL19C_A_T_C_H_T_E_S_T_8v+0x74a): undefined reference to `flow_bitmap_float_compare'
/usr/lib/gcc/x86_64-alpine-linux-musl/14.2.0/../../../../x86_64-alpine-linux-musl/bin/ld: /home/ncopa/aports/community/imageflow/src/imageflow-2.0.0-preview8/target/release/build/c_components_tests-f691d5986c2fd0a9/out/libimageflow_cxx_tests.a(fa6e879ab14f3ed2-test_context.o): in function `C_A_T_C_H_T_E_S_T_24()':
/home/ncopa/aports/community/imageflow/src/imageflow-2.0.0-preview8/c_components/tests/test_context.cpp:147:(.text._ZL20C_A_T_C_H_T_E_S_T_24v+0xf6): undefined reference to `has_err'
/usr/lib/gcc/x86_64-alpine-linux-musl/14.2.0/../../../../x86_64-alpine-linux-musl/bin/ld: /home/ncopa/aports/community/imageflow/src/imageflow-2.0.0-preview8/target/release/build/c_components_tests-f691d5986c2fd0a9/out/libimageflow_cxx_tests.a(fa6e879ab14f3ed2-test_context.o): in function `C_A_T_C_H_T_E_S_T_22()':
/home/ncopa/aports/community/imageflow/src/imageflow-2.0.0-preview8/c_components/tests/test_context.cpp:132:(.text._ZL20C_A_T_C_H_T_E_S_T_22v+0xf6): undefined reference to `has_err'
/usr/lib/gcc/x86_64-alpine-linux-musl/14.2.0/../../../../x86_64-alpine-linux-musl/bin/ld: /home/ncopa/aports/community/imageflow/src/imageflow-2.0.0-preview8/target/release/build/c_components_tests-f691d5986c2fd0a9/out/libimageflow_cxx_tests.a(fa6e879ab14f3ed2-test_context.o): in function `C_A_T_C_H_T_E_S_T_14()':
/home/ncopa/aports/community/imageflow/src/imageflow-2.0.0-preview8/c_components/tests/test_context.cpp:65:(.text._ZL20C_A_T_C_H_T_E_S_T_14v+0xbf): undefined reference to `has_err'
/usr/lib/gcc/x86_64-alpine-linux-musl/14.2.0/../../../../x86_64-alpine-linux-musl/bin/ld: /home/ncopa/aports/community/imageflow/src/imageflow-2.0.0-preview8/target/release/build/c_components_tests-f691d5986c2fd0a9/out/libimageflow_cxx_tests.a(fa6e879ab14f3ed2-test_context.o): in function `C_A_T_C_H_T_E_S_T_18()':
/home/ncopa/aports/community/imageflow/src/imageflow-2.0.0-preview8/c_components/tests/test_context.cpp:88:(.text._ZL20C_A_T_C_H_T_E_S_T_18v+0xfa): undefined reference to `has_err'
/usr/lib/gcc/x86_64-alpine-linux-musl/14.2.0/../../../../x86_64-alpine-linux-musl/bin/ld: /home/ncopa/aports/community/imageflow/src/imageflow-2.0.0-preview8/target/release/build/c_components_tests-f691d5986c2fd0a9/out/libimageflow_cxx_tests.a(fa6e879ab14f3ed2-test_context.o): in function `C_A_T_C_H_T_E_S_T_20()':
/home/ncopa/aports/community/imageflow/src/imageflow-2.0.0-preview8/c_components/tests/test_context.cpp:105:(.text._ZL20C_A_T_C_H_T_E_S_T_20v+0x23f): undefined reference to `has_err'
/usr/lib/gcc/x86_64-alpine-linux-musl/14.2.0/../../../../x86_64-alpine-linux-musl/bin/ld: /home/ncopa/aports/community/imageflow/src/imageflow-2.0.0-preview8/target/release/build/c_components_tests-f691d5986c2fd0a9/out/libimageflow_cxx_tests.a(fa6e879ab14f3ed2-test_context.o):/home/ncopa/aports/community/imageflow/src/imageflow-2.0.0-preview8/c_components/tests/test_context.cpp:109: more undefined references to `has_err' follow
/usr/lib/gcc/x86_64-alpine-linux-musl/14.2.0/../../../../x86_64-alpine-linux-musl/bin/ld: /home/ncopa/aports/community/imageflow/src/imageflow-2.0.0-preview8/target/release/build/c_components_tests-f691d5986c2fd0a9/out/libimageflow_cxx_tests.a(fa6e879ab14f3ed2-test_weighting.o): in function `C_A_T_C_H_T_E_S_T_15()':
/home/ncopa/aports/community/imageflow/src/imageflow-2.0.0-preview8/c_components/tests/test_weighting.cpp:177:(.text._ZL20C_A_T_C_H_T_E_S_T_15v+0x96): undefined reference to `create_path_from_relative'
/usr/lib/gcc/x86_64-alpine-linux-musl/14.2.0/../../../../x86_64-alpine-linux-musl/bin/ld: /home/ncopa/aports/community/imageflow/src/imageflow-2.0.0-preview8/c_components/tests/test_weighting.cpp:178:(.text._ZL20C_A_T_C_H_T_E_S_T_15v+0x13a): undefined reference to `has_err'
/usr/lib/gcc/x86_64-alpine-linux-musl/14.2.0/../../../../x86_64-alpine-linux-musl/bin/ld: /home/ncopa/aports/community/imageflow/src/imageflow-2.0.0-preview8/c_components/tests/test_weighting.cpp:183:(.text._ZL20C_A_T_C_H_T_E_S_T_15v+0x217): undefined reference to `has_err'
/usr/lib/gcc/x86_64-alpine-linux-musl/14.2.0/../../../../x86_64-alpine-linux-musl/bin/ld: /home/ncopa/aports/community/imageflow/src/imageflow-2.0.0-preview8/c_components/tests/test_weighting.cpp:206:(.text._ZL20C_A_T_C_H_T_E_S_T_15v+0x353): undefined reference to `has_err'
/usr/lib/gcc/x86_64-alpine-linux-musl/14.2.0/../../../../x86_64-alpine-linux-musl/bin/ld: /home/ncopa/aports/community/imageflow/src/imageflow-2.0.0-preview8/c_components/tests/test_weighting.cpp:213:(.text._ZL20C_A_T_C_H_T_E_S_T_15v+0x4f1): undefined reference to `has_err'
/usr/lib/gcc/x86_64-alpine-linux-musl/14.2.0/../../../../x86_64-alpine-linux-musl/bin/ld: /home/ncopa/aports/community/imageflow/src/imageflow-2.0.0-preview8/c_components/tests/test_weighting.cpp:238:(.text._ZL20C_A_T_C_H_T_E_S_T_15v+0x69a): undefined reference to `create_path_from_relative'
/usr/lib/gcc/x86_64-alpine-linux-musl/14.2.0/../../../../x86_64-alpine-linux-musl/bin/ld: /home/ncopa/aports/community/imageflow/src/imageflow-2.0.0-preview8/c_components/tests/test_weighting.cpp:240:(.text._ZL20C_A_T_C_H_T_E_S_T_15v+0x769): undefined reference to `has_err'
/usr/lib/gcc/x86_64-alpine-linux-musl/14.2.0/../../../../x86_64-alpine-linux-musl/bin/ld: /home/ncopa/aports/community/imageflow/src/imageflow-2.0.0-preview8/c_components/tests/test_weighting.cpp:246:(.text._ZL20C_A_T_C_H_T_E_S_T_15v+0x837): undefined reference to `flow_compare_file_contents'
/usr/lib/gcc/x86_64-alpine-linux-musl/14.2.0/../../../../x86_64-alpine-linux-musl/bin/ld: /home/ncopa/aports/community/imageflow/src/imageflow-2.0.0-preview8/c_components/tests/test_weighting.cpp:247:(.text._ZL20C_A_T_C_H_T_E_S_T_15v+0x8f0): undefined reference to `has_err'
/usr/lib/gcc/x86_64-alpine-linux-musl/14.2.0/../../../../x86_64-alpine-linux-musl/bin/ld: /home/ncopa/aports/community/imageflow/src/imageflow-2.0.0-preview8/target/release/build/c_components_tests-f691d5986c2fd0a9/out/libimageflow_cxx_tests.a(fa6e879ab14f3ed2-test_weighting.o): in function `C_A_T_C_H_T_E_S_T_4()':
/home/ncopa/aports/community/imageflow/src/imageflow-2.0.0-preview8/c_components/tests/test_weighting.cpp:121:(.text._ZL19C_A_T_C_H_T_E_S_T_4v+0x151): undefined reference to `has_err'
/usr/lib/gcc/x86_64-alpine-linux-musl/14.2.0/../../../../x86_64-alpine-linux-musl/bin/ld: /home/ncopa/aports/community/imageflow/src/imageflow-2.0.0-preview8/c_components/tests/test_weighting.cpp:131:(.text._ZL19C_A_T_C_H_T_E_S_T_4v+0x3d0): undefined reference to `has_err'
collect2: error: ld returned 1 exit status
= note: some `extern` functions couldn't be found; some native libraries may need to be installed or have their path specified
= note: use the `-l` flag to specify native libraries to link
= note: use the `cargo:rustc-link-lib` directive to specify the native libraries to link with Cargo (see https://doc.rust-lang.org/cargo/reference/build-scripts.html#rustc-link-lib)
error: could not compile `c_components_tests` (lib test) due to 1 previous error
warning: build failed, waiting for other jobs to finish...
warning: `imageflow_tool_lib` (lib) generated 9 warnings (9 duplicates)
warning: `imageflow_core` (lib) generated 4 warnings
warning: `imageflow_core` (lib) generated 4 warnings (4 duplicates)
warning: `imageflow_riapi` (lib test) generated 3 warnings (3 duplicates)
warning: `imageflow_types` (lib test) generated 1 warning (1 duplicate)
>>> ERROR: imageflow: check failed