=== keep-starknet-strange/tokenized-bond-dce5d9cc7 === >>> git clone --depth 1 --no-tags https://github.com/keep-starknet-strange/tokenized-bond . [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.44.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 6de59de..86bc2b5 100644 [out] --- a/Scarb.toml [out] +++ b/Scarb.toml [out] @@ -2,6 +2,7 @@ [out] name = "tokenized_bond" [out] version = "0.1.0" [out] edition = "2023_11" [out] +cairo-version = "2.10.1" # NOTE: added by maat-patch, was: None [out] [out] [dependencies] [out] starknet = "2.9.2" [out] @@ -20,9 +21,23 @@ assert_macros = "2.9.2" [out] sierra = true [out] [out] [scripts] [out] -test = "snforge test" [out] +test = "snforge test --fuzzer-seed 1" # NOTE: added by maat-patch, was: 'snforge test' [out] [out] [profile.dev.cairo] [out] unstable-add-statements-functions-debug-info = true [out] unstable-add-statements-code-locations-debug-info = true [out] inlining-strategy = "avoid" [out] + [out] +[tool.scarb] [out] +allow-prebuilt-plugins = ["snforge_std"] # NOTE: maat-patch added 'snforge_std' [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.44.0" # NOTE: added by maat-patch, was: None [out] +snforge_scarb_plugin = "0.44.0" # NOTE: added by maat-patch, was: None [out] + [out] +[patch."https://github.com/foundry-rs/starknet-foundry.git"] [out] +snforge_std = "0.44.0" # NOTE: added by maat-patch, was: None [out] +snforge_scarb_plugin = "0.44.0" # NOTE: added by maat-patch, was: None >>> scarb fetch [out] Downloading openzeppelin_utils v0.20.0 [out] Downloading openzeppelin_finance v0.20.0 [out] Downloading openzeppelin_account v0.20.0 [out] Downloading openzeppelin_token v0.20.0 [out] Downloading openzeppelin_presets v0.20.0 [out] Downloading openzeppelin_governance v0.20.0 [out] Downloading openzeppelin_security v0.20.0 [out] Downloading openzeppelin_introspection v0.20.0 [out] Downloading openzeppelin_access v0.20.0 [out] Downloading snforge_scarb_plugin v0.33.0 [out] Downloading openzeppelin_merkle_tree v0.20.0 [out] Downloading openzeppelin v0.20.0 [out] Downloading openzeppelin_upgrades v0.20.0 [out] Downloading snforge_std v0.33.0 [out] Updating crates.io index [out] Locking 170 packages to latest compatible versions [out] Adding smol_str v0.2.2 (available: v0.3.2) [out] Downloading crates ... [out] Downloaded idna_adapter v1.2.1 [out] Downloaded smallvec v1.15.1 [out] Downloaded path-clean v1.0.1 [out] Downloaded zerofrom v0.1.6 [out] Downloaded zerovec-derive v0.11.1 [out] Downloaded stable_deref_trait v1.2.0 [out] Downloaded proc-macro2 v1.0.95 [out] Downloaded scopeguard v1.2.0 [out] Downloaded toml_datetime v0.6.11 [out] Downloaded parking_lot v0.12.4 [out] Downloaded lock_api v0.4.13 [out] Downloaded heck v0.4.1 [out] Downloaded cairo-lang-filesystem v2.11.4 [out] Downloaded cairo-lang-macro-attributes v0.1.0 [out] Downloaded cairo-lang-debug v2.11.4 [out] Downloaded num-integer v0.1.46 [out] Downloaded scarb-stable-hash v1.0.0 [out] Downloaded data-encoding v2.9.0 [out] Downloaded linkme-impl v0.3.33 [out] Downloaded cairo-lang-diagnostics v2.11.4 [out] Downloaded xxhash-rust v0.8.15 [out] Downloaded genco v0.17.10 [out] Downloaded cairo-lang-sierra v2.11.4 [out] Downloaded num-bigint v0.4.6 [out] Downloaded cairo-lang-parser v2.11.4 [out] Downloaded serde_json v1.0.140 [out] Downloaded unicode-segmentation v1.12.0 [out] Downloaded memchr v2.7.5 [out] Downloaded lambdaworks-crypto v0.10.0 [out] Downloaded lambdaworks-math v0.10.0 [out] Downloaded regex v1.11.1 [out] Downloaded syn v1.0.109 [out] Downloaded lalrpop v0.22.2 [out] Downloaded icu_locale_core v2.0.0 [out] Downloaded winnow v0.7.11 [out] Downloaded windows_x86_64_gnullvm v0.52.6 [out] Downloaded cairo-lang-syntax v2.11.4 [out] Downloaded windows_i686_gnullvm v0.52.6 [out] Downloaded icu_properties_data v2.0.1 [out] Downloaded zerotrie v0.2.2 [out] Downloaded typenum v1.18.0 [out] Downloaded windows_aarch64_gnullvm v0.52.6 [out] Downloaded rust-analyzer-salsa v0.17.0-pre.6 [out] Downloaded windows_i686_msvc v0.52.6 [out] Downloaded regex-syntax v0.8.5 [out] Downloaded tracing v0.1.41 [out] Downloaded rand v0.8.5 [out] Downloaded aho-corasick v1.1.3 [out] Downloaded icu_provider v2.0.0 [out] Downloaded parking_lot_core v0.9.11 [out] Downloaded regex-automata v0.4.9 [out] Downloaded tracing-core v0.1.34 [out] Downloaded libc v0.2.172 [out] Downloaded itertools v0.14.0 [out] Downloaded schemars v0.8.22 [out] Downloaded windows_aarch64_msvc v0.52.6 [out] Downloaded icu_normalizer_data v2.0.0 [out] Downloaded windows_x86_64_gnu v0.52.6 [out] Downloaded sha3 v0.10.8 [out] Downloaded windows_x86_64_msvc v0.52.6 [out] Downloaded colored v3.0.0 [out] Downloaded anyhow v1.0.98 [out] Downloaded derivative v2.2.0 [out] Downloaded bit-vec v0.8.0 [out] Downloaded log v0.4.27 [out] Downloaded term v1.0.2 [out] Downloaded unicode-xid v0.2.6 [out] Downloaded same-file v1.0.6 [out] Downloaded windows_i686_gnu v0.52.6 [out] Downloaded walkdir v2.5.0 [out] Downloaded sha2 v0.10.9 [out] Downloaded crypto-common v0.1.6 [out] Downloaded zeroize v1.8.1 [out] Downloaded starknet-types-core v0.1.8 [out] Downloaded toml v0.8.23 [out] Downloaded triomphe v0.1.14 [out] Downloaded allocator-api2 v0.2.21 [out] Downloaded indexmap v2.9.0 [out] Downloaded indexmap v1.9.3 [out] Downloaded icu_normalizer v2.0.0 [out] Downloaded genco-macros v0.17.10 [out] Downloaded relative-path v1.9.3 [out] Downloaded xshell v0.2.7 [out] Downloaded cairo-lang-syntax-codegen v2.11.4 [out] Downloaded bit-set v0.8.0 [out] Downloaded ena v0.14.3 [out] Downloaded fixedbitset v0.5.7 [out] Downloaded pico-args v0.5.0 [out] Downloaded siphasher v1.0.1 [out] Downloaded phf_shared v0.11.3 [out] Downloaded home v0.5.11 [out] Downloaded block-buffer v0.10.4 [out] Downloaded cpufeatures v0.2.17 [out] Downloaded serde_spanned v0.6.9 [out] Downloaded oorandom v11.1.5 [out] Downloaded rust-analyzer-salsa-macros v0.17.0-pre.6 [out] Downloaded rustc-hash v1.1.0 [out] Downloaded thiserror-impl v2.0.12 [out] Downloaded hashbrown v0.12.3 [out] Downloaded lazy_static v1.5.0 [out] Downloaded convert_case v0.7.1 [out] Downloaded digest v0.10.7 [out] Downloaded semver v1.0.26 [out] Downloaded dyn-clone v1.0.19 [out] Downloaded linkme v0.3.33 [out] Downloaded ascii-canvas v4.0.0 [out] Downloaded windows-sys v0.59.0 [out] Downloaded string_cache v0.8.9 [out] Downloaded winapi-util v0.1.9 [out] Downloaded lalrpop-util v0.22.2 [out] Downloaded version_check v0.9.5 [out] Downloaded generic-array v0.14.7 [out] Downloaded keccak v0.1.5 [out] Downloaded size-of v0.1.5 [out] Downloaded equivalent v1.0.2 [out] Downloaded cairo-lang-utils v2.11.4 [out] Downloaded indoc v2.0.6 [out] Downloaded cairo-lang-macro v0.1.1 [out] Downloaded xshell-macros v0.2.7 [out] Downloaded petgraph v0.7.1 [out] Downloaded const-fnv1a-hash v1.1.0 [out] Downloaded rustversion v1.0.21 [out] Downloaded form_urlencoded v1.2.1 [out] Downloaded new_debug_unreachable v1.0.6 [out] Downloaded thiserror v2.0.12 [out] Downloaded schemars_derive v0.8.22 [out] Downloaded itoa v1.0.15 [out] Downloaded tinystr v0.8.1 [out] Downloaded writeable v0.6.1 [out] Downloaded toml_write v0.1.2 [out] Downloaded toml_edit v0.22.27 [out] Downloaded bitflags v2.9.1 [out] Downloaded serde_derive_internals v0.29.1 [out] Downloaded num-traits v0.2.19 [out] Downloaded icu_collections v2.0.0 [out] Downloaded cairo-lang-macro-stable v1.0.0 [out] Downloaded precomputed-hash v0.1.1 [out] Downloaded tracing-attributes v0.1.29 [out] Downloaded once_cell v1.21.3 [out] Downloaded unescaper v0.1.6 [out] Downloaded either v1.15.0 [out] Downloaded rand_core v0.6.4 [out] Downloaded ryu v1.0.20 [out] Downloaded cairo-lang-primitive-token v1.0.0 [out] Downloaded pin-project-lite v0.2.16 [out] Downloaded foldhash v0.1.5 [out] Downloaded hashbrown v0.15.4 [out] Downloaded autocfg v1.4.0 [out] Downloaded litemap v0.8.0 [out] Downloaded cfg-if v1.0.1 [out] Downloaded redox_syscall v0.5.12 [out] Downloaded windows-targets v0.52.6 [out] Downloaded smol_str v0.2.2 [out] Downloaded serde v1.0.219 [out] Downloaded syn v2.0.102 [out] Downloaded potential_utf v0.1.2 [out] Downloaded displaydoc v0.2.5 [out] Downloaded serde_derive v1.0.219 [out] Downloaded zerofrom-derive v0.1.6 [out] Downloaded quote v1.0.40 [out] Downloaded unicode-ident v1.0.18 [out] Downloaded zerovec v0.11.2 [out] Downloaded idna v1.0.3 [out] Downloaded synstructure v0.13.2 [out] Downloaded yoke-derive v0.8.0 [out] Downloaded yoke v0.8.0 [out] Downloaded icu_properties v2.0.1 [out] Downloaded utf8_iter v1.0.4 [out] Downloaded percent-encoding v2.3.1 [out] Downloaded url v2.5.4 >>> 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] Updating crates.io index [out] Downloading crates ... [out] Downloaded utf8_iter v1.0.4 [out] Downloaded idna_adapter v1.2.1 [out] Downloaded percent-encoding v2.3.1 [out] Downloaded smallvec v1.15.1 [out] Downloaded cairo-lang-debug v2.11.4 [out] Downloaded serde_spanned v0.6.9 [out] Downloaded path-clean v1.0.1 [out] Downloaded tinystr v0.8.1 [out] Downloaded toml_datetime v0.6.11 [out] Downloaded semver v1.0.26 [out] Downloaded scarb-stable-hash v1.0.0 [out] Downloaded cairo-lang-macro-attributes v0.1.0 [out] Downloaded xxhash-rust v0.8.15 [out] Downloaded phf_shared v0.11.3 [out] Downloaded icu_collections v2.0.0 [out] Downloaded data-encoding v2.9.0 [out] Downloaded convert_case v0.7.1 [out] Downloaded genco v0.17.10 [out] Downloaded typenum v1.18.0 [out] Downloaded cairo-lang-parser v2.11.4 [out] Downloaded winnow v0.7.11 [out] Downloaded lambdaworks-math v0.10.0 [out] Downloaded syn v1.0.109 [out] Downloaded lalrpop v0.22.2 [out] Downloaded aho-corasick v1.1.3 [out] Downloaded hashbrown v0.12.3 [out] Downloaded regex v1.11.1 [out] Downloaded regex-syntax v0.8.5 [out] Downloaded serde_json v1.0.140 [out] Downloaded windows_i686_gnullvm v0.52.6 [out] Downloaded rust-analyzer-salsa v0.17.0-pre.6 [out] Downloaded lambdaworks-crypto v0.10.0 [out] Downloaded regex-automata v0.4.9 [out] Downloaded windows_aarch64_msvc v0.52.6 [out] Downloaded petgraph v0.7.1 [out] Downloaded tracing v0.1.41 [out] Downloaded cairo-lang-syntax v2.11.4 [out] Downloaded sha3 v0.10.8 [out] Downloaded hashbrown v0.15.4 [out] Downloaded sha2 v0.10.9 [out] Downloaded zeroize v1.8.1 [out] Downloaded toml_write v0.1.2 [out] Downloaded indexmap v2.9.0 [out] Downloaded itertools v0.14.0 [out] Downloaded tracing-core v0.1.34 [out] Downloaded allocator-api2 v0.2.21 [out] Downloaded schemars v0.8.22 [out] Downloaded num-bigint v0.4.6 [out] Downloaded memchr v2.7.5 [out] Downloaded proc-macro2 v1.0.95 [out] Downloaded unicode-ident v1.0.18 [out] Downloaded bitflags v2.9.1 [out] Downloaded parking_lot v0.12.4 [out] Downloaded windows_aarch64_gnullvm v0.52.6 [out] Downloaded windows_x86_64_gnullvm v0.52.6 [out] Downloaded once_cell v1.21.3 [out] Downloaded indexmap v1.9.3 [out] Downloaded num-traits v0.2.19 [out] Downloaded rand v0.8.5 [out] Downloaded unicode-segmentation v1.12.0 [out] Downloaded toml v0.8.23 [out] Downloaded cairo-lang-filesystem v2.11.4 [out] Downloaded lock_api v0.4.13 [out] Downloaded redox_syscall v0.5.12 [out] Downloaded parking_lot_core v0.9.11 [out] Downloaded pin-project-lite v0.2.16 [out] Downloaded thiserror-impl v2.0.12 [out] Downloaded unescaper v0.1.6 [out] Downloaded serde_derive_internals v0.29.1 [out] Downloaded schemars_derive v0.8.22 [out] Downloaded ryu v1.0.20 [out] Downloaded icu_normalizer_data v2.0.0 [out] Downloaded libc v0.2.172 [out] Downloaded oorandom v11.1.5 [out] Downloaded windows_i686_msvc v0.52.6 [out] Downloaded windows_x86_64_gnu v0.52.6 [out] Downloaded windows_i686_gnu v0.52.6 [out] Downloaded windows-sys v0.59.0 [out] Downloaded lalrpop-util v0.22.2 [out] Downloaded windows_x86_64_msvc v0.52.6 [out] Downloaded cfg-if v1.0.1 [out] Downloaded heck v0.4.1 [out] Downloaded rustc-hash v1.1.0 [out] Downloaded anyhow v1.0.98 [out] Downloaded derivative v2.2.0 [out] Downloaded log v0.4.27 [out] Downloaded starknet-types-core v0.1.8 [out] Downloaded cairo-lang-sierra v2.11.4 [out] Downloaded windows-targets v0.52.6 [out] Downloaded equivalent v1.0.2 [out] Downloaded either v1.15.0 [out] Downloaded dyn-clone v1.0.19 [out] Downloaded cairo-lang-utils v2.11.4 [out] Downloaded indoc v2.0.6 [out] Downloaded lazy_static v1.5.0 [out] Downloaded bit-vec v0.8.0 [out] Downloaded bit-set v0.8.0 [out] Downloaded ena v0.14.3 [out] Downloaded fixedbitset v0.5.7 [out] Downloaded term v1.0.2 [out] Downloaded version_check v0.9.5 [out] Downloaded generic-array v0.14.7 [out] Downloaded digest v0.10.7 [out] Downloaded cpufeatures v0.2.17 [out] Downloaded size-of v0.1.5 [out] Downloaded cairo-lang-primitive-token v1.0.0 [out] Downloaded scopeguard v1.2.0 [out] Downloaded rust-analyzer-salsa-macros v0.17.0-pre.6 [out] Downloaded tracing-attributes v0.1.29 [out] Downloaded triomphe v0.1.14 [out] Downloaded thiserror v2.0.12 [out] Downloaded foldhash v0.1.5 [out] Downloaded rand_core v0.6.4 [out] Downloaded itoa v1.0.15 [out] Downloaded smol_str v0.2.2 [out] Downloaded form_urlencoded v1.2.1 [out] Downloaded icu_normalizer v2.0.0 [out] Downloaded syn v2.0.102 [out] Downloaded linkme-impl v0.3.33 [out] Downloaded linkme v0.3.33 [out] Downloaded cairo-lang-diagnostics v2.11.4 [out] Downloaded genco-macros v0.17.10 [out] Downloaded relative-path v1.9.3 [out] Downloaded xshell v0.2.7 [out] Downloaded cairo-lang-syntax-codegen v2.11.4 [out] Downloaded colored v3.0.0 [out] Downloaded ascii-canvas v4.0.0 [out] Downloaded pico-args v0.5.0 [out] Downloaded siphasher v1.0.1 [out] Downloaded string_cache v0.8.9 [out] Downloaded home v0.5.11 [out] Downloaded unicode-xid v0.2.6 [out] Downloaded same-file v1.0.6 [out] Downloaded winapi-util v0.1.9 [out] Downloaded block-buffer v0.10.4 [out] Downloaded crypto-common v0.1.6 [out] Downloaded keccak v0.1.5 [out] Downloaded num-integer v0.1.46 [out] Downloaded autocfg v1.4.0 [out] Downloaded zerotrie v0.2.2 [out] Downloaded icu_locale_core v2.0.0 [out] Downloaded precomputed-hash v0.1.1 [out] Downloaded walkdir v2.5.0 [out] Downloaded rustversion v1.0.21 [out] Downloaded icu_properties_data v2.0.1 [out] Downloaded displaydoc v0.2.5 [out] Downloaded serde_derive v1.0.219 [out] Downloaded serde v1.0.219 [out] Downloaded yoke v0.8.0 [out] Downloaded quote v1.0.40 [out] Downloaded idna v1.0.3 [out] Downloaded cairo-lang-macro-stable v1.0.0 [out] Downloaded cairo-lang-macro v0.1.1 [out] Downloaded xshell-macros v0.2.7 [out] Downloaded const-fnv1a-hash v1.1.0 [out] Downloaded new_debug_unreachable v1.0.6 [out] Downloaded litemap v0.8.0 [out] Downloaded writeable v0.6.1 [out] Downloaded icu_provider v2.0.0 [out] Downloaded potential_utf v0.1.2 [out] Downloaded yoke-derive v0.8.0 [out] Downloaded zerovec v0.11.2 [out] Downloaded toml_edit v0.22.27 [out] Downloaded stable_deref_trait v1.2.0 [out] Downloaded icu_properties v2.0.1 [out] Downloaded url v2.5.4 [out] Downloaded synstructure v0.13.2 [out] Downloaded zerofrom-derive v0.1.6 [out] Downloaded zerofrom v0.1.6 [out] Downloaded zerovec-derive v0.11.1 [out] Compiling snforge_scarb_plugin v0.33.0 [out] Compiling proc-macro2 v1.0.95 [out] Compiling unicode-ident v1.0.18 [out] Compiling autocfg v1.4.0 [out] Compiling serde v1.0.219 [out] Compiling typenum v1.18.0 [out] Compiling stable_deref_trait v1.2.0 [out] Compiling version_check v0.9.5 [out] Compiling libc v0.2.172 [out] Compiling lock_api v0.4.13 [out] Compiling generic-array v0.14.7 [out] Compiling parking_lot_core v0.9.11 [out] Compiling smallvec v1.15.1 [out] Compiling num-traits v0.2.19 [out] Compiling memchr v2.7.5 [out] Compiling quote v1.0.40 [out] Compiling equivalent v1.0.2 [out] Compiling allocator-api2 v0.2.21 [out] Compiling syn v2.0.102 [out] Compiling foldhash v0.1.5 [out] Compiling cfg-if v1.0.1 [out] Compiling indexmap v1.9.3 [out] Compiling rand_core v0.6.4 [out] Compiling serde_json v1.0.140 [out] Compiling rand v0.8.5 [out] Compiling num-integer v0.1.46 [out] Compiling schemars v0.8.22 [out] Compiling ryu v1.0.20 [out] Compiling hashbrown v0.12.3 [out] Compiling itoa v1.0.15 [out] Compiling dyn-clone v1.0.19 [out] Compiling scopeguard v1.2.0 [out] Compiling once_cell v1.21.3 [out] Compiling either v1.15.0 [out] Compiling rustversion v1.0.21 [out] Compiling aho-corasick v1.1.3 [out] Compiling itertools v0.14.0 [out] Compiling tracing-core v0.1.34 [out] Compiling synstructure v0.13.2 [out] Compiling serde_derive_internals v0.29.1 [out] Compiling writeable v0.6.1 [out] Compiling serde_derive v1.0.219 [out] Compiling zerofrom-derive v0.1.6 [out] Compiling yoke-derive v0.8.0 [out] Compiling zerovec-derive v0.11.1 [out] Compiling displaydoc v0.2.5 [out] Compiling schemars_derive v0.8.22 [out] Compiling zerofrom v0.1.6 [out] Compiling yoke v0.8.0 [out] Compiling zerovec v0.11.2 [out] Compiling tracing-attributes v0.1.29 [out] Compiling tinystr v0.8.1 [out] Compiling regex-syntax v0.8.5 [out] Compiling litemap v0.8.0 [out] Compiling pin-project-lite v0.2.16 [out] Compiling heck v0.4.1 [out] Compiling rust-analyzer-salsa-macros v0.17.0-pre.6 [out] Compiling tracing v0.1.41 [out] Compiling icu_locale_core v2.0.0 [out] Compiling regex-automata v0.4.9 [out] Compiling potential_utf v0.1.2 [out] Compiling zerotrie v0.2.2 [out] Compiling parking_lot v0.12.4 [out] Compiling hashbrown v0.15.4 [out] Compiling indexmap v2.9.0 [out] Compiling num-bigint v0.4.6 [out] Compiling serde_spanned v0.6.9 [out] Compiling toml_datetime v0.6.11 [out] Compiling triomphe v0.1.14 [out] Compiling crypto-common v0.1.6 [out] Compiling block-buffer v0.10.4 [out] Compiling oorandom v11.1.5 [out] Compiling thiserror v2.0.12 [out] Compiling cairo-lang-utils v2.11.4 [out] Compiling semver v1.0.26 [out] Compiling winnow v0.7.11 [out] Compiling icu_properties_data v2.0.1 [out] Compiling toml_write v0.1.2 [out] Compiling siphasher v1.0.1 [out] Compiling home v0.5.11 [out] Compiling icu_normalizer_data v2.0.0 [out] Compiling rustc-hash v1.1.0 [out] Compiling rust-analyzer-salsa v0.17.0-pre.6 [out] Compiling term v1.0.2 [out] Compiling phf_shared v0.11.3 [out] Compiling toml_edit v0.22.27 [out] Compiling digest v0.10.7 [out] Compiling smol_str v0.2.2 [out] Compiling icu_provider v2.0.0 [out] Compiling icu_collections v2.0.0 [out] Compiling thiserror-impl v2.0.12 [out] Compiling same-file v1.0.6 [out] Compiling precomputed-hash v0.1.1 [out] Compiling genco-macros v0.17.10 [out] Compiling bit-vec v0.8.0 [out] Compiling keccak v0.1.5 [out] Compiling new_debug_unreachable v1.0.6 [out] Compiling log v0.4.27 [out] Compiling fixedbitset v0.5.7 [out] Compiling petgraph v0.7.1 [out] Compiling toml v0.8.23 [out] Compiling ena v0.14.3 [out] Compiling sha3 v0.10.8 [out] Compiling string_cache v0.8.9 [out] Compiling bit-set v0.8.0 [out] Compiling walkdir v2.5.0 [out] Compiling ascii-canvas v4.0.0 [out] Compiling cairo-lang-debug v2.11.4 [out] Compiling lalrpop-util v0.22.2 [out] Compiling regex v1.11.1 [out] Compiling linkme-impl v0.3.33 [out] Compiling cpufeatures v0.2.17 [out] Compiling path-clean v1.0.1 [out] Compiling syn v1.0.109 [out] Compiling pico-args v0.5.0 [out] Compiling unicode-xid v0.2.6 [out] Compiling lalrpop v0.22.2 [out] Compiling cairo-lang-filesystem v2.11.4 [out] Compiling sha2 v0.10.9 [out] Compiling icu_normalizer v2.0.0 [out] Compiling icu_properties v2.0.1 [out] Compiling xxhash-rust v0.8.15 [out] Compiling anyhow v1.0.98 [out] Compiling relative-path v1.9.3 [out] Compiling lambdaworks-math v0.10.0 [out] Compiling data-encoding v2.9.0 [out] Compiling xshell-macros v0.2.7 [out] Compiling xshell v0.2.7 [out] Compiling scarb-stable-hash v1.0.0 [out] Compiling lambdaworks-crypto v0.10.0 [out] Compiling genco v0.17.10 [out] Compiling cairo-lang-sierra v2.11.4 [out] Compiling idna_adapter v1.2.1 [out] Compiling unescaper v0.1.6 [out] Compiling percent-encoding v2.3.1 [out] Compiling lazy_static v1.5.0 [out] Compiling unicode-segmentation v1.12.0 [out] Compiling cairo-lang-primitive-token v1.0.0 [out] Compiling utf8_iter v1.0.4 [out] Compiling size-of v0.1.5 [out] Compiling idna v1.0.3 [out] Compiling starknet-types-core v0.1.8 [out] Compiling derivative v2.2.0 [out] Compiling cairo-lang-syntax v2.11.4 [out] Compiling convert_case v0.7.1 [out] Compiling form_urlencoded v1.2.1 [out] Compiling linkme v0.3.33 [out] Compiling cairo-lang-syntax-codegen v2.11.4 [out] Compiling cairo-lang-macro-attributes v0.1.0 [out] Compiling cairo-lang-diagnostics v2.11.4 [out] Compiling const-fnv1a-hash v1.1.0 [out] Compiling cairo-lang-macro-stable v1.0.0 [out] Compiling colored v3.0.0 [out] Compiling cairo-lang-macro v0.1.1 [out] Compiling url v2.5.4 [out] Compiling indoc v2.0.6 [out] Compiling cairo-lang-parser v2.11.4 [out] Compiling snforge_scarb_plugin v0.33.0 (/mnt/maat-cache/scarb/registry/src/scarbs.xyz-9djtpev4jug5q/snforge_scarb_plugin-0.33.0) [out] Finished `release` profile [optimized] target(s) in 1m 17s [out] Compiling test(tokenized_bond_unittest) tokenized_bond v0.1.0 (/mnt/maat-workbench/Scarb.toml) [out] warn: Contract class size exceeds maximum allowed size on Starknet for contract `TokenizedBond`: [out] 4089446 bytes allowed. Actual size: 8064929 bytes. [out] [out] Compiling test(tokenized_bond_tests) tokenized_bond_tests v0.1.0 (/mnt/maat-workbench/Scarb.toml) [out] warn: Contract class size exceeds maximum allowed size on Starknet for contract `tokenized_bond_tokenized_bond_TokenizedBond`: [out] 4089446 bytes allowed. Actual size: 8064929 bytes. [out] [out] warn: Contract class size exceeds maximum allowed size on Starknet for contract `tokenized_bond_tokenized_bond_TokenizedBond`: [out] 4089446 bytes allowed. Actual size: 8064929 bytes. [out] [err] thread 'scarb compile tokenized_bond_tests-2c34gj2lfg8rk' panicked at scarb/src/compiler/compilers/starknet_contract/artifacts_writer.rs:40:9: [err] Artifacts IDs must be unique. [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: scarb::compiler::compilers::starknet_contract::artifacts_writer::ArtifactsWriter::write [err] 3: scarb::compiler::compilers::test::compile_contracts [err] 4: ::compile [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] thread 'main' panicked at scarb/src/ops/compile.rs:199:14: [err] Compiler thread has panicked.: Any { .. } [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::result::unwrap_failed [err] 3: std::thread::scoped::scope [err] 4: scarb::ops::compile::process [err] 5: scarb::ops::compile::compile [err] 6: scarb::commands::run [err] 7: scarb::main [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. Process finished with exit code 101 >>> 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 tokenized_bond (snforge test --fuzzer-seed 1) [out] Updating crates.io index [out] Downloading crates ... [out] Downloaded idna_adapter v1.2.1 [out] Downloaded percent-encoding v2.3.1 [out] Downloaded utf8_iter v1.0.4 [out] Downloaded zerovec-derive v0.11.1 [out] Downloaded smallvec v1.15.1 [out] Downloaded zerovec v0.11.2 [out] Downloaded path-clean v1.0.1 [out] Downloaded idna v1.0.3 [out] Downloaded cairo-lang-filesystem v2.11.4 [out] Downloaded unescaper v0.1.6 [out] Downloaded parking_lot v0.12.4 [out] Downloaded cairo-lang-debug v2.11.4 [out] Downloaded semver v1.0.26 [out] Downloaded tinystr v0.8.1 [out] Downloaded cairo-lang-primitive-token v1.0.0 [out] Downloaded cairo-lang-sierra v2.11.4 [out] Downloaded cairo-lang-macro-attributes v0.1.0 [out] Downloaded xxhash-rust v0.8.15 [out] Downloaded data-encoding v2.9.0 [out] Downloaded convert_case v0.7.1 [out] Downloaded genco v0.17.10 [out] Downloaded cairo-lang-parser v2.11.4 [out] Downloaded windows_aarch64_msvc v0.52.6 [out] Downloaded syn v1.0.109 [out] Downloaded typenum v1.18.0 [out] Downloaded icu_locale_core v2.0.0 [out] Downloaded cairo-lang-syntax v2.11.4 [out] Downloaded indexmap v2.9.0 [out] Downloaded memchr v2.7.5 [out] Downloaded serde_json v1.0.140 [out] Downloaded lalrpop v0.22.2 [out] Downloaded regex-syntax v0.8.5 [out] Downloaded regex-automata v0.4.9 [out] Downloaded windows_i686_gnullvm v0.52.6 [out] Downloaded rust-analyzer-salsa v0.17.0-pre.6 [out] Downloaded rand v0.8.5 [out] Downloaded hashbrown v0.12.3 [out] Downloaded num-bigint v0.4.6 [out] Downloaded icu_normalizer_data v2.0.0 [out] Downloaded libc v0.2.172 [out] Downloaded windows_i686_msvc v0.52.6 [out] Downloaded hashbrown v0.15.4 [out] Downloaded itertools v0.14.0 [out] Downloaded unicode-segmentation v1.12.0 [out] Downloaded lambdaworks-math v0.10.0 [out] Downloaded lambdaworks-crypto v0.10.0 [out] Downloaded windows_x86_64_msvc v0.52.6 [out] Downloaded icu_collections v2.0.0 [out] Downloaded windows_x86_64_gnullvm v0.52.6 [out] Downloaded regex v1.11.1 [out] Downloaded petgraph v0.7.1 [out] Downloaded sha2 v0.10.9 [out] Downloaded block-buffer v0.10.4 [out] Downloaded version_check v0.9.5 [out] Downloaded generic-array v0.14.7 [out] Downloaded size-of v0.1.5 [out] Downloaded zeroize v1.8.1 [out] Downloaded unicode-ident v1.0.18 [out] Downloaded sha3 v0.10.8 [out] Downloaded derivative v2.2.0 [out] Downloaded rustversion v1.0.21 [out] Downloaded lalrpop-util v0.22.2 [out] Downloaded digest v0.10.7 [out] Downloaded windows_x86_64_gnu v0.52.6 [out] Downloaded dyn-clone v1.0.19 [out] Downloaded serde_derive_internals v0.29.1 [out] Downloaded zerotrie v0.2.2 [out] Downloaded serde v1.0.219 [out] Downloaded zerofrom-derive v0.1.6 [out] Downloaded windows_i686_gnu v0.52.6 [out] Downloaded proc-macro2 v1.0.95 [out] Downloaded tracing v0.1.41 [out] Downloaded scarb-stable-hash v1.0.0 [out] Downloaded linkme v0.3.33 [out] Downloaded cairo-lang-macro v0.1.1 [out] Downloaded colored v3.0.0 [out] Downloaded log v0.4.27 [out] Downloaded siphasher v1.0.1 [out] Downloaded precomputed-hash v0.1.1 [out] Downloaded term v1.0.2 [out] Downloaded scopeguard v1.2.0 [out] Downloaded lock_api v0.4.13 [out] Downloaded redox_syscall v0.5.12 [out] Downloaded pin-project-lite v0.2.16 [out] Downloaded triomphe v0.1.14 [out] Downloaded foldhash v0.1.5 [out] Downloaded indexmap v1.9.3 [out] Downloaded schemars_derive v0.8.22 [out] Downloaded indoc v2.0.6 [out] Downloaded lazy_static v1.5.0 [out] Downloaded yoke v0.8.0 [out] Downloaded cairo-lang-macro-stable v1.0.0 [out] Downloaded cairo-lang-diagnostics v2.11.4 [out] Downloaded fixedbitset v0.5.7 [out] Downloaded string_cache v0.8.9 [out] Downloaded same-file v1.0.6 [out] Downloaded crypto-common v0.1.6 [out] Downloaded cpufeatures v0.2.17 [out] Downloaded starknet-types-core v0.1.8 [out] Downloaded windows-targets v0.52.6 [out] Downloaded parking_lot_core v0.9.11 [out] Downloaded tracing-attributes v0.1.29 [out] Downloaded tracing-core v0.1.34 [out] Downloaded thiserror-impl v2.0.12 [out] Downloaded equivalent v1.0.2 [out] Downloaded either v1.15.0 [out] Downloaded itoa v1.0.15 [out] Downloaded form_urlencoded v1.2.1 [out] Downloaded icu_provider v2.0.0 [out] Downloaded stable_deref_trait v1.2.0 [out] Downloaded synstructure v0.13.2 [out] Downloaded zerofrom v0.1.6 [out] Downloaded syn v2.0.102 [out] Downloaded linkme-impl v0.3.33 [out] Downloaded genco-macros v0.17.10 [out] Downloaded relative-path v1.9.3 [out] Downloaded xshell-macros v0.2.7 [out] Downloaded xshell v0.2.7 [out] Downloaded cairo-lang-syntax-codegen v2.11.4 [out] Downloaded anyhow v1.0.98 [out] Downloaded const-fnv1a-hash v1.1.0 [out] Downloaded ascii-canvas v4.0.0 [out] Downloaded bit-vec v0.8.0 [out] Downloaded bit-set v0.8.0 [out] Downloaded ena v0.14.3 [out] Downloaded pico-args v0.5.0 [out] Downloaded new_debug_unreachable v1.0.6 [out] Downloaded phf_shared v0.11.3 [out] Downloaded home v0.5.11 [out] Downloaded unicode-xid v0.2.6 [out] Downloaded winapi-util v0.1.9 [out] Downloaded walkdir v2.5.0 [out] Downloaded keccak v0.1.5 [out] Downloaded oorandom v11.1.5 [out] Downloaded cfg-if v1.0.1 [out] Downloaded heck v0.4.1 [out] Downloaded rustc-hash v1.1.0 [out] Downloaded thiserror v2.0.12 [out] Downloaded winnow v0.7.11 [out] Downloaded windows-sys v0.59.0 [out] Downloaded toml_edit v0.22.27 [out] Downloaded cairo-lang-utils v2.11.4 [out] Downloaded aho-corasick v1.1.3 [out] Downloaded smol_str v0.2.2 [out] Downloaded icu_normalizer v2.0.0 [out] Downloaded icu_properties_data v2.0.1 [out] Downloaded litemap v0.8.0 [out] Downloaded displaydoc v0.2.5 [out] Downloaded serde_derive v1.0.219 [out] Downloaded yoke-derive v0.8.0 [out] Downloaded quote v1.0.40 [out] Downloaded bitflags v2.9.1 [out] Downloaded windows_aarch64_gnullvm v0.52.6 [out] Downloaded num-traits v0.2.19 [out] Downloaded rand_core v0.6.4 [out] Downloaded ryu v1.0.20 [out] Downloaded writeable v0.6.1 [out] Downloaded serde_spanned v0.6.9 [out] Downloaded toml_datetime v0.6.11 [out] Downloaded toml_write v0.1.2 [out] Downloaded toml v0.8.23 [out] Downloaded once_cell v1.21.3 [out] Downloaded allocator-api2 v0.2.21 [out] Downloaded schemars v0.8.22 [out] Downloaded num-integer v0.1.46 [out] Downloaded potential_utf v0.1.2 [out] Downloaded autocfg v1.4.0 [out] Downloaded rust-analyzer-salsa-macros v0.17.0-pre.6 [out] Downloaded icu_properties v2.0.1 [out] Downloaded url v2.5.4 [out] [ERROR] Package snforge_std version does not meet the minimum required version >=0.44.0. Please upgrade snforge_std in Scarb.toml Process finished with exit code 2 >>> maat-test-ls [err] 0.003905934s 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] Opening file:///mnt/maat-workbench/tests/lib.cairo [out] [out] ============================== [err] 3.461403665s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.461427360s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.461437318s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.461449290s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.461462936s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.461474968s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.461507699s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.461520513s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.461533317s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.461560859s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.461597467s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.461632142s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.461762197s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.461815216s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.461851624s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.461901777s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.461936292s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.461999740s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.462029486s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.462055655s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.462070042s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.462083827s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.462095739s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.462108153s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.462125164s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.462130895s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.462157405s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.462178644s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.462217063s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.462235618s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.462248762s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.462320467s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.462360662s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.462374828s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.462396128s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.462409162s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.462420884s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.462432626s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.462448796s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.462450659s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.462467301s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.462473282s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 5.145427440s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 5.145453799s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 5.145466432s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 5.145480047s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 5.145493432s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 5.145511947s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 5.145541232s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 5.145574444s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 5.145587919s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 5.145600543s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 5.145612194s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 5.145624898s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 5.145652680s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 5.145668890s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 5.145680732s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 5.145692755s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 5.145705659s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 5.145717621s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 5.145738390s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 5.145750983s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 5.145762615s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 5.145774287s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 5.145784847s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 5.145796017s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 5.145809903s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 5.145811726s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 5.145835190s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 5.145849757s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 5.145861119s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 5.145872440s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 5.145884763s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 5.145897737s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 5.145918215s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 5.145959502s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 5.145991642s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 5.146019755s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 5.146046885s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 5.146073355s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 5.146099644s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 5.146124140s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 5.146156310s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 5.146173742s ERROR cairo_language_server::project::scarb: component not found in metadata [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