[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] 97798fc38b4e0efe8b3381c5357d2bae4def7523
[INFO] testing zephleggett/par2-rs against master#2fd6efc32704647e64d3d646d21c4c68eae100e4 for pr-149852-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzephleggett%2Fpar2-rs" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/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-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/zephleggett/par2-rs on toolchain 2fd6efc32704647e64d3d646d21c4c68eae100e4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "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" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded is-terminal v0.4.17
[INFO] [stderr]   Downloaded plotters-svg v0.3.7
[INFO] [stderr]   Downloaded md5-asm v0.5.2
[INFO] [stderr]   Downloaded plotters-backend v0.3.7
[INFO] [stderr]   Downloaded oorandom v11.1.5
[INFO] [stderr]   Downloaded clap v4.5.52
[INFO] [stderr]   Downloaded cc v1.2.46
[INFO] [stderr]   Downloaded plotters v0.3.7
[INFO] [stderr]   Downloaded clap_builder v4.5.52
[INFO] [stderr]   Downloaded web-sys v0.3.82
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 17a8e19c54ea3f75dd9d41696f38983be8dc43e86f41705f200849812c5649a7
[INFO] running `Command { std: "docker" "start" "-a" "17a8e19c54ea3f75dd9d41696f38983be8dc43e86f41705f200849812c5649a7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "17a8e19c54ea3f75dd9d41696f38983be8dc43e86f41705f200849812c5649a7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "17a8e19c54ea3f75dd9d41696f38983be8dc43e86f41705f200849812c5649a7", kill_on_drop: false }`
[INFO] [stdout] 17a8e19c54ea3f75dd9d41696f38983be8dc43e86f41705f200849812c5649a7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 291af511ac0958a34d8046f888ce806b243df70c28c1933bb50fd910974fd18b
[INFO] running `Command { std: "docker" "start" "-a" "291af511ac0958a34d8046f888ce806b243df70c28c1933bb50fd910974fd18b", kill_on_drop: false }`
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling syn v2.0.110
[INFO] [stderr]    Compiling cc v1.2.46
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling md5-asm v0.5.2
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling digest v0.10.7
[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 thiserror v1.0.69
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling tracing-subscriber v0.3.20
[INFO] [stderr]    Compiling par2-rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.64s
[INFO] running `Command { std: "docker" "inspect" "291af511ac0958a34d8046f888ce806b243df70c28c1933bb50fd910974fd18b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "291af511ac0958a34d8046f888ce806b243df70c28c1933bb50fd910974fd18b", kill_on_drop: false }`
[INFO] [stdout] 291af511ac0958a34d8046f888ce806b243df70c28c1933bb50fd910974fd18b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 12f960bb942280f1dfea5dbc693e1bc9f62ac92343a1bc6bcd0e752ced6abcb7
[INFO] running `Command { std: "docker" "start" "-a" "12f960bb942280f1dfea5dbc693e1bc9f62ac92343a1bc6bcd0e752ced6abcb7", kill_on_drop: false }`
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling zerocopy-derive v0.8.27
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling clap_lex v0.7.6
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling clap_builder v4.5.52
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling is-terminal v0.4.17
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling clap v4.5.52
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling tracing-subscriber v0.3.20
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling par2-rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 35.78s
[INFO] running `Command { std: "docker" "inspect" "12f960bb942280f1dfea5dbc693e1bc9f62ac92343a1bc6bcd0e752ced6abcb7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "12f960bb942280f1dfea5dbc693e1bc9f62ac92343a1bc6bcd0e752ced6abcb7", kill_on_drop: false }`
[INFO] [stdout] 12f960bb942280f1dfea5dbc693e1bc9f62ac92343a1bc6bcd0e752ced6abcb7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 43df3bb5a9fca41203620ab92ee52c875ec6f3b3c24bc35412407eea38414ed2
[INFO] running `Command { std: "docker" "start" "-a" "43df3bb5a9fca41203620ab92ee52c875ec6f3b3c24bc35412407eea38414ed2", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.16s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/par2_rs-1564b5c6b86bac36)
[INFO] [stdout] 
[INFO] [stdout] running 60 tests
[INFO] [stdout] test creator::tests::test_calculate_block_size ... ok
[INFO] [stdout] test galois::region::tests::test_column_region ... ok
[INFO] [stdout] test creator::tests::test_creator_new_empty_files ... ok
[INFO] [stdout] test galois::streaming::tests::test_config_validation ... ok
[INFO] [stdout] test creator::tests::test_creator_invalid_block_size ... ok
[INFO] [stdout] test galois::scalar::tests::test_bytes_conversion ... ok
[INFO] [stdout] test galois::tests::test_bytes_to_u16_simd ... ok
[INFO] [stdout] test galois::scalar::tests::test_scalar_muladd ... 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::scalar::tests::test_scalar_mul_slice ... ok
[INFO] [stdout] test galois::tests::test_gf_multiplication ... ok
[INFO] [stdout] test galois::tests::test_gf_power ... 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::region::tests::test_region_with_offset ... ok
[INFO] [stdout] test galois::tests::test_simd_mul_slice ... ok
[INFO] [stdout] test galois::region::tests::test_region_multiple_destinations ... ok
[INFO] [stdout] test galois::tests::test_simd_mul_slice_large ... ok
[INFO] [stdout] test galois::streaming::tests::test_streaming_basic ... 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_muladd ... ok
[INFO] [stdout] test galois::region::tests::test_region_basic ... ok
[INFO] [stdout] test galois::tests::test_simd_mul_slice_32 ... ok
[INFO] [stdout] test galois::tests::test_shuffle2x_format_operations ... ok
[INFO] [stdout] test galois::tests::test_simd_muladd_multi ... ok
[INFO] [stdout] test galois::tests::test_simd_performance_sanity ... ignored
[INFO] [stdout] test galois::region::tests::test_block_regions ... ok
[INFO] [stdout] test galois::tests::test_all_simd_implementations ... ok
[INFO] [stdout] test galois::tests::test_simd_zero_scalar ... ok
[INFO] [stdout] test galois::tests::test_simd_unaligned_sizes ... ok
[INFO] [stdout] test hash::tests::test_abc ... ok
[INFO] [stdout] test hash::tests::test_empty_data ... ok
[INFO] [stdout] test hash::tests::test_compare_with_reference ... ok
[INFO] [stdout] test hash::tests::test_block_sized_data ... ok
[INFO] [stdout] test hash::tests::test_long_message ... ok
[INFO] [stdout] test par2_rs::tests::test_encode_wrong_block_count ... ok
[INFO] [stdout] test par2_rs::tests::test_encode_odd_block_size ... ok
[INFO] [stdout] test volumes::tests::test_generate_volume_filename ... ok
[INFO] [stdout] test volumes::tests::test_split_exponential_padding ... ok
[INFO] [stdout] test volumes::tests::test_split_single_volume ... ok
[INFO] [stdout] test volumes::tests::test_volume_with_parent_path ... ok
[INFO] [stdout] test volumes::tests::test_split_exponential_small ... ok
[INFO] [stdout] test writer::tests::test_compute_file_id ... ok
[INFO] [stdout] test writer::tests::test_compute_recovery_set_id ... ok
[INFO] [stdout] test writer::tests::test_pad_to_alignment ... ok
[INFO] [stdout] test galois::tests::test_simd_max_values ... ok
[INFO] [stdout] test par2_rs::tests::test_encode_wrong_block_size ... ok
[INFO] [stdout] test volumes::tests::test_calculate_padding_width ... ok
[INFO] [stdout] test writer::tests::test_write_recovery_slice_packet ... ok
[INFO] [stdout] test volumes::tests::test_empty_recovery_blocks ... ok
[INFO] [stdout] test writer::tests::test_write_file_desc_packet ... ok
[INFO] [stdout] test writer::tests::test_write_creator_packet ... ok
[INFO] [stdout] test par2_rs::tests::test_encode_basic ... ok
[INFO] [stdout] test galois::tests::test_each_simd_strategy ... ok
[INFO] [stdout] test hash::tests::test_large_data ... ok
[INFO] [stdout] test writer::tests::test_write_main_packet ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 59 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.41s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/create.rs (/opt/rustwide/target/debug/deps/create-ca533659206588f8)
[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-b878bf2e2de86a46)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stderr]      Running tests/create.rs (/opt/rustwide/target/debug/deps/create-2683692f6fa11f0d)
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[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_single_volume ... ok
[INFO] [stdout] test test_create_and_verify_single_file ... ok
[INFO] [stdout] test test_create_with_custom_block_size ... 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.31s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/edge_cases.rs (/opt/rustwide/target/debug/deps/edge_cases-4c27c4965831c22d)
[INFO] [stdout] 
[INFO] [stdout] running 17 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_empty_input_files ... ok
[INFO] [stdout] test test_block_size_not_multiple_of_4 ... ok
[INFO] [stdout] test test_block_size_zero ... ok
[INFO] [stdout] test test_invalid_par2_file ... ok
[INFO] [stdout] test test_nonexistent_par2_file ... ok
[INFO] [stdout] test test_nonexistent_input_file ... ok
[INFO] [stdout] test test_block_size_too_small ... ok
[INFO] [stdout] test test_zero_redundancy ... ok
[INFO] [stdout] test test_block_level_damage ... ok
[INFO] [stderr]      Running tests/end_to_end.rs (/opt/rustwide/target/debug/deps/end_to_end-c5b5e7ba32dd59e3)
[INFO] [stdout] test test_truncated_file_detection ... ok
[INFO] [stdout] test test_extended_file_detection ... ok
[INFO] [stdout] test test_all_files_missing ... ok
[INFO] [stdout] test test_insufficient_redundancy ... ok
[INFO] [stdout] test test_missing_one_of_multiple_files ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.27s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 6 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_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-64bc0fc48dac5e18)
[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.68s
[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_compute_file_hash_deterministic ... ok
[INFO] [stdout] test common::tests::test_corrupt_file ... ok
[INFO] [stdout] test test_empty_par2_file ... ok
[INFO] [stdout] test test_repair_without_enough_recovery_blocks ... 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_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.20s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/galois.rs (/opt/rustwide/target/debug/deps/galois-90e826c50c10b8be)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test core::test_galois_field_multiplication ... ok
[INFO] [stdout] test core::test_par2_constants_generation ... ok
[INFO] [stdout] test core::test_galois_field_power ... ok
[INFO] [stdout] test core::test_galois_field_division_by_zero ... ok
[INFO] [stdout] test core::test_galois_generator ... ok
[INFO] [stdout] test core::test_galois_field_division ... ok
[INFO] [stdout] test core::test_galois_field_inverse ... 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-6cea91c11643dd11)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test common::tests::test_create_pattern_file ... ok
[INFO] [stdout] test common::tests::test_compute_file_hash_deterministic ... ok
[INFO] [stdout] test common::tests::test_corrupt_file ... 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_verify_only ... 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.32s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/repair.rs (/opt/rustwide/target/debug/deps/repair-545c3d5fb36af2fe)
[INFO] [stdout] 
[INFO] [stdout] running 12 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_verify_intact_files ... ok
[INFO] [stdout] test test_single_volume_scheme ... ok
[INFO] [stdout] test test_parser_loads_multiple_volumes ... ok
[INFO] [stdout] test test_insufficient_recovery_blocks ... ok
[INFO] [stdout] test test_repair_missing_file ... ok
[INFO] [stdout] test test_exponential_volume_scheme ... ok
[INFO] [stdout] test test_repair_single_deleted_file ... ok
[INFO] [stdout] test test_repair_single_damaged_file ... ok
[INFO] [stdout] test test_repair_multiple_damaged_files ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.33s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/verify.rs (/opt/rustwide/target/debug/deps/verify-dadab77d5547a52a)
[INFO] [stdout] 
[INFO] [stdout] running 16 tests
[INFO] [stdout] test common::tests::test_compute_file_hash_deterministic ... ok
[INFO] [stdout] test common::tests::test_create_pattern_file ... ok
[INFO] [stdout] test common::tests::test_corrupt_file ... ok
[INFO] [stdout] test test_verification_without_ifsc_detects_damage ... ok
[INFO] [stdout] test test_verification_16k_hash_optimization ... ok
[INFO] [stdout] test test_verification_without_ifsc ... ok
[INFO] [stdout] test test_verification_file_size_mismatch ... ok
[INFO] [stdout] test test_verification_small_file_skips_16k ... ok
[INFO] [stdout] test test_multiple_blocks_damaged ... ok
[INFO] [stdout] test test_missing_file_recreation_with_volumes ... ok
[INFO] [stdout] test test_rename_collision ... ok
[INFO] [stdout] test test_verification_with_ifsc ... ok
[INFO] [stdout] test test_verification_16k_hash_mismatch ... ok
[INFO] [stdout] test test_verification_read_errors ... FAILED
[INFO] [stdout] test test_damaged_file_exponential_volumes ... ok
[INFO] [stdout] test test_block_level_damage_detection ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test_verification_read_errors stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_verification_read_errors' (287) panicked at tests/verify.rs:40:5:
[INFO] [stdout] Should fail with unreadable file
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x640d2b9c34d2 - std[716c9a7a72e5c14e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x640d2b9c34d2 - std[716c9a7a72e5c14e]::backtrace_rs::backtrace::trace_unsynchronized::<std[716c9a7a72e5c14e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x640d2b9c34d2 - std[716c9a7a72e5c14e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x640d2b9c34d2 - <<std[716c9a7a72e5c14e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[c5ed12ab89cc536a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x640d2b9d9d7a - <core[c5ed12ab89cc536a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x640d2b9d9d7a - core[c5ed12ab89cc536a]::fmt::write
[INFO] [stdout]    6:     0x640d2b9c8676 - std[716c9a7a72e5c14e]::io::default_write_fmt::<alloc[9c68fdf4f4f29218]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x640d2b9c8676 - <alloc[9c68fdf4f4f29218]::vec::Vec<u8> as std[716c9a7a72e5c14e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x640d2b99ea9f - <std[716c9a7a72e5c14e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x640d2b99ea9f - std[716c9a7a72e5c14e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x640d2b9ba3a9 - std[716c9a7a72e5c14e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x640d2b82fc0e - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn for<'a, 'b> core[c5ed12ab89cc536a]::ops::function::Fn<(&'a std[716c9a7a72e5c14e]::panic::PanicHookInfo<'b>,), Output = ()> + core[c5ed12ab89cc536a]::marker::Sync + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::Fn<(&std[716c9a7a72e5c14e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x640d2b82fc0e - test[64760d2bdea328cc]::test_main_with_exit_callback::<test[64760d2bdea328cc]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x640d2b9ba612 - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn for<'a, 'b> core[c5ed12ab89cc536a]::ops::function::Fn<(&'a std[716c9a7a72e5c14e]::panic::PanicHookInfo<'b>,), Output = ()> + core[c5ed12ab89cc536a]::marker::Sync + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::Fn<(&std[716c9a7a72e5c14e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x640d2b9ba612 - std[716c9a7a72e5c14e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x640d2b99eb8a - std[716c9a7a72e5c14e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x640d2b996289 - std[716c9a7a72e5c14e]::sys::backtrace::__rust_end_short_backtrace::<std[716c9a7a72e5c14e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x640d2b99fadd - __rustc[4f0b026143eab78e]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x640d2b9da4bc - core[c5ed12ab89cc536a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x640d2b8130f2 - verify[7eee695d4e564dc8]::test_verification_read_errors
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/verify.rs:40:5
[INFO] [stdout]   20:     0x640d2b80fd07 - verify[7eee695d4e564dc8]::test_verification_read_errors::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/verify.rs:13:35
[INFO] [stdout]   21:     0x640d2b81db66 - <verify[7eee695d4e564dc8]::test_verification_read_errors::{closure#0} as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x640d2b823fbb - <fn() -> core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x640d2b823fbb - test[64760d2bdea328cc]::__rust_begin_short_backtrace::<core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>, fn() -> core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:663:18
[INFO] [stdout]   24:     0x640d2b83081a - test[64760d2bdea328cc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:686:74
[INFO] [stdout]   25:     0x640d2b83081a - <core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   26:     0x640d2b83081a - std[716c9a7a72e5c14e]::panicking::catch_unwind::do_call::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>, core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:581:40
[INFO] [stdout]   27:     0x640d2b83081a - std[716c9a7a72e5c14e]::panicking::catch_unwind::<core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>, core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x640d2b83081a - std[716c9a7a72e5c14e]::panic::catch_unwind::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>, core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x640d2b83081a - test[64760d2bdea328cc]::run_test_in_process
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:686:27
[INFO] [stdout]   30:     0x640d2b83081a - test[64760d2bdea328cc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:607:43
[INFO] [stdout]   31:     0x640d2b82ace4 - test[64760d2bdea328cc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:637:41
[INFO] [stdout]   32:     0x640d2b82ace4 - std[716c9a7a72e5c14e]::sys::backtrace::__rust_begin_short_backtrace::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   33:     0x640d2b833312 - std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   34:     0x640d2b833312 - <core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   35:     0x640d2b833312 - std[716c9a7a72e5c14e]::panicking::catch_unwind::do_call::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:581:40
[INFO] [stdout]   36:     0x640d2b833312 - std[716c9a7a72e5c14e]::panicking::catch_unwind::<(), core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:544:19
[INFO] [stdout]   37:     0x640d2b833312 - std[716c9a7a72e5c14e]::panic::catch_unwind::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x640d2b833312 - std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   39:     0x640d2b833312 - <std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1} as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x640d2b9c25ff - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn core[c5ed12ab89cc536a]::ops::function::FnOnce<(), Output = ()> + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   41:     0x640d2b9c25ff - <std[716c9a7a72e5c14e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   42:     0x702587e2faa4 - <unknown>
[INFO] [stdout]   43:     0x702587ebca64 - clone
[INFO] [stdout]   44:                0x0 - <unknown>
[INFO] [stdout] 
[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.31s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test verify`
[INFO] running `Command { std: "docker" "inspect" "43df3bb5a9fca41203620ab92ee52c875ec6f3b3c24bc35412407eea38414ed2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "43df3bb5a9fca41203620ab92ee52c875ec6f3b3c24bc35412407eea38414ed2", kill_on_drop: false }`
[INFO] [stdout] 43df3bb5a9fca41203620ab92ee52c875ec6f3b3c24bc35412407eea38414ed2
