=== keep-starknet-strange/memecoin-staking-de2f416b4 === >>> git clone --depth 1 --no-tags https://github.com/keep-starknet-strange/memecoin-staking . [err] Cloning into '.'... >>> maat-check-versions [out] Name Version Source Installed [out] nodejs 23.11.0 ASDF_NODEJS_VERSION true [out] scarb 2.12.0-rc.1 ASDF_SCARB_VERSION true [out] starknet-foundry 0.46.0 ASDF_STARKNET-FOUNDRY_VERSION true >>> maat-patch [err] Installed 1 package in 2ms [out] diff --git a/Scarb.toml b/Scarb.toml [out] index b064e54..6080296 100644 [out] --- a/Scarb.toml [out] +++ b/Scarb.toml [out] @@ -4,6 +4,7 @@ version = "0.1.0" [out] edition = "2024_07" [out] [out] # See more keys and their definitions at https://docs.swmansion.com/scarb/docs/reference/manifest.html [out] +cairo-version = "2.12.0-rc.1" # NOTE: added by maat-patch, was: None [out] [out] [dependencies] [out] starknet = "2.9.2" [out] @@ -23,12 +24,23 @@ build-external-contracts = ["starkware_utils::erc20_mocks::DualCaseERC20Mock"] [out] sierra = true [out] [out] [scripts] [out] -test = "snforge test" [out] +test = "snforge test --fuzzer-seed 1" # NOTE: added by maat-patch, was: 'snforge test' [out] [out] [tool.scarb] [out] -allow-prebuilt-plugins = ["snforge_std"] [out] +allow-prebuilt-plugins = ["snforge_std"] # NOTE: maat-patch added 'snforge_std' [out] [out] [profile.dev.cairo] [out] unstable-add-statements-functions-debug-info = true [out] unstable-add-statements-code-locations-debug-info = true [out] inlining-strategy = "avoid" [out] + [out] +[patch.scarbs-xyz] [out] +assert_macros = "2.12.0-rc.1" # NOTE: added by maat-patch, was: None [out] +starknet = "2.12.0-rc.1" # NOTE: added by maat-patch, was: None [out] +cairo_test = "2.12.0-rc.1" # NOTE: added by maat-patch, was: None [out] +snforge_std = "0.46.0" # NOTE: added by maat-patch, was: None [out] +snforge_scarb_plugin = "0.46.0" # NOTE: added by maat-patch, was: None [out] + [out] +[patch."https://github.com/foundry-rs/starknet-foundry.git"] [out] +snforge_std = "0.46.0" # NOTE: added by maat-patch, was: None [out] +snforge_scarb_plugin = "0.46.0" # NOTE: added by maat-patch, was: None >>> scarb fetch [out] error: failed to parse manifest at: /mnt/maat-workbench/Scarb.toml [out] [out] Caused by: [out] TOML parse error at line 11, column 19 [out] | [out] 11 | starkware_utils = { git = "https://github.com/starkware-libs/starkware-starknet-utils", ref = "f120b3b84255e88f8b970f9185cedc093521aba3" } [out] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [out] unknown field `ref` [out] [out] [out] Stack backtrace: [out] 0: anyhow::error:: for anyhow::Error>::from [out] 1: scarb::core::manifest::toml_manifest::TomlManifest::read_from_path [out] 2: scarb::ops::manifest::try_find_manifest_of_pwd [out] 3: scarb::ops::workspace::read_workspace_impl [out] 4: scarb::ops::workspace::read_workspace [out] 5: scarb::commands::run [out] 6: scarb::main [out] 7: std::sys::backtrace::__rust_begin_short_backtrace [out] 8: main [out] 9: __libc_start_call_main [out] 10: __libc_start_main_impl [out] 11: _start Process finished with exit code 1 >>> scarb tree -q --workspace Process finished with exit code -1 >>> SCARB_IGNORE_CAIRO_VERSION=true scarb build --workspace --test Process finished with exit code -1 >>> SCARB_IGNORE_CAIRO_VERSION=true scarb lint --workspace --deny-warnings Process finished with exit code -1 >>> SCARB_IGNORE_CAIRO_VERSION=true SNFORGE_FUZZER_SEED=1 SNFORGE_IGNORE_FORK_TESTS=1 scarb test --workspace Process finished with exit code -1 >>> SCARB_IGNORE_CAIRO_VERSION=true maat-test-ls Process finished with exit code -1