   Compiling engram-rs v1.0.0 (E:\repos\blackfall-labs\engram-rs)
    Finished `test` profile [unoptimized + debuginfo] target(s) in 0.77s
     Running unittests src\lib.rs (target\debug\deps\engram_rs-4595b5a25600e6df.exe)

running 23 tests
test archive::end_record::tests::test_end_record_roundtrip ... ok
test archive::format::tests::test_compression_choice ... ok
test archive::end_record::tests::test_signature_validation ... ok
test archive::end_record::tests::test_validate_against_header ... ok
test archive::format::tests::test_entry_info_roundtrip ... ok
test archive::frame_compression::tests::test_small_file_error ... ok
test archive::format::tests::test_compression_method_from_u8 ... ok
test archive::frame_compression::tests::test_frame_size_calculation ... ok
test archive::frame_compression::tests::test_should_use_frames ... ok
test archive::format::tests::test_file_header_roundtrip ... ok
test archive::local_entry::tests::test_local_entry_roundtrip ... ok
test manifest::tests::test_manifest_creation ... ok
test manifest::tests::test_add_file ... ok
test manifest::tests::test_json_roundtrip ... ok
test archive::local_entry::tests::test_signature_validation ... ok
test tests::test_library_basics ... ok
test vfs::tests::test_database_not_found ... ok
test vfs::tests::test_list_databases ... ok
test manifest::tests::test_signature_roundtrip ... ok
test compat::tests::test_compat_vfs ... ok
test vfs::tests::test_vfs_database_access ... ok
test archive::frame_compression::tests::test_frame_compression_zstd ... ok
test archive::frame_compression::tests::test_frame_compression_lz4 ... ok

test result: ok. 23 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.62s

     Running tests\concurrency_readers_test.rs (target\debug\deps\concurrency_readers_test-25caf3f1ccd5ea5e.exe)

running 6 tests
test test_concurrent_list_operations ... ok
test test_concurrent_contains_checks ... ok
test test_100_concurrent_readers ... ok
test test_concurrent_random_access ... ok
test test_reader_drop_and_recreate ... ok
test test_concurrent_decompression ... ok

test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.62s

     Running tests\concurrency_vfs_test.rs (target\debug\deps\concurrency_vfs_test-faa115a2c861b3a9.exe)

running 5 tests
test test_vfs_database_list_concurrent ... ok
test test_vfs_connection_cleanup ... ok
test test_concurrent_vfs_same_archive_different_readers ... ok
test test_concurrent_vfs_different_databases ... ok
test test_concurrent_vfs_readers ... ok

test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.38s

     Running tests\corruption_test.rs (target\debug\deps\corruption_test-434bcf0574acfa7d.exe)

running 15 tests
test test_empty_archive ... ok
test test_random_data_file ... ok
test test_truncated_file_data ... ok
test test_truncated_header ... ok
test test_corrupted_file_size ... ok
test test_corrupted_compression_method ... ok
test test_bit_flip_in_compressed_data ... ok
test test_corrupted_central_directory_offset ... ok
test test_corrupted_version_major ... ok
test test_corrupted_entry_count ... ok
test test_corrupted_magic_number ... ok
test test_corrupted_central_directory_entry ... ok
test test_zero_length_file ... ok
test test_multiple_corruption_points ... ok
test test_corrupted_crc32_checksum ... ok

test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s

     Running tests\crash_recovery_test.rs (target\debug\deps\crash_recovery_test-504ad45d002ee75b.exe)

running 13 tests
test test_empty_file_as_archive ... ok
test test_truncated_header ... ok
test test_partial_write_truncated_at_10_percent ... ok
test test_repeated_finalize_calls ... ok
test test_truncated_just_before_endr ... ok
test test_partial_write_truncated_at_70_percent ... ok
test test_finalize_not_called ... ok
test test_partial_write_truncated_at_30_percent ... ok
test test_partial_write_truncated_at_50_percent ... ok
test test_crash_recovery_archive_still_readable_after_failed_second_open ... ok
test test_truncated_to_header_size ... ok
test test_partial_write_truncated_at_90_percent ... ok
test test_archive_corruption_mid_file ... ok

