[INFO] cloning repository https://github.com/zephleggett/par2-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/zephleggett/par2-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzephleggett%2Fpar2-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzephleggett%2Fpar2-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9f36de080d9132270503760b2bfc2bbd4b59d838
[INFO] testing zephleggett/par2-rs against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzephleggett%2Fpar2-rs" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/zephleggett/par2-rs
[INFO] finished tweaking git repo https://github.com/zephleggett/par2-rs
[INFO] tweaked toml for git repo https://github.com/zephleggett/par2-rs written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/zephleggett/par2-rs on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/zephleggett/par2-rs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 19c51a42ea2470558c6135d86ed3f64b9f86ca592a7a58e1f90d8cdd3fe8d999
[INFO] running `Command { std: "docker" "start" "-a" "19c51a42ea2470558c6135d86ed3f64b9f86ca592a7a58e1f90d8cdd3fe8d999", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "19c51a42ea2470558c6135d86ed3f64b9f86ca592a7a58e1f90d8cdd3fe8d999", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "19c51a42ea2470558c6135d86ed3f64b9f86ca592a7a58e1f90d8cdd3fe8d999", kill_on_drop: false }`
[INFO] [stdout] 19c51a42ea2470558c6135d86ed3f64b9f86ca592a7a58e1f90d8cdd3fe8d999
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 831d87254961c6d0462891318ef940740c63ce689e2e51192b69a3463eb69c7a
[INFO] running `Command { std: "docker" "start" "-a" "831d87254961c6d0462891318ef940740c63ce689e2e51192b69a3463eb69c7a", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling find-msvc-tools v0.1.5
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling cc v1.2.46
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling syn v2.0.110
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling md5-asm v0.5.2
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling tracing-subscriber v0.3.20
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling par2-rs v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.27s
[INFO] running `Command { std: "docker" "inspect" "831d87254961c6d0462891318ef940740c63ce689e2e51192b69a3463eb69c7a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "831d87254961c6d0462891318ef940740c63ce689e2e51192b69a3463eb69c7a", kill_on_drop: false }`
[INFO] [stdout] 831d87254961c6d0462891318ef940740c63ce689e2e51192b69a3463eb69c7a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3826dc1785fe106144b66724ed1e15eb0ac6ceb938a13e9ea4cd498cc094b14d
[INFO] running `Command { std: "docker" "start" "-a" "3826dc1785fe106144b66724ed1e15eb0ac6ceb938a13e9ea4cd498cc094b14d", kill_on_drop: false }`
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling zerocopy-derive v0.8.27
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling clap_lex v0.7.6
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling clap_builder v4.5.52
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling clap v4.5.52
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.20
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling is-terminal v0.4.17
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]    Compiling par2-rs v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 52.90s
[INFO] running `Command { std: "docker" "inspect" "3826dc1785fe106144b66724ed1e15eb0ac6ceb938a13e9ea4cd498cc094b14d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3826dc1785fe106144b66724ed1e15eb0ac6ceb938a13e9ea4cd498cc094b14d", kill_on_drop: false }`
[INFO] [stdout] 3826dc1785fe106144b66724ed1e15eb0ac6ceb938a13e9ea4cd498cc094b14d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] b6262870364869159335df0b4003adcfe84647ad1e649976c1e50e17f08ba5ff
[INFO] running `Command { std: "docker" "start" "-a" "b6262870364869159335df0b4003adcfe84647ad1e649976c1e50e17f08ba5ff", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.17s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/par2_rs-e558cb60ee5f3d1a)
[INFO] [stdout] 
[INFO] [stdout] running 60 tests
[INFO] [stdout] test creator::tests::test_calculate_block_size ... ok
[INFO] [stdout] test creator::tests::test_creator_new_empty_files ... ok
[INFO] [stdout] test galois::scalar::tests::test_bytes_conversion ... ok
[INFO] [stdout] test creator::tests::test_creator_invalid_block_size ... ok
[INFO] [stdout] test galois::streaming::tests::test_config_validation ... ok
[INFO] [stdout] test galois::scalar::tests::test_scalar_muladd ... ok
[INFO] [stdout] test galois::region::tests::test_column_region ... ok
[INFO] [stdout] test galois::scalar::tests::test_scalar_mul_slice ... ok
[INFO] [stdout] test galois::tests::test_bytes_to_u16_simd ... ok
[INFO] [stdout] test galois::tests::test_field_properties ... ok
[INFO] [stdout] test galois::tests::test_gf_division ... ok
[INFO] [stdout] test galois::tests::test_gf_division_by_zero ... ok
[INFO] [stdout] test galois::tests::test_gf_initialization ... ok
[INFO] [stdout] test galois::tests::test_gf_multiplication ... ok
[INFO] [stdout] test galois::tests::test_gf_power ... ok
[INFO] [stdout] test galois::region::tests::test_block_regions ... ok
[INFO] [stdout] test galois::streaming::tests::test_streaming_basic ... ok
[INFO] [stdout] test galois::region::tests::test_region_basic ... ok
[INFO] [stdout] test galois::region::tests::test_region_with_offset ... ok
[INFO] [stdout] test galois::tests::test_shuffle2x_format_operations ... ok
[INFO] [stdout] test galois::tests::test_all_simd_implementations ... ok
[INFO] [stdout] test galois::region::tests::test_region_multiple_destinations ... ok
[INFO] [stdout] test galois::tests::test_simd_feature_detection ... ok
[INFO] [stdout] test galois::tests::test_simd_identity_scalar ... ok
[INFO] [stdout] test galois::tests::test_simd_mul_slice ... ok
[INFO] [stdout] test galois::tests::test_simd_max_values ... ok
[INFO] [stdout] test galois::tests::test_shuffle2x_region_operations ... ok
[INFO] [stdout] test galois::tests::test_simd_muladd_column ... ok
[INFO] [stdout] test galois::tests::test_simd_mul_slice_32 ... ok
[INFO] [stdout] test galois::tests::test_simd_muladd_multi ... ok
[INFO] [stdout] test galois::tests::test_simd_mul_slice_large ... ok
[INFO] [stdout] test galois::tests::test_simd_performance_sanity ... ignored
[INFO] [stdout] test galois::tests::test_simd_unaligned_sizes ... ok
[INFO] [stdout] test galois::tests::test_simd_zero_scalar ... ok
[INFO] [stdout] test hash::tests::test_abc ... ok
[INFO] [stdout] test galois::tests::test_simd_muladd ... ok
[INFO] [stdout] test hash::tests::test_block_sized_data ... ok
[INFO] [stdout] test hash::tests::test_compare_with_reference ... ok
[INFO] [stdout] test hash::tests::test_empty_data ... ok
[INFO] [stdout] test hash::tests::test_long_message ... ok
[INFO] [stdout] test par2_rs::tests::test_encode_odd_block_size ... ok
[INFO] [stdout] test par2_rs::tests::test_encode_wrong_block_count ... ok
[INFO] [stdout] test par2_rs::tests::test_encode_wrong_block_size ... ok
[INFO] [stdout] test volumes::tests::test_generate_volume_filename ... ok
[INFO] [stdout] test volumes::tests::test_empty_recovery_blocks ... ok
[INFO] [stdout] test volumes::tests::test_calculate_padding_width ... ok
[INFO] [stdout] test volumes::tests::test_split_exponential_padding ... ok
[INFO] [stdout] test writer::tests::test_compute_file_id ... ok
[INFO] [stdout] test volumes::tests::test_split_exponential_small ... ok
[INFO] [stdout] test writer::tests::test_pad_to_alignment ... ok
[INFO] [stdout] test writer::tests::test_compute_recovery_set_id ... ok
[INFO] [stdout] test writer::tests::test_write_creator_packet ... ok
[INFO] [stdout] test writer::tests::test_write_main_packet ... ok
[INFO] [stdout] test writer::tests::test_write_recovery_slice_packet ... ok
[INFO] [stdout] test par2_rs::tests::test_encode_basic ... ok
[INFO] [stdout] test writer::tests::test_write_file_desc_packet ... ok
[INFO] [stdout] test volumes::tests::test_split_single_volume ... ok
[INFO] [stdout] test galois::tests::test_each_simd_strategy ... ok
[INFO] [stdout] test volumes::tests::test_volume_with_parent_path ... ok
[INFO] [stdout] test hash::tests::test_large_data ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 59 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.17s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/create.rs (/opt/rustwide/target/debug/deps/create-75cc4255ada4451a)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/repair.rs (/opt/rustwide/target/debug/deps/repair-095b962f2e83f778)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/create.rs (/opt/rustwide/target/debug/deps/create-f330b755b4cf9d12)
[INFO] [stdout] 
[INFO] [stdout] running 10 tests
[INFO] [stdout] test common::tests::test_corrupt_file ... ok
[INFO] [stdout] test common::tests::test_create_pattern_file ... ok
[INFO] [stdout] test common::tests::test_compute_file_hash_deterministic ... ok
[INFO] [stdout] test test_create_invalid_block_size ... ok
[INFO] [stdout] test test_create_with_custom_block_size ... ok
[INFO] [stdout] test test_create_with_single_volume ... ok
[INFO] [stdout] test test_create_and_verify_single_file ... ok
[INFO] [stdout] test test_create_and_verify_multiple_files ... ok
[INFO] [stdout] test test_create_and_repair_deleted_file ... ok
[INFO] [stdout] test test_create_with_exponential_volumes ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.62s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/edge_cases.rs (/opt/rustwide/target/debug/deps/edge_cases-3c5f3a1a746f1854)
[INFO] [stdout] 
[INFO] [stdout] running 17 tests
[INFO] [stdout] test common::tests::test_corrupt_file ... ok
[INFO] [stdout] test common::tests::test_create_pattern_file ... ok
[INFO] [stdout] test test_block_size_zero ... ok
[INFO] [stdout] test common::tests::test_compute_file_hash_deterministic ... ok
[INFO] [stdout] test test_empty_input_files ... ok
[INFO] [stdout] test test_invalid_par2_file ... ok
[INFO] [stdout] test test_nonexistent_input_file ... ok
[INFO] [stdout] test test_nonexistent_par2_file ... ok
[INFO] [stdout] test test_block_size_not_multiple_of_4 ... ok
[INFO] [stdout] test test_zero_redundancy ... ok
[INFO] [stdout] test test_block_size_too_small ... ok
[INFO] [stdout] test test_all_files_missing ... ok
[INFO] [stdout] test test_missing_one_of_multiple_files ... ok
[INFO] [stderr]      Running tests/end_to_end.rs (/opt/rustwide/target/debug/deps/end_to_end-a8c78cf9255d3037)
[INFO] [stdout] test test_extended_file_detection ... ok
[INFO] [stdout] test test_truncated_file_detection ... ok
[INFO] [stdout] test test_insufficient_redundancy ... ok
[INFO] [stdout] test test_block_level_damage ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.30s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test common::tests::test_corrupt_file ... ok
[INFO] [stdout] test common::tests::test_compute_file_hash_deterministic ... ok
[INFO] [stdout] test common::tests::test_create_pattern_file ... ok
[INFO] [stdout] test test_block_level_repair ... ok
[INFO] [stdout] test test_multiple_files_workflow ... ok
[INFO] [stderr]      Running tests/error_paths.rs (/opt/rustwide/target/debug/deps/error_paths-982257efb1791742)
[INFO] [stdout] test test_comprehensive_workflow ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.66s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 11 tests
[INFO] [stdout] test common::tests::test_create_pattern_file ... ok
[INFO] [stdout] test common::tests::test_corrupt_file ... ok
[INFO] [stdout] test test_empty_par2_file ... ok
[INFO] [stdout] test common::tests::test_compute_file_hash_deterministic ... ok
[INFO] [stdout] test test_truncated_par2_file ... ok
[INFO] [stdout] test test_corrupted_par2_header ... ok
[INFO] [stdout] test test_renamed_file_detection ... ok
[INFO] [stdout] test test_par2_with_corrupted_packet_header ... ok
[INFO] [stdout] test test_repair_without_enough_recovery_blocks ... ok
[INFO] [stdout] test test_file_with_wrong_hash ... ok
[INFO] [stdout] test test_multiple_damaged_files ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.19s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/galois.rs (/opt/rustwide/target/debug/deps/galois-9b0cbd51a7d3e674)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test core::test_galois_field_division_by_zero ... ok
[INFO] [stdout] test core::test_galois_field_inverse ... ok
[INFO] [stdout] test core::test_galois_field_division ... ok
[INFO] [stdout] test core::test_galois_field_power ... ok
[INFO] [stdout] test core::test_galois_generator ... ok
[INFO] [stdout] test core::test_galois_field_multiplication ... ok
[INFO] [stdout] test core::test_par2_constants_generation ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/progress.rs (/opt/rustwide/target/debug/deps/progress-bac52870c135c299)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test common::tests::test_compute_file_hash_deterministic ... ok
[INFO] [stdout] test common::tests::test_corrupt_file ... ok
[INFO] [stdout] test common::tests::test_create_pattern_file ... ok
[INFO] [stdout] test test_progress_callbacks_verify_only ... ok
[INFO] [stdout] test test_progress_callbacks_with_purge ... ok
[INFO] [stdout] test test_progress_increments_during_loading ... ok
[INFO] [stdout] test test_progress_callbacks_during_repair ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.36s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/repair.rs (/opt/rustwide/target/debug/deps/repair-584dac0060de90e9)
[INFO] [stdout] 
[INFO] [stdout] running 12 tests
[INFO] [stdout] test common::tests::test_corrupt_file ... ok
[INFO] [stdout] test common::tests::test_create_pattern_file ... ok
[INFO] [stdout] test common::tests::test_compute_file_hash_deterministic ... ok
[INFO] [stdout] test test_parser_loads_multiple_volumes ... ok
[INFO] [stdout] test test_repair_missing_file ... ok
[INFO] [stdout] test test_insufficient_recovery_blocks ... ok
[INFO] [stdout] test test_single_volume_scheme ... ok
[INFO] [stdout] test test_repair_single_deleted_file ... ok
[INFO] [stdout] test test_verify_intact_files ... ok
[INFO] [stdout] test test_repair_multiple_damaged_files ... ok
[INFO] [stdout] test test_exponential_volume_scheme ... ok
[INFO] [stdout] test test_repair_single_damaged_file ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.24s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/robustness.rs (/opt/rustwide/target/debug/deps/robustness-625e5584a278a20f)
[INFO] [stdout] 
[INFO] [stdout] running 16 tests
[INFO] [stdout] test test_large_file_full_reconstruction ... ignored
[INFO] [stdout] test test_large_single_file_10mb ... ignored
[INFO] [stdout] test common::tests::test_compute_file_hash_deterministic ... ok
[INFO] [stdout] test common::tests::test_corrupt_file ... ok
[INFO] [stdout] test common::tests::test_create_pattern_file ... ok
[INFO] [stdout] test test_message_callbacks_missing_file ... ok
[INFO] [stdout] test test_message_callbacks_during_repair ... ok
[INFO] [stdout] test test_creator_progress_callbacks ... ok
[INFO] [stdout] test test_progress_monotonic_per_operation ... ok
[INFO] [stdout] test test_purge_after_successful_repair ... ok
[INFO] [stdout] test test_parallel_verification_progress ... ok
[INFO] [stdout] test test_many_small_files_50 ... ok
[INFO] [stdout] test test_progress_never_exceeds_total ... ok
[INFO] [stdout] test test_repair_includes_post_verification ... ok
[INFO] [stdout] test test_mixed_file_sizes ... ok
[INFO] [stdout] test test_exponential_volumes_many_blocks ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 14 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 7.87s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 16 tests
[INFO] [stderr]      Running tests/verify.rs (/opt/rustwide/target/debug/deps/verify-fde1411c3334b0e3)
[INFO] [stdout] test common::tests::test_corrupt_file ... ok
[INFO] [stdout] test common::tests::test_create_pattern_file ... ok
[INFO] [stdout] test common::tests::test_compute_file_hash_deterministic ... ok
[INFO] [stdout] test test_verification_file_size_mismatch ... ok
[INFO] [stdout] test test_missing_file_recreation_with_volumes ... ok
[INFO] [stdout] test test_verification_16k_hash_optimization ... ok
[INFO] [stdout] test test_verification_16k_hash_mismatch ... ok
[INFO] [stdout] test test_verification_without_ifsc ... ok
[INFO] [stdout] test test_verification_without_ifsc_detects_damage ... ok
[INFO] [stdout] test test_verification_small_file_skips_16k ... ok
[INFO] [stdout] test test_multiple_blocks_damaged ... ok
[INFO] [stdout] test test_rename_collision ... ok
[INFO] [stdout] test test_damaged_file_exponential_volumes ... ok
[INFO] [stdout] test test_verification_with_ifsc ... ok
[INFO] [stdout] test test_block_level_damage_detection ... ok
[INFO] [stdout] test test_verification_read_errors ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test_verification_read_errors stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_verification_read_errors' (254) panicked at tests/verify.rs:40:5:
[INFO] [stdout] Should fail with unreadable file
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a0ee57fa1ea - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a0ee57fa1ea - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a0ee57fa1ea - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a0ee57fa1ea - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a0ee580fdda - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a0ee580fdda - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x5a0ee57fedf2 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5a0ee57fedf2 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5a0ee57d633f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a0ee57d633f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a0ee57f13c9 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a0ee5660a7c - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5a0ee5660a7c - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5a0ee57f1642 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5a0ee57f1642 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5a0ee57d642a - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5a0ee57cdaa9 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a0ee57d725d - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5a0ee58106bc - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a0ee56437d5 - verify::test_verification_read_errors::hf43266d43c14ee05
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/verify.rs:40:5
[INFO] [stdout]   20:     0x5a0ee5643a67 - verify::test_verification_read_errors::{{closure}}::h1b7131da28dac55e
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/verify.rs:13:35
[INFO] [stdout]   21:     0x5a0ee564f8f6 - core::ops::function::FnOnce::call_once::h22f436c853bc6495
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x5a0ee5654b5b - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x5a0ee5654b5b - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   24:     0x5a0ee566154b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   25:     0x5a0ee566154b - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   26:     0x5a0ee566154b - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   27:     0x5a0ee566154b - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5a0ee566154b - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5a0ee566154b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   30:     0x5a0ee566154b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   31:     0x5a0ee565cc64 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   32:     0x5a0ee565cc64 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   33:     0x5a0ee5664152 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   34:     0x5a0ee5664152 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   35:     0x5a0ee5664152 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   36:     0x5a0ee5664152 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   37:     0x5a0ee5664152 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x5a0ee5664152 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   39:     0x5a0ee5664152 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5a0ee57f942f - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   41:     0x5a0ee57f942f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   42:     0x7d78e8de0aa4 - <unknown>
[INFO] [stdout]   43:     0x7d78e8e6da64 - clone
[INFO] [stdout]   44:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test verify`
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     test_verification_read_errors
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 15 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.30s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "b6262870364869159335df0b4003adcfe84647ad1e649976c1e50e17f08ba5ff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b6262870364869159335df0b4003adcfe84647ad1e649976c1e50e17f08ba5ff", kill_on_drop: false }`
[INFO] [stdout] b6262870364869159335df0b4003adcfe84647ad1e649976c1e50e17f08ba5ff
