=== EkuboProtocol/starknet-contracts-8b4de8b57 === >>> git clone --depth 1 --no-tags https://github.com/EkuboProtocol/starknet-contracts . [err] Cloning into '.'... >>> maat-check-versions [out] Name Version Source Installed [out] nodejs 24.5.0 ASDF_NODEJS_VERSION true [out] scarb 2.17.0-rc.0 ASDF_SCARB_VERSION true [out] starknet-foundry 0.56.0 ASDF_STARKNET-FOUNDRY_VERSION true >>> maat-patch [err] Installed 1 package in 1ms [out] diff --git a/Scarb.toml b/Scarb.toml [out] index 3f0441a..328a747 100644 [out] --- a/Scarb.toml [out] +++ b/Scarb.toml [out] @@ -3,7 +3,7 @@ name = "ekubo" [out] version = "0.1.0" [out] description = "An AMM protocol built in Cairo featuring concentrated liquidity and extensions" [out] homepage = "https://ekubo.org" [out] -cairo-version = ">=2.15.0" [out] +cairo-version = "2.17.0-rc.0" # NOTE: added by maat-patch, was: '>=2.15.0' [out] edition = '2024_07' [out] [out] [lib] [out] @@ -14,6 +14,8 @@ starknet = ">=2.15.0" [out] [tool.fmt] [out] sort-module-level-items = true [out] [out] +[tool.scarb] [out] +allow-prebuilt-plugins = ["snforge_std"] # NOTE: maat-patch added 'snforge_std' [out] [[target.starknet-contract]] [out] allowed-libfuncs-list.name = "audited" [out] casm = true [out] @@ -23,4 +25,15 @@ cairo_test = ">=2.15.0" [out] snforge_std = ">=0.55.0" [out] [out] [scripts] [out] -test = "snforge test" [out] +test = "snforge test --fuzzer-seed 1" # NOTE: added by maat-patch, was: 'snforge test' [out] + [out] +[patch.scarbs-xyz] [out] +assert_macros = "2.17.0-rc.0" # NOTE: added by maat-patch, was: None [out] +starknet = "2.17.0-rc.0" # NOTE: added by maat-patch, was: None [out] +cairo_test = "2.17.0-rc.0" # NOTE: added by maat-patch, was: None [out] +snforge_std = "0.56.0" # NOTE: added by maat-patch, was: None [out] +snforge_scarb_plugin = "0.56.0" # NOTE: added by maat-patch, was: None [out] + [out] +[patch."https://github.com/foundry-rs/starknet-foundry.git"] [out] +snforge_std = "0.56.0" # NOTE: added by maat-patch, was: None [out] +snforge_scarb_plugin = "0.56.0" # NOTE: added by maat-patch, was: None >>> scarb fetch [out] Downloading snforge_scarb_plugin v0.56.0 [out] Downloading snforge_std v0.56.0 [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_std` (`registry+https://scarbs.xyz/`) for source `https://github.com/foundry-rs/starknet-foundry` has not been used [out] warn: patch `starknet` (`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 >>> scarb tree -q --workspace [out] ekubo v0.1.0 (/mnt/maat-workbench/Scarb.toml) [out] ├── starknet v2.17.0-rc.0 (std) [out] └── [dev-dependencies] [out] ├── cairo_test v2.17.0-rc.0 (std) [out] ├── snforge_std v0.56.0 [out] │ └── snforge_scarb_plugin v0.56.0 [out] └── snforge_scarb_plugin v0.56.0 (*) >>> SCARB_IGNORE_CAIRO_VERSION=true scarb build --workspace --test [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://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 `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 `assert_macros` (`registry+https://scarbs.xyz/`) for source `https://scarbs.xyz/` has not been used [out] Compiling test(ekubo_unittest) ekubo v0.1.0 (/mnt/maat-workbench/Scarb.toml) [out] Finished `dev` profile target(s) in 28 seconds >>> SCARB_IGNORE_CAIRO_VERSION=true scarb lint --workspace --deny-warnings [out] warn: patch `assert_macros` (`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_std` (`registry+https://scarbs.xyz/`) for source `https://github.com/foundry-rs/starknet-foundry` 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://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] Linting lib(ekubo) ekubo v0.1.0 (/mnt/maat-workbench/Scarb.toml) [err] [err] thread 'main' (1) panicked at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cairo-lang-lowering-2.17.0-rc.0/src/db.rs:823:13: [err] Function should only be called with fully concrete types [err] stack backtrace: [err] 0: __rustc::rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: ::execute [err] 3: salsa::function::execute::>::execute [err] 4: salsa::function::fetch::>::fetch_cold [err] 5: std::thread::local::LocalKey::with [err] 6: ::execute [err] 7: salsa::function::execute::>::execute [err] 8: salsa::function::fetch::>::fetch_cold [err] 9: std::thread::local::LocalKey::with [err] 10: as core::iter::traits::iterator::Iterator>::fold [err] 11: ::block_end_weight [err] 12: as core::iter::traits::iterator::Iterator>::fold [err] 13: cairo_lang_lowering::db::estimate_size [err] 14: ::execute [err] 15: salsa::function::execute::>::execute [err] 16: salsa::function::fetch::>::fetch_cold [err] 17: std::thread::local::LocalKey::with [err] 18: cairo_lang_lowering::db::LoweringGroup::priv_should_specialize [err] 19: cairo_lang_lowering::optimizations::const_folding::ConstFoldingContext::visit_statement [err] 20: cairo_lang_lowering::inline::apply_inlining [err] 21: cairo_lang_lowering::optimizations::strategy::OptimizationPhase::apply [err] 22: cairo_lang_lowering::optimizations::strategy::OptimizationStrategyId::apply_strategy [err] 23: ::execute [err] 24: salsa::function::execute::>::execute [err] 25: salsa::function::fetch::>::fetch_cold [err] 26: std::thread::local::LocalKey::with [err] 27: cairo_lint::lints::assert_on_const::check_assert_on_const [err] 28: ::execute [err] 29: salsa::function::execute::>::execute [err] 30: core::option::Option::or_else [err] 31: std::thread::local::LocalKey::with [err] 32: as core::iter::traits::iterator::Iterator>::next [err] 33: as alloc::vec::spec_from_iter_nested::SpecFromIterNested>::from_iter [err] 34: scarb::ops::lint::lint [err] 35: scarb::commands::lint::do_lint [err] 36: scarb::commands::lint::run [err] 37: scarb::commands::run [err] 38: scarb::main [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. Process finished with exit code 101 >>> SCARB_IGNORE_CAIRO_VERSION=true SNFORGE_FUZZER_SEED=1 SNFORGE_IGNORE_FORK_TESTS=1 scarb test --workspace [out] Running test ekubo (snforge test --fuzzer-seed 1) [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 `starknet` (`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 `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://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 `starknet` (`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_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 `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] Compiling test(ekubo_unittest) ekubo v0.1.0 (/mnt/maat-workbench/Scarb.toml) [out] Finished `dev` profile target(s) in 29 seconds [err] [ERROR] Unable to compile Sierra to Casm. No matching ContractClass or CasmContractClass found for version 1.8.0 [err] [ERROR] Unable to compile Sierra to Casm. No matching ContractClass or CasmContractClass found for version 1.8.0 [err] [ERROR] Unable to compile Sierra to Casm. No matching ContractClass or CasmContractClass found for version 1.8.0 [err] [ERROR] Unable to compile Sierra to Casm. No matching ContractClass or CasmContractClass found for version 1.8.0 [out] [ERROR] Error while compiling Sierra. Make sure you have the latest universal-sierra-compiler binary installed. Contact Starknet Foundry team through Github or Telegram if it doesn't help.: Command universal-sierra-compiler failed with status exit status: 2 Process finished with exit code 2 >>> SCARB_IGNORE_CAIRO_VERSION=true maat-test-ls [err] 0.007225886s WARN cairo_language_server::config: client does not support `workspace/configuration` requests, config will not be reloaded [out] Opening file:///mnt/maat-workbench/src/lib.cairo [out] [out] ============================== [err] [err] thread 'cairo-ls:diagnostic-worker:1' (27) panicked at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cairo-lang-lowering-2.17.0-rc.0/src/db.rs:823:13: [err] Function should only be called with fully concrete types [err] stack backtrace: [err] 0: __rustc::rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: ::execute [err] 3: salsa::function::execute::>::execute [err] 4: salsa::function::fetch::>::fetch_cold [err] 5: std::thread::local::LocalKey::with [err] 6: ::execute [err] 7: salsa::function::execute::>::execute [err] 8: salsa::function::fetch::>::fetch_cold [err] 9: std::thread::local::LocalKey::with [err] 10: as core::iter::traits::iterator::Iterator>::fold [err] 11: cairo_lang_lowering::db::estimate_size [err] 12: ::execute [err] 13: salsa::function::execute::>::execute [err] 14: salsa::function::fetch::>::fetch_cold [err] 15: std::thread::local::LocalKey::with [err] 16: cairo_lang_lowering::inline::apply_inlining [err] 17: cairo_lang_lowering::optimizations::strategy::OptimizationPhase::apply [err] 18: cairo_lang_lowering::optimizations::strategy::OptimizationStrategyId::apply_strategy [err] 19: ::execute [err] 20: salsa::function::execute::>::execute [err] 21: salsa::function::fetch::>::fetch_cold [err] 22: std::thread::local::LocalKey::with [err] 23: cairo_lint::lints::assert_on_const::check_assert_on_const [err] 24: ::execute [err] 25: salsa::function::execute::>::execute [err] 26: core::option::Option::or_else [err] 27: std::thread::local::LocalKey::with [err] 28: tracing::span::Span::in_scope [err] 29: cairo_language_server::lang::diagnostics::file_diagnostics::FilesDiagnostics::collect [err] 30: cairo_language_server::lang::diagnostics::refresh::refresh_diagnostics [err] 31: core::ops::function::FnOnce::call_once{{vtable.shim}} [err] 32: core::ops::function::FnOnce::call_once{{vtable.shim}} [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] 6.061344028s ERROR cairo_language_server::lang::diagnostics: caught panic in diagnostics worker [err] [err] thread 'cairo-ls:diagnostic-worker:1' (27) panicked at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cairo-lang-lowering-2.17.0-rc.0/src/db.rs:823:13: [err] Function should only be called with fully concrete types [err] stack backtrace: [err] 0: __rustc::rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: ::execute [err] 3: salsa::function::execute::>::execute [err] 4: salsa::function::fetch::>::fetch_cold [err] 5: std::thread::local::LocalKey::with [err] 6: ::execute [err] 7: salsa::function::execute::>::execute [err] 8: salsa::function::fetch::>::fetch_cold [err] 9: std::thread::local::LocalKey::with [err] 10: as core::iter::traits::iterator::Iterator>::fold [err] 11: cairo_lang_lowering::db::estimate_size [err] 12: ::execute [err] 13: salsa::function::execute::>::execute [err] 14: salsa::function::fetch::>::fetch_cold [err] 15: std::thread::local::LocalKey::with [err] 16: cairo_lang_lowering::inline::apply_inlining [err] 17: cairo_lang_lowering::optimizations::strategy::OptimizationPhase::apply [err] 18: cairo_lang_lowering::optimizations::strategy::OptimizationStrategyId::apply_strategy [err] 19: ::execute [err] 20: salsa::function::execute::>::execute [err] 21: salsa::function::fetch::>::fetch_cold [err] 22: std::thread::local::LocalKey::with [err] 23: cairo_lint::lints::assert_on_const::check_assert_on_const [err] 24: ::execute [err] 25: salsa::function::execute::>::execute [err] 26: core::option::Option::or_else [err] 27: std::thread::local::LocalKey::with [err] 28: tracing::span::Span::in_scope [err] 29: cairo_language_server::lang::diagnostics::file_diagnostics::FilesDiagnostics::collect [err] 30: cairo_language_server::lang::diagnostics::refresh::refresh_diagnostics [err] 31: core::ops::function::FnOnce::call_once{{vtable.shim}} [err] 32: core::ops::function::FnOnce::call_once{{vtable.shim}} [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] 9.741540716s ERROR cairo_language_server::lang::diagnostics: caught panic in diagnostics worker [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.17.0-rc.0/core/src/lib.cairo" [out] ], [out] "settings": { [out] "name": "core", [out] "edition": "2025_12", [out] "version": "2.17.0-rc.0", [out] "cfg_set": [ [out] [ [out] "target", [out] "lib" [out] ], [out] [ [out] "target", [out] "starknet-contract" [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": true, [out] "repr_ptrs": false [out] } [out] }, [out] "linter_configuration": "Off", [out] "plugins": { [out] "builtin_plugins": [ [out] "AssertMacros", [out] "Executable", [out] "CairoTest" [out] ] [out] } [out] } [out] [out] { [out] "name": "ekubo", [out] "source_paths": [ [out] "/mnt/maat-workbench/src/lib.cairo" [out] ], [out] "settings": { [out] "name": "ekubo", [out] "edition": "2024_07", [out] "version": "0.1.0", [out] "cfg_set": [ [out] [ [out] "target", [out] "lib" [out] ], [out] [ [out] "target", [out] "starknet-contract" [out] ], [out] [ [out] "target", [out] "test" [out] ], [out] "test" [out] ], [out] "dependencies": { [out] "core": { [out] "discriminator": null [out] }, [out] "ekubo": { [out] "discriminator": "ekubo 0.1.0 (path+file:///mnt/maat-workbench/Scarb.toml)" [out] }, [out] "snforge_std": { [out] "discriminator": "snforge_std 0.56.0 (registry+https://scarbs.xyz/)" [out] } [out] }, [out] "experimental_features": { [out] "negative_impls": false, [out] "associated_item_constraints": false, [out] "coupons": false, [out] "user_defined_inline_macros": false, [out] "repr_ptrs": false [out] } [out] }, [out] "linter_configuration": {}, [out] "plugins": { [out] "builtin_plugins": [ [out] "AssertMacros", [out] "CairoTest", [out] "Starknet" [out] ], [out] "proc_macros": [ [out] "snforge_scarb_plugin 0.56.0 (registry+https://scarbs.xyz/)" [out] ] [out] } [out] } [out] [out] { [out] "name": "snforge_std", [out] "source_paths": [ [out] "/mnt/maat-cache/scarb/registry/src/scarbs.xyz-9djtpev4jug5q/snforge_std-0.56.0/src/lib.cairo" [out] ], [out] "settings": { [out] "name": "snforge_std", [out] "edition": "2024_07", [out] "version": "0.56.0", [out] "cfg_set": [ [out] [ [out] "target", [out] "test" [out] ] [out] ], [out] "dependencies": { [out] "core": { [out] "discriminator": null [out] }, [out] "snforge_std": { [out] "discriminator": "snforge_std 0.56.0 (registry+https://scarbs.xyz/)" [out] } [out] }, [out] "experimental_features": { [out] "negative_impls": false, [out] "associated_item_constraints": false, [out] "coupons": false, [out] "user_defined_inline_macros": false, [out] "repr_ptrs": false [out] } [out] }, [out] "linter_configuration": "Off", [out] "plugins": { [out] "proc_macros": [ [out] "snforge_scarb_plugin 0.56.0 (registry+https://scarbs.xyz/)" [out] ] [out] } [out] } [out] ``` [out] [out] ============================== [out] file:///mnt/maat-workbench/src/core.cairo (3) [out] (W) Plugin diagnostic: Consider using else if instead of else { if ... } [Ln 942, Col 44] [out] (W) Plugin diagnostic: Redundant conversion: input and output types are the same. [Ln 970, Col 56] [out] (W) Plugin diagnostic: Redundant conversion: input and output types are the same. [Ln 974, Col 56] [out] file:///mnt/maat-workbench/src/extensions/limit_orders.cairo (1) [out] (W) Plugin diagnostic: unnecessary double parentheses found after break. Consider removing them. [Ln 376, Col 24] [out] file:///mnt/maat-workbench/src/extensions/oracle.cairo (1) [out] (W) Plugin diagnostic: Consider using else if instead of else { if ... } [Ln 298, Col 12] [out] file:///mnt/maat-workbench/src/extensions/twamm.cairo (1) [out] (W) Plugin diagnostic: unnecessary double parentheses found. Consider removing them. [Ln 440, Col 35] [out] file:///mnt/maat-workbench/src/lens/price_fetcher.cairo (2) [out] (W) Plugin diagnostic: Consider using else if instead of else { if ... } [Ln 137, Col 50] [out] (W) Plugin diagnostic: Consider using else if instead of else { if ... } [Ln 170, Col 20] [out] file:///mnt/maat-workbench/src/lens/token_registry.cairo (1) [out] (W) Plugin diagnostic: Redundant conversion: input and output types are the same. [Ln 136, Col 30] [out] file:///mnt/maat-workbench/src/math/exp.cairo (1) [out] (W) Plugin diagnostic: You seem to be trying to use `&` for parity check. Consider using `DivRem::div_rem()` instead. [Ln 18, Col 9] [out] file:///mnt/maat-workbench/src/math/muldiv.cairo (3) [out] (W) Plugin diagnostic: redundant parentheses in enum call [Ln 21, Col 15] [out] (W) Plugin diagnostic: redundant parentheses in enum call [Ln 40, Col 8] [out] (W) Plugin diagnostic: redundant parentheses in enum call [Ln 48, Col 12] [out] file:///mnt/maat-workbench/src/math/sqrt_ratio.cairo (7) [out] (W) Plugin diagnostic: redundant parentheses in enum call [Ln 27, Col 19] [out] (W) Plugin diagnostic: redundant parentheses in enum call [Ln 32, Col 19] [out] (W) Plugin diagnostic: redundant parentheses in enum call [Ln 48, Col 23] [out] (W) Plugin diagnostic: Consider using else if instead of else { if ... } [Ln 79, Col 15] [out] (W) Plugin diagnostic: redundant parentheses in enum call [Ln 76, Col 19] [out] (W) Plugin diagnostic: redundant parentheses in enum call [Ln 85, Col 16] [out] (W) Plugin diagnostic: redundant parentheses in enum call [Ln 92, Col 19] [out] file:///mnt/maat-workbench/src/math/ticks.cairo (2) [out] (W) Plugin diagnostic: Each `if`-statement adds one level of nesting, which makes code look more complex than it really is. [Ln 358, Col 4] [out] (W) Plugin diagnostic: You seem to be trying to use `&` for parity check. Consider using `DivRem::div_rem()` instead. [Ln 275, Col 9] [out] file:///mnt/maat-workbench/src/owned_nft.cairo (1) [out] (W) Plugin diagnostic: Each `if`-statement adds one level of nesting, which makes code look more complex than it really is. [Ln 150, Col 12] [out] file:///mnt/maat-workbench/src/revenue_buybacks.cairo (1) [out] (W) Plugin diagnostic: Manual `unwrap_or` detected. Consider using `unwrap_or()` instead. [Ln 140, Col 12] [out] file:///mnt/maat-workbench/src/tests/clear_test.cairo (1) [out] (W) Plugin diagnostic: consider using `unwrap_syscall` instead of `unwrap` [Ln 21, Col 19] [out] file:///mnt/maat-workbench/src/tests/helper.cairo (14) [out] (W) Plugin diagnostic: consider using `unwrap_syscall` instead of `unwrap` [Ln 216, Col 23] [out] (W) Plugin diagnostic: consider using `unwrap_syscall` instead of `unwrap` [Ln 241, Col 23] [out] (W) Plugin diagnostic: consider using `unwrap_syscall` instead of `unwrap` [Ln 267, Col 23] [out] (W) Plugin diagnostic: consider using `unwrap_syscall` instead of `unwrap` [Ln 277, Col 23] [out] (W) Plugin diagnostic: consider using `unwrap_syscall` instead of `unwrap` [Ln 286, Col 23] [out] (W) Plugin diagnostic: consider using `unwrap_syscall` instead of `unwrap` [Ln 294, Col 23] [out] (W) Plugin diagnostic: consider using `unwrap_syscall` instead of `unwrap` [Ln 306, Col 30] [out] (W) Plugin diagnostic: consider using `unwrap_syscall` instead of `unwrap` [Ln 307, Col 23] [out] (W) Plugin diagnostic: consider using `unwrap_syscall` instead of `unwrap` [Ln 323, Col 23] [out] (W) Plugin diagnostic: consider using `unwrap_syscall` instead of `unwrap` [Ln 332, Col 23] [out] (W) Plugin diagnostic: consider using `unwrap_syscall` instead of `unwrap` [Ln 342, Col 23] [out] (W) Plugin diagnostic: consider using `unwrap_syscall` instead of `unwrap` [Ln 353, Col 23] [out] (W) Plugin diagnostic: consider using `unwrap_syscall` instead of `unwrap` [Ln 362, Col 23] [out] (W) Plugin diagnostic: consider using `unwrap_syscall` instead of `unwrap` [Ln 376, Col 23] [out] file:///mnt/maat-workbench/src/tests/mocks/locker.cairo (5) [out] (W) Plugin diagnostic: redundant parentheses in enum variant definition [Ln 30, Col 4] [out] (W) Plugin diagnostic: redundant parentheses in enum variant definition [Ln 31, Col 4] [out] (W) Plugin diagnostic: redundant parentheses in enum call [Ln 151, Col 20] [out] (W) Plugin diagnostic: redundant parentheses in enum call [Ln 174, Col 20] [out] (W) Plugin diagnostic: redundant parentheses in enum call [Ln 334, Col 20] [out] file:///mnt/maat-workbench/src/tests/positions_test.cairo (2) [out] (W) Plugin diagnostic: Redundant conversion: input and output types are the same. [Ln 1261, Col 57] [out] (W) Plugin diagnostic: Redundant conversion: input and output types are the same. [Ln 1262, Col 57] [out] file:///mnt/maat-workbench/src/tests/token_registry_test.cairo (1) [out] (W) Plugin diagnostic: consider using `unwrap_syscall` instead of `unwrap` [Ln 63, Col 19] [out] file:///mnt/maat-workbench/src/types/i129.cairo (1) [out] (W) Plugin diagnostic: redundant parentheses in enum call [Ln 86, Col 12] [out] total: 0 errors, 48 warnings, 0 infos, 0 hints [out] [out] ============================== [out] CairoLS process exited with code: 0