Nightly Windows verification failed.
=== stdout ===
running 5 tests
test tests::ex3_remove_short_words ... FAILED
test tests::ex1_transfer_and_extend ... FAILED
test tests::ex2_count_long_words ... FAILED
test tests::ex4_split_and_keep ... FAILED
test tests::ex5_logger_drop ... FAILED
failures:
---- tests::ex3_remove_short_words stdout ----
thread 'tests::ex3_remove_short_words' (34176) panicked at ch01-ownership\exercises\src\lib.rs:82:5:
not yet implemented: Remove words shorter than min_length using &mut
---- tests::ex1_transfer_and_extend stdout ----
thread 'tests::ex1_transfer_and_extend' (24356) panicked at ch01-ownership\exercises\src\lib.rs:37:5:
not yet implemented: Take ownership, push "extra", return the Vec
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
---- tests::ex2_count_long_words stdout ----
thread 'tests::ex2_count_long_words' (32276) panicked at ch01-ownership\exercises\src\lib.rs:59:5:
not yet implemented: Count words with length >= min_length without taking ownership
---- tests::ex4_split_and_keep stdout ----
thread 'tests::ex4_split_and_keep' (33704) panicked at ch01-ownership\exercises\src\lib.rs:108:5:
not yet implemented: Clone the first half, return both halves ΓÇö (first_half, full)
---- tests::ex5_logger_drop stdout ----
thread 'tests::ex5_logger_drop' (10808) panicked at ch01-ownership\exercises\src\lib.rs:139:9:
not yet implemented: Push "log:{msg}" onto self.entries
failures:
tests::ex1_transfer_and_extend
tests::ex2_count_long_words
tests::ex3_remove_short_words
tests::ex4_split_and_keep
tests::ex5_logger_drop
test result: FAILED. 0 passed; 5 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
=== stderr ===
Compiling ch03-traits-and-generics v0.1.0 (C:\Users\shawn\Documents\Codex\automation\nightly-maintainer-checks\checkouts\Gilamonster-Foundation__rust-for-pythonistas\ch03-traits-and-generics)
Compiling ch02-error-handling v0.1.0 (C:\Users\shawn\Documents\Codex\automation\nightly-maintainer-checks\checkouts\Gilamonster-Foundation__rust-for-pythonistas\ch02-error-handling)
Compiling ch06-exercises v0.1.0 (C:\Users\shawn\Documents\Codex\automation\nightly-maintainer-checks\checkouts\Gilamonster-Foundation__rust-for-pythonistas\ch06-ffi-pyo3\exercises)
Compiling ch07-pyo3-house-style v0.1.0 (C:\Users\shawn\Documents\Codex\automation\nightly-maintainer-checks\checkouts\Gilamonster-Foundation__rust-for-pythonistas\ch07-pyo3-house-style)
Compiling ch06-ffi-pyo3 v0.1.0 (C:\Users\shawn\Documents\Codex\automation\nightly-maintainer-checks\checkouts\Gilamonster-Foundation__rust-for-pythonistas\ch06-ffi-pyo3)
Compiling ch01-ownership v0.1.0 (C:\Users\shawn\Documents\Codex\automation\nightly-maintainer-checks\checkouts\Gilamonster-Foundation__rust-for-pythonistas\ch01-ownership)
Compiling ch02-exercises v0.1.0 (C:\Users\shawn\Documents\Codex\automation\nightly-maintainer-checks\checkouts\Gilamonster-Foundation__rust-for-pythonistas\ch02-error-handling\exercises)
Compiling ch07-exercises v0.1.0 (C:\Users\shawn\Documents\Codex\automation\nightly-maintainer-checks\checkouts\Gilamonster-Foundation__rust-for-pythonistas\ch07-pyo3-house-style\exercises)
Compiling ch01-exercises v0.1.0 (C:\Users\shawn\Documents\Codex\automation\nightly-maintainer-checks\checkouts\Gilamonster-Foundation__rust-for-pythonistas\ch01-ownership\exercises)
Compiling ch03-exercises v0.1.0 (C:\Users\shawn\Documents\Codex\automation\nightly-maintainer-checks\checkouts\Gilamonster-Foundation__rust-for-pythonistas\ch03-traits-and-generics\exercises)
Compiling ch05-exercises v0.1.0 (C:\Users\shawn\Documents\Codex\automation\nightly-maintainer-checks\checkouts\Gilamonster-Foundation__rust-for-pythonistas\ch05-cli-tools\exercises)
Compiling ch08-exercises v0.1.0 (C:\Users\shawn\Documents\Codex\automation\nightly-maintainer-checks\checkouts\Gilamonster-Foundation__rust-for-pythonistas\ch08-escaping-the-gil\exercises)
Compiling ch08-escaping-the-gil v0.1.0 (C:\Users\shawn\Documents\Codex\automation\nightly-maintainer-checks\checkouts\Gilamonster-Foundation__rust-for-pythonistas\ch08-escaping-the-gil)
Compiling ch05-cli-tools v0.1.0 (C:\Users\shawn\Documents\Codex\automation\nightly-maintainer-checks\checkouts\Gilamonster-Foundation__rust-for-pythonistas\ch05-cli-tools)
Compiling ch04-exercises v0.1.0 (C:\Users\shawn\Documents\Codex\automation\nightly-maintainer-checks\checkouts\Gilamonster-Foundation__rust-for-pythonistas\ch04-content-addressable\exercises)
Compiling ch04-content-addressable v0.1.0 (C:\Users\shawn\Documents\Codex\automation\nightly-maintainer-checks\checkouts\Gilamonster-Foundation__rust-for-pythonistas\ch04-content-addressable)
Finished `test` profile [unoptimized + debuginfo] target(s) in 2.70s
Running unittests src\lib.rs (target\debug\deps\ch01_exercises-be18841b8c2260f2.exe)
error: test failed, to rerun pass `-p ch01-exercises --lib`
Nightly Windows verification failed.
Log tail: