=== alexandria_data_structures-0.5.1 === >>> curl -sSLf https://scarbs.xyz/api/v1/dl/alexandria_data_structures/0.5.1 -o archive-599299435266433024.tar.zstd >>> tar --zstd -xf archive-599299435266433024.tar.zstd --strip-components 1 >>> maat-check-versions [out] Name Version Source Installed [out] nodejs 23.11.0 ASDF_NODEJS_VERSION true [out] scarb 2.12.0-rc.1 ASDF_SCARB_VERSION true [out] starknet-foundry 0.46.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 6cb2944..fa3875a 100644 [out] --- a/Scarb.toml [out] +++ b/Scarb.toml [out] @@ -16,7 +16,7 @@ edition = "2023_11" [out] description = "A set of Cairo data structure libraries and algorithms" [out] homepage = "https://github.com/keep-starknet-strange/alexandria/tree/main/packages/data_structures" [out] readme = "README.md" [out] -cairo-version = "^2.11.2" [out] +cairo-version = "2.12.0-rc.1" # NOTE: added by maat-patch, was: '^2.11.2' [out] re-export-cairo-plugins = [] [out] [out] [dependencies] [out] @@ -24,3 +24,22 @@ re-export-cairo-plugins = [] [out] [tool.fmt] [out] sort-module-level-items = true [out] [out] +[tool.scarb] [out] +allow-prebuilt-plugins = ["snforge_std"] # NOTE: maat-patch added 'snforge_std' [out] + [out] +[dev-dependencies] [out] +cairo_test = "2.12.0-rc.1" # NOTE: added by maat-patch, was: None [out] + [out] +[scripts] [out] +test = "scarb cairo-test" # NOTE: added by maat-patch, was: None [out] + [out] +[patch.scarbs-xyz] [out] +assert_macros = "2.12.0-rc.1" # NOTE: added by maat-patch, was: None [out] +starknet = "2.12.0-rc.1" # NOTE: added by maat-patch, was: None [out] +cairo_test = "2.12.0-rc.1" # NOTE: added by maat-patch, was: None [out] +snforge_std = "0.46.0" # NOTE: added by maat-patch, was: None [out] +snforge_scarb_plugin = "0.46.0" # NOTE: added by maat-patch, was: None [out] + [out] +[patch."https://github.com/foundry-rs/starknet-foundry.git"] [out] +snforge_std = "0.46.0" # NOTE: added by maat-patch, was: None [out] +snforge_scarb_plugin = "0.46.0" # NOTE: added by maat-patch, was: None >>> scarb fetch [out] warn: patch `snforge_std` (`registry+https://scarbs.xyz/`) for source `https://scarbs.xyz/` has not been used [out] warn: patch `snforge_scarb_plugin` (`registry+https://scarbs.xyz/`) for source `https://scarbs.xyz/` has not been used [out] warn: patch `starknet` (`registry+https://scarbs.xyz/`) for source `https://scarbs.xyz/` has not been used [out] warn: patch `snforge_scarb_plugin` (`registry+https://scarbs.xyz/`) for source `https://github.com/foundry-rs/starknet-foundry` has not been used [out] warn: patch `snforge_std` (`registry+https://scarbs.xyz/`) for source `https://github.com/foundry-rs/starknet-foundry` has not been used [out] warn: patch `assert_macros` (`registry+https://scarbs.xyz/`) for source `https://scarbs.xyz/` has not been used [out] warn: patch `cairo_test` (`registry+https://scarbs.xyz/`) for source `https://scarbs.xyz/` has not been used >>> scarb tree -q --workspace [out] alexandria_data_structures v0.5.1 (/mnt/maat-workbench/Scarb.toml) [out] └── [dev-dependencies] [out] └── cairo_test v2.12.0-rc.1 (std) >>> SCARB_IGNORE_CAIRO_VERSION=true scarb build --workspace --test [out] warn: patch `starknet` (`registry+https://scarbs.xyz/`) for source `https://scarbs.xyz/` has not been used [out] warn: patch `snforge_std` (`registry+https://scarbs.xyz/`) for source `https://github.com/foundry-rs/starknet-foundry` has not been used [out] warn: patch `assert_macros` (`registry+https://scarbs.xyz/`) for source `https://scarbs.xyz/` has not been used [out] warn: patch `snforge_scarb_plugin` (`registry+https://scarbs.xyz/`) for source `https://github.com/foundry-rs/starknet-foundry` has not been used [out] warn: patch `cairo_test` (`registry+https://scarbs.xyz/`) for source `https://scarbs.xyz/` has not been used [out] warn: patch `snforge_scarb_plugin` (`registry+https://scarbs.xyz/`) for source `https://scarbs.xyz/` has not been used [out] warn: patch `snforge_std` (`registry+https://scarbs.xyz/`) for source `https://scarbs.xyz/` has not been used [out] Compiling test(alexandria_data_structures_unittest) alexandria_data_structures v0.5.1 (/mnt/maat-workbench/Scarb.toml) [out] warn: Usage of deprecated feature `"deprecated-BitArrayTrait"` with no `#[feature("deprecated-BitArrayTrait")]` attribute. Note: "Use `alexandria_bytes::bit_array`." [out] --> /mnt/maat-workbench/src/bit_array.cairo:132:22 [out] impl BitArrayImpl of BitArrayTrait { [out] ^^^^^^^^^^^^^ [out] [out] warn: Usage of deprecated feature `"deprecated-ByteAppender"` with no `#[feature("deprecated-ByteAppender")]` attribute. Note: "Use `alexandria_bytes::byte_appender`." [out] --> /mnt/maat-workbench/src/byte_appender.cairo:157:69 [out] impl ByteAppenderImpl, +ByteAppenderSupportTrait> of ByteAppender { [out] ^^^^^^^^^^^^ [out] [out] warn: Usage of deprecated feature `"deprecated-ByteReader"` with no `#[feature("deprecated-ByteReader")]` attribute. Note: "Use `alexandria_bytes::byte_reader`." [out] --> /mnt/maat-workbench/src/byte_array_ext.cairo:1:46 [out] use alexandria_data_structures::byte_reader::ByteReader; [out] ^^^^^^^^^^ [out] [out] warn: Usage of deprecated feature `"deprecated-ByteReader"` with no `#[feature("deprecated-ByteReader")]` attribute. Note: "Use `alexandria_bytes::byte_reader`." [out] --> /mnt/maat-workbench/src/byte_reader.cairo:178:6 [out] > of ByteReader { [out] ^^^^^^^^^^ [out] [out] warn: Usage of deprecated feature `"deprecated-BitArrayTrait"` with no `#[feature("deprecated-BitArrayTrait")]` attribute. Note: "Use `alexandria_bytes::bit_array`." [out] --> /mnt/maat-workbench/src/tests/bit_array.cairo:2:15 [out] BitArray, BitArrayTrait, one_shift_left_bytes_felt252, shift_bit, [out] ^^^^^^^^^^^^^ [out] [out] warn: Usage of deprecated feature `"deprecated-ByteAppender"` with no `#[feature("deprecated-ByteAppender")]` attribute. Note: "Use `alexandria_bytes::byte_appender`." [out] --> /mnt/maat-workbench/src/tests/byte_appender.cairo:1:48 [out] use alexandria_data_structures::byte_appender::ByteAppender; [out] ^^^^^^^^^^^^ [out] [out] warn: Usage of deprecated feature `"deprecated-into()"` with no `#[feature("deprecated-into()")]` attribute. Note: "Use `alexandria_bytes::byte_array_ext::ByteArrayIntoArrayU8::into()`." [out] --> /mnt/maat-workbench/src/tests/byte_array_ext.cairo:1:50 [out] use alexandria_data_structures::byte_array_ext::{ByteArrayIntoArrayU8, SpanU8IntoBytearray}; [out] ^^^^^^^^^^^^^^^^^^^^ [out] [out] warn: Usage of deprecated feature `"deprecated-into()"` with no `#[feature("deprecated-into()")]` attribute. Note: "Use `alexandria_bytes::byte_array_ext::SpanU8IntoBytearray::into()`." [out] --> /mnt/maat-workbench/src/tests/byte_array_ext.cairo:1:72 [out] use alexandria_data_structures::byte_array_ext::{ByteArrayIntoArrayU8, SpanU8IntoBytearray}; [out] ^^^^^^^^^^^^^^^^^^^ [out] [out] warn: Usage of deprecated feature `"deprecated-ByteReader"` with no `#[feature("deprecated-ByteReader")]` attribute. Note: "Use `alexandria_bytes::byte_reader`." [out] --> /mnt/maat-workbench/src/tests/byte_reader.cairo:1:47 [out] use alexandria_data_structures::byte_reader::{ByteReader, ByteReaderState}; [out] ^^^^^^^^^^ [out] [out] Finished `dev` profile target(s) in 7 seconds >>> SCARB_IGNORE_CAIRO_VERSION=true scarb lint --workspace --deny-warnings [out] warn: patch `snforge_std` (`registry+https://scarbs.xyz/`) for source `https://scarbs.xyz/` has not been used [out] warn: patch `snforge_scarb_plugin` (`registry+https://scarbs.xyz/`) for source `https://github.com/foundry-rs/starknet-foundry` has not been used [out] warn: patch `starknet` (`registry+https://scarbs.xyz/`) for source `https://scarbs.xyz/` has not been used [out] warn: patch `snforge_std` (`registry+https://scarbs.xyz/`) for source `https://github.com/foundry-rs/starknet-foundry` has not been used [out] warn: patch `cairo_test` (`registry+https://scarbs.xyz/`) for source `https://scarbs.xyz/` has not been used [out] warn: patch `assert_macros` (`registry+https://scarbs.xyz/`) for source `https://scarbs.xyz/` has not been used [out] warn: patch `snforge_scarb_plugin` (`registry+https://scarbs.xyz/`) for source `https://scarbs.xyz/` has not been used [out] Linting alexandria_data_structures v0.5.1 (/mnt/maat-workbench/Scarb.toml) [out] warn: Plugin diagnostic: Manual assert detected. Consider using assert!() macro instead. [out] --> /mnt/maat-workbench/src/bit_array.cairo:509:12-513:5 [out] } else if number == 7 { [out] ____________^ [out] | ... [out] | } [out] |_____^ [out] [out] warn: Usage of deprecated feature `"deprecated-BitArrayTrait"` with no `#[feature("deprecated-BitArrayTrait")]` attribute. Note: "Use `alexandria_bytes::bit_array`." [out] --> /mnt/maat-workbench/src/bit_array.cairo:132:22 [out] impl BitArrayImpl of BitArrayTrait { [out] ^^^^^^^^^^^^^ [out] [out] warn: Usage of deprecated feature `"deprecated-ByteAppender"` with no `#[feature("deprecated-ByteAppender")]` attribute. Note: "Use `alexandria_bytes::byte_appender`." [out] --> /mnt/maat-workbench/src/byte_appender.cairo:157:69 [out] impl ByteAppenderImpl, +ByteAppenderSupportTrait> of ByteAppender { [out] ^^^^^^^^^^^^ [out] [out] warn: Usage of deprecated feature `"deprecated-ByteReader"` with no `#[feature("deprecated-ByteReader")]` attribute. Note: "Use `alexandria_bytes::byte_reader`." [out] --> /mnt/maat-workbench/src/byte_array_ext.cairo:1:46 [out] use alexandria_data_structures::byte_reader::ByteReader; [out] ^^^^^^^^^^ [out] [out] warn: Usage of deprecated feature `"deprecated-ByteReader"` with no `#[feature("deprecated-ByteReader")]` attribute. Note: "Use `alexandria_bytes::byte_reader`." [out] --> /mnt/maat-workbench/src/byte_reader.cairo:178:6 [out] > of ByteReader { [out] ^^^^^^^^^^ [out] [out] warn: Plugin diagnostic: Manual check for `is_empty` detected. Consider using `is_empty()` instead [out] --> /mnt/maat-workbench/src/span_ext.cairo:200:12 [out] if self.len() == 0 { [out] ^^^^^^^^^^^^^^^ [out] [out] warn: Plugin diagnostic: Manual `unwrap_or` detected. Consider using `unwrap_or()` instead. [out] --> /mnt/maat-workbench/src/span_ext.cairo:133:23-136:9 [out] let mut min = match self.pop_front() { [out] _______________________^ [out] | ... [out] | }; [out] |_________^ [out] [out] warn: Plugin diagnostic: Manual `unwrap_or` detected. Consider using `unwrap_or()` instead. [out] --> /mnt/maat-workbench/src/span_ext.cairo:150:23-153:9 [out] let mut min = match self.pop_front() { [out] _______________________^ [out] | ... [out] | }; [out] |_________^ [out] [out] warn: Plugin diagnostic: Manual `unwrap_or` detected. Consider using `unwrap_or()` instead. [out] --> /mnt/maat-workbench/src/span_ext.cairo:166:23-169:9 [out] let mut max = match self.pop_front() { [out] _______________________^ [out] | ... [out] | }; [out] |_________^ [out] [out] warn: Plugin diagnostic: Manual `unwrap_or` detected. Consider using `unwrap_or()` instead. [out] --> /mnt/maat-workbench/src/span_ext.cairo:183:23-186:9 [out] let mut max = match self.pop_front() { [out] _______________________^ [out] | ... [out] | }; [out] |_________^ [out] [out] error: lint checking `alexandria_data_structures` failed due to previous errors [out] [out] Stack backtrace: [out] 0: anyhow::error::::msg [out] 1: anyhow::__private::format_err.103897 [out] 2: scarb::ops::lint::lint [out] 3: scarb::commands::lint::do_lint [out] 4: scarb::commands::run [out] 5: scarb::main [out] 6: std::sys::backtrace::__rust_begin_short_backtrace [out] 7: main [out] 8: __libc_start_call_main [out] 9: __libc_start_main_impl [out] 10: _start Process finished with exit code 1 >>> SCARB_IGNORE_CAIRO_VERSION=true SNFORGE_FUZZER_SEED=1 SNFORGE_IGNORE_FORK_TESTS=1 scarb test --workspace [out] Running test alexandria_data_structures (scarb cairo-test) [out] warn: patch `assert_macros` (`registry+https://scarbs.xyz/`) for source `https://scarbs.xyz/` has not been used [out] warn: patch `cairo_test` (`registry+https://scarbs.xyz/`) for source `https://scarbs.xyz/` has not been used [out] warn: patch `snforge_scarb_plugin` (`registry+https://scarbs.xyz/`) for source `https://github.com/foundry-rs/starknet-foundry` has not been used [out] warn: patch `snforge_std` (`registry+https://scarbs.xyz/`) for source `https://scarbs.xyz/` has not been used [out] warn: patch `snforge_scarb_plugin` (`registry+https://scarbs.xyz/`) for source `https://scarbs.xyz/` has not been used [out] warn: patch `starknet` (`registry+https://scarbs.xyz/`) for source `https://scarbs.xyz/` has not been used [out] warn: patch `snforge_std` (`registry+https://scarbs.xyz/`) for source `https://github.com/foundry-rs/starknet-foundry` has not been used [out] Compiling test(alexandria_data_structures_unittest) alexandria_data_structures v0.5.1 (/mnt/maat-workbench/Scarb.toml) [out] warn: Usage of deprecated feature `"deprecated-BitArrayTrait"` with no `#[feature("deprecated-BitArrayTrait")]` attribute. Note: "Use `alexandria_bytes::bit_array`." [out] --> /mnt/maat-workbench/src/bit_array.cairo:132:22 [out] impl BitArrayImpl of BitArrayTrait { [out] ^^^^^^^^^^^^^ [out] [out] warn: Usage of deprecated feature `"deprecated-ByteAppender"` with no `#[feature("deprecated-ByteAppender")]` attribute. Note: "Use `alexandria_bytes::byte_appender`." [out] --> /mnt/maat-workbench/src/byte_appender.cairo:157:69 [out] impl ByteAppenderImpl, +ByteAppenderSupportTrait> of ByteAppender { [out] ^^^^^^^^^^^^ [out] [out] warn: Usage of deprecated feature `"deprecated-ByteReader"` with no `#[feature("deprecated-ByteReader")]` attribute. Note: "Use `alexandria_bytes::byte_reader`." [out] --> /mnt/maat-workbench/src/byte_array_ext.cairo:1:46 [out] use alexandria_data_structures::byte_reader::ByteReader; [out] ^^^^^^^^^^ [out] [out] warn: Usage of deprecated feature `"deprecated-ByteReader"` with no `#[feature("deprecated-ByteReader")]` attribute. Note: "Use `alexandria_bytes::byte_reader`." [out] --> /mnt/maat-workbench/src/byte_reader.cairo:178:6 [out] > of ByteReader { [out] ^^^^^^^^^^ [out] [out] warn: Usage of deprecated feature `"deprecated-BitArrayTrait"` with no `#[feature("deprecated-BitArrayTrait")]` attribute. Note: "Use `alexandria_bytes::bit_array`." [out] --> /mnt/maat-workbench/src/tests/bit_array.cairo:2:15 [out] BitArray, BitArrayTrait, one_shift_left_bytes_felt252, shift_bit, [out] ^^^^^^^^^^^^^ [out] [out] warn: Usage of deprecated feature `"deprecated-ByteAppender"` with no `#[feature("deprecated-ByteAppender")]` attribute. Note: "Use `alexandria_bytes::byte_appender`." [out] --> /mnt/maat-workbench/src/tests/byte_appender.cairo:1:48 [out] use alexandria_data_structures::byte_appender::ByteAppender; [out] ^^^^^^^^^^^^ [out] [out] warn: Usage of deprecated feature `"deprecated-into()"` with no `#[feature("deprecated-into()")]` attribute. Note: "Use `alexandria_bytes::byte_array_ext::ByteArrayIntoArrayU8::into()`." [out] --> /mnt/maat-workbench/src/tests/byte_array_ext.cairo:1:50 [out] use alexandria_data_structures::byte_array_ext::{ByteArrayIntoArrayU8, SpanU8IntoBytearray}; [out] ^^^^^^^^^^^^^^^^^^^^ [out] [out] warn: Usage of deprecated feature `"deprecated-into()"` with no `#[feature("deprecated-into()")]` attribute. Note: "Use `alexandria_bytes::byte_array_ext::SpanU8IntoBytearray::into()`." [out] --> /mnt/maat-workbench/src/tests/byte_array_ext.cairo:1:72 [out] use alexandria_data_structures::byte_array_ext::{ByteArrayIntoArrayU8, SpanU8IntoBytearray}; [out] ^^^^^^^^^^^^^^^^^^^ [out] [out] warn: Usage of deprecated feature `"deprecated-ByteReader"` with no `#[feature("deprecated-ByteReader")]` attribute. Note: "Use `alexandria_bytes::byte_reader`." [out] --> /mnt/maat-workbench/src/tests/byte_reader.cairo:1:47 [out] use alexandria_data_structures::byte_reader::{ByteReader, ByteReaderState}; [out] ^^^^^^^^^^ [out] [out] Finished `dev` profile target(s) in 6 seconds [out] Testing alexandria_data_structures [out] running 270 tests [out] test alexandria_data_structures::tests::array_ext::append_all::of_felt ... ok (gas usage est.: 9950) [out] test alexandria_data_structures::tests::byte_appender::test_append_i32_le ... ok (gas usage est.: 78990) [out] test alexandria_data_structures::tests::span_ext::remove_back_n::exact_len ... ok (gas usage est.: 2670) [out] test alexandria_data_structures::tests::byte_reader::test_read_sequence ... ok (gas usage est.: 1087450) [out] test alexandria_data_structures::tests::array_ext::append_all::of_u128 ... ok (gas usage est.: 10250) [out] test alexandria_data_structures::tests::span_ext::remove_back_n::more_then_len ... ok (gas usage est.: 2670) [out] test alexandria_data_structures::tests::byte_reader::test_read_sequence_arr ... ok (gas usage est.: 328440) [out] test alexandria_data_structures::tests::byte_appender::test_append_i32_le_arr ... ok (gas usage est.: 57170) [out] test alexandria_data_structures::tests::array_ext::append_all::destination_empty ... ok (gas usage est.: 11320) [out] test alexandria_data_structures::tests::byte_appender::test_append_i32_neg ... ok (gas usage est.: 46890) [out] test alexandria_data_structures::tests::stack::felt252_stack_new_test ... ok (gas usage est.: 9310) [out] test alexandria_data_structures::tests::byte_reader::test_read_sequence_le ... ok (gas usage est.: 1087450) [out] test alexandria_data_structures::tests::byte_appender::test_append_i32_neg_arr ... ok (gas usage est.: 165870) [out] test alexandria_data_structures::tests::array_ext::append_all::source_empty ... ok (gas usage est.: 11320) [out] test alexandria_data_structures::tests::stack::felt252_stack_is_empty_test ... ok (gas usage est.: 9310) [out] test alexandria_data_structures::tests::byte_reader::test_read_sequence_le_arr ... ok (gas usage est.: 328440) [out] test alexandria_data_structures::tests::byte_appender::test_append_i32_le_neg ... ok (gas usage est.: 165450) [out] test alexandria_data_structures::tests::byte_reader::test_clone_byte_array_reader ... ok (gas usage est.: 555930) [out] test alexandria_data_structures::tests::stack::felt252_stack_push_test ... ok (gas usage est.: 23280) [out] test alexandria_data_structures::tests::array_ext::append_all::both_empty ... ok (gas usage est.: 3370) [out] test alexandria_data_structures::tests::array_ext::extend_from_span::of_felt ... ok (gas usage est.: 25370) [out] test alexandria_data_structures::tests::stack::felt252_stack_peek_test ... ok (gas usage est.: 24770) [out] test alexandria_data_structures::tests::byte_reader::test_clone_array_of_bytes_reader ... ok (gas usage est.: 174930) [out] test alexandria_data_structures::tests::byte_appender::test_append_i32_le_neg_arr ... ok (gas usage est.: 110670) [out] test alexandria_data_structures::tests::byte_appender::test_append_i64 ... ok (gas usage est.: 20010) [out] test alexandria_data_structures::tests::array_ext::extend_from_span::of_u128 ... ok (gas usage est.: 25970) [out] test alexandria_data_structures::tests::stack::felt252_stack_pop_test ... ok (gas usage est.: 24770) [out] test alexandria_data_structures::tests::byte_reader::test_byte_array_reader_equals_array_of_bytes_reader ... ok (gas usage est.: 888780) [out] test alexandria_data_structures::tests::byte_appender::test_append_i64_arr ... ok (gas usage est.: 160290) [out] test alexandria_data_structures::tests::array_ext::extend_from_span::empty_array ... ok (gas usage est.: 17560) [out] test alexandria_data_structures::tests::queue::queue_new_test ... ok (gas usage est.: 300) [out] test alexandria_data_structures::tests::stack::felt252_stack_push_pop_push_test ... ok (gas usage est.: 28530) [out] test alexandria_data_structures::tests::array_ext::extend_from_span::empty_span ... ok (gas usage est.: 13550) [out] test alexandria_data_structures::tests::byte_appender::test_append_i64_le ... ok (gas usage est.: 132290) [out] test alexandria_data_structures::tests::stack::nullable_stack_new_test ... ok (gas usage est.: 9310) [out] test alexandria_data_structures::tests::queue::queue_is_empty_test ... ok (gas usage est.: 300) [out] test alexandria_data_structures::tests::queue::queue_enqueue_test ... ok (gas usage est.: 900) [out] test alexandria_data_structures::tests::stack::nullable_stack_is_empty_test ... ok (gas usage est.: 9310) [out] test alexandria_data_structures::tests::array_ext::extend_from_span::from_self ... ok (gas usage est.: 24670) [out] test alexandria_data_structures::tests::byte_appender::test_append_i64_le_arr ... ok (gas usage est.: 104290) [out] test alexandria_data_structures::tests::byte_appender::test_append_i64_neg ... ok (gas usage est.: 20210) [out] test alexandria_data_structures::tests::array_ext::concat::of_felt ... ok (gas usage est.: 41930) [out] test alexandria_data_structures::tests::queue::queue_peek_front_test ... ok (gas usage est.: 1900) [out] test alexandria_data_structures::tests::stack::nullable_stack_push_test ... ok (gas usage est.: 23880) [out] test alexandria_data_structures::tests::stack::nullable_stack_peek_test ... ok (gas usage est.: 25990) [out] test alexandria_data_structures::tests::byte_appender::test_append_i64_neg_arr ... ok (gas usage est.: 160490) [out] test alexandria_data_structures::tests::array_ext::concat::of_u128 ... ok (gas usage est.: 42830) [out] test alexandria_data_structures::tests::queue::queue_dequeue_test ... ok (gas usage est.: 2500) [out] test alexandria_data_structures::tests::stack::nullable_stack_pop_test ... ok (gas usage est.: 25990) [out] test alexandria_data_structures::tests::array_ext::concat::empty_array_1 ... ok (gas usage est.: 19930) [out] test alexandria_data_structures::tests::span_ext::pop_front_n::of_felt ... ok (gas usage est.: 6210) [out] test alexandria_data_structures::tests::byte_appender::test_append_i64_le_neg ... ok (gas usage est.: 132490) [out] test alexandria_data_structures::tests::span_ext::pop_front_n::of_u128 ... ok (gas usage est.: 4140) [out] test alexandria_data_structures::tests::stack::nullable_stack_push_pop_push_test ... ok (gas usage est.: 30190) [out] test alexandria_data_structures::tests::array_ext::concat::empty_array_2 ... ok (gas usage est.: 19930) [out] test alexandria_data_structures::tests::byte_appender::test_append_i64_le_neg_arr ... ok (gas usage est.: 104490) [out] test alexandria_data_structures::tests::span_ext::pop_front_n::empty_array ... ok (gas usage est.: 3140) [out] test alexandria_data_structures::tests::vec::felt252_vec_new_test ... ok (gas usage est.: 9310) [out] test alexandria_data_structures::tests::array_ext::concat::both_empty ... ok (gas usage est.: 5640) [out] test alexandria_data_structures::tests::byte_appender::test_append_i128 ... ok (gas usage est.: 36940) [out] test alexandria_data_structures::tests::span_ext::pop_front_n::pop_zero ... ok (gas usage est.: 5940) [out] test alexandria_data_structures::tests::vec::felt252_vec_len_test ... ok (gas usage est.: 14830) [out] test alexandria_data_structures::tests::array_ext::pop_front_n::of_felt ... ok (gas usage est.: 10690) [out] test alexandria_data_structures::tests::byte_appender::test_append_i128_arr ... ok (gas usage est.: 311330) [out] test alexandria_data_structures::tests::span_ext::pop_front_n::exact_len ... ok (gas usage est.: 4040) [out] test alexandria_data_structures::tests::vec::felt252_vec_get_test ... ok (gas usage est.: 20670) [out] test alexandria_data_structures::tests::array_ext::pop_front_n::of_u128 ... ok (gas usage est.: 8820) [out] test alexandria_data_structures::tests::byte_appender::test_append_i128_le ... ok (gas usage est.: 255620) [out] test alexandria_data_structures::tests::array_ext::pop_front_n::empty_array ... ok (gas usage est.: 4170) [out] test alexandria_data_structures::tests::byte_appender::test_append_i128_le_arr ... ok (gas usage est.: 198530) [out] test alexandria_data_structures::tests::vec::felt252_vec_at_test ... ok (gas usage est.: 16610) [out] test alexandria_data_structures::tests::span_ext::pop_front_n::more_then_len ... ok (gas usage est.: 3440) [out] test alexandria_data_structures::tests::array_ext::pop_front_n::pop_zero ... ok (gas usage est.: 6680) [out] test alexandria_data_structures::tests::vec::felt252_vec_at_out_of_bounds_test ... ok (gas usage est.: 10510) [out] test alexandria_data_structures::tests::byte_appender::test_append_i128_neg ... ok (gas usage est.: 7170) [out] test alexandria_data_structures::tests::span_ext::pop_back_n::of_felt ... ok (gas usage est.: 6210) [out] test alexandria_data_structures::tests::vec::felt252_vec_push_test ... ok (gas usage est.: 19700) [out] test alexandria_data_structures::tests::span_ext::pop_back_n::of_u128 ... ok (gas usage est.: 4140) [out] test alexandria_data_structures::tests::byte_appender::test_append_i128_neg_arr ... ok (gas usage est.: 158000) [out] test alexandria_data_structures::tests::array_ext::pop_front_n::exact_len ... ok (gas usage est.: 10390) [out] test alexandria_data_structures::tests::array_ext::pop_front_n::more_then_len ... ok (gas usage est.: 10080) [out] test alexandria_data_structures::tests::byte_appender::test_append_i128_le_neg ... ok (gas usage est.: 116310) [out] test alexandria_data_structures::tests::vec::felt252_vec_set_test ... ok (gas usage est.: 21560) [out] test alexandria_data_structures::tests::span_ext::pop_back_n::empty_array ... ok (gas usage est.: 3140) [out] test alexandria_data_structures::tests::array_ext::remove_front_n::of_felt ... ok (gas usage est.: 7420) [out] test alexandria_data_structures::tests::byte_appender::test_append_i128_le_neg_arr ... ok (gas usage est.: 101600) [out] test alexandria_data_structures::tests::vec::felt252_vec_set_test_expect_error ... ok (gas usage est.: 16030) [out] test alexandria_data_structures::tests::span_ext::pop_back_n::pop_zero ... ok (gas usage est.: 6680) [out] test alexandria_data_structures::tests::array_ext::remove_front_n::of_u128 ... ok (gas usage est.: 7520) [out] test alexandria_data_structures::tests::vec::felt252_vec_index_trait_test ... ok (gas usage est.: 27560) [out] test alexandria_data_structures::tests::byte_array_ext::test_span_u8_into_byte_array ... ok (gas usage est.: 203930) [out] test alexandria_data_structures::tests::span_ext::pop_back_n::exact_len ... ok (gas usage est.: 4040) [out] test alexandria_data_structures::tests::array_ext::remove_front_n::empty_array ... ok (gas usage est.: 3370) [out] test alexandria_data_structures::tests::vec::felt252_vec_index_trait_out_of_bounds_test ... ok (gas usage est.: 10510) [out] test alexandria_data_structures::tests::span_ext::pop_back_n::more_then_len ... ok (gas usage est.: 3440) [out] test alexandria_data_structures::tests::byte_array_ext::test_byte_array_into_array_u8 ... ok (gas usage est.: 1460730) [out] test alexandria_data_structures::tests::byte_reader::test_word_u16 ... ok (gas usage est.: 56150) [out] test alexandria_data_structures::tests::array_ext::remove_front_n::remove_zero ... ok (gas usage est.: 6620) [out] test alexandria_data_structures::tests::span_ext::remove_front_n::of_felt ... ok (gas usage est.: 3270) [out] test alexandria_data_structures::tests::vec::nullable_vec_new_test ... ok (gas usage est.: 9310) [out] test alexandria_data_structures::tests::vec::nullable_vec_len_test ... ok (gas usage est.: 15030) [out] test alexandria_data_structures::tests::byte_reader::test_word_u16_arr ... ok (gas usage est.: 17550) [out] test alexandria_data_structures::tests::array_ext::remove_front_n::exact_len ... ok (gas usage est.: 8290) [out] test alexandria_data_structures::tests::span_ext::remove_front_n::of_u128 ... ok (gas usage est.: 3370) [out] test alexandria_data_structures::tests::byte_reader::test_word_u16_le ... ok (gas usage est.: 56150) [out] test alexandria_data_structures::tests::array_ext::remove_front_n::more_then_len ... ok (gas usage est.: 8380) [out] test alexandria_data_structures::tests::vec::nullable_vec_get_test ... ok (gas usage est.: 20990) [out] test alexandria_data_structures::tests::span_ext::remove_front_n::empty_array ... ok (gas usage est.: 1870) [out] test alexandria_data_structures::tests::span_ext::remove_front_n::remove_zero ... ok (gas usage est.: 5410) [out] test alexandria_data_structures::tests::byte_reader::test_word_u16_le_arr ... ok (gas usage est.: 17550) [out] test alexandria_data_structures::tests::array_ext::reversed::of_felt ... ok (gas usage est.: 28440) [out] test alexandria_data_structures::tests::vec::nullable_vec_at_test ... ok (gas usage est.: 19520) [out] test alexandria_data_structures::tests::vec::nullable_vec_at_out_of_bounds_test ... ok (gas usage est.: 10510) [out] test alexandria_data_structures::tests::span_ext::remove_front_n::exact_len ... ok (gas usage est.: 2670) [out] test alexandria_data_structures::tests::byte_reader::test_word_u16_none ... ok (gas usage est.: 31310) [out] test alexandria_data_structures::tests::array_ext::reversed::of_u128 ... ok (gas usage est.: 19260) [out] test alexandria_data_structures::tests::vec::nullable_vec_push_test ... ok (gas usage est.: 20020) [out] test alexandria_data_structures::tests::span_ext::remove_front_n::more_then_len ... ok (gas usage est.: 2670) [out] test alexandria_data_structures::tests::array_ext::reversed::even ... ok (gas usage est.: 14920) [out] test alexandria_data_structures::tests::byte_reader::test_word_u16_none_arr ... ok (gas usage est.: 14970) [out] test alexandria_data_structures::tests::byte_reader::test_word_u16_le_none ... ok (gas usage est.: 31310) [out] test alexandria_data_structures::tests::array_ext::reversed::size_1 ... ok (gas usage est.: 5740) [out] test alexandria_data_structures::tests::vec::nullable_vec_set_test ... ok (gas usage est.: 21980) [out] test alexandria_data_structures::tests::span_ext::remove_back_n::of_felt ... ok (gas usage est.: 3270) [out] test alexandria_data_structures::tests::vec::nullable_vec_set_test_expect_error ... ok (gas usage est.: 16230) [out] test alexandria_data_structures::tests::array_ext::reversed::empty ... ok (gas usage est.: 3170) [out] test alexandria_data_structures::tests::span_ext::remove_back_n::of_u128 ... ok (gas usage est.: 3370) [out] test alexandria_data_structures::tests::byte_reader::test_word_u16_le_none_arr ... ok (gas usage est.: 14970) [out] test alexandria_data_structures::tests::vec::nullable_vec_index_trait_test ... ok (gas usage est.: 28220) [out] test alexandria_data_structures::tests::byte_reader::test_word_u32 ... ok (gas usage est.: 82030) [out] test alexandria_data_structures::tests::span_ext::remove_back_n::empty_array ... ok (gas usage est.: 1870) [out] test alexandria_data_structures::tests::array_ext::contains::of_felt ... ok (gas usage est.: 20400) [out] test alexandria_data_structures::tests::vec::nullable_vec_index_trait_out_of_bounds_test ... ok (gas usage est.: 10510) [out] test alexandria_data_structures::tests::span_ext::remove_back_n::remove_zero ... ok (gas usage est.: 5410) [out] test alexandria_data_structures::tests::byte_reader::test_word_u32_arr ... ok (gas usage est.: 21170) [out] test alexandria_data_structures::tests::array_ext::contains::of_u128 ... ok (gas usage est.: 20700) [out] test alexandria_data_structures::tests::array_ext::contains::empty_array ... ok (gas usage est.: 2970) [out] test alexandria_data_structures::tests::byte_reader::test_word_u32_le ... ok (gas usage est.: 82030) [out] test alexandria_data_structures::tests::array_ext::unique::duplicate_middle ... ok (gas usage est.: 51350) [out] test alexandria_data_structures::tests::byte_appender::test_append_u32 ... ok (gas usage est.: 19910) [out] test alexandria_data_structures::tests::byte_reader::test_word_u32_le_arr ... ok (gas usage est.: 21170) [out] test alexandria_data_structures::tests::array_ext::position::of_felt ... ok (gas usage est.: 23900) [out] test alexandria_data_structures::tests::byte_appender::test_append_u32_arr ... ok (gas usage est.: 84770) [out] test alexandria_data_structures::tests::array_ext::unique::duplicate_back ... ok (gas usage est.: 54490) [out] test alexandria_data_structures::tests::array_ext::unique::without_duplicates ... ok (gas usage est.: 31310) [out] test alexandria_data_structures::tests::byte_appender::test_append_u32_le ... ok (gas usage est.: 78990) [out] test alexandria_data_structures::tests::array_ext::position::of_u128 ... ok (gas usage est.: 24200) [out] test alexandria_data_structures::tests::byte_reader::test_word_u32_none ... ok (gas usage est.: 31310) [out] test alexandria_data_structures::tests::array_ext::position::empty_array ... ok (gas usage est.: 3070) [out] test alexandria_data_structures::tests::byte_reader::test_word_u32_none_arr ... ok (gas usage est.: 14970) [out] test alexandria_data_structures::tests::byte_appender::test_append_u32_le_arr ... ok (gas usage est.: 57170) [out] test alexandria_data_structures::tests::bit_array::test_append_bit ... ok (gas usage est.: 5501990) [out] test alexandria_data_structures::tests::array_ext::occurrences::of_felt ... ok (gas usage est.: 60440) [out] test alexandria_data_structures::tests::byte_reader::test_word_u32_le_none ... ok (gas usage est.: 31310) [out] test alexandria_data_structures::tests::byte_appender::test_append_u64 ... ok (gas usage est.: 20010) [out] test alexandria_data_structures::tests::bit_array::test_at ... ok (gas usage est.: 2701000) [out] test alexandria_data_structures::tests::byte_reader::test_word_u32_le_none_arr ... ok (gas usage est.: 14970) [out] test alexandria_data_structures::tests::array_ext::occurrences::of_u128 ... ok (gas usage est.: 62240) [out] test alexandria_data_structures::tests::byte_appender::test_append_u64_arr ... ok (gas usage est.: 160290) [out] test alexandria_data_structures::tests::bit_array::test_at_none ... ok (gas usage est.: 19600) [out] test alexandria_data_structures::tests::array_ext::occurrences::empty_array ... ok (gas usage est.: 2870) [out] test alexandria_data_structures::tests::byte_reader::test_word_u64 ... ok (gas usage est.: 133790) [out] test alexandria_data_structures::tests::byte_appender::test_append_u64_le ... ok (gas usage est.: 132290) [out] test alexandria_data_structures::tests::bit_array::test_index ... ok (gas usage est.: 39620) [out] test alexandria_data_structures::tests::byte_reader::test_word_u64_arr ... ok (gas usage est.: 28410) [out] test alexandria_data_structures::tests::byte_appender::test_append_u64_le_arr ... ok (gas usage est.: 104290) [out] test alexandria_data_structures::tests::array_ext::min::of_felt ... ok (gas usage est.: 18280) [out] test alexandria_data_structures::tests::bit_array::test_index_fail ... ok (gas usage est.: 20400) [out] test alexandria_data_structures::tests::byte_reader::test_word_u64_le ... ok (gas usage est.: 133790) [out] test alexandria_data_structures::tests::array_ext::min::of_u128 ... ok (gas usage est.: 18280) [out] test alexandria_data_structures::tests::byte_appender::test_append_u128 ... ok (gas usage est.: 36940) [out] test alexandria_data_structures::tests::bit_array::test_len ... ok (gas usage est.: 36160) [out] test alexandria_data_structures::tests::byte_reader::test_word_u64_le_arr ... ok (gas usage est.: 28410) [out] test alexandria_data_structures::tests::array_ext::min::one_item ... ok (gas usage est.: 3570) [out] test alexandria_data_structures::tests::bit_array::test_pop_front ... ok (gas usage est.: 21410) [out] test alexandria_data_structures::tests::byte_appender::test_append_u128_arr ... ok (gas usage est.: 311330) [out] test alexandria_data_structures::tests::array_ext::min::empty ... ok (gas usage est.: 800) [out] test alexandria_data_structures::tests::bit_array::test_pop_front_empty ... ok (gas usage est.: 20330) [out] test alexandria_data_structures::tests::byte_reader::test_word_u64_none ... ok (gas usage est.: 31310) [out] test alexandria_data_structures::tests::byte_appender::test_append_u128_le ... ok (gas usage est.: 255620) [out] test alexandria_data_structures::tests::array_ext::min_position::of_u128 ... ok (gas usage est.: 35830) [out] test alexandria_data_structures::tests::byte_reader::test_word_u64_none_arr ... ok (gas usage est.: 14970) [out] test alexandria_data_structures::tests::byte_appender::test_append_u128_le_arr ... ok (gas usage est.: 198530) [out] test alexandria_data_structures::tests::bit_array::test_read_word_be ... ok (gas usage est.: 2701130) [out] test alexandria_data_structures::tests::byte_reader::test_word_u64_le_none ... ok (gas usage est.: 31310) [out] test alexandria_data_structures::tests::array_ext::min_position::min_position_empty_array ... ok (gas usage est.: 800) [out] test alexandria_data_structures::tests::byte_appender::test_append_u256 ... ok (gas usage est.: 36940) [out] test alexandria_data_structures::tests::bit_array::test_read_word_le ... ok (gas usage est.: 3540800) [out] test alexandria_data_structures::tests::byte_reader::test_word_u64_le_none_arr ... ok (gas usage est.: 14970) [out] test alexandria_data_structures::tests::array_ext::min_position::min_position_one_item ... ok (gas usage est.: 3770) [out] test alexandria_data_structures::tests::byte_appender::test_append_u256_arr ... ok (gas usage est.: 311330) [out] test alexandria_data_structures::tests::bit_array::test_read_word_be_u256 ... ok (gas usage est.: 8677240) [out] test alexandria_data_structures::tests::array_ext::max::max ... ok (gas usage est.: 18240) [out] test alexandria_data_structures::tests::byte_appender::test_append_u256_le ... ok (gas usage est.: 269160) [out] test alexandria_data_structures::tests::byte_reader::test_word_u128 ... ok (gas usage est.: 277210) [out] test alexandria_data_structures::tests::bit_array::test_read_word_le_u256 ... ok (gas usage est.: 9139450) [out] test alexandria_data_structures::tests::byte_appender::test_append_u256_le_arr ... ok (gas usage est.: 198530) [out] test alexandria_data_structures::tests::array_ext::max::max_empty_array ... ok (gas usage est.: 3070) [out] test alexandria_data_structures::tests::byte_reader::test_word_u128_arr ... ok (gas usage est.: 82790) [out] test alexandria_data_structures::tests::bit_array::test_read_word_be_u512 ... ok (gas usage est.: 20623120) [out] test alexandria_data_structures::tests::byte_appender::test_append_u512 ... ok (gas usage est.: 78630) [out] test alexandria_data_structures::tests::array_ext::max::max_one_item ... ok (gas usage est.: 3570) [out] test alexandria_data_structures::tests::byte_reader::test_word_u128_le ... ok (gas usage est.: 277210) [out] test alexandria_data_structures::tests::array_ext::max::empty ... ok (gas usage est.: 800) [out] test alexandria_data_structures::tests::byte_reader::test_word_u128_le_arr ... ok (gas usage est.: 82790) [out] test alexandria_data_structures::tests::byte_appender::test_append_u512_arr ... ok (gas usage est.: 620140) [out] test alexandria_data_structures::tests::bit_array::test_read_word_le_u512 ... ok (gas usage est.: 20408210) [out] test alexandria_data_structures::tests::byte_reader::test_word_u128_none ... ok (gas usage est.: 31310) [out] test alexandria_data_structures::tests::array_ext::max_position::max_position ... ok (gas usage est.: 37310) [out] test alexandria_data_structures::tests::byte_appender::test_append_u512_le ... ok (gas usage est.: 529930) [out] test alexandria_data_structures::tests::bit_array::test_read_word_be_half ... ok (gas usage est.: 2703800) [out] test alexandria_data_structures::tests::array_ext::max_position::max_position_empty_array ... ok (gas usage est.: 800) [out] test alexandria_data_structures::tests::byte_reader::test_word_u128_le_none ... ok (gas usage est.: 31310) [out] test alexandria_data_structures::tests::byte_appender::test_append_u512_le_arr ... ok (gas usage est.: 394540) [out] test alexandria_data_structures::tests::bit_array::test_read_word_le_half ... ok (gas usage est.: 3545370) [out] test alexandria_data_structures::tests::byte_reader::test_word_u128_le_none_arr ... ok (gas usage est.: 14970) [out] test alexandria_data_structures::tests::array_ext::max_position::max_position_one_item ... ok (gas usage est.: 3770) [out] test alexandria_data_structures::tests::byte_appender::test_append_i8 ... ok (gas usage est.: 6270) [out] test alexandria_data_structures::tests::bit_array::test_write_word_be ... ok (gas usage est.: 5966170) [out] test alexandria_data_structures::tests::array_ext::dedup::all_different ... ok (gas usage est.: 22430) [out] test alexandria_data_structures::tests::byte_reader::test_reader_helper ... ok (gas usage est.: 37110) [out] test alexandria_data_structures::tests::byte_appender::test_append_i8_arr ... ok (gas usage est.: 16100) [out] test alexandria_data_structures::tests::bit_array::test_write_word_be_half ... ok (gas usage est.: 2985370) [out] test alexandria_data_structures::tests::array_ext::dedup::one_match ... ok (gas usage est.: 26000) [out] test alexandria_data_structures::tests::byte_reader::test_reader_helper_arr ... ok (gas usage est.: 149250) [out] test alexandria_data_structures::tests::byte_appender::test_append_i8_neg ... ok (gas usage est.: 6370) [out] test alexandria_data_structures::tests::bit_array::test_write_word_le ... ok (gas usage est.: 5945710) [out] test alexandria_data_structures::tests::array_ext::dedup::two_matches ... ok (gas usage est.: 28470) [out] test alexandria_data_structures::tests::byte_appender::test_append_i8_neg_arr ... ok (gas usage est.: 16200) [out] test alexandria_data_structures::tests::byte_reader::test_len ... ok (gas usage est.: 1061190) [out] test alexandria_data_structures::tests::bit_array::test_write_word_le_half ... ok (gas usage est.: 2971890) [out] test alexandria_data_structures::tests::byte_appender::test_append_i16 ... ok (gas usage est.: 46390) [out] test alexandria_data_structures::tests::array_ext::dedup::one_match_more ... ok (gas usage est.: 30940) [out] test alexandria_data_structures::tests::byte_reader::test_len_arr ... ok (gas usage est.: 309030) [out] test alexandria_data_structures::tests::bit_array::test_write_word_be_u256 ... ok (gas usage est.: 11934280) [out] test alexandria_data_structures::tests::byte_appender::test_append_i16_arr ... ok (gas usage est.: 89950) [out] test alexandria_data_structures::tests::array_ext::dedup::all_same ... ok (gas usage est.: 12280) [out] test alexandria_data_structures::tests::byte_reader::test_read_u256 ... ok (gas usage est.: 547260) [out] test alexandria_data_structures::tests::bit_array::test_write_word_le_u256 ... ok (gas usage est.: 11894230) [out] test alexandria_data_structures::tests::byte_appender::test_append_i16_le ... ok (gas usage est.: 111750) [out] test alexandria_data_structures::tests::array_ext::dedup::one_elem ... ok (gas usage est.: 9110) [out] test alexandria_data_structures::tests::byte_reader::test_read_u256_arr ... ok (gas usage est.: 170420) [out] test alexandria_data_structures::tests::bit_array::test_write_word_be_u512 ... ok (gas usage est.: 23867760) [out] test alexandria_data_structures::tests::array_ext::dedup::no_elem ... ok (gas usage est.: 3870) [out] test alexandria_data_structures::tests::byte_reader::test_read_u256_le ... ok (gas usage est.: 547260) [out] test alexandria_data_structures::tests::byte_appender::test_append_i16_le_arr ... ok (gas usage est.: 63150) [out] test alexandria_data_structures::tests::array_ext::dedup::multiple_duplicates_same ... ok (gas usage est.: 32450) [out] test alexandria_data_structures::tests::byte_appender::test_append_i16_neg ... ok (gas usage est.: 100250) [out] test alexandria_data_structures::tests::byte_reader::test_read_u256_le_arr ... ok (gas usage est.: 170420) [out] test alexandria_data_structures::tests::bit_array::test_write_word_le_u512 ... ok (gas usage est.: 23786410) [out] test alexandria_data_structures::tests::byte_appender::test_append_i16_neg_arr ... ok (gas usage est.: 176630) [out] test alexandria_data_structures::tests::array_ext::unique::one_duplicate ... ok (gas usage est.: 41900) [out] test alexandria_data_structures::tests::byte_reader::test_read_u512 ... ok (gas usage est.: 1062320) [out] test alexandria_data_structures::tests::array_ext::unique::all_same ... ok (gas usage est.: 18220) [out] test alexandria_data_structures::tests::byte_reader::test_read_u512_arr ... ok (gas usage est.: 324440) [out] test alexandria_data_structures::tests::byte_appender::test_append_i16_le_neg ... ok (gas usage est.: 231370) [out] test alexandria_data_structures::tests::array_ext::unique::empty ... ok (gas usage est.: 3400) [out] test alexandria_data_structures::tests::byte_reader::test_read_u512_le ... ok (gas usage est.: 1062320) [out] test alexandria_data_structures::tests::byte_appender::test_append_i16_le_neg_arr ... ok (gas usage est.: 123030) [out] test alexandria_data_structures::tests::array_ext::unique::duplicate_front ... ok (gas usage est.: 45070) [out] test alexandria_data_structures::tests::byte_reader::test_read_u512_le_arr ... ok (gas usage est.: 324440) [out] test alexandria_data_structures::tests::byte_appender::test_append_i32 ... ok (gas usage est.: 19910) [out] test alexandria_data_structures::tests::byte_appender::test_append_u16_arr ... ok (gas usage est.: 89950) [out] test alexandria_data_structures::tests::byte_appender::test_append_i32_arr ... ok (gas usage est.: 84770) [out] test alexandria_data_structures::tests::byte_appender::test_append_u16_le ... ok (gas usage est.: 111750) [out] test alexandria_data_structures::tests::byte_appender::test_append_u16 ... ok (gas usage est.: 46390) [out] test alexandria_data_structures::tests::bit_array::test_serde_ser_deser ... ok (gas usage est.: 71122130) [out] test alexandria_data_structures::tests::byte_appender::test_append_u16_le_arr ... ok (gas usage est.: 63150) [out] test alexandria_data_structures::tests::bit_array::test_stress_test ... ok (gas usage est.: 441844190) [out] test alexandria_data_structures::tests::bit_array::test_serde_serialize ... ok (gas usage est.: 7450) [out] test result: ok. 270 passed; 0 failed; 0 ignored; 0 filtered out; >>> SCARB_IGNORE_CAIRO_VERSION=true maat-test-ls [err] 0.004027191s WARN cairo_language_server::config: client does not support `workspace/configuration` requests, config will not be reloaded [out] Opening file:///mnt/maat-workbench/src/lib.cairo [out] [out] ============================== [out] Analysis completed, server is idle. [out] [out] ============================== [out] # Analyzed Crates [out] --- [out] ```json [out] { [out] "name": "alexandria_data_structures", [out] "source_paths": [ [out] "/mnt/maat-workbench/src/lib.cairo" [out] ], [out] "settings": { [out] "name": "alexandria_data_structures", [out] "edition": "2023_11", [out] "version": "0.5.1", [out] "cfg_set": [ [out] [ [out] "target", [out] "lib" [out] ], [out] [ [out] "target", [out] "test" [out] ], [out] "test" [out] ], [out] "dependencies": { [out] "alexandria_data_structures": { [out] "discriminator": "alexandria_data_structures 0.5.1 (path+file:///mnt/maat-workbench/Scarb.toml)" [out] }, [out] "core": { [out] "discriminator": null [out] } [out] }, [out] "experimental_features": { [out] "negative_impls": false, [out] "associated_item_constraints": false, [out] "coupons": false, [out] "user_defined_inline_macros": false [out] } [out] }, [out] "linter_configuration": { [out] "include_compiler_generated_files": false [out] }, [out] "plugins": { [out] "builtin_plugins": [ [out] "AssertMacros", [out] "CairoTest" [out] ] [out] } [out] } [out] [out] { [out] "name": "core", [out] "source_paths": [ [out] "/mnt/maat-cache/scarb/registry/std/v2.12.0-rc.1/core/src/lib.cairo" [out] ], [out] "settings": { [out] "name": "core", [out] "edition": "2024_07", [out] "version": "2.12.0-rc.1", [out] "cfg_set": [ [out] [ [out] "target", [out] "lib" [out] ], [out] [ [out] "target", [out] "test" [out] ] [out] ], [out] "dependencies": { [out] "core": { [out] "discriminator": null [out] } [out] }, [out] "experimental_features": { [out] "negative_impls": true, [out] "associated_item_constraints": true, [out] "coupons": true, [out] "user_defined_inline_macros": false [out] } [out] }, [out] "linter_configuration": { [out] "include_compiler_generated_files": false [out] }, [out] "plugins": { [out] "builtin_plugins": [ [out] "AssertMacros", [out] "Executable", [out] "CairoTest" [out] ] [out] } [out] } [out] ``` [out] [out] ============================== [out] file:///mnt/maat-workbench/src/bit_array.cairo (2) [out] (W) Plugin diagnostic: Manual assert detected. Consider using assert!() macro instead. [Ln 508, Col 11] [out] (W) Usage of deprecated feature `"deprecated-BitArrayTrait"` with no `#[feature("deprecated-BitArrayTrait")]` attribute. Note: "Use `alexandria_bytes::bit_array`." [Ln 131, Col 21] [out] file:///mnt/maat-workbench/src/byte_appender.cairo (1) [out] (W) Usage of deprecated feature `"deprecated-ByteAppender"` with no `#[feature("deprecated-ByteAppender")]` attribute. Note: "Use `alexandria_bytes::byte_appender`." [Ln 156, Col 68] [out] file:///mnt/maat-workbench/src/byte_array_ext.cairo (1) [out] (W) Usage of deprecated feature `"deprecated-ByteReader"` with no `#[feature("deprecated-ByteReader")]` attribute. Note: "Use `alexandria_bytes::byte_reader`." [Ln 0, Col 45] [out] file:///mnt/maat-workbench/src/byte_reader.cairo (1) [out] (W) Usage of deprecated feature `"deprecated-ByteReader"` with no `#[feature("deprecated-ByteReader")]` attribute. Note: "Use `alexandria_bytes::byte_reader`." [Ln 177, Col 5] [out] file:///mnt/maat-workbench/src/span_ext.cairo (5) [out] (W) Plugin diagnostic: Manual check for `is_empty` detected. Consider using `is_empty()` instead [Ln 199, Col 11] [out] (W) Plugin diagnostic: Manual `unwrap_or` detected. Consider using `unwrap_or()` instead. [Ln 132, Col 22] [out] (W) Plugin diagnostic: Manual `unwrap_or` detected. Consider using `unwrap_or()` instead. [Ln 149, Col 22] [out] (W) Plugin diagnostic: Manual `unwrap_or` detected. Consider using `unwrap_or()` instead. [Ln 165, Col 22] [out] (W) Plugin diagnostic: Manual `unwrap_or` detected. Consider using `unwrap_or()` instead. [Ln 182, Col 22] [out] file:///mnt/maat-workbench/src/tests/bit_array.cairo (1) [out] (W) Usage of deprecated feature `"deprecated-BitArrayTrait"` with no `#[feature("deprecated-BitArrayTrait")]` attribute. Note: "Use `alexandria_bytes::bit_array`." [Ln 1, Col 14] [out] file:///mnt/maat-workbench/src/tests/byte_appender.cairo (1) [out] (W) Usage of deprecated feature `"deprecated-ByteAppender"` with no `#[feature("deprecated-ByteAppender")]` attribute. Note: "Use `alexandria_bytes::byte_appender`." [Ln 0, Col 47] [out] file:///mnt/maat-workbench/src/tests/byte_array_ext.cairo (2) [out] (W) Usage of deprecated feature `"deprecated-into()"` with no `#[feature("deprecated-into()")]` attribute. Note: "Use `alexandria_bytes::byte_array_ext::ByteArrayIntoArrayU8::into()`." [Ln 0, Col 49] [out] (W) Usage of deprecated feature `"deprecated-into()"` with no `#[feature("deprecated-into()")]` attribute. Note: "Use `alexandria_bytes::byte_array_ext::SpanU8IntoBytearray::into()`." [Ln 0, Col 71] [out] file:///mnt/maat-workbench/src/tests/byte_reader.cairo (1) [out] (W) Usage of deprecated feature `"deprecated-ByteReader"` with no `#[feature("deprecated-ByteReader")]` attribute. Note: "Use `alexandria_bytes::byte_reader`." [Ln 0, Col 46] [out] total: 0 errors, 15 warnings, 0 infos, 0 hints [out] [out] ============================== [out] CairoLS process exited with code: 0