[INFO] cloning repository https://github.com/limon636/todo-cli
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/limon636/todo-cli" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flimon636%2Ftodo-cli", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flimon636%2Ftodo-cli'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1ef392612381f986d074b5ff3632e007e42a39b7
[INFO] testing limon636/todo-cli against try#36577a2b3cb42b8f23dec84e9203116bad6051e8 for pr-150681-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flimon636%2Ftodo-cli" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/limon636/todo-cli
[INFO] finished tweaking git repo https://github.com/limon636/todo-cli
[INFO] tweaked toml for git repo https://github.com/limon636/todo-cli written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/limon636/todo-cli on toolchain 36577a2b3cb42b8f23dec84e9203116bad6051e8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+36577a2b3cb42b8f23dec84e9203116bad6051e8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/limon636/todo-cli 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" "+36577a2b3cb42b8f23dec84e9203116bad6051e8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+36577a2b3cb42b8f23dec84e9203116bad6051e8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7d65daf1df9f35fef1635d6c79f565d47d8d7495a04382d090b372641814ceb1
[INFO] running `Command { std: "docker" "start" "-a" "7d65daf1df9f35fef1635d6c79f565d47d8d7495a04382d090b372641814ceb1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7d65daf1df9f35fef1635d6c79f565d47d8d7495a04382d090b372641814ceb1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7d65daf1df9f35fef1635d6c79f565d47d8d7495a04382d090b372641814ceb1", kill_on_drop: false }`
[INFO] [stdout] 7d65daf1df9f35fef1635d6c79f565d47d8d7495a04382d090b372641814ceb1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+36577a2b3cb42b8f23dec84e9203116bad6051e8" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 349e28451774a62bd46dbfc708ae299e567d02d73eb0a0af7b8a7023ce8ff1a7
[INFO] running `Command { std: "docker" "start" "-a" "349e28451774a62bd46dbfc708ae299e567d02d73eb0a0af7b8a7023ce8ff1a7", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling syn v2.0.108
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]    Compiling anstyle-query v1.1.4
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling instability v0.3.9
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling castaway v0.2.4
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling clap_lex v0.7.6
[INFO] [stderr]    Compiling signal-hook-registry v1.4.6
[INFO] [stderr]    Compiling mio v1.1.0
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling indoc v2.0.7
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling compact_str v0.8.1
[INFO] [stderr]    Compiling lru v0.12.5
[INFO] [stderr]    Compiling clap_builder v4.5.51
[INFO] [stderr]    Compiling crossterm v0.28.1
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling cassowary v0.3.0
[INFO] [stderr]    Compiling unicode-truncate v1.1.0
[INFO] [stderr]    Compiling unicode-width v0.2.0
[INFO] [stderr]    Compiling colored v3.0.0
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling clap v4.5.51
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling ratatui v0.29.0
[INFO] [stderr]    Compiling todo v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.40s
[INFO] running `Command { std: "docker" "inspect" "349e28451774a62bd46dbfc708ae299e567d02d73eb0a0af7b8a7023ce8ff1a7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "349e28451774a62bd46dbfc708ae299e567d02d73eb0a0af7b8a7023ce8ff1a7", kill_on_drop: false }`
[INFO] [stdout] 349e28451774a62bd46dbfc708ae299e567d02d73eb0a0af7b8a7023ce8ff1a7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+36577a2b3cb42b8f23dec84e9203116bad6051e8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9b74805dded988d89626c1d428ffdd0a9549bbac9a8e0ea779d679fa96f57b95
[INFO] running `Command { std: "docker" "start" "-a" "9b74805dded988d89626c1d428ffdd0a9549bbac9a8e0ea779d679fa96f57b95", kill_on_drop: false }`
[INFO] [stderr]    Compiling todo v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.66s
[INFO] running `Command { std: "docker" "inspect" "9b74805dded988d89626c1d428ffdd0a9549bbac9a8e0ea779d679fa96f57b95", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9b74805dded988d89626c1d428ffdd0a9549bbac9a8e0ea779d679fa96f57b95", kill_on_drop: false }`
[INFO] [stdout] 9b74805dded988d89626c1d428ffdd0a9549bbac9a8e0ea779d679fa96f57b95
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+36577a2b3cb42b8f23dec84e9203116bad6051e8" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] f30d9784384173f600321b910a74ea7bdcdfb546e10c54dcb691141949f3c174
[INFO] running `Command { std: "docker" "start" "-a" "f30d9784384173f600321b910a74ea7bdcdfb546e10c54dcb691141949f3c174", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/todo-953c218dc1d76778)
[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/todo-7b93b895b5dc6c50)
[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 tests/command_tests.rs (/opt/rustwide/target/debug/deps/command_tests-c3c07ed9518b79ee)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test test_task_grouping_logic ... ok
[INFO] [stdout] test test_add_task_validation ... ok
[INFO] [stdout] test test_empty_task_list_display ... ok
[INFO] [stdout] test test_add_task_basic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/integration_tests.rs (/opt/rustwide/target/debug/deps/integration_tests-6604ac63d7c59119)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test test_data_validation_integration ... ok
[INFO] [stdout] test test_error_handling_workflow ... ok
[INFO] [stdout] test test_backup_workflow ... ok
[INFO] [stdout] test test_task_persistence ... ok
[INFO] [stdout] test test_full_task_workflow ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/task_tests.rs (/opt/rustwide/target/debug/deps/task_tests-a04e33f43b03461d)
[INFO] [stdout] 
[INFO] [stdout] running 11 tests
[INFO] [stdout] test test_task_json_serialization ... ok
[INFO] [stdout] test test_task_creation ... ok
[INFO] [stdout] test test_task_without_due_date ... ok
[INFO] [stdout] test test_validate_date_invalid_format ... ok
[INFO] [stdout] test test_validate_date_invalid_values ... ok
[INFO] [stdout] test test_validate_date_leap_year ... ok
[INFO] [stdout] test test_get_today ... ok
[INFO] [stdout] test test_error_display ... ok
[INFO] [stdout] test test_validate_date_valid ... ok
[INFO] [stdout] test test_get_date_with_offset ... ok
[INFO] [stderr]      Running tests/validation_tests.rs (/opt/rustwide/target/debug/deps/validation_tests-84224d06ce819063)
[INFO] [stdout] test test_backup_creation ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test test_validate_date_integration ... ok
[INFO] [stdout] test test_input_length_validation ... ok
[INFO] [stdout] test test_date_validation_comprehensive ... ok
[INFO] [stdout] test test_error_types ... ok
[INFO] [stdout] test test_validate_task_id_logic ... ok
[INFO] [stderr]    Doc-tests todo
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[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] running `Command { std: "docker" "inspect" "f30d9784384173f600321b910a74ea7bdcdfb546e10c54dcb691141949f3c174", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f30d9784384173f600321b910a74ea7bdcdfb546e10c54dcb691141949f3c174", kill_on_drop: false }`
[INFO] [stdout] f30d9784384173f600321b910a74ea7bdcdfb546e10c54dcb691141949f3c174
