=== starkware-libs/starknet-staking-0abc829ae === >>> git clone --depth 1 --no-tags https://github.com/starkware-libs/starknet-staking . [err] Cloning into '.'... >>> maat-check-versions [out] Name Version Source Installed [out] nodejs 23.11.0 ASDF_NODEJS_VERSION true [out] scarb 2.9.4 ASDF_SCARB_VERSION true [out] starknet-foundry 0.43.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 2200ef9..302f0f8 100644 [out] --- a/Scarb.toml [out] +++ b/Scarb.toml [out] @@ -27,3 +27,14 @@ block_id.tag = "latest" [out] [out] [workspace.tool.scarb] [out] allow-prebuilt-plugins = ["snforge_std"] [out] + [out] +[patch.scarbs-xyz] [out] +assert_macros = "2.9.4" # NOTE: added by maat-patch, was: None [out] +starknet = "2.9.4" # NOTE: added by maat-patch, was: None [out] +cairo_test = "2.9.4" # NOTE: added by maat-patch, was: None [out] +snforge_std = "0.43.0" # NOTE: added by maat-patch, was: None [out] +snforge_scarb_plugin = "0.43.0" # NOTE: added by maat-patch, was: None [out] + [out] +[patch."https://github.com/foundry-rs/starknet-foundry.git"] [out] +snforge_std = "0.43.0" # NOTE: added by maat-patch, was: None [out] +snforge_scarb_plugin = "0.43.0" # NOTE: added by maat-patch, was: None [out] diff --git a/workspace/apps/staking/contracts/Scarb.toml b/workspace/apps/staking/contracts/Scarb.toml [out] index 21baf50..ff849d3 100644 [out] --- a/workspace/apps/staking/contracts/Scarb.toml [out] +++ b/workspace/apps/staking/contracts/Scarb.toml [out] @@ -2,6 +2,7 @@ [out] name = "staking" [out] version = "1.14.5" [out] edition = "2023_11" [out] +cairo-version = "2.9.4" # NOTE: added by maat-patch, was: None [out] [out] [dependencies] [out] starknet.workspace = true [out] @@ -35,6 +36,7 @@ sort-module-level-items = true [out] [tool] [out] snforge.workspace = true [out] scarb.workspace = true [out] +scarb.allow-prebuilt-plugins = ["snforge_std"] # NOTE: maat-patch added 'snforge_std' [out] [out] [features] [out] fork_test = [] >>> scarb fetch [out] Updating git repository https://github.com/starkware-libs/starkware-starknet-utils [out] error: Version solving failed: [out] - openzeppelin_testing v3.0.0 cannot use assert_macros v2.9.4 (std), because openzeppelin_testing requires assert_macros ^2.11.2 [out] - openzeppelin_testing v3.0.0 cannot use starknet v2.9.4 (std), because openzeppelin_testing requires starknet ^2.11.2 [out] - staking v1.14.5 (/mnt/maat-workbench/workspace/apps/staking/contracts/Scarb.toml) cannot use assert_macros v2.9.4 (std), because staking requires assert_macros ^2.11.0 [out] - staking v1.14.5 (/mnt/maat-workbench/workspace/apps/staking/contracts/Scarb.toml) cannot use starknet v2.9.4 (std), because staking requires starknet ^2.11.0 [out] - starkware_utils v0.1.1 (git+https://github.com/starkware-libs/starkware-starknet-utils?rev=c13701e14230c9afba736fc174cc60f9be745d37#c13701e14230c9afba736fc174cc60f9be745d37) cannot use starknet v2.9.4 (std), because starkware_utils requires starknet ^2.11.2 [out] - starkware_utils_testing v1.0.0 (git+https://github.com/starkware-libs/starkware-starknet-utils?rev=c13701e14230c9afba736fc174cc60f9be745d37#c13701e14230c9afba736fc174cc60f9be745d37) cannot use assert_macros v2.9.4 (std), because starkware_utils_testing requires assert_macros ^2.11.2 [out] - starkware_utils_testing v1.0.0 (git+https://github.com/starkware-libs/starkware-starknet-utils?rev=c13701e14230c9afba736fc174cc60f9be745d37#c13701e14230c9afba736fc174cc60f9be745d37) cannot use starknet v2.9.4 (std), because starkware_utils_testing requires starknet ^2.11.2 [out] [out] Scarb does not have real version solving algorithm yet. [out] Perhaps in the future this conflict could be resolved, but currently, [out] please upgrade your dependencies to use latest versions of their dependencies. [out] [out] [out] Stack backtrace: [out] 0: anyhow::kind::Adhoc::new [out] 1: scarb::resolver::resolve::{{closure}}::{{closure}} [out] 2: tokio::runtime::handle::Handle::block_on [out] 3: scarb::ops::resolve::resolve_workspace_with_opts [out] 4: scarb::commands::run [out] 5: scarb::main [out] 6: std::sys::backtrace::__rust_begin_short_backtrace [out] 7: main [out] 8: __libc_start_call_main [out] 9: __libc_start_main_impl [out] 10: _start Process finished with exit code 1 >>> scarb tree -q --workspace Process finished with exit code -1 >>> scarb build --workspace --test Process finished with exit code -1 >>> scarb lint --workspace --deny-warnings Process finished with exit code -1 >>> SNFORGE_FUZZER_SEED=1 SNFORGE_IGNORE_FORK_TESTS=1 scarb test --workspace Process finished with exit code -1 >>> maat-test-ls Process finished with exit code -1