[INFO] cloning repository https://github.com/drtconway/parallax
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/drtconway/parallax" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdrtconway%2Fparallax", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdrtconway%2Fparallax'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8e6320d2cc68249a333b6e890a7df408c191e6a2
[INFO] testing drtconway/parallax 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%2Fdrtconway%2Fparallax" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/drtconway/parallax
[INFO] finished tweaking git repo https://github.com/drtconway/parallax
[INFO] tweaked toml for git repo https://github.com/drtconway/parallax written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/drtconway/parallax 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/drtconway/parallax 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] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] f347e79030536f365d24f6a655ae79a49b2506957b98e2468e16964b257b279f
[INFO] running `Command { std: "docker" "start" "-a" "f347e79030536f365d24f6a655ae79a49b2506957b98e2468e16964b257b279f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f347e79030536f365d24f6a655ae79a49b2506957b98e2468e16964b257b279f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f347e79030536f365d24f6a655ae79a49b2506957b98e2468e16964b257b279f", kill_on_drop: false }`
[INFO] [stdout] f347e79030536f365d24f6a655ae79a49b2506957b98e2468e16964b257b279f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] e04e6bcebc7d5dfe481cb8c9fd069ed56003eeeff0ee444b96b84a3f49a083dd
[INFO] running `Command { std: "docker" "start" "-a" "e04e6bcebc7d5dfe481cb8c9fd069ed56003eeeff0ee444b96b84a3f49a083dd", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.23
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]    Compiling zerocopy v0.8.39
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling simd-adler32 v0.3.8
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling zlib-rs v0.6.0
[INFO] [stderr]    Compiling lexical-util v1.0.7
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling arrow-schema v58.0.0
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling regex-syntax v0.8.9
[INFO] [stderr]    Compiling lexical-parse-integer v1.0.6
[INFO] [stderr]    Compiling lexical-write-integer v1.0.6
[INFO] [stderr]    Compiling noodles-core v0.19.0
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]    Compiling lexical-parse-float v1.0.6
[INFO] [stderr]    Compiling flatbuffers v25.12.19
[INFO] [stderr]    Compiling crc v3.2.1
[INFO] [stderr]    Compiling syn v2.0.116
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling lexical-write-float v1.0.6
[INFO] [stderr]    Compiling liblzma-sys v0.3.13
[INFO] [stderr]    Compiling bzip2-sys v0.1.13+1.0.8
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling lexical-core v1.0.6
[INFO] [stderr]    Compiling alloc-no-stdlib v2.0.4
[INFO] [stderr]    Compiling libbz2-rs-sys v0.2.2
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling alloc-stdlib v0.2.2
[INFO] [stderr]    Compiling lzma-rust2 v0.16.1
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling bzip2 v0.6.1
[INFO] [stderr]    Compiling inout v0.1.4
[INFO] [stderr]    Compiling csv-core v0.1.13
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling snap v1.1.1
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling simdutf8 v0.1.5
[INFO] [stderr]    Compiling getrandom v0.4.1
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling nibble_vec v0.1.0
[INFO] [stderr]    Compiling deranged v0.5.6
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]    Compiling csv v1.4.0
[INFO] [stderr]    Compiling serde_spanned v1.0.4
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling ordered-float v2.10.1
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling brotli-decompressor v5.0.0
[INFO] [stderr]    Compiling noodles-bgzf v0.46.0
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling raw-cpuid v11.6.0
[INFO] [stderr]    Compiling twox-hash v2.1.2
[INFO] [stderr]    Compiling clap_lex v1.0.0
[INFO] [stderr]    Compiling endian-type v0.1.2
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling integer-encoding v3.0.4
[INFO] [stderr]    Compiling bumpalo v3.19.1
[INFO] [stderr]    Compiling noodles-csi v0.54.0
[INFO] [stderr]    Compiling noodles-fasta v0.60.0
[INFO] [stderr]    Compiling toml_parser v1.0.8+spec-1.1.0
[INFO] [stderr]    Compiling toml_writer v1.0.6+spec-1.1.0
[INFO] [stderr]    Compiling tap v1.0.1
[INFO] [stderr]    Compiling clap_builder v4.5.60
[INFO] [stderr]    Compiling noodles-sam v0.82.0
[INFO] [stderr]    Compiling noodles-tabix v0.60.0
[INFO] [stderr]    Compiling noodles-bed v0.31.0
[INFO] [stderr]    Compiling noodles-vcf v0.84.0
[INFO] [stderr]    Compiling wyz v0.5.1
[INFO] [stderr]    Compiling toml v0.9.12+spec-1.1.0
[INFO] [stderr]    Compiling zopfli v0.8.3
[INFO] [stderr]    Compiling thrift v0.17.0
[INFO] [stderr]    Compiling brotli v8.0.2
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling quanta v0.12.6
[INFO] [stderr]    Compiling radix_trie v0.2.1
[INFO] [stderr]    Compiling zerocopy-derive v0.8.39
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling zeroize_derive v1.4.3
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling noodles-bam v0.86.0
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling noodles-cram v0.90.0
[INFO] [stderr]    Compiling confique-macro v0.0.13
[INFO] [stderr]    Compiling bgzip v0.3.1
[INFO] [stderr]    Compiling env_filter v1.0.0
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling pbkdf2 v0.12.2
[INFO] [stderr]    Compiling lz4_flex v0.12.0
[INFO] [stderr]    Compiling aes v0.8.4
[INFO] [stderr]    Compiling bzip2 v0.5.2
[INFO] [stderr]    Compiling ordered-float v5.1.0
[INFO] [stderr]    Compiling rand_xoshiro v0.7.0
[INFO] [stderr]    Compiling noodles-fastq v0.22.0
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling seq-macro v0.3.6
[INFO] [stderr]    Compiling ppmd-rust v1.4.0
[INFO] [stderr]    Compiling typed-path v0.12.3
[INFO] [stderr]    Compiling deflate64 v0.1.10
[INFO] [stderr]    Compiling constant_time_eq v0.4.2
[INFO] [stderr]    Compiling sketches-ddsketch v0.3.0
[INFO] [stderr]    Compiling parallax v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling funty v2.0.0
[INFO] [stderr]    Compiling jiff v0.2.20
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling clap v4.5.60
[INFO] [stderr]    Compiling crossbeam v0.8.4
[INFO] [stderr]    Compiling suffix v1.3.0
[INFO] [stderr]    Compiling block-aligner v0.5.1
[INFO] [stderr]    Compiling cactus v1.0.7
[INFO] [stderr]    Compiling bitvec v1.0.1
[INFO] [stderr]    Compiling confique v0.4.0
[INFO] [stderr]    Compiling liblzma v0.3.6
[INFO] [stderr]    Compiling noodles v0.106.0
[INFO] [stderr]    Compiling zstd v0.13.3
[INFO] [stderr]    Compiling niffler v3.0.0
[INFO] [stderr]    Compiling zip v8.1.0
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling metrics v0.24.3
[INFO] [stderr]    Compiling arrow-buffer v58.0.0
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling env_logger v0.11.9
[INFO] [stderr]    Compiling metrics-util v0.20.1
[INFO] [stderr]    Compiling arrow-data v58.0.0
[INFO] [stderr]    Compiling arrow-array v58.0.0
[INFO] [stderr]    Compiling arrow-select v58.0.0
[INFO] [stderr]    Compiling arrow-row v58.0.0
[INFO] [stderr]    Compiling arrow-arith v58.0.0
[INFO] [stderr]    Compiling arrow-ord v58.0.0
[INFO] [stderr]    Compiling arrow-ipc v58.0.0
[INFO] [stderr]    Compiling arrow-string v58.0.0
[INFO] [stderr]    Compiling parquet v58.0.0
[INFO] [stderr]    Compiling arrow-cast v58.0.0
[INFO] [stderr]    Compiling arrow-json v58.0.0
[INFO] [stderr]    Compiling arrow-csv v58.0.0
[INFO] [stderr]    Compiling arrow v58.0.0
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 15s
[INFO] running `Command { std: "docker" "inspect" "e04e6bcebc7d5dfe481cb8c9fd069ed56003eeeff0ee444b96b84a3f49a083dd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e04e6bcebc7d5dfe481cb8c9fd069ed56003eeeff0ee444b96b84a3f49a083dd", kill_on_drop: false }`
[INFO] [stdout] e04e6bcebc7d5dfe481cb8c9fd069ed56003eeeff0ee444b96b84a3f49a083dd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 636f38e13e69c15153611f0961f90b7de3c160512efde8730167959cc353a217
[INFO] running `Command { std: "docker" "start" "-a" "636f38e13e69c15153611f0961f90b7de3c160512efde8730167959cc353a217", kill_on_drop: false }`
[INFO] [stderr]    Compiling getrandom v0.4.1
[INFO] [stderr]    Compiling rand_core v0.10.0
[INFO] [stderr]    Compiling flatbuffers v25.12.19
[INFO] [stderr]    Compiling noodles-sam v0.82.0
[INFO] [stderr]    Compiling raw-cpuid v11.6.0
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling cpufeatures v0.3.0
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling chacha20 v0.10.0
[INFO] [stderr]    Compiling arrow-ipc v58.0.0
[INFO] [stderr]    Compiling zip v8.1.0
[INFO] [stderr]    Compiling rand v0.10.0
[INFO] [stderr]    Compiling arrow v58.0.0
[INFO] [stderr]    Compiling parquet v58.0.0
[INFO] [stderr]    Compiling quanta v0.12.6
[INFO] [stderr]    Compiling noodles-bam v0.86.0
[INFO] [stderr]    Compiling metrics-util v0.20.1
[INFO] [stderr]    Compiling noodles-cram v0.90.0
[INFO] [stderr]    Compiling tempfile v3.26.0
[INFO] [stderr]    Compiling noodles v0.106.0
[INFO] [stderr]    Compiling parallax v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 29s
[INFO] running `Command { std: "docker" "inspect" "636f38e13e69c15153611f0961f90b7de3c160512efde8730167959cc353a217", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "636f38e13e69c15153611f0961f90b7de3c160512efde8730167959cc353a217", kill_on_drop: false }`
[INFO] [stdout] 636f38e13e69c15153611f0961f90b7de3c160512efde8730167959cc353a217
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] ddb645e44a54ff4024295d2b67ae5bd3c57116aeea4b187d7fbfa16560988ee3
[INFO] running `Command { std: "docker" "start" "-a" "ddb645e44a54ff4024295d2b67ae5bd3c57116aeea4b187d7fbfa16560988ee3", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.44s
[INFO] [stdout] 
[INFO] [stdout] running 377 tests
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/parallax-27c36bd1316dd3a5)
[INFO] [stdout] test align::block::tests::test_config_from_struct ... ok
[INFO] [stdout] test align::block::tests::test_empty_query ... ok
[INFO] [stdout] test align::block::tests::test_empty_reference ... ok
[INFO] [stdout] test align::block::tests::test_cigar_output ... ok
[INFO] [stdout] test align::block::tests::test_extend_empty_sequences ... ok
[INFO] [stdout] test align::block::tests::test_extend_left_identical ... ok
[INFO] [stdout] test align::block::tests::test_extend_right_with_mismatch ... ok
[INFO] [stdout] test align::block::tests::test_extend_left_with_mismatch ... ok
[INFO] [stdout] test align::block::tests::test_extend_right_identical ... ok
[INFO] [stdout] test align::block::tests::test_reverse_cigar ... ok
[INFO] [stdout] test align::tests::test_empty ... ok
[INFO] [stdout] test align::block::tests::test_aligner_reuse ... ok
[INFO] [stdout] test align::block::tests::test_single_mismatch ... ok
[INFO] [stdout] test align::tests::test_left_align_no_shift_when_no_repeat ... ok
[INFO] [stdout] test align::tests::test_cigar_scoring ... ok
[INFO] [stdout] test align::tests::test_query_empty ... ok
[INFO] [stdout] test align::tests::test_single_mismatch ... ok
[INFO] [stdout] test align::tests::test_left_align_with_soft_clip ... ok
[INFO] [stdout] test align::tests::test_left_align_preserves_mismatches ... ok
[INFO] [stdout] test align::tests::test_left_align_deletion_in_repeat ... ok
[INFO] [stdout] test align::tests::test_with_gaps ... ok
[INFO] [stdout] test annotate::tests::test_alignment_identity_with_mismatches ... ok
[INFO] [stdout] test align::tests::test_reference_empty ... ok
[INFO] [stdout] test align::tests::test_single_deletion ... ok
[INFO] [stdout] test annotate::tests::test_extract_from_info_field ... ok
[INFO] [stdout] test annotate::tests::test_get_info_empty ... ok
[INFO] [stdout] test annotate::tests::test_get_info_int ... ok
[INFO] [stdout] test annotate::tests::test_alignment_identity_empty ... ok
[INFO] [stdout] test annotate::tests::test_alignment_identity_perfect ... ok
[INFO] [stdout] test annotate::tests::test_extract_insertion_from_alt ... ok
[INFO] [stdout] test annotate::tests::test_extract_short_insertion_skipped ... ok
[INFO] [stdout] test annotate::tests::test_get_info_str ... ok
[INFO] [stdout] test kmers::tests::fnv_open_syncmers_produces_syncmers ... ok
[INFO] [stdout] test kmers::tests::fnv_syncmer_iterator_matches_callback ... ok
[INFO] [stdout] test config::tests::test_template_generation ... ok
[INFO] [stdout] test kmers::tests::fnv_syncmers_differ_from_identity ... ok
[INFO] [stdout] test kmers::tests::fnv_syncmers_fwd_only ... ok
[INFO] [stdout] test kmers::tests::kmerize_forward_and_reverse_agree_with_rev_comp ... ok
[INFO] [stdout] test kmers::tests::kmerize_fwd_produces_expected_windows ... ok
[INFO] [stdout] test kmers::tests::kmerize_open_syncmers_matches_naive_check ... ok
[INFO] [stdout] test annotate::tests::test_alignment_identity_with_indels ... ok
[INFO] [stdout] test kmers::tests::kmerize_open_syncmers_resets_on_invalid_base ... ok
[INFO] [stdout] test align::tests::test_left_align_multiple_indels ... ok
[INFO] [stdout] test kmers::tests::optimized_fwd_handles_invalid_bases ... ok
[INFO] [stdout] test kmers::tests::optimized_fwd_long_random_sequence ... ok
[INFO] [stdout] test kmers::tests::fnv_is_open_syncmer_consistent ... ok
[INFO] [stdout] test kmers::tests::optimized_fwd_matches_original_identity ... ok
[INFO] [stdout] test kmers::tests::optimized_fwd_matches_original_fnv ... ok
[INFO] [stdout] test kmers::tests::optimized_fwd_short_sequence ... ok
[INFO] [stdout] test kmers::tests::optimized_fwd_various_k_s_combinations ... ok
[INFO] [stdout] test kmers::tests::to_string_roundtrip ... ok
[INFO] [stdout] test align::tests::test_left_align_insertion_in_repeat ... ok
[INFO] [stdout] test annotate::tests::test_identity_to_phred ... ok
[INFO] [stdout] test metrics::hist::tests::test_constant_value ... ok
[INFO] [stdout] test metrics::hist::tests::test_uniform ... ok
[INFO] [stdout] test metrics::hist::tests::test_negative_values ... ok
[INFO] [stdout] test metrics::hist::tests::test_values_outside_warmup_range ... ok
[INFO] [stdout] test metrics::sketch::tests::test_empty_sketch ... ok
[INFO] [stdout] test metrics::sketch::tests::test_merge ... ok
[INFO] [stdout] test metrics::sketch::tests::test_negative_values ... ok
[INFO] [stdout] test metrics::sketch::tests::test_single_value ... ok
[INFO] [stdout] test metrics::sketch::tests::test_uniform_distribution ... ok
[INFO] [stdout] test reads::chains::agglomerative::tests::test_merge_adjacent_seeds ... ok
[INFO] [stdout] test reads::chains::agglomerative::tests::test_merge_empty_chains ... ok
[INFO] [stdout] test reads::chains::agglomerative::tests::test_merge_fails_midway ... ok
[INFO] [stdout] test reads::chains::agglomerative::tests::test_merge_interleaved_chains ... ok
[INFO] [stdout] test reads::chains::agglomerative::tests::test_merge_large_overlapping_in_read_fails ... ok
[INFO] [stdout] test metrics::hist::tests::test_bins_iterator ... ok
[INFO] [stdout] test reads::chains::agglomerative::tests::test_merge_large_overlapping_in_ref_fails ... ok
[INFO] [stdout] test reads::chains::agglomerative::tests::test_merge_left_empty ... ok
[INFO] [stdout] test reads::chains::agglomerative::tests::test_merge_multiple_seeds_each_chain ... ok
[INFO] [stdout] test reads::chains::agglomerative::tests::test_merge_non_colinear_fails ... ok
[INFO] [stdout] test reads::chains::agglomerative::tests::test_merge_non_overlapping_lhs_before_rhs ... ok
[INFO] [stdout] test reads::chains::agglomerative::tests::test_merge_non_overlapping_rhs_before_lhs ... ok
[INFO] [stdout] test reads::chains::agglomerative::tests::test_merge_overlap_exactly_at_max ... ok
[INFO] [stdout] test reads::chains::agglomerative::tests::test_merge_overlap_just_over_max_fails ... ok
[INFO] [stdout] test reads::chains::agglomerative::tests::test_merge_rhs_before_lhs_with_small_overlap ... ok
[INFO] [stdout] test reads::chains::agglomerative::tests::test_merge_right_empty ... ok
[INFO] [stdout] test reads::chains::agglomerative::tests::test_merge_small_overlap_drops_seed_below_min ... ok
[INFO] [stdout] test metrics::hist::tests::test_empty ... ok
[INFO] [stdout] test kmers::tests::fnv_syncmers_density ... ok
[INFO] [stdout] test metrics::hist::tests::test_single_value ... ok
[INFO] [stdout] test reads::chains::agglomerative::tests::test_merge_small_overlap_drops_seed_if_too_short_after_trim ... ok
[INFO] [stdout] test reads::chains::agglomerative::tests::test_merge_small_overlap_trims_second_seed_when_shorter ... ok
[INFO] [stdout] test reads::chains::agglomerative::tests::test_merge_small_overlap_trims_shorter_seed ... ok
[INFO] [stdout] test reads::chains::kruskal::tests::test_gap_penalty_computation ... ok
[INFO] [stdout] test reads::chains::kruskal::tests::test_gap_penalty_non_colinear ... ok
[INFO] [stdout] test reads::chains::kruskal::tests::test_gap_penalty_overlapping_positions ... ok
[INFO] [stdout] test reads::chains::kruskal::tests::test_gap_penalty_with_gaps ... ok
[INFO] [stdout] test reads::chains::kruskal::tests::test_gap_penalty_within_diagonal_limit ... ok
[INFO] [stdout] test reads::seeds::tests::test_format_seed_diagram ... ok
[INFO] [stdout] test reads::seeds::tests::test_format_seed_diagram_empty ... ok
[INFO] [stdout] test reads::seeds::tests::test_format_seed_diagram_single_seed ... ok
[INFO] [stdout] test reads::tests::test_chain_ref_pos_monotonic_after_read_sort ... ok
[INFO] [stdout] test reads::tests::test_colinear_chain_both_dimensions_increasing ... ok
[INFO] [stdout] test reads::tests::test_extend_adjacent_same_diagonal ... ok
[INFO] [stdout] test reads::tests::test_extend_backwards_read_position ... ok
[INFO] [stdout] test reads::tests::test_extend_backwards_ref_position ... ok
[INFO] [stdout] test reads::tests::test_extend_different_chromosome ... ok
[INFO] [stdout] test reads::tests::test_extend_different_diagonal ... ok
[INFO] [stdout] test reads::tests::test_extend_fully_contained ... ok
[INFO] [stdout] test reads::tests::test_extend_gap_too_large ... ok
[INFO] [stdout] test reads::tests::test_extend_no_length_change_if_contained ... ok
[INFO] [stdout] test reads::tests::test_extend_overlapping_same_diagonal ... ok
[INFO] [stdout] test reads::tests::test_extend_sequence_of_hits ... ok
[INFO] [stdout] test reads::tests::test_filter_jittery_disabled_at_zero ... ok
[INFO] [stdout] test reads::tests::test_filter_jittery_too_few_seeds ... ok
[INFO] [stdout] test reads::tests::test_filter_misplaced_seeds_good_chain_unchanged ... ok
[INFO] [stdout] test reads::tests::test_filter_misplaced_seeds_removes_bad_region ... ok
[INFO] [stdout] test reads::tests::test_seed_cluster_empty_returns_none ... ok
[INFO] [stdout] test reads::tests::test_seed_cluster_fwd_read_range_forward_strand ... ok
[INFO] [stdout] test reads::tests::test_filter_jittery_preserves_stable_chain ... ok
[INFO] [stdout] test reads::tests::test_filter_jittery_single_shift_preserved ... ok
[INFO] [stdout] test reads::tests::test_seed_cluster_gaps_forward_strand ... ok
[INFO] [stdout] test reads::tests::test_seed_cluster_fwd_read_range_reverse_strand ... ok
[INFO] [stdout] test reads::chains::kruskal::tests::test_gap_penalty_match_bonus ... ok
[INFO] [stdout] test reads::tests::test_seed_cluster_split_at_gap ... ok
[INFO] [stdout] test reads::tests::test_seed_cluster_new_sorts_by_read_pos ... ok
[INFO] [stdout] test reads::tests::test_seed_cluster_split_preserves_strand ... ok
[INFO] [stdout] test reads::tests::test_filter_jittery_removes_bouncing_seeds ... ok
[INFO] [stdout] test reads::tests::test_seed_hit_diagonal_calculation ... ok
[INFO] [stdout] test scores::tests::test_conversions ... ok
[INFO] [stdout] test scores::tests::test_display ... ok
[INFO] [stdout] test scores::tests::test_divergence_accepts_valid ... ok
[INFO] [stdout] test reads::tests::test_seed_hit_new ... ok
[INFO] [stdout] test reads::chains::kruskal::tests::test_gap_penalty_diagonal_limit ... ok
[INFO] [stdout] test reads::tests::test_seed_hit_read_end ... ok
[INFO] [stdout] test reads::tests::test_seed_hit_ref_end ... ok
[INFO] [stdout] test scores::tests::test_divergence_ordering ... ok
[INFO] [stdout] test utils::fibomacci::tests::test_already_sorted_ascending ... ok
[INFO] [stdout] test scores::tests::test_quality_ordering ... ok
[INFO] [stdout] test utils::debug::tests::test_debug_file_disabled ... ok
[INFO] [stdout] test reads::tests::test_seed_cluster_gaps_reverse_strand ... ok
[INFO] [stdout] test utils::fibomacci::tests::test_already_sorted_descending ... ok
[INFO] [stdout] test utils::fibomacci::tests::test_delete ... ok
[INFO] [stdout] test utils::fibomacci::tests::test_decrease_key ... ok
[INFO] [stdout] test utils::fibomacci::tests::test_duplicate_values ... ok
[INFO] [stdout] test utils::fibomacci::tests::test_interleaved_push_pop ... ok
[INFO] [stdout] test align::block::tests::test_deletion ... ok
[INFO] [stdout] test utils::fibomacci::tests::test_max_heap_ordering ... ok
[INFO] [stdout] test utils::fibomacci::tests::test_min_heap_ordering ... ok
[INFO] [stdout] test utils::fibomacci::tests::test_new_heap_is_empty ... ok
[INFO] [stdout] test utils::fibomacci::tests::test_single_element ... ok
[INFO] [stdout] test utils::fibomacci::tests::test_negative_numbers ... ok
[INFO] [stdout] test utils::fibomacci::tests::test_peek ... ok
[INFO] [stdout] test utils::fibomacci::tests::test_zero_value ... ok
[INFO] [stdout] test utils::frozen_big_table::tests::test_empty_table ... ok
[INFO] [stdout] test utils::frozen_big_table::tests::test_empty_values ... ok
[INFO] [stdout] test utils::frozen_big_table::tests::test_from_hashmap_and_get ... ok
[INFO] [stdout] test utils::fibomacci::tests::test_large_dataset ... ok
[INFO] [stdout] test align::block::tests::test_insertion ... ok
[INFO] [stdout] test utils::frozen_big_table::tests::test_many_entries ... ok
[INFO] [stdout] test utils::fibomacci::tests::test_with_custom_type ... ok
[INFO] [stdout] test utils::frozen_big_table::tests::test_save_and_load_feather_empty ... ok
[INFO] [stdout] test utils::frozen_big_table::tests::test_save_and_load_feather ... ok
[INFO] [stdout] test utils::frozen_table::tests::test_from_table_and_get ... ok
[INFO] [stdout] test utils::fibomacci::tests::test_pop_empty_heap_returns_none ... ok
[INFO] [stdout] test utils::debug::tests::test_tsv_writer_directly ... ok
[INFO] [stdout] test utils::frozen_table::tests::test_empty_table ... ok
[INFO] [stdout] test utils::frozen_table::tests::test_save_and_load_feather_empty ... ok
[INFO] [stdout] test utils::hasher::tests::test_fnv_hasher_32_avalanche ... ok
[INFO] [stdout] test utils::hasher::tests::test_fnv_hasher_32_deterministic ... ok
[INFO] [stdout] test utils::hasher::tests::test_fnv_hasher_32_known_values ... ok
[INFO] [stdout] test utils::hasher::tests::test_fnv_hasher_32_max_value ... ok
[INFO] [stdout] test utils::hasher::tests::test_fnv_hasher_32_sequential ... ok
[INFO] [stdout] test utils::hasher::tests::test_fnv_hasher_32_different_inputs ... ok
[INFO] [stdout] test utils::hasher::tests::test_fnv_hasher_32_zero ... ok
[INFO] [stdout] test utils::frozen_table::tests::test_save_and_load_feather ... ok
[INFO] [stdout] test utils::frozen_big_table::tests::test_save_and_load_empty ... ok
[INFO] [stdout] test align::tests::test_longer_sequences ... ok
[INFO] [stdout] test utils::frozen_table::tests::test_save_and_load_empty ... ok
[INFO] [stdout] test utils::hasher::tests::test_fnv_hasher_64_deterministic ... ok
[INFO] [stdout] test utils::hasher::tests::test_fnv_hasher_64_avalanche ... ok
[INFO] [stdout] test utils::hasher::tests::test_fnv_hasher_64_sequential ... ok
[INFO] [stdout] test utils::hasher::tests::test_identity_hasher_64 ... ok
[INFO] [stdout] test utils::hasher::tests::test_fnv_hasher_64_known_values ... ok
[INFO] [stdout] test utils::hasher::tests::test_identity_vs_fnv_64 ... ok
[INFO] [stdout] test utils::hasher::tests::test_fnv_hasher_64_zero ... ok
[INFO] [stdout] test utils::hasher::tests::test_identity_hasher_32 ... ok
[INFO] [stdout] test utils::hasher::tests::test_fnv_hasher_64_max_value ... ok
[INFO] [stdout] test utils::hasher::tests::test_splitmix64_deterministic ... ok
[INFO] [stdout] test utils::hasher::tests::test_splitmix64_vs_fnv ... ok
[INFO] [stdout] test utils::hasher::tests::test_splitmix64_zero ... ok
[INFO] [stdout] test utils::hasher::tests::test_splitmix64_different_inputs ... ok
[INFO] [stdout] test utils::heap::tests::test_duplicate_values ... ok
[INFO] [stdout] test utils::heap::tests::test_already_sorted_ascending ... ok
[INFO] [stdout] test utils::heap::tests::test_already_sorted_descending ... ok
[INFO] [stdout] test utils::heap::tests::test_interleaved_push_pop ... ok
[INFO] [stdout] test utils::heap::tests::test_min_heap_ordering ... ok
[INFO] [stdout] test utils::heap::tests::test_negative_numbers ... ok
[INFO] [stdout] test utils::heap::tests::test_new_heap_is_empty ... ok
[INFO] [stdout] test utils::heap::tests::test_pop_empty_heap_returns_none ... ok
[INFO] [stdout] test utils::heap::tests::test_single_element ... ok
[INFO] [stdout] test utils::heap::tests::test_with_custom_type ... ok
[INFO] [stdout] test utils::heap::tests::test_zero_value ... ok
[INFO] [stdout] test utils::human::tests::test_commas_i32_extremes ... ok
[INFO] [stdout] test utils::heap::tests::test_large_dataset ... ok
[INFO] [stdout] test utils::heap::tests::test_max_heap_ordering ... ok
[INFO] [stdout] test utils::frozen_big_table::tests::test_save_and_load ... ok
[INFO] [stdout] test utils::human::tests::test_commas_large ... ok
[INFO] [stdout] test utils::human::tests::test_commas_millions ... ok
[INFO] [stdout] test utils::human::tests::test_commas_negative_millions ... ok
[INFO] [stdout] test utils::human::tests::test_commas_negative_small ... ok
[INFO] [stdout] test utils::human::tests::test_commas_signed_zero ... ok
[INFO] [stdout] test utils::human::tests::test_commas_small ... ok
[INFO] [stdout] test utils::human::tests::test_commas_thousands ... ok
[INFO] [stdout] test utils::human::tests::test_commas_trait ... ok
[INFO] [stdout] test utils::human::tests::test_commas_usize ... ok
[INFO] [stdout] test utils::human::tests::test_commas_zero ... ok
[INFO] [stdout] test utils::human::tests::test_human_f32 ... ok
[INFO] [stdout] test utils::human::tests::test_human_float_billions ... ok
[INFO] [stdout] test utils::human::tests::test_human_float_millions ... ok
[INFO] [stdout] test utils::human::tests::test_human_float_negative ... ok
[INFO] [stdout] test utils::human::tests::test_human_float_small ... ok
[INFO] [stdout] test utils::human::tests::test_human_float_thousands ... ok
[INFO] [stdout] test utils::human::tests::test_human_int_millions ... ok
[INFO] [stdout] test utils::human::tests::test_human_int_negative ... ok
[INFO] [stdout] test utils::hasher::tests::test_fnv_hasher_64_different_inputs ... ok
[INFO] [stdout] test utils::human::tests::test_commas_i64_extremes ... ok
[INFO] [stdout] test utils::human::tests::test_human_trait ... ok
[INFO] [stdout] test utils::human::tests::test_human_int_small ... ok
[INFO] [stdout] test utils::interleave_tests::test_both_empty ... ok
[INFO] [stdout] test utils::interleave_tests::test_chained_interleave ... ok
[INFO] [stdout] test utils::interleave_tests::test_equal_length ... ok
[INFO] [stdout] test utils::interleave_tests::test_first_empty ... ok
[INFO] [stdout] test utils::interleave_tests::test_first_longer ... ok
[INFO] [stdout] test utils::interleave_tests::test_second_empty ... ok
[INFO] [stdout] test utils::interleave_tests::test_second_longer ... ok
[INFO] [stdout] test utils::human::tests::test_human_int_thousands ... ok
[INFO] [stdout] test utils::interleave_tests::test_with_strings ... ok
[INFO] [stdout] test utils::join::tests::test_adjacent_with_gap ... ok
[INFO] [stdout] test utils::join::tests::test_adjacent_no_gap ... ok
[INFO] [stdout] test utils::join::tests::test_contained_intervals ... ok
[INFO] [stdout] test utils::join::tests::test_empty_inputs ... ok
[INFO] [stdout] test utils::join::tests::test_empty_left ... ok
[INFO] [stdout] test utils::join::tests::test_empty_right ... ok
[INFO] [stdout] test utils::join::tests::test_gap_tolerance ... ok
[INFO] [stdout] test utils::join::tests::test_exact_overlap ... ok
[INFO] [stdout] test utils::interleave_tests::test_single_elements ... ok
[INFO] [stdout] test utils::join::tests::test_is_before ... ok
[INFO] [stdout] test utils::join::tests::test_large_gap_value ... ok
[INFO] [stdout] test utils::join::tests::test_one_to_many ... ok
[INFO] [stdout] test utils::join::tests::test_many_to_one ... ok
[INFO] [stdout] test utils::join::tests::test_no_overlap_too_far ... ok
[INFO] [stdout] test utils::join::tests::test_partial_overlap ... ok
[INFO] [stdout] test utils::join::tests::test_point_intervals ... ok
[INFO] [stdout] test utils::join::tests::test_sorted_input_required ... ok
[INFO] [stdout] test utils::join::tests::test_predicate_filters ... ok
[INFO] [stdout] test utils::join::tests::test_truly_disjoint ... ok
[INFO] [stdout] test utils::lcp_tests::test_differ_at_end ... ok
[INFO] [stdout] test utils::lcp_tests::test_boundary_at_16 ... ok
[INFO] [stdout] test utils::lcp_tests::test_differ_at_start ... ok
[INFO] [stdout] test utils::lcp_tests::test_different_lengths ... ok
[INFO] [stdout] test utils::lcp_tests::test_differ_in_middle ... ok
[INFO] [stdout] test utils::lcp_tests::test_empty ... ok
[INFO] [stdout] test utils::lcp_tests::test_longer_than_16 ... ok
[INFO] [stdout] test utils::lcp_tests::test_identical ... ok
[INFO] [stdout] test utils::lcp_tests::test_short_slices ... ok
[INFO] [stdout] test utils::paths::tests::test_convenience_functions ... ok
[INFO] [stdout] test utils::paths::tests::test_complex_dag ... ok
[INFO] [stdout] test utils::paths::tests::test_iterator_all_targets ... ok
[INFO] [stdout] test utils::paths::tests::test_multiple_paths_same_length ... ok
[INFO] [stdout] test utils::paths::tests::test_simple_path ... ok
[INFO] [stdout] test utils::paths::tests::test_single_shorter_path ... ok
[INFO] [stdout] test utils::paths::tests::test_source_to_source ... ok
[INFO] [stdout] test utils::paths::tests::test_unreachable_node ... ok
[INFO] [stdout] test utils::paths::tests::test_zero_weight_edges ... ok
[INFO] [stdout] test utils::range_set::tests::test_add_and_contains_single_range ... ok
[INFO] [stdout] test align::tests::test_identical ... ok
[INFO] [stdout] test utils::range_set::tests::test_contains_across_sorted_and_unsorted_parts ... ok
[INFO] [stdout] test utils::range_set::tests::test_contains_overlap_detection ... ok
[INFO] [stdout] test utils::range_set::tests::test_empty_contains_false ... ok
[INFO] [stdout] test utils::ring::tests::back_returns_newest ... ok
[INFO] [stdout] test utils::human::tests::test_commas_negative_thousands ... ok
[INFO] [stdout] test utils::hasher::tests::test_identity_vs_fnv_32 ... ok
[INFO] [stdout] test utils::hasher::tests::test_splitmix64_avalanche ... ok
[INFO] [stdout] test align::tests::test_from_data_1 ... ok
[INFO] [stdout] test utils::ring::tests::front_and_back_after_pop ... ok
[INFO] [stdout] test utils::join::tests::test_many_to_many ... ok
[INFO] [stdout] test utils::ring::tests::front_returns_oldest ... ok
[INFO] [stdout] test utils::ring::tests::index_after_pop ... ok
[INFO] [stdout] test utils::ring::tests::is_full_when_capacity_reached ... ok
[INFO] [stdout] test utils::ring::tests::len_after_overwrite ... ok
[INFO] [stdout] test utils::ring::tests::pop_decreases_len ... ok
[INFO] [stdout] test utils::ring::tests::pop_empty_returns_none ... ok
[INFO] [stdout] test utils::ring::tests::push_increases_len ... ok
[INFO] [stdout] test utils::ring::tests::index_access ... ok
[INFO] [stdout] test utils::ring::tests::interleaved_push_pop ... ok
[INFO] [stdout] test utils::ring::tests::new_ring_is_empty ... ok
[INFO] [stdout] test utils::ring::tests::push_overwrites_oldest_when_full ... ok
[INFO] [stdout] test utils::ring::tests::works_with_different_types ... ok
[INFO] [stdout] test utils::swiss::tests::test_group_match_byte ... ok
[INFO] [stdout] test utils::ring::tests::pop_returns_fifo_order ... ok
[INFO] [stdout] test utils::swiss::tests::test_bitmask_iter ... ok
[INFO] [stdout] test utils::swiss::tests::test_group_match_empty ... ok
[INFO] [stdout] test utils::swiss::tests::test_group_match_empty_or_deleted ... ok
[INFO] [stdout] test utils::table::tests::insert_remove_round_trip ... ok
[INFO] [stdout] test utils::swiss::tests::test_is_occupied ... ok
[INFO] [stdout] test utils::table::tests::clear_resets_usage ... ok
[INFO] [stdout] test utils::table::tests::insert_updates_existing ... ok
[INFO] [stdout] test utils::table::tests::iter_empty_table ... ok
[INFO] [stdout] test utils::ring::tests::wraparound_behavior ... ok
[INFO] [stdout] test utils::table::tests::iter_returns_all_entries ... ok
[INFO] [stdout] test utils::table::tests::iter_skips_deleted_entries ... ok
[INFO] [stdout] test utils::union_find::tests::test_all_sets ... ok
[INFO] [stdout] test utils::table::tests::iter_after_rehash ... ok
[INFO] [stdout] test utils::table::tests::iter_with_string_keys ... ok
[INFO] [stdout] test utils::table::tests::rehash_preserves_entries ... ok
[INFO] [stdout] test utils::union_find::tests::test_find_self ... ok
[INFO] [stdout] test utils::union_find::tests::test_lazy_init ... ok
[INFO] [stdout] test utils::union_find::tests::test_members ... ok
[INFO] [stdout] test utils::union_find::tests::test_new ... ok
[INFO] [stdout] test utils::union_find::tests::test_default ... ok
[INFO] [stdout] test utils::union_find::tests::test_path_compression ... ok
[INFO] [stdout] test utils::union_find::tests::test_idempotent_union ... ok
[INFO] [stdout] test utils::union_find::tests::test_count_sets ... ok
[INFO] [stdout] test utils::union_find::tests::test_two_sets ... ok
[INFO] [stdout] test utils::union_find::tests::test_sparse_elements ... ok
[INFO] [stdout] test utils::union_find::tests::test_union_chain ... ok
[INFO] [stdout] test utils::union_find_2::tests::test_all_sets ... ok
[INFO] [stdout] test utils::union_find::tests::test_union_by_rank ... ok
[INFO] [stdout] test utils::union_find_2::tests::test_count_sets ... ok
[INFO] [stdout] test utils::union_find_2::tests::test_concurrent_finds ... ok
[INFO] [stdout] test utils::union_find_2::tests::test_members ... ok
[INFO] [stdout] test utils::union_find_2::tests::test_path_compression ... ok
[INFO] [stdout] test utils::union_find_2::tests::test_singleton ... ok
[INFO] [stdout] test utils::union_find_2::tests::test_two_sets ... ok
[INFO] [stdout] test utils::union_find_2::tests::test_union_basic ... ok
[INFO] [stdout] test utils::union_find_2::tests::test_union_by_rank ... ok
[INFO] [stdout] test utils::union_find_2::tests::test_union_chain ... ok
[INFO] [stdout] test utils::zipper::tests::test_alternating_push_pop ... ok
[INFO] [stdout] test utils::zipper::tests::test_clear ... ok
[INFO] [stdout] test utils::zipper::tests::test_default_creates_empty ... ok
[INFO] [stdout] test utils::zipper::tests::test_from_empty_vec ... ok
[INFO] [stdout] test utils::union_find_2::tests::test_large ... ok
[INFO] [stdout] test utils::zipper::tests::test_index_access ... ok
[INFO] [stdout] test utils::zipper::tests::test_from_vec ... ok
[INFO] [stdout] test utils::frozen_table::tests::test_save_and_load ... ok
[INFO] [stdout] test utils::zipper::tests::test_index_after_insert ... ok
[INFO] [stdout] test utils::zipper::tests::test_index_after_remove ... ok
[INFO] [stdout] test utils::zipper::tests::test_insert_at_beginning ... ok
[INFO] [stdout] test utils::zipper::tests::test_index_mut ... ok
[INFO] [stdout] test utils::zipper::tests::test_insert_at_end ... ok
[INFO] [stdout] test utils::union_find_2::tests::test_idempotent_union ... ok
[INFO] [stdout] test utils::zipper::tests::test_insert_in_middle ... ok
[INFO] [stdout] test utils::zipper::tests::test_insert_into_empty ... ok
[INFO] [stdout] test utils::zipper::tests::test_multiple_inserts_and_removes ... ok
[INFO] [stdout] test utils::zipper::tests::test_into_syntax ... ok
[INFO] [stdout] test utils::zipper::tests::test_partition_point_after_modifications ... ok
[INFO] [stdout] test utils::zipper::tests::test_new_creates_empty ... ok
[INFO] [stdout] test utils::zipper::tests::test_partition_point_all_false ... ok
[INFO] [stdout] test utils::zipper::tests::test_partition_point_all_true ... ok
[INFO] [stdout] test utils::zipper::tests::test_partition_point_empty ... ok
[INFO] [stdout] test utils::zipper::tests::test_partition_point_middle ... ok
[INFO] [stdout] test utils::zipper::tests::test_pop_back ... ok
[INFO] [stdout] test utils::zipper::tests::test_pop_back_empty ... ok
[INFO] [stdout] test utils::zipper::tests::test_pop_front ... ok
[INFO] [stdout] test utils::zipper::tests::test_pop_front_empty ... ok
[INFO] [stdout] test utils::zipper::tests::test_push_front ... ok
[INFO] [stdout] test utils::zipper::tests::test_remove_from_beginning ... ok
[INFO] [stdout] test utils::zipper::tests::test_remove_from_end ... ok
[INFO] [stdout] test utils::zipper::tests::test_remove_from_middle ... ok
[INFO] [stdout] test utils::zipper::tests::test_with_strings ... ok
[INFO] [stdout] test utils::zipper::tests::test_sequential_operations_preserve_order ... ok
[INFO] [stdout] test utils::zipper::tests::test_push_back ... ok
[INFO] [stdout] test utils::union_find_2::tests::test_concurrent_unions ... ok
[INFO] [stdout] test align::block::tests::test_identical_sequences ... ok
[INFO] [stdout] test align::tests::test_single_insertion ... ok
[INFO] [stdout] test utils::union_find::tests::test_union_basic ... ok
[INFO] [stdout] test align::tests::test_from_data_1_short ... ok
[INFO] [stdout] test config::tests::test_default_config ... FAILED
[INFO] [stdout] test scores::tests::test_divergence_rejects_negative - should panic ... ok
[INFO] [stdout] test utils::paths::tests::test_negative_weight_panics - should panic ... ok
[INFO] [stdout] test utils::range_set::tests::test_add_range_invalid_panics - should panic ... ok
[INFO] [stdout] test utils::range_set::tests::test_add_range_overlap_panics - should panic ... ok
[INFO] [stdout] test utils::ring::tests::index_out_of_bounds_panics - should panic ... ok
[INFO] [stdout] test kmers::tests::optimized_fwd_performance ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- config::tests::test_default_config stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'config::tests::test_default_config' (69) panicked at src/config.rs:399:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 500
[INFO] [stdout]  right: 50
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59565d46252a - 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:     0x59565d46252a - 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:     0x59565d46252a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x59565d46252a - <<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:     0x59565d47953a - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x59565d47953a - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x59565d467262 - 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:     0x59565d467262 - <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:     0x59565d43fc4f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x59565d43fc4f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x59565d45a0b9 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x59565c2d538c - <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:     0x59565c2d538c - 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:     0x59565d45a272 - <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:     0x59565d45a272 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x59565d43fd08 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x59565d437449 - 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:     0x59565d440a1d - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x59565d479e9c - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x59565d479d23 - core[10b6fa85044e1869]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x59565d473d7d - core[10b6fa85044e1869]::panicking::assert_failed::<usize, usize>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x59565c266dcc - parallax::config::tests::test_default_config::h52127a373f27f927
[INFO] [stdout]                                at /opt/rustwide/workdir/src/config.rs:399:9
[INFO] [stdout]   22:     0x59565c266e87 - parallax::config::tests::test_default_config::{{closure}}::h85c65bacd8fb7e56
[INFO] [stdout]                                at /opt/rustwide/workdir/src/config.rs:396:29
[INFO] [stdout]   23:     0x59565c157986 - core::ops::function::FnOnce::call_once::hcef2769f87f50c70
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x59565c2c946b - <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]   25:     0x59565c2c946b - 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]   26:     0x59565c2d5e5b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x59565c2d5e5b - <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]   28:     0x59565c2d5e5b - 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]   29:     0x59565c2d5e5b - 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]   30:     0x59565c2d5e5b - 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]   31:     0x59565c2d5e5b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x59565c2d5e5b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x59565c2d1574 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x59565c2d1574 - 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]   35:     0x59565c2d8a62 - 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]   36:     0x59565c2d8a62 - <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]   37:     0x59565c2d8a62 - 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]   38:     0x59565c2d8a62 - 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]   39:     0x59565c2d8a62 - 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]   40:     0x59565c2d8a62 - 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]   41:     0x59565c2d8a62 - <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]   42:     0x59565d461b3f - <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]   43:     0x59565d461b3f - <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]   44:     0x773df7b1faa4 - <unknown>
[INFO] [stdout]   45:     0x773df7baca64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     config::tests::test_default_config
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 376 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.04s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "ddb645e44a54ff4024295d2b67ae5bd3c57116aeea4b187d7fbfa16560988ee3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ddb645e44a54ff4024295d2b67ae5bd3c57116aeea4b187d7fbfa16560988ee3", kill_on_drop: false }`
[INFO] [stdout] ddb645e44a54ff4024295d2b67ae5bd3c57116aeea4b187d7fbfa16560988ee3
