[INFO] cloning repository https://github.com/kazu914/todo_txt_cli
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kazu914/todo_txt_cli" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkazu914%2Ftodo_txt_cli", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkazu914%2Ftodo_txt_cli'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f4713f933b3d2a655cccc51026431c006fa266ae
[INFO] testing kazu914/todo_txt_cli against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkazu914%2Ftodo_txt_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/kazu914/todo_txt_cli
[INFO] finished tweaking git repo https://github.com/kazu914/todo_txt_cli
[INFO] tweaked toml for git repo https://github.com/kazu914/todo_txt_cli written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kazu914/todo_txt_cli 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/kazu914/todo_txt_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" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 91394ae89c6a5d12de69941e2e45f7fbfb05347f1ad30ef837456b9e617ba318
[INFO] running `Command { std: "docker" "start" "-a" "91394ae89c6a5d12de69941e2e45f7fbfb05347f1ad30ef837456b9e617ba318", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "91394ae89c6a5d12de69941e2e45f7fbfb05347f1ad30ef837456b9e617ba318", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "91394ae89c6a5d12de69941e2e45f7fbfb05347f1ad30ef837456b9e617ba318", kill_on_drop: false }`
[INFO] [stdout] 91394ae89c6a5d12de69941e2e45f7fbfb05347f1ad30ef837456b9e617ba318
[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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c299f7d4bef64f4d5bcc622511378feda4ca0254afda110ef919124591bcce5a
[INFO] running `Command { std: "docker" "start" "-a" "c299f7d4bef64f4d5bcc622511378feda4ca0254afda110ef919124591bcce5a", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.29
[INFO] [stderr]    Compiling unicode-xid v0.2.2
[INFO] [stderr]    Compiling syn v1.0.76
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling libc v0.2.101
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling version_check v0.9.3
[INFO] [stderr]    Compiling serde_derive v1.0.130
[INFO] [stderr]    Compiling serde v1.0.130
[INFO] [stderr]    Compiling unicode-width v0.1.8
[INFO] [stderr]    Compiling unicode-segmentation v1.8.0
[INFO] [stderr]    Compiling serde_json v1.0.67
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling indexmap v1.7.0
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling termcolor v1.1.2
[INFO] [stderr]    Compiling anyhow v1.0.44
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]    Compiling csv-core v0.1.10
[INFO] [stderr]    Compiling regex-syntax v0.6.25
[INFO] [stderr]    Compiling linked-hash-map v0.5.4
[INFO] [stderr]    Compiling hashbrown v0.11.2
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]    Compiling yaml-rust v0.4.5
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling time v0.1.44
[INFO] [stderr]    Compiling dirs-sys v0.3.6
[INFO] [stderr]    Compiling textwrap v0.14.2
[INFO] [stderr]    Compiling os_str_bytes v3.1.0
[INFO] [stderr]    Compiling directories v3.0.2
[INFO] [stderr]    Compiling chrono v0.4.19
[INFO] [stderr]    Compiling shellexpand v2.1.0
[INFO] [stderr]    Compiling regex v1.5.4
[INFO] [stderr]    Compiling thiserror-impl v1.0.29
[INFO] [stderr]    Compiling cli-table-derive v0.4.4
[INFO] [stderr]    Compiling clap_derive v3.0.0-beta.4
[INFO] [stderr]    Compiling thiserror v1.0.29
[INFO] [stderr]    Compiling clap v3.0.0-beta.4
[INFO] [stderr]    Compiling bstr v0.2.16
[INFO] [stderr]    Compiling csv v1.1.6
[INFO] [stderr]    Compiling cli-table v0.4.6
[INFO] [stderr]    Compiling todo_txt v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: named argument `field__0` is not used by name
[INFO] [stdout]  --> src/converter.rs:9:13
[INFO] [stdout]   |
[INFO] [stdout] 9 |     #[error("Couldn't create todo: '{}' should NOT contain whitespaces. You can use comma as dilimiter to specify multiple {0}.")]
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this named argument is referred to by position in formatting string
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(named_arguments_used_positionally)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.86s
[INFO] running `Command { std: "docker" "inspect" "c299f7d4bef64f4d5bcc622511378feda4ca0254afda110ef919124591bcce5a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c299f7d4bef64f4d5bcc622511378feda4ca0254afda110ef919124591bcce5a", kill_on_drop: false }`
[INFO] [stdout] c299f7d4bef64f4d5bcc622511378feda4ca0254afda110ef919124591bcce5a
[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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] af93f352a9c434d8fba23203d3fbaed990f1880edaa2af886866c962721f7b53
[INFO] running `Command { std: "docker" "start" "-a" "af93f352a9c434d8fba23203d3fbaed990f1880edaa2af886866c962721f7b53", kill_on_drop: false }`
[INFO] [stderr]    Compiling getrandom v0.2.3
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stderr]    Compiling doc-comment v0.3.3
[INFO] [stderr]    Compiling ppv-lite86 v0.2.10
[INFO] [stderr]    Compiling predicates-core v1.0.2
[INFO] [stderr]    Compiling float-cmp v0.9.0
[INFO] [stderr]    Compiling test-case v1.2.0
[INFO] [stderr]    Compiling normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling difflib v0.4.0
[INFO] [stderr]    Compiling itertools v0.10.1
[INFO] [stderr]    Compiling treeline v0.1.0
[INFO] [stderr]    Compiling wait-timeout v0.2.0
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stdout] warning: named argument `field__0` is not used by name
[INFO] [stdout]  --> src/converter.rs:9:13
[INFO] [stdout]   |
[INFO] [stdout] 9 |     #[error("Couldn't create todo: '{}' should NOT contain whitespaces. You can use comma as dilimiter to specify multiple {0}.")]
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this named argument is referred to by position in formatting string
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(named_arguments_used_positionally)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling predicates-tree v1.0.3
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.4
[INFO] [stderr]    Compiling tempfile v3.2.0
[INFO] [stderr]    Compiling predicates v2.0.2
[INFO] [stderr]    Compiling assert_cmd v2.0.1
[INFO] [stderr]    Compiling todo_txt v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: named argument `field__0` is not used by name
[INFO] [stdout]  --> src/converter.rs:9:13
[INFO] [stdout]   |
[INFO] [stdout] 9 |     #[error("Couldn't create todo: '{}' should NOT contain whitespaces. You can use comma as dilimiter to specify multiple {0}.")]
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this named argument is referred to by position in formatting string
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(named_arguments_used_positionally)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 7.73s
[INFO] running `Command { std: "docker" "inspect" "af93f352a9c434d8fba23203d3fbaed990f1880edaa2af886866c962721f7b53", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "af93f352a9c434d8fba23203d3fbaed990f1880edaa2af886866c962721f7b53", kill_on_drop: false }`
[INFO] [stdout] af93f352a9c434d8fba23203d3fbaed990f1880edaa2af886866c962721f7b53
[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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 2c60ed1ecf1bae5763542fcca48632e3b7f8f2dbd3a7746ff0d5853e09ae085d
[INFO] running `Command { std: "docker" "start" "-a" "2c60ed1ecf1bae5763542fcca48632e3b7f8f2dbd3a7746ff0d5853e09ae085d", kill_on_drop: false }`
[INFO] [stderr] warning: named argument `field__0` is not used by name
[INFO] [stderr]  --> src/converter.rs:9:13
[INFO] [stderr]   |
[INFO] [stderr] 9 |     #[error("Couldn't create todo: '{}' should NOT contain whitespaces. You can use comma as dilimiter to specify multiple {0}.")]
[INFO] [stderr]   |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this named argument is referred to by position in formatting string
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(named_arguments_used_positionally)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `todo_txt` (lib) generated 1 warning
[INFO] [stderr] warning: `todo_txt` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.13s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/todo_txt-b3f42090c05dd751)
[INFO] [stdout] 
[INFO] [stdout] running 33 tests
[INFO] [stdout] test converter::tests::from_formatted_string::_todo_text_projecta_projectb_ ... ok
[INFO] [stdout] test converter::tests::from_formatted_string::_a_todo_text_ ... ok
[INFO] [stdout] test converter::tests::from_formatted_string::_content_ ... ok
[INFO] [stdout] test converter::tests::to_formatted_string::_content_none_none_none_none_none_content_ ... ok
[INFO] [stdout] test converter::tests::to_formatted_string::_content_none_none_some_projecta_projectb_some_contexta_contextb_none_content_projecta_projectb_contexta_contextb_ ... ok
[INFO] [stdout] test converter::tests::to_formatted_string::_content_none_some_a_none_none_none_a_content_ ... ok
[INFO] [stdout] test converter::tests::to_formatted_string::_content_some_2000_1_1_some_a_none_none_none_a_2000_1_1_content_ ... ok
[INFO] [stdout] test converter::tests::to_formatted_string::_content_some_2000_1_1_some_a_some_projecta_projectb_some_contexta_contextb_none_a_2000_1_1_content_projecta_projectb_contexta_contextb_ ... ok
[INFO] [stdout] test converter::tests::to_formatted_string::_content_some_2000_1_1_some_a_some_projecta_projectb_some_contexta_contextb_some_2000_1_2_x_a_2000_1_2_2000_1_1_content_projecta_projectb_contexta_contextb_ ... ok
[INFO] [stdout] test helper::tests::is_context::not_project ... ok
[INFO] [stdout] test converter::tests::from_formatted_string::_a_2000_1_1_todo_text_ ... ok
[INFO] [stdout] test converter::tests::from_formatted_string::_x_todo_text_ ... ok
[INFO] [stdout] test helper::tests::is_project::project ... ok
[INFO] [stdout] test converter::tests::from_formatted_string::_x_a_2000_1_1_1999_12_31_todo_text_ ... ok
[INFO] [stdout] test converter::tests::from_formatted_string::_todo_text_projecta_projectb_contexta_contextb_ ... ok
[INFO] [stdout] test helper::tests::is_valid_date::match_2000_01_01 ... ok
[INFO] [stdout] test helper::tests::is_valid_date::match_2000_01_1 ... ok
[INFO] [stdout] test helper::tests::is_valid_date::unmatch_2000_01_ ... ok
[INFO] [stdout] test helper::tests::is_valid_date::unmatch_2000_01_001 ... ok
[INFO] [stdout] test helper::tests::split_with_comma::empty_string ... ok
[INFO] [stdout] test helper::tests::split_with_comma::none ... ok
[INFO] [stdout] test helper::tests::split_with_comma::should_error ... ok
[INFO] [stdout] test helper::tests::split_with_comma::space_string ... ok
[INFO] [stdout] test helper::tests::is_project::not_project ... ok
[INFO] [stdout] test helper::tests::is_valid_date::match_2000_1_1 ... ok
[INFO] [stdout] test helper::tests::is_context::project ... ok
[INFO] [stdout] test converter::tests::from_formatted_string::_x_a_2000_1_1_todo_text_ ... ok
[INFO] [stdout] test converter::tests::from_formatted_string::_x_a_todo_text_ ... ok
[INFO] [stdout] test model::tests::complete::complete ... ok
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/deps/todo_txt-b3f42090c05dd751` (exit status: 1)
[INFO] [stderr] note: test exited abnormally; to see the full output pass --no-capture to the harness.
[INFO] running `Command { std: "docker" "inspect" "2c60ed1ecf1bae5763542fcca48632e3b7f8f2dbd3a7746ff0d5853e09ae085d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2c60ed1ecf1bae5763542fcca48632e3b7f8f2dbd3a7746ff0d5853e09ae085d", kill_on_drop: false }`
[INFO] [stdout] 2c60ed1ecf1bae5763542fcca48632e3b7f8f2dbd3a7746ff0d5853e09ae085d
