=== alexandria_data_structures-0.5.1 === >>> curl -sSLf https://scarbs.xyz/api/v1/dl/alexandria_data_structures/0.5.1 -o archive-590463883216752640.tar.zstd >>> tar --zstd -xf archive-590463883216752640.tar.zstd --strip-components 1 >>> maat-check-versions [out] Name Version Source Installed [out] nodejs 23.11.0 ASDF_NODEJS_VERSION true [out] scarb dev-2025-06-17 ASDF_SCARB_VERSION true [out] starknet-foundry 0.45.0 ASDF_STARKNET-FOUNDRY_VERSION true >>> maat-patch [err] Installed 1 package in 2ms [out] diff --git a/Scarb.toml b/Scarb.toml [out] index 6cb2944..3bc3cd0 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.11.4+dev-2025-06-17" # 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.11.4+dev-2025-06-17" # 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.11.4+dev-2025-06-17" # NOTE: added by maat-patch, was: None [out] +starknet = "2.11.4+dev-2025-06-17" # NOTE: added by maat-patch, was: None [out] +cairo_test = "2.11.4+dev-2025-06-17" # NOTE: added by maat-patch, was: None [out] +snforge_std = "0.45.0" # NOTE: added by maat-patch, was: None [out] +snforge_scarb_plugin = "0.45.0" # NOTE: added by maat-patch, was: None [out] + [out] +[patch."https://github.com/foundry-rs/starknet-foundry.git"] [out] +snforge_std = "0.45.0" # NOTE: added by maat-patch, was: None [out] +snforge_scarb_plugin = "0.45.0" # NOTE: added by maat-patch, was: None >>> scarb fetch [out] warn: patch `cairo_test` (`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] 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] 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 >>> scarb tree -q --workspace [out] alexandria_data_structures v0.5.1 (/mnt/maat-workbench/Scarb.toml) [out] └── [dev-dependencies] [out] └── cairo_test v2.11.4 (std) >>> SCARB_IGNORE_CAIRO_VERSION=true scarb build --workspace --test [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 `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://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 `assert_macros` (`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 8 seconds >>> SCARB_IGNORE_CAIRO_VERSION=true scarb lint --workspace --deny-warnings [out] error: scarb was not compiled with the `lint` command enabled [out] [out] Stack backtrace: [out] 0: anyhow::kind::Adhoc::new [out] 1: scarb::commands::lint::do_lint [out] 2: scarb::commands::run [out] 3: scarb::main [out] 4: std::sys::backtrace::__rust_begin_short_backtrace [out] 5: main [out] 6: __libc_start_call_main [out] 7: __libc_start_main_impl [out] 8: _start Process finished with exit code 1 >>> SCARB_IGNORE_CAIRO_VERSION=true SNFORGE_FUZZER_SEED=1 SNFORGE_IGNORE_FORK_TESTS=1 scarb test --workspace [out] Running test alexandria_data_structures (scarb cairo-test) [out] warn: patch `snforge_scarb_plugin` (`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_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 `assert_macros` (`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 `starknet` (`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 8 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::array_ext::unique::duplicate_middle ... ok (gas usage est.: 51350) [out] test alexandria_data_structures::tests::byte_appender::test_append_i32_le ... ok (gas usage est.: 108870) [out] test alexandria_data_structures::tests::byte_reader::test_read_sequence ... ok (gas usage est.: 1110770) [out] test alexandria_data_structures::tests::array_ext::append_all::of_u128 ... ok (gas usage est.: 10250) [out] test alexandria_data_structures::tests::byte_appender::test_append_i32_le_arr ... ok (gas usage est.: 61970) [out] test alexandria_data_structures::tests::byte_reader::test_read_sequence_arr ... ok (gas usage est.: 340040) [out] test alexandria_data_structures::tests::array_ext::unique::duplicate_back ... ok (gas usage est.: 54490) [out] test alexandria_data_structures::tests::byte_appender::test_append_i32_neg ... ok (gas usage est.: 74070) [out] test alexandria_data_structures::tests::array_ext::append_all::destination_empty ... ok (gas usage est.: 11320) [out] test alexandria_data_structures::tests::array_ext::unique::without_duplicates ... ok (gas usage est.: 31310) [out] test alexandria_data_structures::tests::byte_reader::test_read_sequence_le ... ok (gas usage est.: 1110770) [out] test alexandria_data_structures::tests::array_ext::append_all::source_empty ... ok (gas usage est.: 11320) [out] test alexandria_data_structures::tests::byte_appender::test_append_i32_neg_arr ... ok (gas usage est.: 187470) [out] test alexandria_data_structures::tests::byte_reader::test_read_sequence_le_arr ... ok (gas usage est.: 340040) [out] test alexandria_data_structures::tests::bit_array::test_append_bit ... ok (gas usage est.: 7254990) [out] test alexandria_data_structures::tests::array_ext::append_all::both_empty ... ok (gas usage est.: 3370) [out] test alexandria_data_structures::tests::byte_appender::test_append_i32_le_neg ... ok (gas usage est.: 202430) [out] test alexandria_data_structures::tests::byte_reader::test_clone_byte_array_reader ... ok (gas usage est.: 569250) [out] test alexandria_data_structures::tests::bit_array::test_at ... ok (gas usage est.: 2841800) [out] test alexandria_data_structures::tests::byte_reader::test_clone_array_of_bytes_reader ... ok (gas usage est.: 176930) [out] test alexandria_data_structures::tests::array_ext::extend_from_span::of_felt ... ok (gas usage est.: 25370) [out] test alexandria_data_structures::tests::byte_appender::test_append_i32_le_neg_arr ... ok (gas usage est.: 122670) [out] test alexandria_data_structures::tests::bit_array::test_at_none ... ok (gas usage est.: 20200) [out] test alexandria_data_structures::tests::byte_appender::test_append_i64 ... ok (gas usage est.: 44790) [out] test alexandria_data_structures::tests::array_ext::extend_from_span::of_u128 ... ok (gas usage est.: 25970) [out] test alexandria_data_structures::tests::byte_reader::test_byte_array_reader_equals_array_of_bytes_reader ... ok (gas usage est.: 914900) [out] test alexandria_data_structures::tests::bit_array::test_index ... ok (gas usage est.: 40720) [out] test alexandria_data_structures::tests::byte_appender::test_append_i64_arr ... ok (gas usage est.: 179490) [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::bit_array::test_index_fail ... ok (gas usage est.: 21000) [out] test alexandria_data_structures::tests::queue::queue_is_empty_test ... ok (gas usage est.: 300) [out] test alexandria_data_structures::tests::byte_appender::test_append_i64_le ... ok (gas usage est.: 166870) [out] test alexandria_data_structures::tests::array_ext::extend_from_span::empty_span ... ok (gas usage est.: 13550) [out] test alexandria_data_structures::tests::bit_array::test_len ... ok (gas usage est.: 38460) [out] test alexandria_data_structures::tests::byte_appender::test_append_i64_le_arr ... ok (gas usage est.: 113890) [out] test alexandria_data_structures::tests::array_ext::extend_from_span::from_self ... ok (gas usage est.: 24670) [out] test alexandria_data_structures::tests::bit_array::test_pop_front ... ok (gas usage est.: 22510) [out] test alexandria_data_structures::tests::queue::queue_enqueue_test ... ok (gas usage est.: 900) [out] test alexandria_data_structures::tests::byte_appender::test_append_i64_neg ... ok (gas usage est.: 46190) [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::bit_array::test_pop_front_empty ... ok (gas usage est.: 20470) [out] test alexandria_data_structures::tests::queue::queue_dequeue_test ... ok (gas usage est.: 2500) [out] test alexandria_data_structures::tests::byte_appender::test_append_i64_neg_arr ... ok (gas usage est.: 180890) [out] test alexandria_data_structures::tests::array_ext::concat::of_u128 ... ok (gas usage est.: 42830) [out] test alexandria_data_structures::tests::bit_array::test_read_word_be ... ok (gas usage est.: 2855330) [out] test alexandria_data_structures::tests::span_ext::pop_front_n::of_felt ... ok (gas usage est.: 6210) [out] test alexandria_data_structures::tests::array_ext::concat::empty_array_1 ... ok (gas usage est.: 19930) [out] test alexandria_data_structures::tests::byte_appender::test_append_i64_le_neg ... ok (gas usage est.: 168270) [out] test alexandria_data_structures::tests::bit_array::test_read_word_le ... ok (gas usage est.: 3695000) [out] test alexandria_data_structures::tests::span_ext::pop_front_n::of_u128 ... ok (gas usage est.: 4140) [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.: 115290) [out] test alexandria_data_structures::tests::bit_array::test_read_word_be_u256 ... ok (gas usage est.: 9152650) [out] test alexandria_data_structures::tests::span_ext::pop_front_n::empty_array ... ok (gas usage est.: 3140) [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.: 60000) [out] test alexandria_data_structures::tests::bit_array::test_read_word_le_u256 ... ok (gas usage est.: 9600850) [out] test alexandria_data_structures::tests::span_ext::pop_front_n::pop_zero ... ok (gas usage est.: 5940) [out] test alexandria_data_structures::tests::array_ext::pop_front_n::of_felt ... ok (gas usage est.: 11890) [out] test alexandria_data_structures::tests::byte_appender::test_append_i128_arr ... ok (gas usage est.: 349730) [out] test alexandria_data_structures::tests::bit_array::test_read_word_be_u512 ... ok (gas usage est.: 21740950) [out] test alexandria_data_structures::tests::span_ext::pop_front_n::exact_len ... ok (gas usage est.: 4040) [out] test alexandria_data_structures::tests::array_ext::pop_front_n::of_u128 ... ok (gas usage est.: 10020) [out] test alexandria_data_structures::tests::byte_appender::test_append_i128_le ... ok (gas usage est.: 298080) [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.: 217730) [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::bit_array::test_read_word_le_u512 ... ok (gas usage est.: 21484010) [out] test alexandria_data_structures::tests::span_ext::pop_back_n::of_felt ... ok (gas usage est.: 6210) [out] test alexandria_data_structures::tests::byte_appender::test_append_i128_neg ... ok (gas usage est.: 32350) [out] test alexandria_data_structures::tests::array_ext::pop_front_n::pop_zero ... ok (gas usage est.: 6680) [out] test alexandria_data_structures::tests::bit_array::test_read_word_be_half ... ok (gas usage est.: 2858000) [out] test alexandria_data_structures::tests::span_ext::pop_back_n::of_u128 ... ok (gas usage est.: 4140) [out] test alexandria_data_structures::tests::array_ext::pop_front_n::exact_len ... ok (gas usage est.: 12190) [out] test alexandria_data_structures::tests::byte_appender::test_append_i128_neg_arr ... ok (gas usage est.: 177700) [out] test alexandria_data_structures::tests::bit_array::test_read_word_le_half ... ok (gas usage est.: 3699570) [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::pop_front_n::more_then_len ... ok (gas usage est.: 11880) [out] test alexandria_data_structures::tests::byte_appender::test_append_i128_le_neg ... ok (gas usage est.: 151290) [out] test alexandria_data_structures::tests::bit_array::test_write_word_be ... ok (gas usage est.: 6287380) [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_felt ... ok (gas usage est.: 8620) [out] test alexandria_data_structures::tests::byte_appender::test_append_i128_le_neg_arr ... ok (gas usage est.: 111700) [out] test alexandria_data_structures::tests::bit_array::test_write_word_be_half ... ok (gas usage est.: 3146180) [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::of_u128 ... ok (gas usage est.: 8720) [out] test alexandria_data_structures::tests::byte_array_ext::test_span_u8_into_byte_array ... ok (gas usage est.: 222480) [out] test alexandria_data_structures::tests::bit_array::test_write_word_le ... ok (gas usage est.: 6252910) [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::array_ext::remove_front_n::empty_array ... ok (gas usage est.: 3370) [out] test alexandria_data_structures::tests::byte_array_ext::test_byte_array_into_array_u8 ... ok (gas usage est.: 1613750) [out] test alexandria_data_structures::tests::bit_array::test_write_word_le_half ... ok (gas usage est.: 3125490) [out] test alexandria_data_structures::tests::span_ext::remove_front_n::of_felt ... ok (gas usage est.: 3270) [out] test alexandria_data_structures::tests::array_ext::remove_front_n::remove_zero ... ok (gas usage est.: 6620) [out] test alexandria_data_structures::tests::byte_reader::test_word_u16 ... ok (gas usage est.: 68170) [out] test alexandria_data_structures::tests::span_ext::remove_front_n::of_u128 ... ok (gas usage est.: 3370) [out] test alexandria_data_structures::tests::bit_array::test_write_word_be_u256 ... ok (gas usage est.: 12576700) [out] test alexandria_data_structures::tests::array_ext::remove_front_n::exact_len ... ok (gas usage est.: 10090) [out] test alexandria_data_structures::tests::byte_reader::test_word_u16_arr ... ok (gas usage est.: 18350) [out] test alexandria_data_structures::tests::span_ext::remove_front_n::empty_array ... ok (gas usage est.: 1870) [out] test alexandria_data_structures::tests::byte_reader::test_word_u16_le ... ok (gas usage est.: 68170) [out] test alexandria_data_structures::tests::array_ext::remove_front_n::more_then_len ... ok (gas usage est.: 10180) [out] test alexandria_data_structures::tests::bit_array::test_write_word_le_u256 ... ok (gas usage est.: 12509380) [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.: 18350) [out] test alexandria_data_structures::tests::array_ext::reversed::of_felt ... ok (gas usage est.: 28440) [out] test alexandria_data_structures::tests::bit_array::test_write_word_be_u512 ... ok (gas usage est.: 25152600) [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.: 42830) [out] test alexandria_data_structures::tests::array_ext::reversed::of_u128 ... ok (gas usage est.: 19260) [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::byte_reader::test_word_u16_none_arr ... ok (gas usage est.: 15370) [out] test alexandria_data_structures::tests::array_ext::reversed::even ... ok (gas usage est.: 14920) [out] test alexandria_data_structures::tests::bit_array::test_write_word_le_u512 ... ok (gas usage est.: 25015960) [out] test alexandria_data_structures::tests::span_ext::remove_back_n::of_felt ... ok (gas usage est.: 3270) [out] test alexandria_data_structures::tests::byte_reader::test_word_u16_le_none ... ok (gas usage est.: 42830) [out] test alexandria_data_structures::tests::array_ext::reversed::size_1 ... ok (gas usage est.: 5740) [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.: 15370) [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::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::byte_reader::test_word_u32 ... ok (gas usage est.: 94050) [out] test alexandria_data_structures::tests::byte_reader::test_word_u32_arr ... ok (gas usage est.: 21970) [out] test alexandria_data_structures::tests::span_ext::remove_back_n::remove_zero ... ok (gas usage est.: 5410) [out] test alexandria_data_structures::tests::array_ext::contains::of_u128 ... ok (gas usage est.: 20700) [out] test alexandria_data_structures::tests::span_ext::remove_back_n::exact_len ... ok (gas usage est.: 2670) [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.: 94050) [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::array_ext::position::of_felt ... ok (gas usage est.: 27500) [out] test alexandria_data_structures::tests::byte_reader::test_word_u32_le_arr ... ok (gas usage est.: 21970) [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_word_u32_none ... ok (gas usage est.: 42830) [out] test alexandria_data_structures::tests::array_ext::position::of_u128 ... ok (gas usage est.: 27800) [out] test alexandria_data_structures::tests::stack::felt252_stack_is_empty_test ... ok (gas usage est.: 9310) [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.: 15370) [out] test alexandria_data_structures::tests::stack::felt252_stack_push_test ... ok (gas usage est.: 24380) [out] test alexandria_data_structures::tests::byte_reader::test_word_u32_le_none ... ok (gas usage est.: 42830) [out] test alexandria_data_structures::tests::array_ext::occurrences::of_felt ... ok (gas usage est.: 64940) [out] test alexandria_data_structures::tests::byte_reader::test_word_u32_le_none_arr ... ok (gas usage est.: 15370) [out] test alexandria_data_structures::tests::array_ext::occurrences::of_u128 ... ok (gas usage est.: 66740) [out] test alexandria_data_structures::tests::stack::felt252_stack_peek_test ... ok (gas usage est.: 26270) [out] test alexandria_data_structures::tests::bit_array::test_stress_test ... ok (gas usage est.: 466187190) [out] test alexandria_data_structures::tests::stack::felt252_stack_pop_test ... ok (gas usage est.: 26270) [out] test alexandria_data_structures::tests::bit_array::test_serde_serialize ... ok (gas usage est.: 8650) [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.: 145810) [out] test alexandria_data_structures::tests::array_ext::min::of_felt ... ok (gas usage est.: 18280) [out] test alexandria_data_structures::tests::stack::felt252_stack_push_pop_push_test ... ok (gas usage est.: 30930) [out] test alexandria_data_structures::tests::byte_reader::test_word_u64_arr ... ok (gas usage est.: 29210) [out] test alexandria_data_structures::tests::stack::nullable_stack_new_test ... ok (gas usage est.: 9310) [out] test alexandria_data_structures::tests::array_ext::min::of_u128 ... ok (gas usage est.: 18280) [out] test alexandria_data_structures::tests::byte_reader::test_word_u64_le ... ok (gas usage est.: 145810) [out] test alexandria_data_structures::tests::bit_array::test_serde_ser_deser ... ok (gas usage est.: 74853890) [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::min::one_item ... ok (gas usage est.: 3570) [out] test alexandria_data_structures::tests::byte_reader::test_word_u64_le_arr ... ok (gas usage est.: 29210) [out] test alexandria_data_structures::tests::byte_appender::test_append_u16 ... ok (gas usage est.: 71270) [out] test alexandria_data_structures::tests::stack::nullable_stack_push_test ... ok (gas usage est.: 24980) [out] test alexandria_data_structures::tests::array_ext::min::empty ... ok (gas usage est.: 800) [out] test alexandria_data_structures::tests::byte_reader::test_word_u64_none ... ok (gas usage est.: 42830) [out] test alexandria_data_structures::tests::byte_appender::test_append_u16_arr ... ok (gas usage est.: 99550) [out] test alexandria_data_structures::tests::stack::nullable_stack_peek_test ... ok (gas usage est.: 27490) [out] test alexandria_data_structures::tests::byte_reader::test_word_u64_none_arr ... ok (gas usage est.: 15370) [out] test alexandria_data_structures::tests::array_ext::min_position::of_u128 ... ok (gas usage est.: 42230) [out] test alexandria_data_structures::tests::byte_appender::test_append_u16_le ... ok (gas usage est.: 141630) [out] test alexandria_data_structures::tests::stack::nullable_stack_pop_test ... ok (gas usage est.: 27490) [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_reader::test_word_u64_le_none ... ok (gas usage est.: 42830) [out] test alexandria_data_structures::tests::byte_appender::test_append_u16_le_arr ... ok (gas usage est.: 67950) [out] test alexandria_data_structures::tests::stack::nullable_stack_push_pop_push_test ... ok (gas usage est.: 32690) [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_u32 ... ok (gas usage est.: 44790) [out] test alexandria_data_structures::tests::byte_reader::test_word_u64_le_none_arr ... ok (gas usage est.: 15370) [out] test alexandria_data_structures::tests::byte_appender::test_append_u32_arr ... ok (gas usage est.: 94370) [out] test alexandria_data_structures::tests::byte_reader::test_word_u128 ... ok (gas usage est.: 289230) [out] test alexandria_data_structures::tests::array_ext::max::max ... ok (gas usage est.: 18240) [out] test alexandria_data_structures::tests::vec::felt252_vec_new_test ... ok (gas usage est.: 9310) [out] test alexandria_data_structures::tests::byte_appender::test_append_u32_le ... ok (gas usage est.: 108870) [out] test alexandria_data_structures::tests::byte_reader::test_word_u128_arr ... ok (gas usage est.: 83590) [out] test alexandria_data_structures::tests::vec::felt252_vec_len_test ... ok (gas usage est.: 16240) [out] test alexandria_data_structures::tests::array_ext::max::max_empty_array ... ok (gas usage est.: 3070) [out] test alexandria_data_structures::tests::byte_appender::test_append_u32_le_arr ... ok (gas usage est.: 61970) [out] test alexandria_data_structures::tests::byte_reader::test_word_u128_le ... ok (gas usage est.: 289230) [out] test alexandria_data_structures::tests::vec::felt252_vec_get_test ... ok (gas usage est.: 21370) [out] test alexandria_data_structures::tests::array_ext::max::max_one_item ... ok (gas usage est.: 3570) [out] test alexandria_data_structures::tests::byte_appender::test_append_u64 ... ok (gas usage est.: 44790) [out] test alexandria_data_structures::tests::byte_reader::test_word_u128_le_arr ... ok (gas usage est.: 83590) [out] test alexandria_data_structures::tests::vec::felt252_vec_at_test ... ok (gas usage est.: 19900) [out] test alexandria_data_structures::tests::array_ext::max::empty ... ok (gas usage est.: 800) [out] test alexandria_data_structures::tests::byte_appender::test_append_u64_arr ... ok (gas usage est.: 179490) [out] test alexandria_data_structures::tests::byte_reader::test_word_u128_none ... ok (gas usage est.: 42830) [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::array_ext::max_position::max_position ... ok (gas usage est.: 47010) [out] test alexandria_data_structures::tests::byte_appender::test_append_u64_le ... ok (gas usage est.: 166870) [out] test alexandria_data_structures::tests::byte_reader::test_word_u128_le_none ... ok (gas usage est.: 42830) [out] test alexandria_data_structures::tests::vec::felt252_vec_push_test ... ok (gas usage est.: 20400) [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_appender::test_append_u64_le_arr ... ok (gas usage est.: 113890) [out] test alexandria_data_structures::tests::byte_reader::test_word_u128_le_none_arr ... ok (gas usage est.: 15370) [out] test alexandria_data_structures::tests::vec::felt252_vec_set_test ... ok (gas usage est.: 22260) [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_u128 ... ok (gas usage est.: 60000) [out] test alexandria_data_structures::tests::byte_reader::test_reader_helper ... ok (gas usage est.: 48230) [out] test alexandria_data_structures::tests::vec::felt252_vec_set_test_expect_error ... ok (gas usage est.: 22140) [out] test alexandria_data_structures::tests::array_ext::dedup::all_different ... ok (gas usage est.: 22430) [out] test alexandria_data_structures::tests::byte_appender::test_append_u128_arr ... ok (gas usage est.: 349730) [out] test alexandria_data_structures::tests::byte_reader::test_reader_helper_arr ... ok (gas usage est.: 149250) [out] test alexandria_data_structures::tests::vec::felt252_vec_index_trait_test ... ok (gas usage est.: 28860) [out] test alexandria_data_structures::tests::array_ext::dedup::one_match ... ok (gas usage est.: 26000) [out] test alexandria_data_structures::tests::byte_appender::test_append_u128_le ... ok (gas usage est.: 298080) [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::byte_reader::test_len ... ok (gas usage est.: 1081710) [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_u128_le_arr ... ok (gas usage est.: 217730) [out] test alexandria_data_structures::tests::vec::nullable_vec_new_test ... ok (gas usage est.: 9310) [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.: 317830) [out] test alexandria_data_structures::tests::byte_appender::test_append_u256 ... ok (gas usage est.: 60000) [out] test alexandria_data_structures::tests::vec::nullable_vec_len_test ... ok (gas usage est.: 16440) [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.: 560580) [out] test alexandria_data_structures::tests::byte_appender::test_append_u256_arr ... ok (gas usage est.: 349730) [out] test alexandria_data_structures::tests::vec::nullable_vec_get_test ... ok (gas usage est.: 21690) [out] test alexandria_data_structures::tests::byte_reader::test_read_u256_arr ... ok (gas usage est.: 172420) [out] test alexandria_data_structures::tests::array_ext::dedup::one_elem ... ok (gas usage est.: 9110) [out] test alexandria_data_structures::tests::byte_appender::test_append_u256_le ... ok (gas usage est.: 299480) [out] test alexandria_data_structures::tests::vec::nullable_vec_at_test ... ok (gas usage est.: 20220) [out] test alexandria_data_structures::tests::byte_reader::test_read_u256_le ... ok (gas usage est.: 560580) [out] test alexandria_data_structures::tests::array_ext::dedup::no_elem ... ok (gas usage est.: 3870) [out] test alexandria_data_structures::tests::byte_appender::test_append_u256_le_arr ... ok (gas usage est.: 217730) [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::byte_reader::test_read_u256_le_arr ... ok (gas usage est.: 172420) [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_u512 ... ok (gas usage est.: 101690) [out] test alexandria_data_structures::tests::vec::nullable_vec_push_test ... ok (gas usage est.: 20720) [out] test alexandria_data_structures::tests::byte_reader::test_read_u512 ... ok (gas usage est.: 1077840) [out] test alexandria_data_structures::tests::array_ext::unique::one_duplicate ... ok (gas usage est.: 41900) [out] test alexandria_data_structures::tests::byte_appender::test_append_u512_arr ... ok (gas usage est.: 696940) [out] test alexandria_data_structures::tests::vec::nullable_vec_set_test ... ok (gas usage est.: 22680) [out] test alexandria_data_structures::tests::byte_reader::test_read_u512_arr ... ok (gas usage est.: 328440) [out] test alexandria_data_structures::tests::array_ext::unique::all_same ... ok (gas usage est.: 18220) [out] test alexandria_data_structures::tests::byte_appender::test_append_u512_le ... ok (gas usage est.: 579450) [out] test alexandria_data_structures::tests::vec::nullable_vec_set_test_expect_error ... ok (gas usage est.: 22540) [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.: 1077840) [out] test alexandria_data_structures::tests::byte_appender::test_append_u512_le_arr ... ok (gas usage est.: 432940) [out] test alexandria_data_structures::tests::vec::nullable_vec_index_trait_test ... ok (gas usage est.: 29620) [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.: 328440) [out] test alexandria_data_structures::tests::byte_appender::test_append_i8 ... ok (gas usage est.: 18310) [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::byte_appender::test_append_i8_arr ... ok (gas usage est.: 17300) [out] test alexandria_data_structures::tests::byte_appender::test_append_i16_arr ... ok (gas usage est.: 99550) [out] test alexandria_data_structures::tests::byte_appender::test_append_i16_neg_arr ... ok (gas usage est.: 200630) [out] test alexandria_data_structures::tests::byte_appender::test_append_i16_le_neg_arr ... ok (gas usage est.: 137430) [out] test alexandria_data_structures::tests::byte_appender::test_append_i8_neg ... ok (gas usage est.: 19010) [out] test alexandria_data_structures::tests::byte_appender::test_append_i16_le ... ok (gas usage est.: 141630) [out] test alexandria_data_structures::tests::byte_appender::test_append_i16_le_neg ... ok (gas usage est.: 270750) [out] test alexandria_data_structures::tests::byte_appender::test_append_i32 ... ok (gas usage est.: 44790) [out] test alexandria_data_structures::tests::byte_appender::test_append_i8_neg_arr ... ok (gas usage est.: 18000) [out] test alexandria_data_structures::tests::byte_appender::test_append_i16_le_arr ... ok (gas usage est.: 67950) [out] test alexandria_data_structures::tests::byte_appender::test_append_i16_neg ... ok (gas usage est.: 129830) [out] test alexandria_data_structures::tests::byte_appender::test_append_i16 ... ok (gas usage est.: 71270) [out] test alexandria_data_structures::tests::byte_appender::test_append_i32_arr ... ok (gas usage est.: 94370) [out] test result: ok. 270 passed; 0 failed; 0 ignored; 0 filtered out; >>> SCARB_IGNORE_CAIRO_VERSION=true maat-test-ls [err] 0.004197984s 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] "plugins": { [out] "builtin_plugins": [ [out] "CairoTest" [out] ] [out] } [out] } [out] [out] { [out] "name": "core", [out] "source_paths": [ [out] "/mnt/maat-cache/scarb/registry/std/7ff977b30/core/src/lib.cairo" [out] ], [out] "settings": { [out] "name": "core", [out] "edition": "2024_07", [out] "version": "2.11.4", [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] "plugins": { [out] "builtin_plugins": [ [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 (4) [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, 14 warnings, 0 infos, 0 hints [out] [out] ============================== [out] CairoLS process exited with code: 0