=== 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.42.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..ab6fa63 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.42.0" # NOTE: added by maat-patch, was: None [out] +snforge_scarb_plugin = "0.42.0" # NOTE: added by maat-patch, was: None [out] + [out] +[patch."https://github.com/foundry-rs/starknet-foundry.git"] [out] +snforge_std = "0.42.0" # NOTE: added by maat-patch, was: None [out] +snforge_scarb_plugin = "0.42.0" # NOTE: added by maat-patch, was: None >>> scarb fetch [out] Downloading openzeppelin_account v0.20.0 [out] Downloading openzeppelin_finance v0.20.0 [out] Downloading openzeppelin_upgrades v0.20.0 [out] Downloading openzeppelin_governance v0.20.0 [out] Downloading openzeppelin_merkle_tree v0.20.0 [out] Downloading openzeppelin_security v0.20.0 [out] Downloading openzeppelin_presets v0.20.0 [out] Downloading snforge_scarb_plugin v0.33.0 [out] Downloading openzeppelin_utils v0.20.0 [out] Downloading snforge_std v0.33.0 [out] Downloading openzeppelin_token v0.20.0 [out] Downloading openzeppelin_access v0.20.0 [out] Downloading openzeppelin_introspection v0.20.0 [out] Downloading openzeppelin v0.20.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 stable_deref_trait v1.2.0 [out] Downloaded zerofrom v0.1.6 [out] Downloaded zerovec-derive v0.11.1 [out] Downloaded idna_adapter v1.2.1 [out] Downloaded windows-targets v0.52.6 [out] Downloaded cairo-lang-primitive-token v1.0.0 [out] Downloaded tinystr v0.8.1 [out] Downloaded toml_datetime v0.6.11 [out] Downloaded lock_api v0.4.13 [out] Downloaded parking_lot v0.12.4 [out] Downloaded toml v0.8.23 [out] Downloaded cairo-lang-sierra v2.11.4 [out] Downloaded scarb-stable-hash v1.0.0 [out] Downloaded const-fnv1a-hash v1.1.0 [out] Downloaded linkme v0.3.33 [out] Downloaded colored v3.0.0 [out] Downloaded data-encoding v2.9.0 [out] Downloaded xxhash-rust v0.8.15 [out] Downloaded relative-path v1.9.3 [out] Downloaded cairo-lang-macro-stable v1.0.0 [out] Downloaded ascii-canvas v4.0.0 [out] Downloaded term v1.0.2 [out] Downloaded lalrpop-util v0.22.2 [out] Downloaded unicode-segmentation v1.12.0 [out] Downloaded lalrpop v0.22.2 [out] Downloaded typenum v1.18.0 [out] Downloaded regex-syntax v0.8.5 [out] Downloaded syn v1.0.109 [out] Downloaded syn v2.0.102 [out] Downloaded regex v1.11.1 [out] Downloaded cairo-lang-parser v2.11.4 [out] Downloaded windows_aarch64_gnullvm v0.52.6 [out] Downloaded windows_x86_64_gnullvm v0.52.6 [out] Downloaded windows_i686_gnullvm v0.52.6 [out] Downloaded rust-analyzer-salsa v0.17.0-pre.6 [out] Downloaded same-file v1.0.6 [out] Downloaded windows-sys v0.59.0 [out] Downloaded sha2 v0.10.9 [out] Downloaded generic-array v0.14.7 [out] Downloaded digest v0.10.7 [out] Downloaded linkme-impl v0.3.33 [out] Downloaded regex-automata v0.4.9 [out] Downloaded cairo-lang-diagnostics v2.11.4 [out] Downloaded genco-macros v0.17.10 [out] Downloaded xshell-macros v0.2.7 [out] Downloaded fixedbitset v0.5.7 [out] Downloaded siphasher v1.0.1 [out] Downloaded windows_x86_64_msvc v0.52.6 [out] Downloaded precomputed-hash v0.1.1 [out] Downloaded libc v0.2.172 [out] Downloaded windows_aarch64_msvc v0.52.6 [out] Downloaded windows_x86_64_gnu v0.52.6 [out] Downloaded windows_i686_gnu v0.52.6 [out] Downloaded string_cache v0.8.9 [out] Downloaded home v0.5.11 [out] Downloaded rustversion v1.0.21 [out] Downloaded cairo-lang-syntax-codegen v2.11.4 [out] Downloaded convert_case v0.7.1 [out] Downloaded bit-vec v0.8.0 [out] Downloaded log v0.4.27 [out] Downloaded crypto-common v0.1.6 [out] Downloaded aho-corasick v1.1.3 [out] Downloaded cairo-lang-macro v0.1.1 [out] Downloaded new_debug_unreachable v1.0.6 [out] Downloaded walkdir v2.5.0 [out] Downloaded petgraph v0.7.1 [out] Downloaded block-buffer v0.10.4 [out] Downloaded cairo-lang-macro-attributes v0.1.0 [out] Downloaded windows_i686_msvc v0.52.6 [out] Downloaded xshell v0.2.7 [out] Downloaded pico-args v0.5.0 [out] Downloaded unicode-xid v0.2.6 [out] Downloaded cpufeatures v0.2.17 [out] Downloaded sha3 v0.10.8 [out] Downloaded itertools v0.14.0 [out] Downloaded anyhow v1.0.98 [out] Downloaded hashbrown v0.15.4 [out] Downloaded serde_json v1.0.140 [out] Downloaded icu_properties_data v2.0.1 [out] Downloaded derivative v2.2.0 [out] Downloaded ena v0.14.3 [out] Downloaded lambdaworks-crypto v0.10.0 [out] Downloaded lambdaworks-math v0.10.0 [out] Downloaded phf_shared v0.11.3 [out] Downloaded version_check v0.9.5 [out] Downloaded zeroize v1.8.1 [out] Downloaded starknet-types-core v0.1.8 [out] Downloaded cairo-lang-debug v2.11.4 [out] Downloaded semver v1.0.26 [out] Downloaded toml_edit v0.22.27 [out] Downloaded cairo-lang-syntax v2.11.4 [out] Downloaded indexmap v2.9.0 [out] Downloaded rand v0.8.5 [out] Downloaded num-bigint v0.4.6 [out] Downloaded zerovec v0.11.2 [out] Downloaded idna v1.0.3 [out] Downloaded genco v0.17.10 [out] Downloaded bit-set v0.8.0 [out] Downloaded winapi-util v0.1.9 [out] Downloaded keccak v0.1.5 [out] Downloaded size-of v0.1.5 [out] Downloaded serde_spanned v0.6.9 [out] Downloaded toml_write v0.1.2 [out] Downloaded hashbrown v0.12.3 [out] Downloaded memchr v2.7.4 [out] Downloaded serde v1.0.219 [out] Downloaded path-clean v1.0.1 [out] Downloaded winnow v0.7.11 [out] Downloaded tracing-core v0.1.34 [out] Downloaded tracing v0.1.41 [out] Downloaded schemars v0.8.22 [out] Downloaded icu_normalizer_data v2.0.0 [out] Downloaded icu_normalizer v2.0.0 [out] Downloaded icu_collections v2.0.0 [out] Downloaded zerotrie v0.2.2 [out] Downloaded unicode-ident v1.0.18 [out] Downloaded bitflags v2.9.1 [out] Downloaded allocator-api2 v0.2.21 [out] Downloaded ryu v1.0.20 [out] Downloaded icu_locale_core v2.0.0 [out] Downloaded serde_derive v1.0.219 [out] Downloaded icu_properties v2.0.1 [out] Downloaded url v2.5.4 [out] Downloaded pin-project-lite v0.2.16 [out] Downloaded indexmap v1.9.3 [out] Downloaded schemars_derive v0.8.22 [out] Downloaded cairo-lang-utils v2.11.4 [out] Downloaded num-traits v0.2.19 [out] Downloaded redox_syscall v0.5.12 [out] Downloaded parking_lot_core v0.9.11 [out] Downloaded tracing-attributes v0.1.29 [out] Downloaded once_cell v1.21.3 [out] Downloaded triomphe v0.1.14 [out] Downloaded thiserror v2.0.12 [out] Downloaded unescaper v0.1.6 [out] Downloaded foldhash v0.1.5 [out] Downloaded either v1.15.0 [out] Downloaded dyn-clone v1.0.19 [out] Downloaded serde_derive_internals v0.29.1 [out] Downloaded indoc v2.0.6 [out] Downloaded rand_core v0.6.4 [out] Downloaded smol_str v0.2.2 [out] Downloaded icu_provider v2.0.0 [out] Downloaded displaydoc v0.2.5 [out] Downloaded proc-macro2 v1.0.95 [out] Downloaded cairo-lang-filesystem v2.11.4 [out] Downloaded oorandom v11.1.5 [out] Downloaded scopeguard v1.2.0 [out] Downloaded cfg-if v1.0.1 [out] Downloaded heck v0.4.1 [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 lazy_static v1.5.0 [out] Downloaded num-integer v0.1.46 [out] Downloaded autocfg v1.4.0 [out] Downloaded itoa v1.0.15 [out] Downloaded form_urlencoded v1.2.1 [out] Downloaded litemap v0.8.0 [out] Downloaded quote v1.0.40 [out] Downloaded smallvec v1.15.1 [out] Downloaded writeable v0.6.1 [out] Downloaded yoke v0.8.0 [out] Downloaded zerofrom-derive v0.1.6 [out] Downloaded equivalent v1.0.2 [out] Downloaded potential_utf v0.1.2 [out] Downloaded yoke-derive v0.8.0 [out] Downloaded synstructure v0.13.2 [out] Downloaded utf8_iter v1.0.4 [out] Downloaded percent-encoding v2.3.1 >>> 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 zerovec-derive v0.11.1 [out] Downloaded idna_adapter v1.2.1 [out] Downloaded percent-encoding v2.3.1 [out] Downloaded path-clean v1.0.1 [out] Downloaded cairo-lang-macro-attributes v0.1.0 [out] Downloaded linkme-impl v0.3.33 [out] Downloaded xxhash-rust v0.8.15 [out] Downloaded scarb-stable-hash v1.0.0 [out] Downloaded data-encoding v2.9.0 [out] Downloaded genco-macros v0.17.10 [out] Downloaded log v0.4.27 [out] Downloaded lambdaworks-math v0.10.0 [out] Downloaded lambdaworks-crypto v0.10.0 [out] Downloaded hashbrown v0.15.4 [out] Downloaded idna v1.0.3 [out] Downloaded itertools v0.14.0 [out] Downloaded aho-corasick v1.1.3 [out] Downloaded syn v1.0.109 [out] Downloaded serde_json v1.0.140 [out] Downloaded regex v1.11.1 [out] Downloaded lalrpop v0.22.2 [out] Downloaded icu_properties_data v2.0.1 [out] Downloaded syn v2.0.102 [out] Downloaded cairo-lang-syntax v2.11.4 [out] Downloaded regex-syntax v0.8.5 [out] Downloaded zerovec v0.11.2 [out] Downloaded tracing v0.1.41 [out] Downloaded indexmap v2.9.0 [out] Downloaded hashbrown v0.12.3 [out] Downloaded windows_aarch64_gnullvm v0.52.6 [out] Downloaded windows_x86_64_gnullvm v0.52.6 [out] Downloaded windows_i686_gnullvm v0.52.6 [out] Downloaded rust-analyzer-salsa v0.17.0-pre.6 [out] Downloaded num-bigint v0.4.6 [out] Downloaded memchr v2.7.4 [out] Downloaded zerotrie v0.2.2 [out] Downloaded serde v1.0.219 [out] Downloaded ena v0.14.3 [out] Downloaded winnow v0.7.11 [out] Downloaded regex-automata v0.4.9 [out] Downloaded rand v0.8.5 [out] Downloaded petgraph v0.7.1 [out] Downloaded icu_normalizer_data v2.0.0 [out] Downloaded icu_collections v2.0.0 [out] Downloaded icu_locale_core v2.0.0 [out] Downloaded windows_aarch64_msvc v0.52.6 [out] Downloaded genco v0.17.10 [out] Downloaded cairo-lang-parser v2.11.4 [out] Downloaded libc v0.2.172 [out] Downloaded sha3 v0.10.8 [out] Downloaded unicode-segmentation v1.12.0 [out] Downloaded windows_x86_64_gnu v0.52.6 [out] Downloaded windows_i686_gnu v0.52.6 [out] Downloaded windows_i686_msvc v0.52.6 [out] Downloaded windows_x86_64_msvc v0.52.6 [out] Downloaded derivative v2.2.0 [out] Downloaded lalrpop-util v0.22.2 [out] Downloaded cairo-lang-sierra v2.11.4 [out] Downloaded tracing-core v0.1.34 [out] Downloaded allocator-api2 v0.2.21 [out] Downloaded schemars v0.8.22 [out] Downloaded icu_normalizer v2.0.0 [out] Downloaded icu_provider v2.0.0 [out] Downloaded serde_derive v1.0.219 [out] Downloaded proc-macro2 v1.0.95 [out] Downloaded url v2.5.4 [out] Downloaded linkme v0.3.33 [out] Downloaded convert_case v0.7.1 [out] Downloaded generic-array v0.14.7 [out] Downloaded typenum v1.18.0 [out] Downloaded bitflags v2.9.1 [out] Downloaded parking_lot v0.12.4 [out] Downloaded indexmap v1.9.3 [out] Downloaded serde_derive_internals v0.29.1 [out] Downloaded num-traits v0.2.19 [out] Downloaded ryu v1.0.20 [out] Downloaded litemap v0.8.0 [out] Downloaded yoke v0.8.0 [out] Downloaded quote v1.0.40 [out] Downloaded unicode-ident v1.0.18 [out] Downloaded icu_properties v2.0.1 [out] Downloaded cairo-lang-macro v0.1.1 [out] Downloaded xshell-macros v0.2.7 [out] Downloaded xshell v0.2.7 [out] Downloaded cairo-lang-syntax-codegen v2.11.4 [out] Downloaded colored v3.0.0 [out] Downloaded const-fnv1a-hash v1.1.0 [out] Downloaded bit-set v0.8.0 [out] Downloaded pico-args v0.5.0 [out] Downloaded siphasher v1.0.1 [out] Downloaded precomputed-hash v0.1.1 [out] Downloaded home v0.5.11 [out] Downloaded same-file v1.0.6 [out] Downloaded crypto-common v0.1.6 [out] Downloaded toml v0.8.23 [out] Downloaded lock_api v0.4.13 [out] Downloaded cfg-if v1.0.1 [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 tracing-attributes v0.1.29 [out] Downloaded once_cell v1.21.3 [out] Downloaded triomphe v0.1.14 [out] Downloaded thiserror v2.0.12 [out] Downloaded unescaper v0.1.6 [out] Downloaded foldhash v0.1.5 [out] Downloaded either v1.15.0 [out] Downloaded dyn-clone v1.0.19 [out] Downloaded schemars_derive v0.8.22 [out] Downloaded cairo-lang-utils v2.11.4 [out] Downloaded autocfg v1.4.0 [out] Downloaded rand_core v0.6.4 [out] Downloaded form_urlencoded v1.2.1 [out] Downloaded tinystr v0.8.1 [out] Downloaded writeable v0.6.1 [out] Downloaded potential_utf v0.1.2 [out] Downloaded cairo-lang-macro-stable v1.0.0 [out] Downloaded cairo-lang-diagnostics v2.11.4 [out] Downloaded relative-path v1.9.3 [out] Downloaded anyhow v1.0.98 [out] Downloaded bit-vec v0.8.0 [out] Downloaded new_debug_unreachable v1.0.6 [out] Downloaded phf_shared v0.11.3 [out] Downloaded term v1.0.2 [out] Downloaded walkdir v2.5.0 [out] Downloaded rustversion v1.0.21 [out] Downloaded sha2 v0.10.9 [out] Downloaded block-buffer v0.10.4 [out] Downloaded serde_spanned v0.6.9 [out] Downloaded cairo-lang-filesystem v2.11.4 [out] Downloaded oorandom v11.1.5 [out] Downloaded scopeguard v1.2.0 [out] Downloaded heck v0.4.1 [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 indoc v2.0.6 [out] Downloaded lazy_static v1.5.0 [out] Downloaded windows-sys v0.59.0 [out] Downloaded itoa v1.0.15 [out] Downloaded smol_str v0.2.2 [out] Downloaded displaydoc v0.2.5 [out] Downloaded stable_deref_trait v1.2.0 [out] Downloaded synstructure v0.13.2 [out] Downloaded zerofrom-derive v0.1.6 [out] Downloaded smallvec v1.15.1 [out] Downloaded ascii-canvas v4.0.0 [out] Downloaded fixedbitset v0.5.7 [out] Downloaded string_cache v0.8.9 [out] Downloaded unicode-xid v0.2.6 [out] Downloaded winapi-util v0.1.9 [out] Downloaded version_check v0.9.5 [out] Downloaded keccak v0.1.5 [out] Downloaded size-of v0.1.5 [out] Downloaded zeroize v1.8.1 [out] Downloaded starknet-types-core v0.1.8 [out] Downloaded cairo-lang-debug v2.11.4 [out] Downloaded semver v1.0.26 [out] Downloaded toml_datetime v0.6.11 [out] Downloaded toml_edit v0.22.27 [out] Downloaded cairo-lang-primitive-token v1.0.0 [out] Downloaded windows-targets v0.52.6 [out] Downloaded equivalent v1.0.2 [out] Downloaded num-integer v0.1.46 [out] Downloaded yoke-derive v0.8.0 [out] Downloaded zerofrom v0.1.6 [out] Downloaded digest v0.10.7 [out] Downloaded cpufeatures v0.2.17 [out] Downloaded toml_write v0.1.2 [out] Downloaded utf8_iter v1.0.4 [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 version_check v0.9.5 [out] Compiling stable_deref_trait v1.2.0 [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 allocator-api2 v0.2.21 [out] Compiling quote v1.0.40 [out] Compiling equivalent v1.0.2 [out] Compiling foldhash v0.1.5 [out] Compiling syn v2.0.102 [out] Compiling memchr v2.7.4 [out] Compiling cfg-if v1.0.1 [out] Compiling indexmap v1.9.3 [out] Compiling serde_json v1.0.140 [out] Compiling rand_core v0.6.4 [out] Compiling rand v0.8.5 [out] Compiling num-integer v0.1.46 [out] Compiling ryu v1.0.20 [out] Compiling schemars v0.8.22 [out] Compiling hashbrown v0.12.3 [out] Compiling itoa v1.0.15 [out] Compiling dyn-clone v1.0.19 [out] Compiling rustversion v1.0.21 [out] Compiling once_cell v1.21.3 [out] Compiling either v1.15.0 [out] Compiling scopeguard v1.2.0 [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 litemap v0.8.0 [out] Compiling pin-project-lite v0.2.16 [out] Compiling regex-syntax v0.8.5 [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 zerofrom v0.1.6 [out] Compiling yoke v0.8.0 [out] Compiling displaydoc v0.2.5 [out] Compiling schemars_derive v0.8.22 [out] Compiling tracing-attributes v0.1.29 [out] Compiling zerovec v0.11.2 [out] Compiling writeable v0.6.1 [out] Compiling tinystr v0.8.1 [out] Compiling heck v0.4.1 [out] Compiling icu_locale_core v2.0.0 [out] Compiling rust-analyzer-salsa-macros v0.17.0-pre.6 [out] Compiling tracing v0.1.41 [out] Compiling potential_utf v0.1.2 [out] Compiling zerotrie v0.2.2 [out] Compiling regex-automata v0.4.9 [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 triomphe v0.1.14 [out] Compiling serde_spanned v0.6.9 [out] Compiling toml_datetime v0.6.11 [out] Compiling cairo-lang-utils v2.11.4 [out] Compiling block-buffer v0.10.4 [out] Compiling crypto-common v0.1.6 [out] Compiling rustc-hash v1.1.0 [out] Compiling icu_normalizer_data v2.0.0 [out] Compiling thiserror v2.0.12 [out] Compiling semver v1.0.26 [out] Compiling icu_properties_data v2.0.1 [out] Compiling home v0.5.11 [out] Compiling siphasher v1.0.1 [out] Compiling toml_write v0.1.2 [out] Compiling winnow v0.7.11 [out] Compiling oorandom v11.1.5 [out] Compiling rust-analyzer-salsa v0.17.0-pre.6 [out] Compiling phf_shared v0.11.3 [out] Compiling term v1.0.2 [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 fixedbitset v0.5.7 [out] Compiling new_debug_unreachable v1.0.6 [out] Compiling genco-macros v0.17.10 [out] Compiling bit-vec v0.8.0 [out] Compiling same-file v1.0.6 [out] Compiling keccak v0.1.5 [out] Compiling log v0.4.27 [out] Compiling precomputed-hash v0.1.1 [out] Compiling string_cache v0.8.9 [out] Compiling ena v0.14.3 [out] Compiling toml v0.8.23 [out] Compiling sha3 v0.10.8 [out] Compiling bit-set v0.8.0 [out] Compiling walkdir v2.5.0 [out] Compiling petgraph v0.7.1 [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 unicode-xid v0.2.6 [out] Compiling syn v1.0.109 [out] Compiling linkme-impl v0.3.33 [out] Compiling pico-args v0.5.0 [out] Compiling path-clean v1.0.1 [out] Compiling cpufeatures v0.2.17 [out] Compiling sha2 v0.10.9 [out] Compiling cairo-lang-filesystem v2.11.4 [out] Compiling lalrpop v0.22.2 [out] Compiling icu_properties v2.0.1 [out] Compiling icu_normalizer v2.0.0 [out] Compiling xxhash-rust v0.8.15 [out] Compiling relative-path v1.9.3 [out] Compiling anyhow v1.0.98 [out] Compiling xshell-macros v0.2.7 [out] Compiling data-encoding v2.9.0 [out] Compiling lambdaworks-math v0.10.0 [out] Compiling lambdaworks-crypto v0.10.0 [out] Compiling cairo-lang-sierra v2.11.4 [out] Compiling scarb-stable-hash v1.0.0 [out] Compiling xshell v0.2.7 [out] Compiling genco v0.17.10 [out] Compiling idna_adapter v1.2.1 [out] Compiling unescaper v0.1.6 [out] Compiling cairo-lang-primitive-token v1.0.0 [out] Compiling utf8_iter v1.0.4 [out] Compiling unicode-segmentation v1.12.0 [out] Compiling percent-encoding v2.3.1 [out] Compiling size-of v0.1.5 [out] Compiling lazy_static v1.5.0 [out] Compiling starknet-types-core v0.1.8 [out] Compiling convert_case v0.7.1 [out] Compiling form_urlencoded v1.2.1 [out] Compiling idna v1.0.3 [out] Compiling cairo-lang-syntax v2.11.4 [out] Compiling derivative v2.2.0 [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 colored v3.0.0 [out] Compiling cairo-lang-macro-stable v1.0.0 [out] Compiling const-fnv1a-hash v1.1.0 [out] Compiling cairo-lang-macro v0.1.1 [out] Compiling cairo-lang-parser v2.11.4 [out] Compiling url v2.5.4 [out] Compiling indoc v2.0.6 [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 18s [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] [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: [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] 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 zerovec-derive v0.11.1 [out] Downloaded utf8_iter v1.0.4 [out] Downloaded url v2.5.4 [out] Downloaded toml_write v0.1.2 [out] Downloaded cairo-lang-primitive-token v1.0.0 [out] Downloaded indoc v2.0.6 [out] Downloaded path-clean v1.0.1 [out] Downloaded new_debug_unreachable v1.0.6 [out] Downloaded scarb-stable-hash v1.0.0 [out] Downloaded cairo-lang-macro-stable v1.0.0 [out] Downloaded xxhash-rust v0.8.15 [out] Downloaded data-encoding v2.9.0 [out] Downloaded genco v0.17.10 [out] Downloaded derivative v2.2.0 [out] Downloaded typenum v1.18.0 [out] Downloaded cairo-lang-parser v2.11.4 [out] Downloaded unicode-segmentation v1.12.0 [out] Downloaded winnow v0.7.11 [out] Downloaded aho-corasick v1.1.3 [out] Downloaded lambdaworks-math v0.10.0 [out] Downloaded lambdaworks-crypto v0.10.0 [out] Downloaded regex v1.11.1 [out] Downloaded syn v1.0.109 [out] Downloaded syn v2.0.102 [out] Downloaded cairo-lang-sierra v2.11.4 [out] Downloaded itertools v0.14.0 [out] Downloaded lalrpop v0.22.2 [out] Downloaded windows_aarch64_gnullvm v0.52.6 [out] Downloaded regex-syntax v0.8.5 [out] Downloaded windows_x86_64_gnullvm v0.52.6 [out] Downloaded windows_i686_gnullvm v0.52.6 [out] Downloaded rust-analyzer-salsa v0.17.0-pre.6 [out] Downloaded icu_properties_data v2.0.1 [out] Downloaded hashbrown v0.15.4 [out] Downloaded serde_json v1.0.140 [out] Downloaded anyhow v1.0.98 [out] Downloaded log v0.4.27 [out] Downloaded term v1.0.2 [out] Downloaded regex-automata v0.4.9 [out] Downloaded walkdir v2.5.0 [out] Downloaded sha2 v0.10.9 [out] Downloaded version_check v0.9.5 [out] Downloaded size-of v0.1.5 [out] Downloaded starknet-types-core v0.1.8 [out] Downloaded idna v1.0.3 [out] Downloaded linkme v0.3.33 [out] Downloaded xshell v0.2.7 [out] Downloaded libc v0.2.172 [out] Downloaded petgraph v0.7.1 [out] Downloaded windows_aarch64_msvc v0.52.6 [out] Downloaded windows_x86_64_gnu v0.52.6 [out] Downloaded windows_x86_64_msvc v0.52.6 [out] Downloaded windows_i686_gnu v0.52.6 [out] Downloaded windows_i686_msvc v0.52.6 [out] Downloaded sha3 v0.10.8 [out] Downloaded colored v3.0.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 fixedbitset v0.5.7 [out] Downloaded siphasher v1.0.1 [out] Downloaded unicode-xid v0.2.6 [out] Downloaded same-file v1.0.6 [out] Downloaded zeroize v1.8.1 [out] Downloaded cairo-lang-syntax v2.11.4 [out] Downloaded indexmap v2.9.0 [out] Downloaded hashbrown v0.12.3 [out] Downloaded num-bigint v0.4.6 [out] Downloaded zerovec v0.11.2 [out] Downloaded linkme-impl 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 cairo-lang-syntax-codegen v2.11.4 [out] Downloaded convert_case v0.7.1 [out] Downloaded pico-args v0.5.0 [out] Downloaded phf_shared v0.11.3 [out] Downloaded string_cache v0.8.9 [out] Downloaded home v0.5.11 [out] Downloaded rustversion v1.0.21 [out] Downloaded cpufeatures v0.2.17 [out] Downloaded toml_edit v0.22.27 [out] Downloaded tracing v0.1.41 [out] Downloaded memchr v2.7.4 [out] Downloaded icu_collections v2.0.0 [out] Downloaded icu_locale_core v2.0.0 [out] Downloaded zerotrie v0.2.2 [out] Downloaded serde v1.0.219 [out] Downloaded xshell-macros v0.2.7 [out] Downloaded const-fnv1a-hash v1.1.0 [out] Downloaded winapi-util v0.1.9 [out] Downloaded lalrpop-util v0.22.2 [out] Downloaded block-buffer v0.10.4 [out] Downloaded generic-array v0.14.7 [out] Downloaded crypto-common v0.1.6 [out] Downloaded digest v0.10.7 [out] Downloaded keccak v0.1.5 [out] Downloaded tracing-core v0.1.34 [out] Downloaded serde_derive_internals v0.29.1 [out] Downloaded schemars v0.8.22 [out] Downloaded rand v0.8.5 [out] Downloaded icu_normalizer_data v2.0.0 [out] Downloaded icu_normalizer v2.0.0 [out] Downloaded serde_derive v1.0.219 [out] Downloaded cairo-lang-macro-attributes v0.1.0 [out] Downloaded cairo-lang-macro v0.1.1 [out] Downloaded bitflags v2.9.1 [out] Downloaded parking_lot v0.12.4 [out] Downloaded allocator-api2 v0.2.21 [out] Downloaded indexmap v1.9.3 [out] Downloaded cairo-lang-utils v2.11.4 [out] Downloaded num-traits v0.2.19 [out] Downloaded ryu v1.0.20 [out] Downloaded litemap v0.8.0 [out] Downloaded icu_provider v2.0.0 [out] Downloaded yoke v0.8.0 [out] Downloaded proc-macro2 v1.0.95 [out] Downloaded quote v1.0.40 [out] Downloaded unicode-ident v1.0.18 [out] Downloaded precomputed-hash v0.1.1 [out] Downloaded cairo-lang-debug v2.11.4 [out] Downloaded semver v1.0.26 [out] Downloaded toml_datetime v0.6.11 [out] Downloaded toml v0.8.23 [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 tracing-attributes v0.1.29 [out] Downloaded once_cell v1.21.3 [out] Downloaded triomphe v0.1.14 [out] Downloaded thiserror v2.0.12 [out] Downloaded dyn-clone v1.0.19 [out] Downloaded schemars_derive v0.8.22 [out] Downloaded num-integer v0.1.46 [out] Downloaded tinystr v0.8.1 [out] Downloaded writeable v0.6.1 [out] Downloaded zerofrom-derive v0.1.6 [out] Downloaded icu_properties v2.0.1 [out] Downloaded serde_spanned v0.6.9 [out] Downloaded cairo-lang-filesystem v2.11.4 [out] Downloaded windows-sys v0.59.0 [out] Downloaded oorandom v11.1.5 [out] Downloaded scopeguard v1.2.0 [out] Downloaded cfg-if v1.0.1 [out] Downloaded heck v0.4.1 [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 unescaper v0.1.6 [out] Downloaded foldhash v0.1.5 [out] Downloaded either v1.15.0 [out] Downloaded lazy_static v1.5.0 [out] Downloaded autocfg v1.4.0 [out] Downloaded itoa v1.0.15 [out] Downloaded smol_str v0.2.2 [out] Downloaded form_urlencoded v1.2.1 [out] Downloaded potential_utf v0.1.2 [out] Downloaded stable_deref_trait v1.2.0 [out] Downloaded synstructure v0.13.2 [out] Downloaded rand_core v0.6.4 [out] Downloaded displaydoc v0.2.5 [out] Downloaded yoke-derive v0.8.0 [out] Downloaded windows-targets v0.52.6 [out] Downloaded equivalent v1.0.2 [out] Downloaded zerofrom v0.1.6 [out] Downloaded smallvec v1.15.1 [out] Downloaded percent-encoding v2.3.1 [out] [WARNING] Package snforge_std version does not meet the recommended version requirement ^0.42.0, it might result in unexpected behaviour [out] Compiling snforge_scarb_plugin v0.33.0 [out] Finished `release` profile [optimized] target(s) in 0.09s [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. [out] [ERROR] Failed to build test artifacts with Scarb: `scarb` exited with error Process finished with exit code 2 >>> maat-test-ls [err] 0.004173191s 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.028277247s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.028301563s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.028311432s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.028323665s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.028337431s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.028349824s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.028380060s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.028396411s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.028408484s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.028450262s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.028469969s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.028483715s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.028510255s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.028531334s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.028543347s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.028555299s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.028568023s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.028579595s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.028601956s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.028618558s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.028629098s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.028639457s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.028649356s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.028695552s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.028775299s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.028821275s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.028855079s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.028872151s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.028885115s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.028897388s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.028910763s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.028923156s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.028944216s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.028958212s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.028970044s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.028987567s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.028997946s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.029009638s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.029021791s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.029023575s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.029039645s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 3.029059532s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 4.296585627s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 4.296614180s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 4.296627625s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 4.296640920s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 4.296654055s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 4.296666358s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 4.296691094s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 4.296703928s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 4.296716502s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 4.296728555s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 4.296739756s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 4.296752569s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 4.296778538s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 4.296793937s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 4.296811931s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 4.296823723s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 4.296835725s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 4.296847548s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 4.296868146s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 4.296881001s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 4.296892572s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 4.296903893s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 4.296914163s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 4.296925374s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 4.296938418s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 4.296940502s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 4.296963375s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 4.296977832s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 4.296990145s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 4.297001847s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 4.297013770s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 4.297025682s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 4.297046411s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 4.297058964s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 4.297070426s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 4.297082118s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 4.297121201s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 4.297150065s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 4.297177386s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 4.297203495s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 4.297254691s ERROR cairo_language_server::project::scarb: component not found in metadata [err] 4.297274899s 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