=== xoroshiro-1.1.0 === >>> curl -sSLf https://scarbs.xyz/api/v1/dl/xoroshiro/1.1.0 -o archive-590126544327639040.tar.zstd >>> tar --zstd -xf archive-590126544327639040.tar.zstd --strip-components 1 >>> 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.45.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 2244b05..2365e5d 100644 [out] --- a/Scarb.toml [out] +++ b/Scarb.toml [out] @@ -26,7 +26,7 @@ keywords = [ [out] license-file = "LICENSE" [out] readme = "README.md" [out] repository = "https://github.com/milancermak/xoroshiro-cairo" [out] -cairo-version = "^2.7.0" [out] +cairo-version = "2.10.1" # NOTE: added by maat-patch, was: '^2.7.0' [out] [out] [dependencies.starknet] [out] version = ">=2.7.0" [out] @@ -38,3 +38,22 @@ sort-module-level-items = true [out] [tool.snforge] [out] max_n_steps = 200000000 [out] [out] +[tool.scarb] [out] +allow-prebuilt-plugins = ["snforge_std"] # NOTE: maat-patch added 'snforge_std' [out] + [out] +[dev-dependencies] [out] +snforge_std = "0.45.0" # NOTE: added by maat-patch, was: None [out] + [out] +[scripts] [out] +test = "snforge test --fuzzer-seed 1" # NOTE: added by maat-patch, was: None [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.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 >>> scarb fetch [out] Downloading snforge_std v0.45.0 [out] Downloading snforge_scarb_plugin v0.45.0 >>> scarb tree -q --workspace [out] error: no such command: `tree` [out] [out] Stack backtrace: [out] 0: anyhow::kind::Adhoc::new [out] 1: anyhow::__private::format_err.120538 [out] 2: scarb::commands::run [out] 3: scarb::main [out] 4: std::sys::backtrace::__rust_begin_short_backtrace [out] 5: main [out] 6: __libc_start_call_main [out] 7: __libc_start_main_impl [out] 8: _start Process finished with exit code 1 >>> scarb build --workspace --test [out] Compiling test(xoroshiro_unittest) xoroshiro v1.1.0 (/mnt/maat-workbench/Scarb.toml) [out] Finished `dev` profile target(s) in 4 seconds >>> scarb lint --workspace --deny-warnings [err] error: unexpected argument '--deny-warnings' found [err] [err] tip: a similar argument exists: '--no-warnings' [err] [err] Usage: scarb lint --no-warnings <--package |--workspace> [err] [err] For more information, try '--help'. Process finished with exit code 2 >>> SNFORGE_FUZZER_SEED=1 SNFORGE_IGNORE_FORK_TESTS=1 scarb test --workspace [out] Running test xoroshiro (snforge test --fuzzer-seed 1) [out] Compiling test(xoroshiro_unittest) xoroshiro v1.1.0 (/mnt/maat-workbench/Scarb.toml) [out] Finished `dev` profile target(s) in 4 seconds [out] [out] [out] Collected 2 test(s) from xoroshiro package [out] Running 2 test(s) from src/ [out] [PASS] xoroshiro::xoroshiro::test::test_next_20 (l1_gas: ~0, l1_data_gas: ~288, l2_gas: ~74160000) [out] [PASS] xoroshiro::xoroshiro::test::test_successful_10K (l1_gas: ~0, l1_data_gas: ~288, l2_gas: ~35443280000) [out] Tests: 2 passed, 0 failed, 0 ignored, 0 filtered out [out] >>> maat-test-ls [err] 0.003779011s WARN cairo_language_server::config: client does not support `workspace/configuration` requests, config will not be reloaded [out] Opening file:///mnt/maat-workbench/src/lib.cairo [out] [out] ============================== [err] Error: analysis timed out [err] at Timeout._onTimeout (/root/.local/bin/maat-test-ls:10244:44) [err] at listOnTimeout (node:internal/timers:608:17) [err] at process.processTimers (node:internal/timers:543:7) [out] [out] ============================== [out] CairoLS process exited with code: 0 Process finished with exit code 1