[INFO] fetching crate typing_engine 0.4.3...
[INFO] checking typing_engine-0.4.3 against try#4f260f0f20b3133d20cfb50353c0221943af5796+rustflags=-Dunmustuse_in_always_ok for pr-148577
[INFO] extracting crate typing_engine 0.4.3 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate typing_engine 0.4.3
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate typing_engine 0.4.3
[INFO] tweaked toml for crates.io crate typing_engine 0.4.3 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate typing_engine 0.4.3 on toolchain 4f260f0f20b3133d20cfb50353c0221943af5796
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate typing_engine 0.4.3 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" "+4f260f0f20b3133d20cfb50353c0221943af5796" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1d98aa7f08fa390d6c72659649c09153f8305eca773bf985a2faf90306814815
[INFO] running `Command { std: "docker" "start" "-a" "1d98aa7f08fa390d6c72659649c09153f8305eca773bf985a2faf90306814815", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1d98aa7f08fa390d6c72659649c09153f8305eca773bf985a2faf90306814815", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1d98aa7f08fa390d6c72659649c09153f8305eca773bf985a2faf90306814815", kill_on_drop: false }`
[INFO] [stdout] 1d98aa7f08fa390d6c72659649c09153f8305eca773bf985a2faf90306814815
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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 -Dunmustuse_in_always_ok" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b95b1be9295ffb6cd2384aa5a2f9fd0142e0aab86d142c86db1c9fe80a8a083f
[INFO] running `Command { std: "docker" "start" "-a" "b95b1be9295ffb6cd2384aa5a2f9fd0142e0aab86d142c86db1c9fe80a8a083f", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]     Checking serde v1.0.219
[INFO] [stderr]     Checking typing_engine v0.4.3 (/opt/rustwide/workdir)
[INFO] [stdout] error: this type will no longer be must used: Result<key_stroke::ActualKeyStroke, Infallible>
[INFO] [stdout]    --> src/test_utility.rs:42:45
[INFO] [stdout]     |
[INFO] [stdout]  42 |               let _actual_key_stroke = vec![$($actual_key_stroke.try_into().unwrap()),*];
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/typing_engine/processed_chunk_info/test.rs:507:30
[INFO] [stdout]     |
[INFO] [stdout] 507 |           inflight_chunk: Some(gen_chunk_inflight!(
[INFO] [stdout]     |  ______________________________-
[INFO] [stdout] 508 | |             "きょ",
[INFO] [stdout] 509 | |             vec![gen_candidate!(gen_candidate_key_stroke!(["ki", "xyo"])),],
[INFO] [stdout] 510 | |             vec![
[INFO] [stdout] ...   |
[INFO] [stdout] 521 | |             []
[INFO] [stdout] 522 | |         )),
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: requested on the command line with `-D unmustuse-in-always-ok`
[INFO] [stdout]     = note: this error originates in the macro `gen_chunk_inflight` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<key_stroke::ActualKeyStroke, Infallible>
[INFO] [stdout]    --> src/test_utility.rs:42:45
[INFO] [stdout]     |
[INFO] [stdout]  42 |               let _actual_key_stroke = vec![$($actual_key_stroke.try_into().unwrap()),*];
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/typing_engine/processed_chunk_info/test.rs:558:30
[INFO] [stdout]     |
[INFO] [stdout] 558 |           inflight_chunk: Some(gen_chunk_inflight!(
[INFO] [stdout]     |  ______________________________-
[INFO] [stdout] 559 | |             "きょ",
[INFO] [stdout] 560 | |             vec![
[INFO] [stdout] 561 | |                 gen_candidate!(gen_candidate_key_stroke!(["kyo"])),
[INFO] [stdout] ...   |
[INFO] [stdout] 573 | |             []
[INFO] [stdout] 574 | |         )),
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gen_chunk_inflight` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<key_stroke::ActualKeyStroke, Infallible>
[INFO] [stdout]    --> src/test_utility.rs:42:45
[INFO] [stdout]     |
[INFO] [stdout]  42 |               let _actual_key_stroke = vec![$($actual_key_stroke.try_into().unwrap()),*];
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/typing_engine/processed_chunk_info/test.rs:607:30
[INFO] [stdout]     |
[INFO] [stdout] 607 |           inflight_chunk: Some(gen_chunk_inflight!(
[INFO] [stdout]     |  ______________________________-
[INFO] [stdout] 608 | |             "きょ",
[INFO] [stdout] 609 | |             vec![
[INFO] [stdout] 610 | |                 gen_candidate!(gen_candidate_key_stroke!(["kyo"])),
[INFO] [stdout] ...   |
[INFO] [stdout] 623 | |             []
[INFO] [stdout] 624 | |         )),
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gen_chunk_inflight` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<key_stroke::ActualKeyStroke, Infallible>
[INFO] [stdout]    --> src/test_utility.rs:42:45
[INFO] [stdout]     |
[INFO] [stdout]  42 |               let _actual_key_stroke = vec![$($actual_key_stroke.try_into().unwrap()),*];
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/typing_engine/processed_chunk_info/test.rs:669:30
[INFO] [stdout]     |
[INFO] [stdout] 669 |           inflight_chunk: Some(gen_chunk_inflight!(
[INFO] [stdout]     |  ______________________________-
[INFO] [stdout] 670 | |             "ん",
[INFO] [stdout] 671 | |             vec![
[INFO] [stdout] 672 | |                 gen_candidate!(gen_candidate_key_stroke!("n"), ['z', 'j']),
[INFO] [stdout] ...   |
[INFO] [stdout] 687 | |             )]
[INFO] [stdout] 688 | |         )),
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gen_chunk_inflight` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<key_stroke::ActualKeyStroke, Infallible>
[INFO] [stdout]    --> src/test_utility.rs:43:47
[INFO] [stdout]     |
[INFO] [stdout]  43 |               let _pending_key_strokes = vec![$($pending_key_strokes.try_into().unwrap()),*];
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/typing_engine/processed_chunk_info/test.rs:669:30
[INFO] [stdout]     |
[INFO] [stdout] 669 |           inflight_chunk: Some(gen_chunk_inflight!(
[INFO] [stdout]     |  ______________________________-
[INFO] [stdout] 670 | |             "ん",
[INFO] [stdout] 671 | |             vec![
[INFO] [stdout] 672 | |                 gen_candidate!(gen_candidate_key_stroke!("n"), ['z', 'j']),
[INFO] [stdout] ...   |
[INFO] [stdout] 687 | |             )]
[INFO] [stdout] 688 | |         )),
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gen_chunk_inflight` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<key_stroke::ActualKeyStroke, Infallible>
[INFO] [stdout]    --> src/test_utility.rs:42:45
[INFO] [stdout]     |
[INFO] [stdout]  42 |               let _actual_key_stroke = vec![$($actual_key_stroke.try_into().unwrap()),*];
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/typing_primitive_types/chunk/has_actual_key_strokes.rs:211:27
[INFO] [stdout]     |
[INFO] [stdout] 211 |           let typed_chunk = gen_chunk_inflight!(
[INFO] [stdout]     |  ___________________________-
[INFO] [stdout] 212 | |             "か",
[INFO] [stdout] 213 | |             vec![gen_candidate!(gen_candidate_key_stroke!(["ka"])),],
[INFO] [stdout] 214 | |             vec![],
[INFO] [stdout] ...   |
[INFO] [stdout] 222 | |             []
[INFO] [stdout] 223 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gen_chunk_inflight` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<key_stroke::ActualKeyStroke, Infallible>
[INFO] [stdout]    --> src/test_utility.rs:42:45
[INFO] [stdout]     |
[INFO] [stdout]  42 |               let _actual_key_stroke = vec![$($actual_key_stroke.try_into().unwrap()),*];
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/typing_primitive_types/chunk/has_actual_key_strokes.rs:284:27
[INFO] [stdout]     |
[INFO] [stdout] 284 |           let typed_chunk = gen_chunk_inflight!(
[INFO] [stdout]     |  ___________________________-
[INFO] [stdout] 285 | |             "じょ",
[INFO] [stdout] 286 | |             vec![gen_candidate!(gen_candidate_key_stroke!(["ji", "xyo"])),],
[INFO] [stdout] 287 | |             vec![
[INFO] [stdout] ...   |
[INFO] [stdout] 308 | |             []
[INFO] [stdout] 309 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gen_chunk_inflight` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<key_stroke::ActualKeyStroke, Infallible>
[INFO] [stdout]    --> src/test_utility.rs:42:45
[INFO] [stdout]     |
[INFO] [stdout]  42 |               let _actual_key_stroke = vec![$($actual_key_stroke.try_into().unwrap()),*];
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/typing_primitive_types/chunk/has_actual_key_strokes.rs:391:27
[INFO] [stdout]     |
[INFO] [stdout] 391 |           let typed_chunk = gen_chunk_inflight!(
[INFO] [stdout]     |  ___________________________-
[INFO] [stdout] 392 | |             "じょ",
[INFO] [stdout] 393 | |             vec![gen_candidate!(gen_candidate_key_stroke!(["jo"])),],
[INFO] [stdout] 394 | |             vec![
[INFO] [stdout] ...   |
[INFO] [stdout] 411 | |             []
[INFO] [stdout] 412 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gen_chunk_inflight` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<key_stroke::ActualKeyStroke, Infallible>
[INFO] [stdout]   --> src/test_utility.rs:42:45
[INFO] [stdout]    |
[INFO] [stdout] 42 |               let _actual_key_stroke = vec![$($actual_key_stroke.try_into().unwrap()),*];
[INFO] [stdout]    |                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/typing_primitive_types/chunk/inflight/test.rs:65:9
[INFO] [stdout]    |
[INFO] [stdout] 65 | /         gen_chunk_inflight!(
[INFO] [stdout] 66 | |             "じょ",
[INFO] [stdout] 67 | |             vec![
[INFO] [stdout] 68 | |                 gen_candidate!(gen_candidate_key_stroke!(["ji", "lyo"])),
[INFO] [stdout] ...  |
[INFO] [stdout] 85 | |             []
[INFO] [stdout] 86 | |         )
[INFO] [stdout]    | |_________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `gen_chunk_inflight` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<key_stroke::ActualKeyStroke, Infallible>
[INFO] [stdout]    --> src/test_utility.rs:42:45
[INFO] [stdout]     |
[INFO] [stdout]  42 |               let _actual_key_stroke = vec![$($actual_key_stroke.try_into().unwrap()),*];
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/typing_primitive_types/chunk/inflight/test.rs:106:27
[INFO] [stdout]     |
[INFO] [stdout] 106 |       let mut typed_chunk = gen_chunk_inflight!(
[INFO] [stdout]     |  ___________________________-
[INFO] [stdout] 107 | |         "じょ",
[INFO] [stdout] 108 | |         vec![gen_candidate!(gen_candidate_key_stroke!(["ji", "xyo"])),],
[INFO] [stdout] 109 | |         vec![
[INFO] [stdout] ...   |
[INFO] [stdout] 126 | |         []
[INFO] [stdout] 127 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gen_chunk_inflight` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<key_stroke::ActualKeyStroke, Infallible>
[INFO] [stdout]    --> src/test_utility.rs:42:45
[INFO] [stdout]     |
[INFO] [stdout]  42 |               let _actual_key_stroke = vec![$($actual_key_stroke.try_into().unwrap()),*];
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/typing_primitive_types/chunk/inflight/test.rs:135:9
[INFO] [stdout]     |
[INFO] [stdout] 135 | /         gen_chunk_inflight!(
[INFO] [stdout] 136 | |             "じょ",
[INFO] [stdout] 137 | |             vec![gen_candidate!(gen_candidate_key_stroke!(["ji", "xyo"])),],
[INFO] [stdout] 138 | |             vec![
[INFO] [stdout] ...   |
[INFO] [stdout] 156 | |             []
[INFO] [stdout] 157 | |         )
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gen_chunk_inflight` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<key_stroke::ActualKeyStroke, Infallible>
[INFO] [stdout]    --> src/test_utility.rs:42:45
[INFO] [stdout]     |
[INFO] [stdout]  42 |               let _actual_key_stroke = vec![$($actual_key_stroke.try_into().unwrap()),*];
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/typing_primitive_types/chunk/inflight/test.rs:189:9
[INFO] [stdout]     |
[INFO] [stdout] 189 | /         gen_chunk_inflight!(
[INFO] [stdout] 190 | |             "ん",
[INFO] [stdout] 191 | |             vec![
[INFO] [stdout] 192 | |                 gen_candidate!(gen_candidate_key_stroke!("n"), ['j']),
[INFO] [stdout] ...   |
[INFO] [stdout] 203 | |             []
[INFO] [stdout] 204 | |         ),
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gen_chunk_inflight` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<key_stroke::ActualKeyStroke, Infallible>
[INFO] [stdout]    --> src/test_utility.rs:42:45
[INFO] [stdout]     |
[INFO] [stdout]  42 |               let _actual_key_stroke = vec![$($actual_key_stroke.try_into().unwrap()),*];
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/typing_primitive_types/chunk/inflight/test.rs:210:27
[INFO] [stdout]     |
[INFO] [stdout] 210 |       let mut typed_chunk = gen_chunk_inflight!(
[INFO] [stdout]     |  ___________________________-
[INFO] [stdout] 211 | |         "ん",
[INFO] [stdout] 212 | |         vec![
[INFO] [stdout] 213 | |             gen_candidate!(gen_candidate_key_stroke!("n"), ['j']),
[INFO] [stdout] ...   |
[INFO] [stdout] 224 | |         []
[INFO] [stdout] 225 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gen_chunk_inflight` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<key_stroke::ActualKeyStroke, Infallible>
[INFO] [stdout]    --> src/test_utility.rs:42:45
[INFO] [stdout]     |
[INFO] [stdout]  42 |               let _actual_key_stroke = vec![$($actual_key_stroke.try_into().unwrap()),*];
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/typing_primitive_types/chunk/inflight/test.rs:240:9
[INFO] [stdout]     |
[INFO] [stdout] 240 | /         gen_chunk_inflight!(
[INFO] [stdout] 241 | |             "ん",
[INFO] [stdout] 242 | |             vec![
[INFO] [stdout] 243 | |                 gen_candidate!(gen_candidate_key_stroke!("n"), ['j']),
[INFO] [stdout] ...   |
[INFO] [stdout] 258 | |             )]
[INFO] [stdout] 259 | |         )
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gen_chunk_inflight` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<key_stroke::ActualKeyStroke, Infallible>
[INFO] [stdout]    --> src/test_utility.rs:43:47
[INFO] [stdout]     |
[INFO] [stdout]  43 |               let _pending_key_strokes = vec![$($pending_key_strokes.try_into().unwrap()),*];
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/typing_primitive_types/chunk/inflight/test.rs:240:9
[INFO] [stdout]     |
[INFO] [stdout] 240 | /         gen_chunk_inflight!(
[INFO] [stdout] 241 | |             "ん",
[INFO] [stdout] 242 | |             vec![
[INFO] [stdout] 243 | |                 gen_candidate!(gen_candidate_key_stroke!("n"), ['j']),
[INFO] [stdout] ...   |
[INFO] [stdout] 258 | |             )]
[INFO] [stdout] 259 | |         )
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gen_chunk_inflight` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<key_stroke::ActualKeyStroke, Infallible>
[INFO] [stdout]    --> src/test_utility.rs:42:45
[INFO] [stdout]     |
[INFO] [stdout]  42 |               let _actual_key_stroke = vec![$($actual_key_stroke.try_into().unwrap()),*];
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/typing_primitive_types/chunk/inflight/test.rs:265:27
[INFO] [stdout]     |
[INFO] [stdout] 265 |       let mut typed_chunk = gen_chunk_inflight!(
[INFO] [stdout]     |  ___________________________-
[INFO] [stdout] 266 | |         "ん",
[INFO] [stdout] 267 | |         vec![
[INFO] [stdout] 268 | |             gen_candidate!(gen_candidate_key_stroke!("n"), ['j']),
[INFO] [stdout] ...   |
[INFO] [stdout] 283 | |         )]
[INFO] [stdout] 284 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gen_chunk_inflight` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<key_stroke::ActualKeyStroke, Infallible>
[INFO] [stdout]    --> src/test_utility.rs:43:47
[INFO] [stdout]     |
[INFO] [stdout]  43 |               let _pending_key_strokes = vec![$($pending_key_strokes.try_into().unwrap()),*];
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/typing_primitive_types/chunk/inflight/test.rs:265:27
[INFO] [stdout]     |
[INFO] [stdout] 265 |       let mut typed_chunk = gen_chunk_inflight!(
[INFO] [stdout]     |  ___________________________-
[INFO] [stdout] 266 | |         "ん",
[INFO] [stdout] 267 | |         vec![
[INFO] [stdout] 268 | |             gen_candidate!(gen_candidate_key_stroke!("n"), ['j']),
[INFO] [stdout] ...   |
[INFO] [stdout] 283 | |         )]
[INFO] [stdout] 284 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gen_chunk_inflight` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<key_stroke::ActualKeyStroke, Infallible>
[INFO] [stdout]    --> src/test_utility.rs:42:45
[INFO] [stdout]     |
[INFO] [stdout]  42 |               let _actual_key_stroke = vec![$($actual_key_stroke.try_into().unwrap()),*];
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/typing_primitive_types/chunk/inflight/test.rs:304:9
[INFO] [stdout]     |
[INFO] [stdout] 304 | /         gen_chunk_inflight!(
[INFO] [stdout] 305 | |             "ん",
[INFO] [stdout] 306 | |             vec![gen_candidate!(gen_candidate_key_stroke!("n"), ['j']),],
[INFO] [stdout] 307 | |             vec![
[INFO] [stdout] ...   |
[INFO] [stdout] 318 | |             []
[INFO] [stdout] 319 | |         )
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gen_chunk_inflight` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<key_stroke::ActualKeyStroke, Infallible>
[INFO] [stdout]    --> src/test_utility.rs:42:45
[INFO] [stdout]     |
[INFO] [stdout]  42 |               let _actual_key_stroke = vec![$($actual_key_stroke.try_into().unwrap()),*];
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/typing_primitive_types/chunk/inflight/test.rs:325:27
[INFO] [stdout]     |
[INFO] [stdout] 325 |       let mut typed_chunk = gen_chunk_inflight!(
[INFO] [stdout]     |  ___________________________-
[INFO] [stdout] 326 | |         "ん",
[INFO] [stdout] 327 | |         vec![
[INFO] [stdout] 328 | |             gen_candidate!(gen_candidate_key_stroke!("n"), ['j']),
[INFO] [stdout] ...   |
[INFO] [stdout] 343 | |         )]
[INFO] [stdout] 344 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gen_chunk_inflight` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<key_stroke::ActualKeyStroke, Infallible>
[INFO] [stdout]    --> src/test_utility.rs:43:47
[INFO] [stdout]     |
[INFO] [stdout]  43 |               let _pending_key_strokes = vec![$($pending_key_strokes.try_into().unwrap()),*];
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/typing_primitive_types/chunk/inflight/test.rs:325:27
[INFO] [stdout]     |
[INFO] [stdout] 325 |       let mut typed_chunk = gen_chunk_inflight!(
[INFO] [stdout]     |  ___________________________-
[INFO] [stdout] 326 | |         "ん",
[INFO] [stdout] 327 | |         vec![
[INFO] [stdout] 328 | |             gen_candidate!(gen_candidate_key_stroke!("n"), ['j']),
[INFO] [stdout] ...   |
[INFO] [stdout] 343 | |         )]
[INFO] [stdout] 344 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gen_chunk_inflight` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<key_stroke::ActualKeyStroke, Infallible>
[INFO] [stdout]    --> src/test_utility.rs:42:45
[INFO] [stdout]     |
[INFO] [stdout]  42 |               let _actual_key_stroke = vec![$($actual_key_stroke.try_into().unwrap()),*];
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/typing_primitive_types/chunk/inflight/test.rs:359:9
[INFO] [stdout]     |
[INFO] [stdout] 359 | /         gen_chunk_inflight!(
[INFO] [stdout] 360 | |             "ん",
[INFO] [stdout] 361 | |             vec![gen_candidate!(gen_candidate_key_stroke!("nn")),],
[INFO] [stdout] 362 | |             vec![
[INFO] [stdout] ...   |
[INFO] [stdout] 373 | |             []
[INFO] [stdout] 374 | |         )
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gen_chunk_inflight` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<key_stroke::ActualKeyStroke, Infallible>
[INFO] [stdout]    --> src/test_utility.rs:42:45
[INFO] [stdout]     |
[INFO] [stdout]  42 |               let _actual_key_stroke = vec![$($actual_key_stroke.try_into().unwrap()),*];
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/typing_primitive_types/chunk/inflight/test.rs:399:5
[INFO] [stdout]     |
[INFO] [stdout] 399 | /     gen_chunk_inflight!(
[INFO] [stdout] 400 | |         "じょ",
[INFO] [stdout] 401 | |         vec![
[INFO] [stdout] 402 | |             gen_candidate!(gen_candidate_key_stroke!(["jo"])),
[INFO] [stdout] ...   |
[INFO] [stdout] 418 | |         []
[INFO] [stdout] 419 | |     )
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gen_chunk_inflight` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<key_stroke::ActualKeyStroke, Infallible>
[INFO] [stdout]    --> src/test_utility.rs:42:45
[INFO] [stdout]     |
[INFO] [stdout]  42 |               let _actual_key_stroke = vec![$($actual_key_stroke.try_into().unwrap()),*];
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/typing_primitive_types/chunk/inflight/test.rs:423:5
[INFO] [stdout]     |
[INFO] [stdout] 423 | /     gen_chunk_inflight!(
[INFO] [stdout] 424 | |         "じょ",
[INFO] [stdout] 425 | |         vec![
[INFO] [stdout] 426 | |             gen_candidate!(gen_candidate_key_stroke!(["jo"])),
[INFO] [stdout] ...   |
[INFO] [stdout] 443 | |         []
[INFO] [stdout] 444 | |     )
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gen_chunk_inflight` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<key_stroke::ActualKeyStroke, Infallible>
[INFO] [stdout]    --> src/test_utility.rs:42:45
[INFO] [stdout]     |
[INFO] [stdout]  42 |               let _actual_key_stroke = vec![$($actual_key_stroke.try_into().unwrap()),*];
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/typing_primitive_types/chunk/inflight/test.rs:448:5
[INFO] [stdout]     |
[INFO] [stdout] 448 | /     gen_chunk_inflight!(
[INFO] [stdout] 449 | |         "じょ",
[INFO] [stdout] 450 | |         vec![
[INFO] [stdout] 451 | |             gen_candidate!(gen_candidate_key_stroke!(["jo"])),
[INFO] [stdout] ...   |
[INFO] [stdout] 467 | |         []
[INFO] [stdout] 468 | |     )
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gen_chunk_inflight` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<key_stroke::ActualKeyStroke, Infallible>
[INFO] [stdout]    --> src/test_utility.rs:42:45
[INFO] [stdout]     |
[INFO] [stdout]  42 |               let _actual_key_stroke = vec![$($actual_key_stroke.try_into().unwrap()),*];
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/typing_primitive_types/chunk/inflight/test.rs:473:5
[INFO] [stdout]     |
[INFO] [stdout] 473 | /     gen_chunk_inflight!(
[INFO] [stdout] 474 | |         "じょ",
[INFO] [stdout] 475 | |         vec![gen_candidate!(gen_candidate_key_stroke!(["jo"])),],
[INFO] [stdout] 476 | |         vec![
[INFO] [stdout] ...   |
[INFO] [stdout] 491 | |         []
[INFO] [stdout] 492 | |     )
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `gen_chunk_inflight` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<key_stroke::ActualKeyStroke, Infallible>
[INFO] [stdout]   --> src/test_utility.rs:42:45
[INFO] [stdout]    |
[INFO] [stdout] 42 |               let _actual_key_stroke = vec![$($actual_key_stroke.try_into().unwrap()),*];
[INFO] [stdout]    |                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/typing_primitive_types/chunk/test.rs:21:14
[INFO] [stdout]    |
[INFO] [stdout] 21 |       let cc = gen_chunk_inflight!(
[INFO] [stdout]    |  ______________-
[INFO] [stdout] 22 | |         "きょ",
[INFO] [stdout] 23 | |         vec![gen_candidate!(gen_candidate_key_stroke!(["ki", "xyo"]))],
[INFO] [stdout] 24 | |         vec![
[INFO] [stdout] ...  |
[INFO] [stdout] 38 | |         []
[INFO] [stdout] 39 | |     );
[INFO] [stdout]    | |_____- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `gen_chunk_inflight` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<key_stroke::ActualKeyStroke, Infallible>
[INFO] [stdout]   --> src/test_utility.rs:42:45
[INFO] [stdout]    |
[INFO] [stdout] 42 |               let _actual_key_stroke = vec![$($actual_key_stroke.try_into().unwrap()),*];
[INFO] [stdout]    |                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/typing_primitive_types/chunk/test.rs:51:14
[INFO] [stdout]    |
[INFO] [stdout] 51 |       let cc = gen_chunk_inflight!(
[INFO] [stdout]    |  ______________-
[INFO] [stdout] 52 | |         "きょ",
[INFO] [stdout] 53 | |         vec![gen_candidate!(gen_candidate_key_stroke!(["kyo"]))],
[INFO] [stdout] 54 | |         vec![
[INFO] [stdout] ...  |
[INFO] [stdout] 66 | |         []
[INFO] [stdout] 67 | |     );
[INFO] [stdout]    | |_____- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `gen_chunk_inflight` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `typing_engine` (lib test) due to 27 previous errors
[INFO] running `Command { std: "docker" "inspect" "b95b1be9295ffb6cd2384aa5a2f9fd0142e0aab86d142c86db1c9fe80a8a083f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b95b1be9295ffb6cd2384aa5a2f9fd0142e0aab86d142c86db1c9fe80a8a083f", kill_on_drop: false }`
[INFO] [stdout] b95b1be9295ffb6cd2384aa5a2f9fd0142e0aab86d142c86db1c9fe80a8a083f
