stork 1.5.0 -> 1.6.0 https://github.com/jameslittle230/stork/releases attrpath: stork Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] Replacing cargoHash with sha256-a7ADTJ0VmKiZBr951JIAOSPWucsBl5JnM8eQHWssRM4= Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A stork nix build failed. test index_v3::search::tests::e2e_v3_search_works ... ok test result: ok. 91 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.01s  Running unittests src/main.rs (target/x86_64-unknown-linux-gnu/release/deps/stork-9112bedf94d8486a) running 3 tests test pretty_print_search_results::tests::display_pretty_search_results_given_output ... FAILED test clap::tests::invalid_command_line_input_fails_to_parse ... ok test clap::tests::valid_command_line_input_parses ... ok failures: ---- pretty_print_search_results::tests::display_pretty_search_results_given_output stdout ---- thread 'pretty_print_search_results::tests::display_pretty_search_results_given_output' panicked at 'assertion failed: `(left == right)` Diff < left / right > : <"\u{1b}[1;32mSome Document Title\u{1b}[0m\n\n - This is the excerpt of the text\n\n21 total results available" >"\u{1b}[1;32mSome Document Title\u{1b}[0m\n\n - \u{1b}[33mT\u{1b}[0mhis is the excerpt of the text\n\n21 total results available" ', stork-cli/src/pretty_print_search_results.rs:92:9 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace failures: pretty_print_search_results::tests::display_pretty_search_results_given_output test result: FAILED. 2 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s error: test failed, to rerun pass `-p stork-search --bin stork`