[INFO] cloning repository https://github.com/smessmer/wordle
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/smessmer/wordle" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsmessmer%2Fwordle", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsmessmer%2Fwordle'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1031d1b750296e3d7ca3f7187322f40bbcef2e81
[INFO] testing smessmer/wordle against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsmessmer%2Fwordle" "/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/smessmer/wordle
[INFO] finished tweaking git repo https://github.com/smessmer/wordle
[INFO] tweaked toml for git repo https://github.com/smessmer/wordle written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/smessmer/wordle on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/smessmer/wordle 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" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e57631121bcff68e2a737c3210147c638a2a0f5d82d2ada46dbd45af6cbfe85e
[INFO] running `Command { std: "docker" "start" "-a" "e57631121bcff68e2a737c3210147c638a2a0f5d82d2ada46dbd45af6cbfe85e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e57631121bcff68e2a737c3210147c638a2a0f5d82d2ada46dbd45af6cbfe85e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e57631121bcff68e2a737c3210147c638a2a0f5d82d2ada46dbd45af6cbfe85e", kill_on_drop: false }`
[INFO] [stdout] e57631121bcff68e2a737c3210147c638a2a0f5d82d2ada46dbd45af6cbfe85e
[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=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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 78f9c4eb5b7aba235ef05120e323eb46993c282f4d637852e6e2c3ca2630fa8a
[INFO] running `Command { std: "docker" "start" "-a" "78f9c4eb5b7aba235ef05120e323eb46993c282f4d637852e6e2c3ca2630fa8a", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.178
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling proc-macro2 v1.0.104
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling sorted-vec v0.8.10
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling common_macros v0.1.1
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling csv-core v0.1.13
[INFO] [stderr]    Compiling instability v0.3.11
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling indoc v2.0.7
[INFO] [stderr]    Compiling lru v0.12.5
[INFO] [stderr]    Compiling castaway v0.2.4
[INFO] [stderr]    Compiling compact_str v0.8.1
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling syn v2.0.112
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling cc v1.2.51
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling cassowary v0.3.0
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling crossterm v0.28.1
[INFO] [stderr]    Compiling unicode-truncate v1.1.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling unicode-width v0.2.0
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling csv v1.4.0
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling zstd v0.13.3
[INFO] [stderr]    Compiling wordle-wordlists-processing v0.1.0 (/opt/rustwide/workdir/crates/wordlists-processing)
[INFO] [stderr]    Compiling wordle-wordlists-data v0.1.0 (/opt/rustwide/workdir/crates/wordlists-data)
[INFO] [stderr]    Compiling wordle-game v0.1.0 (/opt/rustwide/workdir/crates/game)
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling ratatui v0.29.0
[INFO] [stderr]    Compiling wordle-tui v0.1.0 (/opt/rustwide/workdir/crates/tui)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s
[INFO] running `Command { std: "docker" "inspect" "78f9c4eb5b7aba235ef05120e323eb46993c282f4d637852e6e2c3ca2630fa8a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "78f9c4eb5b7aba235ef05120e323eb46993c282f4d637852e6e2c3ca2630fa8a", kill_on_drop: false }`
[INFO] [stdout] 78f9c4eb5b7aba235ef05120e323eb46993c282f4d637852e6e2c3ca2630fa8a
[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=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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 57828c7232eb8049bad26a68f5b7b9a4cfe799994193afcb86ac5d921741c544
[INFO] running `Command { std: "docker" "start" "-a" "57828c7232eb8049bad26a68f5b7b9a4cfe799994193afcb86ac5d921741c544", kill_on_drop: false }`
[INFO] [stderr]    Compiling wordle-wordlists-data v0.1.0 (/opt/rustwide/workdir/crates/wordlists-data)
[INFO] [stderr]    Compiling wordle-wordlists-processing v0.1.0 (/opt/rustwide/workdir/crates/wordlists-processing)
[INFO] [stderr]    Compiling wordle-game v0.1.0 (/opt/rustwide/workdir/crates/game)
[INFO] [stderr]    Compiling wordle-tui v0.1.0 (/opt/rustwide/workdir/crates/tui)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.99s
[INFO] running `Command { std: "docker" "inspect" "57828c7232eb8049bad26a68f5b7b9a4cfe799994193afcb86ac5d921741c544", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "57828c7232eb8049bad26a68f5b7b9a4cfe799994193afcb86ac5d921741c544", kill_on_drop: false }`
[INFO] [stdout] 57828c7232eb8049bad26a68f5b7b9a4cfe799994193afcb86ac5d921741c544
[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=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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 1361f680e1403b8c58437e527194411c636f8f1865d311ad980230121cc6c772
[INFO] running `Command { std: "docker" "start" "-a" "1361f680e1403b8c58437e527194411c636f8f1865d311ad980230121cc6c772", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/wordle_game-09b31a534ab22ee4)
[INFO] [stdout] 
[INFO] [stdout] running 19 tests
[INFO] [stdout] test feedback::tests::test_all_correct ... ok
[INFO] [stdout] test feedback::tests::test_duplicate_letters ... ok
[INFO] [stdout] test feedback::tests::test_all_wrong ... ok
[INFO] [stdout] test feedback::tests::test_duplicate_letters_one_correct ... ok
[INFO] [stdout] test feedback::tests::test_extra_duplicate_in_guess ... ok
[INFO] [stdout] test feedback::tests::test_wrong_position ... ok
[INFO] [stdout] test game::tests::test_game_over_prevents_more_guesses ... ok
[INFO] [stdout] test game::tests::test_guesses_remaining ... ok
[INFO] [stdout] test game::tests::test_lose_after_max_guesses ... ok
[INFO] [stdout] test game::tests::test_invalid_word ... ok
[INFO] [stdout] test letter::tests::test_word_letters ... ok
[INFO] [stdout] test letter::tests::test_word_parse ... ok
[INFO] [stdout] test game::tests::test_win_after_multiple_guesses ... ok
[INFO] [stdout] test game::tests::test_win_first_guess ... ok
[INFO] [stdout] test letter::tests::test_letter_new ... ok
[INFO] [stdout] test game::tests::test_word_not_in_list ... ok
[INFO] [stdout] test word_pool::tests::test_random_word ... ok
[INFO] [stdout] test word_pool::tests::test_word_pool_filters_invalid ... ok
[INFO] [stdout] test word_pool::tests::test_word_pool_from_strings ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/wordle_tui-f2f68cc298c749f2)
[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/main.rs (/opt/rustwide/target/debug/deps/wordle-30311c4f288d0625)
[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/lib.rs (/opt/rustwide/target/debug/deps/wordle_wordlists_data-94cb8cb369b5d982)
[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/lib.rs (/opt/rustwide/target/debug/deps/wordle_wordlists_processing-4881f309b374a938)
[INFO] [stdout] 
[INFO] [stdout] running 128 tests
[INFO] [stdout] test ordering::tests::test_case_insensitive_primary ... ok
[INFO] [stdout] test ordering::tests::test_empty_strings ... ok
[INFO] [stdout] test ordering::tests::test_char_cmp_basic ... ok
[INFO] [stdout] test ordering::tests::test_german_umlauts ... ok
[INFO] [stdout] test ordering::tests::test_lowercase_before_uppercase ... ok
[INFO] [stdout] test stream::boxed::tests::test_basic_iteration ... ok
[INFO] [stdout] test ordering::tests::test_mixed_case_ordering ... ok
[INFO] [stdout] test ordering::tests::test_multi_char_lowercase ... ok
[INFO] [stdout] test ordering::tests::test_prefix_ordering ... ok
[INFO] [stdout] test stream::boxed::tests::test_dedup ... ok
[INFO] [stdout] test ordering::tests::test_same_case_ordering ... ok
[INFO] [stdout] test stream::boxed::tests::test_empty_stream ... ok
[INFO] [stdout] test stream::boxed::tests::test_merge_three_streams_in_loop ... ok
[INFO] [stdout] test stream::boxed::tests::test_merge_two_streams ... ok
[INFO] [stdout] test stream::boxed::tests::test_to_lowercase ... ok
[INFO] [stdout] test stream::boxed::tests::test_merge_with_empty ... ok
[INFO] [stdout] test stream::sinks::tests::test_collect_to_set_empty ... ok
[INFO] [stdout] test stream::sinks::tests::test_collect_to_set_deduplicates ... ok
[INFO] [stdout] test stream::sinks::tests::test_collect_to_set_error ... ok
[INFO] [stdout] test stream::boxed::tests::test_filter ... ok
[INFO] [stdout] test stream::boxed::tests::test_full_pipeline ... ok
[INFO] [stdout] test stream::sinks::tests::test_collect_to_set ... ok
[INFO] [stdout] test stream::sources::csv::tests::test_basic_csv ... ok
[INFO] [stdout] test stream::sources::csv::tests::test_csv_case_fold_sorting ... ok
[INFO] [stdout] test stream::sources::csv::tests::test_csv_empty ... ok
[INFO] [stdout] test stream::sources::csv::tests::test_csv_empty_first_field ... ok
[INFO] [stdout] test stream::sources::csv::tests::test_csv_single_column ... ok
[INFO] [stdout] test stream::sources::csv::tests::test_csv_sorts_words ... ok
[INFO] [stdout] test stream::sources::csv::tests::test_csv_with_quotes ... ok
[INFO] [stdout] test stream::sources::csv::tests::test_csv_with_spaces ... ok
[INFO] [stdout] test stream::sources::csv::tests::test_csv_zstd ... ok
[INFO] [stdout] test stream::sources::csv::tests::test_csv_zstd_invalid ... ok
[INFO] [stdout] test stream::boxed::tests::test_error_propagates ... ok
[INFO] [stdout] test stream::sources::sorted_file::tests::test_file_not_found ... ok
[INFO] [stdout] test stream::sinks::tests::test_write_to_file ... ok
[INFO] [stdout] test stream::sinks::tests::test_write_to_file_empty ... ok
[INFO] [stdout] test stream::sources::sorted_file::tests::test_trims_whitespace ... ok
[INFO] [stdout] test stream::sinks::tests::test_write_to_file_error_in_stream ... ok
[INFO] [stdout] test stream::sources::sorted_file::tests::test_read_sorted_zst_file ... ok
[INFO] [stdout] test stream::sources::sorted_file::tests::test_skips_empty_lines ... ok
[INFO] [stdout] test stream::sources::sorted_file::tests::test_zst_skips_empty_lines ... ok
[INFO] [stdout] test stream::sources::sorted_file::tests::test_zst_file_not_found ... ok
[INFO] [stdout] test stream::sources::txt::tests::test_case_fold_sorting ... ok
[INFO] [stdout] test stream::sources::txt::tests::test_empty ... ok
[INFO] [stdout] test stream::sources::txt::tests::test_skips_empty_lines ... ok
[INFO] [stdout] test stream::sources::txt::tests::test_german_umlauts_sorting ... ok
[INFO] [stdout] test stream::sources::sorted_file::tests::test_empty_file ... ok
[INFO] [stdout] test stream::sources::sorted_file::tests::test_read_sorted_file ... ok
[INFO] [stdout] test stream::sources::txt::tests::test_trims_whitespace ... ok
[INFO] [stdout] test stream::sources::txt::tests::test_sorts_unsorted ... ok
[INFO] [stdout] test stream::sources::txt::tests::test_txt_zstd_case_fold_sorting ... ok
[INFO] [stdout] test stream::sources::txt::tests::test_txt_zstd_invalid ... ok
[INFO] [stdout] test stream::tests::test_full_pipeline_sorted_zst_file ... ok
[INFO] [stdout] test stream::tests::test_full_pipeline_txt ... ok
[INFO] [stdout] test stream::tests::test_full_pipeline_txt_zstd ... ok
[INFO] [stdout] test stream::tests::test_full_pipeline_sorted_file ... ok
[INFO] [stdout] test stream::tests::test_write_to_file ... ok
[INFO] [stdout] test stream::tests::test_filter_chain ... ok
[INFO] [stdout] test stream::transforms::dedup::tests::test_dedup_all_same ... ok
[INFO] [stdout] test stream::transforms::dedup::tests::test_dedup_case_fold_duplicates ... ok
[INFO] [stdout] test stream::transforms::dedup::tests::test_dedup_empty ... ok
[INFO] [stdout] test stream::transforms::dedup::tests::test_dedup_exact_duplicates ... ok
[INFO] [stdout] test stream::sources::txt::tests::test_txt_zstd ... ok
[INFO] [stdout] test stream::transforms::dedup::tests::test_dedup_german_umlauts ... ok
[INFO] [stdout] test stream::transforms::dedup::tests::test_dedup_no_duplicates ... ok
[INFO] [stdout] test stream::transforms::dedup::tests::test_dedup_preserves_errors ... ok
[INFO] [stdout] test stream::transforms::filter::tests::test_filter_all ... ok
[INFO] [stdout] test stream::transforms::dedup::tests::test_dedup_single ... ok
[INFO] [stdout] test stream::transforms::filter::tests::test_filter_by_length ... ok
[INFO] [stdout] test stream::transforms::filter::tests::test_filter_by_prefix ... ok
[INFO] [stdout] test stream::transforms::filter::tests::test_filter_empty ... ok
[INFO] [stdout] test stream::transforms::filter::tests::test_filter_preserves_errors ... ok
[INFO] [stdout] test stream::transforms::filter_non_alphabetic::tests::test_all_filtered ... ok
[INFO] [stdout] test stream::transforms::filter_non_alphabetic::tests::test_empty_stream ... ok
[INFO] [stdout] test stream::transforms::filter_non_alphabetic::tests::test_filters_words_with_digits ... ok
[INFO] [stdout] test stream::transforms::filter_non_alphabetic::tests::test_filters_words_with_hyphens ... ok
[INFO] [stdout] test stream::transforms::filter_non_alphabetic::tests::test_filters_words_with_punctuation ... ok
[INFO] [stdout] test stream::transforms::filter_non_alphabetic::tests::test_filters_words_with_spaces ... ok
[INFO] [stdout] test stream::transforms::filter_non_alphabetic::tests::test_keeps_alphabetic_words ... ok
[INFO] [stdout] test stream::transforms::filter_non_alphabetic::tests::test_keeps_german_umlauts ... ok
[INFO] [stdout] test stream::transforms::filter_non_alphabetic::tests::test_keeps_unicode_alphabetic ... ok
[INFO] [stdout] test stream::transforms::filter_non_alphabetic::tests::test_preserves_errors ... ok
[INFO] [stdout] test stream::transforms::lowercase::tests::test_lowercase_already_lowercase ... ok
[INFO] [stdout] test stream::transforms::lowercase::tests::test_lowercase_empty ... ok
[INFO] [stdout] test stream::transforms::lowercase::tests::test_lowercase_german_umlauts ... ok
[INFO] [stdout] test stream::transforms::lowercase::tests::test_lowercase_mixed_case ... ok
[INFO] [stdout] test stream::transforms::lowercase::tests::test_lowercase_preserves_errors ... ok
[INFO] [stdout] test stream::transforms::lowercase::tests::test_lowercase_uppercase ... ok
[INFO] [stdout] test stream::transforms::merge::tests::test_merge_both_empty ... ok
[INFO] [stdout] test stream::transforms::merge::tests::test_merge_case_fold_order ... ok
[INFO] [stdout] test stream::transforms::merge::tests::test_merge_disjoint ... ok
[INFO] [stdout] test stream::transforms::filter::tests::test_filter_none ... ok
[INFO] [stdout] test stream::transforms::merge::tests::test_merge_interleaved ... ok
[INFO] [stdout] test stream::transforms::merge::tests::test_merge_left_empty ... ok
[INFO] [stdout] test stream::transforms::merge::tests::test_merge_right_empty ... ok
[INFO] [stdout] test stream::transforms::merge::tests::test_merge_preserves_errors ... ok
[INFO] [stdout] test stream::sources::sorted_file::tests::test_unsorted_file_panics - should panic ... ok
[INFO] [stdout] test stream::transforms::merge::tests::test_merge_with_duplicates ... ok
[INFO] [stdout] test stream::sources::sorted_file::tests::test_unsorted_zst_file_panics - should panic ... ok
[INFO] [stdout] test stream::word_stream::tests::test_empty_stream ... ok
[INFO] [stdout] test stream::word_stream::tests::test_io_error_propagates ... ok
[INFO] [stdout] test stream::word_stream::tests::test_single_item_stream ... ok
[INFO] [stdout] test stream::word_stream::tests::test_sorted_stream_iterates ... ok
[INFO] [stdout] test stream::word_stream::tests::test_unsorted_stream_panics - should panic ... ok
[INFO] [stdout] test stream::word_stream::tests::test_case_unsorted_stream_panics - should panic ... ok
[INFO] [stdout] test word::tests::test_as_ref ... ok
[INFO] [stdout] test word::tests::test_from_string ... ok
[INFO] [stdout] test word::tests::test_into_string ... ok
[INFO] [stdout] test stream::word_stream::tests::test_case_fold_sorted_stream ... ok
[INFO] [stdout] test word_set::tests::accessors::test_contains ... ok
[INFO] [stdout] test word_set::tests::accessors::test_is_empty ... ok
[INFO] [stdout] test word_set::tests::accessors::test_len ... ok
[INFO] [stdout] test word::tests::test_ord_case_fold ... ok
[INFO] [stdout] test word_set::tests::constructor::test_collect_from_iter ... ok
[INFO] [stdout] test word_set::tests::constructor::test_collect_maintains_case_fold_order ... ok
[INFO] [stdout] test word_set::tests::constructor::test_collect_deduplicates ... ok
[INFO] [stdout] test word_set::tests::constructor::test_default_creates_empty_set ... ok
[INFO] [stdout] test word_set::tests::constructor::test_new_creates_empty_set ... ok
[INFO] [stdout] test word_set::tests::edge_cases::test_clone ... ok
[INFO] [stdout] test word_set::tests::edge_cases::test_single_element ... ok
[INFO] [stdout] test word_set::tests::edge_cases::test_empty_set_operations ... ok
[INFO] [stdout] test word_set::tests::iterator::test_into_iterator_case_fold_order ... ok
[INFO] [stdout] test word_set::tests::edge_cases::test_equality ... ok
[INFO] [stdout] test word_set::tests::iterator::test_into_iterator_owned ... ok
[INFO] [stdout] test stream::tests::test_write_to_zst_file ... ok
[INFO] [stderr]    Doc-tests wordle_game
[INFO] [stdout] test stream::sinks::tests::test_write_to_zst_file_empty ... ok
[INFO] [stdout] test stream::sinks::tests::test_write_to_zst_file ... ok
[INFO] [stdout] test stream::tests::test_zst_roundtrip ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 128 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.34s
[INFO] [stdout] 
[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]    Doc-tests wordle_tui
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests wordle_wordlists_data
[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] [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]    Doc-tests wordle_wordlists_processing
[INFO] [stdout] 
[INFO] [stdout] running 21 tests
[INFO] [stdout] test crates/wordlists-processing/src/stream/mod.rs - stream::WordStream<I>::merge (line 247) - compile ... FAILED
[INFO] [stdout] test crates/wordlists-processing/src/stream/boxed.rs - stream::boxed::BoxedWordStream (line 21) - compile ... FAILED
[INFO] [stdout] test crates/wordlists-processing/src/stream/mod.rs - stream::WordStream<I>::dedup (line 203) - compile ... FAILED
[INFO] [stdout] test crates/wordlists-processing/src/stream/mod.rs - stream::WordStream<I>::filter_non_alphabetic (line 223) - compile ... FAILED
[INFO] [stdout] test crates/wordlists-processing/src/stream/mod.rs - stream::WordStream<I>::to_lowercase (line 183) - compile ... FAILED
[INFO] [stdout] test crates/wordlists-processing/src/stream/mod.rs - stream::WordStream<I>::filter (line 161) - compile ... FAILED
[INFO] [stdout] test crates/wordlists-processing/src/stream/mod.rs - stream (line 9) - compile ... FAILED
[INFO] [stdout] test crates/wordlists-processing/src/stream/mod.rs - stream::WordStream<I>::collect_to_set (line 270) - compile ... FAILED
[INFO] [stdout] test crates/wordlists-processing/src/stream/mod.rs - stream::WordStream<SortedLines<BufReader<File>>>::from_sorted_file (line 81) - compile ... FAILED
[INFO] [stdout] test crates/wordlists-processing/src/stream/mod.rs - stream::WordStream<SortedLines<BufReader<Decoder<'static,BufReader<File>>>>>::from_sorted_zst_file (line 111) - compile ... FAILED
[INFO] [stdout] test crates/wordlists-processing/src/stream/sources/csv.rs - stream::sources::csv::from_csv (line 22) - compile ... FAILED
[INFO] [stdout] test crates/wordlists-processing/src/ordering.rs - ordering::case_fold_cmp (line 31) ... FAILED
[INFO] [stdout] test crates/wordlists-processing/src/stream/mod.rs - stream::WordStream<I>::write_to_zst_file (line 318) - compile ... FAILED
[INFO] [stdout] test crates/wordlists-processing/src/stream/sources/sorted_file.rs - stream::sources::sorted_file::from_sorted_file (line 73) - compile ... FAILED
[INFO] [stdout] test crates/wordlists-processing/src/stream/sources/csv.rs - stream::sources::csv::from_csv_zstd (line 67) - compile ... FAILED
[INFO] [stdout] test crates/wordlists-processing/src/stream/sources/txt.rs - stream::sources::txt::from_txt (line 44) - compile ... FAILED
[INFO] [stdout] test crates/wordlists-processing/src/stream/sources/sorted_file.rs - stream::sources::sorted_file::from_sorted_zst_file (line 104) - compile ... FAILED
[INFO] [stdout] test crates/wordlists-processing/src/stream/sources/txt.rs - stream::sources::txt::from_txt_zstd (line 85) - compile ... FAILED
[INFO] [stdout] test crates/wordlists-processing/src/stream/word_stream.rs - stream::word_stream::WordStream<I>::boxed (line 55) - compile ... FAILED
[INFO] [stdout] test crates/wordlists-processing/src/stream/mod.rs - stream::WordStream<WordSetIter>::from_word_set (line 133) - compile ... FAILED
[INFO] [stdout] test crates/wordlists-processing/src/stream/mod.rs - stream::WordStream<I>::write_to_file (line 294) - compile ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- crates/wordlists-processing/src/stream/mod.rs - stream::WordStream<I>::merge (line 247) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `wordle`
[INFO] [stdout]    --> crates/wordlists-processing/src/stream/mod.rs:248:5
[INFO] [stdout]     |
[INFO] [stdout] 248 | use wordle::wordlist::stream::from_sorted_file;
[INFO] [stdout]     |     ^^^^^^ use of unresolved module or unlinked crate `wordle`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `wordle`, use `cargo add wordle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- crates/wordlists-processing/src/stream/boxed.rs - stream::boxed::BoxedWordStream (line 21) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `wordle`
[INFO] [stdout]   --> crates/wordlists-processing/src/stream/boxed.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | use wordle::wordlist::stream::from_sorted_zst_file;
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `wordle`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `wordle`, use `cargo add wordle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> crates/wordlists-processing/src/stream/boxed.rs:32:14
[INFO] [stdout]    |
[INFO] [stdout] 32 |     .filter(|w| w.len() == 5)
[INFO] [stdout]    |              ^  - type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]    |
[INFO] [stdout] 32 |     .filter(|w: /* Type */| w.len() == 5)
[INFO] [stdout]    |               ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0282, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- crates/wordlists-processing/src/stream/mod.rs - stream::WordStream<I>::dedup (line 203) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `wordle`
[INFO] [stdout]    --> crates/wordlists-processing/src/stream/mod.rs:204:5
[INFO] [stdout]     |
[INFO] [stdout] 204 | use wordle::wordlist::stream::from_sorted_file;
[INFO] [stdout]     |     ^^^^^^ use of unresolved module or unlinked crate `wordle`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `wordle`, use `cargo add wordle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- crates/wordlists-processing/src/stream/mod.rs - stream::WordStream<I>::filter_non_alphabetic (line 223) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `wordle`
[INFO] [stdout]    --> crates/wordlists-processing/src/stream/mod.rs:224:5
[INFO] [stdout]     |
[INFO] [stdout] 224 | use wordle::wordlist::stream::from_sorted_file;
[INFO] [stdout]     |     ^^^^^^ use of unresolved module or unlinked crate `wordle`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `wordle`, use `cargo add wordle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- crates/wordlists-processing/src/stream/mod.rs - stream::WordStream<I>::to_lowercase (line 183) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `wordle`
[INFO] [stdout]    --> crates/wordlists-processing/src/stream/mod.rs:184:5
[INFO] [stdout]     |
[INFO] [stdout] 184 | use wordle::wordlist::stream::from_sorted_file;
[INFO] [stdout]     |     ^^^^^^ use of unresolved module or unlinked crate `wordle`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `wordle`, use `cargo add wordle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- crates/wordlists-processing/src/stream/mod.rs - stream::WordStream<I>::filter (line 161) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `wordle`
[INFO] [stdout]    --> crates/wordlists-processing/src/stream/mod.rs:162:5
[INFO] [stdout]     |
[INFO] [stdout] 162 | use wordle::wordlist::stream::from_sorted_file;
[INFO] [stdout]     |     ^^^^^^ use of unresolved module or unlinked crate `wordle`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `wordle`, use `cargo add wordle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> crates/wordlists-processing/src/stream/mod.rs:165:14
[INFO] [stdout]     |
[INFO] [stdout] 165 |     .filter(|w| w.len() == 5)
[INFO] [stdout]     |              ^  - type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 165 |     .filter(|w: /* Type */| w.len() == 5)
[INFO] [stdout]     |               ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0282, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- crates/wordlists-processing/src/stream/mod.rs - stream (line 9) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `wordle`
[INFO] [stdout]   --> crates/wordlists-processing/src/stream/mod.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use wordle::wordlist::stream::from_sorted_file;
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `wordle`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `wordle`, use `cargo add wordle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `wordle`
[INFO] [stdout]   --> crates/wordlists-processing/src/stream/mod.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | use wordle::wordlist::stream::from_sorted_zst_file;
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `wordle`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `wordle`, use `cargo add wordle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> crates/wordlists-processing/src/stream/mod.rs:14:14
[INFO] [stdout]    |
[INFO] [stdout] 14 |     .filter(|w| w.len() == 5)
[INFO] [stdout]    |              ^  - type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]    |
[INFO] [stdout] 14 |     .filter(|w: /* Type */| w.len() == 5)
[INFO] [stdout]    |               ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> crates/wordlists-processing/src/stream/mod.rs:21:14
[INFO] [stdout]    |
[INFO] [stdout] 21 |     .filter(|w| w.len() == 5)
[INFO] [stdout]    |              ^  - type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]    |
[INFO] [stdout] 21 |     .filter(|w: /* Type */| w.len() == 5)
[INFO] [stdout]    |               ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0282, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- crates/wordlists-processing/src/stream/mod.rs - stream::WordStream<I>::collect_to_set (line 270) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `wordle`
[INFO] [stdout]    --> crates/wordlists-processing/src/stream/mod.rs:271:5
[INFO] [stdout]     |
[INFO] [stdout] 271 | use wordle::wordlist::stream::from_sorted_file;
[INFO] [stdout]     |     ^^^^^^ use of unresolved module or unlinked crate `wordle`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `wordle`, use `cargo add wordle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> crates/wordlists-processing/src/stream/mod.rs:274:14
[INFO] [stdout]     |
[INFO] [stdout] 274 |     .filter(|w| w.len() == 5)
[INFO] [stdout]     |              ^  - type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 274 |     .filter(|w: /* Type */| w.len() == 5)
[INFO] [stdout]     |               ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0282, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- crates/wordlists-processing/src/stream/mod.rs - stream::WordStream<SortedLines<BufReader<File>>>::from_sorted_file (line 81) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `wordle`
[INFO] [stdout]   --> crates/wordlists-processing/src/stream/mod.rs:82:5
[INFO] [stdout]    |
[INFO] [stdout] 82 | use wordle::wordlist::stream::WordStream;
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `wordle`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `wordle`, use `cargo add wordle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- crates/wordlists-processing/src/stream/mod.rs - stream::WordStream<SortedLines<BufReader<Decoder<'static,BufReader<File>>>>>::from_sorted_zst_file (line 111) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `wordle`
[INFO] [stdout]    --> crates/wordlists-processing/src/stream/mod.rs:112:5
[INFO] [stdout]     |
[INFO] [stdout] 112 | use wordle::wordlist::stream::WordStream;
[INFO] [stdout]     |     ^^^^^^ use of unresolved module or unlinked crate `wordle`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `wordle`, use `cargo add wordle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- crates/wordlists-processing/src/stream/sources/csv.rs - stream::sources::csv::from_csv (line 22) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `wordle`
[INFO] [stdout]   --> crates/wordlists-processing/src/stream/sources/csv.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 | use wordle::wordlist::stream::from_csv;
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `wordle`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `wordle`, use `cargo add wordle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- crates/wordlists-processing/src/ordering.rs - ordering::case_fold_cmp (line 31) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `wordle`
[INFO] [stdout]   --> crates/wordlists-processing/src/ordering.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 33 | use wordle::wordlist::ordering::case_fold_cmp;
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `wordle`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `wordle`, use `cargo add wordle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- crates/wordlists-processing/src/stream/mod.rs - stream::WordStream<I>::write_to_zst_file (line 318) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `wordle`
[INFO] [stdout]    --> crates/wordlists-processing/src/stream/mod.rs:319:5
[INFO] [stdout]     |
[INFO] [stdout] 319 | use wordle::wordlist::stream::from_sorted_file;
[INFO] [stdout]     |     ^^^^^^ use of unresolved module or unlinked crate `wordle`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `wordle`, use `cargo add wordle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> crates/wordlists-processing/src/stream/mod.rs:322:14
[INFO] [stdout]     |
[INFO] [stdout] 322 |     .filter(|w| w.chars().all(|c| c.is_alphabetic()))
[INFO] [stdout]     |              ^  - type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 322 |     .filter(|w: /* Type */| w.chars().all(|c| c.is_alphabetic()))
[INFO] [stdout]     |               ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> crates/wordlists-processing/src/stream/mod.rs:322:32
[INFO] [stdout]     |
[INFO] [stdout] 322 |     .filter(|w| w.chars().all(|c| c.is_alphabetic()))
[INFO] [stdout]     |                                ^  - type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 322 |     .filter(|w| w.chars().all(|c: /* Type */| c.is_alphabetic()))
[INFO] [stdout]     |                                 ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0282, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- crates/wordlists-processing/src/stream/sources/sorted_file.rs - stream::sources::sorted_file::from_sorted_file (line 73) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `wordle`
[INFO] [stdout]   --> crates/wordlists-processing/src/stream/sources/sorted_file.rs:74:5
[INFO] [stdout]    |
[INFO] [stdout] 74 | use wordle::wordlist::stream::from_sorted_file;
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `wordle`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `wordle`, use `cargo add wordle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- crates/wordlists-processing/src/stream/sources/csv.rs - stream::sources::csv::from_csv_zstd (line 67) stdout ----
[INFO] [stdout] error: couldn't read `crates/wordlists-processing/src/stream/sources/some_file.csv.zst`: No such file or directory (os error 2)
[INFO] [stdout]   --> crates/wordlists-processing/src/stream/sources/csv.rs:71:30
[INFO] [stdout]    |
[INFO] [stdout] 71 | let compressed_data: &[u8] = include_bytes!("some_file.csv.zst");
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `wordle`
[INFO] [stdout]   --> crates/wordlists-processing/src/stream/sources/csv.rs:69:5
[INFO] [stdout]    |
[INFO] [stdout] 69 | use wordle::wordlist::stream::from_csv_zstd;
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `wordle`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `wordle`, use `cargo add wordle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- crates/wordlists-processing/src/stream/sources/txt.rs - stream::sources::txt::from_txt (line 44) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `wordle`
[INFO] [stdout]   --> crates/wordlists-processing/src/stream/sources/txt.rs:46:5
[INFO] [stdout]    |
[INFO] [stdout] 46 | use wordle::wordlist::stream::from_txt;
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `wordle`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `wordle`, use `cargo add wordle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- crates/wordlists-processing/src/stream/sources/sorted_file.rs - stream::sources::sorted_file::from_sorted_zst_file (line 104) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `wordle`
[INFO] [stdout]    --> crates/wordlists-processing/src/stream/sources/sorted_file.rs:105:5
[INFO] [stdout]     |
[INFO] [stdout] 105 | use wordle::wordlist::stream::from_sorted_zst_file;
[INFO] [stdout]     |     ^^^^^^ use of unresolved module or unlinked crate `wordle`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `wordle`, use `cargo add wordle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- crates/wordlists-processing/src/stream/sources/txt.rs - stream::sources::txt::from_txt_zstd (line 85) stdout ----
[INFO] [stdout] error: couldn't read `crates/wordlists-processing/src/stream/sources/some_file.txt.zst`: No such file or directory (os error 2)
[INFO] [stdout]   --> crates/wordlists-processing/src/stream/sources/txt.rs:89:30
[INFO] [stdout]    |
[INFO] [stdout] 89 | let compressed_data: &[u8] = include_bytes!("some_file.txt.zst");
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `wordle`
[INFO] [stdout]   --> crates/wordlists-processing/src/stream/sources/txt.rs:87:5
[INFO] [stdout]    |
[INFO] [stdout] 87 | use wordle::wordlist::stream::from_txt_zstd;
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `wordle`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `wordle`, use `cargo add wordle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- crates/wordlists-processing/src/stream/word_stream.rs - stream::word_stream::WordStream<I>::boxed (line 55) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `wordle`
[INFO] [stdout]   --> crates/wordlists-processing/src/stream/word_stream.rs:56:5
[INFO] [stdout]    |
[INFO] [stdout] 56 | use wordle::wordlist::stream::from_sorted_zst_file;
[INFO] [stdout]    |     ^^^^^^ use of unresolved module or unlinked crate `wordle`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `wordle`, use `cargo add wordle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- crates/wordlists-processing/src/stream/mod.rs - stream::WordStream<WordSetIter>::from_word_set (line 133) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `wordle`
[INFO] [stdout]    --> crates/wordlists-processing/src/stream/mod.rs:134:5
[INFO] [stdout]     |
[INFO] [stdout] 134 | use wordle::wordlist::stream::{from_sorted_file, WordStream};
[INFO] [stdout]     |     ^^^^^^ use of unresolved module or unlinked crate `wordle`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `wordle`, use `cargo add wordle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> crates/wordlists-processing/src/stream/mod.rs:138:14
[INFO] [stdout]     |
[INFO] [stdout] 138 |     .filter(|w| w.len() == 5)
[INFO] [stdout]     |              ^  - type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 138 |     .filter(|w: /* Type */| w.len() == 5)
[INFO] [stdout]     |               ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0282, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- crates/wordlists-processing/src/stream/mod.rs - stream::WordStream<I>::write_to_file (line 294) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `wordle`
[INFO] [stdout]    --> crates/wordlists-processing/src/stream/mod.rs:295:5
[INFO] [stdout]     |
[INFO] [stdout] 295 | use wordle::wordlist::stream::from_sorted_file;
[INFO] [stdout]     |     ^^^^^^ use of unresolved module or unlinked crate `wordle`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `wordle`, use `cargo add wordle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> crates/wordlists-processing/src/stream/mod.rs:298:14
[INFO] [stdout]     |
[INFO] [stdout] 298 |     .filter(|w| w.chars().all(|c| c.is_alphabetic()))
[INFO] [stdout]     |              ^  - type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 298 |     .filter(|w: /* Type */| w.chars().all(|c| c.is_alphabetic()))
[INFO] [stdout]     |               ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> crates/wordlists-processing/src/stream/mod.rs:298:32
[INFO] [stdout]     |
[INFO] [stdout] 298 |     .filter(|w| w.chars().all(|c| c.is_alphabetic()))
[INFO] [stdout]     |                                ^  - type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 298 |     .filter(|w| w.chars().all(|c: /* Type */| c.is_alphabetic()))
[INFO] [stdout]     |                                 ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0282, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     crates/wordlists-processing/src/ordering.rs - ordering::case_fold_cmp (line 31)
[INFO] [stdout]     crates/wordlists-processing/src/stream/boxed.rs - stream::boxed::BoxedWordStream (line 21)
[INFO] [stdout]     crates/wordlists-processing/src/stream/mod.rs - stream (line 9)
[INFO] [stdout]     crates/wordlists-processing/src/stream/mod.rs - stream::WordStream<I>::collect_to_set (line 270)
[INFO] [stdout]     crates/wordlists-processing/src/stream/mod.rs - stream::WordStream<I>::dedup (line 203)
[INFO] [stdout]     crates/wordlists-processing/src/stream/mod.rs - stream::WordStream<I>::filter (line 161)
[INFO] [stdout]     crates/wordlists-processing/src/stream/mod.rs - stream::WordStream<I>::filter_non_alphabetic (line 223)
[INFO] [stdout]     crates/wordlists-processing/src/stream/mod.rs - stream::WordStream<I>::merge (line 247)
[INFO] [stdout]     crates/wordlists-processing/src/stream/mod.rs - stream::WordStream<I>::to_lowercase (line 183)
[INFO] [stdout]     crates/wordlists-processing/src/stream/mod.rs - stream::WordStream<I>::write_to_file (line 294)
[INFO] [stdout]     crates/wordlists-processing/src/stream/mod.rs - stream::WordStream<I>::write_to_zst_file (line 318)
[INFO] [stdout]     crates/wordlists-processing/src/stream/mod.rs - stream::WordStream<SortedLines<BufReader<Decoder<'static,BufReader<File>>>>>::from_sorted_zst_file (line 111)
[INFO] [stdout]     crates/wordlists-processing/src/stream/mod.rs - stream::WordStream<SortedLines<BufReader<File>>>::from_sorted_file (line 81)
[INFO] [stdout]     crates/wordlists-processing/src/stream/mod.rs - stream::WordStream<WordSetIter>::from_word_set (line 133)
[INFO] [stdout]     crates/wordlists-processing/src/stream/sources/csv.rs - stream::sources::csv::from_csv (line 22)
[INFO] [stdout]     crates/wordlists-processing/src/stream/sources/csv.rs - stream::sources::csv::from_csv_zstd (line 67)
[INFO] [stdout]     crates/wordlists-processing/src/stream/sources/sorted_file.rs - stream::sources::sorted_file::from_sorted_file (line 73)
[INFO] [stdout]     crates/wordlists-processing/src/stream/sources/sorted_file.rs - stream::sources::sorted_file::from_sorted_zst_file (line 104)
[INFO] [stdout]     crates/wordlists-processing/src/stream/sources/txt.rs - stream::sources::txt::from_txt (line 44)
[INFO] [stdout]     crates/wordlists-processing/src/stream/sources/txt.rs - stream::sources::txt::from_txt_zstd (line 85)
[INFO] [stdout]     crates/wordlists-processing/src/stream/word_stream.rs - stream::word_stream::WordStream<I>::boxed (line 55)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 21 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.58s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 0.73s; merged doctests compilation took 0.14s
[INFO] [stderr] error: doctest failed, to rerun pass `-p wordle-wordlists-processing --doc`
[INFO] running `Command { std: "docker" "inspect" "1361f680e1403b8c58437e527194411c636f8f1865d311ad980230121cc6c772", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1361f680e1403b8c58437e527194411c636f8f1865d311ad980230121cc6c772", kill_on_drop: false }`
[INFO] [stdout] 1361f680e1403b8c58437e527194411c636f8f1865d311ad980230121cc6c772
