=== keep-starknet-strange/scaffold-garaga-4f21cdbe4 === >>> git clone --depth 1 --no-tags https://github.com/keep-starknet-strange/scaffold-garaga . [err] Cloning into '.'... >>> workdir=contracts maat-check-versions [out] Name Version Source Installed [out] nodejs 23.11.0 ASDF_NODEJS_VERSION true [out] scarb nightly-2025-03-15 ASDF_SCARB_VERSION true [out] starknet-foundry 0.45.0 ASDF_STARKNET-FOUNDRY_VERSION true >>> workdir=contracts maat-patch [err] Installed 1 package in 2ms [out] diff --git a/Scarb.toml b/Scarb.toml [out] index 87157fe..e87304f 100644 [out] --- a/Scarb.toml [out] +++ b/Scarb.toml [out] @@ -1,2 +1,13 @@ [out] [workspace] [out] members = ["verifier"] [out] + [out] +[patch.scarbs-xyz] [out] +assert_macros = "2.11.2+nightly-2025-03-15" # NOTE: added by maat-patch, was: None [out] +starknet = "2.11.2+nightly-2025-03-15" # NOTE: added by maat-patch, was: None [out] +cairo_test = "2.11.2+nightly-2025-03-15" # NOTE: added by maat-patch, was: None [out] +snforge_std = "0.45.0" # NOTE: added by maat-patch, was: None [out] +snforge_scarb_plugin = "0.45.0" # NOTE: added by maat-patch, was: None [out] + [out] +[patch."https://github.com/foundry-rs/starknet-foundry.git"] [out] +snforge_std = "0.45.0" # NOTE: added by maat-patch, was: None [out] +snforge_scarb_plugin = "0.45.0" # NOTE: added by maat-patch, was: None [out] diff --git a/verifier/Scarb.toml b/verifier/Scarb.toml [out] index 2005a72..4006bc0 100644 [out] --- a/verifier/Scarb.toml [out] +++ b/verifier/Scarb.toml [out] @@ -2,6 +2,7 @@ [out] name = "verifier" [out] version = "0.1.0" [out] edition = "2024_07" [out] +cairo-version = "2.11.2+nightly-2025-03-15" # NOTE: added by maat-patch, was: None [out] [out] [dependencies] [out] garaga = { git = "https://github.com/keep-starknet-strange/garaga.git", tag = "v0.18.0" } [out] @@ -17,3 +18,9 @@ cairo_test = "2.11.4" [out] [[target.starknet-contract]] [out] casm = true [out] casm-add-pythonic-hints = true [out] + [out] +[scripts] [out] +test = "scarb cairo-test" # NOTE: added by maat-patch, was: None [out] + [out] +[tool.scarb] [out] +allow-prebuilt-plugins = ["snforge_std"] # NOTE: maat-patch added 'snforge_std' >>> workdir=contracts scarb fetch [out] error: cannot get dependencies of `verifier@0.1.0` [out] [out] Caused by: [out] cannot find package `starknet ^2.11.4` [out] [out] Stack backtrace: [out] 0: anyhow::error:: for anyhow::Error>::from [out] 1: scarb::resolver::algorithm::scarb_resolver::{{closure}} [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 >>> workdir=contracts scarb tree -q --workspace Process finished with exit code -1 >>> SCARB_IGNORE_CAIRO_VERSION=true workdir=contracts scarb build --workspace --test Process finished with exit code -1 >>> SCARB_IGNORE_CAIRO_VERSION=true workdir=contracts 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 workdir=contracts scarb test --workspace Process finished with exit code -1 >>> SCARB_IGNORE_CAIRO_VERSION=true workdir=contracts maat-test-ls Process finished with exit code -1