=== dojoengine/origami-caadee171 === >>> git clone --depth 1 --no-tags https://github.com/dojoengine/origami . [err] Cloning into '.'... >>> maat-check-versions [out] Name Version Source Installed [out] nodejs 23.11.0 ASDF_NODEJS_VERSION true [out] scarb 2.12.0-rc.0 ASDF_SCARB_VERSION true [out] starknet-foundry 0.44.0 ASDF_STARKNET-FOUNDRY_VERSION true >>> maat-patch [err] Installed 1 package in 2ms [out] diff --git a/Scarb.toml b/Scarb.toml [out] index badfe66..9a41e9b 100644 [out] --- a/Scarb.toml [out] +++ b/Scarb.toml [out] @@ -18,3 +18,14 @@ dojo = { git = "https://github.com/dojoengine/dojo", tag = "v1.5.0" } [out] cubit = { git = "https://github.com/bengineer42/cubit", branch = "bump-cairo-gt-2.8" } [out] starknet = "^2.10.1" [out] cairo_test = "^2.10.1" [out] + [out] +[patch.scarbs-xyz] [out] +assert_macros = "2.12.0-rc.0" # NOTE: added by maat-patch, was: None [out] +starknet = "2.12.0-rc.0" # NOTE: added by maat-patch, was: None [out] +cairo_test = "2.12.0-rc.0" # NOTE: added by maat-patch, was: None [out] +snforge_std = "0.44.0" # NOTE: added by maat-patch, was: None [out] +snforge_scarb_plugin = "0.44.0" # NOTE: added by maat-patch, was: None [out] + [out] +[patch."https://github.com/foundry-rs/starknet-foundry.git"] [out] +snforge_std = "0.44.0" # NOTE: added by maat-patch, was: None [out] +snforge_scarb_plugin = "0.44.0" # NOTE: added by maat-patch, was: None [out] diff --git a/crates/algebra/Scarb.toml b/crates/algebra/Scarb.toml [out] index 8f84218..a8618d8 100644 [out] --- a/crates/algebra/Scarb.toml [out] +++ b/crates/algebra/Scarb.toml [out] @@ -7,7 +7,16 @@ homepage = "https://github.com/dojoengine/origami/tree/main/crates/algebra" [out] [out] # TODO: update to edition 2024_07, some traits are deprecated and others no longer accessible. [out] # Mostly related to `AddEq` -> `AddAssign` and so on. [out] +cairo-version = "2.12.0-rc.0" # NOTE: added by maat-patch, was: None [out] [out] [dependencies] [out] cubit.workspace = true [out] cairo_test.workspace = true [out] + [out] +[dev-dependencies] [out] + [out] +[scripts] [out] +test = "scarb cairo-test" # NOTE: added by maat-patch, was: None [out] + [out] +[tool.scarb] [out] +allow-prebuilt-plugins = ["snforge_std"] # NOTE: maat-patch added 'snforge_std' [out] diff --git a/crates/defi/Scarb.toml b/crates/defi/Scarb.toml [out] index f3edd6d..be54692 100644 [out] --- a/crates/defi/Scarb.toml [out] +++ b/crates/defi/Scarb.toml [out] @@ -4,8 +4,17 @@ version.workspace = true [out] edition.workspace = true [out] description = "DeFi library for Dojo based games." [out] homepage = "https://github.com/dojoengine/origami/tree/main/crates/defi" [out] +cairo-version = "2.12.0-rc.0" # NOTE: added by maat-patch, was: None [out] [out] [dependencies] [out] cubit.workspace = true [out] starknet.workspace = true [out] cairo_test.workspace = true [out] + [out] +[dev-dependencies] [out] + [out] +[scripts] [out] +test = "scarb cairo-test" # NOTE: added by maat-patch, was: None [out] + [out] +[tool.scarb] [out] +allow-prebuilt-plugins = ["snforge_std"] # NOTE: maat-patch added 'snforge_std' [out] diff --git a/crates/map/Scarb.toml b/crates/map/Scarb.toml [out] index 04fb073..f3dd0cf 100644 [out] --- a/crates/map/Scarb.toml [out] +++ b/crates/map/Scarb.toml [out] @@ -4,6 +4,15 @@ version.workspace = true [out] edition.workspace = true [out] description = "Maps library for Dojo based games." [out] homepage = "https://github.com/dojoengine/origami/tree/main/crates/map" [out] +cairo-version = "2.12.0-rc.0" # NOTE: added by maat-patch, was: None [out] [out] [dependencies] [out] cairo_test.workspace = true [out] + [out] +[dev-dependencies] [out] + [out] +[scripts] [out] +test = "scarb cairo-test" # NOTE: added by maat-patch, was: None [out] + [out] +[tool.scarb] [out] +allow-prebuilt-plugins = ["snforge_std"] # NOTE: maat-patch added 'snforge_std' [out] diff --git a/crates/random/Scarb.toml b/crates/random/Scarb.toml [out] index afd4125..3f6355c 100644 [out] --- a/crates/random/Scarb.toml [out] +++ b/crates/random/Scarb.toml [out] @@ -4,6 +4,15 @@ version.workspace = true [out] edition.workspace = true [out] description = "Random generator library for Dojo based games." [out] homepage = "https://github.com/dojoengine/origami/tree/main/crates/random" [out] +cairo-version = "2.12.0-rc.0" # NOTE: added by maat-patch, was: None [out] [out] [dependencies] [out] cairo_test.workspace = true [out] + [out] +[dev-dependencies] [out] + [out] +[scripts] [out] +test = "scarb cairo-test" # NOTE: added by maat-patch, was: None [out] + [out] +[tool.scarb] [out] +allow-prebuilt-plugins = ["snforge_std"] # NOTE: maat-patch added 'snforge_std' [out] diff --git a/crates/rating/Scarb.toml b/crates/rating/Scarb.toml [out] index 2e7ba57..d25192b 100644 [out] --- a/crates/rating/Scarb.toml [out] +++ b/crates/rating/Scarb.toml [out] @@ -4,6 +4,15 @@ version.workspace = true [out] edition.workspace = true [out] description = "Rating related algorithm library for Dojo based games." [out] homepage = "https://github.com/dojoengine/origami/tree/main/crates/rating" [out] +cairo-version = "2.12.0-rc.0" # NOTE: added by maat-patch, was: None [out] [out] [dependencies] [out] cairo_test.workspace = true [out] + [out] +[dev-dependencies] [out] + [out] +[scripts] [out] +test = "scarb cairo-test" # NOTE: added by maat-patch, was: None [out] + [out] +[tool.scarb] [out] +allow-prebuilt-plugins = ["snforge_std"] # NOTE: maat-patch added 'snforge_std' [out] diff --git a/crates/security/Scarb.toml b/crates/security/Scarb.toml [out] index d2204bf..7285ce3 100644 [out] --- a/crates/security/Scarb.toml [out] +++ b/crates/security/Scarb.toml [out] @@ -4,6 +4,15 @@ version.workspace = true [out] edition.workspace = true [out] description = "Security library for Dojo based games." [out] homepage = "https://github.com/dojoengine/origami/tree/main/crates/security" [out] +cairo-version = "2.12.0-rc.0" # NOTE: added by maat-patch, was: None [out] [out] [dependencies] [out] cairo_test.workspace = true [out] + [out] +[dev-dependencies] [out] + [out] +[scripts] [out] +test = "scarb cairo-test" # NOTE: added by maat-patch, was: None [out] + [out] +[tool.scarb] [out] +allow-prebuilt-plugins = ["snforge_std"] # NOTE: maat-patch added 'snforge_std' >>> scarb fetch [out] warn: patch `snforge_std` (`registry+https://scarbs.xyz/`) for source `https://github.com/foundry-rs/starknet-foundry` has not been used [out] warn: patch `assert_macros` (`registry+https://scarbs.xyz/`) for source `https://scarbs.xyz/` has not been used [out] warn: patch `starknet` (`registry+https://scarbs.xyz/`) for source `https://scarbs.xyz/` has not been used [out] warn: patch `snforge_std` (`registry+https://scarbs.xyz/`) for source `https://scarbs.xyz/` has not been used [out] warn: patch `cairo_test` (`registry+https://scarbs.xyz/`) for source `https://scarbs.xyz/` has not been used [out] warn: patch `snforge_scarb_plugin` (`registry+https://scarbs.xyz/`) for source `https://github.com/foundry-rs/starknet-foundry` has not been used [out] warn: patch `snforge_scarb_plugin` (`registry+https://scarbs.xyz/`) for source `https://scarbs.xyz/` has not been used >>> scarb tree -q --workspace [out] origami_algebra v1.1.2 (/mnt/maat-workbench/crates/algebra/Scarb.toml) [out] ├── cairo_test v2.12.0-rc.0 (std) [out] └── cubit v1.3.0 (git+https://github.com/bengineer42/cubit?branch=bump-cairo-gt-2.8#32a20af893b3e26e6f5cf436c509457d6500ca5c) [out] └── starknet v2.12.0-rc.0 (std) [out] [out] origami_defi v1.1.2 (/mnt/maat-workbench/crates/defi/Scarb.toml) [out] ├── cairo_test v2.12.0-rc.0 (std) (*) [out] ├── cubit v1.3.0 (git+https://github.com/bengineer42/cubit?branch=bump-cairo-gt-2.8#32a20af893b3e26e6f5cf436c509457d6500ca5c) (*) [out] └── starknet v2.12.0-rc.0 (std) (*) [out] [out] origami_map v1.1.2 (/mnt/maat-workbench/crates/map/Scarb.toml) [out] └── cairo_test v2.12.0-rc.0 (std) (*) [out] [out] origami_random v1.1.2 (/mnt/maat-workbench/crates/random/Scarb.toml) [out] └── cairo_test v2.12.0-rc.0 (std) (*) [out] [out] origami_rating v1.1.2 (/mnt/maat-workbench/crates/rating/Scarb.toml) [out] └── cairo_test v2.12.0-rc.0 (std) (*) [out] [out] origami_security v1.1.2 (/mnt/maat-workbench/crates/security/Scarb.toml) [out] └── cairo_test v2.12.0-rc.0 (std) (*) >>> SCARB_IGNORE_CAIRO_VERSION=true scarb build --workspace --test [out] warn: patch `snforge_scarb_plugin` (`registry+https://scarbs.xyz/`) for source `https://scarbs.xyz/` has not been used [out] warn: patch `snforge_std` (`registry+https://scarbs.xyz/`) for source `https://github.com/foundry-rs/starknet-foundry` has not been used [out] warn: patch `cairo_test` (`registry+https://scarbs.xyz/`) for source `https://scarbs.xyz/` has not been used [out] warn: patch `starknet` (`registry+https://scarbs.xyz/`) for source `https://scarbs.xyz/` has not been used [out] warn: patch `snforge_scarb_plugin` (`registry+https://scarbs.xyz/`) for source `https://github.com/foundry-rs/starknet-foundry` has not been used [out] warn: patch `snforge_std` (`registry+https://scarbs.xyz/`) for source `https://scarbs.xyz/` has not been used [out] warn: patch `assert_macros` (`registry+https://scarbs.xyz/`) for source `https://scarbs.xyz/` has not been used [out] warn: the required Cairo version of package cubit is not compatible with current version [out] Cairo version required: >=2.8.0 [out] Cairo version of Scarb: 2.12.0-rc.0 [out] [out] warn: the required Cairo version of package cubit is not compatible with current version [out] Cairo version required: >=2.8.0 [out] Cairo version of Scarb: 2.12.0-rc.0 [out] [out] Compiling test(origami_algebra_unittest) origami_algebra v1.1.2 (/mnt/maat-workbench/crates/algebra/Scarb.toml) [err] [err] thread '' panicked at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-analyzer-salsa-0.17.0-pre.6/src/runtime.rs:362:13: [err] Box [err] stack backtrace: [err] 0: std::panicking::begin_panic [err] 1: salsa::runtime::Runtime::unblock_cycle_and_maybe_throw [err] 2: salsa::derived::slot::Slot::probe [err] 3: ::lowered_direct_callees_with_body::__shim [err] 4: ::lowered_direct_callees_with_body [err] 5: cairo_lang_utils::graph_algos::strongly_connected_components::compute_scc_recursive [err] 6: cairo_lang_utils::graph_algos::strongly_connected_components::compute_scc_recursive [err] 7: salsa::derived::slot::Slot::execute [err] 8: ::lowered_scc::__shim [err] 9: ::lowered_scc [err] 10: salsa::derived::slot::Slot::execute [err] 11: ::lowered_scc_representative::__shim [err] 12: cairo_lang_lowering::implicits::FunctionImplicitsTrait::function_with_body_implicits [err] 13: cairo_lang_lowering::optimizations::gas_redeposit::gas_redeposit [err] 14: cairo_lang_lowering::optimizations::strategy::OptimizationStrategyId::apply_strategy [err] 15: ::execute [err] 16: salsa::derived::slot::Slot::execute [err] 17: ::lowered_body::__shim [err] 18: cairo_lang_sierra_generator::function_generator::priv_function_with_body_sierra_data [err] 19: salsa::derived::slot::Slot::execute [err] 20: ::priv_function_with_body_sierra_data::__shim [err] 21: salsa::derived::slot::Slot::execute [err] 22: ::function_with_body_sierra::__shim [err] 23: ::estimate_size [err] 24: salsa::derived::slot::Slot::execute [err] 25: ::priv_should_specialize::__shim [err] 26: cairo_lang_lowering::optimizations::const_folding::const_folding [err] 27: cairo_lang_lowering::optimizations::strategy::OptimizationStrategyId::apply_strategy [err] 28: ::execute [err] 29: salsa::derived::slot::Slot::execute [err] 30: ::lowered_body::__shim [err] 31: salsa::derived::slot::Slot::execute [err] 32: ::lowered_direct_callees::__shim [err] 33: ::lowered_direct_callees [err] 34: salsa::derived::slot::Slot::execute [err] 35: ::lowered_direct_callees_with_body::__shim [err] 36: ::lowered_direct_callees_with_body [err] 37: cairo_lang_utils::graph_algos::strongly_connected_components::compute_scc_recursive [err] 38: cairo_lang_utils::graph_algos::strongly_connected_components::compute_scc_recursive [err] 39: salsa::derived::slot::Slot::execute [err] 40: ::lowered_scc::__shim [err] 41: ::lowered_scc [err] 42: salsa::derived::slot::Slot::execute [err] 43: ::lowered_scc_representative::__shim [err] 44: cairo_lang_lowering::implicits::FunctionImplicitsTrait::function_with_body_implicits [err] 45: cairo_lang_lowering::optimizations::gas_redeposit::gas_redeposit [err] 46: cairo_lang_lowering::optimizations::strategy::OptimizationStrategyId::apply_strategy [err] 47: ::execute [err] 48: salsa::derived::slot::Slot::execute [err] 49: ::lowered_body::__shim [err] 50: cairo_lang_sierra_generator::function_generator::priv_function_with_body_sierra_data [err] 51: salsa::derived::slot::Slot::execute [err] 52: ::priv_function_with_body_sierra_data::__shim [err] 53: salsa::derived::slot::Slot::execute [err] 54: ::function_with_body_sierra::__shim [err] 55: ::estimate_size [err] 56: salsa::derived::slot::Slot::execute [err] 57: ::priv_should_specialize::__shim [err] 58: cairo_lang_lowering::optimizations::const_folding::const_folding [err] 59: cairo_lang_lowering::optimizations::strategy::OptimizationStrategyId::apply_strategy [err] 60: ::execute [err] 61: salsa::derived::slot::Slot::execute [err] 62: ::lowered_body::__shim [err] 63: ::execute [err] 64: salsa::derived::slot::Slot::execute [err] 65: ::lowered_body::__shim [err] 66: cairo_lang_sierra_generator::function_generator::priv_function_with_body_sierra_data [err] 67: salsa::derived::slot::Slot::execute [err] 68: ::priv_function_with_body_sierra_data::__shim [err] 69: salsa::derived::slot::Slot::execute [err] 70: ::function_with_body_sierra::__shim [err] 71: ::estimate_size [err] 72: salsa::derived::slot::Slot::execute [err] 73: ::priv_should_inline::__shim [err] 74: cairo_lang_lowering::inline::apply_inlining [err] 75: cairo_lang_lowering::optimizations::strategy::OptimizationStrategyId::apply_strategy [err] 76: ::execute [err] 77: salsa::derived::slot::Slot::execute [err] 78: ::lowered_body::__shim [err] 79: ::execute [err] 80: salsa::derived::slot::Slot::execute [err] 81: ::lowered_body::__shim [err] 82: cairo_lang_sierra_generator::function_generator::priv_function_with_body_sierra_data [err] 83: salsa::derived::slot::Slot::execute [err] 84: ::priv_function_with_body_sierra_data::__shim [err] 85: salsa::derived::slot::Slot::execute [err] 86: ::function_with_body_sierra::__shim [err] 87: rayon_core::scope::ScopeBase::complete [err] 88: rayon_core::scope::scope::{{closure}} [err] 89: cairo_lang_compiler::warmup_db_blocking::{{closure}}::{{closure}}::handle_func_inner [err] 90: as rayon_core::job::Job>::execute [err] 91: rayon_core::registry::WorkerThread::wait_until_cold [err] 92: rayon_core::scope::ScopeBase::complete [err] 93: rayon_core::scope::scope::{{closure}} [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-analyzer-salsa-0.17.0-pre.6/src/runtime.rs:362:13: [err] Box [err] stack backtrace: [err] 0: std::panicking::begin_panic [err] 1: salsa::runtime::Runtime::unblock_cycle_and_maybe_throw [err] 2: salsa::derived::slot::Slot::probe [err] 3: ::lowered_direct_callees_with_body::__shim [err] 4: ::lowered_direct_callees_with_body [err] 5: cairo_lang_utils::graph_algos::strongly_connected_components::compute_scc_recursive [err] 6: cairo_lang_utils::graph_algos::strongly_connected_components::compute_scc_recursive [err] 7: salsa::derived::slot::Slot::execute [err] 8: ::lowered_scc::__shim [err] 9: ::lowered_scc [err] 10: salsa::derived::slot::Slot::execute [err] 11: ::lowered_scc_representative::__shim [err] 12: cairo_lang_lowering::implicits::FunctionImplicitsTrait::function_with_body_implicits [err] 13: cairo_lang_lowering::optimizations::gas_redeposit::gas_redeposit [err] 14: cairo_lang_lowering::optimizations::strategy::OptimizationStrategyId::apply_strategy [err] 15: ::execute [err] 16: salsa::derived::slot::Slot::execute [err] 17: ::lowered_body::__shim [err] 18: cairo_lang_sierra_generator::function_generator::priv_function_with_body_sierra_data [err] 19: salsa::derived::slot::Slot::execute [err] 20: ::priv_function_with_body_sierra_data::__shim [err] 21: salsa::derived::slot::Slot::execute [err] 22: ::function_with_body_sierra::__shim [err] 23: ::estimate_size [err] 24: salsa::derived::slot::Slot::execute [err] 25: ::priv_should_specialize::__shim [err] 26: cairo_lang_lowering::optimizations::const_folding::const_folding [err] 27: cairo_lang_lowering::optimizations::strategy::OptimizationStrategyId::apply_strategy [err] 28: ::execute [err] 29: salsa::derived::slot::Slot::execute [err] 30: ::lowered_body::__shim [err] 31: salsa::derived::slot::Slot::execute [err] 32: ::lowered_direct_callees::__shim [err] 33: ::lowered_direct_callees [err] 34: salsa::derived::slot::Slot::execute [err] 35: ::lowered_direct_callees_with_body::__shim [err] 36: ::lowered_direct_callees_with_body [err] 37: cairo_lang_utils::graph_algos::strongly_connected_components::compute_scc_recursive [err] 38: cairo_lang_utils::graph_algos::strongly_connected_components::compute_scc_recursive [err] 39: salsa::derived::slot::Slot::execute [err] 40: ::lowered_scc::__shim [err] 41: ::lowered_scc [err] 42: salsa::derived::slot::Slot::execute [err] 43: ::lowered_scc_representative::__shim [err] 44: cairo_lang_lowering::implicits::FunctionImplicitsTrait::function_with_body_implicits [err] 45: cairo_lang_lowering::optimizations::gas_redeposit::gas_redeposit [err] 46: cairo_lang_lowering::optimizations::strategy::OptimizationStrategyId::apply_strategy [err] 47: ::execute [err] 48: salsa::derived::slot::Slot::execute [err] 49: ::lowered_body::__shim [err] 50: cairo_lang_sierra_generator::function_generator::priv_function_with_body_sierra_data [err] 51: salsa::derived::slot::Slot::execute [err] 52: ::priv_function_with_body_sierra_data::__shim [err] 53: salsa::derived::slot::Slot::execute [err] 54: ::function_with_body_sierra::__shim [err] 55: ::estimate_size [err] 56: salsa::derived::slot::Slot::execute [err] 57: ::priv_should_specialize::__shim [err] 58: cairo_lang_lowering::optimizations::const_folding::const_folding [err] 59: cairo_lang_lowering::optimizations::strategy::OptimizationStrategyId::apply_strategy [err] 60: ::execute [err] 61: salsa::derived::slot::Slot::execute [err] 62: ::lowered_body::__shim [err] 63: ::execute [err] 64: salsa::derived::slot::Slot::execute [err] 65: ::lowered_body::__shim [err] 66: cairo_lang_sierra_generator::function_generator::priv_function_with_body_sierra_data [err] 67: salsa::derived::slot::Slot::execute [err] 68: ::priv_function_with_body_sierra_data::__shim [err] 69: salsa::derived::slot::Slot::execute [err] 70: ::function_with_body_sierra::__shim [err] 71: ::estimate_size [err] 72: salsa::derived::slot::Slot::execute [err] 73: ::priv_should_inline::__shim [err] 74: cairo_lang_lowering::inline::apply_inlining [err] 75: cairo_lang_lowering::optimizations::strategy::OptimizationStrategyId::apply_strategy [err] 76: ::execute [err] 77: salsa::derived::slot::Slot::execute [err] 78: ::lowered_body::__shim [err] 79: ::execute [err] 80: salsa::derived::slot::Slot::execute [err] 81: ::lowered_body::__shim [err] 82: cairo_lang_sierra_generator::function_generator::priv_function_with_body_sierra_data [err] 83: salsa::derived::slot::Slot::execute [err] 84: ::priv_function_with_body_sierra_data::__shim [err] 85: salsa::derived::slot::Slot::execute [err] 86: ::function_with_body_sierra::__shim [err] 87: rayon_core::scope::ScopeBase::complete [err] 88: rayon_core::scope::scope::{{closure}} [err] 89: cairo_lang_compiler::warmup_db_blocking::{{closure}}::{{closure}}::handle_func_inner [err] 90: as rayon_core::job::Job>::execute [err] 91: rayon_core::registry::WorkerThread::wait_until_cold [err] 92: rayon_core::scope::ScopeBase::complete [err] 93: rayon_core::scope::scope::{{closure}} [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-analyzer-salsa-0.17.0-pre.6/src/runtime.rs:362:13: [err] Box [err] stack backtrace: [err] 0: std::panicking::begin_panic [err] 1: salsa::runtime::Runtime::unblock_cycle_and_maybe_throw [err] 2: salsa::derived::slot::Slot::probe [err] 3: ::lowered_direct_callees_with_body::__shim [err] 4: ::lowered_direct_callees_with_body [err] 5: cairo_lang_utils::graph_algos::strongly_connected_components::compute_scc_recursive [err] 6: cairo_lang_utils::graph_algos::strongly_connected_components::compute_scc_recursive [err] 7: salsa::derived::slot::Slot::execute [err] 8: ::lowered_scc::__shim [err] 9: ::lowered_scc [err] 10: salsa::derived::slot::Slot::execute [err] 11: ::lowered_scc_representative::__shim [err] 12: cairo_lang_lowering::implicits::FunctionImplicitsTrait::function_with_body_implicits [err] 13: cairo_lang_lowering::optimizations::gas_redeposit::gas_redeposit [err] 14: cairo_lang_lowering::optimizations::strategy::OptimizationStrategyId::apply_strategy [err] 15: ::execute [err] 16: salsa::derived::slot::Slot::execute [err] 17: ::lowered_body::__shim [err] 18: cairo_lang_sierra_generator::function_generator::priv_function_with_body_sierra_data [err] 19: salsa::derived::slot::Slot::execute [err] 20: ::priv_function_with_body_sierra_data::__shim [err] 21: salsa::derived::slot::Slot::execute [err] 22: ::function_with_body_sierra::__shim [err] 23: ::estimate_size [err] 24: salsa::derived::slot::Slot::execute [err] 25: ::priv_should_specialize::__shim [err] 26: cairo_lang_lowering::optimizations::const_folding::const_folding [err] 27: cairo_lang_lowering::optimizations::strategy::OptimizationStrategyId::apply_strategy [err] 28: ::execute [err] 29: salsa::derived::slot::Slot::execute [err] 30: ::lowered_body::__shim [err] 31: salsa::derived::slot::Slot::execute [err] 32: ::lowered_direct_callees::__shim [err] 33: ::lowered_direct_callees [err] 34: salsa::derived::slot::Slot::execute [err] 35: ::lowered_direct_callees_with_body::__shim [err] 36: ::lowered_direct_callees_with_body [err] 37: cairo_lang_utils::graph_algos::strongly_connected_components::compute_scc_recursive [err] 38: cairo_lang_utils::graph_algos::strongly_connected_components::compute_scc_recursive [err] 39: salsa::derived::slot::Slot::execute [err] 40: ::lowered_scc::__shim [err] 41: ::lowered_scc [err] 42: salsa::derived::slot::Slot::execute [err] 43: ::lowered_scc_representative::__shim [err] 44: cairo_lang_lowering::implicits::FunctionImplicitsTrait::function_with_body_implicits [err] 45: cairo_lang_lowering::optimizations::gas_redeposit::gas_redeposit [err] 46: cairo_lang_lowering::optimizations::strategy::OptimizationStrategyId::apply_strategy [err] 47: ::execute [err] 48: salsa::derived::slot::Slot::execute [err] 49: ::lowered_body::__shim [err] 50: cairo_lang_sierra_generator::function_generator::priv_function_with_body_sierra_data [err] 51: salsa::derived::slot::Slot::execute [err] 52: ::priv_function_with_body_sierra_data::__shim [err] 53: salsa::derived::slot::Slot::execute [err] 54: ::function_with_body_sierra::__shim [err] 55: rayon_core::scope::ScopeBase::complete [err] 56: rayon_core::scope::scope::{{closure}} [err] 57: cairo_lang_compiler::warmup_db_blocking::{{closure}}::{{closure}}::handle_func_inner [err] 58: as rayon_core::job::Job>::execute [err] 59: rayon_core::registry::WorkerThread::wait_until_cold [err] 60: rayon_core::scope::ScopeBase::complete [err] 61: rayon_core::scope::scope::{{closure}} [err] 62: as rayon_core::job::Job>::execute [err] 63: rayon_core::registry::WorkerThread::wait_until_cold [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-analyzer-salsa-0.17.0-pre.6/src/runtime.rs:362:13: [err] Box [err] stack backtrace: [err] 0: std::panicking::begin_panic [err] 1: salsa::runtime::Runtime::unblock_cycle_and_maybe_throw [err] 2: salsa::derived::slot::Slot::probe [err] 3: ::lowered_direct_callees_with_body::__shim [err] 4: ::lowered_direct_callees_with_body [err] 5: cairo_lang_utils::graph_algos::strongly_connected_components::compute_scc_recursive [err] 6: cairo_lang_utils::graph_algos::strongly_connected_components::compute_scc_recursive [err] 7: salsa::derived::slot::Slot::execute [err] 8: ::lowered_scc::__shim [err] 9: ::lowered_scc [err] 10: salsa::derived::slot::Slot::execute [err] 11: ::lowered_scc_representative::__shim [err] 12: cairo_lang_lowering::implicits::FunctionImplicitsTrait::function_with_body_implicits [err] 13: cairo_lang_lowering::optimizations::gas_redeposit::gas_redeposit [err] 14: cairo_lang_lowering::optimizations::strategy::OptimizationStrategyId::apply_strategy [err] 15: ::execute [err] 16: salsa::derived::slot::Slot::execute [err] 17: ::lowered_body::__shim [err] 18: cairo_lang_sierra_generator::function_generator::priv_function_with_body_sierra_data [err] 19: salsa::derived::slot::Slot::execute [err] 20: ::priv_function_with_body_sierra_data::__shim [err] 21: salsa::derived::slot::Slot::execute [err] 22: ::function_with_body_sierra::__shim [err] 23: ::estimate_size [err] 24: salsa::derived::slot::Slot::execute [err] 25: ::priv_should_specialize::__shim [err] 26: cairo_lang_lowering::optimizations::const_folding::const_folding [err] 27: cairo_lang_lowering::optimizations::strategy::OptimizationStrategyId::apply_strategy [err] 28: ::execute [err] 29: salsa::derived::slot::Slot::execute [err] 30: ::lowered_body::__shim [err] 31: salsa::derived::slot::Slot::execute [err] 32: ::lowered_direct_callees::__shim [err] 33: ::lowered_direct_callees [err] 34: salsa::derived::slot::Slot::execute [err] 35: ::lowered_direct_callees_with_body::__shim [err] 36: ::lowered_direct_callees_with_body [err] 37: cairo_lang_utils::graph_algos::strongly_connected_components::compute_scc_recursive [err] 38: cairo_lang_utils::graph_algos::strongly_connected_components::compute_scc_recursive [err] 39: salsa::derived::slot::Slot::execute [err] 40: ::lowered_scc::__shim [err] 41: ::lowered_scc [err] 42: salsa::derived::slot::Slot::execute [err] 43: ::lowered_scc_representative::__shim [err] 44: cairo_lang_lowering::implicits::FunctionImplicitsTrait::function_with_body_implicits [err] 45: cairo_lang_lowering::optimizations::gas_redeposit::gas_redeposit [err] 46: cairo_lang_lowering::optimizations::strategy::OptimizationStrategyId::apply_strategy [err] 47: ::execute [err] 48: salsa::derived::slot::Slot::execute [err] 49: ::lowered_body::__shim [err] 50: cairo_lang_sierra_generator::function_generator::priv_function_with_body_sierra_data [err] 51: salsa::derived::slot::Slot::execute [err] 52: ::priv_function_with_body_sierra_data::__shim [err] 53: salsa::derived::slot::Slot::execute [err] 54: ::function_with_body_sierra::__shim [err] 55: rayon_core::scope::ScopeBase::complete [err] 56: rayon_core::scope::scope::{{closure}} [err] 57: cairo_lang_compiler::warmup_db_blocking::{{closure}}::{{closure}}::handle_func_inner [err] 58: as rayon_core::job::Job>::execute [err] 59: rayon_core::registry::WorkerThread::wait_until_cold [err] 60: rayon_core::scope::ScopeBase::complete [err] 61: rayon_core::scope::scope::{{closure}} [err] 62: as rayon_core::job::Job>::execute [err] 63: rayon_core::registry::WorkerThread::wait_until_cold [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] Rayon: detected unexpected panic; aborting Process finished with exit code 139 >>> SCARB_IGNORE_CAIRO_VERSION=true scarb lint --workspace --deny-warnings [out] warn: patch `starknet` (`registry+https://scarbs.xyz/`) for source `https://scarbs.xyz/` has not been used [out] warn: patch `snforge_scarb_plugin` (`registry+https://scarbs.xyz/`) for source `https://github.com/foundry-rs/starknet-foundry` has not been used [out] warn: patch `snforge_scarb_plugin` (`registry+https://scarbs.xyz/`) for source `https://scarbs.xyz/` has not been used [out] warn: patch `cairo_test` (`registry+https://scarbs.xyz/`) for source `https://scarbs.xyz/` has not been used [out] warn: patch `assert_macros` (`registry+https://scarbs.xyz/`) for source `https://scarbs.xyz/` has not been used [out] warn: patch `snforge_std` (`registry+https://scarbs.xyz/`) for source `https://scarbs.xyz/` has not been used [out] warn: patch `snforge_std` (`registry+https://scarbs.xyz/`) for source `https://github.com/foundry-rs/starknet-foundry` has not been used [out] warn: the required Cairo version of package cubit is not compatible with current version [out] Cairo version required: >=2.8.0 [out] Cairo version of Scarb: 2.12.0-rc.0 [out] [out] warn: the required Cairo version of package cubit is not compatible with current version [out] Cairo version required: >=2.8.0 [out] Cairo version of Scarb: 2.12.0-rc.0 [out] [out] Linting origami_algebra v1.1.2 (/mnt/maat-workbench/crates/algebra/Scarb.toml) [out] warn: Unused import: `origami_algebra::vec2::FixedTrait` [out] --> /mnt/maat-workbench/crates/algebra/src/vec2.cairo:1:33 [out] use cubit::f128::types::fixed::{FixedTrait, ONE_u128}; [out] ^^^^^^^^^^ [out] [out] warn: Unused import: `origami_algebra::vec2::ONE_u128` [out] --> /mnt/maat-workbench/crates/algebra/src/vec2.cairo:1:45 [out] use cubit::f128::types::fixed::{FixedTrait, ONE_u128}; [out] ^^^^^^^^ [out] [out] warn: Plugin diagnostic: you seem to be trying to use `loop`. Consider replacing this `loop` with a `while` loop for clarity and conciseness [out] --> /mnt/maat-workbench/crates/algebra/src/vector.cairo:63:9-69:9 [out] loop { [out] _________^ [out] | ... [out] | }; [out] |_________^ [out] [out] warn: Plugin diagnostic: you seem to be trying to use `loop`. Consider replacing this `loop` with a `while` loop for clarity and conciseness [out] --> /mnt/maat-workbench/crates/algebra/src/vector.cairo:83:9-89:9 [out] loop { [out] _________^ [out] | ... [out] | }; [out] |_________^ [out] [out] warn: Plugin diagnostic: you seem to be trying to use `loop`. Consider replacing this `loop` with a `while` loop for clarity and conciseness [out] --> /mnt/maat-workbench/crates/algebra/src/matrix.cairo:60:9-68:9 [out] loop { [out] _________^ [out] | ... [out] | }; [out] |_________^ [out] [out] warn: Plugin diagnostic: you seem to be trying to use `loop`. Consider replacing this `loop` with a `while` loop for clarity and conciseness [out] --> /mnt/maat-workbench/crates/algebra/src/matrix.cairo:76:9-89:9 [out] loop { [out] _________^ [out] | ... [out] | }; [out] |_________^ [out] [out] warn: Plugin diagnostic: you seem to be trying to use `loop`. Consider replacing this `loop` with a `while` loop for clarity and conciseness [out] --> /mnt/maat-workbench/crates/algebra/src/matrix.cairo:107:9-121:9 [out] loop { [out] _________^ [out] | ... [out] | }; [out] |_________^ [out] [out] warn: Plugin diagnostic: you seem to be trying to use `loop`. Consider replacing this `loop` with a `while` loop for clarity and conciseness [out] --> /mnt/maat-workbench/crates/algebra/src/matrix.cairo:135:9-154:9 [out] loop { [out] _________^ [out] | ... [out] | }; [out] |_________^ [out] [out] warn: Plugin diagnostic: you seem to be trying to use `loop`. Consider replacing this `loop` with a `while` loop for clarity and conciseness [out] --> /mnt/maat-workbench/crates/algebra/src/matrix.cairo:179:9-187:9 [out] loop { [out] _________^ [out] | ... [out] | }; [out] |_________^ [out] [out] warn: Plugin diagnostic: you seem to be trying to use `loop`. Consider replacing this `loop` with a `while` loop for clarity and conciseness [out] --> /mnt/maat-workbench/crates/algebra/src/matrix.cairo:211:9-219:9 [out] loop { [out] _________^ [out] | ... [out] | }; [out] |_________^ [out] [out] warn: Plugin diagnostic: you seem to be trying to use `loop`. Consider replacing this `loop` with a `while` loop for clarity and conciseness [out] --> /mnt/maat-workbench/crates/algebra/src/matrix.cairo:253:13-260:13 [out] loop { [out] _____________^ [out] | ... [out] | }; [out] |_____________^ [out] [out] warn: Plugin diagnostic: you seem to be trying to use `loop`. Consider replacing this `loop` with a `while` loop for clarity and conciseness [out] --> /mnt/maat-workbench/crates/algebra/src/matrix.cairo:243:9-263:9 [out] loop { [out] _________^ [out] | ... [out] | }; [out] |_________^ [out] [out] error: lint checking `origami_algebra` failed due to previous errors [out] [out] Stack backtrace: [out] 0: anyhow::kind::Adhoc::new [out] 1: anyhow::__private::format_err.105018 [out] 2: scarb::ops::lint::lint [out] 3: scarb::commands::lint::do_lint [out] 4: scarb::commands::run [out] 5: scarb::main [out] 6: std::sys::backtrace::__rust_begin_short_backtrace [out] 7: main [out] 8: __libc_start_call_main [out] 9: __libc_start_main_impl [out] 10: _start Process finished with exit code 1 >>> SCARB_IGNORE_CAIRO_VERSION=true SNFORGE_FUZZER_SEED=1 SNFORGE_IGNORE_FORK_TESTS=1 scarb test --workspace [out] Running test origami_algebra (scarb cairo-test) [out] warn: patch `snforge_scarb_plugin` (`registry+https://scarbs.xyz/`) for source `https://github.com/foundry-rs/starknet-foundry` has not been used [out] warn: patch `snforge_scarb_plugin` (`registry+https://scarbs.xyz/`) for source `https://scarbs.xyz/` has not been used [out] warn: patch `starknet` (`registry+https://scarbs.xyz/`) for source `https://scarbs.xyz/` has not been used [out] warn: patch `snforge_std` (`registry+https://scarbs.xyz/`) for source `https://github.com/foundry-rs/starknet-foundry` has not been used [out] warn: patch `snforge_std` (`registry+https://scarbs.xyz/`) for source `https://scarbs.xyz/` has not been used [out] warn: patch `cairo_test` (`registry+https://scarbs.xyz/`) for source `https://scarbs.xyz/` has not been used [out] warn: patch `assert_macros` (`registry+https://scarbs.xyz/`) for source `https://scarbs.xyz/` has not been used [out] warn: the required Cairo version of package cubit is not compatible with current version [out] Cairo version required: >=2.8.0 [out] Cairo version of Scarb: 2.12.0-rc.0 [out] [out] warn: the required Cairo version of package cubit is not compatible with current version [out] Cairo version required: >=2.8.0 [out] Cairo version of Scarb: 2.12.0-rc.0 [out] [out] Compiling test(origami_algebra_unittest) origami_algebra v1.1.2 (/mnt/maat-workbench/crates/algebra/Scarb.toml) [err] [err] thread '' panicked at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-analyzer-salsa-0.17.0-pre.6/src/runtime.rs:362:13: [err] Box [err] stack backtrace: [err] 0: std::panicking::begin_panic [err] 1: salsa::runtime::Runtime::unblock_cycle_and_maybe_throw [err] 2: salsa::derived::slot::Slot::probe [err] 3: ::lowered_direct_callees_with_body::__shim [err] 4: ::lowered_direct_callees_with_body [err] 5: cairo_lang_utils::graph_algos::strongly_connected_components::compute_scc_recursive [err] 6: cairo_lang_utils::graph_algos::strongly_connected_components::compute_scc_recursive [err] 7: salsa::derived::slot::Slot::execute [err] 8: ::lowered_scc::__shim [err] 9: ::lowered_scc [err] 10: salsa::derived::slot::Slot::execute [err] 11: ::lowered_scc_representative::__shim [err] 12: cairo_lang_lowering::implicits::FunctionImplicitsTrait::function_with_body_implicits [err] 13: cairo_lang_lowering::optimizations::gas_redeposit::gas_redeposit [err] 14: cairo_lang_lowering::optimizations::strategy::OptimizationStrategyId::apply_strategy [err] 15: ::execute [err] 16: salsa::derived::slot::Slot::execute [err] 17: ::lowered_body::__shim [err] 18: cairo_lang_sierra_generator::function_generator::priv_function_with_body_sierra_data [err] 19: salsa::derived::slot::Slot::execute [err] 20: ::priv_function_with_body_sierra_data::__shim [err] 21: salsa::derived::slot::Slot::execute [err] 22: ::function_with_body_sierra::__shim [err] 23: ::estimate_size [err] 24: salsa::derived::slot::Slot::execute [err] 25: ::priv_should_specialize::__shim [err] 26: cairo_lang_lowering::optimizations::const_folding::const_folding [err] 27: cairo_lang_lowering::optimizations::strategy::OptimizationStrategyId::apply_strategy [err] 28: ::execute [err] 29: salsa::derived::slot::Slot::execute [err] 30: ::lowered_body::__shim [err] 31: salsa::derived::slot::Slot::execute [err] 32: ::lowered_direct_callees::__shim [err] 33: ::lowered_direct_callees [err] 34: salsa::derived::slot::Slot::execute [err] 35: ::lowered_direct_callees_with_body::__shim [err] 36: ::lowered_direct_callees_with_body [err] 37: cairo_lang_utils::graph_algos::strongly_connected_components::compute_scc_recursive [err] 38: cairo_lang_utils::graph_algos::strongly_connected_components::compute_scc_recursive [err] 39: salsa::derived::slot::Slot::execute [err] 40: ::lowered_scc::__shim [err] 41: ::lowered_scc [err] 42: salsa::derived::slot::Slot::execute [err] 43: ::lowered_scc_representative::__shim [err] 44: cairo_lang_lowering::implicits::FunctionImplicitsTrait::function_with_body_implicits [err] 45: cairo_lang_lowering::optimizations::gas_redeposit::gas_redeposit [err] 46: cairo_lang_lowering::optimizations::strategy::OptimizationStrategyId::apply_strategy [err] 47: ::execute [err] 48: salsa::derived::slot::Slot::execute [err] 49: ::lowered_body::__shim [err] 50: cairo_lang_sierra_generator::function_generator::priv_function_with_body_sierra_data [err] 51: salsa::derived::slot::Slot::execute [err] 52: ::priv_function_with_body_sierra_data::__shim [err] 53: salsa::derived::slot::Slot::execute [err] 54: ::function_with_body_sierra::__shim [err] 55: ::estimate_size [err] 56: salsa::derived::slot::Slot::execute [err] 57: ::priv_should_specialize::__shim [err] 58: cairo_lang_lowering::optimizations::const_folding::const_folding [err] 59: cairo_lang_lowering::optimizations::strategy::OptimizationStrategyId::apply_strategy [err] 60: ::execute [err] 61: salsa::derived::slot::Slot::execute [err] 62: ::lowered_body::__shim [err] 63: ::execute [err] 64: salsa::derived::slot::Slot::execute [err] 65: ::lowered_body::__shim [err] 66: cairo_lang_sierra_generator::function_generator::priv_function_with_body_sierra_data [err] 67: salsa::derived::slot::Slot::execute [err] 68: ::priv_function_with_body_sierra_data::__shim [err] 69: salsa::derived::slot::Slot::execute [err] 70: ::function_with_body_sierra::__shim [err] 71: ::estimate_size [err] 72: salsa::derived::slot::Slot::execute [err] 73: ::priv_should_inline::__shim [err] 74: cairo_lang_lowering::inline::apply_inlining [err] 75: cairo_lang_lowering::optimizations::strategy::OptimizationStrategyId::apply_strategy [err] 76: ::execute [err] 77: salsa::derived::slot::Slot::execute [err] 78: ::lowered_body::__shim [err] 79: ::execute [err] 80: salsa::derived::slot::Slot::execute [err] 81: ::lowered_body::__shim [err] 82: cairo_lang_sierra_generator::function_generator::priv_function_with_body_sierra_data [err] 83: salsa::derived::slot::Slot::execute [err] 84: ::priv_function_with_body_sierra_data::__shim [err] 85: salsa::derived::slot::Slot::execute [err] 86: ::function_with_body_sierra::__shim [err] 87: rayon_core::scope::ScopeBase::complete [err] 88: rayon_core::scope::scope::{{closure}} [err] 89: cairo_lang_compiler::warmup_db_blocking::{{closure}}::{{closure}}::handle_func_inner [err] 90: as rayon_core::job::Job>::execute [err] 91: rayon_core::registry::WorkerThread::wait_until_cold [err] 92: rayon_core::scope::ScopeBase::complete [err] 93: rayon_core::scope::scope::{{closure}} [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-analyzer-salsa-0.17.0-pre.6/src/runtime.rs:362:13: [err] Box [err] stack backtrace: [err] 0: std::panicking::begin_panic [err] 1: salsa::runtime::Runtime::unblock_cycle_and_maybe_throw [err] 2: salsa::derived::slot::Slot::probe [err] 3: ::lowered_direct_callees_with_body::__shim [err] 4: ::lowered_direct_callees_with_body [err] 5: cairo_lang_utils::graph_algos::strongly_connected_components::compute_scc_recursive [err] 6: cairo_lang_utils::graph_algos::strongly_connected_components::compute_scc_recursive [err] 7: salsa::derived::slot::Slot::execute [err] 8: ::lowered_scc::__shim [err] 9: ::lowered_scc [err] 10: salsa::derived::slot::Slot::execute [err] 11: ::lowered_scc_representative::__shim [err] 12: cairo_lang_lowering::implicits::FunctionImplicitsTrait::function_with_body_implicits [err] 13: cairo_lang_lowering::optimizations::gas_redeposit::gas_redeposit [err] 14: cairo_lang_lowering::optimizations::strategy::OptimizationStrategyId::apply_strategy [err] 15: ::execute [err] 16: salsa::derived::slot::Slot::execute [err] 17: ::lowered_body::__shim [err] 18: cairo_lang_sierra_generator::function_generator::priv_function_with_body_sierra_data [err] 19: salsa::derived::slot::Slot::execute [err] 20: ::priv_function_with_body_sierra_data::__shim [err] 21: salsa::derived::slot::Slot::execute [err] 22: ::function_with_body_sierra::__shim [err] 23: ::estimate_size [err] 24: salsa::derived::slot::Slot::execute [err] 25: ::priv_should_specialize::__shim [err] 26: cairo_lang_lowering::optimizations::const_folding::const_folding [err] 27: cairo_lang_lowering::optimizations::strategy::OptimizationStrategyId::apply_strategy [err] 28: ::execute [err] 29: salsa::derived::slot::Slot::execute [err] 30: ::lowered_body::__shim [err] 31: salsa::derived::slot::Slot::execute [err] 32: ::lowered_direct_callees::__shim [err] 33: ::lowered_direct_callees [err] 34: salsa::derived::slot::Slot::execute [err] 35: ::lowered_direct_callees_with_body::__shim [err] 36: ::lowered_direct_callees_with_body [err] 37: cairo_lang_utils::graph_algos::strongly_connected_components::compute_scc_recursive [err] 38: cairo_lang_utils::graph_algos::strongly_connected_components::compute_scc_recursive [err] 39: salsa::derived::slot::Slot::execute [err] 40: ::lowered_scc::__shim [err] 41: ::lowered_scc [err] 42: salsa::derived::slot::Slot::execute [err] 43: ::lowered_scc_representative::__shim [err] 44: cairo_lang_lowering::implicits::FunctionImplicitsTrait::function_with_body_implicits [err] 45: cairo_lang_lowering::optimizations::gas_redeposit::gas_redeposit [err] 46: cairo_lang_lowering::optimizations::strategy::OptimizationStrategyId::apply_strategy [err] 47: ::execute [err] 48: salsa::derived::slot::Slot::execute [err] 49: ::lowered_body::__shim [err] 50: cairo_lang_sierra_generator::function_generator::priv_function_with_body_sierra_data [err] 51: salsa::derived::slot::Slot::execute [err] 52: ::priv_function_with_body_sierra_data::__shim [err] 53: salsa::derived::slot::Slot::execute [err] 54: ::function_with_body_sierra::__shim [err] 55: ::estimate_size [err] 56: salsa::derived::slot::Slot::execute [err] 57: ::priv_should_specialize::__shim [err] 58: cairo_lang_lowering::optimizations::const_folding::const_folding [err] 59: cairo_lang_lowering::optimizations::strategy::OptimizationStrategyId::apply_strategy [err] 60: ::execute [err] 61: salsa::derived::slot::Slot::execute [err] 62: ::lowered_body::__shim [err] 63: ::execute [err] 64: salsa::derived::slot::Slot::execute [err] 65: ::lowered_body::__shim [err] 66: cairo_lang_sierra_generator::function_generator::priv_function_with_body_sierra_data [err] 67: salsa::derived::slot::Slot::execute [err] 68: ::priv_function_with_body_sierra_data::__shim [err] 69: salsa::derived::slot::Slot::execute [err] 70: ::function_with_body_sierra::__shim [err] 71: ::estimate_size [err] 72: salsa::derived::slot::Slot::execute [err] 73: ::priv_should_inline::__shim [err] 74: cairo_lang_lowering::inline::apply_inlining [err] 75: cairo_lang_lowering::optimizations::strategy::OptimizationStrategyId::apply_strategy [err] 76: ::execute [err] 77: salsa::derived::slot::Slot::execute [err] 78: ::lowered_body::__shim [err] 79: ::execute [err] 80: salsa::derived::slot::Slot::execute [err] 81: ::lowered_body::__shim [err] 82: cairo_lang_sierra_generator::function_generator::priv_function_with_body_sierra_data [err] 83: salsa::derived::slot::Slot::execute [err] 84: ::priv_function_with_body_sierra_data::__shim [err] 85: salsa::derived::slot::Slot::execute [err] 86: ::function_with_body_sierra::__shim [err] 87: rayon_core::scope::ScopeBase::complete [err] 88: rayon_core::scope::scope::{{closure}} [err] 89: cairo_lang_compiler::warmup_db_blocking::{{closure}}::{{closure}}::handle_func_inner [err] 90: as rayon_core::job::Job>::execute [err] 91: rayon_core::registry::WorkerThread::wait_until_cold [err] 92: rayon_core::scope::ScopeBase::complete [err] 93: rayon_core::scope::scope::{{closure}} [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-analyzer-salsa-0.17.0-pre.6/src/runtime.rs:362:13: [err] Box [err] stack backtrace: [err] 0: std::panicking::begin_panic [err] 1: salsa::runtime::Runtime::unblock_cycle_and_maybe_throw [err] 2: salsa::derived::slot::Slot::probe [err] 3: ::lowered_direct_callees_with_body::__shim [err] 4: ::lowered_direct_callees_with_body [err] 5: cairo_lang_utils::graph_algos::strongly_connected_components::compute_scc_recursive [err] 6: cairo_lang_utils::graph_algos::strongly_connected_components::compute_scc_recursive [err] 7: salsa::derived::slot::Slot::execute [err] 8: ::lowered_scc::__shim [err] 9: ::lowered_scc [err] 10: salsa::derived::slot::Slot::execute [err] 11: ::lowered_scc_representative::__shim [err] 12: cairo_lang_lowering::implicits::FunctionImplicitsTrait::function_with_body_implicits [err] 13: cairo_lang_lowering::optimizations::gas_redeposit::gas_redeposit [err] 14: cairo_lang_lowering::optimizations::strategy::OptimizationStrategyId::apply_strategy [err] 15: ::execute [err] 16: salsa::derived::slot::Slot::execute [err] 17: ::lowered_body::__shim [err] 18: cairo_lang_sierra_generator::function_generator::priv_function_with_body_sierra_data [err] 19: salsa::derived::slot::Slot::execute [err] 20: ::priv_function_with_body_sierra_data::__shim [err] 21: salsa::derived::slot::Slot::execute [err] 22: ::function_with_body_sierra::__shim [err] 23: ::estimate_size [err] 24: salsa::derived::slot::Slot::execute [err] 25: ::priv_should_specialize::__shim [err] 26: cairo_lang_lowering::optimizations::const_folding::const_folding [err] 27: cairo_lang_lowering::optimizations::strategy::OptimizationStrategyId::apply_strategy [err] 28: ::execute [err] 29: salsa::derived::slot::Slot::execute [err] 30: ::lowered_body::__shim [err] 31: salsa::derived::slot::Slot::execute [err] 32: ::lowered_direct_callees::__shim [err] 33: ::lowered_direct_callees [err] 34: salsa::derived::slot::Slot::execute [err] 35: ::lowered_direct_callees_with_body::__shim [err] 36: ::lowered_direct_callees_with_body [err] 37: cairo_lang_utils::graph_algos::strongly_connected_components::compute_scc_recursive [err] 38: cairo_lang_utils::graph_algos::strongly_connected_components::compute_scc_recursive [err] 39: salsa::derived::slot::Slot::execute [err] 40: ::lowered_scc::__shim [err] 41: ::lowered_scc [err] 42: salsa::derived::slot::Slot::execute [err] 43: ::lowered_scc_representative::__shim [err] 44: cairo_lang_lowering::implicits::FunctionImplicitsTrait::function_with_body_implicits [err] 45: cairo_lang_lowering::optimizations::gas_redeposit::gas_redeposit [err] 46: cairo_lang_lowering::optimizations::strategy::OptimizationStrategyId::apply_strategy [err] 47: ::execute [err] 48: salsa::derived::slot::Slot::execute [err] 49: ::lowered_body::__shim [err] 50: cairo_lang_sierra_generator::function_generator::priv_function_with_body_sierra_data [err] 51: salsa::derived::slot::Slot::execute [err] 52: ::priv_function_with_body_sierra_data::__shim [err] 53: salsa::derived::slot::Slot::execute [err] 54: ::function_with_body_sierra::__shim [err] 55: rayon_core::scope::ScopeBase::complete [err] 56: rayon_core::scope::scope::{{closure}} [err] 57: cairo_lang_compiler::warmup_db_blocking::{{closure}}::{{closure}}::handle_func_inner [err] 58: as rayon_core::job::Job>::execute [err] 59: rayon_core::registry::WorkerThread::wait_until_cold [err] 60: rayon_core::scope::ScopeBase::complete [err] 61: rayon_core::scope::scope::{{closure}} [err] 62: as rayon_core::job::Job>::execute [err] 63: rayon_core::registry::WorkerThread::wait_until_cold [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-analyzer-salsa-0.17.0-pre.6/src/runtime.rs:362:13: [err] Box [err] stack backtrace: [err] 0: std::panicking::begin_panic [err] 1: salsa::runtime::Runtime::unblock_cycle_and_maybe_throw [err] 2: salsa::derived::slot::Slot::probe [err] 3: ::lowered_direct_callees_with_body::__shim [err] 4: ::lowered_direct_callees_with_body [err] 5: cairo_lang_utils::graph_algos::strongly_connected_components::compute_scc_recursive [err] 6: cairo_lang_utils::graph_algos::strongly_connected_components::compute_scc_recursive [err] 7: salsa::derived::slot::Slot::execute [err] 8: ::lowered_scc::__shim [err] 9: ::lowered_scc [err] 10: salsa::derived::slot::Slot::execute [err] 11: ::lowered_scc_representative::__shim [err] 12: cairo_lang_lowering::implicits::FunctionImplicitsTrait::function_with_body_implicits [err] 13: cairo_lang_lowering::optimizations::gas_redeposit::gas_redeposit [err] 14: cairo_lang_lowering::optimizations::strategy::OptimizationStrategyId::apply_strategy [err] 15: ::execute [err] 16: salsa::derived::slot::Slot::execute [err] 17: ::lowered_body::__shim [err] 18: cairo_lang_sierra_generator::function_generator::priv_function_with_body_sierra_data [err] 19: salsa::derived::slot::Slot::execute [err] 20: ::priv_function_with_body_sierra_data::__shim [err] 21: salsa::derived::slot::Slot::execute [err] 22: ::function_with_body_sierra::__shim [err] 23: ::estimate_size [err] 24: salsa::derived::slot::Slot::execute [err] 25: ::priv_should_specialize::__shim [err] 26: cairo_lang_lowering::optimizations::const_folding::const_folding [err] 27: cairo_lang_lowering::optimizations::strategy::OptimizationStrategyId::apply_strategy [err] 28: ::execute [err] 29: salsa::derived::slot::Slot::execute [err] 30: ::lowered_body::__shim [err] 31: salsa::derived::slot::Slot::execute [err] 32: ::lowered_direct_callees::__shim [err] 33: ::lowered_direct_callees [err] 34: salsa::derived::slot::Slot::execute [err] 35: ::lowered_direct_callees_with_body::__shim [err] 36: ::lowered_direct_callees_with_body [err] 37: cairo_lang_utils::graph_algos::strongly_connected_components::compute_scc_recursive [err] 38: cairo_lang_utils::graph_algos::strongly_connected_components::compute_scc_recursive [err] 39: salsa::derived::slot::Slot::execute [err] 40: ::lowered_scc::__shim [err] 41: ::lowered_scc [err] 42: salsa::derived::slot::Slot::execute [err] 43: ::lowered_scc_representative::__shim [err] 44: cairo_lang_lowering::implicits::FunctionImplicitsTrait::function_with_body_implicits [err] 45: cairo_lang_lowering::optimizations::gas_redeposit::gas_redeposit [err] 46: cairo_lang_lowering::optimizations::strategy::OptimizationStrategyId::apply_strategy [err] 47: ::execute [err] 48: salsa::derived::slot::Slot::execute [err] 49: ::lowered_body::__shim [err] 50: cairo_lang_sierra_generator::function_generator::priv_function_with_body_sierra_data [err] 51: salsa::derived::slot::Slot::execute [err] 52: ::priv_function_with_body_sierra_data::__shim [err] 53: salsa::derived::slot::Slot::execute [err] 54: ::function_with_body_sierra::__shim [err] 55: rayon_core::scope::ScopeBase::complete [err] 56: rayon_core::scope::scope::{{closure}} [err] 57: cairo_lang_compiler::warmup_db_blocking::{{closure}}::{{closure}}::handle_func_inner [err] 58: as rayon_core::job::Job>::execute [err] 59: rayon_core::registry::WorkerThread::wait_until_cold [err] 60: rayon_core::scope::ScopeBase::complete [err] 61: rayon_core::scope::scope::{{closure}} [err] 62: as rayon_core::job::Job>::execute [err] 63: rayon_core::registry::WorkerThread::wait_until_cold [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] Rayon: detected unexpected panic; aborting [err] Error: `scarb metadata` exited with error [err] [err] Stack backtrace: [err] 0: anyhow::error:: for anyhow::Error>::from [err] 1: scarb_cairo_test::main [err] 2: std::sys::backtrace::__rust_begin_short_backtrace [err] 3: main [err] 4: __libc_start_call_main [err] 5: __libc_start_main_impl [err] 6: _start Process finished with exit code 1 >>> SCARB_IGNORE_CAIRO_VERSION=true maat-test-ls [err] 0.004577529s WARN cairo_language_server::config: client does not support `workspace/configuration` requests, config will not be reloaded [out] Opening file:///mnt/maat-workbench/crates/algebra/src/lib.cairo [out] Opening file:///mnt/maat-workbench/crates/defi/src/lib.cairo [out] Opening file:///mnt/maat-workbench/crates/map/src/lib.cairo [out] Opening file:///mnt/maat-workbench/crates/random/src/lib.cairo [out] Opening file:///mnt/maat-workbench/crates/rating/src/lib.cairo [out] Opening file:///mnt/maat-workbench/crates/security/src/lib.cairo [out] [out] ============================== [out] Analysis completed, server is idle. [out] [out] ============================== [out] # Analyzed Crates [out] --- [out] ```json [out] { [out] "name": "core", [out] "source_paths": [ [out] "/mnt/maat-cache/scarb/registry/std/v2.12.0-rc.0/core/src/lib.cairo" [out] ], [out] "settings": { [out] "name": "core", [out] "edition": "2024_07", [out] "version": "2.12.0-rc.0", [out] "cfg_set": [ [out] [ [out] "target", [out] "lib" [out] ], [out] [ [out] "target", [out] "test" [out] ] [out] ], [out] "dependencies": { [out] "core": { [out] "discriminator": null [out] } [out] }, [out] "experimental_features": { [out] "negative_impls": true, [out] "associated_item_constraints": true, [out] "coupons": true, [out] "user_defined_inline_macros": false [out] } [out] }, [out] "linter_configuration": { [out] "include_compiler_generated_files": false [out] }, [out] "plugins": { [out] "builtin_plugins": [ [out] "Executable", [out] "CairoTest" [out] ] [out] } [out] } [out] [out] { [out] "name": "cubit", [out] "source_paths": [ [out] "/mnt/maat-cache/scarb/registry/git/checkouts/cubit-79j4nvhjjm5qc/32a20af/src/lib.cairo" [out] ], [out] "settings": { [out] "name": "cubit", [out] "edition": "2023_10", [out] "version": "1.3.0", [out] "cfg_set": [ [out] [ [out] "target", [out] "lib" [out] ], [out] [ [out] "target", [out] "test" [out] ] [out] ], [out] "dependencies": { [out] "core": { [out] "discriminator": null [out] }, [out] "cubit": { [out] "discriminator": "cubit 1.3.0 (git+https://github.com/bengineer42/cubit?branch=bump-cairo-gt-2.8#32a20af893b3e26e6f5cf436c509457d6500ca5c)" [out] } [out] }, [out] "experimental_features": { [out] "negative_impls": false, [out] "associated_item_constraints": false, [out] "coupons": false, [out] "user_defined_inline_macros": false [out] } [out] }, [out] "linter_configuration": { [out] "include_compiler_generated_files": false [out] }, [out] "plugins": { [out] "builtin_plugins": [ [out] "Starknet" [out] ] [out] } [out] } [out] [out] { [out] "name": "origami_algebra", [out] "source_paths": [ [out] "/mnt/maat-workbench/crates/algebra/src/lib.cairo" [out] ], [out] "settings": { [out] "name": "origami_algebra", [out] "edition": "2024_07", [out] "version": "1.1.2", [out] "cfg_set": [ [out] [ [out] "target", [out] "lib" [out] ], [out] [ [out] "target", [out] "test" [out] ], [out] "test" [out] ], [out] "dependencies": { [out] "core": { [out] "discriminator": null [out] }, [out] "cubit": { [out] "discriminator": "cubit 1.3.0 (git+https://github.com/bengineer42/cubit?branch=bump-cairo-gt-2.8#32a20af893b3e26e6f5cf436c509457d6500ca5c)" [out] }, [out] "origami_algebra": { [out] "discriminator": "origami_algebra 1.1.2 (path+file:///mnt/maat-workbench/crates/algebra/Scarb.toml)" [out] } [out] }, [out] "experimental_features": { [out] "negative_impls": false, [out] "associated_item_constraints": false, [out] "coupons": false, [out] "user_defined_inline_macros": false [out] } [out] }, [out] "linter_configuration": { [out] "include_compiler_generated_files": false [out] }, [out] "plugins": { [out] "builtin_plugins": [ [out] "CairoTest" [out] ] [out] } [out] } [out] [out] { [out] "name": "origami_defi", [out] "source_paths": [ [out] "/mnt/maat-workbench/crates/defi/src/lib.cairo" [out] ], [out] "settings": { [out] "name": "origami_defi", [out] "edition": "2024_07", [out] "version": "1.1.2", [out] "cfg_set": [ [out] [ [out] "target", [out] "lib" [out] ], [out] [ [out] "target", [out] "test" [out] ], [out] "test" [out] ], [out] "dependencies": { [out] "core": { [out] "discriminator": null [out] }, [out] "cubit": { [out] "discriminator": "cubit 1.3.0 (git+https://github.com/bengineer42/cubit?branch=bump-cairo-gt-2.8#32a20af893b3e26e6f5cf436c509457d6500ca5c)" [out] }, [out] "origami_defi": { [out] "discriminator": "origami_defi 1.1.2 (path+file:///mnt/maat-workbench/crates/defi/Scarb.toml)" [out] } [out] }, [out] "experimental_features": { [out] "negative_impls": false, [out] "associated_item_constraints": false, [out] "coupons": false, [out] "user_defined_inline_macros": false [out] } [out] }, [out] "linter_configuration": { [out] "include_compiler_generated_files": false [out] }, [out] "plugins": { [out] "builtin_plugins": [ [out] "CairoTest", [out] "Starknet" [out] ] [out] } [out] } [out] [out] { [out] "name": "origami_map", [out] "source_paths": [ [out] "/mnt/maat-workbench/crates/map/src/lib.cairo" [out] ], [out] "settings": { [out] "name": "origami_map", [out] "edition": "2024_07", [out] "version": "1.1.2", [out] "cfg_set": [ [out] [ [out] "target", [out] "lib" [out] ], [out] [ [out] "target", [out] "test" [out] ], [out] "test" [out] ], [out] "dependencies": { [out] "core": { [out] "discriminator": null [out] }, [out] "origami_map": { [out] "discriminator": "origami_map 1.1.2 (path+file:///mnt/maat-workbench/crates/map/Scarb.toml)" [out] } [out] }, [out] "experimental_features": { [out] "negative_impls": false, [out] "associated_item_constraints": false, [out] "coupons": false, [out] "user_defined_inline_macros": false [out] } [out] }, [out] "linter_configuration": { [out] "include_compiler_generated_files": false [out] }, [out] "plugins": { [out] "builtin_plugins": [ [out] "CairoTest" [out] ] [out] } [out] } [out] [out] { [out] "name": "origami_random", [out] "source_paths": [ [out] "/mnt/maat-workbench/crates/random/src/lib.cairo" [out] ], [out] "settings": { [out] "name": "origami_random", [out] "edition": "2024_07", [out] "version": "1.1.2", [out] "cfg_set": [ [out] [ [out] "target", [out] "lib" [out] ], [out] [ [out] "target", [out] "test" [out] ], [out] "test" [out] ], [out] "dependencies": { [out] "core": { [out] "discriminator": null [out] }, [out] "origami_random": { [out] "discriminator": "origami_random 1.1.2 (path+file:///mnt/maat-workbench/crates/random/Scarb.toml)" [out] } [out] }, [out] "experimental_features": { [out] "negative_impls": false, [out] "associated_item_constraints": false, [out] "coupons": false, [out] "user_defined_inline_macros": false [out] } [out] }, [out] "linter_configuration": { [out] "include_compiler_generated_files": false [out] }, [out] "plugins": { [out] "builtin_plugins": [ [out] "CairoTest" [out] ] [out] } [out] } [out] [out] { [out] "name": "origami_rating", [out] "source_paths": [ [out] "/mnt/maat-workbench/crates/rating/src/lib.cairo" [out] ], [out] "settings": { [out] "name": "origami_rating", [out] "edition": "2024_07", [out] "version": "1.1.2", [out] "cfg_set": [ [out] [ [out] "target", [out] "lib" [out] ], [out] [ [out] "target", [out] "test" [out] ], [out] "test" [out] ], [out] "dependencies": { [out] "core": { [out] "discriminator": null [out] }, [out] "origami_rating": { [out] "discriminator": "origami_rating 1.1.2 (path+file:///mnt/maat-workbench/crates/rating/Scarb.toml)" [out] } [out] }, [out] "experimental_features": { [out] "negative_impls": false, [out] "associated_item_constraints": false, [out] "coupons": false, [out] "user_defined_inline_macros": false [out] } [out] }, [out] "linter_configuration": { [out] "include_compiler_generated_files": false [out] }, [out] "plugins": { [out] "builtin_plugins": [ [out] "CairoTest" [out] ] [out] } [out] } [out] [out] { [out] "name": "origami_security", [out] "source_paths": [ [out] "/mnt/maat-workbench/crates/security/src/lib.cairo" [out] ], [out] "settings": { [out] "name": "origami_security", [out] "edition": "2024_07", [out] "version": "1.1.2", [out] "cfg_set": [ [out] [ [out] "target", [out] "lib" [out] ], [out] [ [out] "target", [out] "test" [out] ], [out] "test" [out] ], [out] "dependencies": { [out] "core": { [out] "discriminator": null [out] }, [out] "origami_security": { [out] "discriminator": "origami_security 1.1.2 (path+file:///mnt/maat-workbench/crates/security/Scarb.toml)" [out] } [out] }, [out] "experimental_features": { [out] "negative_impls": false, [out] "associated_item_constraints": false, [out] "coupons": false, [out] "user_defined_inline_macros": false [out] } [out] }, [out] "linter_configuration": { [out] "include_compiler_generated_files": false [out] }, [out] "plugins": { [out] "builtin_plugins": [ [out] "CairoTest" [out] ] [out] } [out] } [out] ``` [out] [out] ============================== [out] file:///mnt/maat-workbench/crates/algebra/src/matrix.cairo (8) [out] (W) Plugin diagnostic: you seem to be trying to use `loop`. Consider replacing this `loop` with a `while` loop for clarity and conciseness [Ln 59, Col 8] [out] (W) Plugin diagnostic: you seem to be trying to use `loop`. Consider replacing this `loop` with a `while` loop for clarity and conciseness [Ln 75, Col 8] [out] (W) Plugin diagnostic: you seem to be trying to use `loop`. Consider replacing this `loop` with a `while` loop for clarity and conciseness [Ln 106, Col 8] [out] (W) Plugin diagnostic: you seem to be trying to use `loop`. Consider replacing this `loop` with a `while` loop for clarity and conciseness [Ln 134, Col 8] [out] (W) Plugin diagnostic: you seem to be trying to use `loop`. Consider replacing this `loop` with a `while` loop for clarity and conciseness [Ln 178, Col 8] [out] (W) Plugin diagnostic: you seem to be trying to use `loop`. Consider replacing this `loop` with a `while` loop for clarity and conciseness [Ln 210, Col 8] [out] (W) Plugin diagnostic: you seem to be trying to use `loop`. Consider replacing this `loop` with a `while` loop for clarity and conciseness [Ln 252, Col 12] [out] (W) Plugin diagnostic: you seem to be trying to use `loop`. Consider replacing this `loop` with a `while` loop for clarity and conciseness [Ln 242, Col 8] [out] file:///mnt/maat-workbench/crates/algebra/src/vec2.cairo (26) [out] (W) Plugin diagnostic: Unnecessary comparison with a boolean value. Use the variable directly. [Ln 114, Col 15] [out] (W) Plugin diagnostic: Unnecessary comparison with a boolean value. Use the variable directly. [Ln 116, Col 15] [out] (W) Plugin diagnostic: Unnecessary comparison with a boolean value. Use the variable directly. [Ln 120, Col 15] [out] (W) Plugin diagnostic: Unnecessary comparison with a boolean value. Use the variable directly. [Ln 121, Col 15] [out] (W) Plugin diagnostic: Unnecessary comparison with a boolean value. Use the variable directly. [Ln 131, Col 15] [out] (W) Plugin diagnostic: Unnecessary comparison with a boolean value. Use the variable directly. [Ln 133, Col 15] [out] (W) Plugin diagnostic: Unnecessary comparison with a boolean value. Use the variable directly. [Ln 137, Col 15] [out] (W) Plugin diagnostic: Unnecessary comparison with a boolean value. Use the variable directly. [Ln 138, Col 15] [out] (W) Plugin diagnostic: Unnecessary comparison with a boolean value. Use the variable directly. [Ln 154, Col 15] [out] (W) Plugin diagnostic: Unnecessary comparison with a boolean value. Use the variable directly. [Ln 156, Col 15] [out] (W) Plugin diagnostic: Unnecessary comparison with a boolean value. Use the variable directly. [Ln 161, Col 15] [out] (W) Plugin diagnostic: Unnecessary comparison with a boolean value. Use the variable directly. [Ln 163, Col 15] [out] (W) Plugin diagnostic: Unnecessary comparison with a boolean value. Use the variable directly. [Ln 178, Col 15] [out] (W) Plugin diagnostic: Unnecessary comparison with a boolean value. Use the variable directly. [Ln 182, Col 15] [out] (W) Plugin diagnostic: Unnecessary comparison with a boolean value. Use the variable directly. [Ln 197, Col 15] [out] (W) Plugin diagnostic: Unnecessary comparison with a boolean value. Use the variable directly. [Ln 199, Col 15] [out] (W) Plugin diagnostic: Unnecessary comparison with a boolean value. Use the variable directly. [Ln 203, Col 15] [out] (W) Plugin diagnostic: Unnecessary comparison with a boolean value. Use the variable directly. [Ln 205, Col 15] [out] (W) Plugin diagnostic: Unnecessary comparison with a boolean value. Use the variable directly. [Ln 216, Col 15] [out] (W) Plugin diagnostic: Unnecessary comparison with a boolean value. Use the variable directly. [Ln 218, Col 15] [out] (W) Plugin diagnostic: Unnecessary comparison with a boolean value. Use the variable directly. [Ln 229, Col 15] [out] (W) Plugin diagnostic: Unnecessary comparison with a boolean value. Use the variable directly. [Ln 231, Col 15] [out] (W) Plugin diagnostic: Unnecessary comparison with a boolean value. Use the variable directly. [Ln 242, Col 15] [out] (W) Plugin diagnostic: Unnecessary comparison with a boolean value. Use the variable directly. [Ln 244, Col 15] [out] (W) Plugin diagnostic: Unnecessary comparison with a boolean value. Use the variable directly. [Ln 255, Col 15] [out] (W) Plugin diagnostic: Unnecessary comparison with a boolean value. Use the variable directly. [Ln 257, Col 15] [out] file:///mnt/maat-workbench/crates/algebra/src/vector.cairo (2) [out] (W) Plugin diagnostic: you seem to be trying to use `loop`. Consider replacing this `loop` with a `while` loop for clarity and conciseness [Ln 62, Col 8] [out] (W) Plugin diagnostic: you seem to be trying to use `loop`. Consider replacing this `loop` with a `while` loop for clarity and conciseness [Ln 82, Col 8] [out] file:///mnt/maat-workbench/crates/map/src/finders/astar.cairo (1) [out] (W) Plugin diagnostic: Manual `unwrap_or` detected. Consider using `unwrap_or()` instead. [Ln 90, Col 27] [out] file:///mnt/maat-workbench/crates/map/src/finders/dfs.cairo (1) [out] (W) Plugin diagnostic: you seem to be trying to use `loop`. Consider replacing this `loop` with a `while` loop for clarity and conciseness [Ln 81, Col 8] [out] file:///mnt/maat-workbench/crates/map/src/finders/dijkstra.cairo (1) [out] (W) Plugin diagnostic: Manual `unwrap_or` detected. Consider using `unwrap_or()` instead. [Ln 80, Col 27] [out] file:///mnt/maat-workbench/crates/map/src/finders/finder.cairo (1) [out] (W) Plugin diagnostic: you seem to be trying to use `loop`. Consider replacing this `loop` with a `while` loop for clarity and conciseness [Ln 112, Col 8] [out] file:///mnt/maat-workbench/crates/map/src/finders/greedy.cairo (1) [out] (W) Plugin diagnostic: Manual `unwrap_or` detected. Consider using `unwrap_or()` instead. [Ln 88, Col 27] [out] file:///mnt/maat-workbench/crates/map/src/helpers/bitmap.cairo (1) [out] (W) Plugin diagnostic: You seem to be trying to use `&` for parity check. Consider using `DivRem::div_rem()` instead. [Ln 114, Col 12] [out] file:///mnt/maat-workbench/crates/map/src/hex.cairo (12) [out] (W) Plugin diagnostic: Unnecessary comparison with a boolean value. Use the variable directly. [Ln 113, Col 58] [out] (W) Plugin diagnostic: Each `if`-statement adds one level of nesting, which makes code look more complex than it really is. [Ln 78, Col 12] [out] (W) Plugin diagnostic: you seem to be trying to use `loop`. Consider replacing this `loop` with a `while` loop for clarity and conciseness [Ln 112, Col 20] [out] (W) Plugin diagnostic: you seem to be trying to use `loop`. Consider replacing this `loop` with a `while` loop for clarity and conciseness [Ln 103, Col 16] [out] (W) Plugin diagnostic: you seem to be trying to use `loop`. Consider replacing this `loop` with a `while` loop for clarity and conciseness [Ln 96, Col 12] [out] (W) Plugin diagnostic: you seem to be trying to use `loop`. Consider replacing this `loop` with a `while` loop for clarity and conciseness [Ln 91, Col 8] [out] (W) Plugin diagnostic: redundant parentheses in enum call [Ln 154, Col 46] [out] (W) Plugin diagnostic: redundant parentheses in enum call [Ln 159, Col 52] [out] (W) Plugin diagnostic: redundant parentheses in enum call [Ln 164, Col 52] [out] (W) Plugin diagnostic: redundant parentheses in enum call [Ln 169, Col 46] [out] (W) Plugin diagnostic: redundant parentheses in enum call [Ln 174, Col 52] [out] (W) Plugin diagnostic: redundant parentheses in enum call [Ln 179, Col 52] [out] file:///mnt/maat-workbench/crates/map/src/map.cairo (1) [out] (W) Plugin diagnostic: you seem to be trying to use `loop`. Consider replacing this `loop` with a `while` loop for clarity and conciseness [Ln 166, Col 8] [out] file:///mnt/maat-workbench/crates/random/src/deck.cairo (10) [out] (W) Plugin diagnostic: you seem to be trying to use `loop` for iterating over a span. Consider using `for in` [Ln 145, Col 8] [out] (W) Plugin diagnostic: you seem to be trying to use `loop`. Consider replacing this `loop` with a `while` loop for clarity and conciseness [Ln 84, Col 8] [out] (W) Plugin diagnostic: This operation results in the value being erased (e.g., multiplication by 0). Consider replacing the entire expression with 0. [Ln 179, Col 27] [out] (W) Plugin diagnostic: This operation results in the value being erased (e.g., multiplication by 0). Consider replacing the entire expression with 0. [Ln 179, Col 38] [out] (W) Plugin diagnostic: This operation results in the value being erased (e.g., multiplication by 0). Consider replacing the entire expression with 0. [Ln 179, Col 58] [out] (W) Plugin diagnostic: This operation results in the value being erased (e.g., multiplication by 0). Consider replacing the entire expression with 0. [Ln 179, Col 68] [out] (W) Plugin diagnostic: This operation doesn't change the value and can be simplified. [Ln 179, Col 48] [out] (W) Plugin diagnostic: This operation doesn't change the value and can be simplified. [Ln 179, Col 68] [out] (W) Plugin diagnostic: you seem to be trying to use `loop`. Consider replacing this `loop` with a `while` loop for clarity and conciseness [Ln 211, Col 8] [out] (W) Plugin diagnostic: you seem to be trying to use `loop`. Consider replacing this `loop` with a `while` loop for clarity and conciseness [Ln 227, Col 8] [out] total: 0 errors, 65 warnings, 0 infos, 0 hints [out] [out] ============================== [out] CairoLS process exited with code: 0