test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s

     Running tests\debug_zero_length.rs (target\debug\deps\debug_zero_length-62754de82a91301b.exe)

running 1 test
test debug_zero_length_file ... ok

test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s

     Running tests\debug_zero_length_hex.rs (target\debug\deps\debug_zero_length_hex-f598dc8b623dcca4.exe)

running 1 test
test inspect_archive_bytes ... ok

test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

     Running tests\encryption_security_test.rs (target\debug\deps\encryption_security_test-292d13fbf5300051.exe)

running 18 tests
test test_missing_decryption_key_archive ... ok
test test_per_file_encryption_central_directory_readable ... ok
test test_binary_data_encryption ... ok
test test_all_ones_key ... ok
test test_archive_encryption_hides_file_list ... ok
test test_archive_encryption_roundtrip ... ok
test test_missing_decryption_key_per_file ... ok
test test_encryption_preserves_metadata ... ok
test test_archive_encryption_with_compression ... ok
test test_multiple_files_archive_encryption ... ok
test test_empty_file_with_encryption ... ok
test test_wrong_key_archive_encryption ... ok
test test_zero_key ... ok
test test_unencrypted_archive_normal_read ... ok
test test_wrong_key_per_file_encryption ... ok
test test_per_file_encryption_with_compression ... ok
test test_per_file_encryption_roundtrip ... ok
test test_large_file_encryption ... ok

test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s

     Running tests\frame_compression_test.rs (target\debug\deps\frame_compression_test-415a73d9c4ead102.exe)

running 9 tests
test test_frame_just_below_threshold ... ok
test test_frame_single_frame_plus_bit ... ok
test test_frame_just_above_threshold ... ok
test test_frame_exactly_at_threshold ... ok
test test_frame_boundary_exact_multiple_of_frame_size ... ok
test test_frame_mixed_sizes_in_archive ... ok
test test_frame_very_large_file ... ok
test test_frame_compression_data_integrity ... ok
test test_frame_odd_sizes ... ok

test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.59s

     Running tests\integration_test.rs (target\debug\deps\integration_test-98b4674935cc434a.exe)

running 10 tests
test test_empty_archive ... ok
test test_file_not_found ... ok
test test_basic_archive_roundtrip ... ok
test test_archive_encryption ... ok
test test_prefix_listing ... ok
test test_compression_methods ... ok
test test_manifest_integration ... ok
test test_many_files ... ok
test test_large_files ... ok
test test_vfs_database_access ... ok

test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s

     Running tests\signature_security_test.rs (target\debug\deps\signature_security_test-ec2c9d2eb3fdfdd5.exe)

running 13 tests
test test_signature_timestamp ... ok
test test_signature_wrong_length ... ok
test test_missing_signatures ... ok
test test_signature_algorithm_mismatch ... ok
test test_corrupted_signature_hex ... ok
test test_empty_public_key ... ok
test test_signature_with_modified_public_key ... ok
test test_modified_manifest_invalid_signature ... ok
test test_signature_without_signer_name ... ok
test test_replay_attack_different_manifest ... ok
test test_valid_signature_verification ... ok
test test_partial_signature_list ... ok
test test_multiple_signatures ... ok

test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s

     Running tests\v1_features_test.rs (target\debug\deps\v1_features_test-f9d4b3824d78af57.exe)

running 7 tests
test test_v1_format_version ... ok
test test_end_record_validation ... ok
test test_local_entry_headers ... ok
test test_corrupted_end_record ... ok
test test_frame_compression_threshold ... ok
test test_all_v1_features_combined ... ok
test test_frame_compression_large_file ... ok

test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.90s

   Doc-tests engram_rs

running 3 tests
test src\archive\reader.rs - archive::reader::ArchiveReader::read_app_manifest (line 305) - compile ... ok
test src\lib.rs - (line 12) - compile ... ok
test src\manifest.rs - manifest (line 28) - compile ... ok

test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s

