=== keep-starknet-strange/garaga-11ed9fee3 === >>> git clone --depth 1 --no-tags https://github.com/keep-starknet-strange/garaga . [err] Cloning into '.'... >>> maat-check-versions [out] Name Version Source Installed [out] nodejs 23.11.0 ASDF_NODEJS_VERSION true [out] scarb 2.10.1 ASDF_SCARB_VERSION true [out] starknet-foundry 0.41.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 ef4d778..603e9d2 100644 [out] --- a/Scarb.toml [out] +++ b/Scarb.toml [out] @@ -9,3 +9,14 @@ starknet = "2.11.4" [out] [out] [workspace.scripts] [out] test = "snforge test -p garaga --include-ignored" [out] + [out] +[patch.scarbs-xyz] [out] +assert_macros = "2.10.1" # NOTE: added by maat-patch, was: None [out] +starknet = "2.10.1" # NOTE: added by maat-patch, was: None [out] +cairo_test = "2.10.1" # NOTE: added by maat-patch, was: None [out] +snforge_std = "0.41.0" # NOTE: added by maat-patch, was: None [out] +snforge_scarb_plugin = "0.41.0" # NOTE: added by maat-patch, was: None [out] + [out] +[patch."https://github.com/foundry-rs/starknet-foundry.git"] [out] +snforge_std = "0.41.0" # NOTE: added by maat-patch, was: None [out] +snforge_scarb_plugin = "0.41.0" # NOTE: added by maat-patch, was: None [out] diff --git a/src/Scarb.toml b/src/Scarb.toml [out] index db1d92c..30c5633 100644 [out] --- a/src/Scarb.toml [out] +++ b/src/Scarb.toml [out] @@ -9,6 +9,7 @@ readme = "../README.md" [out] repository = "https://github.com/keep-starknet-strange/garaga" [out] [out] # See more keys and their definitions at https://docs.swmansion.com/scarb/docs/reference/manifest.html [out] +cairo-version = "2.10.1" # NOTE: added by maat-patch, was: None [out] [out] [cairo] [out] sierra-replace-ids = false [out] @@ -25,3 +26,6 @@ assert_macros = "2.11.4" [out] [out] [scripts] [out] test = "snforge test -p garaga --include-ignored" [out] + [out] +[tool.scarb] [out] +allow-prebuilt-plugins = ["snforge_std"] # NOTE: maat-patch added 'snforge_std' >>> scarb fetch [out] error: cannot get dependencies of `garaga@0.18.1` [out] [out] Caused by: [out] cannot find package `assert_macros ^2.11.4` [out] [out] Stack backtrace: [out] 0: anyhow::error:: for anyhow::Error>::from [out] 1: scarb::resolver::algorithm::scarb_resolver [out] 2: std::sys::backtrace::__rust_begin_short_backtrace [out] 3: core::ops::function::FnOnce::call_once{{vtable.shim}} [out] 4: std::sys::pal::unix::thread::Thread::new::thread_start [out] 5: start_thread [out] 6: __clone 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