[INFO] cloning repository https://github.com/jasenfinch/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/jasenfinch/todo-cli" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjasenfinch%2Ftodo-cli", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjasenfinch%2Ftodo-cli'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 794933c67df97b7d140a0f8d664b675f46d68fbd
[INFO] testing jasenfinch/todo-cli against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjasenfinch%2Ftodo-cli" "/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/jasenfinch/todo-cli
[INFO] finished tweaking git repo https://github.com/jasenfinch/todo-cli
[INFO] tweaked toml for git repo https://github.com/jasenfinch/todo-cli written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jasenfinch/todo-cli on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jasenfinch/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" "+1.99.0-beta.1" "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/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] d7a8afaf5ed9cc913210e4cd75af7ea1f4773025fbda51bbeeb8ab121e0e7a8c
[INFO] running `Command { std: "docker" "start" "d7a8afaf5ed9cc913210e4cd75af7ea1f4773025fbda51bbeeb8ab121e0e7a8c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d7a8afaf5ed9cc913210e4cd75af7ea1f4773025fbda51bbeeb8ab121e0e7a8c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d7a8afaf5ed9cc913210e4cd75af7ea1f4773025fbda51bbeeb8ab121e0e7a8c" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d7a8afaf5ed9cc913210e4cd75af7ea1f4773025fbda51bbeeb8ab121e0e7a8c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d7a8afaf5ed9cc913210e4cd75af7ea1f4773025fbda51bbeeb8ab121e0e7a8c" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.104
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling libc v0.2.179
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling find-msvc-tools v0.1.6
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling cc v1.2.51
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling vte v0.14.1
[INFO] [stderr]    Compiling syn v2.0.112
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling foldhash v0.2.0
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling libsqlite3-sys v0.36.0
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling bytecount v0.6.9
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling clap_lex v0.7.6
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling clap_builder v4.5.54
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]    Compiling hashlink v0.11.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling ansitok v0.3.0
[INFO] [stderr]    Compiling console v0.16.2
[INFO] [stderr]    Compiling fallible-streaming-iterator v0.1.9
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling fallible-iterator v0.3.0
[INFO] [stderr]    Compiling ansi-str v0.9.0
[INFO] [stderr]    Compiling testing_table v0.3.0
[INFO] [stderr]    Compiling tempfile v3.24.0
[INFO] [stderr]    Compiling shell-words v1.1.1
[INFO] [stderr]    Compiling papergrid v0.17.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.64
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling dialoguer v0.12.0
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling directories v6.0.0
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling colored v3.1.1
[INFO] [stderr]    Compiling tabled_derive v0.11.0
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]    Compiling tabled v0.20.0
[INFO] [stderr]    Compiling clap v4.5.54
[INFO] [stderr]    Compiling rusqlite v0.38.0
[INFO] [stderr]    Compiling todo-cli v0.3.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 2m 36s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "d7a8afaf5ed9cc913210e4cd75af7ea1f4773025fbda51bbeeb8ab121e0e7a8c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d7a8afaf5ed9cc913210e4cd75af7ea1f4773025fbda51bbeeb8ab121e0e7a8c" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling predicates-core v1.0.9
[INFO] [stderr]    Compiling float-cmp v0.10.0
[INFO] [stderr]    Compiling normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling assert_cmd v2.1.2
[INFO] [stderr]    Compiling termtree v0.5.1
[INFO] [stderr]    Compiling difflib v0.4.0
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling predicates-tree v1.0.12
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling predicates v3.1.3
[INFO] [stderr]    Compiling todo-cli v0.3.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 53.90s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "d7a8afaf5ed9cc913210e4cd75af7ea1f4773025fbda51bbeeb8ab121e0e7a8c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d7a8afaf5ed9cc913210e4cd75af7ea1f4773025fbda51bbeeb8ab121e0e7a8c" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.15s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/release/deps/todo_cli-16be37ec77447895)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/release/deps/todo-37137532728aa1ed)
[INFO] [stdout] test task::test::test_difficulty ... ok
[INFO] [stdout] test task::test::test_task_creation_with_invalid_difficulty ... ok
[INFO] [stdout] test task::test::test_task_creation_with_invalid_date ... ok
[INFO] [stdout] test task::test::test_task_creation_with_valid_date ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 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]      Running tests/test-todo.rs (/opt/rustwide/target/release/deps/test_todo-05efeb55532a2c24)
[INFO] [stdout] 
[INFO] [stdout] running 56 tests
[INFO] [stdout] test test_add_task_invalid_difficulty ... ok
[INFO] [stdout] test test_add_task_invalid_deadline ... ok
[INFO] [stdout] test test_add_task_with_parent ... ok
[INFO] [stdout] test test_add_simple_task ... ok
[INFO] [stdout] test test_add_task_with_all_options ... ok
[INFO] [stdout] test test_complete_nonexistent_task ... ok
[INFO] [stdout] test test_complete_alias ... ok
[INFO] [stdout] test test_help ... ok
[INFO] [stdout] test test_complete_task ... ok
[INFO] [stdout] test test_complete_partial_id ... ok
[INFO] [stdout] test test_clear_with_force ... ok
[INFO] [stdout] test test_custom_database_path ... ok
[INFO] [stdout] test test_add_task_with_deadline_formats ... ok
[INFO] [stdout] test test_deadline_sorting ... ok
[INFO] [stdout] test test_incomplete_nonexistent_task ... ok
[INFO] [stdout] test test_list_alias ... ok
[INFO] [stdout] test test_incomplete_alias ... ok
[INFO] [stdout] test test_full_task_lifecycle ... ok
[INFO] [stdout] test test_incomplete_task ... ok
[INFO] [stdout] test test_hierarchical_tasks ... ok
[INFO] [stdout] test test_list_after_deadline ... ok
[INFO] [stdout] test test_list_all ... ok
[INFO] [stdout] test test_list_empty_database ... ok
[INFO] [stdout] test test_list_custom_columns ... ok
[INFO] [stdout] test test_list_before_deadline ... ok
[INFO] [stdout] test test_list_filter_by_parent ... ok
[INFO] [stdout] test test_list_shows_added_tasks ... ok
[INFO] [stdout] test test_no_args_shows_help ... ok
[INFO] [stdout] test test_list_deadline_range ... ok
[INFO] [stdout] test test_list_view_modes ... ok
[INFO] [stdout] test test_next_ignores_completed ... ok
[INFO] [stdout] test test_next_with_no_tasks ... ok
[INFO] [stdout] test test_list_filter_by_tags ... ok
[INFO] [stdout] test test_next_shows_highest_priority ... ok
[INFO] [stdout] test test_list_only_completed ... ok
[INFO] [stdout] test test_remove_requires_id_or_tags ... ok
[INFO] [stdout] test test_remove_alias ... ok
[INFO] [stdout] test test_priority_ordering ... ok
[INFO] [stdout] test test_partial_id_ambiguity ... ok
[INFO] [stdout] test test_remove_nonexistent_task ... ok
[INFO] [stdout] test test_remove_partial_id ... ok
[INFO] [stdout] test test_remove_single_task ... ok
[INFO] [stdout] test test_show_nonexistent_task ... ok
[INFO] [stdout] test test_show_partial_id ... ok
[INFO] [stdout] test test_remove_multiple_tasks ... ok
[INFO] [stdout] test test_show_task ... ok
[INFO] [stdout] test test_update_nonexistent_task ... ok
[INFO] [stdout] test test_remove_by_tags ... ok
[INFO] [stdout] test test_version ... ok
[INFO] [stdout] test test_tags ... ok
[INFO] [stdout] test test_update_multiple_fields ... ok
[INFO] [stdout] test test_update_task_deadline ... ok
[INFO] [stdout] test test_update_task_difficulty ... ok
[INFO] [stdout] test test_update_task_title ... ok
[INFO] [stdout] test test_tag_filtering ... ok
[INFO] [stdout] test test_update_task_tags ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 56 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.78s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests todo_cli
[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" "d7a8afaf5ed9cc913210e4cd75af7ea1f4773025fbda51bbeeb8ab121e0e7a8c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d7a8afaf5ed9cc913210e4cd75af7ea1f4773025fbda51bbeeb8ab121e0e7a8c", kill_on_drop: false }`
[INFO] [stdout] d7a8afaf5ed9cc913210e4cd75af7ea1f4773025fbda51bbeeb8ab121e0e7a8c
