=== chrono-0.1.0 === >>> curl -sSLf https://scarbs.xyz/api/v1/dl/chrono/0.1.0 -o archive-590605993340878848.tar.zstd >>> tar --zstd -xf archive-590605993340878848.tar.zstd --strip-components 1 >>> 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 >>> maat-patch [err] Installed 1 package in 2ms [out] diff --git a/Scarb.toml b/Scarb.toml [out] index 1ba8715..e9302f4 100644 [out] --- a/Scarb.toml [out] +++ b/Scarb.toml [out] @@ -25,7 +25,7 @@ keywords = [ [out] license-file = "LICENSE" [out] readme = "README.md" [out] repository = "https://github.com/KaizeNodeLabs/starkiro" [out] -cairo-version = "^2.11.2" [out] +cairo-version = "2.11.2+nightly-2025-03-15" # NOTE: added by maat-patch, was: '^2.11.2' [out] re-export-cairo-plugins = [] [out] [out] [dependencies.starknet] [out] @@ -35,5 +35,23 @@ version = "^2.11.2" [out] sort-module-level-items = true [out] [out] [tool.scarb] [out] -allow-prebuilt-plugins = ["snforge_std"] [out] +allow-prebuilt-plugins = ["snforge_std"] # NOTE: maat-patch added 'snforge_std' [out] [out] + [out] +[dev-dependencies] [out] +snforge_std = "0.45.0" # NOTE: added by maat-patch, was: None [out] +assert_macros = "*" # 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.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 >>> 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.100706 [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_IGNORE_CAIRO_VERSION=true scarb build --workspace --test [out] Compiling test(chrono_unittest) chrono v0.1.0 (/mnt/maat-workbench/Scarb.toml) [out] Compiling test(chrono_integrationtest) chrono_integrationtest v0.1.0 (/mnt/maat-workbench/Scarb.toml) [out] warn: external contracts not found for selectors: `chrono::*` [out] Finished `dev` profile target(s) in 15 seconds >>> SCARB_IGNORE_CAIRO_VERSION=true 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 >>> SCARB_IGNORE_CAIRO_VERSION=true SNFORGE_FUZZER_SEED=1 SNFORGE_IGNORE_FORK_TESTS=1 scarb test --workspace [out] Running test chrono (snforge test --fuzzer-seed 1) [out] Compiling test(chrono_unittest) chrono v0.1.0 (/mnt/maat-workbench/Scarb.toml) [out] Compiling test(chrono_integrationtest) chrono_integrationtest v0.1.0 (/mnt/maat-workbench/Scarb.toml) [out] warn: external contracts not found for selectors: `chrono::*` [out] Finished `dev` profile target(s) in 15 seconds [out] [ERROR] Error during libfunc specialization of [808]: Could not specialize libfunc `i64_is_zero` with generic_args: []. Error: Could not find the requested extension: i64_is_zero. Process finished with exit code 2 >>> SCARB_IGNORE_CAIRO_VERSION=true maat-test-ls [err] 0.003999789s 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] ============================== [out] Analysis completed, server is idle. [out] [out] ============================== [out] # Analyzed Crates [out] [out] - `chrono`: `["/mnt/maat-workbench/src/lib.cairo"]` [out] ```rust [out] CrateSettings { [out] name: Some( [out] "chrono", [out] ), [out] edition: V2024_07, [out] version: Some( [out] Version { [out] major: 0, [out] minor: 1, [out] patch: 0, [out] }, [out] ), [out] cfg_set: Some( [out] CfgSet( [out] target: "lib", [out] target: "test", [out] test, [out] ), [out] ), [out] dependencies: { [out] "chrono": DependencySettings { [out] discriminator: Some( [out] "chrono 0.1.0 (path+file:///mnt/maat-workbench/Scarb.toml)", [out] ), [out] }, [out] "core": DependencySettings { [out] discriminator: None, [out] }, [out] "snforge_std": DependencySettings { [out] discriminator: Some( [out] "snforge_std 0.45.0 (registry+https://scarbs.xyz/)", [out] ), [out] }, [out] }, [out] experimental_features: ExperimentalFeaturesConfig { [out] negative_impls: false, [out] associated_item_constraints: false, [out] coupons: false, [out] }, [out] } [out] ``` [out] - `chrono_integrationtest`: `["/mnt/maat-workbench/tests/examples.cairo", "/mnt/maat-workbench/tests/internals.cairo", "/mnt/maat-workbench/tests/traits.cairo", "/mnt/maat-workbench/tests/date.cairo", "/mnt/maat-workbench/tests/utils.cairo", "/mnt/maat-workbench/tests/time_delta.cairo", "/mnt/maat-workbench/tests/isoweek.cairo", "/mnt/maat-workbench/tests/time.cairo", "/mnt/maat-workbench/tests/datetime.cairo", "/mnt/maat-workbench/tests/week.cairo", "/mnt/maat-workbench/tests/months.cairo", "/mnt/maat-workbench/tests/weekday.cairo", "/mnt/maat-workbench/tests/contract.cairo"]` [out] ```rust [out] CrateSettings { [out] name: Some( [out] "chrono_integrationtest", [out] ), [out] edition: V2024_07, [out] version: Some( [out] Version { [out] major: 0, [out] minor: 1, [out] patch: 0, [out] }, [out] ), [out] cfg_set: Some( [out] CfgSet( [out] target: "test", [out] test, [out] ), [out] ), [out] dependencies: { [out] "chrono": DependencySettings { [out] discriminator: Some( [out] "chrono 0.1.0 (path+file:///mnt/maat-workbench/Scarb.toml)", [out] ), [out] }, [out] "core": DependencySettings { [out] discriminator: None, [out] }, [out] "snforge_std": DependencySettings { [out] discriminator: Some( [out] "snforge_std 0.45.0 (registry+https://scarbs.xyz/)", [out] ), [out] }, [out] }, [out] experimental_features: ExperimentalFeaturesConfig { [out] negative_impls: false, [out] associated_item_constraints: false, [out] coupons: false, [out] }, [out] } [out] ``` [out] - `core`: `["/mnt/maat-cache/scarb/registry/std/736ad1438/core/src/lib.cairo"]` [out] ```rust [out] CrateSettings { [out] name: Some( [out] "core", [out] ), [out] edition: V2024_07, [out] version: Some( [out] Version { [out] major: 2, [out] minor: 11, [out] patch: 2, [out] }, [out] ), [out] cfg_set: Some( [out] CfgSet( [out] target: "lib", [out] target: "test", [out] ), [out] ), [out] dependencies: { [out] "core": DependencySettings { [out] discriminator: None, [out] }, [out] }, [out] experimental_features: ExperimentalFeaturesConfig { [out] negative_impls: true, [out] associated_item_constraints: true, [out] coupons: true, [out] }, [out] } [out] ``` [out] - `snforge_std`: `["/mnt/maat-cache/scarb/registry/src/scarbs.xyz-9djtpev4jug5q/snforge_std-0.45.0/src/lib.cairo"]` [out] ```rust [out] CrateSettings { [out] name: Some( [out] "snforge_std", [out] ), [out] edition: V2024_07, [out] version: Some( [out] Version { [out] major: 0, [out] minor: 45, [out] patch: 0, [out] }, [out] ), [out] cfg_set: Some( [out] CfgSet( [out] target: "test", [out] ), [out] ), [out] dependencies: { [out] "core": DependencySettings { [out] discriminator: None, [out] }, [out] "snforge_std": DependencySettings { [out] discriminator: Some( [out] "snforge_std 0.45.0 (registry+https://scarbs.xyz/)", [out] ), [out] }, [out] }, [out] experimental_features: ExperimentalFeaturesConfig { [out] negative_impls: false, [out] associated_item_constraints: false, [out] coupons: false, [out] }, [out] } [out] ``` [out] [out] [out] ============================== [out] file:///mnt/maat-workbench/tests/contract.cairo (1) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 51, Col 0] [out] file:///mnt/maat-workbench/tests/date.cairo (28) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 9, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 32, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 90, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 118, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 132, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 160, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 186, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 216, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 259, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 314, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 337, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 345, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 375, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 390, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 402, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 411, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 425, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 485, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 516, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 564, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 606, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 621, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 667, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 675, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 686, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 693, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 711, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 722, Col 0] [out] file:///mnt/maat-workbench/tests/datetime.cairo (3) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 21, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 65, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 99, Col 0] [out] file:///mnt/maat-workbench/tests/examples.cairo (1) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 2, Col 0] [out] file:///mnt/maat-workbench/tests/internals.cairo (6) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 5, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 22, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 75, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 157, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 211, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 231, Col 0] [out] file:///mnt/maat-workbench/tests/isoweek.cairo (4) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 21, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 29, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 37, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 46, Col 0] [out] file:///mnt/maat-workbench/tests/months.cairo (6) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 4, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 20, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 39, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 47, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 56, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 63, Col 0] [out] file:///mnt/maat-workbench/tests/time_delta.cairo (17) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 3, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 34, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 53, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 60, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 66, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 71, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 72, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 77, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 87, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 92, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 93, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 98, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 124, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 165, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 182, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 209, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 242, Col 0] [out] file:///mnt/maat-workbench/tests/time.cairo (5) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 4, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 30, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 43, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 68, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 74, Col 0] [out] file:///mnt/maat-workbench/tests/traits.cairo (2) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 47, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 60, Col 0] [out] file:///mnt/maat-workbench/tests/week.cairo (3) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 4, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 25, Col 0] [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 33, Col 0] [out] file:///mnt/maat-workbench/tests/weekday.cairo (1) [out] (E) Plugin diagnostic: Unsupported attribute. [Ln 2, Col 0] [out] total: 77 errors, 0 warnings, 0 infos, 0 hints [out] [out] ============================== [out] CairoLS process exited with code: 0