=== starkware-libs/starknet-perpetual-fce7c194f === >>> git clone --depth 1 --no-tags https://github.com/starkware-libs/starknet-perpetual . [err] Cloning into '.'... >>> maat-check-versions [out] Name Version Source Installed [out] nodejs 24.5.0 ASDF_NODEJS_VERSION true [out] scarb 2.20.0-rc.0 ASDF_SCARB_VERSION true [out] starknet-foundry 0.62.1 ASDF_STARKNET-FOUNDRY_VERSION true >>> maat-patch [err] Installed 1 package in 1ms [out] diff --git a/Scarb.toml b/Scarb.toml [out] index 18c5b9b..371ab3f 100644 [out] --- a/Scarb.toml [out] +++ b/Scarb.toml [out] @@ -23,3 +23,14 @@ inlining-strategy = 30 [out] [out] [workspace.tool.scarb] [out] allow-prebuilt-plugins = ["snforge_std"] [out] + [out] +[patch.scarbs-xyz] [out] +assert_macros = "2.20.0-rc.0" # NOTE: added by maat-patch, was: None [out] +starknet = "2.20.0-rc.0" # NOTE: added by maat-patch, was: None [out] +cairo_test = "2.20.0-rc.0" # NOTE: added by maat-patch, was: None [out] +snforge_std = "0.62.1" # NOTE: added by maat-patch, was: None [out] +snforge_scarb_plugin = "0.62.1" # NOTE: added by maat-patch, was: None [out] + [out] +[patch."https://github.com/foundry-rs/starknet-foundry.git"] [out] +snforge_std = "0.62.1" # NOTE: added by maat-patch, was: None [out] +snforge_scarb_plugin = "0.62.1" # NOTE: added by maat-patch, was: None [out] diff --git a/workspace/apps/perpetuals/contracts/Scarb.toml b/workspace/apps/perpetuals/contracts/Scarb.toml [out] index dbda34d..92c1ba3 100644 [out] --- a/workspace/apps/perpetuals/contracts/Scarb.toml [out] +++ b/workspace/apps/perpetuals/contracts/Scarb.toml [out] @@ -2,6 +2,7 @@ [out] name = "perpetuals" [out] version = "0.2.0" [out] edition = "2024_07" [out] +cairo-version = "2.20.0-rc.0" # NOTE: added by maat-patch, was: None [out] [out] [dependencies] [out] starknet.workspace = true [out] @@ -26,6 +27,7 @@ sort-module-level-items = true [out] [out] [tool] [out] scarb.workspace = true [out] +scarb.allow-prebuilt-plugins = ["snforge_std"] # NOTE: maat-patch added 'snforge_std' [out] [out] [profile.dev.cairo] [out] unstable-add-statements-code-locations-debug-info = true [out] diff --git a/workspace/fulfillment/Scarb.toml b/workspace/fulfillment/Scarb.toml [out] index a20a51e..a3f7112 100644 [out] --- a/workspace/fulfillment/Scarb.toml [out] +++ b/workspace/fulfillment/Scarb.toml [out] @@ -2,6 +2,7 @@ [out] name = "fulfillment" [out] version = "0.2.0" [out] edition = "2024_07" [out] +cairo-version = "2.20.0-rc.0" # NOTE: added by maat-patch, was: None [out] [out] [dependencies] [out] starknet.workspace = true [out] @@ -25,6 +26,7 @@ sort-module-level-items = true [out] [out] [tool] [out] scarb.workspace = true [out] +scarb.allow-prebuilt-plugins = ["snforge_std"] # NOTE: maat-patch added 'snforge_std' [out] [out] [profile.dev.cairo] [out] unstable-add-statements-code-locations-debug-info = true [out] diff --git a/workspace/vault/Scarb.toml b/workspace/vault/Scarb.toml [out] index 6115ddd..05bb585 100644 [out] --- a/workspace/vault/Scarb.toml [out] +++ b/workspace/vault/Scarb.toml [out] @@ -2,6 +2,7 @@ [out] name = "vault" [out] version = "0.2.0" [out] edition = "2024_07" [out] +cairo-version = "2.20.0-rc.0" # NOTE: added by maat-patch, was: None [out] [out] [dependencies] [out] starknet.workspace = true [out] @@ -26,6 +27,7 @@ sort-module-level-items = true [out] [out] [tool] [out] scarb.workspace = true [out] +scarb.allow-prebuilt-plugins = ["snforge_std"] # NOTE: maat-patch added 'snforge_std' [out] [out] [profile.dev.cairo] [out] unstable-add-statements-code-locations-debug-info = true >>> scarb fetch [out] warn: unknown manifest field `profile.release.cairo.casm` (/mnt/maat-workbench/workspace/apps/perpetuals/contracts/Scarb.toml:40:1) [out] warn: in context of a workspace, only the `profile` set in the workspace manifest is applied, [out] but the `perpetuals` package also defines `profile` in the manifest [out] [out] warn: in context of a workspace, only the `profile` set in the workspace manifest is applied, [out] but the `vault` package also defines `profile` in the manifest [out] [out] warn: in context of a workspace, only the `profile` set in the workspace manifest is applied, [out] but the `fulfillment` package also defines `profile` in the manifest [out] [out] Updating git repository https://github.com/starkware-libs/starkware-starknet-utils [out] warn: in context of a workspace, only the `profile` set in the workspace manifest is applied, [out] but the `starkware_utils_testing` package also defines `profile` in the manifest [out] [out] warn: in context of a workspace, only the `profile` set in the workspace manifest is applied, [out] but the `starkware_utils` package also defines `profile` in the manifest [out] [out] warn: in context of a workspace, only the `profile` set in the workspace manifest is applied, [out] but the `starkware_utils_testing` package also defines `profile` in the manifest [out] [out] warn: in context of a workspace, only the `profile` set in the workspace manifest is applied, [out] but the `starkware_utils_testing` package also defines `profile` in the manifest [out] [out] warn: in context of a workspace, only the `profile` set in the workspace manifest is applied, [out] but the `starkware_utils` package also defines `profile` in the manifest [out] [out] warn: in context of a workspace, only the `profile` set in the workspace manifest is applied, [out] but the `starkware_utils` package also defines `profile` in the manifest [out] [out] Downloading assert_macros v2.20.0-rc.0 [out] Downloading openzeppelin_presets v3.0.0 [out] Downloading openzeppelin_upgrades v3.0.0 [out] Downloading openzeppelin_account v3.0.0 [out] Downloading openzeppelin_governance v3.0.0 [out] Downloading openzeppelin_token v3.0.0 [out] Downloading snforge_std v0.62.1 [out] Downloading openzeppelin_introspection v3.0.0 [out] Downloading snforge_scarb_plugin v0.62.1 [out] Downloading openzeppelin_access v3.0.0 [out] Downloading openzeppelin_merkle_tree v3.0.0 [out] Downloading openzeppelin_finance v3.0.0 [out] Downloading starknet v2.20.0-rc.0 [out] Downloading openzeppelin v3.0.0 [out] Downloading openzeppelin_security v3.0.0 [out] Downloading openzeppelin_utils v2.1.0 [out] Downloading openzeppelin_interfaces v2.1.0 [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 >>> scarb tree -q --workspace [out] fulfillment v0.2.0 (/mnt/maat-workbench/workspace/fulfillment/Scarb.toml) [out] ├── openzeppelin v3.0.0 [out] │ ├── openzeppelin_access v3.0.0 [out] │ │ ├── openzeppelin_interfaces v2.1.0 [out] │ │ │ └── starknet v2.20.0-rc.0 [out] │ │ ├── openzeppelin_introspection v3.0.0 [out] │ │ │ ├── openzeppelin_interfaces v2.1.0 (*) [out] │ │ │ └── starknet v2.20.0-rc.0 (*) [out] │ │ └── starknet v2.20.0-rc.0 (*) [out] │ ├── openzeppelin_account v3.0.0 [out] │ │ ├── openzeppelin_interfaces v2.1.0 (*) [out] │ │ ├── openzeppelin_introspection v3.0.0 (*) [out] │ │ ├── openzeppelin_utils v2.1.0 [out] │ │ │ ├── openzeppelin_interfaces v2.1.0 (*) [out] │ │ │ └── starknet v2.20.0-rc.0 (*) [out] │ │ └── starknet v2.20.0-rc.0 (*) [out] │ ├── openzeppelin_finance v3.0.0 [out] │ │ ├── openzeppelin_access v3.0.0 (*) [out] │ │ ├── openzeppelin_interfaces v2.1.0 (*) [out] │ │ ├── openzeppelin_token v3.0.0 [out] │ │ │ ├── openzeppelin_access v3.0.0 (*) [out] │ │ │ ├── openzeppelin_interfaces v2.1.0 (*) [out] │ │ │ ├── openzeppelin_introspection v3.0.0 (*) [out] │ │ │ ├── openzeppelin_utils v2.1.0 (*) [out] │ │ │ └── starknet v2.20.0-rc.0 (*) [out] │ │ └── starknet v2.20.0-rc.0 (*) [out] │ ├── openzeppelin_governance v3.0.0 [out] │ │ ├── openzeppelin_access v3.0.0 (*) [out] │ │ ├── openzeppelin_interfaces v2.1.0 (*) [out] │ │ ├── openzeppelin_introspection v3.0.0 (*) [out] │ │ ├── openzeppelin_token v3.0.0 (*) [out] │ │ ├── openzeppelin_utils v2.1.0 (*) [out] │ │ └── starknet v2.20.0-rc.0 (*) [out] │ ├── openzeppelin_interfaces v2.1.0 (*) [out] │ ├── openzeppelin_introspection v3.0.0 (*) [out] │ ├── openzeppelin_merkle_tree v3.0.0 [out] │ ├── openzeppelin_presets v3.0.0 [out] │ │ ├── openzeppelin_access v3.0.0 (*) [out] │ │ ├── openzeppelin_account v3.0.0 (*) [out] │ │ ├── openzeppelin_finance v3.0.0 (*) [out] │ │ ├── openzeppelin_interfaces v2.1.0 (*) [out] │ │ ├── openzeppelin_introspection v3.0.0 (*) [out] │ │ ├── openzeppelin_token v3.0.0 (*) [out] │ │ ├── openzeppelin_upgrades v3.0.0 [out] │ │ │ └── starknet v2.20.0-rc.0 (*) [out] │ │ ├── openzeppelin_utils v2.1.0 (*) [out] │ │ └── starknet v2.20.0-rc.0 (*) [out] │ ├── openzeppelin_security v3.0.0 [out] │ │ ├── openzeppelin_interfaces v2.1.0 (*) [out] │ │ └── starknet v2.20.0-rc.0 (*) [out] │ ├── openzeppelin_token v3.0.0 (*) [out] │ ├── openzeppelin_upgrades v3.0.0 (*) [out] │ ├── openzeppelin_utils v2.1.0 (*) [out] │ └── starknet v2.20.0-rc.0 (*) [out] ├── starknet v2.20.0-rc.0 (*) [out] ├── starkware_utils v1.0.0 (git+https://github.com/starkware-libs/starkware-starknet-utils?branch=main#0a71c9440dc59cdbba59e2c339436833983e9ce6) [out] │ ├── openzeppelin v3.0.0 (*) [out] │ └── starknet v2.20.0-rc.0 (*) [out] └── [dev-dependencies] [out] ├── assert_macros v2.20.0-rc.0 [out] ├── snforge_std v0.62.1 [out] │ └── snforge_scarb_plugin v0.62.1 [out] ├── starkware_utils_testing v1.0.0 (git+https://github.com/starkware-libs/starkware-starknet-utils?branch=main#0a71c9440dc59cdbba59e2c339436833983e9ce6) [out] │ ├── assert_macros v2.20.0-rc.0 (*) [out] │ ├── openzeppelin v3.0.0 (*) [out] │ ├── snforge_std v0.62.1 (*) [out] │ ├── starknet v2.20.0-rc.0 (*) [out] │ ├── starkware_utils v1.0.0 (git+https://github.com/starkware-libs/starkware-starknet-utils?branch=main#0a71c9440dc59cdbba59e2c339436833983e9ce6) (*) [out] │ └── snforge_scarb_plugin v0.62.1 (*) [out] └── snforge_scarb_plugin v0.62.1 (*) [out] [out] perpetuals v0.2.0 (/mnt/maat-workbench/workspace/apps/perpetuals/contracts/Scarb.toml) [out] ├── openzeppelin v3.0.0 (*) [out] ├── starknet v2.20.0-rc.0 (*) [out] ├── starkware_utils v1.0.0 (git+https://github.com/starkware-libs/starkware-starknet-utils?branch=main#0a71c9440dc59cdbba59e2c339436833983e9ce6) (*) [out] ├── vault v0.2.0 (/mnt/maat-workbench/workspace/vault/Scarb.toml) [out] │ ├── openzeppelin v3.0.0 (*) [out] │ ├── perpetuals v0.2.0 (/mnt/maat-workbench/workspace/apps/perpetuals/contracts/Scarb.toml) (*) [out] │ ├── starknet v2.20.0-rc.0 (*) [out] │ └── starkware_utils v1.0.0 (git+https://github.com/starkware-libs/starkware-starknet-utils?branch=main#0a71c9440dc59cdbba59e2c339436833983e9ce6) (*) [out] └── [dev-dependencies] [out] ├── assert_macros v2.20.0-rc.0 (*) [out] ├── snforge_std v0.62.1 (*) [out] ├── starkware_utils_testing v1.0.0 (git+https://github.com/starkware-libs/starkware-starknet-utils?branch=main#0a71c9440dc59cdbba59e2c339436833983e9ce6) (*) [out] └── snforge_scarb_plugin v0.62.1 (*) [out] [out] vault v0.2.0 (/mnt/maat-workbench/workspace/vault/Scarb.toml) (*) >>> SCARB_IGNORE_CAIRO_VERSION=true scarb build --workspace --test [out] warn: unknown manifest field `profile.release.cairo.casm` (/mnt/maat-workbench/workspace/apps/perpetuals/contracts/Scarb.toml:40:1) [out] warn: in context of a workspace, only the `profile` set in the workspace manifest is applied, [out] but the `perpetuals` package also defines `profile` in the manifest [out] [out] warn: in context of a workspace, only the `profile` set in the workspace manifest is applied, [out] but the `vault` package also defines `profile` in the manifest [out] [out] warn: in context of a workspace, only the `profile` set in the workspace manifest is applied, [out] but the `fulfillment` package also defines `profile` in the manifest [out] [out] warn: in context of a workspace, only the `profile` set in the workspace manifest is applied, [out] but the `starkware_utils_testing` package also defines `profile` in the manifest [out] [out] warn: in context of a workspace, only the `profile` set in the workspace manifest is applied, [out] but the `starkware_utils` package also defines `profile` in the manifest [out] [out] warn: in context of a workspace, only the `profile` set in the workspace manifest is applied, [out] but the `starkware_utils_testing` package also defines `profile` in the manifest [out] [out] warn: in context of a workspace, only the `profile` set in the workspace manifest is applied, [out] but the `starkware_utils_testing` package also defines `profile` in the manifest [out] [out] warn: in context of a workspace, only the `profile` set in the workspace manifest is applied, [out] but the `starkware_utils` package also defines `profile` in the manifest [out] [out] warn: in context of a workspace, only the `profile` set in the workspace manifest is applied, [out] but the `starkware_utils` package also defines `profile` in the manifest [out] [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 `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 openzeppelin_utils is not compatible with current version [out] Cairo version required: ^2.13.1 [out] Cairo version of Scarb: 2.20.0-rc.0 [out] [out] warn: the required Cairo version of package openzeppelin_utils is not compatible with current version [out] Cairo version required: ^2.13.1 [out] Cairo version of Scarb: 2.20.0-rc.0 [out] [out] warn: the required Cairo version of package openzeppelin_utils is not compatible with current version [out] Cairo version required: ^2.13.1 [out] Cairo version of Scarb: 2.20.0-rc.0 [out] [out] Compiling test(fulfillment_unittest) fulfillment v0.2.0 (/mnt/maat-workbench/workspace/fulfillment/Scarb.toml) [out] error: compiler plugin could not be loaded `starknet v2.20.0-rc.0` [out] [out] Stack backtrace: [out] 0: ::msg:: [out] 1: anyhow::__private::format_err [out] 2: ::collect [out] 3: scarb::compiler::db::build_scarb_root_database [out] 4: scarb::ops::compile::compile_cairo_unit_inner [out] 5: std::sys::backtrace::__rust_begin_short_backtrace::> [out] 6: >::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [out] 7: ::new::thread_start [out] 8: start_thread [out] 9: __clone [out] error: could not compile `fulfillment` due to 1 previous error and 16 warnings [out] [out] Stack backtrace: [out] 0: ::msg:: [out] 1: std::sys::backtrace::__rust_begin_short_backtrace::> [out] 2: >::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [out] 3: ::new::thread_start [out] 4: start_thread [out] 5: __clone Process finished with exit code 1 >>> SCARB_IGNORE_CAIRO_VERSION=true SCARB_ARTIFACTS_FINGERPRINT=false bash -c 'START_COLD=$(date +%s%N); scarb build --workspace --test; COLD_CODE=$?; END_COLD=$(date +%s%N); echo "MAAT_COLD_BUILD_NS=$((END_COLD-START_COLD))"; if [ $COLD_CODE -ne 0 ]; then exit $COLD_CODE; fi; START_INCR=$(date +%s%N); scarb build --workspace --test; INCR_CODE=$?; END_INCR=$(date +%s%N); echo "MAAT_INCR_BUILD_NS=$((END_INCR-START_INCR))"; exit $INCR_CODE' [out] warn: unknown manifest field `profile.release.cairo.casm` (/mnt/maat-workbench/workspace/apps/perpetuals/contracts/Scarb.toml:40:1) [out] warn: in context of a workspace, only the `profile` set in the workspace manifest is applied, [out] but the `perpetuals` package also defines `profile` in the manifest [out] [out] warn: in context of a workspace, only the `profile` set in the workspace manifest is applied, [out] but the `vault` package also defines `profile` in the manifest [out] [out] warn: in context of a workspace, only the `profile` set in the workspace manifest is applied, [out] but the `fulfillment` package also defines `profile` in the manifest [out] [out] warn: in context of a workspace, only the `profile` set in the workspace manifest is applied, [out] but the `starkware_utils_testing` package also defines `profile` in the manifest [out] [out] warn: in context of a workspace, only the `profile` set in the workspace manifest is applied, [out] but the `starkware_utils` package also defines `profile` in the manifest [out] [out] warn: in context of a workspace, only the `profile` set in the workspace manifest is applied, [out] but the `starkware_utils_testing` package also defines `profile` in the manifest [out] [out] warn: in context of a workspace, only the `profile` set in the workspace manifest is applied, [out] but the `starkware_utils_testing` package also defines `profile` in the manifest [out] [out] warn: in context of a workspace, only the `profile` set in the workspace manifest is applied, [out] but the `starkware_utils` package also defines `profile` in the manifest [out] [out] warn: in context of a workspace, only the `profile` set in the workspace manifest is applied, [out] but the `starkware_utils` package also defines `profile` in the manifest [out] [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_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: the required Cairo version of package openzeppelin_utils is not compatible with current version [out] Cairo version required: ^2.13.1 [out] Cairo version of Scarb: 2.20.0-rc.0 [out] [out] warn: the required Cairo version of package openzeppelin_utils is not compatible with current version [out] Cairo version required: ^2.13.1 [out] Cairo version of Scarb: 2.20.0-rc.0 [out] [out] warn: the required Cairo version of package openzeppelin_utils is not compatible with current version [out] Cairo version required: ^2.13.1 [out] Cairo version of Scarb: 2.20.0-rc.0 [out] [out] Compiling test(fulfillment_unittest) fulfillment v0.2.0 (/mnt/maat-workbench/workspace/fulfillment/Scarb.toml) [out] error: compiler plugin could not be loaded `assert_macros v2.20.0-rc.0` [out] [out] Stack backtrace: [out] 0: ::msg:: [out] 1: anyhow::__private::format_err [out] 2: ::collect [out] 3: scarb::compiler::db::build_scarb_root_database [out] 4: scarb::ops::compile::compile_cairo_unit_inner [out] 5: std::sys::backtrace::__rust_begin_short_backtrace::> [out] 6: >::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [out] 7: ::new::thread_start [out] 8: start_thread [out] 9: __clone [out] error: could not compile `fulfillment` due to 1 previous error and 16 warnings [out] [out] Stack backtrace: [out] 0: ::msg:: [out] 1: std::sys::backtrace::__rust_begin_short_backtrace::> [out] 2: >::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [out] 3: ::new::thread_start [out] 4: start_thread [out] 5: __clone [out] MAAT_COLD_BUILD_NS=257635410 Process finished with exit code 1 >>> SCARB_IGNORE_CAIRO_VERSION=true SCARB_ARTIFACTS_FINGERPRINT=false bash -c 'START_COLD=$(date +%s%N); scarb build --workspace; COLD_CODE=$?; END_COLD=$(date +%s%N); echo "MAAT_COLD_BUILD_NS=$((END_COLD-START_COLD))"; if [ $COLD_CODE -ne 0 ]; then exit $COLD_CODE; fi; START_INCR=$(date +%s%N); scarb build --workspace; INCR_CODE=$?; END_INCR=$(date +%s%N); echo "MAAT_INCR_BUILD_NS=$((END_INCR-START_INCR))"; exit $INCR_CODE' [out] warn: unknown manifest field `profile.release.cairo.casm` (/mnt/maat-workbench/workspace/apps/perpetuals/contracts/Scarb.toml:40:1) [out] warn: in context of a workspace, only the `profile` set in the workspace manifest is applied, [out] but the `perpetuals` package also defines `profile` in the manifest [out] [out] warn: in context of a workspace, only the `profile` set in the workspace manifest is applied, [out] but the `vault` package also defines `profile` in the manifest [out] [out] warn: in context of a workspace, only the `profile` set in the workspace manifest is applied, [out] but the `fulfillment` package also defines `profile` in the manifest [out] [out] warn: in context of a workspace, only the `profile` set in the workspace manifest is applied, [out] but the `starkware_utils_testing` package also defines `profile` in the manifest [out] [out] warn: in context of a workspace, only the `profile` set in the workspace manifest is applied, [out] but the `starkware_utils` package also defines `profile` in the manifest [out] [out] warn: in context of a workspace, only the `profile` set in the workspace manifest is applied, [out] but the `starkware_utils_testing` package also defines `profile` in the manifest [out] [out] warn: in context of a workspace, only the `profile` set in the workspace manifest is applied, [out] but the `starkware_utils_testing` package also defines `profile` in the manifest [out] [out] warn: in context of a workspace, only the `profile` set in the workspace manifest is applied, [out] but the `starkware_utils` package also defines `profile` in the manifest [out] [out] warn: in context of a workspace, only the `profile` set in the workspace manifest is applied, [out] but the `starkware_utils` package also defines `profile` in the manifest [out] [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 `snforge_scarb_plugin` (`registry+https://scarbs.xyz/`) for source `https://scarbs.xyz/` has not been used [out] warn: the required Cairo version of package openzeppelin_utils is not compatible with current version [out] Cairo version required: ^2.13.1 [out] Cairo version of Scarb: 2.20.0-rc.0 [out] [out] warn: the required Cairo version of package openzeppelin_utils is not compatible with current version [out] Cairo version required: ^2.13.1 [out] Cairo version of Scarb: 2.20.0-rc.0 [out] [out] warn: the required Cairo version of package openzeppelin_utils is not compatible with current version [out] Cairo version required: ^2.13.1 [out] Cairo version of Scarb: 2.20.0-rc.0 [out] [out] Compiling lib(fulfillment) fulfillment v0.2.0 (/mnt/maat-workbench/workspace/fulfillment/Scarb.toml) [out] error: compiler plugin could not be loaded `starknet v2.20.0-rc.0` [out] [out] Stack backtrace: [out] 0: ::msg:: [out] 1: anyhow::__private::format_err [out] 2: ::collect [out] 3: scarb::compiler::db::build_scarb_root_database [out] 4: scarb::ops::compile::compile_cairo_unit_inner [out] 5: std::sys::backtrace::__rust_begin_short_backtrace::> [out] 6: >::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [out] 7: ::new::thread_start [out] 8: start_thread [out] 9: __clone [out] error: could not compile `fulfillment` due to 1 previous error and 16 warnings [out] [out] Stack backtrace: [out] 0: ::msg:: [out] 1: std::sys::backtrace::__rust_begin_short_backtrace::> [out] 2: >::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [out] 3: ::new::thread_start [out] 4: start_thread [out] 5: __clone [out] MAAT_COLD_BUILD_NS=253139432 Process finished with exit code 1 >>> SCARB_IGNORE_CAIRO_VERSION=true scarb lint --workspace --deny-warnings [out] warn: unknown manifest field `profile.release.cairo.casm` (/mnt/maat-workbench/workspace/apps/perpetuals/contracts/Scarb.toml:40:1) [out] warn: in context of a workspace, only the `profile` set in the workspace manifest is applied, [out] but the `perpetuals` package also defines `profile` in the manifest [out] [out] warn: in context of a workspace, only the `profile` set in the workspace manifest is applied, [out] but the `vault` package also defines `profile` in the manifest [out] [out] warn: in context of a workspace, only the `profile` set in the workspace manifest is applied, [out] but the `fulfillment` package also defines `profile` in the manifest [out] [out] warn: in context of a workspace, only the `profile` set in the workspace manifest is applied, [out] but the `starkware_utils_testing` package also defines `profile` in the manifest [out] [out] warn: in context of a workspace, only the `profile` set in the workspace manifest is applied, [out] but the `starkware_utils` package also defines `profile` in the manifest [out] [out] warn: in context of a workspace, only the `profile` set in the workspace manifest is applied, [out] but the `starkware_utils_testing` package also defines `profile` in the manifest [out] [out] warn: in context of a workspace, only the `profile` set in the workspace manifest is applied, [out] but the `starkware_utils_testing` package also defines `profile` in the manifest [out] [out] warn: in context of a workspace, only the `profile` set in the workspace manifest is applied, [out] but the `starkware_utils` package also defines `profile` in the manifest [out] [out] warn: in context of a workspace, only the `profile` set in the workspace manifest is applied, [out] but the `starkware_utils` package also defines `profile` in the manifest [out] [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 `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 openzeppelin_utils is not compatible with current version [out] Cairo version required: ^2.13.1 [out] Cairo version of Scarb: 2.20.0-rc.0 [out] [out] warn: the required Cairo version of package openzeppelin_utils is not compatible with current version [out] Cairo version required: ^2.13.1 [out] Cairo version of Scarb: 2.20.0-rc.0 [out] [out] warn: the required Cairo version of package openzeppelin_utils is not compatible with current version [out] Cairo version required: ^2.13.1 [out] Cairo version of Scarb: 2.20.0-rc.0 [out] [out] Linting lib(fulfillment) fulfillment v0.2.0 (/mnt/maat-workbench/workspace/fulfillment/Scarb.toml) [out] error: compiler plugin could not be loaded `starknet v2.20.0-rc.0` [out] [out] Stack backtrace: [out] 0: ::msg:: [out] 1: anyhow::__private::format_err [out] 2: ::collect [out] 3: scarb::ops::lint::lint [out] 4: scarb::commands::lint::do_lint [out] 5: scarb::commands::run [out] 6: scarb::main_that_can_exec_replace [out] 7: scarb::main [out] 8: std::sys::backtrace::__rust_begin_short_backtrace:: std::process::ExitCode, std::process::ExitCode> [out] 9: std::rt::lang_start::::{closure#0} [out] 10: std::rt::lang_start_internal [out] 11: main [out] 12: __libc_start_call_main [out] 13: __libc_start_main_alias_2 [out] 14: _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] warn: unknown manifest field `profile.release.cairo.casm` (/mnt/maat-workbench/workspace/apps/perpetuals/contracts/Scarb.toml:40:1) [out] warn: in context of a workspace, only the `profile` set in the workspace manifest is applied, [out] but the `perpetuals` package also defines `profile` in the manifest [out] [out] warn: in context of a workspace, only the `profile` set in the workspace manifest is applied, [out] but the `vault` package also defines `profile` in the manifest [out] [out] warn: in context of a workspace, only the `profile` set in the workspace manifest is applied, [out] but the `fulfillment` package also defines `profile` in the manifest [out] [out] Running test fulfillment (SNFORGE_BACKTRACE=1 snforge test) [out] warn: unknown manifest field `profile.release.cairo.casm` (/mnt/maat-workbench/workspace/apps/perpetuals/contracts/Scarb.toml:40:1) [out] warn: in context of a workspace, only the `profile` set in the workspace manifest is applied, [out] but the `perpetuals` package also defines `profile` in the manifest [out] [out] warn: in context of a workspace, only the `profile` set in the workspace manifest is applied, [out] but the `vault` package also defines `profile` in the manifest [out] [out] warn: in context of a workspace, only the `profile` set in the workspace manifest is applied, [out] but the `fulfillment` package also defines `profile` in the manifest [out] [out] warn: in context of a workspace, only the `profile` set in the workspace manifest is applied, [out] but the `starkware_utils_testing` package also defines `profile` in the manifest [out] [out] warn: in context of a workspace, only the `profile` set in the workspace manifest is applied, [out] but the `starkware_utils` package also defines `profile` in the manifest [out] [out] warn: in context of a workspace, only the `profile` set in the workspace manifest is applied, [out] but the `starkware_utils_testing` package also defines `profile` in the manifest [out] [out] warn: in context of a workspace, only the `profile` set in the workspace manifest is applied, [out] but the `starkware_utils` package also defines `profile` in the manifest [out] [out] warn: in context of a workspace, only the `profile` set in the workspace manifest is applied, [out] but the `starkware_utils_testing` package also defines `profile` in the manifest [out] [out] warn: in context of a workspace, only the `profile` set in the workspace manifest is applied, [out] but the `starkware_utils` package also defines `profile` in the manifest [out] [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 `snforge_scarb_plugin` (`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 openzeppelin_utils is not compatible with current version [out] Cairo version required: ^2.13.1 [out] Cairo version of Scarb: 2.20.0-rc.0 [out] [out] warn: the required Cairo version of package openzeppelin_utils is not compatible with current version [out] Cairo version required: ^2.13.1 [out] Cairo version of Scarb: 2.20.0-rc.0 [out] [out] warn: the required Cairo version of package openzeppelin_utils is not compatible with current version [out] Cairo version required: ^2.13.1 [out] Cairo version of Scarb: 2.20.0-rc.0 [out] [out] warn: unknown manifest field `profile.release.cairo.casm` (/mnt/maat-workbench/workspace/apps/perpetuals/contracts/Scarb.toml:40:1) [out] warn: in context of a workspace, only the `profile` set in the workspace manifest is applied, [out] but the `perpetuals` package also defines `profile` in the manifest [out] [out] warn: in context of a workspace, only the `profile` set in the workspace manifest is applied, [out] but the `vault` package also defines `profile` in the manifest [out] [out] warn: in context of a workspace, only the `profile` set in the workspace manifest is applied, [out] but the `fulfillment` package also defines `profile` in the manifest [out] [out] warn: in context of a workspace, only the `profile` set in the workspace manifest is applied, [out] but the `starkware_utils_testing` package also defines `profile` in the manifest [out] [out] warn: in context of a workspace, only the `profile` set in the workspace manifest is applied, [out] but the `starkware_utils` package also defines `profile` in the manifest [out] [out] warn: in context of a workspace, only the `profile` set in the workspace manifest is applied, [out] but the `starkware_utils_testing` package also defines `profile` in the manifest [out] [out] warn: in context of a workspace, only the `profile` set in the workspace manifest is applied, [out] but the `starkware_utils_testing` package also defines `profile` in the manifest [out] [out] warn: in context of a workspace, only the `profile` set in the workspace manifest is applied, [out] but the `starkware_utils` package also defines `profile` in the manifest [out] [out] warn: in context of a workspace, only the `profile` set in the workspace manifest is applied, [out] but the `starkware_utils` package also defines `profile` in the manifest [out] [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 `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 openzeppelin_utils is not compatible with current version [out] Cairo version required: ^2.13.1 [out] Cairo version of Scarb: 2.20.0-rc.0 [out] [out] warn: the required Cairo version of package openzeppelin_utils is not compatible with current version [out] Cairo version required: ^2.13.1 [out] Cairo version of Scarb: 2.20.0-rc.0 [out] [out] warn: the required Cairo version of package openzeppelin_utils is not compatible with current version [out] Cairo version required: ^2.13.1 [out] Cairo version of Scarb: 2.20.0-rc.0 [out] [out] Compiling test(fulfillment_unittest) fulfillment v0.2.0 (/mnt/maat-workbench/workspace/fulfillment/Scarb.toml) [out] error: compiler plugin could not be loaded `assert_macros v2.20.0-rc.0` [out] [out] Stack backtrace: [out] 0: ::msg:: [out] 1: anyhow::__private::format_err [out] 2: ::collect [out] 3: scarb::compiler::db::build_scarb_root_database [out] 4: scarb::ops::compile::compile_cairo_unit_inner [out] 5: std::sys::backtrace::__rust_begin_short_backtrace::> [out] 6: >::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [out] 7: ::new::thread_start [out] 8: start_thread [out] 9: __clone [out] error: could not compile `fulfillment` due to 1 previous error and 16 warnings [out] [out] Stack backtrace: [out] 0: ::msg:: [out] 1: std::sys::backtrace::__rust_begin_short_backtrace::> [out] 2: >::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [out] 3: ::new::thread_start [out] 4: start_thread [out] 5: __clone [out] [ERROR] Failed to build test artifacts with Scarb: `scarb` exited with error Process finished with exit code 2 >>> SCARB_IGNORE_CAIRO_VERSION=true maat-test-ls [err] 0.007060443s WARN cairo_language_server::config: client does not support `workspace/configuration` requests, config will not be reloaded [out] Opening file:///mnt/maat-workbench/workspace/vault/src/lib.cairo [out] [out] ============================== [out] 18:52:07.978 MacrosBuildingStarted 73 MB private (RSS 75 MB) [out] 18:52:07.982 AnalysisStarted 105 MB private (RSS 107 MB) [out] 18:52:10.253 MacrosBuildingFinished 503 MB private (RSS 505 MB) [out] 18:53:15.693 AnalysisFinished 4.53 GB private (RSS 4.53 GB) [out] Analysis stable (AnalysisFinished). 18:53:18.695 [out] [out] ============================== [out] Private memory at AnalysisFinished: 4748296 KB [out] MAAT_LS_MEM_POST_ANALYSIS_KB=4748296 [out] MAAT_LS_MEM_POST_ANALYSIS_PEAK_KB=4770300 [out] [out] ============================== [out] # Analyzed Crates [out] --- [out] ```json [out] { [out] "name": "core", [out] "source_paths": [ [out] "/mnt/maat-cache/scarb/registry/std/v2.20.0-rc.0/core/src/lib.cairo" [out] ], [out] "settings": { [out] "name": "core", [out] "edition": "2025_12", [out] "version": "2.20.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": "fulfillment", [out] "source_paths": [ [out] "/mnt/maat-workbench/workspace/fulfillment/src/lib.cairo" [out] ], [out] "settings": { [out] "name": "fulfillment", [out] "edition": "2024_07", [out] "version": "0.2.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] "fulfillment": { [out] "discriminator": "fulfillment 0.2.0 (path+file:///mnt/maat-workbench/workspace/fulfillment/Scarb.toml)" [out] }, [out] "openzeppelin": { [out] "discriminator": "openzeppelin 3.0.0 (registry+https://scarbs.xyz/)" [out] }, [out] "snforge_std": { [out] "discriminator": "snforge_std 0.62.1 (registry+https://scarbs.xyz/)" [out] }, [out] "starkware_utils": { [out] "discriminator": "starkware_utils 1.0.0 (git+https://github.com/starkware-libs/starkware-starknet-utils?branch=main#0a71c9440dc59cdbba59e2c339436833983e9ce6)" [out] }, [out] "starkware_utils_testing": { [out] "discriminator": "starkware_utils_testing 1.0.0 (git+https://github.com/starkware-libs/starkware-starknet-utils?branch=main#0a71c9440dc59cdbba59e2c339436833983e9ce6)" [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] "Starknet" [out] ], [out] "proc_macros": [ [out] "snforge_scarb_plugin 0.62.1 (registry+https://scarbs.xyz/)" [out] ] [out] } [out] } [out] [out] { [out] "name": "openzeppelin", [out] "source_paths": [ [out] "/mnt/maat-cache/scarb/registry/src/scarbs.xyz-9djtpev4jug5q/openzeppelin-3.0.0/src/lib.cairo" [out] ], [out] "settings": { [out] "name": "openzeppelin", [out] "edition": "2024_07", [out] "version": "3.0.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] "openzeppelin": { [out] "discriminator": "openzeppelin 3.0.0 (registry+https://scarbs.xyz/)" [out] }, [out] "openzeppelin_access": { [out] "discriminator": "openzeppelin_access 3.0.0 (registry+https://scarbs.xyz/)" [out] }, [out] "openzeppelin_account": { [out] "discriminator": "openzeppelin_account 3.0.0 (registry+https://scarbs.xyz/)" [out] }, [out] "openzeppelin_finance": { [out] "discriminator": "openzeppelin_finance 3.0.0 (registry+https://scarbs.xyz/)" [out] }, [out] "openzeppelin_governance": { [out] "discriminator": "openzeppelin_governance 3.0.0 (registry+https://scarbs.xyz/)" [out] }, [out] "openzeppelin_interfaces": { [out] "discriminator": "openzeppelin_interfaces 2.1.0 (registry+https://scarbs.xyz/)" [out] }, [out] "openzeppelin_introspection": { [out] "discriminator": "openzeppelin_introspection 3.0.0 (registry+https://scarbs.xyz/)" [out] }, [out] "openzeppelin_merkle_tree": { [out] "discriminator": "openzeppelin_merkle_tree 3.0.0 (registry+https://scarbs.xyz/)" [out] }, [out] "openzeppelin_presets": { [out] "discriminator": "openzeppelin_presets 3.0.0 (registry+https://scarbs.xyz/)" [out] }, [out] "openzeppelin_security": { [out] "discriminator": "openzeppelin_security 3.0.0 (registry+https://scarbs.xyz/)" [out] }, [out] "openzeppelin_token": { [out] "discriminator": "openzeppelin_token 3.0.0 (registry+https://scarbs.xyz/)" [out] }, [out] "openzeppelin_upgrades": { [out] "discriminator": "openzeppelin_upgrades 3.0.0 (registry+https://scarbs.xyz/)" [out] }, [out] "openzeppelin_utils": { [out] "discriminator": "openzeppelin_utils 2.1.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] "builtin_plugins": [ [out] "Starknet" [out] ] [out] } [out] } [out] [out] { [out] "name": "openzeppelin_access", [out] "source_paths": [ [out] "/mnt/maat-cache/scarb/registry/src/scarbs.xyz-9djtpev4jug5q/openzeppelin_access-3.0.0/src/lib.cairo" [out] ], [out] "settings": { [out] "name": "openzeppelin_access", [out] "edition": "2024_07", [out] "version": "3.0.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] "openzeppelin_access": { [out] "discriminator": "openzeppelin_access 3.0.0 (registry+https://scarbs.xyz/)" [out] }, [out] "openzeppelin_interfaces": { [out] "discriminator": "openzeppelin_interfaces 2.1.0 (registry+https://scarbs.xyz/)" [out] }, [out] "openzeppelin_introspection": { [out] "discriminator": "openzeppelin_introspection 3.0.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] "builtin_plugins": [ [out] "Starknet" [out] ] [out] } [out] } [out] [out] { [out] "name": "openzeppelin_account", [out] "source_paths": [ [out] "/mnt/maat-cache/scarb/registry/src/scarbs.xyz-9djtpev4jug5q/openzeppelin_account-3.0.0/src/lib.cairo" [out] ], [out] "settings": { [out] "name": "openzeppelin_account", [out] "edition": "2024_07", [out] "version": "3.0.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] "openzeppelin_account": { [out] "discriminator": "openzeppelin_account 3.0.0 (registry+https://scarbs.xyz/)" [out] }, [out] "openzeppelin_interfaces": { [out] "discriminator": "openzeppelin_interfaces 2.1.0 (registry+https://scarbs.xyz/)" [out] }, [out] "openzeppelin_introspection": { [out] "discriminator": "openzeppelin_introspection 3.0.0 (registry+https://scarbs.xyz/)" [out] }, [out] "openzeppelin_utils": { [out] "discriminator": "openzeppelin_utils 2.1.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] "builtin_plugins": [ [out] "Starknet" [out] ] [out] } [out] } [out] [out] { [out] "name": "openzeppelin_finance", [out] "source_paths": [ [out] "/mnt/maat-cache/scarb/registry/src/scarbs.xyz-9djtpev4jug5q/openzeppelin_finance-3.0.0/src/lib.cairo" [out] ], [out] "settings": { [out] "name": "openzeppelin_finance", [out] "edition": "2024_07", [out] "version": "3.0.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] "openzeppelin_access": { [out] "discriminator": "openzeppelin_access 3.0.0 (registry+https://scarbs.xyz/)" [out] }, [out] "openzeppelin_finance": { [out] "discriminator": "openzeppelin_finance 3.0.0 (registry+https://scarbs.xyz/)" [out] }, [out] "openzeppelin_interfaces": { [out] "discriminator": "openzeppelin_interfaces 2.1.0 (registry+https://scarbs.xyz/)" [out] }, [out] "openzeppelin_token": { [out] "discriminator": "openzeppelin_token 3.0.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] "builtin_plugins": [ [out] "Starknet" [out] ] [out] } [out] } [out] [out] { [out] "name": "openzeppelin_governance", [out] "source_paths": [ [out] "/mnt/maat-cache/scarb/registry/src/scarbs.xyz-9djtpev4jug5q/openzeppelin_governance-3.0.0/src/lib.cairo" [out] ], [out] "settings": { [out] "name": "openzeppelin_governance", [out] "edition": "2024_07", [out] "version": "3.0.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] "openzeppelin_access": { [out] "discriminator": "openzeppelin_access 3.0.0 (registry+https://scarbs.xyz/)" [out] }, [out] "openzeppelin_governance": { [out] "discriminator": "openzeppelin_governance 3.0.0 (registry+https://scarbs.xyz/)" [out] }, [out] "openzeppelin_interfaces": { [out] "discriminator": "openzeppelin_interfaces 2.1.0 (registry+https://scarbs.xyz/)" [out] }, [out] "openzeppelin_introspection": { [out] "discriminator": "openzeppelin_introspection 3.0.0 (registry+https://scarbs.xyz/)" [out] }, [out] "openzeppelin_token": { [out] "discriminator": "openzeppelin_token 3.0.0 (registry+https://scarbs.xyz/)" [out] }, [out] "openzeppelin_utils": { [out] "discriminator": "openzeppelin_utils 2.1.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] "builtin_plugins": [ [out] "Starknet" [out] ] [out] } [out] } [out] [out] { [out] "name": "openzeppelin_interfaces", [out] "source_paths": [ [out] "/mnt/maat-cache/scarb/registry/src/scarbs.xyz-9djtpev4jug5q/openzeppelin_interfaces-2.1.0/src/lib.cairo" [out] ], [out] "settings": { [out] "name": "openzeppelin_interfaces", [out] "edition": "2024_07", [out] "version": "2.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] ], [out] "dependencies": { [out] "core": { [out] "discriminator": null [out] }, [out] "openzeppelin_interfaces": { [out] "discriminator": "openzeppelin_interfaces 2.1.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] "builtin_plugins": [ [out] "Starknet" [out] ] [out] } [out] } [out] [out] { [out] "name": "openzeppelin_introspection", [out] "source_paths": [ [out] "/mnt/maat-cache/scarb/registry/src/scarbs.xyz-9djtpev4jug5q/openzeppelin_introspection-3.0.0/src/lib.cairo" [out] ], [out] "settings": { [out] "name": "openzeppelin_introspection", [out] "edition": "2024_07", [out] "version": "3.0.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] "openzeppelin_interfaces": { [out] "discriminator": "openzeppelin_interfaces 2.1.0 (registry+https://scarbs.xyz/)" [out] }, [out] "openzeppelin_introspection": { [out] "discriminator": "openzeppelin_introspection 3.0.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] "builtin_plugins": [ [out] "Starknet" [out] ] [out] } [out] } [out] [out] { [out] "name": "openzeppelin_merkle_tree", [out] "source_paths": [ [out] "/mnt/maat-cache/scarb/registry/src/scarbs.xyz-9djtpev4jug5q/openzeppelin_merkle_tree-3.0.0/src/lib.cairo" [out] ], [out] "settings": { [out] "name": "openzeppelin_merkle_tree", [out] "edition": "2024_07", [out] "version": "3.0.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] "openzeppelin_merkle_tree": { [out] "discriminator": "openzeppelin_merkle_tree 3.0.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] } [out] [out] { [out] "name": "openzeppelin_presets", [out] "source_paths": [ [out] "/mnt/maat-cache/scarb/registry/src/scarbs.xyz-9djtpev4jug5q/openzeppelin_presets-3.0.0/src/lib.cairo" [out] ], [out] "settings": { [out] "name": "openzeppelin_presets", [out] "edition": "2024_07", [out] "version": "3.0.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] "openzeppelin_access": { [out] "discriminator": "openzeppelin_access 3.0.0 (registry+https://scarbs.xyz/)" [out] }, [out] "openzeppelin_account": { [out] "discriminator": "openzeppelin_account 3.0.0 (registry+https://scarbs.xyz/)" [out] }, [out] "openzeppelin_finance": { [out] "discriminator": "openzeppelin_finance 3.0.0 (registry+https://scarbs.xyz/)" [out] }, [out] "openzeppelin_interfaces": { [out] "discriminator": "openzeppelin_interfaces 2.1.0 (registry+https://scarbs.xyz/)" [out] }, [out] "openzeppelin_introspection": { [out] "discriminator": "openzeppelin_introspection 3.0.0 (registry+https://scarbs.xyz/)" [out] }, [out] "openzeppelin_presets": { [out] "discriminator": "openzeppelin_presets 3.0.0 (registry+https://scarbs.xyz/)" [out] }, [out] "openzeppelin_token": { [out] "discriminator": "openzeppelin_token 3.0.0 (registry+https://scarbs.xyz/)" [out] }, [out] "openzeppelin_upgrades": { [out] "discriminator": "openzeppelin_upgrades 3.0.0 (registry+https://scarbs.xyz/)" [out] }, [out] "openzeppelin_utils": { [out] "discriminator": "openzeppelin_utils 2.1.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] "builtin_plugins": [ [out] "Starknet" [out] ] [out] } [out] } [out] [out] { [out] "name": "openzeppelin_security", [out] "source_paths": [ [out] "/mnt/maat-cache/scarb/registry/src/scarbs.xyz-9djtpev4jug5q/openzeppelin_security-3.0.0/src/lib.cairo" [out] ], [out] "settings": { [out] "name": "openzeppelin_security", [out] "edition": "2024_07", [out] "version": "3.0.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] "openzeppelin_interfaces": { [out] "discriminator": "openzeppelin_interfaces 2.1.0 (registry+https://scarbs.xyz/)" [out] }, [out] "openzeppelin_security": { [out] "discriminator": "openzeppelin_security 3.0.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] "builtin_plugins": [ [out] "Starknet" [out] ] [out] } [out] } [out] [out] { [out] "name": "openzeppelin_token", [out] "source_paths": [ [out] "/mnt/maat-cache/scarb/registry/src/scarbs.xyz-9djtpev4jug5q/openzeppelin_token-3.0.0/src/lib.cairo" [out] ], [out] "settings": { [out] "name": "openzeppelin_token", [out] "edition": "2024_07", [out] "version": "3.0.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] "openzeppelin_access": { [out] "discriminator": "openzeppelin_access 3.0.0 (registry+https://scarbs.xyz/)" [out] }, [out] "openzeppelin_interfaces": { [out] "discriminator": "openzeppelin_interfaces 2.1.0 (registry+https://scarbs.xyz/)" [out] }, [out] "openzeppelin_introspection": { [out] "discriminator": "openzeppelin_introspection 3.0.0 (registry+https://scarbs.xyz/)" [out] }, [out] "openzeppelin_token": { [out] "discriminator": "openzeppelin_token 3.0.0 (registry+https://scarbs.xyz/)" [out] }, [out] "openzeppelin_utils": { [out] "discriminator": "openzeppelin_utils 2.1.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] "builtin_plugins": [ [out] "Starknet" [out] ] [out] } [out] } [out] [out] { [out] "name": "openzeppelin_upgrades", [out] "source_paths": [ [out] "/mnt/maat-cache/scarb/registry/src/scarbs.xyz-9djtpev4jug5q/openzeppelin_upgrades-3.0.0/src/lib.cairo" [out] ], [out] "settings": { [out] "name": "openzeppelin_upgrades", [out] "edition": "2024_07", [out] "version": "3.0.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] "openzeppelin_upgrades": { [out] "discriminator": "openzeppelin_upgrades 3.0.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] "builtin_plugins": [ [out] "Starknet" [out] ] [out] } [out] } [out] [out] { [out] "name": "openzeppelin_utils", [out] "source_paths": [ [out] "/mnt/maat-cache/scarb/registry/src/scarbs.xyz-9djtpev4jug5q/openzeppelin_utils-2.1.0/src/lib.cairo" [out] ], [out] "settings": { [out] "name": "openzeppelin_utils", [out] "edition": "2024_07", [out] "version": "2.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] ], [out] "dependencies": { [out] "core": { [out] "discriminator": null [out] }, [out] "openzeppelin_interfaces": { [out] "discriminator": "openzeppelin_interfaces 2.1.0 (registry+https://scarbs.xyz/)" [out] }, [out] "openzeppelin_utils": { [out] "discriminator": "openzeppelin_utils 2.1.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] "builtin_plugins": [ [out] "Starknet" [out] ] [out] } [out] } [out] [out] { [out] "name": "perpetuals", [out] "source_paths": [ [out] "/mnt/maat-workbench/workspace/apps/perpetuals/contracts/src/lib.cairo" [out] ], [out] "settings": { [out] "name": "perpetuals", [out] "edition": "2024_07", [out] "version": "0.2.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] "openzeppelin": { [out] "discriminator": "openzeppelin 3.0.0 (registry+https://scarbs.xyz/)" [out] }, [out] "perpetuals": { [out] "discriminator": "perpetuals 0.2.0 (path+file:///mnt/maat-workbench/workspace/apps/perpetuals/contracts/Scarb.toml)" [out] }, [out] "snforge_std": { [out] "discriminator": "snforge_std 0.62.1 (registry+https://scarbs.xyz/)" [out] }, [out] "starkware_utils": { [out] "discriminator": "starkware_utils 1.0.0 (git+https://github.com/starkware-libs/starkware-starknet-utils?branch=main#0a71c9440dc59cdbba59e2c339436833983e9ce6)" [out] }, [out] "starkware_utils_testing": { [out] "discriminator": "starkware_utils_testing 1.0.0 (git+https://github.com/starkware-libs/starkware-starknet-utils?branch=main#0a71c9440dc59cdbba59e2c339436833983e9ce6)" [out] }, [out] "vault": { [out] "discriminator": "vault 0.2.0 (path+file:///mnt/maat-workbench/workspace/vault/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] "repr_ptrs": false [out] } [out] }, [out] "linter_configuration": {}, [out] "plugins": { [out] "builtin_plugins": [ [out] "AssertMacros", [out] "Starknet" [out] ], [out] "proc_macros": [ [out] "snforge_scarb_plugin 0.62.1 (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.62.1/src/lib.cairo" [out] ], [out] "settings": { [out] "name": "snforge_std", [out] "edition": "2024_07", [out] "version": "0.62.1", [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.62.1 (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.62.1 (registry+https://scarbs.xyz/)" [out] ] [out] } [out] } [out] [out] { [out] "name": "starkware_utils", [out] "source_paths": [ [out] "/mnt/maat-cache/scarb/registry/git/checkouts/starkware-starknet-utils-co5ag083kk1bq/0a71c94/packages/utils/src/lib.cairo" [out] ], [out] "settings": { [out] "name": "starkware_utils", [out] "edition": "2024_07", [out] "version": "1.0.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] "openzeppelin": { [out] "discriminator": "openzeppelin 3.0.0 (registry+https://scarbs.xyz/)" [out] }, [out] "starkware_utils": { [out] "discriminator": "starkware_utils 1.0.0 (git+https://github.com/starkware-libs/starkware-starknet-utils?branch=main#0a71c9440dc59cdbba59e2c339436833983e9ce6)" [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] "builtin_plugins": [ [out] "Starknet" [out] ] [out] } [out] } [out] [out] { [out] "name": "starkware_utils_testing", [out] "source_paths": [ [out] "/mnt/maat-cache/scarb/registry/git/checkouts/starkware-starknet-utils-co5ag083kk1bq/0a71c94/packages/testing/src/lib.cairo" [out] ], [out] "settings": { [out] "name": "starkware_utils_testing", [out] "edition": "2024_07", [out] "version": "1.0.0", [out] "cfg_set": [ [out] [ [out] "target", [out] "test" [out] ] [out] ], [out] "dependencies": { [out] "core": { [out] "discriminator": null [out] }, [out] "openzeppelin": { [out] "discriminator": "openzeppelin 3.0.0 (registry+https://scarbs.xyz/)" [out] }, [out] "snforge_std": { [out] "discriminator": "snforge_std 0.62.1 (registry+https://scarbs.xyz/)" [out] }, [out] "starkware_utils": { [out] "discriminator": "starkware_utils 1.0.0 (git+https://github.com/starkware-libs/starkware-starknet-utils?branch=main#0a71c9440dc59cdbba59e2c339436833983e9ce6)" [out] }, [out] "starkware_utils_testing": { [out] "discriminator": "starkware_utils_testing 1.0.0 (git+https://github.com/starkware-libs/starkware-starknet-utils?branch=main#0a71c9440dc59cdbba59e2c339436833983e9ce6)" [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] "builtin_plugins": [ [out] "AssertMacros", [out] "Starknet" [out] ], [out] "proc_macros": [ [out] "snforge_scarb_plugin 0.62.1 (registry+https://scarbs.xyz/)" [out] ] [out] } [out] } [out] [out] { [out] "name": "vault", [out] "source_paths": [ [out] "/mnt/maat-workbench/workspace/vault/src/lib.cairo" [out] ], [out] "settings": { [out] "name": "vault", [out] "edition": "2024_07", [out] "version": "0.2.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] "openzeppelin": { [out] "discriminator": "openzeppelin 3.0.0 (registry+https://scarbs.xyz/)" [out] }, [out] "perpetuals": { [out] "discriminator": "perpetuals 0.2.0 (path+file:///mnt/maat-workbench/workspace/apps/perpetuals/contracts/Scarb.toml)" [out] }, [out] "snforge_std": { [out] "discriminator": "snforge_std 0.62.1 (registry+https://scarbs.xyz/)" [out] }, [out] "starkware_utils": { [out] "discriminator": "starkware_utils 1.0.0 (git+https://github.com/starkware-libs/starkware-starknet-utils?branch=main#0a71c9440dc59cdbba59e2c339436833983e9ce6)" [out] }, [out] "starkware_utils_testing": { [out] "discriminator": "starkware_utils_testing 1.0.0 (git+https://github.com/starkware-libs/starkware-starknet-utils?branch=main#0a71c9440dc59cdbba59e2c339436833983e9ce6)" [out] }, [out] "vault": { [out] "discriminator": "vault 0.2.0 (path+file:///mnt/maat-workbench/workspace/vault/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] "repr_ptrs": false [out] } [out] }, [out] "linter_configuration": {}, [out] "plugins": { [out] "builtin_plugins": [ [out] "AssertMacros", [out] "Starknet" [out] ], [out] "proc_macros": [ [out] "snforge_scarb_plugin 0.62.1 (registry+https://scarbs.xyz/)" [out] ] [out] } [out] } [out] ``` [out] [out] ============================== [out] file:///mnt/maat-workbench/workspace/apps/perpetuals/contracts/Scarb.toml (1) [out] (W) unknown manifest field `profile.release.cairo.casm` [Ln 39, Col 0] [out] file:///mnt/maat-workbench/workspace/apps/perpetuals/contracts/src/core/components/assets/assets.cairo (4) [out] (W) Plugin diagnostic: Manual match for expect detected. Consider using `expect()` instead [Ln 485, Col 12] [out] (W) Plugin diagnostic: Manual match for expect detected. Consider using `expect()` instead [Ln 579, Col 12] [out] (W) Plugin diagnostic: unnecessary double parentheses found. Consider removing them. [Ln 731, Col 55] [out] (W) Plugin diagnostic: Manual assert detected. Consider using assert!() macro instead. [Ln 772, Col 12] [out] file:///mnt/maat-workbench/workspace/apps/perpetuals/contracts/src/core/components/deposit/deposit_manager.cairo (2) [out] (W) Plugin diagnostic: Redundant conversion: input and output types are the same. [Ln 374, Col 56] [out] (W) Plugin diagnostic: Redundant conversion: input and output types are the same. [Ln 447, Col 70] [out] file:///mnt/maat-workbench/workspace/apps/perpetuals/contracts/src/core/components/positions/positions.cairo (4) [out] (W) Plugin diagnostic: Manual assert detected. Consider using assert!() macro instead. [Ln 863, Col 20] [out] (W) Plugin diagnostic: Inefficient `unwrap_or` detected. Consider using `unwrap_or_else()` instead. [Ln 493, Col 43] [out] (W) Plugin diagnostic: Manual assert detected. Consider using assert!() macro instead. [Ln 1067, Col 12] [out] (W) Plugin diagnostic: Manual assert detected. Consider using assert!() macro instead. [Ln 1082, Col 12] [out] file:///mnt/maat-workbench/workspace/apps/perpetuals/contracts/src/core/components/vaults/vaults_contract.cairo (4) [out] (W) Plugin diagnostic: Redundant conversion: input and output types are the same. [Ln 594, Col 43] [out] (W) Plugin diagnostic: Redundant conversion: input and output types are the same. [Ln 595, Col 44] [out] (W) Plugin diagnostic: Redundant conversion: input and output types are the same. [Ln 614, Col 39] [out] (W) Plugin diagnostic: Redundant conversion: input and output types are the same. [Ln 615, Col 41] [out] file:///mnt/maat-workbench/workspace/apps/perpetuals/contracts/src/core/types/funding.cairo (1) [out] (W) Plugin diagnostic: Redundant conversion: input and output types are the same. [Ln 44, Col 26] [out] file:///mnt/maat-workbench/workspace/apps/perpetuals/contracts/src/core/types/price.cairo (1) [out] (W) Plugin diagnostic: Redundant conversion: input and output types are the same. [Ln 65, Col 50] [out] file:///mnt/maat-workbench/workspace/apps/perpetuals/contracts/src/core/types/risk_factor.cairo (1) [out] (W) Plugin diagnostic: Redundant conversion: input and output types are the same. [Ln 28, Col 31] [out] file:///mnt/maat-workbench/workspace/apps/perpetuals/contracts/src/core/value_risk_calculator.cairo (5) [out] (W) Plugin diagnostic: Each `if`-statement adds one level of nesting, which makes code look more complex than it really is. [Ln 98, Col 8] [out] (W) Plugin diagnostic: Manual assert detected. Consider using assert!() macro instead. [Ln 103, Col 12] [out] (W) Plugin diagnostic: Manual assert detected. Consider using assert!() macro instead. [Ln 108, Col 8] [out] (W) Plugin diagnostic: Manual assert detected. Consider using assert!() macro instead. [Ln 124, Col 12] [out] (W) Plugin diagnostic: Manual assert detected. Consider using assert!() macro instead. [Ln 138, Col 4] [out] file:///mnt/maat-workbench/workspace/apps/perpetuals/contracts/src/tests/flow_tests/infra.cairo (2) [out] (W) Plugin diagnostic: Redundant conversion: input and output types are the same. [Ln 265, Col 29] [out] (W) Plugin diagnostic: Redundant conversion: input and output types are the same. [Ln 268, Col 28] [out] file:///mnt/maat-workbench/workspace/apps/perpetuals/contracts/src/tests/flow_tests/perps_tests_facade.cairo (17) [out] (W) Plugin diagnostic: Manual assert detected. Consider using assert!() macro instead. [Ln 137, Col 4] [out] (W) Plugin diagnostic: consider using `unwrap_syscall` instead of `unwrap` [Ln 135, Col 19] [out] (W) Plugin diagnostic: consider using `unwrap_syscall` instead of `unwrap` [Ln 140, Col 32] [out] (W) Plugin diagnostic: consider using `unwrap_syscall` instead of `unwrap` [Ln 194, Col 29] [out] (W) Plugin diagnostic: consider using `unwrap_syscall` instead of `unwrap` [Ln 195, Col 27] [out] (W) Plugin diagnostic: consider using `unwrap_syscall` instead of `unwrap` [Ln 331, Col 34] [out] (W) Plugin diagnostic: consider using `unwrap_syscall` instead of `unwrap` [Ln 332, Col 27] [out] (W) Plugin diagnostic: Manual `unwrap_or` detected. Consider using `unwrap_or()` instead. [Ln 1863, Col 34] [out] (W) Plugin diagnostic: consider using `unwrap_syscall` instead of `unwrap` [Ln 550, Col 39] [out] (W) Plugin diagnostic: consider using `unwrap_syscall` instead of `unwrap` [Ln 554, Col 44] [out] (W) Plugin diagnostic: consider using `unwrap_syscall` instead of `unwrap` [Ln 558, Col 43] [out] (W) Plugin diagnostic: consider using `unwrap_syscall` instead of `unwrap` [Ln 562, Col 46] [out] (W) Plugin diagnostic: consider using `unwrap_syscall` instead of `unwrap` [Ln 566, Col 44] [out] (W) Plugin diagnostic: consider using `unwrap_syscall` instead of `unwrap` [Ln 570, Col 41] [out] (W) Plugin diagnostic: consider using `unwrap_syscall` instead of `unwrap` [Ln 574, Col 40] [out] (W) Plugin diagnostic: consider using `unwrap_syscall` instead of `unwrap` [Ln 578, Col 49] [out] (W) Plugin diagnostic: using `clone` on type which implements `Copy` trait [Ln 3129, Col 19] [out] file:///mnt/maat-workbench/workspace/apps/perpetuals/contracts/src/tests/performance_tests/performance_tests.cairo (25) [out] (W) Plugin diagnostic: Redundant conversion: input and output types are the same. [Ln 64, Col 18] [out] (W) Plugin diagnostic: Redundant conversion: input and output types are the same. [Ln 75, Col 18] [out] (W) Plugin diagnostic: Redundant conversion: input and output types are the same. [Ln 107, Col 18] [out] (W) Plugin diagnostic: Redundant conversion: input and output types are the same. [Ln 118, Col 18] [out] (W) Plugin diagnostic: Redundant conversion: input and output types are the same. [Ln 150, Col 18] [out] (W) Plugin diagnostic: Redundant conversion: input and output types are the same. [Ln 161, Col 18] [out] (W) Plugin diagnostic: Redundant conversion: input and output types are the same. [Ln 193, Col 18] [out] (W) Plugin diagnostic: Redundant conversion: input and output types are the same. [Ln 204, Col 18] [out] (W) Plugin diagnostic: Redundant conversion: input and output types are the same. [Ln 236, Col 18] [out] (W) Plugin diagnostic: Redundant conversion: input and output types are the same. [Ln 247, Col 18] [out] (W) Plugin diagnostic: Redundant conversion: input and output types are the same. [Ln 279, Col 18] [out] (W) Plugin diagnostic: Redundant conversion: input and output types are the same. [Ln 290, Col 18] [out] (W) Plugin diagnostic: Redundant conversion: input and output types are the same. [Ln 323, Col 18] [out] (W) Plugin diagnostic: Redundant conversion: input and output types are the same. [Ln 334, Col 18] [out] (W) Plugin diagnostic: Redundant conversion: input and output types are the same. [Ln 366, Col 18] [out] (W) Plugin diagnostic: Redundant conversion: input and output types are the same. [Ln 377, Col 18] [out] (W) Plugin diagnostic: Redundant conversion: input and output types are the same. [Ln 409, Col 18] [out] (W) Plugin diagnostic: Redundant conversion: input and output types are the same. [Ln 420, Col 18] [out] (W) Plugin diagnostic: Redundant conversion: input and output types are the same. [Ln 452, Col 18] [out] (W) Plugin diagnostic: Redundant conversion: input and output types are the same. [Ln 463, Col 18] [out] (W) Plugin diagnostic: Redundant conversion: input and output types are the same. [Ln 495, Col 18] [out] (W) Plugin diagnostic: Redundant conversion: input and output types are the same. [Ln 506, Col 18] [out] (W) Plugin diagnostic: Redundant conversion: input and output types are the same. [Ln 538, Col 18] [out] (W) Plugin diagnostic: Redundant conversion: input and output types are the same. [Ln 549, Col 18] [out] (W) Plugin diagnostic: consider using `unwrap_syscall` instead of `unwrap` [Ln 571, Col 37] [out] file:///mnt/maat-workbench/workspace/apps/perpetuals/contracts/src/tests/test_utils.cairo (26) [out] (W) Plugin diagnostic: consider using `unwrap_syscall` instead of `unwrap` [Ln 177, Col 28] [out] (W) Plugin diagnostic: consider using `unwrap_syscall` instead of `unwrap` [Ln 178, Col 41] [out] (W) Plugin diagnostic: consider using `unwrap_syscall` instead of `unwrap` [Ln 190, Col 25] [out] (W) Plugin diagnostic: consider using `unwrap_syscall` instead of `unwrap` [Ln 191, Col 23] [out] (W) Plugin diagnostic: consider using `unwrap_syscall` instead of `unwrap` [Ln 313, Col 25] [out] (W) Plugin diagnostic: consider using `unwrap_syscall` instead of `unwrap` [Ln 314, Col 31] [out] (W) Plugin diagnostic: Manual assert detected. Consider using assert!() macro instead. [Ln 342, Col 4] [out] (W) Plugin diagnostic: Redundant conversion: input and output types are the same. [Ln 435, Col 49] [out] (W) Plugin diagnostic: Redundant conversion: input and output types are the same. [Ln 451, Col 49] [out] (W) Plugin diagnostic: consider using `unwrap_syscall` instead of `unwrap` [Ln 637, Col 35] [out] (W) Plugin diagnostic: consider using `unwrap_syscall` instead of `unwrap` [Ln 638, Col 41] [out] (W) Plugin diagnostic: consider using `unwrap_syscall` instead of `unwrap` [Ln 641, Col 39] [out] (W) Plugin diagnostic: consider using `unwrap_syscall` instead of `unwrap` [Ln 644, Col 42] [out] (W) Plugin diagnostic: consider using `unwrap_syscall` instead of `unwrap` [Ln 648, Col 40] [out] (W) Plugin diagnostic: consider using `unwrap_syscall` instead of `unwrap` [Ln 652, Col 37] [out] (W) Plugin diagnostic: consider using `unwrap_syscall` instead of `unwrap` [Ln 656, Col 36] [out] (W) Plugin diagnostic: consider using `unwrap_syscall` instead of `unwrap` [Ln 657, Col 45] [out] (W) Plugin diagnostic: Redundant conversion: input and output types are the same. [Ln 635, Col 49] [out] (W) Plugin diagnostic: consider using `unwrap_syscall` instead of `unwrap` [Ln 1001, Col 35] [out] (W) Plugin diagnostic: consider using `unwrap_syscall` instead of `unwrap` [Ln 1002, Col 41] [out] (W) Plugin diagnostic: consider using `unwrap_syscall` instead of `unwrap` [Ln 1005, Col 39] [out] (W) Plugin diagnostic: consider using `unwrap_syscall` instead of `unwrap` [Ln 1008, Col 42] [out] (W) Plugin diagnostic: consider using `unwrap_syscall` instead of `unwrap` [Ln 1012, Col 40] [out] (W) Plugin diagnostic: consider using `unwrap_syscall` instead of `unwrap` [Ln 1015, Col 37] [out] (W) Plugin diagnostic: consider using `unwrap_syscall` instead of `unwrap` [Ln 1018, Col 36] [out] (W) Plugin diagnostic: consider using `unwrap_syscall` instead of `unwrap` [Ln 1019, Col 45] [out] file:///mnt/maat-workbench/workspace/apps/perpetuals/contracts/src/tests/unit_tests/protocol_vault_tests.cairo (3) [out] (W) Plugin diagnostic: Manual assert detected. Consider using assert!() macro instead. [Ln 58, Col 4] [out] (W) Plugin diagnostic: consider using `unwrap_syscall` instead of `unwrap` [Ln 56, Col 19] [out] (W) Plugin diagnostic: consider using `unwrap_syscall` instead of `unwrap` [Ln 61, Col 32] [out] total: 0 errors, 95 warnings, 0 infos, 0 hints [out] [out] ============================== [out] CairoLS process exited with code: 0