=== keep-starknet-strange/garaga-11ed9fee3 === >>> git clone --depth 1 --no-tags https://github.com/keep-starknet-strange/garaga . [err] Cloning into '.'... >>> maat-check-versions [out] Name Version Source Installed [out] nodejs 23.11.0 ASDF_NODEJS_VERSION true [out] scarb 2.11.4 ASDF_SCARB_VERSION true [out] starknet-foundry 0.41.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 ef4d778..ca9b94b 100644 [out] --- a/Scarb.toml [out] +++ b/Scarb.toml [out] @@ -9,3 +9,14 @@ starknet = "2.11.4" [out] [out] [workspace.scripts] [out] test = "snforge test -p garaga --include-ignored" [out] + [out] +[patch.scarbs-xyz] [out] +assert_macros = "2.11.4" # NOTE: added by maat-patch, was: None [out] +starknet = "2.11.4" # NOTE: added by maat-patch, was: None [out] +cairo_test = "2.11.4" # NOTE: added by maat-patch, was: None [out] +snforge_std = "0.41.0" # NOTE: added by maat-patch, was: None [out] +snforge_scarb_plugin = "0.41.0" # NOTE: added by maat-patch, was: None [out] + [out] +[patch."https://github.com/foundry-rs/starknet-foundry.git"] [out] +snforge_std = "0.41.0" # NOTE: added by maat-patch, was: None [out] +snforge_scarb_plugin = "0.41.0" # NOTE: added by maat-patch, was: None [out] diff --git a/src/Scarb.toml b/src/Scarb.toml [out] index db1d92c..da01d4c 100644 [out] --- a/src/Scarb.toml [out] +++ b/src/Scarb.toml [out] @@ -9,6 +9,7 @@ readme = "../README.md" [out] repository = "https://github.com/keep-starknet-strange/garaga" [out] [out] # See more keys and their definitions at https://docs.swmansion.com/scarb/docs/reference/manifest.html [out] +cairo-version = "2.11.4" # NOTE: added by maat-patch, was: None [out] [out] [cairo] [out] sierra-replace-ids = false [out] @@ -25,3 +26,6 @@ assert_macros = "2.11.4" [out] [out] [scripts] [out] test = "snforge test -p garaga --include-ignored" [out] + [out] +[tool.scarb] [out] +allow-prebuilt-plugins = ["snforge_std"] # NOTE: maat-patch added 'snforge_std' >>> scarb fetch [out] Downloading snforge_scarb_plugin v0.44.0 [out] Downloading snforge_std v0.44.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.100642 [out] 2: scarb::commands::run [out] 3: scarb::main [out] 4: std::sys::backtrace::__rust_begin_short_backtrace [out] 5: main [out] 6: __libc_start_call_main [out] 7: __libc_start_main_impl [out] 8: _start Process finished with exit code 1 >>> scarb build --workspace --test [out] Compiling test(garaga_unittest) garaga v0.18.1 (/mnt/maat-workbench/src/Scarb.toml) [out] Finished `dev` profile target(s) in 32 seconds >>> scarb lint --workspace --deny-warnings [err] error: unexpected argument '--deny-warnings' found [err] [err] tip: a similar argument exists: '--no-warnings' [err] [err] Usage: scarb lint --workspace --no-warnings [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 garaga (snforge test -p garaga --include-ignored) [out] [WARNING] Package snforge_std version does not meet the recommended version requirement ^0.41.0, it might result in unexpected behaviour [out] Compiling test(garaga_unittest) garaga v0.18.1 (/mnt/maat-workbench/src/Scarb.toml) [out] Finished `dev` profile target(s) in 33 seconds [out] [WARNING] File = /mnt/maat-workbench/target/dev/garaga_unittest.test.starknet_artifacts.json missing when it should be existing, perhaps due to Scarb problem. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: as rayon_core::job::Job>::execute [err] 27: rayon_core::registry::WorkerThread::wait_until_cold [err] 28: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: as rayon_core::job::Job>::execute [err] 35: rayon_core::registry::WorkerThread::wait_until_cold [err] 36: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: as rayon_core::job::Job>::execute [err] 36: rayon_core::registry::WorkerThread::wait_until_cold [err] 37: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: as rayon_core::job::Job>::execute [err] 39: rayon_core::registry::WorkerThread::wait_until_cold [err] 40: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: as rayon_core::job::Job>::execute [err] 35: rayon_core::registry::WorkerThread::wait_until_cold [err] 36: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: as rayon_core::job::Job>::execute [err] 38: rayon_core::registry::WorkerThread::wait_until_cold [err] 39: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: as rayon_core::job::Job>::execute [err] 39: rayon_core::registry::WorkerThread::wait_until_cold [err] 40: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: as rayon_core::job::Job>::execute [err] 38: rayon_core::registry::WorkerThread::wait_until_cold [err] 39: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::join::join_recover_from_panic [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: rayon_core::registry::in_worker [err] 39: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 40: rayon_core::join::join_context::{{closure}} [err] 41: rayon_core::registry::in_worker [err] 42: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 43: rayon_core::join::join_context::{{closure}} [err] 44: as rayon_core::job::Job>::execute [err] 45: rayon_core::registry::WorkerThread::wait_until_cold [err] 46: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: as rayon_core::job::Job>::execute [err] 35: rayon_core::registry::WorkerThread::wait_until_cold [err] 36: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::join::join_recover_from_panic [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: rayon_core::registry::in_worker [err] 39: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 40: rayon_core::join::join_context::{{closure}} [err] 41: rayon_core::registry::in_worker [err] 42: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 43: as rayon_core::job::Job>::execute [err] 44: rayon_core::registry::WorkerThread::wait_until_cold [err] 45: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::join::join_recover_from_panic [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: rayon_core::registry::in_worker [err] 39: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 40: rayon_core::join::join_context::{{closure}} [err] 41: rayon_core::registry::in_worker [err] 42: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 43: rayon_core::join::join_context::{{closure}} [err] 44: rayon_core::registry::in_worker [err] 45: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 46: rayon_core::join::join_context::{{closure}} [err] 47: as rayon_core::job::Job>::execute [err] 48: rayon_core::registry::WorkerThread::wait_until_cold [err] 49: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: as rayon_core::job::Job>::execute [err] 35: rayon_core::registry::WorkerThread::wait_until_cold [err] 36: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::join::join_recover_from_panic [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: rayon_core::registry::in_worker [err] 39: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 40: rayon_core::join::join_context::{{closure}} [err] 41: rayon_core::registry::in_worker [err] 42: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 43: rayon_core::join::join_context::{{closure}} [err] 44: rayon_core::registry::in_worker [err] 45: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 46: as rayon_core::job::Job>::execute [err] 47: rayon_core::registry::WorkerThread::wait_until_cold [err] 48: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: as rayon_core::job::Job>::execute [err] 36: rayon_core::registry::WorkerThread::wait_until_cold [err] 37: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::join::join_recover_from_panic [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: rayon_core::registry::in_worker [err] 39: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 40: as rayon_core::job::Job>::execute [err] 41: rayon_core::registry::WorkerThread::wait_until_cold [err] 42: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: as rayon_core::job::Job>::execute [err] 35: rayon_core::registry::WorkerThread::wait_until_cold [err] 36: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: as rayon_core::job::Job>::execute [err] 39: rayon_core::registry::WorkerThread::wait_until_cold [err] 40: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::join::join_recover_from_panic [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: as rayon_core::job::Job>::execute [err] 38: rayon_core::registry::WorkerThread::wait_until_cold [err] 39: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::join::join_recover_from_panic [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: rayon_core::registry::in_worker [err] 39: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 40: rayon_core::join::join_context::{{closure}} [err] 41: rayon_core::registry::in_worker [err] 42: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 43: as rayon_core::job::Job>::execute [err] 44: rayon_core::registry::WorkerThread::wait_until_cold [err] 45: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: as rayon_core::job::Job>::execute [err] 38: rayon_core::registry::WorkerThread::wait_until_cold [err] 39: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: as rayon_core::job::Job>::execute [err] 39: rayon_core::registry::WorkerThread::wait_until_cold [err] 40: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::join::join_recover_from_panic [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: rayon_core::registry::in_worker [err] 39: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 40: as rayon_core::job::Job>::execute [err] 41: rayon_core::registry::WorkerThread::wait_until_cold [err] 42: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: as rayon_core::job::Job>::execute [err] 38: rayon_core::registry::WorkerThread::wait_until_cold [err] 39: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::join::join_recover_from_panic [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: rayon_core::registry::in_worker [err] 39: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 40: rayon_core::join::join_context::{{closure}} [err] 41: as rayon_core::job::Job>::execute [err] 42: rayon_core::registry::WorkerThread::wait_until_cold [err] 43: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: as rayon_core::job::Job>::execute [err] 35: rayon_core::registry::WorkerThread::wait_until_cold [err] 36: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::join::join_recover_from_panic [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: rayon_core::registry::in_worker [err] 39: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 40: as rayon_core::job::Job>::execute [err] 41: rayon_core::registry::WorkerThread::wait_until_cold [err] 42: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: as rayon_core::job::Job>::execute [err] 39: rayon_core::registry::WorkerThread::wait_until_cold [err] 40: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: as rayon_core::job::Job>::execute [err] 35: rayon_core::registry::WorkerThread::wait_until_cold [err] 36: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: as rayon_core::job::Job>::execute [err] 38: rayon_core::registry::WorkerThread::wait_until_cold [err] 39: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::join::join_recover_from_panic [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: rayon_core::registry::in_worker [err] 39: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 40: rayon_core::join::join_context::{{closure}} [err] 41: as rayon_core::job::Job>::execute [err] 42: rayon_core::registry::WorkerThread::wait_until_cold [err] 43: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::join::join_recover_from_panic [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: as rayon_core::job::Job>::execute [err] 38: rayon_core::registry::WorkerThread::wait_until_cold [err] 39: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::join::join_recover_from_panic [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: rayon_core::registry::in_worker [err] 39: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 40: rayon_core::join::join_context::{{closure}} [err] 41: as rayon_core::job::Job>::execute [err] 42: rayon_core::registry::WorkerThread::wait_until_cold [err] 43: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::join::join_recover_from_panic [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: rayon_core::registry::in_worker [err] 39: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 40: as rayon_core::job::Job>::execute [err] 41: rayon_core::registry::WorkerThread::wait_until_cold [err] 42: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::join::join_recover_from_panic [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: as rayon_core::job::Job>::execute [err] 35: rayon_core::registry::WorkerThread::wait_until_cold [err] 36: rayon_core::join::join_recover_from_panic [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: rayon_core::registry::in_worker [err] 39: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 40: rayon_core::join::join_context::{{closure}} [err] 41: rayon_core::registry::in_worker [err] 42: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 43: rayon_core::join::join_context::{{closure}} [err] 44: rayon_core::registry::in_worker [err] 45: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 46: rayon_core::join::join_context::{{closure}} [err] 47: as rayon_core::job::Job>::execute [err] 48: rayon_core::registry::WorkerThread::wait_until_cold [err] 49: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::join::join_recover_from_panic [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: as rayon_core::job::Job>::execute [err] 35: rayon_core::registry::WorkerThread::wait_until_cold [err] 36: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::join::join_recover_from_panic [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: rayon_core::registry::in_worker [err] 39: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 40: as rayon_core::job::Job>::execute [err] 41: rayon_core::registry::WorkerThread::wait_until_cold [err] 42: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: as rayon_core::job::Job>::execute [err] 35: rayon_core::registry::WorkerThread::wait_until_cold [err] 36: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::join::join_recover_from_panic [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: as rayon_core::job::Job>::execute [err] 38: rayon_core::registry::WorkerThread::wait_until_cold [err] 39: rayon_core::join::join_recover_from_panic [err] 40: rayon_core::join::join_context::{{closure}} [err] 41: rayon_core::registry::in_worker [err] 42: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 43: rayon_core::join::join_context::{{closure}} [err] 44: rayon_core::registry::in_worker [err] 45: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 46: rayon_core::join::join_context::{{closure}} [err] 47: rayon_core::registry::in_worker [err] 48: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 49: rayon_core::join::join_context::{{closure}} [err] 50: as rayon_core::job::Job>::execute [err] 51: rayon_core::registry::WorkerThread::wait_until_cold [err] 52: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::join::join_recover_from_panic [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: as rayon_core::job::Job>::execute [err] 35: rayon_core::registry::WorkerThread::wait_until_cold [err] 36: rayon_core::join::join_recover_from_panic [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: rayon_core::registry::in_worker [err] 39: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 40: rayon_core::join::join_context::{{closure}} [err] 41: rayon_core::registry::in_worker [err] 42: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 43: rayon_core::join::join_context::{{closure}} [err] 44: rayon_core::registry::in_worker [err] 45: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 46: as rayon_core::job::Job>::execute [err] 47: rayon_core::registry::WorkerThread::wait_until_cold [err] 48: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::join::join_recover_from_panic [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: as rayon_core::job::Job>::execute [err] 38: rayon_core::registry::WorkerThread::wait_until_cold [err] 39: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: as rayon_core::job::Job>::execute [err] 36: rayon_core::registry::WorkerThread::wait_until_cold [err] 37: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::join::join_recover_from_panic [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: as rayon_core::job::Job>::execute [err] 35: rayon_core::registry::WorkerThread::wait_until_cold [err] 36: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::join::join_recover_from_panic [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: as rayon_core::job::Job>::execute [err] 38: rayon_core::registry::WorkerThread::wait_until_cold [err] 39: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::join::join_recover_from_panic [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: as rayon_core::job::Job>::execute [err] 38: rayon_core::registry::WorkerThread::wait_until_cold [err] 39: rayon_core::join::join_recover_from_panic [err] 40: rayon_core::join::join_context::{{closure}} [err] 41: rayon_core::registry::in_worker [err] 42: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 43: rayon_core::join::join_context::{{closure}} [err] 44: rayon_core::registry::in_worker [err] 45: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 46: rayon_core::join::join_context::{{closure}} [err] 47: rayon_core::registry::in_worker [err] 48: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 49: as rayon_core::job::Job>::execute [err] 50: rayon_core::registry::WorkerThread::wait_until_cold [err] 51: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::join::join_recover_from_panic [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: as rayon_core::job::Job>::execute [err] 39: rayon_core::registry::WorkerThread::wait_until_cold [err] 40: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::join::join_recover_from_panic [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: as rayon_core::job::Job>::execute [err] 35: rayon_core::registry::WorkerThread::wait_until_cold [err] 36: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: as rayon_core::job::Job>::execute [err] 35: rayon_core::registry::WorkerThread::wait_until_cold [err] 36: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::join::join_recover_from_panic [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: as rayon_core::job::Job>::execute [err] 35: rayon_core::registry::WorkerThread::wait_until_cold [err] 36: rayon_core::join::join_recover_from_panic [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: rayon_core::registry::in_worker [err] 39: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 40: rayon_core::join::join_context::{{closure}} [err] 41: rayon_core::registry::in_worker [err] 42: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 43: as rayon_core::job::Job>::execute [err] 44: rayon_core::registry::WorkerThread::wait_until_cold [err] 45: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::join::join_recover_from_panic [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: as rayon_core::job::Job>::execute [err] 39: rayon_core::registry::WorkerThread::wait_until_cold [err] 40: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::join::join_recover_from_panic [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: as rayon_core::job::Job>::execute [err] 35: rayon_core::registry::WorkerThread::wait_until_cold [err] 36: rayon_core::join::join_recover_from_panic [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: rayon_core::registry::in_worker [err] 39: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 40: as rayon_core::job::Job>::execute [err] 41: rayon_core::registry::WorkerThread::wait_until_cold [err] 42: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::join::join_recover_from_panic [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: as rayon_core::job::Job>::execute [err] 38: rayon_core::registry::WorkerThread::wait_until_cold [err] 39: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::join::join_recover_from_panic [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: as rayon_core::job::Job>::execute [err] 38: rayon_core::registry::WorkerThread::wait_until_cold [err] 39: rayon_core::join::join_recover_from_panic [err] 40: rayon_core::join::join_context::{{closure}} [err] 41: rayon_core::registry::in_worker [err] 42: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 43: rayon_core::join::join_context::{{closure}} [err] 44: rayon_core::registry::in_worker [err] 45: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 46: as rayon_core::job::Job>::execute [err] 47: rayon_core::registry::WorkerThread::wait_until_cold [err] 48: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::join::join_recover_from_panic [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: rayon_core::registry::in_worker [err] 39: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 40: rayon_core::join::join_context::{{closure}} [err] 41: as rayon_core::job::Job>::execute [err] 42: rayon_core::registry::WorkerThread::wait_until_cold [err] 43: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::join::join_recover_from_panic [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: as rayon_core::job::Job>::execute [err] 38: rayon_core::registry::WorkerThread::wait_until_cold [err] 39: rayon_core::join::join_recover_from_panic [err] 40: rayon_core::join::join_context::{{closure}} [err] 41: rayon_core::registry::in_worker [err] 42: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 43: as rayon_core::job::Job>::execute [err] 44: rayon_core::registry::WorkerThread::wait_until_cold [err] 45: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::join::join_recover_from_panic [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: as rayon_core::job::Job>::execute [err] 38: rayon_core::registry::WorkerThread::wait_until_cold [err] 39: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::join::join_recover_from_panic [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: as rayon_core::job::Job>::execute [err] 39: rayon_core::registry::WorkerThread::wait_until_cold [err] 40: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::join::join_recover_from_panic [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: rayon_core::registry::in_worker [err] 39: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 40: rayon_core::join::join_context::{{closure}} [err] 41: as rayon_core::job::Job>::execute [err] 42: rayon_core::registry::WorkerThread::wait_until_cold [err] 43: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::join::join_recover_from_panic [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: rayon_core::registry::in_worker [err] 39: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 40: as rayon_core::job::Job>::execute [err] 41: rayon_core::registry::WorkerThread::wait_until_cold [err] 42: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::join::join_recover_from_panic [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: as rayon_core::job::Job>::execute [err] 38: rayon_core::registry::WorkerThread::wait_until_cold [err] 39: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::join::join_recover_from_panic [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: rayon_core::registry::in_worker [err] 39: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 40: rayon_core::join::join_context::{{closure}} [err] 41: as rayon_core::job::Job>::execute [err] 42: rayon_core::registry::WorkerThread::wait_until_cold [err] 43: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::join::join_recover_from_panic [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: as rayon_core::job::Job>::execute [err] 38: rayon_core::registry::WorkerThread::wait_until_cold [err] 39: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: as rayon_core::job::Job>::execute [err] 35: rayon_core::registry::WorkerThread::wait_until_cold [err] 36: rayon_core::join::join_recover_from_panic [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: rayon_core::registry::in_worker [err] 39: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 40: as rayon_core::job::Job>::execute [err] 41: rayon_core::registry::WorkerThread::wait_until_cold [err] 42: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::join::join_recover_from_panic [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: as rayon_core::job::Job>::execute [err] 38: rayon_core::registry::WorkerThread::wait_until_cold [err] 39: rayon_core::join::join_recover_from_panic [err] 40: rayon_core::join::join_context::{{closure}} [err] 41: rayon_core::registry::in_worker [err] 42: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 43: rayon_core::join::join_context::{{closure}} [err] 44: rayon_core::registry::in_worker [err] 45: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 46: rayon_core::join::join_context::{{closure}} [err] 47: as rayon_core::job::Job>::execute [err] 48: rayon_core::registry::WorkerThread::wait_until_cold [err] 49: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::join::join_recover_from_panic [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: rayon_core::registry::in_worker [err] 39: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 40: as rayon_core::job::Job>::execute [err] 41: rayon_core::registry::WorkerThread::wait_until_cold [err] 42: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::join::join_recover_from_panic [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: as rayon_core::job::Job>::execute [err] 38: rayon_core::registry::WorkerThread::wait_until_cold [err] 39: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::join::join_recover_from_panic [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: rayon_core::registry::in_worker [err] 39: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 40: as rayon_core::job::Job>::execute [err] 41: rayon_core::registry::WorkerThread::wait_until_cold [err] 42: rayon_core::join::join_recover_from_panic [err] 43: rayon_core::join::join_context::{{closure}} [err] 44: rayon_core::registry::in_worker [err] 45: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 46: rayon_core::join::join_context::{{closure}} [err] 47: rayon_core::registry::in_worker [err] 48: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 49: rayon_core::join::join_context::{{closure}} [err] 50: as rayon_core::job::Job>::execute [err] 51: rayon_core::registry::WorkerThread::wait_until_cold [err] 52: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::join::join_recover_from_panic [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: rayon_core::registry::in_worker [err] 39: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 40: as rayon_core::job::Job>::execute [err] 41: rayon_core::registry::WorkerThread::wait_until_cold [err] 42: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: as rayon_core::job::Job>::execute [err] 35: rayon_core::registry::WorkerThread::wait_until_cold [err] 36: rayon_core::join::join_recover_from_panic [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: rayon_core::registry::in_worker [err] 39: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 40: as rayon_core::job::Job>::execute [err] 41: rayon_core::registry::WorkerThread::wait_until_cold [err] 42: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::join::join_recover_from_panic [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: as rayon_core::job::Job>::execute [err] 39: rayon_core::registry::WorkerThread::wait_until_cold [err] 40: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::join::join_recover_from_panic [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: as rayon_core::job::Job>::execute [err] 38: rayon_core::registry::WorkerThread::wait_until_cold [err] 39: rayon_core::join::join_recover_from_panic [err] 40: rayon_core::join::join_context::{{closure}} [err] 41: rayon_core::registry::in_worker [err] 42: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 43: rayon_core::join::join_context::{{closure}} [err] 44: rayon_core::registry::in_worker [err] 45: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 46: as rayon_core::job::Job>::execute [err] 47: rayon_core::registry::WorkerThread::wait_until_cold [err] 48: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: as rayon_core::job::Job>::execute [err] 35: rayon_core::registry::WorkerThread::wait_until_cold [err] 36: rayon_core::join::join_recover_from_panic [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: rayon_core::registry::in_worker [err] 39: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 40: as rayon_core::job::Job>::execute [err] 41: rayon_core::registry::WorkerThread::wait_until_cold [err] 42: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::join::join_recover_from_panic [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: rayon_core::registry::in_worker [err] 39: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 40: rayon_core::join::join_context::{{closure}} [err] 41: as rayon_core::job::Job>::execute [err] 42: rayon_core::registry::WorkerThread::wait_until_cold [err] 43: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::join::join_recover_from_panic [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: rayon_core::registry::in_worker [err] 39: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 40: as rayon_core::job::Job>::execute [err] 41: rayon_core::registry::WorkerThread::wait_until_cold [err] 42: rayon_core::join::join_recover_from_panic [err] 43: rayon_core::join::join_context::{{closure}} [err] 44: rayon_core::registry::in_worker [err] 45: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 46: rayon_core::join::join_context::{{closure}} [err] 47: rayon_core::registry::in_worker [err] 48: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 49: as rayon_core::job::Job>::execute [err] 50: rayon_core::registry::WorkerThread::wait_until_cold [err] 51: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::join::join_recover_from_panic [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: rayon_core::registry::in_worker [err] 39: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 40: as rayon_core::job::Job>::execute [err] 41: rayon_core::registry::WorkerThread::wait_until_cold [err] 42: rayon_core::join::join_recover_from_panic [err] 43: rayon_core::join::join_context::{{closure}} [err] 44: rayon_core::registry::in_worker [err] 45: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 46: as rayon_core::job::Job>::execute [err] 47: rayon_core::registry::WorkerThread::wait_until_cold [err] 48: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::join::join_recover_from_panic [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: rayon_core::registry::in_worker [err] 39: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 40: rayon_core::join::join_context::{{closure}} [err] 41: as rayon_core::job::Job>::execute [err] 42: rayon_core::registry::WorkerThread::wait_until_cold [err] 43: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::join::join_recover_from_panic [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: rayon_core::registry::in_worker [err] 39: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 40: rayon_core::join::join_context::{{closure}} [err] 41: rayon_core::registry::in_worker [err] 42: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 43: as rayon_core::job::Job>::execute [err] 44: rayon_core::registry::WorkerThread::wait_until_cold [err] 45: rayon_core::join::join_recover_from_panic [err] 46: rayon_core::join::join_context::{{closure}} [err] 47: rayon_core::registry::in_worker [err] 48: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 49: as rayon_core::job::Job>::execute [err] 50: rayon_core::registry::WorkerThread::wait_until_cold [err] 51: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: as rayon_core::job::Job>::execute [err] 35: rayon_core::registry::WorkerThread::wait_until_cold [err] 36: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::join::join_recover_from_panic [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: as rayon_core::job::Job>::execute [err] 38: rayon_core::registry::WorkerThread::wait_until_cold [err] 39: rayon_core::join::join_recover_from_panic [err] 40: rayon_core::join::join_context::{{closure}} [err] 41: rayon_core::registry::in_worker [err] 42: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 43: rayon_core::join::join_context::{{closure}} [err] 44: rayon_core::registry::in_worker [err] 45: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 46: rayon_core::join::join_context::{{closure}} [err] 47: as rayon_core::job::Job>::execute [err] 48: rayon_core::registry::WorkerThread::wait_until_cold [err] 49: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::join::join_recover_from_panic [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: as rayon_core::job::Job>::execute [err] 35: rayon_core::registry::WorkerThread::wait_until_cold [err] 36: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: as rayon_core::job::Job>::execute [err] 35: rayon_core::registry::WorkerThread::wait_until_cold [err] 36: rayon_core::join::join_recover_from_panic [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: rayon_core::registry::in_worker [err] 39: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 40: as rayon_core::job::Job>::execute [err] 41: rayon_core::registry::WorkerThread::wait_until_cold [err] 42: rayon_core::join::join_recover_from_panic [err] 43: rayon_core::join::join_context::{{closure}} [err] 44: rayon_core::registry::in_worker [err] 45: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 46: rayon_core::join::join_context::{{closure}} [err] 47: rayon_core::registry::in_worker [err] 48: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 49: rayon_core::join::join_context::{{closure}} [err] 50: as rayon_core::job::Job>::execute [err] 51: rayon_core::registry::WorkerThread::wait_until_cold [err] 52: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::join::join_recover_from_panic [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: as rayon_core::job::Job>::execute [err] 38: rayon_core::registry::WorkerThread::wait_until_cold [err] 39: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::join::join_recover_from_panic [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: as rayon_core::job::Job>::execute [err] 38: rayon_core::registry::WorkerThread::wait_until_cold [err] 39: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::join::join_recover_from_panic [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: as rayon_core::job::Job>::execute [err] 38: rayon_core::registry::WorkerThread::wait_until_cold [err] 39: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::join::join_recover_from_panic [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: as rayon_core::job::Job>::execute [err] 39: rayon_core::registry::WorkerThread::wait_until_cold [err] 40: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::join::join_recover_from_panic [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: as rayon_core::job::Job>::execute [err] 38: rayon_core::registry::WorkerThread::wait_until_cold [err] 39: rayon_core::join::join_recover_from_panic [err] 40: rayon_core::join::join_context::{{closure}} [err] 41: rayon_core::registry::in_worker [err] 42: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 43: rayon_core::join::join_context::{{closure}} [err] 44: rayon_core::registry::in_worker [err] 45: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 46: as rayon_core::job::Job>::execute [err] 47: rayon_core::registry::WorkerThread::wait_until_cold [err] 48: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: as rayon_core::job::Job>::execute [err] 35: rayon_core::registry::WorkerThread::wait_until_cold [err] 36: rayon_core::join::join_recover_from_panic [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: rayon_core::registry::in_worker [err] 39: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 40: as rayon_core::job::Job>::execute [err] 41: rayon_core::registry::WorkerThread::wait_until_cold [err] 42: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::join::join_recover_from_panic [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: as rayon_core::job::Job>::execute [err] 35: rayon_core::registry::WorkerThread::wait_until_cold [err] 36: rayon_core::join::join_recover_from_panic [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: rayon_core::registry::in_worker [err] 39: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 40: rayon_core::join::join_context::{{closure}} [err] 41: rayon_core::registry::in_worker [err] 42: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 43: rayon_core::join::join_context::{{closure}} [err] 44: as rayon_core::job::Job>::execute [err] 45: rayon_core::registry::WorkerThread::wait_until_cold [err] 46: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::join::join_recover_from_panic [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: as rayon_core::job::Job>::execute [err] 35: rayon_core::registry::WorkerThread::wait_until_cold [err] 36: rayon_core::join::join_recover_from_panic [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: rayon_core::registry::in_worker [err] 39: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 40: as rayon_core::job::Job>::execute [err] 41: rayon_core::registry::WorkerThread::wait_until_cold [err] 42: rayon_core::join::join_recover_from_panic [err] 43: rayon_core::join::join_context::{{closure}} [err] 44: rayon_core::registry::in_worker [err] 45: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 46: rayon_core::join::join_context::{{closure}} [err] 47: rayon_core::registry::in_worker [err] 48: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 49: as rayon_core::job::Job>::execute [err] 50: rayon_core::registry::WorkerThread::wait_until_cold [err] 51: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: as rayon_core::job::Job>::execute [err] 35: rayon_core::registry::WorkerThread::wait_until_cold [err] 36: rayon_core::join::join_recover_from_panic [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: rayon_core::registry::in_worker [err] 39: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 40: as rayon_core::job::Job>::execute [err] 41: rayon_core::registry::WorkerThread::wait_until_cold [err] 42: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::join::join_recover_from_panic [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: as rayon_core::job::Job>::execute [err] 38: rayon_core::registry::WorkerThread::wait_until_cold [err] 39: rayon_core::join::join_recover_from_panic [err] 40: rayon_core::join::join_context::{{closure}} [err] 41: rayon_core::registry::in_worker [err] 42: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 43: rayon_core::join::join_context::{{closure}} [err] 44: rayon_core::registry::in_worker [err] 45: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 46: rayon_core::join::join_context::{{closure}} [err] 47: as rayon_core::job::Job>::execute [err] 48: rayon_core::registry::WorkerThread::wait_until_cold [err] 49: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::join::join_recover_from_panic [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: as rayon_core::job::Job>::execute [err] 35: rayon_core::registry::WorkerThread::wait_until_cold [err] 36: rayon_core::join::join_recover_from_panic [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: rayon_core::registry::in_worker [err] 39: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 40: as rayon_core::job::Job>::execute [err] 41: rayon_core::registry::WorkerThread::wait_until_cold [err] 42: rayon_core::join::join_recover_from_panic [err] 43: rayon_core::join::join_context::{{closure}} [err] 44: rayon_core::registry::in_worker [err] 45: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 46: rayon_core::join::join_context::{{closure}} [err] 47: rayon_core::registry::in_worker [err] 48: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 49: as rayon_core::job::Job>::execute [err] 50: rayon_core::registry::WorkerThread::wait_until_cold [err] 51: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::join::join_recover_from_panic [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: as rayon_core::job::Job>::execute [err] 38: rayon_core::registry::WorkerThread::wait_until_cold [err] 39: rayon_core::join::join_recover_from_panic [err] 40: rayon_core::join::join_context::{{closure}} [err] 41: rayon_core::registry::in_worker [err] 42: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 43: as rayon_core::job::Job>::execute [err] 44: rayon_core::registry::WorkerThread::wait_until_cold [err] 45: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::join::join_recover_from_panic [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: as rayon_core::job::Job>::execute [err] 35: rayon_core::registry::WorkerThread::wait_until_cold [err] 36: rayon_core::join::join_recover_from_panic [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: rayon_core::registry::in_worker [err] 39: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 40: rayon_core::join::join_context::{{closure}} [err] 41: rayon_core::registry::in_worker [err] 42: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 43: rayon_core::join::join_context::{{closure}} [err] 44: as rayon_core::job::Job>::execute [err] 45: rayon_core::registry::WorkerThread::wait_until_cold [err] 46: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::join::join_recover_from_panic [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: as rayon_core::job::Job>::execute [err] 38: rayon_core::registry::WorkerThread::wait_until_cold [err] 39: rayon_core::join::join_recover_from_panic [err] 40: rayon_core::join::join_context::{{closure}} [err] 41: rayon_core::registry::in_worker [err] 42: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 43: as rayon_core::job::Job>::execute [err] 44: rayon_core::registry::WorkerThread::wait_until_cold [err] 45: rayon_core::join::join_recover_from_panic [err] 46: rayon_core::join::join_context::{{closure}} [err] 47: rayon_core::registry::in_worker [err] 48: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 49: rayon_core::join::join_context::{{closure}} [err] 50: rayon_core::registry::in_worker [err] 51: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 52: as rayon_core::job::Job>::execute [err] 53: rayon_core::registry::WorkerThread::wait_until_cold [err] 54: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::join::join_recover_from_panic [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: as rayon_core::job::Job>::execute [err] 38: rayon_core::registry::WorkerThread::wait_until_cold [err] 39: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::join::join_recover_from_panic [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: as rayon_core::job::Job>::execute [err] 38: rayon_core::registry::WorkerThread::wait_until_cold [err] 39: rayon_core::join::join_recover_from_panic [err] 40: rayon_core::join::join_context::{{closure}} [err] 41: rayon_core::registry::in_worker [err] 42: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 43: rayon_core::join::join_context::{{closure}} [err] 44: rayon_core::registry::in_worker [err] 45: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 46: rayon_core::join::join_context::{{closure}} [err] 47: as rayon_core::job::Job>::execute [err] 48: rayon_core::registry::WorkerThread::wait_until_cold [err] 49: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::join::join_recover_from_panic [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: as rayon_core::job::Job>::execute [err] 35: rayon_core::registry::WorkerThread::wait_until_cold [err] 36: rayon_core::join::join_recover_from_panic [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: rayon_core::registry::in_worker [err] 39: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 40: as rayon_core::job::Job>::execute [err] 41: rayon_core::registry::WorkerThread::wait_until_cold [err] 42: rayon_core::join::join_recover_from_panic [err] 43: rayon_core::join::join_context::{{closure}} [err] 44: rayon_core::registry::in_worker [err] 45: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 46: rayon_core::join::join_context::{{closure}} [err] 47: rayon_core::registry::in_worker [err] 48: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 49: as rayon_core::job::Job>::execute [err] 50: rayon_core::registry::WorkerThread::wait_until_cold [err] 51: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: as rayon_core::job::Job>::execute [err] 35: rayon_core::registry::WorkerThread::wait_until_cold [err] 36: rayon_core::join::join_recover_from_panic [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: rayon_core::registry::in_worker [err] 39: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 40: as rayon_core::job::Job>::execute [err] 41: rayon_core::registry::WorkerThread::wait_until_cold [err] 42: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::join::join_recover_from_panic [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: as rayon_core::job::Job>::execute [err] 38: rayon_core::registry::WorkerThread::wait_until_cold [err] 39: rayon_core::join::join_recover_from_panic [err] 40: rayon_core::join::join_context::{{closure}} [err] 41: rayon_core::registry::in_worker [err] 42: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 43: rayon_core::join::join_context::{{closure}} [err] 44: rayon_core::registry::in_worker [err] 45: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 46: rayon_core::join::join_context::{{closure}} [err] 47: as rayon_core::job::Job>::execute [err] 48: rayon_core::registry::WorkerThread::wait_until_cold [err] 49: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::join::join_recover_from_panic [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: as rayon_core::job::Job>::execute [err] 35: rayon_core::registry::WorkerThread::wait_until_cold [err] 36: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::join::join_recover_from_panic [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: as rayon_core::job::Job>::execute [err] 38: rayon_core::registry::WorkerThread::wait_until_cold [err] 39: rayon_core::join::join_recover_from_panic [err] 40: rayon_core::join::join_context::{{closure}} [err] 41: rayon_core::registry::in_worker [err] 42: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 43: as rayon_core::job::Job>::execute [err] 44: rayon_core::registry::WorkerThread::wait_until_cold [err] 45: rayon_core::join::join_recover_from_panic [err] 46: rayon_core::join::join_context::{{closure}} [err] 47: rayon_core::registry::in_worker [err] 48: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 49: rayon_core::join::join_context::{{closure}} [err] 50: rayon_core::registry::in_worker [err] 51: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 52: as rayon_core::job::Job>::execute [err] 53: rayon_core::registry::WorkerThread::wait_until_cold [err] 54: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::join::join_recover_from_panic [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: as rayon_core::job::Job>::execute [err] 38: rayon_core::registry::WorkerThread::wait_until_cold [err] 39: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::join::join_recover_from_panic [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: as rayon_core::job::Job>::execute [err] 35: rayon_core::registry::WorkerThread::wait_until_cold [err] 36: rayon_core::join::join_recover_from_panic [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: rayon_core::registry::in_worker [err] 39: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 40: as rayon_core::job::Job>::execute [err] 41: rayon_core::registry::WorkerThread::wait_until_cold [err] 42: rayon_core::join::join_recover_from_panic [err] 43: rayon_core::join::join_context::{{closure}} [err] 44: rayon_core::registry::in_worker [err] 45: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 46: rayon_core::join::join_context::{{closure}} [err] 47: rayon_core::registry::in_worker [err] 48: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 49: rayon_core::join::join_context::{{closure}} [err] 50: as rayon_core::job::Job>::execute [err] 51: rayon_core::registry::WorkerThread::wait_until_cold [err] 52: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::join::join_recover_from_panic [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: as rayon_core::job::Job>::execute [err] 35: rayon_core::registry::WorkerThread::wait_until_cold [err] 36: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::join::join_recover_from_panic [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: rayon_core::join::join_context::{{closure}} [err] 38: rayon_core::registry::in_worker [err] 39: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 40: rayon_core::join::join_context::{{closure}} [err] 41: as rayon_core::job::Job>::execute [err] 42: rayon_core::registry::WorkerThread::wait_until_cold [err] 43: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::join::join_recover_from_panic [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: as rayon_core::job::Job>::execute [err] 38: rayon_core::registry::WorkerThread::wait_until_cold [err] 39: rayon_core::join::join_recover_from_panic [err] 40: rayon_core::join::join_context::{{closure}} [err] 41: rayon_core::registry::in_worker [err] 42: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 43: as rayon_core::job::Job>::execute [err] 44: rayon_core::registry::WorkerThread::wait_until_cold [err] 45: rayon_core::join::join_recover_from_panic [err] 46: rayon_core::join::join_context::{{closure}} [err] 47: rayon_core::registry::in_worker [err] 48: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 49: rayon_core::join::join_context::{{closure}} [err] 50: rayon_core::registry::in_worker [err] 51: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 52: as rayon_core::job::Job>::execute [err] 53: rayon_core::registry::WorkerThread::wait_until_cold [err] 54: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: rayon_core::join::join_context::{{closure}} [err] 14: rayon_core::registry::in_worker [err] 15: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 16: as rayon_core::job::Job>::execute [err] 17: rayon_core::registry::WorkerThread::wait_until_cold [err] 18: rayon_core::join::join_recover_from_panic [err] 19: rayon_core::join::join_context::{{closure}} [err] 20: rayon_core::registry::in_worker [err] 21: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 22: as rayon_core::job::Job>::execute [err] 23: rayon_core::registry::WorkerThread::wait_until_cold [err] 24: rayon_core::join::join_recover_from_panic [err] 25: rayon_core::join::join_context::{{closure}} [err] 26: rayon_core::registry::in_worker [err] 27: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 28: as rayon_core::job::Job>::execute [err] 29: rayon_core::registry::WorkerThread::wait_until_cold [err] 30: rayon_core::join::join_recover_from_panic [err] 31: rayon_core::join::join_context::{{closure}} [err] 32: rayon_core::registry::in_worker [err] 33: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: as rayon_core::job::Job>::execute [err] 38: rayon_core::registry::WorkerThread::wait_until_cold [err] 39: rayon_core::join::join_recover_from_panic [err] 40: rayon_core::join::join_context::{{closure}} [err] 41: rayon_core::registry::in_worker [err] 42: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 43: as rayon_core::job::Job>::execute [err] 44: rayon_core::registry::WorkerThread::wait_until_cold [err] 45: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. [err] [err] thread '' panicked at crates/runtime/src/lib.rs:181:80: [err] index out of bounds: the len is 1 but the index is 1 [err] stack backtrace: [err] 0: rust_begin_unwind [err] 1: core::panicking::panic_fmt [err] 2: core::panicking::panic_bounds_check [err] 3: ::execute_hint [err] 4: as cairo_vm::hint_processor::hint_processor_definition::HintProcessorLogic>::execute_hint [err] 5: cairo_vm::vm::vm_core::VirtualMachine::step [err] 6: cairo_vm::vm::runners::cairo_runner::CairoRunner::run_until_pc [err] 7: cairo_lang_runner::casm_run::run_function_with_runner [err] 8: forge_runner::running::casm::run_assembled_program [err] 9: forge_runner::running::config_run::run_config_pass [err] 10: core::ops::function::impls:: for &mut F>::call_once [err] 11: as alloc::vec::spec_extend::SpecExtend>::spec_extend [err] 12: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 13: as rayon_core::job::Job>::execute [err] 14: rayon_core::registry::WorkerThread::wait_until_cold [err] 15: rayon_core::join::join_recover_from_panic [err] 16: rayon_core::join::join_context::{{closure}} [err] 17: rayon_core::registry::in_worker [err] 18: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 19: as rayon_core::job::Job>::execute [err] 20: rayon_core::registry::WorkerThread::wait_until_cold [err] 21: rayon_core::join::join_recover_from_panic [err] 22: rayon_core::join::join_context::{{closure}} [err] 23: rayon_core::registry::in_worker [err] 24: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 25: as rayon_core::job::Job>::execute [err] 26: rayon_core::registry::WorkerThread::wait_until_cold [err] 27: rayon_core::join::join_recover_from_panic [err] 28: rayon_core::join::join_context::{{closure}} [err] 29: rayon_core::registry::in_worker [err] 30: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 31: as rayon_core::job::Job>::execute [err] 32: rayon_core::registry::WorkerThread::wait_until_cold [err] 33: rayon_core::join::join_recover_from_panic [err] 34: rayon_core::join::join_context::{{closure}} [err] 35: rayon_core::registry::in_worker [err] 36: rayon::iter::plumbing::bridge_producer_consumer::helper [err] 37: as rayon_core::job::Job>::execute [err] 38: rayon_core::registry::WorkerThread::wait_until_cold [err] 39: rayon_core::registry::ThreadBuilder::run [err] note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. Process finished with exit code 101 >>> maat-test-ls [err] 0.003999524s WARN cairo_language_server::config: client does not support `workspace/configuration` requests, config will not be reloaded [out] Opening file:///mnt/maat-workbench/src/contracts/autogenerated/groth16_example_bls12_381/src/lib.cairo [out] Opening file:///mnt/maat-workbench/src/contracts/autogenerated/groth16_example_bn254/src/lib.cairo [out] Opening file:///mnt/maat-workbench/src/contracts/autogenerated/noir_ultra_keccak_honk_example/src/lib.cairo [out] Opening file:///mnt/maat-workbench/src/contracts/autogenerated/noir_ultra_keccak_zk_honk_example/src/lib.cairo [out] Opening file:///mnt/maat-workbench/src/contracts/autogenerated/noir_ultra_starknet_honk_example/src/lib.cairo [out] Opening file:///mnt/maat-workbench/src/contracts/autogenerated/noir_ultra_starknet_zk_honk_example/src/lib.cairo [out] Opening file:///mnt/maat-workbench/src/contracts/autogenerated/risc0_verifier_bn254/src/lib.cairo [out] Opening file:///mnt/maat-workbench/src/contracts/autogenerated/sp1_verifier_bn254/src/lib.cairo [out] Opening file:///mnt/maat-workbench/src/contracts/drand_quicknet/src/lib.cairo [out] Opening file:///mnt/maat-workbench/src/contracts/mutator_set/src/lib.cairo [out] Opening file:///mnt/maat-workbench/src/contracts/risc0_sample_app/fibonacci_sequencer/src/lib.cairo [out] Opening file:///mnt/maat-workbench/src/contracts/universal_ecip/src/lib.cairo [out] Opening file:///mnt/maat-workbench/src/src/lib.cairo [out] [out] ============================== [err] Error: analysis timed out [err] at Timeout._onTimeout (/root/.local/bin/maat-test-ls:10244:44) [err] at listOnTimeout (node:internal/timers:608:17) [err] at process.processTimers (node:internal/timers:543:7) [out] [out] ============================== [out] CairoLS process exited with code: SIGTERM Process finished with exit code 1